4aaba94ed229dc7faece7aeeac8ecb41ee63944e
[fw/sdcc] / ChangeLog
1 2006-12-08 Borut Razem <borut.razem AT siol.net>
2
3         * support/cpp2/sdcc.h: removed x*alloc() macros
4         * support/cpp2/libiberty.h: uncommented out x*alloc() declarations
5         * support/cpp2/Makefile.bcc, support/cpp2/Makefile.in,
6           support/cpp2/sdcpp.sdc: x*alloc files added to the project
7         * support/cpp2/system.h: moved #include "sdcc.h"
8         * support/cpp2/libiberty/xexit.c, support/cpp2/libiberty/xmalloc.c,
9           support/cpp2/libiberty/xstrdup.c, support/cpp2/libiberty/xstrerror.c:
10           added
11         * support/cpp2/sdcppinit.c: added -isysroot, -fsigned-char,
12           -funsigned-char options
13         * support/cpp2/sdcppmain.c: fixed bug 1611411
14
15 2006-12-07 Borut Razem <borut.razem AT siol.net>
16
17         * support/cpp2/cpplib.c: reverted sdcpp special handling of _Pragma()
18           directive
19
20 2006-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
21
22         * src/SDCCsymt.c (addDecl): fixed bug 1609244
23         * src/SDCCmain.c (linkEdit): fixed bug 1609279
24         * doc/sdccman.lyx,
25         * .version: bumped to 2.6.2 because a) it's been a while
26           b) the linker sources have moved c) the preprocessor is upgraded
27
28 2006-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
29
30         * support/regression/tests/snprintf.c: some checks
31         * lib/src/printf_large.c: %bc: read char instead of int from stack
32
33 2006-12-03 Maarten Brock <sourceforge.brock AT dse.nl>
34
35         * device/include/mcs51/cc2430.h: inserted _XPAGE
36
37 2006-12-02 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
38
39         * device/include/mcs51/cc2430.h: added
40
41 2006-12-02 Maarten Brock <sourceforge.brock AT dse.nl>
42
43         * device/include/asm/default/features.h,
44         * device/include/asm/ds390/features.h,
45         * device/include/mcs51/at89s53.h,
46         * device/include/ser.h,
47         * device/include/ser_ir.h,
48         * device/include/serial.h: changed keywords to double underscore variants,
49           fixes bug 1590261 some more, thanks Steven Borley
50
51 2006-12-01 Raphael Neider <rneider AT web.de>
52
53         * src/pic/pcode.c (register_reassign): do not crash on recursive code
54           but emit warning (recursion is not supported for pic14)
55
56 2006-11-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
57
58         * src/mcs51/peeph.def: added 101.a,b (moves to int/long xdata)
59         * doc/sdccman.lyx: various small changes, acknowledged Sourceforge
60
61 2006-11-30 Raphael Neider <rneider AT web.de>
62
63         * src/pic/device.c (dump_sfr): always emit symbols
64         * src/pic/glue.c (pic14printPublics): fixed typo
65
66 2006-11-30 Raphael Neider <rneider AT web.de>
67
68         * src/pic/device.c (create_pic,ram_map): add memRange entries to PIC
69           (pic14_getSharebankSize, pic14_getSharebankAddress): replaced with
70           (pic14_hasSharebank,pic14_isShared,pic14_allRAMShared,
71            pic14_getSharedStack): NEW, evaluate the memRange entries to locate
72            a sharebank, use a non-shared bank for the stack if none available
73         * src/pic/device.h (struct memRange): added linked list next field,
74           added prototypes for above functions
75         * src/pic/ralloc.c (initStack): handle shared and banked stacks,
76           (typeRegWithIdx): accept fixed and unfixed stack registers
77         * src/pic/pcode.c (pCodeInitRegisters): use new functions to create
78           the stack, handle shared and banked stack (except for WSAVE),
79           (insertBankSel): removed useless optimization (will never fire),
80           (FixRegisterBanking): added optimization for devices with only one
81           possibly aliased bank of memory, like 16f84
82         * src/pic/glue.c (pic14_constructAbsMap): back to udata_ovr, as some
83           devices have no SHAREBANK in the linker script
84         * device/include/pic/pic14devices.txt: documented memmap
85         * device/lib/pic/libdev/Makefile.in: removed --stack-loc again
86
87 2006-11-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
88
89         * src/hc08/gen.c (transferRegReg, loadRegFromAop, forceStackedAop,
90           storeRegToAop, freeAsmop, genPlusIncr, genPlus, genPointerGetSetOfs,
91           genAnd, genOr, genXor, genLeftShiftLiteral, genRightShiftLiteral,
92           genhc08Code): switched most of the D (debug) macros to DD (detailed
93           debug) macros to better control clutter in the generated .asm file.
94         * src/hc08/gen.c: (forceStackedAop, genUminus, genLeftShift,
95           genRightShift): fixed bug with non-constant bit shift stored to
96           a volatile result (SF Open Discussion forum thread #1616749).
97           Single byte case is not yet optimized.
98
99 2006-11-28 Maarten Brock <sourceforge.brock AT dse.nl>
100
101         * device/include/asm/mcs51/features.h,
102         * device/include/malloc.h,
103         * device/include/stdio.h: changed keywords to double underscore variants,
104           fixes bug 1590261
105
106 2006-11-27 Borut Razem <borut.razem AT siol.net>
107
108         * support/cpp2/cppexp.c, support/cpp2/hashtable.h,
109           support/cpp2/Makefile.in, support/cpp2/cppfiles.c,
110           support/cpp2/output.h, support/cpp2/cppinit.c,
111           support/cpp2/cpplib.c, support/cpp2/cpplib.h,
112           support/cpp2/Makefile.bcc, support/cpp2/cpphash.c,
113           support/cpp2/cppdefault.c, support/cpp2/system.h,
114           support/cpp2/cpphash.h, support/cpp2/cpplex.c,
115           support/cpp2/cppdefault.h, support/cpp2/mbchar.c,
116           support/cpp2/prefix.c, support/cpp2/except.h,
117           support/cpp2/hwint.h, support/cpp2/cppmacro.c,
118           support/cpp2/line-map.h, support/cpp2/sdcpp.dsp,
119           support/cpp2/sdcc.h, support/cpp2/mkdeps.c,
120           support/cpp2/version.c, support/cpp2/cppmain.c,
121           support/cpp2/version.h, support/cpp2/hashtable.c,
122           support/cpp2/cpperror.c:
123           synchronized with GCC CPP release version 3.3.6,
124           the latest where cppmain.c still exists.
125         * support/cpp2/cpptrad.c, support/cpp2/sdcppmain.c,
126           support/cpp2/sdcppinit.c: added
127
128 2006-11-27 Borut Razem <borut.razem AT siol.net>
129
130         * support/cpp2/cpplex.c:
131           fixed _asm ... _endasm handling bug, introduce with GCC CPP
132           synchronization
133         * support/cpp2/cpplib.c: removed definitions of unused variables
134
135 2006-11-26 Borut Razem <borut.razem AT siol.net>
136
137         * support/cpp2/libiberty.h: commented out x*alloc() declarations
138           since they are redefined by macros in support/cpp2/sdcc.h
139         * support/cpp2/sdcc.h: x*alloc macro redefinition
140
141 2006-11-25 Borut Razem <borut.razem AT siol.net>
142
143         * support/cpp2/cppexp.c, support/cpp2/hashtable.h,
144           support/cpp2/configure, support/cpp2/Makefile.in,
145           support/cpp2/cppfiles.c, support/cpp2/output.h,
146           support/cpp2/cppinit.c, support/cpp2/cpplib.c,
147           support/cpp2/config.h, support/cpp2/cpplib.h,
148           support/cpp2/Makefile.bcc, support/cpp2/cpphash.c,
149           support/cpp2/cppdefault.c, support/cpp2/config.in,
150           support/cpp2/system.h, support/cpp2/cpplex.c,
151           support/cpp2/cpphash.h, support/cpp2/mbchar.c,
152           support/cpp2/cppdefault.h, support/cpp2/prefix.c
153           support/cpp2/hwint.h, support/cpp2/mbchar.h,
154           support/cpp2/prefix.h, support/cpp2/cppmacro.c,
155           support/cpp2/configure.in, support/cpp2/intl.h,
156           support/cpp2/sdcpp.dsp, support/cpp2/acconfig.h,
157           support/cpp2/sdcc.h, support/cpp2/mkdeps.c,
158           support/cpp2/version.c, support/cpp2/cppmain.c,
159           support/cpp2/ansidecl.h, support/cpp2/libiberty.h,
160           support/cpp2/hashtable.c, support/cpp2/aclocal.m4,
161           support/cpp2/cpperror.c,
162           support/cpp2/libiberty/safe-ctype.c,
163           support/cpp2/libiberty/safe-ctype.h,
164           support/cpp2/libiberty/splay-tree.c,
165           support/cpp2/libiberty/obstack.c,
166           support/cpp2/libiberty/lbasename.c,
167           support/cpp2/libiberty/splay-tree.h,
168           support/cpp2/libiberty/obstack.h:
169           synchronized with GCC CPP release version 3.2.3,
170           the latest before integration of cpp into gcc
171         * support/cpp2/except.h, support/cpp2/line-map.c,
172           support/cpp2/line-map.h,
173           support/cpp2/libiberty/hex.c,
174           support/cpp2/libiberty/concat.c,
175           support/cpp2/libiberty/filenames.h: added
176         * support/cpp2/intl.c: deleted
177
178 2006-11-24 Borut Razem <borut.razem AT siol.net>
179
180         * src/SDCC.y: enabled compilation of empty source file
181         * support/Util/SDCCerr.[ch]: added sdcc warning 190 -
182           "ISO C forbids an empty source file"
183         * device/lib/_startup.c, device/lib/printf_tiny.c: disable warning 190
184           if all the code is ifdefed out.
185
186 2006-11-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
187
188         * src/hc08/gen.c (genPcall): fix for bug #1601032
189
190 2006-11-23 Maarten Brock <sourceforge.brock AT dse.nl>
191
192         * device/include/mcs51/c8051f000.h, device/include/mcs51/C8051F000.h,
193         * device/include/mcs51/c8051f018.h, device/include/mcs51/C8051F018.h,
194         * device/include/mcs51/c8051f020.h, device/include/mcs51/C8051F020.h,
195         * device/include/mcs51/c8051f040.h, device/include/mcs51/C8051F040.h,
196         * device/include/mcs51/c8051f060.h, device/include/mcs51/C8051F060.h,
197         * device/include/mcs51/c8051f120.h, device/include/mcs51/C8051F120.h,
198         * device/include/mcs51/c8051f200.h, device/include/mcs51/C8051F200.h,
199         * device/include/mcs51/c8051f300.h, device/include/mcs51/C8051F300.h,
200         * device/include/mcs51/c8051f310.h, device/include/mcs51/C8051F310.h,
201         * device/include/mcs51/c8051f320.h, device/include/mcs51/C8051F320.h,
202         * device/include/mcs51/c8051f326.h, device/include/mcs51/C8051F326.h,
203         * device/include/mcs51/c8051f330.h, device/include/mcs51/C8051F330.h,
204         * device/include/mcs51/c8051f340.h, device/include/mcs51/C8051F340.h,
205         * device/include/mcs51/c8051f350.h, device/include/mcs51/C8051F350.h,
206         * device/include/mcs51/c8051f410.h, device/include/mcs51/C8051F410.h:
207           Renamed to all upper case as per the standard set by SiLabs
208
209 2006-11-23 Maarten Brock <sourceforge.brock AT dse.nl>
210
211         * device/include/mcs51/C8051F520.h: new, added
212         * device/include/mcs51/compiler.h: added link about predefined macros
213
214 2006-11-23 Raphael Neider <rneider AT web.de>
215
216         * src/regression/Makefile: add -L path to fresh library
217         * src/regression/simulate: emphasize FAILED output
218         * src/regression/create_stc: output _failures from gpsim
219         * src/regression/compare4.c,
220         * src/regression/rotate6.c: fixed char literals,
221           all compile, all run =8-D
222
223         * src/pic/pcode.h: added isPCASMDIR macro
224         * src/pic/gen.c (genAnd): fixed bit offset
225         * src/pic/ralloc.c (allocNewDirReg,allocDirReg,allocRegByName,
226           packBits): unified register numbering schemes,
227           (newReg): do not insert stack registers into hash table,
228           (initStack): unpinned pseudo stack, simplified,
229           (typeRegWithIdx): fixed retrieval of stack registers,
230         * src/pic/pcode.c (addpCodeComment,sameBank): added,
231           (pCodeReplace): removed invalid assertion,
232           (insertPCodeInstruction): fixed newly added labels,
233           (insertBankSwitch,BankSelect,IsBankChange,DoBankSelect,
234           FixRegisterBankingInFlow,compareBankFlow,FixBankFlow,
235           DumpFlow): removed unsed (broken?) code,
236           (insertBankSel): prevent STATUS from being BANKSELed,
237           (FixRegisterBanking): rewritten from scratch, implemented generic
238             optimizations (suppress BANKSELs to same register and to registers
239             present in all banks),
240           (AnalyzeBanking): update flow after BANKSELection
241
242         * src/pic/glue.c (pic14_constructAbsMap): emit pseudo stack in
243             sharebank, let linker place it, mark STKxx symbols as emitted
244
245 2006-11-21 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
246
247         * src/regression/arrays.c,
248         * src/regression/bank1.c,
249         * src/regression/bool2.c,
250         * src/regression/compare7.c,
251         * src/regression/compare8.c,
252         * src/regression/compare9.c,
253         * src/regression/compare10.c,
254         * src/regression/configword.c,
255         * src/regression/for.c,
256         * src/regression/mult1.c,
257         * src/regression/pointer1.c,
258         * src/regression/rotate6.c,
259         * src/regression/string1.c,
260         * src/regression/struct1.c,
261         * src/regression/Makefile: make PIC14 regression tests run again
262           (3 fail, 6 won't compile)
263
264 2006-11-21 Raphael Neider <rneider AT web.de>
265
266         * device/include/pic16/pic18f4550.h,
267         * device/include/pic16/pic18f4455.h,
268         * device/lib/pic16/libdev/pic18f4550.c,
269         * device/lib/pic16/libdev/pic18f4455.c: fixed #1578591 and #1595144
270         * configure.in: removed superfluous closing bracket
271
272 2006-11-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
273
274         * device/lib/expf.c: Fixed bug 1599523: result of expf(x) is
275           always positive.
276
277 2006-11-21 Raphael Neider <rneider AT web.de>
278
279         * src/pic/device.{c,h}: added pic14_getPIC()
280         * src/pic/gen.c (continueIfTrue,jumpIfTrue): added PIC code,
281           (genAnd): added PIC code for one case, fixes #1597044
282         * src/pic/pcode.c (BankSelect): Ohoh, added generic optimization for
283           SFRs that are present in all banks (e.g., STATUS)
284
285 2006-11-20 Raphael Neider <rneider AT web.de>
286
287         * src/pic/pcode.c: changed inverted ops for DECFSZ/DECFSZW and
288           INCFSZ/INCFSZW and declared them as changing Z bit,
289           (insertPCodeInstruction): correctly invert the above instructions,
290           fixes #1599333,
291           (DoBankSelect): don't panic on po_immediates
292
293 2006-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
294
295         * as/link/aslink.h,
296         * as/link/mcs51/lkihx.c (newArea),
297         * as/link/mcs51/lkrloc.c: renamed newArea() to ihxNewArea()
298         * as/link/mcs51/lkihx.c (ihx): output reset vector as start address
299
300 2006-11-11 Raphael Neider <rneider AT web.de>
301
302         * src/pic/pcode.c (newpCodeOpBit): search SymbolTab for referenced
303           bitfield symbols, fixes #1579535 (once more...).
304
305 2006-11-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
306
307         * support/regression/generate-cases.py,
308         * support/regression/fwk/include/testfwk.h,
309         * support/regression/fwk/lib/testfwk.c: used code pointers,
310           (about 50kByte less code generated for mcs51)
311
312 2006-11-06 Borut Razem <borut.razem AT siol.net>
313
314         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
315           debugger/mcs51/configure: fixed failed check because the function
316           rl_function_of_keyseq isn't in Readline 5.2. Thanks to Ilya Goldberg
317           who submitted the patch for gpsim.
318         * debugger/mcs51/configure.in: removed the result message
319         * debugger/mcs51/Makefile.in: fixed the config.status warning
320           "... seems to ignore the --datarootdir setting"
321
322 2006-11-03 Maarten Brock <sourceforge.brock AT dse.nl>
323
324         * device/include/mcs51/c8051f020.h,
325         * device/include/mcs51/c8051f040.h,
326         * device/include/mcs51/c8051f060.h,
327         * device/include/mcs51/c8051f120.h: added PS0, fixed bug 1589279
328         * src/z80/gen.c (gencjneshort),
329         * src/z80/peeph.def: applied patch 1571373, thanks Philipp Krause
330
331 2006-10-31 Borut Razem <borut.razem AT siol.net>
332
333         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
334           debugger/mcs51/configure: get readline version
335
336 2006-10-30 Borut Razem <borut.razem AT siol.net>
337
338         * debugger/mcs51/sdcdb.c: replaced hardcoded "/" with DIR_SEPARATOR_STRING
339         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
340           debugger/mcs51/configure: locate readline even when cross compiling
341         * support/scripts/sdcc.nsi: include readline5.dll into the setup package
342
343 2006-10-29 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
344
345         * device/include/mcs51/serial_IO.h: putchar() and getchar() using
346           serial port.
347
348 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
349
350         * device/include/malloc.h,
351         * device/lib/calloc.c,
352         * device/lib/free.c,
353         * device/lib/malloc.c,
354         * device/lib/realloc.c: moved definition of struct into sources
355         * support/regression/tests/malloc.c: use void* for init_dynamic_memory()
356
357 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
358
359         * as/asx8051.dsp: corrected output directories
360         * as/link/hc08: new directory for hc08 linker
361         * as/hc08/aslink.h,             as/link/aslink.h,
362         * as/hc08/aslink.mak,           as/link/hc08/aslink.mak,
363         * as/hc08/clean.mk,             as/link/hc08/clean.mk,
364         * as/hc08/link_hc08.dsp,        as/link/hc08/link_hc08.dsp,
365         * as/hc08/lkaomf51.c,           as/link/hc08/lkaomf51.c,
366         * as/hc08/lkarea.c,             as/link/hc08/lkarea.c,
367         * as/hc08/lkdata.c,             as/link/hc08/lkdata.c,
368         * as/hc08/lkelf.c,              as/link/hc08/lkelf.c,
369         * as/hc08/lkihx.c,              as/link/hc08/lkihx.c,
370         * as/hc08/lklibr.c,             as/link/hc08/lklibr.c,
371         * as/hc08/lkmain.c,             as/link/hc08/lkmain.c,
372         * as/hc08/lkmem.c,              as/link/hc08/lkmem.c,
373         * as/hc08/lkrloc.c,             as/link/hc08/lkrloc.c,
374         * as/hc08/lks19.c,              as/link/hc08/lks19.c,
375         * as/hc08/Makefile.aslink,      as/link/hc08/Makefile.aslink,
376         * as/hc08/Makefile.bcc,         as/link/hc08/Makefile.bcc,
377         * as/hc08/Makefile.in,          as/link/hc08/Makefile.in,
378         * as/link/hc08/conf.mk,
379         * configure,
380         * configure.in,
381         * Makefile.in,
382         * sdcc.dsw: moved hc08 linker to as/link/hc08
383         * as/hc08/lkeval.c,     as/link/mcs51/lkeval.c,     as/link/lkeval.c,
384         * as/hc08/lkhead.c,     as/link/mcs51/lkhead.c,     as/link/lkhead.c,
385         * as/hc08/lklex.c,      as/link/mcs51/lklex.c,      as/link/lklex.c,
386         * as/hc08/lklist.c,     as/link/mcs51/lklist.c,     as/link/lklist.c,
387         * as/hc08/lknoice.c,    as/link/mcs51/lknoice.c,    as/link/lknoice.c,
388         * as/hc08/lksym.c,      as/link/mcs51/lksym.c,      as/link/lksym.c,
389         * as/link/mcs51/aslink.dsp,
390         * as/link/mcs51/Makefile.in: factored out the common files
391         * as/hc08/lkstore.c: deleted, use the one already in as/link/
392         * as/clean.mk: extra cleaning common files
393         * as/link/mcs51/strcmpi.c,      as/strcmpi.c: moved
394         * as/link/mcs51/strcmpi.h: deleted, moved protoype to aslink.h
395         * as/mcs51/asm.h: include sdccconf.h or sdcc_vc.h
396
397 2006-10-29 Raphael Neider <rneider AT web.de>
398
399         * src/pic/ralloc.c (newReg): create aliases for registers with
400           multiple names to fix #1579535 and #1584001,
401           (regWithIdx,dirregWithName): resolve aliases on lookup
402         * src/pic/pcode.c (DoBankSelect): die with error message on failing
403           bankselect
404         * device/lib/pic/libdev/Makefile.in: move pseudo stack down to 0x4f
405           to prevent build errors on small devices
406
407 2006-10-28 Raphael Neider <rneider AT web.de>
408
409         * src/pic/gen.c (genFunction,genCall): drop "same code page"
410           assumption within interrupt handlers, fixes #1584940
411         * src/pic/glue.c (pic14_constructAbsMap): mark absolute symbols as
412           "emitted" to avoid emitting them again in udata
413
414 2006-10-27 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
415
416         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
417         Removed.
418
419 2006-10-26 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
420
421         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
422         Initialize uart only if SM0 and SM1 are zero.  Also, use flag to turn
423         on/off CR to CRLF conversion.
424
425 2006-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
426
427         * doc/sdccman.lyx: updated IRQ section
428
429 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
430
431         * device/lib/serial_io.c: removed
432         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c
433         replacements for serial_io.c
434
435 2006-10-24 Maarten Brock <sourceforge.brock AT dse.nl>
436
437         * src/z80/main.c (_process_pragma, _parseOptions): fixed bug 1583318
438
439 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
440
441         * device/lib/serial_io.c: Default putchar() and getchar() for
442           mcs51 uses serial port.
443
444 2006-10-23 Maarten Brock <sourceforge.brock AT dse.nl>
445
446         * src/mcs51/gen.c (movc): improved check for 0 and 1, see RFE 1582704
447
448 2006-10-23 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
449
450         * support/regression/ports/mcs51/support.c: smaller
451         _sdcc_external_startup()
452         * device/lib/mcs51/crtxclear.asm: don't check high byte of l_PSEG
453
454 2006-10-20 Maarten Brock <sourceforge.brock AT dse.nl>
455
456         * device/lib/gbz80/crt0.s,
457         * device/lib/gbz80/crt0_rle.s,
458         * device/lib/gbz80/div.s,
459         * device/lib/gbz80/fstubs.s,
460         * device/lib/gbz80/heap.s,
461         * device/lib/gbz80/mul.s,
462         * device/lib/gbz80/putchar.s,
463         * device/lib/gbz80/stubs.s,
464         * device/lib/z80/crt0.s,
465         * device/lib/z80/crt0_rle.s,
466         * device/lib/z80/div.s,
467         * device/lib/z80/fstubs.s,
468         * device/lib/z80/heap.s,
469         * device/lib/z80/mul.s,
470         * device/lib/z80/putchar.s,
471         * device/lib/z80/stubs.s: reverted, I was mistaken
472
473 2006-10-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
474
475         * src/mcs51/peeph.def: peephole 238.x added check for notvolatile
476         * support/regression/ports/mcs51/support.c: removed race
477         condition on TI in _putchar allowing to use serial port mode 0
478
479 2006-10-20 Borut Razem <borut.razem AT siol.net>
480
481         * debugger/mcs51/sdcdb.c: replaced isblank() with isspace()
482
483 2006-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
484
485         * device/lib/gbz80/crt0.s,
486         * device/lib/gbz80/crt0_rle.s,
487         * device/lib/gbz80/div.s,
488         * device/lib/gbz80/fstubs.s,
489         * device/lib/gbz80/heap.s,
490         * device/lib/gbz80/mul.s,
491         * device/lib/gbz80/putchar.s,
492         * device/lib/gbz80/stubs.s,
493         * device/lib/z80/crt0.s,
494         * device/lib/z80/crt0_rle.s,
495         * device/lib/z80/div.s,
496         * device/lib/z80/fstubs.s,
497         * device/lib/z80/heap.s,
498         * device/lib/z80/mul.s,
499         * device/lib/z80/putchar.s,
500         * device/lib/z80/stubs.s: removed all leading underscores from area names
501
502 2006-10-17 Maarten Brock <sourceforge.brock AT dse.nl>
503
504         * support/regression/ports/mcs51/support.c: use highest baudrate so the
505           regression tests are not waiting in the simulator for simulated
506           transmission of debug output
507
508 2006-10-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
509
510         * device/lib/printf_large.c: slightly smaller
511         * doc/sdccman.lyx: do not use spaces within html links
512
513 2006-10-16 Borut Razem <borut.razem AT siol.net>
514
515         * configure.in, configure, sdccconf_in.h, src/SDCCglobal,
516           debugger/mcs51/Makefile.in, debugger/mcs51/sdcdb.[ch],
517           debugger/mcs51/aclocal.m4, debugger/mcs51/acinclide.m4,
518           debugger/mcs51/config.h.in, debugger/mcs51/configure.in,
519           debugger/mcs51/configure:
520           [ 1185668 ] add gnu readline support to sdcdb - enabled
521
522 2006-10-16 Raphael Neider <rneider AT web.de>
523
524         * src/pic/pcode.c (BankSelect): another fix on (partial) BANKSELs,
525           fixes #1577882, removes close to all banking optimizations
526
527 2006-10-15 Maarten Brock <sourceforge.brock AT dse.nl>
528
529         * src/SDCCsymt.c (checkSClass): no error for uninitialised absolute
530           variables in code memory
531         * support/regression/tests/absolute.c: added test for this
532
533 2006-10-15 Raphael Neider <rneider AT web.de>
534
535         * src/pic/pcode.c (InsertBankSel): suppress BANKSELs for one bank
536           devices,
537           (BankSelect): emit BANKSEL before touching linker-placed regs,
538           fixes #1570934
539
540 2006-10-10 Raphael Neider <rneider AT web.de>
541
542         * src/SDCCmain.c (optionsTable): accept --stack-size for PICs,
543         * src/pic/device.c (pic14_getSharebankSize,pic14_getSharebankAddress),
544         * src/pic/main.c (_pic14_parseOptions),
545         * src/pic/main.h: mostly reverted to previous state, now use results
546             from SDCCmain.c's argument parsing
547
548 2006-10-10 Borut Razem <borut.razem AT siol.net>
549
550         * debugger/mcs51/break.[ch], debugger/mcs51/cmd.c,
551           debugger/mcs51/sdcdb.[ch], debugger/mcs51/simi.c:
552           [ 1185668 ] add gnu readline support to sdcdb -
553           prepared for READLINE, not enabled yet,
554           thanks to <tal.bav AT gmail.com>
555
556 2006-10-10 Raphael Neider <rneider AT web.de>
557
558         * src/pic16/pcode.c (pic16_pCode2str): use isACCESS_BANK macro
559         * src/pic16/devices.inc,
560         * device/include/pic16 (pic18f[24]620.h),
561         * device/include/pic18fregs.h,
562         * device/lib/pic16/pics.all,
563         * device/lib/pic16/libdev/pic18f[24]{620,525}.c): added support for
564             18f2620, 18f4620, 18f2525, and 18f4525 devices, thanks to
565             Gary Plumbridge and Anton Strobl
566
567 2006-10-10 Raphael Neider <rneider AT web.de>
568
569         * src/pic/main.c (_pic14_parseOptions): added --stack-loc=NUM and
570           --stack-siz=NUM options to configure the argument passing stack
571         * src/pic/main.h: added stackLocation and stackSize to pic14_options_t
572         * src/pic/device.c (mapRegister): catch out-of-memory SIGSEGVs,
573           (pic14_getSharebankSize): obey --stack-siz=NUM,
574           (pic14_getSharebankAddress): obey --stack-loc=NUM
575
576 2006-10-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
577
578         * doc/sdccman.lyx: added to the manual
579         * doc/figures/ddd_example.png: added (neither pdflatex nor
580         most browsers seem to like the .eps file)
581
582 2006-10-06 Bernhard Held <bernhard AT bernhardheld.de>
583
584         * src/SDCCglue.c (tempfileandname): changed un*x tmp search paths
585         to /tmp and /var/tmp acc. LSB
586         * src/SDCCast.c (addCast): Fixed bug 1571231: promote in case of
587         RESULT_TYPE_IFX
588         * support/regression/tests/onebyte.c: added test
589
590 2006-10-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
591
592         * src/mcs51/gen.c: emitcode for "add a,0x%02x" requires only 8 bits.
593
594 2006-10-05 Borut Razem <borut.razem AT siol.net>
595
596         * partially fixed [ 1570701 ] peephole - not replacing code from multiline macros,
597           thanks to dfulab:
598           - sdcc.dsw: changed property eol-style to CRLF
599           - support/scripts/resource.rc: replaced references to "afxres.h" with "winres.h"
600
601 2006-10-04 Raphael Neider <rneider AT web.de>
602
603         * device/include/pic/{pic16f84.h,pic16f84a.h},
604         * device/lib/pic/libdev/{pic16f84.c,pic16f84a.c}: added PORT[AB]_bits
605           from patch #1522504, thanks to Robas Teodor
606
607 2006-10-02 Maarten Brock <sourceforge.brock AT dse.nl>
608
609         * as/link/z80/lkarea.c: essentially reverted lnksect() to #4380 which
610           fixes bug 1566015
611
612 2006-10-01 Maarten Brock <sourceforge.brock AT dse.nl>
613
614         * src/pic16/glue.c (pic16emitMaps),
615         * src/pic/glue.c (pic14emitMaps): hopefully fixed bug 1568779
616         * device/lib/gets.c: fixed bug 1568829,thanks Philipp Krause
617         * device/lib/pic16/libc/string/memcpypgm2ram.c,
618         * device/lib/pic16/libc/string/memcpyram2ram.c: fixed bug 1568836, thanks
619           Philipp Krause
620         * as/mcs51/asmain.c (asmbl, newdot): fixed problems with absolute areas
621         * as/link/mcs51/lkmem.c (summary2): reverted, do do count abs segments
622
623 2006-09-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
624
625         * support/librarian/sdcclib.c: Added option -l.
626         * as/link/mcs51/lkmem.c: don't use absolute segments to compute memory
627           usage totals.
628         * device/lib/make51lib.bat: added.  Allows building mcs51 libraries easily
629           using Windows command prompt.
630
631 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
632
633         * device/lib/libsdcc.lib: added module rand
634         * src/ds390/ralloc.c (rematStr),
635         * src/hc08/ralloc.c (rematStr),
636         * src/mcs51/ralloc.c (rematStr),
637         * src/z80/ralloc.c (rematStr): made output more consistent
638         * src/mcs51/gen.c: cosmetic changes
639
640 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
641
642         * src/port.h: added mem.cabs_name to PORT
643         * src/ds390/main.c,
644         * src/hc08/main.c,
645         * src/mcs51/main.c,
646         * src/pic16/main.c,
647         * src/pic/main.c,
648         * src/xa51/main.c,
649         * src/z80/main.c: added cabs_name initializers
650         * src/SDCCglue.c (emitStaticSeg): allocate and initialize absolute
651           constants
652           (emitMaps): emit absolutes in code memory into cabs_name
653         * src/SDCCmem.c,
654         * src/SDCCmem.h: added memory map c_abs and defined CABS_NAME
655         * src/ds390/gen.c (genCodePointerGet): fixed bug if left is a literal
656         * support/regression/fwk/include/testfwk.h: added define for at
657         * support/regression/tests/absolute.c: added, new
658
659 2006-09-29 Maarten Brock <sourceforge.brock AT dse.nl>
660
661         * src/mcs51/gen.c (genPlusIncr, genMinusDec, genAddrOf): small
662           optimizations, see also patch 887161 by Stas Sergeev
663         * src/mcs51/peeph.def(104, 207, 209, 212): disabled as they do not seem
664           to be necessary anymore,
665           (102, 103, 104, 127): renamed all occurances of bp to _bp
666
667 2006-09-27 Maarten Brock <sourceforge.brock AT dse.nl>
668
669         * device/include/mcs51/at89c51snd1c.h: fixed MSK_SREQ definition
670           thanks Weston T. Schmidt for patch 1555221
671         * src/mcs51/peeph.def: renamed rule 257 to 257.a, added 257.b
672         * src/SDCCicode.c(geniCodeMultiply): small optimization
673
674 2006-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
675
676         * device/include/stdlib.h: added rand prototypes
677         * device/lib/rand.c: new, added
678         * device/lib/Makefile.in: added rand.c
679         * src/z80/peeph.def,
680         * src/z80/peeph-gbz80.def,
681         * src/z80/peeph-z80.def: updated conditonals, fixed bug 1565908
682
683 2006-09-20 Raphael Neider <rneider AT web.de>
684
685         * device/lib/pic16/libio/i2c/i2cnack.c (i2c_nack): fixed ACKDT bit
686
687 2006-09-19 Maarten Brock <sourceforge.brock AT dse.nl>
688
689         * as/link/aslink.h: cosmetic changes
690         * as/link/mcs51/Makefile.in,
691         * as/link/z80/Makefile.in: fixed build on CF where VPATH is used
692
693 2006-09-17 Maarten Brock <sourceforge.brock AT dse.nl>
694
695         * as/link/aslink.h,
696         * as/link/mcs51/aslink.h,
697         * as/link/z80/aslink.h: merged and moved to as/link/
698         * as/link/lkstore.c,
699         * as/link/mcs51/lkstore.c: moved to as/link/
700         * as/link/clean.mk: remove *.o
701         * as/link/mcs51/alloc.h: deleted
702         * as/link/mcs51/lkarea.c: added lnksect prototype
703         * as/link/mcs51/lkdata.c,
704         * as/link/mcs51/lklex.c,
705         * as/link/mcs51/lkmain.c: renamed as_getline to lk_getline
706         * as/link/mcs51/lkmem.c,
707         * as/link/mcs51/lknoice.c: removed include strcmpi.h
708         * as/link/mcs51/lksym.c: include stdlib.h instead of malloc.h or alloc.h
709         * as/link/mcs51/aslink.dsp,
710         * as/link/mcs51/Makefile.aslink,
711         * as/link/mcs51/Makefile.bcc,
712         * as/link/mcs51/Makefile.in: updated for moved files
713         * as/link/z80/lkarea.c,
714         * as/link/z80/lkhead.c,
715         * as/link/z80/lklex.c,
716         * as/link/z80/lklibr.c,
717         * as/link/z80/lklist.c,
718         * as/link/z80/lkmain.c,
719         * as/link/z80/lkrloc.c,
720         * as/link/z80/lksym.c: synced with mcs51
721         * as/link/z80/lkdata.c,
722         * as/link/z80/lkeval.c,
723         * as/link/z80/lkihx.c,
724         * as/link/z80/lks19.c: cosmetic changes
725         * as/link/z80/Makefile.in,
726         * as/link/z80/linkgbz80.dsp,
727         * as/link/z80/linkz80.dsp: updated for moved files
728
729 2006-09-16 Borut Razem <borut.razem AT siol.net>
730
731         * debugger/mcs51/sdcdb.c: partially fixed
732           [ 1203664 ] sdcdb fails to open files w. two "." periods
733         * debugger/mcs51/simi.c, debugger/mcs51/symtab.c,
734           debugger/mcs51/symtab.h: fixed indenting
735         * configure.in, configure: up to date with latest Maarten's changes
736
737 2006-09-15 Maarten Brock <sourceforge.brock AT dse.nl>
738
739         as/link/mcs51
740         as/aslink.dsp,                  as/link/mcs51/aslink.dsp,
741         as/link/mcs51/aslink.h,         as/mcs51/aslink.h,
742         as/link/mcs51/aslink.mak,       as/mcs51/aslink.mak,
743         as/link/mcs51/lkaomf51.c,       as/mcs51/lkaomf51.c,
744         as/link/mcs51/lkarea.c,         as/mcs51/lkarea.c,
745         as/link/mcs51/lkdata.c,         as/mcs51/lkdata.c,
746         as/link/mcs51/lkeval.c,         as/mcs51/lkeval.c,
747         as/link/mcs51/lkhead.c,         as/mcs51/lkhead.c,
748         as/link/mcs51/lkihx.c,          as/mcs51/lkihx.c,
749         as/link/mcs51/lklex.c,          as/mcs51/lklex.c,
750         as/link/mcs51/lklibr.c,         as/mcs51/lklibr.c,
751         as/link/mcs51/lklist.c,         as/mcs51/lklist.c,
752         as/link/mcs51/lkmain.c,         as/mcs51/lkmain.c,
753         as/link/mcs51/lkmem.c,          as/mcs51/lkmem.c,
754         as/link/mcs51/lknoice.c,        as/mcs51/lknoice.c,
755         as/link/mcs51/lkrloc.c,         as/mcs51/lkrloc.c,
756         as/link/mcs51/lks19.c,          as/mcs51/lks19.c,
757         as/link/mcs51/lkstore.c,        as/mcs51/lkstore.c,
758         as/link/mcs51/lksym.c,          as/mcs51/lksym.c,
759         as/link/mcs51/Makefile.aslink,  as/mcs51/Makefile.aslink,
760         as/link/mcs51/alloc.h,
761         as/link/mcs51/clean.mk,
762         as/link/mcs51/conf.mk,
763         as/link/mcs51/Makefile.bcc,
764         as/link/mcs51/Makefile.in,
765         as/link/mcs51/readme.390,
766         as/link/mcs51/strcmpi.c,
767         as/link/mcs51/strcmpi.h,
768         as/mcs51/clean.mk,
769         as/mcs51/Makefile.bcc,
770         as/mcs51/Makefile.in,
771         configure,
772         Makefile.in,
773         sdcc.dsw: moved mcs51 linker to as/link/mcs51
774
775 2006-09-14 Maarten Brock <sourceforge.brock AT dse.nl>
776
777         * as/link,
778         * as/link/Makefile.in,
779         * as/link/z80/linkgbz80.dsp,
780         * as/link/z80/linkz80.dsp,
781         * configure,
782         * link,
783         * link/clean.mk,
784         * link/Makefile.in,
785         * link/README,
786         * link/z80,
787         * link/z80/aslink.h,
788         * link/z80/clean.mk,
789         * link/z80/conf.mk,
790         * link/z80/linkgbz80.dsp,
791         * link/z80/linkz80.dsp,
792         * link/z80/lkarea.c,
793         * link/z80/lkdata.c,
794         * link/z80/lkeval.c,
795         * link/z80/lkgb.c,
796         * link/z80/lkgg.c,
797         * link/z80/lkhead.c,
798         * link/z80/lkihx.c,
799         * link/z80/lklex.c,
800         * link/z80/lklibr.c,
801         * link/z80/lklist.c,
802         * link/z80/lkmain.c,
803         * link/z80/lkrloc.c,
804         * link/z80/lks19.c,
805         * link/z80/lksym.c,
806         * link/z80/Makefile.in,
807         * Makefile.in,
808         * sdcc.dsw: moved link/ to as/link/
809
810 2006-09-11 Maarten Brock <sourceforge.brock AT dse.nl>
811
812         * as/mcs51/i51mch.c (machine): fixed warning
813
814 2006-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
815
816         * as/mcs51/i51mch.c (machine): S_DJNZ fixed bug 1554318
817
818 2006-09-09 Borut Razem <borut.razem AT siol.net>
819
820         * debugger/mcs51/sdcdb.c, debugger/mcs51/simi.c:
821           sdcdb WIN32 native port
822         * src/clean.mk: fixed
823
824 2006-09-08 Borut Razem <borut.razem AT siol.net>
825
826         * doc/sdccman.lyx: SDCDB and ucSim are available on Win32 platforms.
827
828 2006-09-08 Raphael Neider <rneider AT web.de>
829
830         * src/pic16/main.c (_pic16_linkEdit,pic16_linkCmd),
831         * src/pic/main.c(_pic14_do_link, linkCmd): pass "-w" and "-r"
832             to gplink to disable processor mismatch warning and to allow
833             the use of devices with only aliased (shared) memory banks,
834           (_pic16_genAssemblerPreamble): include pXXX.inc on --mplab-comp
835
836 2006-09-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
837
838         * doc/sdccman.lyx: Some re-formating plus example on using
839           #pragma preproc_asm +/-
840
841 2006-09-07 Borut Razem <borut.razem AT siol.net>
842
843         * support/scripts/sdcc.nsi: added SDCDB executables in a separate
844           section
845
846 2006-09-06 Borut Razem <borut.razem AT siol.net>
847
848         * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing
849           line at sdcc.nsi:153
850         * sdcc/debugger/mcs51/simi.c: argsToCmdLine() fixes
851
852 2006-09-05 Borut Razem <borut.razem AT siol.net>
853
854         * configure.in, configure: support for winsock2
855         * debugger/mcs51/break.h, debugger/mcs51/cmd.c,
856           debugger/mcs51/cmd.h, debugger/mcs51/sdcdb.c,
857           debugger/mcs51/sdcdb.h, debugger/mcs51/simi.c,
858           debugger/mcs51/simi.h, debugger/mcs51/symtab.c,
859           debugger/mcs51/symtab.h: sdcdb WIN32 native port
860
861 2006-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
862
863         * src/SDCCopt.c (cnvToFcall): fixed bug 1551947 by updating OP_USES
864           and OP_DEFS
865         * support/regression/tests/bug1551947.c: new, added
866         * src/SDCCsymt.h: strings are char* not byte*
867
868 2006-09-05 Raphael Neider <rneider AT web.de>
869
870         * device/lib/pic16/libdev/pic18f4550.c,
871           device/include/pic16/pic18f4550.h: added PORTD/TRISD
872             declarations/definitions from patch #1520949
873
874 2006-09-05 Raphael Neider <rneider AT web.de>
875
876         * src/pic16/gen.c (genPackBits): fix assignment to 8-bit,
877           byte-aligned bitfields, fixes #1539278
878
879 2006-09-05 Raphael Neider <rneider AT web.de>
880
881         * src/pic/gen.c (genReceive): skip unreferenced arguments,
882           fixes #1544120
883
884 2006-09-04 Borut Razem <borut.razem AT siol.net>
885
886         * support/scripts/sdcc.nsi: move ucSim executables to a separate section
887         * support/scripts/sdcc_cygwin_mingw32: don't disable ucsim,
888           -mno-cygwin is a part of the compiler name
889         * support/scripts/sdcc_mingw32: don't disable ucsim
890
891 2006-09-03 Borut Razem <borut.razem AT siol.net>
892
893         * sdcc.spec: corrected for 2.6.0. Thanks to Christer Weinigel.
894         * device/lib/Makefile.in device/lib/clean.mk: small but essential corrections
895
896 2006-09-03 Raphael Neider <rneider AT web.de>
897
898         * src/pic/ralloc.c,
899         * src/pic/pcode.c (InitReuseRegs): allocate registers with pseudo
900           indices >= 0x1000 to disambiguate them from fixed regs __at(addr),
901           fixes #1550049
902
903 2006-09-01 Borut Razem <borut.razem AT siol.net>
904
905         * sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
906           to make ppc-osx happy
907
908 2006-08-31 Borut Razem <borut.razem AT siol.net>
909
910         * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
911         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
912         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
913         * support/regression/ports/ds390/spec.mk,
914           support/regression/ports/mcs51/spec.mk,
915           support/regression/ports/xa51/spec.mk: introduced DEV_NULL variable.
916           To run regression tests in mingw environment:
917           make DEV_NULL=NUL CC=gcc
918
919 2006-08-30 Borut Razem <borut.razem AT siol.net>
920
921         * sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
922           sim/ucsim/cmd.src/newcmdwin32.cc, sim/ucsim/cmd.src/newcmdwin32cl.h,
923           sim/ucsim/app.cc, sim/ucsim/appcl.h, sim/ucsim/configure,
924           sim/ucsim/configure.in, sim/ucsim/ddconfig_in.h, sim/ucsim/error.cc,
925           sim/ucsim/errorcl.h, sim/ucsim/option.cc, sim/ucsim/optioncl.h,
926           sim/ucsim/utils.cc, sim/ucsim/utils.h, sim/ucsim/cmd.src/Makefile.in,
927           sim/ucsim/avr.src/avr.cc, sim/ucsim/avr.src/avrcl.h,
928           sim/ucsim/cmd.src/bp.cc, sim/ucsim/cmd.src/bpcl.h,
929           sim/ucsim/cmd.src/cmdconf.cc, sim/ucsim/cmd.src/cmdgui.cc,
930           sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/cmdset.cc,
931           sim/ucsim/cmd.src/cmdsetcl.h, sim/ucsim/cmd.src/cmdstat.cc,
932           sim/ucsim/cmd.src/cmduc.cc, sim/ucsim/cmd.src/cmduccl.h,
933           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
934           sim/ucsim/cmd.src/command.cc, sim/ucsim/cmd.src/commandcl.h,
935           sim/ucsim/cmd.src/get.cc, sim/ucsim/cmd.src/getcl.h,
936           sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/newcmd.cc,
937           sim/ucsim/cmd.src/newcmdcl.h, sim/ucsim/cmd.src/set.cc,
938           sim/ucsim/cmd.src/show.cc, sim/ucsim/cmd.src/timer.cc,
939           sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
940           sim/ucsim/s51.src/Makefile.in, sim/ucsim/s51.src/interrupt.cc,
941           sim/ucsim/s51.src/interruptcl.h, sim/ucsim/s51.src/pca.cc,
942           sim/ucsim/s51.src/pcacl.h, sim/ucsim/s51.src/port.cc,
943           sim/ucsim/s51.src/portcl.h, sim/ucsim/s51.src/serial.cc,
944           sim/ucsim/s51.src/serialcl.h, sim/ucsim/s51.src/timer0.cc,
945           sim/ucsim/s51.src/timer0cl.h, sim/ucsim/s51.src/timer1.cc,
946           sim/ucsim/s51.src/timer1cl.h, sim/ucsim/s51.src/timer2.cc,
947           sim/ucsim/s51.src/timer2cl.h, sim/ucsim/s51.src/uc390.cc,
948           sim/ucsim/s51.src/uc390cl.h, sim/ucsim/s51.src/uc390hw.cc,
949           sim/ucsim/s51.src/uc390hwcl.h, sim/ucsim/s51.src/uc51.cc,
950           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/wdt.cc,
951           sim/ucsim/s51.src/wdtcl.h, sim/ucsim/sim.src/hw.cc,
952           sim/ucsim/sim.src/hwcl.h, sim/ucsim/sim.src/mem.cc,
953           sim/ucsim/sim.src/memcl.h, sim/ucsim/sim.src/obsolete.cc,
954           sim/ucsim/sim.src/obsolete.h, sim/ucsim/sim.src/sim.cc,
955           sim/ucsim/sim.src/simcl.h, sim/ucsim/sim.src/stack.cc,
956           sim/ucsim/sim.src/stackcl.h, sim/ucsim/sim.src/test_mem_speed.cc,
957           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
958           sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
959           sim/ucsim/z80.src/z80.cc, sim/ucsim/z80.src/z80cl.h:
960           ucsim WIN32 native port
961
962 2006-08-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
963
964         * doc/sdccman.lyx: added note on dynamic memory heap initialization
965
966 2006-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
967
968         * src/mcs51/gen.c (genAnd, genOr, genXor): fixed bug 1546986
969         * src/ds390/gen.c (aopGetUsesAcc): handle AOP_DPTR2 and AOP_DPTRn too
970
971 2006-08-26 Maarten Brock <sourceforge.brock AT dse.nl>
972
973         * src/ds390/gen.c (genAnd, genOr, genXor): fixed bug 1546986
974         * support/regression/tests/bug1546986.c: new, added
975         * as/mcs51/.cvsignore,
976         * debugger/mcs51/.cvsignore,
977         * src/.cvsignore: deleted
978
979 2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
980
981         * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
982           definitions)
983
984 2006-08-20 Borut Razem <borut.razem AT siol.net>
985
986         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
987           removed cl_listen_console::match(), cl_console::match(),
988           restructured cl_commander::proc_input()
989
990 2006-08-16 Borut Razem <borut.razem AT siol.net>
991
992         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h,
993           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
994           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/uc.cc: code cleaning
995
996 2006-08-14 Borut Razem <borut.razem AT siol.net>
997
998         * support/regression/Makefile.in,
999           support/regression/ports/pic14/gpsim.cmd,
1000           support/regression/ports/pic14/spec.mk,
1001           support/regression/ports/pic14/support.c:
1002           added pic14 regression test
1003
1004 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
1005
1006         * as/doc/asxhtm.html: documented changed ABS behaviour
1007         * as/doc/README: fixed some typos
1008
1009 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
1010
1011         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
1012           not defined on host
1013
1014 2006-08-12 Borut Razem <borut.razem AT siol.net>
1015
1016         * support/regression/fwk/include/testfwk.h,
1017           support/regression/fwk/lib/testfwk.c,
1018           support/regression/generate-cases.py,
1019           support/regression/Makefile.in:
1020           regression test framework does not depend on function pointers and
1021           variable arguments
1022
1023 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
1024
1025         * device/include/stddef.h: c temporary hack to fix bug 1518273
1026
1027 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1028
1029         * device/include/mcs51/cc2510fx.h: added
1030         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
1031           to projects.
1032
1033 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
1034
1035         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
1036         * as/z80/Makefile.in: added strcmpi.c
1037         * as/z80/z80adr.c: added upper case registers and lower case conditionals
1038         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
1039
1040 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
1041
1042         * device/lib/gbz80/asm_strings.s,
1043         * device/lib/gbz80/crt0_rle.s,
1044         * device/lib/gbz80/div.s,
1045         * device/lib/gbz80/mul.s,
1046         * device/lib/gbz80/shift.s,
1047         * device/lib/z80/asm_strings.s,
1048         * device/lib/z80/crt0_rle.s,
1049         * device/lib/z80/div.s,
1050         * device/lib/z80/mul.s,
1051         * device/lib/z80/shift.s: changed to all lower case menmonics except the
1052           flags which are all upper case
1053
1054 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
1055
1056         * as/z80/asm.h: made CASE_SENSITIVE 1
1057         * link/z80/aslink.h: made CASE_SENSITIVE 1
1058         * src/z80/gen.c (throughout): made all conditionals upper case
1059         * support/regression/tests/bug1503067.c: new
1060
1061 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
1062
1063         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
1064           (shiftIntoPair): added case 2 for PAIR_IY,
1065           (setupToPreserveCarry): replaced parameters with iCode and check if
1066            PAIR_DE is in use to fix bug 1399290,
1067           (genPlus, genMinus): updated call to setupToPreserveCarry
1068         * support/regression/tests/bug1399290.c: new
1069
1070 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
1071
1072         * device/lib/Makefile.in (Z80SOURCES): enabled float support
1073         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
1074         * src/ds390/gen.c (shiftRLong),
1075         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
1076         * src/mcs51/gen.c (sameReg): changed to sameByte,
1077           (xch_a_aopGet): new,
1078           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
1079            shiftRLong): fixed bug 1533966
1080         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
1081           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
1082         * support/regression/Makefile.in: disabled z80, enabled ucz80
1083         * support/regression/tests/float_trans.c: enabled test for z80 and host
1084         * support/regression/tests/shifts2.c: new, for testing bug 1533966
1085
1086 2006-08-01 Borut Razem <borut.razem AT siol.net>
1087
1088         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
1089           comparison is always false due to limited range of data type
1090           on PPC64 machine (openpower-linux1) where "char = unsigned char"
1091
1092 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
1093
1094         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
1095         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
1096         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
1097         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
1098
1099 2006-07-31 Borut Razem <borut.razem AT siol.net>
1100
1101         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
1102           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
1103           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
1104           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
1105           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
1106           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
1107           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
1108           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
1109           enable ucsim mingw compilation. Serial port is disabled,
1110           since it uses termios.h API, which is not available on native
1111           WIN32
1112
1113 2006-07-31 Borut Razem <borut.razem AT siol.net>
1114
1115         * Small Device C Compiler 2.6.0 released
1116         * support/scripts/sdcc.nsi: added FULL_DOC option
1117         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
1118
1119 2006-07-28 Borut Razem <borut.razem AT siol.net>
1120
1121         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
1122         * doc/INSTALL.txt: updated
1123
1124 2006-07-27 Borut Razem <borut.razem AT siol.net>
1125
1126         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
1127           device/lib/pic/libdev/Makefile.in: fixed bug
1128           [ 1438354 ] pic libsdcc: distclean doesn't work
1129         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
1130           device/lib/pic16/libio/Makefile.in: fixed bug
1131           [ 1438344 ] pic16 lib: clean doesn't work properly
1132         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
1133
1134 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
1135
1136         * device/lib/pic/libsdcc/fsdiv.c,
1137         * device/lib/pic/libsdcc/fsmul.c,
1138         * device/lib/pic16/libsdcc/float/fsdiv.c,
1139         * device/lib/pic16/libsdcc/float/fsmul.c,
1140         * device/lib/_fsdiv.c,
1141         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
1142         * support/regression/tests/bug1520966.c: added
1143         * doc/knownbugs.html: removed [ 1520966 ] from the list
1144
1145 2006-07-25 Borut Razem <borut.razem AT siol.net>
1146
1147         * configure.in, configure, sdccconf_in.h: fixed bug
1148           [ 1519095 ] regression test onebyte.c fails on ppc64 host
1149         * doc/knownbugs.html: removed [ 1519095 ] from the list
1150
1151 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
1152
1153         * doc/knownbugs.html: added, contains list of known bugs at release
1154         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
1155
1156 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1157
1158         * device/include/mcs51/compiler.h: added SFRX for xdata based special
1159           function registers and corrected defaults with additional warning
1160         * device/lib/malloc.c: cosmetic changes
1161         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
1162         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
1163           (fillGaps): and used it
1164
1165 2006-07-20 Raphael Neider <rneider AT web.de>
1166
1167         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
1168           output unless SDCCPICDEBUG is set
1169         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
1170           output if SILENT is set
1171
1172 2006-07-11 Borut Razem <borut.razem AT siol.net>
1173
1174         * doc/README.txt: updated
1175
1176 2006-07-10 Borut Razem <borut.razem AT siol.net>
1177
1178         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
1179           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
1180           in WIN32 installation
1181         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
1182           release candidate 1
1183
1184 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
1185
1186         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
1187         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
1188
1189 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
1190
1191         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
1192
1193 2006-07-06 Borut Razem <borut.razem AT siol.net>
1194
1195         * support/regression/tests/bitfields.c:
1196           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
1197         * support/regression/tests/constantRange.c:
1198           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
1199
1200 2006-07-04 Borut Razem <borut.razem AT siol.net>
1201
1202         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
1203           src/port.mk,
1204           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
1205           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
1206           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
1207           reverted changes from 2006-07-03
1208         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
1209         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
1210           added CPPFLAGS, used by the host port
1211
1212 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
1213
1214         * support/regression/valdiag/tests/switch.c,
1215         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
1216         * support/regression/tests/libmullong.c: fixed for host
1217         * support/regression/ports/host/spec.mk: disable all warnings for host,
1218         SDCC runs with --less-pedantic too
1219
1220 2006-07-03 Borut Razem <borut.razem AT siol.net>
1221
1222         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
1223           defined CPPFLAGS
1224         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
1225         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
1226           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
1227           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
1228           include ../port.mk
1229         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
1230           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1231           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
1232           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
1233
1234 2006-07-02 Raphael Neider <rneider AT web.de>
1235
1236         * src/pic16/devices.inc,
1237         * device/include/pic16/pic18fregs.h,
1238         * device/include/pic16/pic18f4550.h,
1239         * device/lib/pic16/pics.all,
1240         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
1241
1242 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
1243
1244         * as/hc08/lkaomf51.c (OutputName),
1245         * as/mcs51/lkaomf51.c (OutputName),
1246         * as/z80/asmain.c (asmbl),
1247         * src/ds390/main.c (asmLineNodeFromLineNode),
1248         * src/hc08/ralloc.c (hc08_assignRegisters),
1249         * src/mcs51/main.c (asmLineNodeFromLineNode),
1250         * src/xa51/ralloc.c (checkRegMask),
1251         * src/xa51/gen.c (emitcode),
1252         * src/z80/gen.c (_emit2),
1253         * src/SDCCast.c (searchLitOp),
1254         * src/SDCCglobl.h,
1255         * support/packihx/packihx.c,
1256         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
1257         * src/ds390/gen.c (aopPutUsesAcc),
1258         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
1259         * support/regression/tests/libmullong.c (mullong_wrapper),
1260         * src/SDCCsymt.c (powof2),
1261         * src/SDCCast.c,
1262         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
1263         * src/SDCCsymt.h: added TYPE_TARGET_*
1264         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
1265         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
1266         SDCCast because 1) header problems 2) this is the right place
1267         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
1268         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
1269         prototype
1270
1271 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
1272
1273         * src/SDCCicode.h: removed buggy semicolon in unused macro
1274         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
1275         search for previous definiton of auto symbols too,
1276         (findPrevUse): fixed logic of emitWarnings
1277
1278 2006-06-26 Raphael Neider <rneider AT web.de>
1279
1280         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
1281           PCLATH and PCLATU on interrupts, potentially fixes #1505141
1282
1283 2006-06-25 Raphael Neider <rneider AT web.de>
1284
1285         * device/lib/pic/libm: NEW, added math library functions
1286         * device/lib/pic/libsdcc: NEW; added float support functions
1287         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
1288         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
1289           NEW, added math related headers
1290         * device/include/asm/pic/features.h: NEW
1291         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
1292           (popGet): allow larger offsets for AOP_PCODE,
1293           (genDataPointerSet): handle literals explicitly, more debug output,
1294           (genAssign): fixed for float using aopLiteral ;-)
1295         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
1296           GOTO initialisation routine
1297         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
1298           flag on registers, fixes #1469043 (local variables do not work)
1299         * src/pic/main.c (_pic14_do_link),
1300         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
1301           available
1302
1303 2006-06-25 Borut Razem <borut.razem AT siol.net>
1304
1305         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
1306           characters printed (not including the trailing '\0' used to end
1307           output to strings). Problem detected in regression test bug-927659.c.
1308           NOTE: printf() family functions should return int instead
1309           unsigned int!
1310         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
1311           specifier are printed as themselves
1312         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
1313           support flags, width and precision specifiers
1314
1315 2006-06-24 Borut Razem <borut.razem AT siol.net>
1316
1317         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
1318           to the list of sdcc tagrets not supporting bit type
1319         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
1320           testfor pic16 due to bug:
1321           [ 1511794 ] pic16: regression test bug-895992.c fails
1322
1323 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
1324
1325         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
1326         * src/SDCCglue.c (initPointer), fixed bug 1496419
1327         * support/regression/tests/bug1496419.c: new, added
1328
1329 2006-06-22 Borut Razem <borut.razem AT siol.net>
1330
1331         * support/regression/ports/pic16/support.c: use gpsim usart module from
1332           libgpsim_modules library
1333
1334 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1335
1336         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
1337         IP0H to IPH0.
1338
1339 2006-06-19 Raphael Neider <rneider AT web.de>
1340
1341         * src/pic/glue.h,src/pic16/glue.h: added prototypes
1342         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
1343           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
1344           (pic14printExterns,pic14printPublics,pic16printPublics,
1345           pic16_printExterns): use new functions to emit symbols
1346           (picglue,pic16glue): emit publics before emitting externs
1347         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
1348           locally defined functions to avoid bug #1443651
1349         * support/regression/tests/bug-716242.c: removed pic16 workaround
1350         * support/regression/ports/pic16/spec.mk: ignore errors during build
1351
1352 2006-06-19 Raphael Neider <rneider AT web.de>
1353
1354         * src/pic/glue.h: added pic14aopLiteral prototype
1355         * src/pic/glue.c (pic14aopLiteral): return unsigned int
1356         * src/pic/gen.c: removed stdint.h dependency
1357           (aopGet): use Safe_strdup()
1358           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
1359           (genDataPointerSet): use pic14aopLiteral()
1360         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
1361           for pic16; thanks to Bernhard and Maarten
1362
1363 2006-06-18 Borut Razem <borut.razem AT siol.net>
1364
1365         * support/regression/tests/structflexarray.c: flexible array members
1366           not supported by gcc < 3
1367         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
1368           GUI tool by default
1369         * src/pic/gen.c: don't include [p]strdin.h on solaris
1370         * support/Util/pstdint.h: addad svn attributes
1371         * support/regression/tests/constantRange.c,
1372           support/regression/tests/rotate.c: include inttypes.h instead
1373           stdint.h on solaris, addad svn attributes
1374
1375 2006-06-18 Raphael Neider <rneider AT web.de>
1376
1377         * src/SDCCsymt.c (initCSupport): change return type of divschar to
1378           int for PIC16
1379         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
1380           (pic16_genMinusBits): simplified sign-extension
1381           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
1382             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
1383             adjusted to correctly handle mixed-signed operands, disabled
1384             now unused multiplciation routines
1385         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
1386           (assignResultValue): added argument denoting the size of the result
1387             as returned by the function (fixes upcasts in assigning from
1388             function calls: char foo(); int i = foo();)
1389           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
1390             function result to assignResultValue
1391           (genMult): disabled inlined multiplication code
1392           (genDiv): augmented to also handle the modulus operator, fixed to
1393             handle mixed-signed operands correctly
1394           (genMod): simply call genDiv, disabled unused code
1395           (genAssign): fixed missing (sign-)extension on result
1396         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
1397             valid char operands, allow signed operands for native code, added
1398             division and modulo operator handling
1399         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
1400
1401         As a consequence, onebyte.c (if split into two files) and muldiv.c
1402         pass regression tests.
1403
1404 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1405
1406         * doc/Makefile.in: two runs of makeindex seem needed to get
1407         correct page references in the index of sdccman.pdf
1408         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
1409
1410 2006-06-17 Borut Razem <borut.razem AT siol.net>
1411
1412         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
1413
1414 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1415
1416         * doc/sdccman.lyx: updated, added (porting source code, debugging),
1417         mentioned ec2drv and paulmon
1418
1419 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
1420
1421         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
1422           consecutive abs areas
1423           (find_empty_space, allocate_space): added map to handle codemap or
1424            xdatamap,
1425           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
1426            absolute idata and xdata
1427         * as/mcs51/lkmem.c (summary2): updated legend
1428
1429 2006-06-16 Raphael Neider <rneider AT web.de>
1430
1431         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
1432
1433 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
1434
1435         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
1436           1208515
1437         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
1438
1439 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
1440
1441         * src/port.h (struct PORT): added field gp_tags, to hold the tag
1442         value of generic pointers,
1443         * src/avr/main.c,
1444           src/ds390/main.c,
1445           src/hc08/main.c,
1446           src/izt/i186.c,
1447           src/izt/tlcs900h.c,
1448           src/mcs51/main.c,
1449           src/pic/main.c,
1450           src/pic16/main.c,
1451           src/xa51/main.c,
1452           src/z80/main.c: PORT structure, added elements for gp_tags field,
1453         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
1454         fields in the PORT structure of each port,
1455         * src/SDCCast.c (decorateType): allow processing of generic pointers
1456         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
1457         S_FIXED symbols
1458
1459 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
1460
1461         * link/z80/lkgb.c,
1462         * link/z80/lkgg.c,
1463         * src/pic16/gen.c,
1464         * src/pic16/main.c,
1465         * src/pic16/pcode.c,
1466         * src/pic/main.c,
1467         * src/pic/pcoderegs.c,
1468         * src/SDCCicode.c,
1469         * src/SDCCmain.c,
1470         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
1471           bug 1504689 on minGW
1472
1473 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1474
1475         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
1476
1477 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
1478
1479         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
1480
1481 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
1482
1483         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
1484           for optimization
1485
1486 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
1487
1488         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
1489         to a char variable. Fixed bug #1504211
1490         * device/include/pic16/adc.h,
1491         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
1492         and fixed bug #1364390
1493
1494 2006-06-10 Borut Razem <borut.razem AT siol.net>
1495
1496         * CVSROOT: removed the CVS left-over
1497
1498 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
1499
1500         * as/hc08/asmain.c (asexit),
1501         * as/hc08/lkmain.c (lkexit),
1502         * as/mcs51/asmain.c (asexit),
1503         * as/mcs51/lkmain.c (lkexit),
1504         * src/SDCCglue.c (DEFSETFUNC),
1505         * src/SDCCmain.c (linkEdit, assemble),
1506         * support/librarian/sdcclib.c (AddRel),
1507           replaced unlink() by standard C remove()
1508         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
1509         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
1510           gatherImplicitVariables): new, added to fix bug 608752,
1511           (createFunction): added gatherImplicitVariables()
1512         * src/SDCCast.h: added createRMW prototype
1513         * src/SDCCsymt.h (struct symbol): added infertype
1514         * support/regression/tests/bug608752.c: new, added
1515
1516 2006-06-10 Raphael Neider <rneider AT web.de>
1517
1518         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
1519           multibyte dummy reads (fixes #1503234)
1520
1521 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
1522
1523         * device/include/mcs51/compiler.h: new, added header file to enable
1524           creating common sfr definition header files for different compilers
1525
1526 2006-06-05 Raphael Neider <rneider AT web.de>
1527
1528         * src/pic16/{pcode.h,genarith.c}:
1529           introduced pCodeOp combining any two pCodeOps (previously only
1530           two register operands could be combined), removed pcop2 from
1531           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
1532         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
1533         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
1534           rewritten to use new PO_TWO_OPS
1535         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
1536         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
1537           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
1538           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
1539           (pic16_get_op): embraced return arg to allow #define return(x),
1540             added new case for combined opcodes
1541           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
1542           (pic16_pCode2str,pic16_getRegFrompCodeOp,
1543            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
1544
1545 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
1546
1547         * src/SDCCval.c (checkConstantRange): added
1548         * src/SDCCval.h: added checkConstantRange
1549         * support/Util/SDCCerr.c,
1550         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
1551         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
1552         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
1553         * src/SDCCast.c (decorateType): added checkConstantRange,
1554         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
1555         can be emitted with the correct always true/false warning,
1556         added optimization for double '!';
1557         result of decorateType() must be assigned back to the tree, because
1558         decorateType() can change the tree
1559         * src/SDCCicode.c (geniCodeLogic),
1560         (geniCodeAssign): replaced new checkConstantRange, added warnings,
1561         (checkConstantRange): removed, it was only a fragment which never
1562         emitted a warning
1563         * src/SDCCsymt.c (computeType): fixed promotion for
1564         "-1 < (unsigned bit) b"
1565         * src/pic/ralloc.c (packRegsForAssign),
1566         * src/pic16/ralloc.c (packRegsForAssign),
1567         * src/hc08/ralloc.c (packRegsForAssign),
1568         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
1569         from mcs51
1570         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
1571         * support/regression/tests/constantRange.c: added
1572         * support/valdiag/tests/constantRange.c: added
1573         * support/valdiag/valdiag.py: added -DPORT_HOST=1
1574
1575 2006-06-02 Borut Razem <borut.razem AT siol.net>
1576
1577         * support/regression/ports/pic16/support.c: increase stack size
1578           to 255 bytes
1579         * support/regression/Makefile.in: sort tests by name so that the
1580           resutlts can be compared on different machines / platforms
1581
1582 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
1583
1584         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
1585         * src/ds390/gen.c (emitLabel): new, added,
1586           (genDjnz): fixed stack overflow bug,
1587           (throughout): cosmetic changes to sync with mcs51/gen.c,
1588           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
1589         * src/mcs51/gen.c (genEndFunction): small optimization,
1590           (throughout): cosmetic changes to sync with ds390/gen.c
1591
1592 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
1593
1594         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
1595           (_print_format): fixed printing pointers
1596         * src/mcs51/gen.c (emitLabel, movb): new, added,
1597           (genAssign): small optimization,
1598           (genDjnz): fixed stack overflow bug,
1599           (throughout): replaced sprintf with SNPRINTF,
1600           replaced mcs51_regWithIdx with REG_WITH_INDEX,
1601           replaced emitcode("mov", "b,...") with MOVB(...),
1602           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
1603           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1604         * src/mcs51/peeph.def: added rules 140 and 264
1605         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
1606           so they may get optimized into registers
1607
1608 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
1609
1610         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
1611           immediately when encountered,
1612           (printUsage): always use stderr even on windows
1613
1614 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
1615
1616         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
1617         (processParms): fixed bug #1247551
1618         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
1619         parseCmdLine, main): print '--version' to stdout,
1620         print 'help' to stdout if --help is given,
1621         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
1622         arguments are given; fixed --help
1623
1624 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
1625
1626         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
1627         * support/regression/tests/bug-1493710.c: added
1628
1629 2006-05-27 Borut Razem <borut.razem AT siol.net>
1630
1631         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
1632           static instead auto
1633         * support/regression/ports/pic16/support.c: increase stack size
1634           from default 64 bytes to 128 bytes
1635         * support/regression/tests/staticinit.c,
1636           support/regression/tests/float.c: regression tests fully enabled
1637           for pic16 port by putting the initialized data arrays into the code
1638           section
1639         * support/regression/ports/pic16/spec.mk: don't link default libraries.
1640           This was changed by mistake in the previous version.
1641
1642 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
1643
1644         * src/pic16/gen.c (genFunction, genEndFunction): some
1645         beautifications, fixed bug with falsely restoring FSR2 in large
1646         stack model, thanks to Beau E. Cox for reporting the bug
1647
1648 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1649
1650         * debugger/mcs51/break.c,
1651         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
1652           use %p to print pointers, made address variables unsigned
1653         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
1654         * debugger/mcs51/symtab.c (parseSymbol): must return something
1655         * src/mcs51/gen.c (aopForSym): small optimization,
1656            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
1657           (freeAsmop): added missing break,
1658           (aopPut): removed parameter bvolatile, determine it inside the function,
1659           (saveRegisters, unsaveRegisters): small optimization,
1660           (genIpush): removed pointless check,
1661           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
1662           replaced sprintf with SNPRINTF,
1663           replaced strcpy with strncpyz,
1664           updated aopPut calls,
1665           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1666         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
1667
1668 2006-05-24 Borut Razem <borut.razem AT siol.net>
1669
1670         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
1671           modification of test for the pic16 port, put the array to the code
1672           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
1673
1674 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1675
1676         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
1677         * support/Util/pstdint.h: added
1678
1679 2006-05-22 Borut Razem <borut.razem AT siol.net>
1680
1681         * src/regression/Makefile: removed bool2.c test, added -q linker option
1682         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
1683           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
1684           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
1685           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
1686           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
1687           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
1688           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
1689           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
1690           define SUPPORT_BIT_TYPES 0, removed unused bit variables
1691
1692 2006-05-22 Raphael Neider <rneider AT web.de>
1693
1694         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
1695           bug #1492360 (problematic due to generic pointers, see code)
1696
1697 2006-05-22 Borut Razem <borut.razem AT siol.net>
1698
1699         * support/regression/ports/pic16/specs.mk: removed stack size linker
1700           directive
1701         * support/regression/tests/array.c,
1702           support/regression/tests/bitopcse.c,
1703           support/regression/tests/bug-908454.c,
1704           support/regression/tests/malloc.c: modified for pic16 regression test
1705         * support/regression/tests/bitfields.c:
1706           pic16 - excluded bitfileds of size > 8
1707         * support/regression/tests/bp.c: pic16 - reduced data size
1708         * support/regression/tests/bug-221100.c: pic16 - reduced data size
1709         * support/regression/tests/bug-460010.c:
1710           pic16 - used the absolute address the fits in memory
1711         * support/regression/tests/bug-716242.c:
1712           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
1713         * support/regression/tests/float.c:
1714           pic16 - excluded - data size too big
1715         * support/regression/tests/onebyte.c:
1716           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
1717         * support/regression/tests/shifts.c:
1718           pic16 - function names probably have to differ in first X characters
1719           (gpasm limitation?)
1720         * support/regression/tests/staticinit.c:
1721           pic16 - excluded some tests due error: no target memory available for
1722           section ".idata"
1723
1724 2006-05-22 Borut Razem <borut.razem AT siol.net>
1725
1726         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1727           second try. Thanks Stas Sergeev once more.
1728
1729 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1730
1731         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
1732           (genLeftShift, genRightShift): fixed bug 1491627
1733         * src/hc08/peeph.def (rules 7, 8.x): added
1734         * support/regression/tests/shifts.c (ShiftLeftByParam,
1735           ShiftRightByParam, testShiftByParam): added to test variable shifting
1736
1737 2006-05-20 Raphael Neider <rneider AT web.de>
1738
1739         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
1740         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
1741           (allocReg): add only new registers to dynAllocRegs,
1742           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
1743             #1489055, #1445850, and probably #1483693
1744
1745 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
1746
1747         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
1748         bug in for-loop that didn't emit the last of CONFIG and ID registers
1749
1750 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
1751
1752         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
1753           with offset
1754         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
1755           1489016, 1434401 and 1490124
1756         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
1757           1489016, 1434401 and 1490124
1758
1759 2006-05-17 Borut Razem <borut.razem AT siol.net>
1760
1761         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1762           thanks Stas Sergeev
1763
1764 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1765
1766         * device/include/mcs51/P89c51RD2.h,
1767         * device/include/mcs51/P89LPC901.h,
1768         * device/include/mcs51/P89LPC922.h,
1769         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
1770
1771 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1772
1773         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
1774         to fix missing stack pragma in compiled binary object file,
1775
1776 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
1777
1778         * support/packihx/configure.in,
1779         * support/packihx/configure: removed warning, autoconf >= 2.5x can
1780         determine sizeof basic types even while cross compiling
1781
1782 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
1783
1784         * src/avr/gen.c (aopop),
1785         * src/ds390/gen.c (aopOp),
1786         * src/hc08/gen.c (aopOp),
1787         * src/mcs51/gen.c (aopop),
1788         * src/pic16/gen.c (pic16_aopOp),
1789         * src/pic/gen.c (aopOp),
1790         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
1791         if size of operand is smaller than spill location
1792
1793 2006-05-12 Borut Razem <borut.razem AT siol.net>
1794
1795         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
1796           have to have CR/LF line endings even if they are checked out on *nix
1797           or on WIN32 in cygwin binmode
1798
1799 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
1800
1801         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
1802         * device/include/ds80c390.h: added sfr16 definitions
1803         * src/ds390/gen.c,
1804         * src/ds390/gen.h,
1805         * src/ds390/main.c,
1806         * src/ds390/ralloc.c,
1807         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
1808           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
1809           bit returning functions
1810         * support/regression/tests/sfr16.c: enabled test on ds390
1811
1812 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1813
1814         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
1815         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
1816
1817 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
1818
1819         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
1820         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
1821           (cl_address_space constructor): removed expensive initialization,
1822           (cl_address_space::get_cell): extended for late initialization,
1823           (cl_address_space::*): use late initialization,
1824           (cl_address_decoder::activate): removed expensive initialization,
1825           This reduced regression test running time by 25%
1826
1827 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
1828
1829         * packihx/,
1830         * configure.in,
1831         * configure,
1832         * sdcc.dsw,
1833         * Makefile.bcc,
1834         * Makefile.in,
1835         * support/packihx/Makefile.in,
1836         * support/packihx/clean.mk,
1837         * support/packihx/Makefile.bcc,
1838         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
1839
1840 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1841
1842         * src/SDCCval.c (valNot): fix for regression test failure
1843           of not.c on big endian hosts
1844
1845 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1846
1847         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
1848
1849 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1850
1851         * device/lib/mcs51/Makefile.in: changed string comparison operator
1852           to = for POSIX compliance; == is bash extension
1853
1854 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1855
1856         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
1857           kosmonaut_pirx
1858
1859 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
1860
1861         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
1862         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
1863         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
1864         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
1865         bug report #1478657,
1866
1867 2006-05-05 Borut Razem <borut.razem AT siol.net>
1868
1869         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
1870           making the html
1871
1872 2006-05-02 Borut Razem <borut.razem AT siol.net>
1873
1874         * doc/Makefile.in: removed *.ind dependency since there is no rule to
1875           create *.ind, which made make to fail if invoked with -j 2
1876
1877 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
1878
1879         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
1880           Hubert Sack for patch 1479782
1881
1882 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
1883
1884         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
1885
1886 2006-05-01 Raphael Neider <rneider AT web.de>
1887
1888         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
1889           (create_pic): store only prefix-free device name,
1890           (init_pic): check for device names with "16" prefix,
1891           (list_valid_pics),
1892         * src/pic/device.h (struct PIC_device),
1893         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
1894             stored device name,
1895         * device/include/pic/pic12f{635,675,629,683}.h,
1896         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
1897         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
1898         * device/include/pic/pic16f505.h,
1899         * device/lib/pic/libdev/pic16f505.c: removed
1900         * device/include/pic/pic14devices.txt: added support for pic12f
1901             devices, removed unsupported non 16-bit devices
1902             [above changes provided by patch from Zik Saleeba]
1903         * src/pic/*, src/pic16/*, device/include/pic16/*,
1904           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
1905
1906 2006-05-01 Borut Razem <borut.razem AT siol.net>
1907
1908         * configure.in, configure, doc/Makefile.in:
1909           sync with nightly build makefile - latex, dvipdf and dvips
1910           not needed any more
1911
1912 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
1913
1914         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
1915         in the library source
1916
1917 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
1918
1919         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
1920
1921 2006-04-28 Raphael Neider <rneider AT web.de>
1922
1923         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
1924         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
1925           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
1926         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
1927
1928 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
1929
1930         * device/lib/pic/libdev/Makefile.in,
1931         * device/lib/hc08/Makefile.in,
1932         * device/lib/gbz80/Makefile.in,
1933         * device/lib/z80/Makefile.in,
1934         * device/lib/ds390/Makefile.in,
1935         * device/lib/ds400/Makefile.in: added srcdir to include search path,
1936         thanks to Borut for the bug report
1937         * configure.in,
1938         * configure: always create doc/Makefile independent from --enable-doc
1939         * Makefile.in: always install from directory doc independent from
1940         --enable-doc
1941         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
1942         removed
1943         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
1944         * doc/Makefile.in: install *.txt if present
1945         * device/include/Makefile.in (install): added installation of pic/*.inc
1946         and pic/*.txt files again, they were erroneously removed
1947
1948 2006-04-28 Raphael Neider <rneider AT web.de>
1949
1950         * src/pic/{gen.c,main.h,pcode.c},
1951         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
1952             concerning signedness with casts
1953
1954 2006-04-28 Raphael Neider <rneider AT web.de>
1955
1956         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
1957             definition of an interrupt handler,
1958         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
1959             interrupt handler stuff from picglue() to separate routine,
1960           (picglue): enabled definition of intr handlers in files w/o main()
1961
1962 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1963
1964         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
1965           compilation with MSVC 2005 Express Edition (VC8)
1966
1967 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
1968
1969         * device/lib/Makefile: fixed build of gbz80 lib
1970
1971 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1972
1973         * support/regression/tests/bug-460010.c,
1974         * support/regression/tests/bug-524691.c,
1975         * support/regression/tests/bug-716242.c: removed conditional defines
1976           that are already in testfwk.h
1977
1978 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1979
1980         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
1981           (AccAXRsh1): added, shift right by 1,
1982           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
1983            AccAXLrl1
1984         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
1985
1986 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
1987
1988         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
1989         remove cast to same type
1990         * src/SDCCast.c (decorateType): fix for RFE 1475742,
1991         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
1992         * as/z80/Makefile,
1993         * link/z80/Makefile: removed, they have moved to
1994         Makefile.in files
1995         * configure,
1996         * configure.in: replaced duplicate message about ucsim by missing sdcpp
1997         * install-sh: fix bug #1204398 by setting umask 0022
1998         * device/lib/Makefile: separate build of z80 and gbz80 lib
1999
2000 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
2001
2002         Enabled VPATH feature: changed nearly all Makefiles (149 files).
2003         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
2004
2005         One basic decision: e.g. src/clean.mk includes further files. In order
2006         to make this work there are two solutions:
2007         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
2008           run configure on them. This way they can use
2009           'include $(srcdir)/port-clean.mk'
2010         - always include clean.mk by the Makefile at the same level. To avoid
2011           that `make clean` tries to include and build Makefile.dep the
2012           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
2013           implemented, because now even `make uninstall` doesn't create
2014           Makefile.in. clean.mk could be eliminated by pasting it in
2015           Makefile.in.
2016
2017         * debugger/mcs51/Makefile.in: build own objects from library sources
2018         (SLIB, SDCC) in current directory
2019
2020         * configure, configure.in: renamed --disable-device-lib-build in
2021         --disable-device-lib; added --enable-doc, the required tools are
2022         searched by configure; added result message; the toolchain for the
2023         belonging ports are now only built, if the port is enabled.
2024
2025         * support/regression/*: all output is written in directory gen, because
2026         the fwk and ports directories don't livet in the build tree using vpath
2027
2028         * doc/sdccman.lyx: renamed --disable-device-lib-build to
2029         --disable-device-lib, added --enable-doc, added section VPATH
2030
2031         * sim/ucsim/configure.in,
2032         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
2033         z80 are enabled by default
2034
2035 2006-04-24 Raphael Neider <rneider AT web.de>
2036
2037         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
2038             to config word, "pic14_"-prefixed some extern functions
2039           (pic14_emitConfigWord): emit __config directive(s) if assignment to
2040             config word has been found
2041         * src/pic/device.h: added prototypes
2042         * src/pic/pcode.c: added "pic14_"-prefix where needed
2043         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
2044             fixup
2045         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
2046             words,
2047           (pic14emitRegularMap): ignore config words,
2048           (pic14createInterruptVect): moved generating __config directives away
2049           (picglue): have __config directives emitted
2050
2051 2006-04-24 Borut Razem <borut.razem AT siol.net>
2052
2053         * doc/Makefile: sync with nightly build makefile
2054
2055 2006-04-24 Raphael Neider <rneider AT web.de>
2056
2057         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
2058             registers that have not been assigned proper liveranges,
2059             fixes #1469504 and #1474602,
2060           (pCodeRegOptimizeRegUsage): fixed typo in comment
2061
2062 2006-04-24 Borut Razem <borut.razem AT siol.net>
2063
2064         * device/examples/main8051.c: deleted - it was removed from CVS
2065           24.mar.2000 and after that modified 18.feb.2001, so it reappered
2066           after the transition to Subversion
2067         * src/SDCCalloc.h: deleted - it was removed  from CVS
2068           3.feb.2001 and after that modified 18.feb.2001, so it reappered
2069           after the transition to Subversion
2070         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
2071           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
2072           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
2073           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
2074
2075 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
2076
2077         * as/asx8051.dsp: added mcs51/strcmpi.h
2078         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
2079         * as/hc08/aslink.h: updated lnksect prototype
2080         * as/hc08/asm.h,
2081         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
2082         * as/hc08/asmain.c,
2083         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
2084           (newdot): handle A_ABS
2085         * as/hc08/asout.c,
2086         * as/mcs51/asout.c (outarea): output address
2087         * as/hc08/lkaomf51.c,
2088         * as/mcs51/lkaomf51.c: disabled unused array UsageType
2089         * as/hc08/m08pst.c,
2090         * as/mcs51/i51pst.c,
2091         * as/z80/z80pst.c: "ABS" is not A_OVR
2092         * as/hc08/lkarea.c (newarea): read a_addr,
2093           (lnkarea): added codemap array, sort absolute areas to the front,
2094            combine all GSINITx/GSFINAL,
2095           (find_empty_space, allocate_space): new functions,
2096           (lnksect): return next address, handle absolute sections
2097         * as/mcs51/lkarea.c (newarea): read a_addr,
2098           lnksect2 prototype changed,
2099           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
2100           (find_empty_space, allocate_space): new, factored out of lnksect2,
2101           (lnksect2): return next address, handle absolute sections
2102         * as/hc08/lkhead.c,
2103         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
2104         * as/hc08/lklibr.c (addfile, fndsym),
2105         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
2106           index out of range and detect both '\' and '/'
2107         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
2108         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
2109           regression tests (ds390 cannot return bool yet)
2110         * doc/sdccman.lyx: changed version number, document changed --no-peep,
2111           document critical interrupts on z80, document changed SDCC define
2112         * src/asm.c (_asxxxx_mapping): fixed .org directive,
2113           (_a390_mapping): added .org directive
2114         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
2115           (genMultOneByte): fixed warnings
2116         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
2117           ones
2118         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
2119         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
2120           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
2121         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
2122         * src/pic16/main.c: removed newReg prototype
2123         * src/pic16/pcode.c,
2124         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
2125           warnings
2126         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
2127           ones
2128         * src/pic16/ralloc.c
2129         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
2130           to fix warnings
2131         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
2132           from short to PIC_OPTYPE
2133         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
2134         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
2135           optype from short to PIC_OPTYPE
2136         * src/port.h: made int_size unsigned to fix warnings
2137         * src/SDCC.y: fixed warning on MSVC
2138         * src/SDCCicode.c (getArraySizePtr): return unsigned int
2139         * src/SDCCopt.c (convertToFcall): fixed warnings
2140         * src/SDCCsymt.h: removed double prototype for genSymName
2141         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
2142           offset int to fix warnings
2143
2144 2006-04-22 Borut Razem <borut.razem AT siol.net>
2145
2146         * doc/sdccman.lyx, */Makefile, */Makefile.in:
2147           references to CVS replaced with Subversion
2148
2149 2006-04-21 Borut Razem <borut.razem AT siol.net>
2150
2151         * doc/sdccman.lyx, */Makefile, */Makefile.in:
2152           references to CVS replaced with Subversion
2153
2154 2006-04-19 Borut Razem <borut.razem AT siol.net>
2155
2156         * src/version.awk: adapted for svn
2157         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
2158           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
2159           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
2160           /binutils-avr/etc/*.vi, *.jin: removed all properties
2161           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
2162
2163 2006-04-19 Borut Razem <borut.razem AT siol.net>
2164
2165         * CVS to Subversion migration completed
2166
2167 2006-04-18 Borut Razem <borut.razem AT siol.net>
2168
2169         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
2170           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
2171
2172 2006-04-17 Borut Razem <borut.razem AT siol.net>
2173
2174         * device/include/Makefile.in: added pic/*.inc to the installation
2175
2176 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
2177
2178         * support/regression/collate-results.py: fixed output in case of
2179         a valdiag error
2180         * support/regression/generate-cases.py: fixed splitting of pathnames
2181         with dots
2182         * as/hc08/lklibr.c (addfile),
2183         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
2184
2185 2006-04-11 Raphael Neider <rneider AT web.de>
2186
2187         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
2188         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
2189         * src/pic16/pcode.c (assignValnums): fixed #1460578
2190
2191 2006-04-11 Raphael Neider <rneider AT web.de>
2192
2193         * device/lib/pic/libdev/*.c,
2194         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
2195           fixes #1468739, enables compilation in --std-c99 mode
2196         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
2197
2198 2006-04-11 Raphael Neider <rneider AT web.de>
2199
2200         * src/pic/device.c (find_device): removed debug output
2201           (list_valid_pics): enabled verbose listing of supported devices
2202         * device/include/stdbool.h: define bool as char for pic14/16 as well
2203
2204 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2205
2206         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
2207
2208 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2209
2210         * .version: bumped version to 2.5.6
2211         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
2212
2213 2006-04-06 Raphael Neider <rneider AT web.de>
2214
2215         * .version: bumped version to 2.5.6 (pic14 ABI changed)
2216         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
2217         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
2218           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
2219             pic14_constructAbsMap
2220           (pic14printPublics): declare absolute global symbols as global
2221           (pic14createInterruptVect),
2222         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
2223           (newReg): assume new registers unused, use correct name in
2224             hashtable (reg->name instead of name), more debugLog output
2225         * src/pic/device.h (PIC_device): added fields for verbose output
2226         * src/pic/device.c: moved device definition to pic14devices.txt,
2227             added routines for runtime parsing of pic14devices.txt,
2228             added support for second config word
2229         * src/pic/main.c (_process_pragma): removed #pragma maxram,
2230           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
2231           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
2232           (_pic14_parseOptions): moved pCodeInitRegisters here
2233           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
2234         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
2235           (pCodeInitRegisters): rewrapped comments, perpared new approach to
2236             handling the pseudo stack
2237         * device/lib/Makefile.in: ignore failures in objects-pic16,
2238         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
2239         * device/lib/pic/NEWS: document new dependency on picXXX.lib
2240         * device/lib/pic/Makefile.subdir,
2241         * device/lib/pic16/Makefile.subdir: improved clean rules
2242         * device/lib/pic/libdev/: NEW, pic14 device libraries
2243         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
2244         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
2245         * device/include/Makefile.in: create subdir and install pic14 headers
2246         * device/include/pic/p16f_common.inc: removed unused declarations
2247         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
2248             PICs from inc2h.pl v1.6,
2249             replaced BIT_AT macros with struct declarations
2250         * device/include/pic/pic14devices.txt: definition of supported devices,
2251             all above improvements contributed by Zik Saleeba, thanks
2252         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
2253         * support/scripts/sdcc.nsi: also install pic14 device libraries and
2254             headers
2255
2256 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2257
2258         * device/include/mcs51/c8051f410.h: added interrupt numbers,
2259         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
2260           thanks to Charles Olds
2261
2262 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2263
2264         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
2265
2266 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2267
2268         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
2269         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
2270         * support/regression/bug1464657.c: added, new test
2271
2272 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
2273
2274         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
2275           version number
2276
2277 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
2278
2279         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
2280           --no-peep and --peep-file <file> are used don't use default rules but
2281           do use the <file>
2282
2283 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
2284
2285         * src/mcs51/gen.c (genCall): fixed bug 1457608
2286
2287 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2288
2289         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
2290         changes seem to cause (trigger?) problems with the build system.
2291
2292 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
2293
2294         * src/SDCCpeeph.c (operandsLiteral): new, added,
2295           (callFuncByName): inserted operandsLiteral
2296         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
2297
2298 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2299
2300         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
2301         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
2302
2303 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2304
2305         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
2306           implemented patch 1120823 Thanks to Willy De la Court (normal
2307           interrupts need an interrupt number now if they are made critical),
2308           and enabled nesting of critical functions though not for gbz80
2309           (genCritical, genEndCritical): added functions
2310           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
2311         * src/z80/mappings.i: added "ei" to all mappings
2312
2313 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2314
2315         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
2316         submitted by the Debian SDCC maintainer Aurelien Jarno:
2317         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
2318         archive with gcc 4.1 on mips and wrote the patch"
2319
2320 2006-03-16 Raphael Neider <rneider AT web.de>
2321
2322         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
2323           the left operand is shorter than the result (c* = lit-c* + int),
2324           fixes bug #1450796
2325         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
2326           OP_SYMBOL
2327
2328 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2329
2330         * src/.version: increased version number to 2.5.5
2331         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
2332         linking is done manually in pic16 port's _linkEdit,
2333         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
2334         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
2335         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
2336         allocate asmop as AOP_ACC,
2337         (aopForRemat): added parameter 'bool result' in function declaration,
2338         (pic16_aopGet): return AOP_ACC when accessing WREG,
2339         (pic16_popGetTempReg): minor modification,
2340         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
2341         'pic16_allocWithIdx',
2342         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
2343         calling function in absolute addresses,
2344         (genAssign): take into account AOP_ACC asmop,
2345         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
2346         * src/pic16/pcoderegs.c: some debug functions and lines added,
2347         * src/pic16/ralloc.c (decodeRegType): added but commented out,
2348         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
2349         register too,
2350         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
2351         call to allocReg, not by manually allocating a new one,
2352         (pic16_assignRegisters): now before going through the register
2353         allocating functions mark all registers as free. This eliminates some
2354         side effects resulting from peephole parser done earlier in the backbone
2355
2356 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
2357
2358         * src/SDCCicode.c (geniCodeLogic),
2359         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
2360
2361 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
2362
2363         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
2364           (genSend): bugfix, do not allocate and free twice,
2365           (shiftRLong): handle partially overlapping aops
2366         * support/regression/tests/bitopcse.c: fixed warning redefined idata
2367
2368 2006-03-08 Borut Razem <borut.razem AT siol.net>
2369
2370         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
2371           for pic16
2372
2373 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
2374
2375         * support/regression/tests/bug1409955.c: new, added
2376         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
2377         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
2378           (aopForSym, aopOp): increment asmop.allocated if reused,
2379           (freeAsmop): decrement asmop.allocated and check for zero instead of
2380           using asmop.freed,
2381           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
2382           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
2383            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
2384            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
2385            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
2386            genSignedRightShift, genRightShift, genDataPointerGet,
2387            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
2388            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
2389             in reverse order from allocation,
2390           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
2391             added swappedLR to keep track
2392         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
2393           pdata & code for GCC, z80, gbz80 & hc08
2394         * support/regression/tests/zeropad.c: moved defines to testfwk.h
2395
2396 2006-03-08 Raphael Neider <rneider AT web.de>
2397
2398         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
2399
2400 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
2401
2402         * device/include/mcs51/c8051f410.h: new SiLabs mcu
2403         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
2404         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
2405
2406 2006-03-06 Borut Razem <borut.razem AT siol.net>
2407
2408         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
2409           made the linker quiet
2410
2411 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2412
2413         * src/pic16/gen.c (genPcall): fixed bug #1443644
2414         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
2415         which dumps before the function entry point a data byte which represents
2416         the number of the local variables used by the specified function, added
2417         'xinst' for initial support for Extended Instruction Support,
2418         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
2419         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
2420         port->fun_prefix anymore (may change later),
2421         (genFunction, genEndFunction): do not store/restore local registers for
2422         _main (this should take care the --main-return command line option in
2423         the future),
2424         (genOr): removed some legacy pic-port instructions,
2425         * src/pic16/genarith.c (genAddLit): re-enabled old code because
2426         performing operations with SFR's causes data to be written more than
2427         once to each SFR. Perhaps SFRs should be handled in special cases...
2428         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
2429         pcode.h
2430         * src/pic16/main.c (_process_pragma): stack bound checking did not take
2431         into account for stack starting position,
2432         (struct OPTIONS pic16_optionsTable): added command line argument
2433         --extended or -y for Extended Instruction Support,
2434         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
2435         (deassignLRs): *** perhaps the most important change, old 'for' code
2436         (commented out for reference), didn't account for some registers which
2437         were left marked 'not free' after a pointer operation. The change
2438         reduces register usage a lot in some cases
2439
2440 2006-03-04 Borut Razem <borut.razem AT siol.net>
2441
2442         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
2443           _clean
2444         * support/regression/tests/bug-524697.c: decreased array size for
2445           mcs51 to fit into the internal RAM
2446         * support/regression/Makefile.in: a little bit more verbose
2447
2448 2006-03-03 Borut Razem <borut.razem AT siol.net>
2449
2450         * support/regression/fwk/lib/testfwk.c,
2451           support/regression/fwk/include/testfwk.h: introduced function
2452           _prints(), nonrecursive _printn(), call _initEmu() from main()
2453         * support/regression/ports/gbz80/support.asm,
2454           support/regression/ports/ucz80/support.asm,
2455           support/regression/ports/z80/support.asm,
2456           support/regression/ports/ds390/support.c,
2457           support/regression/ports/hc08/support.c,
2458           support/regression/ports/host/support.c,
2459           support/regression/ports/mcs51/support.c,
2460           support/regression/ports/xa51/support.c: added empty _initEmu()
2461           function
2462         * support/regression/ports/pic16/gpsim.cmd,
2463           support/regression/ports/pic16/spec.mk,
2464           support/regression/ports/pic16/support.c,
2465           support/regression/Makefile.in: added pic16 regression test
2466
2467 2006-03-01 Raphael Neider <rneider AT web.de>
2468
2469         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
2470           genConstPointerGet): use safe way of generating MOVFF to cover
2471             literals as well as registers, fixes bug #1440527
2472         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
2473             dereference
2474           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
2475             more correctly, fixes bug #1232186
2476           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
2477         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
2478             gplink guess the correct processor in more cases, applied patch
2479             from Till Riedel attached to and fixing bug #1436552
2480
2481 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2482
2483         * support/regression/tests/array.c: added, contains check for #1434401
2484         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
2485
2486 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
2487
2488         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
2489         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
2490         * device/include/mcs51/c8051f326.h,
2491         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
2492         * device/include/mcs51/c8051f000.h,
2493         * device/include/mcs51/c8051f018.h,
2494         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
2495           PCON_IDLE,PCON_STOP and added sfr16 definitions
2496
2497 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2498
2499         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
2500           genGetWord): fixed bug 1409955
2501
2502 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2503
2504         * device/include/hc08/mc68hc908gp32.h,
2505         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
2506
2507 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
2508
2509         * src/SDCCast.c (constExprValue): return NULL if not a value
2510         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
2511         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
2512         * support/regression/tests/bitfields.c: enabled signed bitfield for all
2513
2514 2006-02-13 Borut Razem <borut.razem AT siol.net>
2515
2516         * src/regression/ptrarg.c: added, fails due to bug #1430967
2517         * src/regression/Makefile: ptrarg.c added, ...
2518
2519 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
2520
2521         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
2522         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
2523
2524 2006-02-11 Borut Razem <borut.razem AT siol.net>
2525
2526         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
2527           print "Processor: xxx" message to stdout only if --verbose
2528
2529 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2530
2531         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
2532         * support/regression/tests/bug1426356.c: added
2533         * support/regression/tests/bitfields.c: removed 2 tests
2534
2535 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2536
2537         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
2538         * device/include/mcs51/c8051f330.h,
2539         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
2540           PCON_IDLE,PCON_STOP and added sfr16 definitions
2541         * device/lib/_divsint.c,
2542         * device/lib/_divuint.c,
2543         * device/lib/_divulong.c,
2544         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
2545           register bank bug for small stackauto
2546
2547 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2548
2549         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
2550
2551 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
2552
2553         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
2554         * all.dsp: corrected several bin paths
2555         * device/include/mcs51/c8051f120.h,
2556         * device/include/mcs51/c8051f300.h,
2557         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
2558           to PCON_IDLE,PCON_STOP
2559         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
2560         * device/lib/printf_large.c (output_float): fixed bug 1388703
2561         * support/regression/tests/bug1057979.c: added test for bug 1388703
2562
2563 2006-02-08 Raphael Neider <rneider AT web.de>
2564
2565         * src/pic/pcode.c (pciTRIS): fixed typo,
2566           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
2567           (LinkFlow): fixed handling of flows that end in a call,
2568           (ReuseReg): perform safety check earlier
2569         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
2570             to work with flows at the beginning of a pBlock,
2571             fixes #1426557 (Symbol not previously defined),
2572           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
2573             usage information
2574           (RemoveUnusedRegisters): update register usage info
2575         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
2576             created, reuse existing ones instead
2577         * src/pic/gen.c (genPcall): fixed #1424719
2578
2579 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
2580
2581         * link/z80/lkmain.c,
2582         * link/z80/lklex.c,
2583         * link/z80/lkdata.c,
2584         * link/z80/aslink.h: fixed build on current cygwin:
2585         replaced getline() by lk_getline()
2586
2587 2006-02-01 Borut Razem <borut.razem AT siol.net>
2588
2589         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
2590           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
2591           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
2592           src/regression/bool1.c, src/regression/bool2.c,
2593           src/regression/bool3.c, src/regression/call1.c,
2594           src/regression/compare.c, src/regression/compare10.c,
2595           src/regression/compare2.c, src/regression/compare3.c,
2596           src/regression/compare4.c, src/regression/compare5.c,
2597           src/regression/compare6.c, src/regression/compare7.c,
2598           src/regression/compare8.c, src/regression/compare9.c,
2599           src/regression/configword.c, src/regression/for.c,
2600           src/regression/inline.c, src/regression/mult1.c,
2601           src/regression/nestfor.c, src/regression/or1.c,
2602           src/regression/pointer1.c, src/regression/ptrfunc.c,
2603           src/regression/rotate1.c, src/regression/rotate2.c,
2604           src/regression/rotate3.c, src/regression/rotate4.c,
2605           src/regression/rotate5.c, src/regression/rotate6.c,
2606           src/regression/rotate7.c, src/regression/string1.c,
2607           src/regression/struct1.c, src/regression/sub.c,
2608           src/regression/sub2.c, src/regression/switch1.c,
2609           src/regression/while.c, src/regression/xor.c,
2610           src/regression/create_stc, src/regression/simulate,
2611           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
2612           regression tests
2613         * src/regression/gpsim_assert.h: added
2614
2615 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
2616
2617         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
2618         ((void (code *) (void)) 0) ();
2619         * as/hc08/aslex.c,
2620         * as/hc08/aslink.h,
2621         * as/hc08/asm.h,
2622         * as/hc08/asmain.c,
2623         * as/hc08/lkdata.c,
2624         * as/hc08/lklex.c,
2625         * as/hc08/lkmain.c,
2626         * as/mcs51/aslex.c,
2627         * as/mcs51/aslink.h,
2628         * as/mcs51/asm.h,
2629         * as/mcs51/asmain.c,
2630         * as/mcs51/lkdata.c,
2631         * as/mcs51/lklex.c,
2632         * as/mcs51/lkmain.c,
2633         * as/z80/aslex.c,
2634         * as/z80/asm.h,
2635         * as/z80/asmain.c: fixed build on current cygwin:
2636         replaced getline() by as_getline()
2637
2638 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
2639
2640         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
2641         declarator in the symbol chain
2642         * src/SDCCsymt.h,
2643         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
2644         parameter list for function pointers
2645         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
2646         * support/regression/tests/bug-716242.c: added
2647
2648 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
2649
2650         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
2651         offset if possible
2652         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
2653
2654 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
2655
2656         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
2657         inifinitely recurseable, added static
2658         * support/regression/tests/bug-1408066.c: added
2659
2660 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
2661
2662         * src/SDCCicode.h,
2663         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
2664         renamed, added possibility to create "postLoopLbl"-labels
2665         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
2666         newiTempLoopHeaderLabel
2667         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
2668         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
2669         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
2670         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
2671         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
2672         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
2673         (basicInduction): fixed bug #136564, made static,
2674         (loopInduction): changed parameter of basicInduction, made static,
2675         (addPostLoopBlock): added
2676         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
2677         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
2678         findLoopEndSeq
2679         * support/regression/tests/bug-136564.c: added
2680         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
2681         --std-sdcc99 to LIBSDCCFLAGS
2682
2683 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
2684
2685         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
2686         while loop
2687         * support/regression/tests/bug-1406131.c: added
2688
2689 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
2690
2691         * src/SDCCast.c (decorateType): fix promotion of unary minus
2692         * src/SDCCsymt.c (computeType): beautified
2693         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
2694         (valUnaryPM, valComplement): fix sign and promotion,
2695         (valNot): ANSI: result type is int (SDCC: unsigned char)
2696         * support/regression/tests/uminus.c: speedup by removing superflous
2697         test case 'int'
2698         * support/regression/tests/onebyte.c: added promotion and signedness
2699         tests for unary minus
2700         * support/regressions/tests/bug-477927.c: disable warning about
2701         uninitialized variables
2702         * support/regression/tests/not.c: added
2703
2704 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
2705
2706         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
2707         * src/mcs51/gen.c (gen51Code): show final register usage after
2708         fillGaps in asm with --i-code-in-asm
2709         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
2710         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
2711         incUsed, rliveClear, adjustIChain): made static,
2712         (setFromRange): excluded because it's unused,
2713         (findPrevUseSym, markWholeLoop): added,
2714         (findPrevUse): rewritten; fixes bug 895992; now a complete search
2715         through all branches of predecessors enables sdcc to emit the warning
2716         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
2717         (rlivePoint): made static, added parameter emitWarnings which is only
2718         true during the first run out of two,
2719         (findRecursiveSucc, findRecursivePred): removed,
2720         (computeLiveRanges): made static, added parameter emitWarnings,
2721         (dumpIcRlive): added for debugging only
2722         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
2723         removed prototype of setFromRange()
2724         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
2725         in call of computeLiveRanges()
2726         * support/regression/tests/bug-895992.c: added
2727         * support/regression/tests/bug-971834.c: added
2728         * support/valdiag/tests/bug-895992.c: added
2729         * support/valdiag/tests/bug-971834.c: added
2730
2731 2005-12-18 Raphael Neider <rneider AT web.de>
2732
2733         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
2734           (genUnpackBits): improved code for direct operands,
2735           (genPackBits): improved code for literal assignment to bitfields
2736             and for direct destination operands (no FSR indirection),
2737             prevented redundant AND, fixes #1362800,
2738           (AccLsh): added parameter to disable masking of the result
2739         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
2740           skip instructions with side-effects (like incfsz),
2741           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
2742         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
2743         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
2744           fixes #1375263
2745
2746 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
2747
2748         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
2749         volatile variables as spill location
2750
2751 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
2752
2753         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
2754         replacing literals
2755         * support/regression/tests/bug-1376320.c: added
2756
2757 2005-12-08 Raphael Neider <rneider AT web.de>
2758
2759         * src/pic/device.c: renamed is_shared to pic14_is_shared
2760         * src/pic/gen.c (genIfx): re-enabled handling of sbits
2761         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
2762           (is_valid_identifier): added for above workaround
2763
2764 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
2765
2766         * device/lib/Makefile.in: fixed to enable port-specific-objects
2767         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
2768           char, thanks Hubert Sack
2769         * doc/sdccman.lyx: documented --xstack-loc,
2770           elaborated a bit more on interrupts and pitfalls,
2771           removed "setjmp/longjmp unsupported",
2772           documented some unsupported C99 features
2773         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
2774         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
2775           if, thanks Hubert Sack
2776         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
2777         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
2778           make make_library
2779         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
2780           regression tests can report resource usage (rfe 700441)
2781         * support/regression/collate-results.py: report resource usage
2782         * support/regression/ports/ds390/spec.mk,
2783         * support/regression/ports/hc08/spec.mk,
2784         * support/regression/ports/mcs51/spec.mk,
2785         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
2786         * support/regression/ports/ds390/uCsim.cmd,
2787         * support/regression/ports/hc08/uCsim.cmd,
2788         * support/regression/ports/mcs51/uCsim.cmd,
2789         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
2790         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
2791           library, use the default one
2792         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
2793           building the library
2794
2795 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
2796
2797         * config.dsp: added dependency on .version and configure_vc.awk
2798         * device/include/setjmp.h: updated for --stack-auto and --xstack
2799         * device/include/mcs51/at89c51snd1c.h: corrected line endings
2800         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
2801         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
2802         * device/lib/libsdcc.lib: added _setjmp
2803         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
2804           (decorateType): fixed bug 1372851,
2805           (optimizeGetHbit): fixed warning
2806         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
2807           array initialisation
2808         * support/regression/tests/bug1057979.c: added test for bug 1358192
2809         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
2810
2811 2005-12-03 Borut Razem <borut.razem AT siol.net>
2812
2813         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
2814           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
2815
2816 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2817
2818         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
2819         createIval): implement symbol independant "flexible array member",
2820         (createIvalCharPtr): implemented flexible array initialisation with a
2821         string
2822         * src/SDCCsymt.c (copyStruct): removed,
2823         (getSize): fixed misleading comment,
2824         (getAllocSize): removed, the additional allocation size is now in
2825         sym->flexArrayLength,
2826         (checkStructFlexArray): new, syntax checks for flexible array members,
2827         (compStructSize): added syntax checks for "flexible array members"
2828         (copyStruct): removed,
2829         (copyLinkChain): removed inefficient fix for bug 770487
2830         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
2831         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
2832         symbol->flexArrayLength
2833         * src/SDCCerr.c,
2834         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
2835         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
2836         * support/regression/tests/structflexarray.c: added
2837         * support/valdiag/tests/structflexiblearray.c: added
2838
2839 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2840
2841         * src/SDCCast.c (decorateType): fixed bug 1368489
2842         * support/Util/SDCCerr.c,
2843         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
2844
2845 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2846
2847         * device/include/mcs51/at89c51snd1c.h: added file submitted by
2848           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
2849
2850 2005-11-27 Borut Razem <borut.razem AT siol.net>
2851
2852         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
2853           support/cpp2/mkdeps.h: added command line option
2854           -obj-ext=<extension> to SDCPP to define object file externion, used
2855           for generation of make dependencies (-M)
2856         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
2857
2858 2005-11-26 Borut Razem <borut.razem AT siol.net>
2859
2860         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
2861           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
2862           added pic and pic16 libraries
2863
2864 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2865
2866         * device/include/float.h: Corrected typo in prototype of __fsgt
2867
2868 2005-11-25 Borut Razem <borut.razem AT siol.net>
2869
2870         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
2871           added creation of model-mcs51-stack-auto libraries
2872
2873 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
2874
2875         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
2876         and fields-list too
2877         * src/SDCCast.c (createIvalArray): removed obsolete comment
2878
2879 2005-11-24 Borut Razem <borut.razem AT siol.net>
2880
2881         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
2882           added missing device/lib/mcs51/crt*.asm sources
2883
2884 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
2885
2886         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
2887
2888 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
2889
2890         * device/lib/_fs2schar.c,
2891         * device/lib/_fs2sint.c,
2892         * device/lib/_fs2slong.c: optimized inline asm
2893
2894 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2895
2896         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2897           Better handling of floats between -1.0 and 0.0.
2898
2899 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2900
2901         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
2902           (the missing "if"s prohibited removal of redundant labels)
2903
2904 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2905
2906         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2907           Properly convert floats between -1.0 and 0.0 to long, int, and char
2908           types (max integer value of negative floats tends to zero).
2909         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2910           Removed changes made so to work properly with floats between
2911           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
2912           and _fs2char.c
2913
2914 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2915
2916         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
2917         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
2918         (genCast) cosmetic change
2919         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
2920         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
2921         from mcs51
2922         * support/regression/tests/bitfields (testSignedBitfields): added
2923
2924 2005-11-18 Borut Razem <borut.razem AT siol.net>
2925
2926         * sdcc/device/lib/Makefile.in: remove all unnecessary files
2927         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
2928           introduced SILENT option to make building of pic16 libraries less
2929
2930 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2931
2932         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2933           Now they work properly with floats between -1.0 and 0.0
2934         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
2935
2936 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2937
2938         * src/SDCCicode.c (printOperand): added missing else
2939
2940 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2941
2942         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
2943         reformatted for better readability
2944         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
2945         signed bitfields
2946
2947 2005-11-17 Borut Razem <borut.razem AT siol.net>
2948
2949         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
2950           introduced SILENT option to make building of pic16 libraries less
2951           verbose - used for nightly snapshot build
2952         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
2953           available on Win32 platforms.
2954         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
2955           medium, large, pic and pic16
2956
2957 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2958
2959         * device/lib/printf_large.c: Temporary patch for bug 1358192:
2960           printf("%f"...) sets fraction to zero.
2961
2962 2005-11-16 Raphael Neider <rneider AT web.de>
2963
2964         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
2965           fixes #1357221
2966         * src/pic/gen.c (genIfx): implemented for CARRY bit
2967         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
2968           to generic pointers, fixes #1357332,
2969           (pic16_movLit2f): NEW,
2970           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
2971
2972 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2973
2974         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
2975
2976 2005-11-11 Raphael Neider <rneider AT web.de>
2977
2978         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
2979         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
2980           compute pointer's type from operand,
2981           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
2982           improved single bit reads, fixes bug #1353379
2983
2984 2005-11-09 Borut Razem <borut.razem AT siol.net>
2985
2986         * support/scripts/sdcc.nsi: added lib/pic to the package
2987
2988 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
2989
2990         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
2991
2992 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2993
2994         * support/regression/tests/bug1348008.c: added
2995         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
2996         * support/regression/tests/bug1337835.c: updated comment
2997
2998 2005-11-06 Borut Razem <borut.razem AT siol.net>
2999
3000         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
3001           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
3002           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
3003           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
3004           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
3005           dynamic construction of cl_error_class and derivates - 2.nd try
3006
3007 2005-11-05 Borut Razem <borut.razem AT siol.net>
3008
3009         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
3010           bug, which caused Bus Errors on sparc solaris
3011
3012 2005-11-04 Borut Razem <borut.razem AT siol.net>
3013
3014         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
3015           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
3016           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
3017           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
3018           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
3019           and derivates to resolve the initialization problem on OSX
3020
3021 2005-11-02 Borut Razem <borut.razem AT siol.net>
3022
3023         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
3024           corrected typo - #include <winsock2.h>
3025
3026 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
3027
3028         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
3029           (_asxxxx_mapping): added org directive for future enhancements
3030
3031 2005-11-01 Borut Razem <borut.razem AT siol.net>
3032
3033         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
3034           enabled sockets on WIN32
3035         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
3036
3037 2005-10-31 Borut Razem <borut.razem AT siol.net>
3038
3039         * support/regression/generate-cases.py: escape backslashes in {testcase}:
3040           WIN32 backslash path delimiters should be escaped when used in C strings
3041         * support/regression/tests/bitfields.c: exclude failing assertions for
3042           __CYGWIN32__ and __MINGW32__ hosts
3043
3044 2005-10-30 Borut Razem <borut.razem AT siol.net>
3045
3046         * src/SDCCutil.c: corrected double comparison typo
3047
3048 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
3049
3050         * device/lib/medium/Makefile: added for new memory model medium
3051         * device/include/asm/mcs51/features.h: updated for medium/pdata
3052         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
3053           added Multiply & Accumulate sbit's and MAC0_PAGE define
3054         * device/include/mcs51/c8051f300.h: added sfr16 definitions
3055         * device/include/mcs51/c8051f310.h: added sfr16 definitions
3056         * device/lib/_mullong.c: update for medium model
3057         * device/lib/incl.mk: added medium model
3058         * doc/sdccman.lyx: documented medium model
3059         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
3060         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
3061         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
3062         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
3063           (allocParms): set SCLS and OCLS to pdata for medium model
3064         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
3065           for pdata,
3066           (powof2): return <0 if not power of 2
3067         * src/avr/gen.c (genBitWise): use updated powof2
3068         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
3069           (shiftR2Left2Result): small optimization in setup, save acc when storing,
3070           (shiftLLeftOrResult): use B if necessary
3071         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
3072         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
3073         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
3074         * support/regression/Makefile.in: added test-mcs51-medium
3075         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
3076
3077 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
3078
3079         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
3080         specifier unsigned
3081         * device/lib/time.c (mktime): fixed bug 1334315
3082
3083 2005-10-28 Raphael Neider <rneider AT web.de>
3084
3085         * device/include/pic/p16f_common.inc: added common declarations
3086         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
3087
3088 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
3089
3090         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
3091           (aopPutUsesAcc): added to predict accumulator use,
3092           (assignResultValue): save acc if necessary,
3093           (genMinusDec): store result if indirectly addressed,
3094           (genDivOneByte):  save acc if necessary,
3095           (movLeft2Result): bugfix if left already in acc,
3096           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
3097             attention to accumulator use (esp. pdata),
3098           (genReceive): receive pdata correctly
3099         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
3100         * src/SDCCicode.h: added isOperandInPagedSpace prototype
3101
3102 2005-10-27 Raphael Neider <rneider AT web.de>
3103
3104         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
3105
3106 2005-10-27 Raphael Neider <rneider AT web.de>
3107
3108         * .version: changed version to 2.5.4
3109         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
3110         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
3111           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
3112             arithmetics support routines
3113         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
3114         * device/lib/Makefile.in: also create installdir for pic
3115
3116         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
3117           pic14 port as well
3118         * src/pic/device.c (dump_sfr): rewritten to delegate register
3119           placement to the linker (use `extern sym' rather than sym EQU addr),
3120           (validAddress): fixed to check last specified address
3121         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
3122           (popGetLit): truncate literal value to 8 bit,
3123           (popGet): moved assert to more appropriate place
3124           (popGetExternal): create pCode operand from and mark the according
3125             symbol as being `extern'
3126           (popGetAddr): added sanity check on immediate's offset, provide
3127             GPOINTER tag on demand
3128           (aopPut): fixed for immediates,
3129           (mov2w_op): move operand's address or contents to WREG (depending on
3130             operand type), safer variant of mov2w,
3131           (movwf,call_libraryfunc): NEW, handy abbreviations,
3132           (get_argument_pcop,get_return_val_pcop,pass_argument,
3133           get_returnvalue): interface for accessing function parameters and
3134             return values,
3135           (assignResultValuei,genRet): use new parameter/return value interface
3136           (pic14_getDataSize): back to old version handling generic pointers,
3137           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
3138             provided implementation and/or fixed old one,
3139           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
3140             calls, removed legacy 8051 reference code
3141           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
3142           (loadSignToC): NEW, move the operands sign bit to CARRY,
3143           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
3144             genRightShiftSigned, accepts negative shift counts,
3145           (setup_fsr): load FSR and adjust IRP (indirect memory access),
3146           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
3147             generic pointers, __data pointers and __code pointers,
3148           (genUnpackBits,genPackBits): rewritten to work with generic pointers
3149             and signed bitfields, limit bitfields to 8 bit,
3150           (genDataPointerGet): fixed number of bytes read,
3151           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
3152           (genPointerGet,genPointerSet): fixed handling of __code pointers,
3153             pointers to constant data are no longer assumed to point to __code
3154             space, removed invalid pointer types,
3155           (bitpatternFromVal): retrieve the PICs representation of an integer
3156             or float literal,
3157           (genDataPointerSet): fixed assigning to po_immediate operands,
3158           (genGenPointerSet): implemented as library call,
3159           (genIfx): fixed incorrect condition,
3160           (genAddrOf): limit generic pointers' addresses to 2 bytes,
3161             provide GPOINTER tag according to destination's storage class,
3162           (genCast): added code to handle casting to generic pointers, added
3163             sign-/zero extension of the result
3164           (aop_isLitLike,op_isLitLike): fixed handling of immediates
3165         * src/pic/gen.h: added macros to access IRP bit in STATUS register
3166         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
3167           extend the result
3168         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
3169           address/register resides in the shared banks
3170           (emitSymbolToFile): improved to handle global and `pinned' symbols,
3171             put all variables into separate sections (have the linker arrange
3172             them)
3173           (picglue): put init code and interrupt handlers in separate sections
3174         * src/pic/main.c: added port specific options table, modified to PORT
3175           structure to make GPOINTERs 3 byte, added pic14_options
3176           (_pic14_do_link): private linking routine (update paths to libraries,
3177             add libsdcc.lib by default)
3178         * src/pic/main.h: declare pic14_options
3179         * src/pic/pcode.c: fixed instructions i/o relations,
3180           (RegCond): reverted to correct version,
3181           (newpCodeOpLit): truncate literals to 8 bit,
3182           (genericPrint): added debug output,
3183           (getRegFromInstruction): fixed for various operand types, simplified
3184           (BuildFlow): fixed broken handling of isntructions with labels
3185           (LinkFlow): start at last instruction in flow (skip trailing comments),
3186             pass the flow on to the next instruction after CALL
3187           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
3188           (insertPCodeInstruction): fixed inserting after a skip instruction,
3189           (DoBankSelect): fixed for labeled instructions
3190           (OptimizepBlock): honor --nopeep switch
3191           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
3192         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
3193         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
3194           (pCodeOptime2pCodes): allow disabling this optimization via
3195             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
3196             but is still buggy), started implementation of a dataflow based
3197             pCode optimization (CSE + dead code elimination)
3198           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
3199         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
3200           names are independant of the stack location and therefore portable across
3201           devices
3202
3203 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
3204
3205         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
3206           (selectSpil): fixed bug 1337835 by not spilling bit variables
3207         * support/regression/tests/bug1337835.c: added test for this bug
3208         * src/mcs51/peeph.def: restart after rule 3.c,
3209           addded rules 263.x to optimize loading constants
3210
3211 2005-10-26 Raphael Neider <rneider AT web.de>
3212
3213         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
3214         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
3215           (genAssign): emit warning when casting literals to generic pointer
3216             type, also applies when taking the address of a fixed variable,
3217           (genCast): improved casting to generic pointers
3218         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
3219           extern variables, added verbose error message
3220         * device/include/pic16/{string.h,errno.h}: added #pragma library c
3221
3222 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
3223
3224         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
3225         carry must be complemented too
3226         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
3227         could be emitted by genMinus
3228         * src/SDCCval.c (constVal): fixed bug 1305065
3229
3230 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
3231
3232         * src/SDCCast.c (addCast): added promotion for bit variables
3233         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
3234         promotion casts + optimisation
3235         (optimizeGetWord): fix warning 'i' might be used uninitialized
3236         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
3237         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
3238
3239 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
3240
3241         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
3242         all chars are promoted to int; promotion should be handled in SDCCast.c
3243
3244 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3245
3246         * device/lib/_strcmp.c: Fixed bug 1326457
3247
3248 2005-10-11 Raphael Neider <rneider AT web.de>
3249
3250         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
3251         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
3252
3253 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3254
3255         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
3256         * support/regression/tests/sfr16.c: added test for the sfr32 bug
3257
3258 2005-10-04 Raphael Neider <rneider AT web.de>
3259
3260         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
3261           device/lib/pic16/pics.all: added pic18f1320
3262         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
3263
3264 2005-09-30 Raphael Neider <rneider AT web.de>
3265
3266         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
3267         * src/pic16/devices.inc: NEW, provides device descriptions
3268         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
3269
3270 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
3271
3272         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
3273           GETHBIT
3274
3275 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
3276
3277         * doc/sdccman.lyx: updated Highest Order Bit documentation,
3278           documented Any Order Bit, Higher Order Byte and Higher Order Word
3279         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
3280         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
3281           (optimizeGetAbit): new, to get any bit, not only the high bit,
3282           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
3283           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
3284           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
3285           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
3286             RIGHT_OP: also try GETBYTE, GETWORD optimization,
3287             GETABIT, GETBYTE, GETWORD: decorate them,
3288           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
3289           (ast_print): added GETABIT, GETBYTE, GETWORD
3290         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
3291         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
3292           (geniCodeBinary): new generic binary icode,
3293           (ast2iCode): added GETABIT, GETBYTE, GETWORD
3294         * src/port.h: updated comment for PORT.hasExtBitOp
3295         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
3296           (genGetByte): new, to get a single byte,
3297           (genGetWord): new, to get a word from a long,
3298           (gen51Code): added GETABIT, GETBYTE, GETWORD
3299         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
3300
3301 2005-09-23 Raphael Neider <rneider AT web.de>
3302
3303         * configure.in, configure: have device/lib/pic configured
3304         * device/lib/Makefile.in: added model-pic14
3305         * device/lib/clean.mk: added pic/ to clean rule
3306         * device/lib/pic: added rudimentary pic14 library providing support
3307           functions for multiplication/division/generic pointer access
3308         * src/SDCCopt.c (convilong): mark support functions as extern
3309           for pic14 port as well
3310         * src/pic/gen.c (genMult): added assertions,
3311           (genpic14Code): emit warning on unhandled iCodes
3312         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
3313         * src/pic/pcode.c (pCodeOpCopy),
3314         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
3315           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
3316           SFR_REGISTER}), made safe for future extensions
3317         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
3318           instructions even if preceeded by SKIP instructions (also remove
3319           them); removed unused code
3320         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
3321           prevents leaving parts of the structure uninitialized after copying
3322
3323 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
3324
3325         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
3326           ago by me
3327         * support/regression/tests/addsub.c: added test for the bug
3328
3329 2005-09-21 Raphael Neider <rneider AT web.de>
3330
3331         * device/include/pic16/pic18f1220.h,
3332           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
3333         * device/lib/pic16/Makefile.rules: added missing opening paren
3334         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
3335           are provided in genutils.c,
3336           (genUminusFloat,genUminus,genCmpEq): added asserts on different
3337           operand/result sizes,
3338           (genCmp): assert on NULL pointers first, then check deref'ed values
3339         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
3340           result size
3341
3342 2005-09-18 Raphael Neider <rneider AT web.de>
3343
3344         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
3345           as these are now unused,
3346           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
3347         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
3348           local, avoids uninitialized pointer dereference on r->name
3349         * src/pic16/ralloc.c (newReg): fixed indentation
3350
3351 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
3352
3353         * src/SDCCval.c (constVal): fixed bug 730366
3354         * support/Util/SDCCerr.c,
3355         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
3356
3357 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
3358
3359         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
3360
3361 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
3362
3363         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
3364
3365 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3366
3367         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
3368           (hex2dec): made hex_digit unsigned char, removed ascii dependance
3369         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
3370           (hex2dec): made hex_digit unsigned char, removed ascii dependance
3371         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
3372         * packihx/packihx.c (hexDigit): made c unsigned char
3373         * as/mcs51/lklibr.c (fndsym),
3374         * link/z80/lkgb.c (gb),
3375         * link/z80/lklibr.c (fndsym),
3376         * link/z80/lkrloc.c (relr),
3377         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
3378         * src/SDCC.lex (checkCurrFile, process_pragma),
3379         * src/SDCCglue.c (spacesToUnderscores),
3380         * src/SDCCmain.c (setParseWithComma, processFile),
3381         * src/asm.c (tvsprintf, printCLine),
3382         * src/avr/gen.c (emitcode, aopPut),
3383         * src/ds390/gen.c (emitcode),
3384         * src/hc08/gen.c (emitcode, emitinline),
3385         * src/mcs51/gen.c (emitcode, genInline),
3386         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
3387           tokenizeLineNode),
3388         * src/pic/ralloc.c (debugLog),
3389         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
3390           tokenizeLineNode),
3391         * src/pic16/ralloc.c (debugLog),
3392         * src/z80/main.c (_process_pragma):
3393            made all ctype.h function calls safe
3394         * src/SDCCopt.c: include math.h for fabs
3395         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
3396           and used them throughout the code to make ctype.h function calls safe
3397         * src/ds390/main.c (asmLineNodeFromLineNode),
3398         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
3399         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
3400            unsigned char*
3401         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
3402           (newpCodeAsmDir): made ctype.h function calls safe
3403         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
3404           pic16_emitcode):  made lbp unsigned char*
3405         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
3406           (pic16_newpCodeAsmDir): made ctype.h function calls safe
3407         * src/xa51/gen.c (emitcode),
3408         * src/z80/gen.c (_emit2): made lbp unsigned char*
3409         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
3410            char*
3411
3412 2005-09-05 Raphael Neider <rneider AT web.de>
3413
3414         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
3415           access bank splitpoint
3416
3417 2005-09-05 Raphael Neider <rneider AT web.de>
3418
3419         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
3420
3421 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
3422
3423         * .version: changed to version 2.5.3
3424         * doc/sdccman.lyx: changed version to 2.5.3,
3425           documented --codeseg and --constseg and pragma codeseg and constseg,
3426           documented bit parameters (reentrant) and bit returning
3427         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
3428            currFunc->recvSize, but is this ok for all ports?
3429           (ast2iCode): result of ~ on unsigned char must be cast to int for
3430            bool to work
3431         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
3432           function pointers in bit space
3433         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
3434           (processFuncArgs): call port.reg_parm() with reentrancy info
3435         * src/port.h,
3436         * src/avr/main.c,
3437         * src/ds390/main.c,
3438         * src/hc08/main.c,
3439         * src/pic/main.c,
3440         * src/pic16/main.c,
3441         * src/xa51/main.c,
3442         * src/z80/main.c: port.reg_parm prototype extended with
3443           "bool reentrant" parameter
3444         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
3445           options.stackAuto for allocating bit register parameters
3446         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
3447           (genSend): set BitBankUsed if it is,
3448           (selectRegBank): factored out of genCall for use in genPcall,
3449           (genCall): removed redundant dtype assignmen, use selectRegBank,
3450           (genPcall): handle returning in Carry properly, save in F0 if needed,
3451           (genReceive): handle bit register parameters
3452         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
3453           (mcs51_assignRegisters): enable bit registers for all reentrant
3454            functions and don't set BitBankUsed unconditionally
3455         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
3456         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
3457         * support/regression/tests/funptrs.c: added tests for BOOL and for return
3458
3459 2005-08-27 Borut Razem <borut.razem AT siol.net>
3460
3461         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
3462         ppc-osx (Darwin) does not support -u option. It seems that it is
3463         supported only on Linux - GNU cp
3464
3465 2005-08-25 Borut Razem <borut.razem AT siol.net>
3466
3467         * sim/ucsim/gui.src/serio.src/Makefile.in,
3468           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
3469           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
3470           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
3471           install and strip, since the strip at /usr/ccs/bin should be used
3472           on solaris
3473
3474 2005-08-24 Borut Razem <borut.razem AT siol.net>
3475
3476         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
3477
3478 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
3479
3480         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
3481         ffffffffu
3482
3483 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
3484
3485         * as/mcs51/aslink.h: completed lkrloc.c prototypes
3486         * as/mcs51/lkmain.c (link_main): fixed warning
3487         * device/include/stdbool.h: ds390 has no advanced bit support yet
3488         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
3489         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
3490         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
3491           and updated their macros
3492         * src/SDCCval.c (constVal): updated comment for renamed b_long
3493
3494 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
3495
3496         * as/mcs51/asdata.c: changed ctype['['] to BINOP
3497         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
3498           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
3499           (oprio): set priority for '['
3500         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
3501            and adb_24_bit
3502         * as/mcs51/asm.h: added defines R_BIT and S_BIT
3503         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
3504         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
3505         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
3506           added overlayable BIT_BANK area
3507         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
3508           (summary2): explain 'T' in legenda
3509         * as/mcs51/lkrloc.c: replaced old K&R style,
3510           (relr): added R_BIT processing,
3511           (errmsg): added "Bit-addressable relocation error",
3512           (adb_bit): added for converting from byte- to bit-addressable space,
3513           (adb_24_bit): added for converting from byte- to bit-addressable space
3514         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
3515            used in reentrant functions now even as return value
3516         * device/lib/_gptrput.c (_gptrput): removed obsolete code
3517         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
3518           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
3519         * src/SDCCglobl.h: added indicator BitBankUsed
3520         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
3521            the bit registers b0-b7
3522         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
3523           (geniCodeCast): fixed bug 1263853,
3524           (geniCodeLogicAndOr): put result in bool or char,
3525           (geniCodeReceive): added parameter func for accessing the return type,
3526           (geniCodeFunctionBody): pass func to geniCodeReceive
3527         * src/SDCCmain.c: added indicator BitBankUsed
3528         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
3529         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
3530           (checkSClass): don't put automatic bool/bit on stack,
3531           (checkFunction): removed check on function cannot return bit
3532         * src/SDCCsymt.h: added newBoolLink prototype
3533         * src/mcs51/gen.c (rb1regs): added bit registers,
3534           (movc): created for assigning to carry,
3535           (pushReg, popReg): created for pushing registers,
3536           (sameRegs): check both AOP_REG and AOP_CRY types,
3537           (aopOp): handle bit registers,
3538           (aopPut): optimization no self-assign,
3539           (saveRegisters): push reg->base (bits) only once for bit registers,
3540            and use pushReg,
3541           (unsaveRegisters): pop reg->base only once and use popReg,
3542           (assignResultValue): added parameter func and return in carry for bits,
3543           (genIpush): optimization no reload in A if not changed,
3544           (genSend): bit parameters in reentrant functions are passed in bit
3545            registers by first assigning to bits in B, then save registers and
3546            copy B to bits,
3547           (genCall): handle returning in Carry properly, save it in F0 if needed,
3548           (genPcall): updated assignResultValue call, this is not safe yet for bit
3549            returning function !!!
3550           (genFunction): don't generate equ's for bit registers and use pushReg,
3551           (genEndFunction): take care of bit returning functions and use popReg,
3552           (genRet): return bit in Carry,
3553           (genIfx): optimize bit registers and other directly addressable bits,
3554           (genReceive): updated assignResultValue call
3555         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
3556           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
3557            registers when using stack-auto
3558         * src/mcs51/ralloc.c (_G): added allBitregs,
3559           (regs8051): added the bit registers,
3560           (createStackSpil): use macro IS_BIT,
3561           (getRegBit): added to allocate a bit register, else spill,
3562           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
3563           (updateRegUsage): factored out to ease stepping while debugging,
3564           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
3565            also allocate bit registers,
3566           (fillGaps): handle bit registers,
3567           (findAllBitregs): added to create bit vector with all bit registers,
3568           (mcs51_allBitregs): returns this bit vector,
3569           (mcs51_assignRegisters): when using stack-auto use bit registers for
3570            passing parameters and creating local variables
3571         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
3572
3573 2005-08-22 Borut Razem <borut.razem AT siol.net>
3574
3575         * device/lib/Makefile.in: replaced find option -or with -o
3576           to make it run on solaris
3577
3578 2005-08-22 Raphael Neider <rneider AT web.de>
3579
3580         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
3581           fixes #1265442 (crash on Solaris)
3582
3583 2005-08-20 Borut Razem <borut.razem AT siol.net>
3584
3585         * configure, configure.in: added tests for libsocket and libnsl libraries,
3586           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
3587           from support/regression/Makefile.in
3588         * support/regression/Makefile.in: added
3589         * device/lib/pic16/Makefile.common.in: force make to use bash shell
3590         * sim/ucsim/libtool: regenerated on sparc-solaris
3591         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
3592           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
3593           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
3594           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
3595           sparc-solaris, which doesn't use GNU ld linker
3596         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
3597         * as/Makefile: find on sparc-solaris does not support -maxdepth option
3598
3599 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
3600
3601         * src/mcs51/peeph.def: updated comments
3602
3603 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3604
3605         * device/lib/_gptrget.c,
3606         * device/lib/_gptrput.c: slightly shorter
3607         * doc/sdccman.lyx: incremented version
3608         * src/mcs51/peeph.def: moved peephole comments to the line of first
3609           change to better keep line correlation, reanimated 186.e
3610         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
3611
3612 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3613
3614         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
3615           David Saxton with quotes around file name.
3616
3617 2005-08-15 Borut Razem <borut.razem AT siol.net>
3618
3619         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
3620           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
3621           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
3622           make tests run on x86_64 platform
3623
3624 2005-08-13 Raphael Neider <rneider AT web.de>
3625
3626         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
3627           as it might be executed DURING a build (parallel make is wonderful)
3628
3629 2005-08-13 Raphael Neider <rneider AT web.de>
3630
3631         * device/lib/Makefile.in (port-specific-objects-pic16):
3632           revert to cp $(PORT)/bin/*.* $(PORTDIR)
3633         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
3634           dependency
3635         * device/lib/pic16/Makefile.rules: build subdirs before creating
3636           the library, removed builddir rule, create $(builddir) early in
3637           recurse rule, use empty recurse rule for leaf directories
3638         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
3639           mkdir errors (race condition), removed duplicate suffix "hex"
3640           from clean rules
3641         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
3642         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
3643           prevents mkdir -p from aborting on Alpha
3644
3645 2005-08-12 Raphael Neider <rneider AT web.de>
3646
3647         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
3648           db-statements in order to allow for arrays of pointers in code
3649           sections to be placed without interspersed 0-padding, fixes
3650           bug #1256215
3651         * (emitStatistics): fixed division by zero for pic18f1220
3652         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
3653           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
3654         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
3655         * (pic16_pCodeConstString): keep track of already emitted string
3656           literals to prevent "duplicate definitions of symbol _str_NR"
3657         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
3658           debug message
3659         * device/lib/Makefile.in: ignore failing PIC16 library builds
3660         * device/lib/pic16/Makefile: do not build if gputils are missing
3661         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
3662
3663 2005-08-10 Raphael Neider <rneider AT web.de>
3664
3665         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
3666           my last commit)
3667
3668 2005-08-10 Raphael Neider <rneider AT web.de>
3669
3670         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
3671           Rokas' patch to add the new fixed point type "__fixed16x16"
3672         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
3673           functions for __fixed16x16 arithmetics
3674         * device/lib/pic16: reimplemented the build system to support
3675           a separate build directory, better handling of libio (create
3676           the library in a separate subdir for each architecture) and
3677           easier configuration (centralized in Makefile.common)
3678
3679 2005-08-07 Raphael Neider <rneider AT web.de>
3680
3681         * src/pic16/gen.c (genrshTwo): fixed sign extension
3682         * src/pic16/device.c: added pic18f2320, 4220 and 4320
3683         * device/include/pic16/pic18f2220.h: changed some bit definitions,
3684           added T0CONbits
3685         * device/include/pic16/pic18f4220.h: NEW, header for
3686           pic18f4220 and pic18f4320
3687         * device/include/pic16/pic18fregs.h: added new devices,
3688           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
3689         * device/include/pic16/signal.h: resolved name clashes
3690           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
3691           to also allow testing for interrupt enable bits, added
3692           comments on how to use the macros
3693         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
3694         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
3695           register definitions for the devices
3696         * device/lib/pic16/pics.all: added new devices
3697         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
3698           allocated memory
3699         * device/lib/pic16/libc/stdlib/memfree: do not count
3700           the block header as free memory
3701         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
3702           simplified and added missing end-of-blocklist-marker
3703           (reported by Peter Onion, fixes #1252814)
3704         * (_mergeHeapBlock): fixed loop condition
3705         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
3706           len==0, restructured code
3707         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
3708           up a bit, reduced bitfield accesses, prevent endless loops
3709           in case of heap corruption
3710         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
3711           "unreferenced arguments/must return a value" warnings
3712         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
3713           replaced BAUDREG with SPBRG
3714         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
3715           device/lib/pic16/debug/gstack/gstack.c: replaced
3716           _naked, _asm, _endasm with __naked, __asm, __endasm
3717
3718 2005-08-05 Raphael Neider <rneider AT web.de>
3719
3720         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
3721           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
3722
3723 2005-08-05 Borut Razem <borut.razem AT siol.net>
3724
3725         * device/lib/Makefile.in: added missing ';'
3726         * configure: removed ^M characters
3727
3728 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3729
3730         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
3731           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
3732           License
3733
3734 2005-08-04 Borut Razem <borut.razem AT siol.net>
3735
3736         * configure.in: pic16 libraries build 2nd try - enable running
3737           configure in device/lib/pic16
3738         * configure: regenerated from configure.in
3739         * device/lib/Makefile.in: create $(PORT)/bin directory
3740
3741 2005-08-03 Raphael Neider <rneider AT web.de>
3742
3743         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
3744           to get/set values via pointers
3745         * (genUnpackBits,genPackBits): changed detection of
3746           ptr->bitfield vs. sym.bitfield, fixed access via generic
3747           pointers, removed dead (wrong) code for multibyte bitfields
3748         * (genNearPointerGet, genGenPointerGet): removed useless code,
3749           fixed bitfield detection, fixes #1250594
3750         * (genNearPointerSet): removed useless code
3751         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
3752           and introduced macro pic16_emitpcode that conditionally emits
3753           the origin of the following pCode (useful for debugging SDCC)
3754         * src/pic16/pcode.c: changed (and disabled) some debug outputs
3755         * (createDefmap): fixed handling of LFSR for --optimize-df
3756
3757 2005-08-02 Borut Razem <borut.razem AT siol.net>
3758
3759         * device/lib/Makefile.in: pic16 libraries build enabled since
3760           gputils-0.13.2 are now localy installed at sourceforge's compile farm
3761
3762 2005-08-02 Raphael Neider <rneider AT web.de>
3763
3764         * src/pic16/gen.c (genPackBits): removed deprecated warning
3765         * (genGenPointerSet): fixed bitfield detection
3766
3767 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3768
3769         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
3770
3771 2005-07-31 Raphael Neider <rneider AT web.de>
3772
3773         * device/lib/pic16/libdev/pic18f458.c,
3774           device/include/pic16/pic18f458.h: added missing T0CONbits
3775
3776 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3777
3778         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
3779
3780 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
3781
3782         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
3783
3784 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3785
3786         * device/include/mcs51/at89c51ed2.h: added.
3787
3788 2005-07-23 Raphael Neider <rneider AT web.de>
3789
3790         * src/pic/gen.h: added emitpcode macro for debugging
3791         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
3792           and replace by macro adding debug information on demand
3793         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
3794         * (gencjne): tried to fix; replaced with correct (slower) code
3795         * (gen{Unp,P}ackBits): fixed single bit access
3796         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
3797         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
3798           previous instruction
3799         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
3800           register has to be handled with care (forbidding movement
3801           of assignments/uses, removing assignments completely, ...)
3802         * (pCodeOptime2pCodes): make use of regIsSpecial
3803         * added lots of debugging output (commented out)
3804         * src/pic/rallloc.c (deassignLRs): prevent operand registers
3805           from being reused as result UNLESS it is known to work
3806
3807 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
3808
3809         * support/Util/dbuf.h: include <stddef.h> for size_t
3810         * .version: changed to version 2.5.2
3811
3812 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3813
3814         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
3815
3816 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3817
3818         * src/hc08/gen.c (genMinus): fixed bug #1241835,
3819           (genModOneByte): removed needless psha/pula
3820
3821 2005-07-22 Raphael Neider <rneider AT web.de>
3822
3823         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
3824           have PIC14 handled like PIC16, fixes broken pic14 linker calls
3825         * src/pic/gen.c (resolveIfx): do not "invent" labels
3826         * (genSkipc): changed to positive logic
3827         * (genSkipCond): removed as no longer needed
3828         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
3829           backport from PIC16
3830         * (genLeftShift): check operands are in different registers
3831         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
3832           INCF does not update CARRY...
3833         * src/pic/main.c: fixed _linkCmd
3834         * src/pic/pcode.c (unlinkpCode): added inactive code
3835         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
3836           alive (do not assign result and operand overlapping registers)
3837
3838 2005-07-22 Raphael Neider <rneider AT web.de>
3839
3840         * src/pic/device.c (dump_sfr): replaced register declaration with
3841           call to emitSymbolToFile() to avoid duplicate symbols
3842         * (assignRelocatableRegisters): do not declare external symbols
3843         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
3844           right (take size of type, not etype)
3845         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
3846         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
3847         * (packRegsForAccUse): disabled assignment of WREG as
3848           the result reg to prevent occurence of just fixed #1235003,
3849           fixes #1242954
3850         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
3851           symbols (avoids duplicate symbols in .asm file)
3852         * (pic14emitRegularMap): use emitSymbolToFile()
3853         * src/pic/gen.c (aopOp): fixed spillLocation handling
3854         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
3855         * (genDataPointerSet): removed unneccessary variables/output
3856
3857 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
3858
3859         * as/mcs51/lkarea.c: enlarged codemap for banked memory
3860         * device/lib/mcs51/crtbank.asm: added # to 0x0F
3861
3862 2005-07-21 Raphael Neider <rneider AT web.de>
3863
3864         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
3865           architecture cannot handle them efficiently, fixes bug #1235003
3866         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
3867           check for empty sets before using them (fixes bug #1232190)
3868
3869 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
3870
3871         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
3872           (lnksect2): generate warnings for memory overlap
3873         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
3874           constseg to set the name of these segments so you can instruct the linker
3875           to place them in banks
3876         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
3877         * src/SDCCglobl.h: added MODEL_HUGE to enum,
3878           added code_seg and const_seg to options
3879         * src/SDCCglue.c (emitMaps): use options.const_seg,
3880           (createInterruptVect): put interrupt vectors in segment HOME,
3881           (glue): put HOME before static segment and put the main glue in HOME,
3882           (glue): use options.code_seg
3883         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
3884         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
3885           these segments so you can instruct the linker to place them in banks
3886           (linkEdit): use code_loc for HOME segment which should be the first
3887           segment in code memory now
3888         * src/SDCCmem.c: fixed more stuff like bug 1238386
3889         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
3890           (changePointer): don't change function pointers to code pointers for
3891           banked functions,
3892           (compareType): added exceptional check for banked function pointers
3893         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
3894         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
3895           after static in code memory
3896         * src/mcs51/gen.c: added aopLiteralLong prototype,
3897           (aopForSym): use getSize for functions,
3898           (genCall): generate banked calls over one trampoline __sdcc_banked_call
3899           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
3900           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
3901           the segment,
3902           (genPcall): use call for literal function pointers and generate banked
3903           calls over the one trampoline so there's only one place for the user to
3904           modify according to his/hers hardware,
3905           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
3906           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
3907         * src/mcs51/main.c: added keyword banked,
3908           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
3909         * support/Util/SDCCerr.c,
3910         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
3911           needed for passing the bank and address to the trampoline
3912         * device/lib/mcs51/crtbank.asm: added for bankswitching
3913         * device/lib/mcs51/Makefile: added crtbank
3914
3915 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3916
3917         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
3918           for fields at offset 0 of a struct or union as reported
3919           on 2005-07-07 in the developer mailing list.
3920
3921 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
3922
3923         * src/SDCCmem.c: fixed bug 1238386
3924
3925 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3926
3927         * src/mcs51/peeph.def: added labelrefcounting for peepholes
3928           (patch #1144962), added peephole 300, enabled 259.x
3929         * doc/sdccman.lyx: removed screenshot and provided link instead
3930
3931 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3932
3933         * doc/sdccman.lyx: added section about debugging with ddd
3934         * doc/figures/ddd_example.eps: screenshot of debugging session
3935
3936 2005-07-04 Raphael Neider <rneider AT web.de>
3937
3938         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
3939           like CODE pointers, fixes #1115683
3940         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
3941           call, fixes bugs #1232211, #1228110,
3942           fixed wrong casts to pCodeFlow from pCodeInstructions
3943
3944 2005-07-04 Raphael Neider <rneider AT web.de>
3945
3946         * src/pic/gen.c (popGet): changed assert to allow for
3947           bit operands
3948         * (popGetAddr): changed signature to provide
3949           an additional index, patched all call sites
3950         * (genCmpEq): handle literal-like operands correctly
3951         * (genAddrOf): added sanity checks on __code/__data pointers
3952         * (genAssign): added handling of symbols from __code section
3953         * (gencjne): do not generate code for comparisons whose result
3954           is neither stored nor used, fixes bug #1171114
3955         * (AccLsh, AccRsh): operate on operand instead of WREG
3956         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
3957           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
3958           by known count
3959         * rewrote complete shift-by-literal logic, commented unused
3960           functions out
3961         * (genConstPointerGet): get multiple bytes (if result size > 1),
3962           fixed handling of non-immediate addresses
3963         * (genPointerGet): handle CODE pointers like CONST pointers
3964         * (genpic14Code): insert C-SRC lines as Cource-pCodes
3965         * ({aop,op}_isLitLike): NEW, single place to decide whether an
3966           operand is to be treated as a literal or not
3967         * (mov2w,genPcall,genCmpEq),
3968           src/pic/genarith.c: use aop_isLitLike() to decide between
3969           literal/register contents
3970         * (addSign): added missing offset
3971         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
3972           only emit comment in debug-mode,
3973           use {aop,op}_isLitLike throughout the file
3974         * src/pic/glue.c: fix initializers for pointers (work in progress)
3975         * src/pic/pcode.c (get_op): honor index on _const symbols
3976         * ({reset,dump}pCodeStatistics): NEW, estimate code size
3977         * (dumppBlock): added pCode size estimation
3978         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
3979           check for IS_SYMOP before OP_SYMBOL'ing
3980         * fixed indentation, compacted switch-statements
3981         * (allocReg): find free register and allocate it instead of
3982           allocating new registers all the time
3983         * (deassignLRs): prevent POINTER_GET's from being assigned the same
3984           registers as its operands (necessary only for multibyte GETs)
3985
3986 2005-07-01 Raphael Neider <rneider AT web.de>
3987
3988         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
3989           debugging .asm-output macros FENTRY + FEXIT
3990         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
3991           way... I wonder...
3992         * (emitpComment): NEW, printf to pCode
3993         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
3994           offset handling
3995         * (popGetAddr): NEW, variant of popGet to access an immediates
3996           high(er) bytes instead of the n'th byte of memory they reference,
3997           replaced popGet with popGetAddr where neccessary
3998         * (genDataPointerGet): reactivated and fixed implementation
3999         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
4000           accesses
4001         * (genDataPointerSet): fixed multibyte assignments
4002         * (genpic14Code): fixed --i-code-in-asm handling
4003         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
4004         * (genPlus): fixed index-out-of-bounds error
4005         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
4006         * src/pic/ralloc.c: added debugging output macro FENTRY2
4007         * (spillThis): fixed indentation, enbraced for-body for clarity
4008         * (rematStr): commented out as now unused
4009         * (regTypeNum): commented out special spill case (overwrites
4010           arbitrary values)
4011         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
4012
4013 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
4014
4015         * doc/sdccman.lyx: documented sfr16/sfr32,
4016           added example for using storage class with function pointers
4017         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
4018
4019 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
4020
4021         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
4022         * device/lib/_itoa.c,
4023         * device/lib/_ltoa.c: optimized codesize
4024         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
4025           but don't know how to suppress the double warning.
4026         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
4027         * support/Util/SDCCerr.c,
4028         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
4029
4030 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
4031
4032         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
4033           fixed old K&R prototypes
4034         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
4035         * device/lib/_gptrget.c,
4036         * device/lib/_gptrgetc.c,
4037         * device/lib/_gptrput.c: changed versions for new memory indicator values,
4038           also new versions for small generic pointers and banked generic pointers
4039         * src/port.h: added const_name
4040         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
4041         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
4042         * src/SDCCcse.c (findPrevIc): check all associative operators
4043         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
4044         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
4045         * src/SDCCmem.c: updated comments,
4046           set far-space to 0 for pdata, results in optimized code
4047         * src/SDCCmem.h: added macro CONST_NAME
4048         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
4049           moving the info into the highest bits, see also gptrget/gptrput
4050         * src/src.dsp: added sdcc.ico to project files
4051         * src/avr/gen.c (genCast): fixed bug 0x%d
4052         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
4053         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
4054           relation between ptr_type and DCL_TYPE,
4055           (genCast): fixed bug 0x%d
4056         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
4057           (CODE)" for const_name
4058         * src/hc08/gen.c (genCast): fixed bug 0x%d
4059         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
4060           (hc08_port): added "CONST (CODE)" for const_name
4061         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
4062           (aopForRemat, adjustArithmeticResult): disconnected direct relation
4063           between ptr_type and DCL_TYPE,
4064           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
4065           operand* and took AOP() inside function so sfr-ness can be checked,
4066           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
4067           new prototype,
4068           (genFunction, genEndFunction): optimized stack setup,
4069           (genMinus): optimized for literals with ending zeroes (in bytes),
4070           (genCast): fixed bug 0x%d
4071         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
4072           (mcs51_port): added "CONST (CODE)" for const_name
4073         * src/mcs51/peeph.def: made rule 226 more generic
4074         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
4075         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
4076         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
4077         * src/z80/main.c (z80_port): added NULL for const_name,
4078           (gbz80_port): added NULL for const_name
4079         * support/regression/tests/bug663539.c,
4080         * support/regression/tests/sfr16.c: new tests
4081
4082 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4083
4084         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
4085
4086 2005-06-24 Raphael Neider <rneider AT web.de>
4087
4088         * device/lib/pic16/libdev/pic18f[68][567]20.c:
4089           corrected typos...
4090         * device/include/pic16/signal.h: added USBIF
4091           and SIG_USB
4092
4093 2005-06-24 Raphael Neider <rneider AT web.de>
4094
4095         * device/lib/pic16/libdev/pic18f2455.c,
4096           device/include/pic16/pic18f2455.h: NEW
4097         * device/include/pic16/pic18fregs.h,
4098           device/lib/pic16/pics.all,
4099           src/pic16/device.c: added 18f2455
4100         * device/lib/pic16/libdev/pic18f[68][567]20.c,
4101           device/include/pic16/{pic18f[68][567].h,usart.h}:
4102           replaced MULTIPLE_USARTS define with more relaible
4103           compatibility sfrs (for USART access)
4104
4105 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
4106
4107         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
4108           and the output asm file line is printed on two lines.
4109
4110 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4111
4112         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
4113           BGT, BLE, BHI, and BLS instructions
4114         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
4115           genCmpEq): removed
4116         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
4117           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
4118           fixes bug #1216342
4119         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
4120
4121 2005-06-15 Raphael Neider <rneider AT web.de>
4122
4123         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
4124         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
4125         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
4126           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
4127           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
4128
4129 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4130
4131         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
4132           Marcel Telka in bug #1215704
4133
4134 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
4135
4136         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
4137           located in shared memory bank.
4138
4139 2005-05-31 Raphael Neider <rneider AT web.de>
4140
4141         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
4142           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
4143           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
4144
4145 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
4146
4147         * device/lib/_strncpy.c: fixed the fix
4148
4149 2005-05-26 Raphael Neider <rneider AT web.de>
4150
4151         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
4152           initializers with \0, bug #1208187
4153         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
4154           intializers with \0, bug #1208187
4155
4156 2005-05-26 Raphael Neider <rneider AT web.de>
4157
4158         * src/pic16/glue.c (pic16_printIvalChar): fixed string
4159           initializers with \0, bug #1208187
4160         * src/pic16/main.c (_process_pragma): added sanity checks
4161           for stack position and size, emit warnings when appropriate
4162
4163 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
4164
4165         * device/lib/_strncpy.c: fixed not filling with \0
4166
4167 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4168
4169         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
4170           createFunction),
4171         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
4172           compound_statement),
4173         * src/SDCCsymt.h,
4174         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
4175
4176 2005-05-24 Raphael Neider <rneider AT web.de>
4177
4178         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
4179
4180 2005-05-24 Raphael Neider <rneider AT web.de>
4181
4182         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
4183           TRISE definitions, closes bug #1162453
4184
4185 2005-05-22 Raphael Neider <rneider AT web.de>
4186
4187         * src/pic16/main.c (_process_pragma): check for missing
4188           arguments to pragmas code and udata
4189         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
4190           consistency fixes to match other headers (thanks to Jim Paris)
4191         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
4192
4193 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
4194
4195         * src/SDCCicode.c (isOperandEqual): fixed missing ;
4196
4197 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
4198
4199         * support/regression/tests/bug1198642.c: new test
4200         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
4201         * src/SDCCcse.c (findPrevIc): added comment, please have a look
4202         * support/scripts/resource.h,
4203         * support/scripts/resource.rc,
4204         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
4205         * support/scripts/sdcc.ico: added 32x32 icon
4206
4207 2005-05-18 Raphael Neider <rneider AT web.de>
4208
4209         * device/lib/pic16/libdev/pic18f*.c,
4210         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
4211           keywords to "__sfr" and "__at (X)"
4212         * device/include/pic16/pic18fregs.h: added pic18f4520
4213         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
4214           #1203088 (MPLAB compatibility)
4215
4216 2005-05-17 Raphael Neider <rneider AT web.de>
4217
4218         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
4219         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
4220         * device/lib/pic16/pics.all: added new devices
4221         * src/pic16/device.c: added support for pic18f4520
4222
4223 2005-05-16 Raphael Neider <rneider AT web.de>
4224         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
4225         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
4226         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
4227           convenience function for bit access
4228
4229 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4230
4231         * device/lib/printf_large.c: fixed bug 1193299
4232         * support/regression/tests/bug1057979.c: added test %3.3s
4233
4234 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4235
4236         * device/include/mcs51/8051.h,
4237         * device/include/mcs51/8052.h: made parseable with lint
4238         * device/include/mcs51/lint.h: added include file for (sp)lint
4239         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
4240         * doc/cdbfileformat.lyx,
4241         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
4242
4243 2005-05-14 Raphael Neider <rneider AT web.de>
4244
4245         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
4246         * device/lib/pic16/libc/stdlib/itoa.c (new)
4247         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
4248         * device/lib/pic16/libio/Makefile: exclude subdir according to
4249           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
4250         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
4251         * src/pic16/gen.c (genFunction): prevent annoying warning
4252         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
4253           nameclashes on BeOS
4254         * support/cpp2/cppmain.c (cpp_output_string): new
4255         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
4256           fixes bug 1116802
4257
4258 2005-05-13 Borut Razem <borut.razem AT siol.net>
4259
4260         * src/SDCCmain.c (linkEdit): fixed bug 1195202
4261
4262 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4263
4264         * .version: changed to version 2.5.1; back to bleeding edge development
4265
4266 2005-05-11 Borut Razem <borut.razem AT siol.net>
4267
4268         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
4269           generate PDF version 1.3 documents
4270
4271 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4272
4273         * .version: changed to version 2.5.0
4274
4275 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4276
4277         * doc/sdccman.lyx: updated weblinks, index and smaller updates
4278
4279 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4280
4281         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
4282         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
4283         well as many smaller updates.
4284         * .version: changed to version 2.5.0-pre1
4285
4286 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4287
4288         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
4289
4290 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
4291
4292         * support/regression/tests/bug1185672.c: added
4293         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
4294           bug 1185672
4295         * src/mcs51/gen.c (genCall): added comments, made it look safer
4296         * src/mcs51/gen.c (genEndFunction): simplified
4297
4298 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
4299
4300         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
4301
4302 2005-04-14 Borut Razem <borut.razem AT siol.net>
4303
4304         * fixed bug 1045046 - SIGSEGV with really simple code?:
4305           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
4306           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
4307
4308 2005-04-14 Borut Razem <borut.razem AT siol.net>
4309
4310         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
4311           src/pic16/device.h: temporarily disabled experimental #inline pragma
4312           for 2.5.0 release
4313
4314 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
4315
4316         * device/include/z80/stdio.h,
4317         * device/include/z80/string.h: removed these highly incomplete files so
4318           SDCC can use the default ones in device/include/
4319
4320 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4321
4322         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
4323         gcc warning.
4324         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
4325         fix sdcpp warnings.
4326
4327 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
4328
4329         * device/include/malloc.h: removed redundant __reentrant prototypes
4330         * device/lib/_mullong.c: added working xstack variant in asm (C version
4331           doesn't pass regression tests)
4332         * device/lib/bpx.c: used __data and made bpx char for mcs51
4333         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
4334           (createFunction): fixed bug with xstackPtr
4335         * src/SDCCcse.c: corrected comments
4336         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
4337           (killDeadCode, eBBlockFromiCode): removed unused code
4338         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
4339           corrected comments
4340         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
4341           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
4342           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
4343           (genModOneByte): fixed warning in MSVC
4344         * src/mcs51/main.c (): added comments
4345         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
4346
4347 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
4348
4349         * src/SDCCmain.c (linkEdit): oops, changed one line too many
4350
4351 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
4352
4353         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
4354
4355 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
4356
4357         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
4358         characters arrays of larger size than the declared one.
4359
4360 2005-04-10 Borut Razem <borut.razem AT siol.net>
4361
4362         * src/pic/gen.c (genInline),
4363           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
4364           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
4365           (findNextInstruction), (findPrevInstruction),
4366           (findInstructionUsingLabel),
4367           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
4368         * src/pic/pcode.c (findLabel): added missing '\n'
4369         * src/src.dsp: added SDCCdwarf2.c to the project
4370
4371 2005-04-09 Borut Razem <borut.razem AT siol.net>
4372
4373         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
4374
4375 2005-04-08 Raphael Neider <rneider AT web.de>
4376
4377         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
4378           into the chain after a given one) and mergeDefmapSymbols (combine
4379           defmap entries for each symbol per pcode)
4380         * (createDefmap): have defmap entries merged in the end
4381         * (defmapReplaceSymRef): split defmap entries covering two accesses to
4382           a symbol before replacing one access type's symbol, merge symbols in
4383           the end (replacement symbol might already have an entry)
4384         * (assignValnums): keep reference to written WREG intact
4385
4386 2005-04-08 Raphael Neider <rneider AT web.de>
4387
4388         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
4389           Alpha)
4390
4391 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
4392
4393         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
4394         bytes
4395
4396 2005-04-07 Raphael Neider <rneider AT web.de>
4397
4398         * device/include/pic16/usart.h: added compatibility defines for
4399           devices with more than one USART
4400         * device/include/pic16/pic18f[68][567]20.h: activated above defines
4401
4402 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4403
4404         * device/lib/Makefile.in: updated for port specific include
4405
4406 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4407
4408         * support/regression/ports/mcs51/spec.mk: added mcs51 include
4409
4410 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4411
4412         * device/include/8051.h,
4413         * device/include/8052.h,
4414         * device/include/at89S8252.h,
4415         * device/include/at89c55.h,
4416         * device/include/at89x051.h,
4417         * device/include/at89x51.h,
4418         * device/include/at89x52.h,
4419         * device/include/mcs51reg.h,
4420         * device/include/reg51.h,
4421         * device/include/reg764.h,
4422         * device/include/regc515c.h,
4423         * device/include/sab80515.h: (re)moved these 12 files
4424         * device/include/mcs51/8051.h,
4425         * device/include/mcs51/8052.h,
4426         * device/include/mcs51/at89S8252.h,
4427         * device/include/mcs51/at89c55.h,
4428         * device/include/mcs51/at89x051.h,
4429         * device/include/mcs51/at89x51.h,
4430         * device/include/mcs51/at89x52.h,
4431         * device/include/mcs51/mcs51reg.h,
4432         * device/include/mcs51/reg51.h,
4433         * device/include/mcs51/reg764.h,
4434         * device/include/mcs51/regc515c.h,
4435         * device/include/mcs51/sab80515.h: and added them here
4436
4437 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
4438
4439         * device/include/stdarg.h: changed SDCC specific keywords to double
4440           underlined form.
4441         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
4442           mcs51 and ds390.
4443         * device/include/hc08/mc68hc908gp32.h,
4444         * device/include/hc08/mc68hc908jb8.h,
4445         * device/include/hc08/mc68hc908jkjl.h,
4446         * device/include/hc08/mc68hc908qy.h: fixed comments
4447         * device/include/mcs51/README: updated
4448         * device/include/mcs51/c8051f120.h: added PINRSF
4449         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
4450         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
4451           amidst code. Also inline is not supported.
4452
4453 2005-04-06 Raphael Neider <rneider AT web.de>
4454
4455         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
4456         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
4457           callers stack/frame pointers
4458
4459 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
4460
4461         * device/include/pic16/usart.h: added, missing in previous commit,
4462         * device/include/pic16/adc.h: fixed typo,
4463         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
4464         commit,
4465         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
4466         <p18fxxx.inc>
4467         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
4468         uninitialized because a bug appears with gplink
4469         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
4470         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
4471         complains for unrecognised option
4472
4473 2005-04-05 Raphael Neider <rneider AT web.de>
4474
4475         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
4476           structs as well (using memcpy)
4477         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
4478           on ISRs (GOTO has no label)
4479         * src/pic16/device.h: added OF_OPTIMIZE_DF
4480         * src/pic16/main.c: added compiler switch --optimize-df to enable the
4481           new data flow analysis/optimization
4482         * src/pic16/pcode.c: added (prototypes for and implementation of)
4483           dataflow analysis functions, fixed pCodeInstructions' inCond and
4484           outCond values, made RCALL a branch instruction
4485         * (pic16_unlinkpCode): keep C line if possible
4486         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
4487           C line moved if possible
4488         * (pic16_getRegFrompCodeOp): NEW, improved version of...
4489         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
4490           to use new pic16_getRegFrompCodeOp (works for more SFRs)
4491         * (pic16_BuildFlow): fixed skip instructions with label (did not start
4492           new flow)
4493         * (pic16_getJumptabpCode): NEW, needed in...
4494         * (LinkFlow): fixed handling of jumptables, calls and conditional
4495           branches
4496         * (pic16_InsertCommentAfter): NEW
4497         * (pic16_pCodeReplace): made verbose and flow preserving
4498         * (AnalyzeFlow): added call to data flow analysis
4499         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
4500         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
4501         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
4502
4503 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4504
4505         * src/SDCCast.c (decorateType): fixed bug #1105626
4506
4507 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
4508
4509         * device/include/asm/pic16/features.h,
4510         * pic18f*.h headers,
4511         * device/include/pic16/adc.h,
4512         * device/include/pic16/delay.h,
4513         * device/include/pic16/i2c.h,
4514         * device/include/pic16/malloc.h,
4515         * device/include/pic16/stdio.h,
4516         * device/include/pic16/stdlib.h,
4517         * device/include/pic16/string.h,
4518         * device/lib/pic16/libc/stdio/printf_tiny.c,
4519         * device/lib/pic16/libc/stdio/printf_small.c,
4520         * device/lib/pic16/libc/stdio/strmgpsim.c,
4521         * device/lib/pic16/libc/stdio/strmmssp.c,
4522         * device/lib/pic16/libc/stdio/strmusart.c,
4523         * device/lib/pic16/libc/stdio/vfprintf.c,
4524         * device/lib/pic16/libc/stdlib/ltoa.c,
4525         * device/lib/pic16/libc/stdlib/putchar.c,
4526         * device/lib/pic16/libc/stdlib/x_ftoa.c,
4527         * device/lib/pic16/libc/stdlib/memchrpgm.c,
4528         * device/lib/pic16/libc/stdlib/memchrram.c,
4529         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
4530         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
4531         * device/lib/pic16/libio/adc/adcbusy.c,
4532         * device/lib/pic16/libio/adc/adcread.c,
4533         * device/lib/pic16/libio/adc/adcsetch.c,
4534         * device/lib/pic16/libio/usart/ubaud.c,
4535         * device/lib/pic16/libio/usart/ubusy.c,
4536         * device/lib/pic16/libio/usart/udrdy.c,
4537         * device/lib/pic16/libio/usart/uopen.c,
4538         * device/lib/pic16/libio/usart/uputc.c,
4539         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
4540         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
4541         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
4542         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
4543         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
4544         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
4545         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
4546         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
4547         specific keywords to double underlined form,
4548         * device/lib/pic16/libc/Makefile.rules,
4549         * device/lib/pic16/libsdcc/Makefile.rules,
4550         * device/lib/pic16/libm/Makefile,
4551         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
4552         to compile with C standard set in Makefile.common
4553         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
4554         rand.c and crc.c in compilation process,
4555         * device/lib/pic16/libsdcc/int/divuint.c,
4556         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
4557         `c' from signed to unsigned,
4558         * device/lib/pic16/startup/crt0.c,
4559         * device/lib/pic16/startup/crt0i.c,
4560         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
4561         keywords to double underlined form, bug fixes in _do_cinit function
4562         which prevented the correct initialization of the .idata segment,
4563         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
4564         core to enter a infinite loop
4565         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
4566
4567 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4568
4569         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
4570
4571 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4572
4573         * device/include/Makefile.in: add support for hc08 subdirectory
4574         * device/include/hc08/: new subdirectory
4575         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
4576         Lucas Loizaga, thanks!
4577         * device/include/hc08/mc68hc908qy.h,
4578         * device/include/hc08/mc68hc908gp32.h,
4579         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
4580         their own directory. Changed internal macro names to use the compiler
4581         reserved namespace. Changed SDCC specific keywords to double
4582         underlined form.
4583         * device/include/math.h,
4584         * device/include/malloc.h,
4585         * device/include/stdarg.h,
4586         * device/include/stdbool.h
4587         * device/include/string.h,
4588         * device/include/tinibios.h,
4589         * device/include/ds400rom.h,
4590         * device/include/8051.h,
4591         * device/include/8052.h,
4592         * device/include/80c51xa.h,
4593         * device/include/at89c55.h,
4594         * device/include/at89S8252.h,
4595         * device/include/at89x51.h,
4596         * device/include/at89x52.h,
4597         * device/include/ds80c390.h,
4598         * device/include/reg764.h,
4599         * device/include/regc515c.h,
4600         * device/include/sab80515.h,
4601         * device/include/mcs51/c8051f000.h,
4602         * device/include/mcs51/c8051f018.h,
4603         * device/include/mcs51/c8051f020.h,
4604         * device/include/mcs51/c8051f040.h,
4605         * device/include/mcs51/c8051f060.h,
4606         * device/include/mcs51/c8051f120.h,
4607         * device/include/mcs51/c8051f300.h,
4608         * device/include/mcs51/c8051f310.h,
4609         * device/include/mcs51/c8051f320.h,
4610         * device/include/mcs51/c8051f330.h,
4611         * device/include/mcs51/c8051f350.h,
4612         * device/include/z180.h: Changed SDCC specific keywords to double
4613         underlined form.
4614
4615 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
4616
4617         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
4618         18F4455,
4619         * (pic16_assignConfigWordValue): disable testing of configuration
4620         register value with config mask,
4621         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
4622         function with port->fun_prefix,
4623         * (genFunction): when generating a naked interrupt function never
4624         create an absolute segment placed in interrupt vector address, place
4625         the actual interrupt function at IVA instead, when an interrupt
4626         function is generated with unspecified interrupt then do not create
4627         the absolute section,
4628         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
4629         code for generating a call to generic pointer get/put function with
4630         a call to function pic16_callGenericPointer(),
4631         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
4632         the call to the generic pointer get/put functions with prefixing the
4633         function name with port->fun_prefix,
4634         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
4635         * src/pic16/main.c (_process_pragma): prefix function with
4636         port->fun_prefix,
4637         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
4638         calling assembler, old 18Fxxxx macro is deprecated,
4639         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
4640         PC_ASMDIR in while condition,
4641         * (findInstruction): add PC_ASMDIR in while condition,
4642         * (buildCallTree): prefix main with port->fun_prefix,
4643         * (pic16_pCode2str): fixed bug that didn't emit the memory access
4644         identifier for variable with banked access in instructions BTFSS,
4645         BTFSC, BCF, BSF, BTG
4646         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
4647         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
4648         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
4649         perform optimization when enviroment variable NO_REG_OPT is set,
4650         * (insideLRBlock): NEW, return 1 if register is inside an
4651         INF_LOCALREGS block,
4652         * (RemoveRegFromLRBlock): remove a register that is completely
4653         eliminated by register optimization, but it is still left in local
4654         register store/restore in/from stack block,
4655         * (Remove2pcodes): after removing register, check to see if it
4656         should be removed from local register store/restore in/from stack
4657         block,
4658         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
4659         DUMMY_READ_VOLATILE,
4660
4661         * device/include/pic16/adc.h: minor prototype modifications and
4662         update,
4663         * device/include/pic16/malloc.h: added GPL notice various
4664         modifications,
4665         * device/include/pic16/stdint.h: NEW, standard header for ints
4666         * device/include/pic16/delay.h: NEW, header for delay functions,
4667         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
4668         delay1mtcy,
4669         * device/include/pic16/signal.h: NEW, header providing helper macros
4670         for implementing signal handlers,
4671         * device/include/pic16/stdio.h: added prototypes for functions,
4672         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
4673         prototypes for stdin and stdout, added macro PUTCHAR to
4674         automatically implement putchar function prototype,
4675         * device/include/pic16/usart.h: modified and updated USART library,
4676         * device/lib/pic16/libio/adc/,
4677         * device/lib/pic16/libio/i2c: some modifications to improve library
4678         performance,
4679         * device/lib/pic16/libc/stdio/: modifications for the new printf*
4680         family of functions,
4681         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
4682         family of functions and other sources,
4683         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
4684         of the PIC18Fxx[28] devices,
4685         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
4686         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
4687         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
4688         _do_cinit function, because the previous failed when local variables
4689         where not placed in the same memory bank,
4690         * device/lib/pic16/libsdcc/char/: various modifications to improve
4691         library performance,
4692         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
4693         information on the new functions of the c library and more...
4694
4695 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4696
4697         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
4698
4699 2005-03-26 Raphael Neider <rneider AT web.de>
4700
4701         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
4702           if condition == CARRY)
4703         * (genCmp): adapted to new genSkipc semantics
4704         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
4705           on rIfx (genCmp was broken)
4706
4707 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4708
4709         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
4710         * src/z80/main.c (_keywords[]),
4711         * src/SDCCglobal.h (struct options),
4712         * src/SDCC.y,
4713         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
4714         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
4715         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
4716         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
4717         always available in leading double underscore form. The C99 support is
4718         mostly missing, but it's a start.
4719         * support/regression/tests/bug-227710.c: fixed nonconforming use of
4720         reserved identifier "__data".
4721
4722 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
4723
4724         * src/mcs51/peeph.def: fixed bug 1170013
4725
4726 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
4727
4728         * device/include/mcs51reg.h: fixed bug 842007
4729
4730 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4731
4732         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
4733         last time.
4734
4735 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4736
4737         * src/port.h (struct PORT),
4738         * src/avr/ralloc.c (avr_assignRegisters),
4739         * src/avr/main.c,
4740         * src/ds390/ralloc.c (ds390_assignRegisters),
4741         * src/ds390/main.c,
4742         * src/hc08/ralloc.c (hc08_assignRegisters),
4743         * src/hc08/main.c,
4744         * src/mcs51/ralloc.c (mcs51_assignRegisters),
4745         * src/mcs51/main.c,
4746         * src/pic/ralloc.c (pic14_assignRegisters),
4747         * src/pic/main.c,
4748         * src/pic16/ralloc.c (pic16_assignRegisters),
4749         * src/pic16/main.c,
4750         * src/xa51/ralloc.c (xa51_assignRegisters),
4751         * src/xa51/main.c,
4752         * src/z80/ralloc.c (z80_assignRegisters),
4753         * src/z80/ralloc.h,
4754         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
4755         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
4756         * src/SDCCcse.h,
4757         * src/SDCCdflow.c (computeDataFlow),
4758         * src/SDCCdflow.h,
4759         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
4760         * src/SDCCloop.h,
4761         * src/SDCCcflow.c (*),
4762         * src/SDCCcflow.h,
4763         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
4764         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
4765         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
4766         immedDom() returning wrong block; probably fixes bug #1160833)
4767
4768 2005-03-20 Borut Razem <borut.razem AT siol.net>
4769
4770         * support/scripts/inc2h.pl: WIN32 port
4771
4772 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
4773
4774         * device/lib/makefile.in: added abs.c and labs.c
4775
4776 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
4777
4778         * device/include/stdint.h: added
4779         * device/lib/abs.c: added
4780         * device/lib/labs.c: added
4781         * device/include/stdlib.h: added abs() and labs() prototypes
4782         * device/lib/libsdcc.lib: added abs and labs
4783         * device/include/float.h,
4784         * device/lib/_fsmul.c,
4785         * device/lib/printf_fast.c,
4786         * device/lib/printf_tiny.c: updated comments
4787
4788 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4789
4790         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
4791         bug #1164313
4792
4793 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4794
4795         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
4796         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
4797
4798 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
4799
4800         * device/lib/printf_large.c: removed inline assembly for portability and
4801           readability. Use printf_fast if speed or size are more important.
4802         * src/pic16/gen.c: removed conditions around use of DEBUGpc
4803         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
4804
4805 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
4806
4807         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
4808         prevent compiler warning
4809
4810 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
4811
4812         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
4813         moved to level 0 and declared as static. Also they are explicit
4814         placed in access bank. This was necessery because some times they
4815         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
4816         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
4817         optimizations. Currently only compare to unsigned char is implemented,
4818         * src/pic16/gen.c: added fReturnIdx array,
4819         * (struct resolvedIfx) is moved to gen.h and made public,
4820         * (struct _G): added sregsAlloc and sregsAllocSet fields,
4821         * (aopForSym): added an optimization to directly store in stack of
4822         the operand of a SEND iCode,
4823         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
4824         but as registers instead (AOP_REG) using the fReturnIdx array,
4825         * (pic16_freeAsmop): remove the freed register from the
4826         _G.sregsAlloc field,
4827         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
4828         a compare of 'WREG',
4829         * (pic16_popGetTempRegCond): changed function prototype, now
4830         function takes also a bitVector argument v which holds the current
4831         set of registers that are allocated for stack access by aopForSym,
4832         registers allocated in aopForSym for accessing stack symbols are not
4833         any more part of the functions usedRegs field,
4834         * (genCall): some times aopOp is called for a stack variable to be
4835         send, aopForSym might perform the push, if this is true make sure
4836         that genCall doesn't push the variable twice by testing _G.resDirect,
4837         * (genFunction): changed testing for unspecified interrupt number
4838         from 256 to INTNO_UNSPEC,
4839         * modified selection scheme of frame pointer generation. Previously
4840         if function did use local registers a frame pointer was generated,
4841         now a frame pointer is generated only if function has arguments
4842         (that need PLUSW2 register access), or has stack arguments, or the
4843         compiler is not instructed to omit the frame pointer,
4844         * (genEndFunction): before restoring local registers that were saved
4845         in the function preamble, also restore the registers that *might*
4846         have been allocated for stack access,
4847         * (genRet): removed some old comments,
4848         * (genCmp, the active (RN's) version): added a call to the
4849         pic16_genCmp_special function to perform the compare with a more
4850         robust and optimized way,
4851         * (genInline): a feature has been added in inline code generation,
4852         which allows a wildcard variable substitution when writing inline
4853         assembly. Code is incomplete and experimental therefore undocumented,
4854         * (genCast): changed order of aopOp for result and right to allow
4855         aopForSym to directly load the result if possible,
4856         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
4857         perform an optimized compare on some selected special occasions,
4858         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
4859         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
4860         generate an IVT any more,
4861         * src/pic16/main.c (pic16_optionsTable): added command line option
4862         --optimize-cmp,
4863         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
4864         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
4865         macros,
4866         * src/pic16/NOTES: Raphael Neider added in list of active developers
4867         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
4868         jumptable_end to prevent bug #,
4869         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
4870         inCond and outCond fields,
4871         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
4872         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
4873         turn off register spilling,
4874         * (packRegsForOneUse): synced with other ports' versions although it
4875         is not used currently,
4876         * (pic16_packRegisters): added an optimization while reading
4877         structure bitfields, some registers may be saved (malloc code is
4878         decreased by 80 bytes)
4879
4880 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
4881
4882         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
4883         left is a bitfield, if yes, then don't optimize assignment. Perhaps
4884         this can be optimized more?
4885
4886 2005-03-10 Raphael Neider <rneider AT web.de>
4887
4888         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
4889           genNearPointerGet): (hopefully) fixed access to bitfields via
4890           pointers (p->bitN = x; and x = p->bitN; failed)
4891
4892 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
4893
4894         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
4895
4896 2005-03-09 Raphael Neider <rneider AT web.de>
4897
4898         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
4899
4900 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
4901
4902         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
4903         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
4904           (regTypeNum): set REG_BIT type if necessary
4905         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
4906         * support/regression/tests/critical.c: check bug 1144613
4907
4908 2005-03-02 Raphael Neider <rneider AT web.de>
4909
4910         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
4911
4912 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4913
4914         * src/avr/ralloc.c (serialRegAssign),
4915         * src/ds390/ralloc.c (serialRegAssign),
4916         * src/hc08/ralloc.c (serialRegAssign),
4917         * src/mcs51/ralloc.c (serialRegAssign),
4918         * src/pic/ralloc.c (serialRegAssign),
4919         * src/pic16/ralloc.c (serialRegAssign),
4920         * src/xa51/ralloc.c (serialRegAssign),
4921         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
4922
4923 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
4924
4925         * src/SDCCast.c (decorateType): fixed bug 1124787
4926
4927 2005-02-20 Hubert Sack <sack AT digiplan.de>
4928         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4929
4930         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
4931         patch #1121755
4932
4933 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4934
4935         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
4936         to keep the correct label reference count when adding/removing references
4937         to labels. A peephole file using this is appended to patch #1144962.
4938
4939 2005-02-14 Raphael Neider <rneider AT web.de>
4940
4941         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
4942         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
4943         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
4944           retrievals of result operand's value on assignment
4945
4946 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
4947
4948         * device/include/pic16/string.h: modified prototype for memccpy()
4949         to memccpy(void *, void *, char, size_t)
4950         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
4951         check whether to omit frame pointer or not,
4952         * (genInline): convert all occurences of "\n" to LF in inline
4953         assembler blocks, this helps formatting the inline text,
4954         * (pic16_loadFSR0): modified prototype,
4955         * (genNearPointerGet, genNearPointerSet): reorganization of code,
4956         removed some 8051 legacy code,
4957         * (genPackBits): enabled handling bitfields exceeding one byte in size,
4958         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
4959         before allocating temporary registers in functions,
4960
4961 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
4962
4963         * support/regression/tests/bitvars.c: corrected the "fix"
4964
4965 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
4966
4967         * support/regression/tests/bitvars.c,
4968         * support/regression/tests/bitwise.c,
4969         * support/regression/tests/rotate.c: "fixed" problems on Alpha
4970
4971 2005-02-10 Raphael Neider <rneider AT web.de>
4972
4973         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
4974           different size for Alpha
4975         * src/pic16/gen.c (genCmpEq) : improved compare with 0
4976
4977 2005-02-09 Raphael Neider <rneider AT web.de>
4978
4979         * src/SDCC.lex(doPragma) : save and restore warning options as well
4980           (also added new stack plus clone- and copyAndFreeSDCCERRG())
4981         * have #pragma less_pedantic set the errorlevel to WARNING
4982           (fixes #1117001)
4983         * (cloneOptimize) : fixed wrong malloc's size
4984         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
4985           facilitate correct handling of #pragma (save|restore)
4986
4987 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
4988
4989         * src/mcs51/gen.c: removed non-standard C nameless struct/union
4990
4991 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
4992
4993         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
4994
4995 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
4996
4997         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
4998
4999 2005-02-02 Raphael Neider <rneider AT web.de>
5000
5001         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
5002         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
5003         * (pic16_storeForReturn): fixed to allow returning function pointers
5004         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
5005         * device/include/pic16/{stddef.h,stdbool.h}: added
5006
5007 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
5008
5009         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
5010
5011 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
5012
5013         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
5014         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
5015          appeared to be required
5016
5017 2005-01-31 Borut Razem <borut.razem AT siol.net>
5018
5019         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
5020           include/mcs51 and include/z80 directories to the package
5021
5022 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5023
5024         * src/hc08/gen.c (genFunction): fixed bug #1112752
5025
5026 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5027
5028         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
5029
5030 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5031
5032         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
5033
5034 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
5035
5036         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
5037
5038 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
5039
5040         * device/include/c8051fxxx.h: removed these 6 files
5041         * device/include/mcs51/c8051fxxx.h: added these 11 new files
5042
5043 2005-01-26 Raphael Neider <rneider AT web.de>
5044
5045         * src/pic16/gen.c (genAssign): fixed assignment from longs
5046           in codespace (were cut to three bytes)
5047         * (genDummyRead): implemented (except for CODESPACE...),
5048           fixed bug #1108575
5049         * src/pic16/glue.c (emitStatistics): beautified
5050         * device/lib/pic16/libm/Makefile: added include path
5051
5052 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5053
5054         * src/z80/gen.c (aopPut): fixed bug #1103902
5055
5056 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5057
5058         * device/lib/expf.c: fixed bug #1095792
5059
5060 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
5061
5062         * device/lib/pic16/libm: added Math library sources
5063
5064 2005-01-24 Raphael Neider <rneider AT web.de>
5065
5066         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
5067           to enable upcast to pCodeOpReg2 (there is no type tag to
5068           differenciate the two and pic16_popGet2p cast into PCOR2)
5069         * src/pic16/main.c (_process_pragma): fixed another malloc bug
5070           (sizeof(sectNames) changed to sizeof(sectName))
5071           Both patches fix segfaults under MinGW.
5072
5073 2005-01-23 Raphael Neider <rneider AT web.de>
5074
5075         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
5076           Safe_[mc]?alloc()'ed variables
5077         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
5078           of (byte sized) temporaries (assign them to WREG for now)
5079         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
5080           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
5081           this might fix SIGSEGVs on MinGW...
5082         * src/SDCCopt.c (killDeadCode): restored original behaviour
5083           (volatile operands might get thrown away though)
5084
5085 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
5086
5087         * src/pic16/gen.c: fixed bug #1106975,
5088         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
5089         pointer update, INTCON is saved, global interrupts are disabled and
5090         restored after updateing TOS.
5091         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
5092         * added function attribute 'shadowregs' to take advantage of shadow
5093         registers,
5094         * added function attribute 'wparam' as an alternative to the wparam
5095         pragma,
5096         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
5097         user declares a non-ISR function as 'shadowregs',
5098         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
5099
5100 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
5101
5102         * .version: bumped version number to 2.4.8
5103         * device/lib/pic16/pics.all: list of PIC18F devices supported by
5104         pic16 port,
5105         * device/lib/pic16/libio/i2c/: I2C module support library,
5106         * device/include/pic16/i2c.h: I2C support library header,
5107         * device/lib/pic16/libc/stdio/: standard IO support sources,
5108         * (printf_small.c): printf_small() source, supports float print,
5109         * (printf_tiny.c): printf_tiny() source, does not support floats,
5110         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
5111         enable global optimizations for entire library source, other
5112         Makefiles in the source tree are also modified to reflect this,
5113         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
5114         function,
5115         * doc/sdccman.lyx: updated to reflect new changes,
5116         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
5117         sym->onStack if-case,
5118         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
5119         sbit, idata, _idata, xdata, _xdata,
5120         * added pragma library, to link an external library, (see doc),
5121         * removed command line options, --pomit-config-words, --pomit-ivt,
5122         --pleave-reset-vector,
5123         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
5124         when calling assembler to reflect memory model used, also define
5125         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
5126         reflect stack model used,
5127         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
5128         on stack return NULL,
5129
5130 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
5131
5132         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
5133           of the operands is volatile. Fixes #1020220
5134
5135 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
5136
5137         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
5138         * (OptimizeRegUsage): make sure that there is really no other flow where
5139           the first pCode is used
5140
5141 2005-01-22 Raphael Neider <rneider AT web.de>
5142
5143         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
5144           to fix #1106967 (pCode->seq are not set up correctly)
5145
5146 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5147
5148         * src/SDCCglue.c (glue): make sure code area is declared before the
5149         static initialization area.
5150
5151 2005-01-21 Raphael Neider <rneider AT web.de>
5152
5153         * device/lib/Makefile.in: fixed test for pic16 install dir
5154         * device/lib/pic16/*/Makefile*: modified compile flags to enable
5155           optimizations
5156         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
5157           added --optimize-goto compiler switch and pragma wparam documentation
5158         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
5159         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
5160           and PRODH closing bug #1071770 (peephole optimizer)
5161
5162 2005-01-19 Raphael Neider <rneider AT web.de>
5163
5164         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
5165           cmdLine buffers (used when calling sdcpp...) are large enough
5166           (MAX_PATH=256 truncates arguments leading to system halts when
5167           used in MinGW...)
5168         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
5169         * (genUminus): rewritten to for efficiency
5170         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
5171           used uninitialized in some cases)
5172         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
5173           copy the third byte from the int -- now assumes 0x80 (data memory)
5174         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
5175           operands (genAddLit expects the iCode's operands to swapped as
5176           well), fixed leftover bytes (crashed for short left operands)
5177         * (pic16_genMinusDec): performance improvements, removed false
5178           PIC14 emitSKPNCs
5179         * (pic16_genMinus): fixed to cope with differently sized operands
5180         * src/pic16/glue.c (pic16_glue): added new banksel optimization
5181           for --obanksel > 1
5182         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
5183         * src/pic16/graph.[ch]: implementation of directed graphs, used by
5184           new banksel optimization
5185         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
5186           analysis for temporary registers (segfaults...)
5187         * src/pic16/peeph.def: added rule
5188
5189 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
5190
5191         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
5192         which converts a float number to its ASCII representation
5193         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
5194         functions to convert the fractional and integer part of a float to ASCII,
5195         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
5196         realloc.c): added _MALLOC_SPEC to explicit place variables in data
5197         ram
5198         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
5199         _STATMEM macros,
5200         * device/include/pic16/adc.h: added GPL info,
5201         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
5202         a pCodeOp as tested operand,
5203         * (genNearPointerGet): optimized bit testing, does not use
5204         intermediate register for bit value, test directly instead with
5205         BTFSS, BTFSC, works only for single bits,
5206         * (genpic16Code): dump the name of the iCode in the asm,
5207         * src/pic16/ralloc.c (decodeOp): removed static declaration and
5208         renamed to pic16_decodeOp,
5209         * (serialRegAssign): do not allocate a temporary register for iCode
5210         sequences that test a single bit for 1/0
5211
5212 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
5213
5214         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
5215         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
5216         access stack and frame pointers. They are initially assigned to
5217         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
5218         accessing SFRs. Updated all occurences of modification of stack or
5219         frame pointer in gen.c and pcode.c,
5220         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
5221         assigning of a literal value to pointers,
5222         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
5223         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
5224         selected
5225
5226 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5227
5228         * doc/sdccman.lyx: update documentation about stack pragma, added
5229         some info for stack memory models
5230
5231 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5232
5233         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
5234
5235 2005-01-08 Raphael Neider <rneider AT web.de>
5236
5237         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
5238           udata sections to fix bug #1097823
5239
5240 2005-01-05 Raphael Neider <rneider AT web.de>
5241
5242         * src/pic16/gen.c (genGenericShift): added handling of differently
5243           sized left operand and result
5244
5245 2005-01-04 Raphael Neider <rneider AT web.de>
5246
5247         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
5248         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
5249           to hold the condition bit)
5250         * added new version of genCmp (old code available via #define)
5251         * added new version of genShiftLeft/genShiftRight in a generic
5252           way, now supports shifting by negative values
5253         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
5254           shiftCount (expected by genGenericShift)
5255         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
5256         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
5257           dump
5258         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
5259           is an invalid literal too...)
5260
5261 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
5262
5263         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
5264         from Raphael Neider,
5265         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
5266         for 8-bit literals. This fixes some literal operands which are sign
5267         extended to 16-bits ints when instruction needs only 8-bits.
5268
5269 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
5270
5271         * device/lib/logf.c: added mcs51 assembly version
5272         * device/lib/expf.c: added mcs51 assembly version
5273         * device/lib/_logexpf.c: new shared asm code for expf and logf
5274         * device/include/math.h: add defines for assembly math library
5275         * device/lib/Makefile.in: build new _logexpf.c
5276         * device/lib/libfloat.lib: use new _logexpf.c
5277
5278 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
5279
5280         * src/pic/device.c
5281         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
5282           device types which have less than 0x7f registers.
5283
5284 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
5285
5286         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
5287
5288 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
5289
5290         * device/lib/printf_fast.c: only build on supported arch.
5291         * device/lib/printf_tiny.c: only build on supported arch.
5292         * device/lib/printf_fast_f.c: only build if asm float lib
5293         * device/lib/_fsget1arg.c: only build if asm float lib
5294         * device/lib/_fsget2args.c: only build if asm float lib
5295         * device/lib/_fsnormalize.c: only build if asm float lib
5296         * device/lib/_fsreturnval.c: only build if asm float lib
5297         * device/lib/_fsrshift.c: only build if asm float lib
5298         * device/lib/_fsswapargs.c: only build if asm float lib
5299         * device/include/stdio.h: don't provide print_fast,
5300           print_fast_f, print_tiny prototypes if --xstack used
5301
5302 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
5303
5304         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
5305         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
5306           to the SOURCES
5307
5308 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
5309
5310         * device/lib/printf_fast_f.c: same as printf_fast, but
5311           with floating point enabled
5312         * device/lib/printf_fast.c: minor tweaks
5313         * device/include/stdio.h: add printf_fast_f
5314
5315 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
5316
5317         * src/SDCCmain.c: make --float-reent default for mcs51
5318         * device/lib/_fsadd.c: added mcs51 assembly version
5319         * device/lib/_fssub.c: added mcs51 assembly version
5320         * device/lib/_fsmul.c: added mcs51 assembly version
5321         * device/lib/_fsdiv.c: added mcs51 assembly version
5322         * device/lib/_fseq.c: added mcs51 assembly version
5323         * device/lib/_fsneq.c: added mcs51 assembly version
5324         * device/lib/_fsgt.c: added mcs51 assembly version
5325         * device/lib/_fslt.c: added mcs51 assembly version
5326         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
5327         * device/lib/Makefile.in: add _fscmp to build
5328         * device/lib/libfloat.lib: add _fscmp to build
5329
5330 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
5331
5332         * device/lib/_fs2slong.c: added mcs51 assembly version
5333         * device/lib/_fs2sint.c: added mcs51 assembly version
5334         * device/lib/_fs2schar.c: added mcs51 assembly version
5335         * device/lib/_fs2ulong.c: added mcs51 assembly version
5336         * device/lib/_fs2uint.c: added mcs51 assembly version
5337         * device/lib/_fs2uchar.c: added mcs51 assembly version
5338         * device/lib/_slong2fs.c: added mcs51 assembly version
5339         * device/lib/_sint2fs.c: added mcs51 assembly version
5340         * device/lib/_schar2fs.c: added mcs51 assembly version
5341         * device/lib/_ulong2fs.c: added mcs51 assembly version
5342         * device/lib/_uint2fs.c: added mcs51 assembly version
5343         * device/lib/_uchar2fs.c: added mcs51 assembly version
5344         * device/include/float.h: added #define to select asm vs c
5345
5346 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
5347
5348         * device/lib/printf_fast.c: improvements to float output
5349         * device/include/float.h: add defines for assembly float library
5350         * device/lib/_fsget1arg.c: receive 1 float arg
5351         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
5352         * device/lib/_fsnormalize.c: normalize a float
5353         * device/lib/_fsreturnval.c: return float, various helper routines
5354         * device/lib/_fsrshift.c: right shift a float's mantissa
5355         * device/lib/_fsswapargs.c: swap 2 floats
5356         * device/lib/Makefile.in: build these 6 new files for mcs51
5357         * device/lib/libfloat.lib: add these 6 files to the library
5358
5359 2004-12-26 Borut Razem <borut.razem AT siol.net>
5360
5361         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
5362           built by gcc 3.4.2
5363
5364 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
5365
5366         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
5367           and fully reentrant and register bank neutral.
5368         * device/lib/printf_fast.c: added float (not enabled by default),
5369           added compact/slower integer (also not enabled by default),
5370           improved size/speed of fast integer code, other minor changes
5371         * device/include/stdio.h, device/lib/Makefile.in,
5372           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
5373
5374 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
5375
5376         * src/pic16/pcode.c: declaring variables other than at the start of a
5377           block is not supported in C by VC6.
5378
5379 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
5380
5381         * applied a previous patch from Raphael Neider that wasn't included
5382         in the previous commits, which fixes infinite loops within jumptable
5383         improvements,
5384         * made some fixes that previous patches introduced
5385
5386 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
5387
5388         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
5389         that fixes an issue with AOP_PCODE asmop's offset,
5390         * (pic16_popCopyReg): update instance field too,
5391         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
5392         function of pic port,
5393         * (genCmp, genAnd, genAssign),
5394         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
5395
5396 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
5397
5398         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
5399         variables initial values to idata section,
5400         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
5401         variables in some functions. This utilizes parmBytes field of iCode
5402         structure to hold the offset of the variable in stack. (might be
5403         able to use the stack field too?)
5404         * applied patch from Raphael Neider # ### , # ###
5405         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
5406         variable initial values in idata section,
5407         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
5408         for static variables with initial value
5409         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
5410         applied fix in while loop from Raphael Neider.
5411
5412 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
5413
5414         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
5415         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
5416         * src/ds390/ralloc.c (serialRegAssign): spill bits
5417         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
5418         * support/Util/SDCCerr.c,
5419         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
5420         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
5421         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
5422
5423 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
5424
5425         * device/include/sdcc-lib.h: inserted LGPL, added includes
5426           asm/ds390/features.h and asm/mcs51/features.h
5427         * device/include/asm/default/features.h,
5428         * device/include/asm/gbz80/features.h,
5429         * device/include/asm/z80/features.h: added empty _AUTOMEM
5430           and _STATMEM
5431         * device/include/asm/ds390/features.h,
5432         * device/include/asm/mcs51/features.h: added files with defines for
5433           _AUTOMEM and _STATMEM indicating automatic and static storage class
5434         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
5435         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
5436         * src/SDCCicode.c (geniCodeCast),
5437         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
5438         * src/SDCCloop.c (loopInduction): removed unused variable lr
5439         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
5440           to convertToFcall to include char modulo (RFE 1065037), added check
5441           if left operand is unsigned and use abs of literal value
5442         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
5443           as it doesn't work after conversion from peephole.def to peephole.rul
5444         * src/mcs51/gen.c (toBoolean): added check for size,
5445           (genModOneByte): optimized code for signed char modulo a literal
5446           power of 2 (thanks to Hubert Sack),
5447           (genRRC): removed unnecessary "clr c",
5448           (genRLC): replaced "add a,acc" with cheaper "rlc a"
5449         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
5450           jump optimization,
5451           swapped rules 256.c and 256.d,
5452           extended 256.d by using new multiple checks (thanks Erik),
5453           added rules 256.e and 256.f,
5454           updated rule 261.a and 261.b to new generated code
5455         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
5456
5457 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5458
5459         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
5460           induction related bugs, including first part of bug #1074377
5461
5462 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
5463
5464         * applied patch from bug-report #1076292,
5465         * applied patches for genAnd and Goto-optimizations for Raphael
5466         Neider,
5467         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
5468         dump a less iCode information,
5469         * src/pic16/device.h (pic16_options_t): added field debgen,
5470         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
5471         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
5472         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
5473         puclic,
5474         * (various functions): added macros FENTRY and FENTRY2 to functions,
5475         to emit function prologue,
5476         * (various functions): fixed indentation,
5477         * (genNearPointerGet): fixed loading of FSR0,
5478         * (genPackBits): applied patch from Raphael Neider to fix updating
5479         of FSR0 and touching only the modified bits,
5480         * src/pic16/genarith.c (various functions): added macros FENTRY to
5481         emit function prologue in comments,
5482         * src/pic16/pcode.h: added functions debugf2, debugf3,
5483         * src/pic16/ralloc.c: partial fix for packForPush caused
5484         segmentation fault,
5485
5486 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5487
5488         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
5489           <stsp AT users.sourceforge.net> with reversed byte order
5490         * support/regression/tests/rotate.c: added (ds390 skips some tests)
5491
5492 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5493
5494         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
5495           bug #1074377
5496         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
5497         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
5498
5499 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
5500
5501         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
5502
5503 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5504
5505         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
5506           conditions,
5507           (setFromConditionArgs): friendly operand parser for peephole rules,
5508           (operandBaseName, operandsNotRelated): new peephole condition
5509           "operandsNotRelated" -- similar to "operandsNotSame", but takes
5510           architecture specific register naming into account, handles n-way
5511           comparisons, and supports quoted literals
5512         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
5513
5514 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5515
5516         * src/mcs51/peeph.def: fixed bug #1076940
5517
5518 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
5519
5520         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
5521
5522 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5523
5524         Adding support for replacing ljmps with sjmps in jumptables
5525         generated for switch statements. For now you need to set the
5526         environment variable SDCC_SJMP_JUMPTABLE to enable this.
5527         Now 4 algorithms for mcs51 jumptable generation are used:
5528         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
5529         addresses loaded pc-relative for up to 112 cases and stack-pushing
5530         target addresses loaded with offset from dptr for up to 256 cases.
5531
5532         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
5533         * src/mcs51/main.c: adapted constants for switch table generation
5534         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
5535
5536 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
5537
5538         * device/lib/printf_large.c (_print_format): fixed bug 1073386
5539         * support/regression/tests/bug1057979.c: added test for bug 1073386
5540
5541 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
5542
5543         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
5544         compilers
5545
5546 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
5547
5548         * src/pic16/device.h,
5549         * src/pic16/genarith.c,
5550         * src/pic16/glue.c,
5551         * src/pic16/main.c,
5552         * src/pic16/pcode.c: applied patches #1068154 and #1070213
5553
5554 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
5555
5556         Large cummulative patch for pic16 port.
5557         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
5558         to call when a stack overflow occurs,
5559         * (malloc.h): added CVS Id tag,
5560         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
5561         variable,
5562         * added libc directory. The current version of LibC contains string
5563         functions, ctype functions and macros and some functions of the
5564         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
5565         be extensively tested in the future. Standard disclaimer here.
5566         Library is not automatically build yet. But one can build it by
5567         invoking 'make' inside the libc directory.
5568         * added ADC library under libio. Preliminary version yet.
5569
5570         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
5571         * src/pic16/gen.c (aopForRemat): asmop size is filled by
5572         aopForRemat() now and not by pic16_aopOp(),
5573         * (pic16_popGetTempReg): removed warning messgae when allocating
5574         temporary registers, its a buggy feature and will be removed,
5575         * (pic16_popGet): set register instance field in AOP_CRY,
5576         * (pic16_outBitC): fixed for results in size greater than 1,
5577         * (genUminusFloat): fixed for pic16, ported code from mcs51,
5578         * (pic16_storeForReturn): optimized return of 0,
5579         * (genCmp): experimental code for new genCmp which uses PIC18's
5580         special compare&skip instructions. Initial tests fail some times
5581         with variables grater than 1 byte in size, so new code is disabled,
5582         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
5583         a single bit,
5584         * (genCast): began a fix to optimize the casting of a bit to another
5585         bit, now assigning a bitfield to another bitfield will fail, sorry,
5586         * src/pic16/main.c: disabled the use of lr-support feature,
5587         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
5588         * added some function prototypes, added function _debugf prototype,
5589         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
5590         bits with offset (case PO_GPR_BIT),
5591         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
5592         command line,
5593         * (isBankInstruction): modified to return 0 for no banking instruction,
5594         and 1 for banking instruction,
5595         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
5596         caused stop processing pCodes after a inline assembly block,
5597         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
5598         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
5599         registers when it shouldn't,
5600         * src/pic16/ralloc.c (allocReg): add preliminary support for
5601         supporting a limited set of temporary registers,
5602
5603 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5604
5605         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
5606           genDataPointerSet): ensure assignments always copy in MSB to LSB
5607           order,
5608           (loadRegFromAop): recognize CLRH optimization,
5609           (genFunction): optimize RECEIVE iCodes in reentrant functions
5610
5611 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5612
5613         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
5614           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
5615           selected.
5616         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
5617         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
5618           contiguous with data
5619
5620 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5621
5622         * device/lib/_gptrget.c (_gptrget),
5623         * device/lib/_gptrgetc.c (_gptrgetc),
5624         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
5625           instead of sjmp to ret
5626         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
5627           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
5628
5629 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
5630
5631         * .version: bumped version to 2.4.7
5632         * device/lib/_gptrget.c (_gptrget): is now _naked
5633         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
5634         * device/lib/_gptrput.c (_gptrput): is now _naked
5635         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
5636           (createFunction): fixed xstack
5637         * src/SDCCglue.c (emitMaps): set allocation required for bit area
5638         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
5639           or bit either,
5640           (geniCodeCritical): store original interrupt state in an iTemp bit
5641           var unless stack-auto
5642         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
5643         * src/SDCCmain.c (setIncludePath): added include/target to search path
5644         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
5645         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
5646           prototype,
5647           (processFuncArgs): put bit vars in bit area
5648         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
5649           unsaveRBank): fixed xstack,
5650           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
5651           (genFunction, genEndFunction): fixed xstack,
5652           (genAssign): optimization don't walk backwards through mem
5653         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
5654         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
5655         * support/regression/Makefile: also make library (for stack-auto) when
5656           making "all" and added "test-mcs51-xstack-auto"
5657         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
5658         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
5659         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
5660         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
5661         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
5662           make-library by MAKE_LIBRARY
5663         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
5664           regression tests for xstack
5665         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
5666         * support/regression/tests/critical.c: test for critical on mcs51
5667
5668 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5669
5670         * support/regression/ports/ucz80/spec.mk: use include and lib files from
5671           built version of sdcc instead of installed version
5672
5673 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
5674
5675         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
5676         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
5677           vprintf.c now
5678         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
5679         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
5680           WARNING: remove device/lib/build/z80/printf.o by hand when
5681           updating from previous build!
5682         * device/lib/z80/printf.c: updated comment
5683         * support/regression/tests/bug1057979.c: test all ports now
5684         * support/regression/tests/bug1065458.c: file added
5685
5686 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5687
5688         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
5689           *_start and *_end symbols for static functions
5690
5691 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
5692
5693         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
5694           and search crt0.o in all library paths,
5695           (setIncludePath): proper handling of --nostdinc,
5696           (setLibPath): proper handling of --nostdlib
5697         * support/regression/Makefile,
5698         * support/regression/ports/ds390/spec.mk,
5699         * support/regression/ports/gbz80/spec.mk,
5700         * support/regression/ports/hc08/spec.mk,
5701         * support/regression/ports/mcs51/spec.mk,
5702         * support/regression/ports/mcs51-large/spec.mk,
5703         * support/regression/ports/mcs51-stack-auto/spec.mk,
5704         * support/regression/ports/z80/spec.mk: use include and lib files from
5705           built version of sdcc instead of installed version
5706         * doc/sdccman.lyx: fixed typo in --nostdinc
5707
5708 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
5709
5710         * src/pic/pcode.c,
5711         * src/pic/device.c,
5712         * src/pic/ralloc.c,
5713         * src/pic/gen.c : added support to generate code for struct bit fields.
5714
5715 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
5716
5717         * as/xa51/xa_version.h,
5718         * device/include/errno.h,
5719         * device/include/regc515c.h,
5720         * device/lib/_itoa.c,
5721         * device/lib/_ltoa.c,
5722         * device/lib/ser_ir_cts_rts.c,
5723         * sim/ucsim/xa.src/glob.cc,
5724         * sim/ucsim/xa.src/inst_gen.cc,
5725         * sim/ucsim/xa.src/xa_bit.cc,
5726         * sim/ucsim/xa.src/xa_sfr.cc,
5727         * sim/ucsim/z80.src/inst_dd.cc,
5728         * sim/ucsim/z80.src/inst_fdcb.cc,
5729         * support/scripts/keil2sdcc.pl,
5730         * src/pic16/pic16.dsp,
5731         * src/pic16/pic16a.dsp: corrected cvs line endings
5732         * device/lib/printf_large.c: fixed bug 1057979
5733         * src/pic16/gen.c: fixed non-C standard code
5734         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
5735         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
5736         * support/regression/ports/mcs51/support.c: reload T1 asap
5737         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
5738           pdata use and clear idata startup behaviour
5739         * support/regression/tests/bug1057979.c: added
5740
5741 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
5742
5743         * device/examples/ds390/ow390/ad26.h,
5744         * device/examples/ds390/ow390/cnt1d.h,
5745         * device/examples/ds390/ow390/crcutil.c,
5746         * device/examples/ds390/ow390/ownet.h,
5747         * device/examples/ds390/ow390/owsesu.c,
5748         * device/examples/ds390/ow390/swt12.h,
5749         * device/examples/ds390/ow390/swtoper.c,
5750         * device/examples/ds390/ow390/temp10.h,
5751         * device/examples/ds390/ow390/thermodl.c,
5752         * device/examples/ds390/tinitalk/tinitalk.dsp,
5753         * device/examples/ds390/tinitalk/tinitalk.dsw,
5754         * device/examples/mcs51/clock/hw.h,
5755         * device/examples/mcs51/simple2/go.bat,
5756         * device/examples/serialcomm/windows/serial.h,
5757         * device/examples/xa51/dummy.c,
5758         * device/examples/xa51/hello.c,
5759         * device/include/80c51xa.h,
5760         * device/include/at89x051.h: corrected cvs line endings
5761
5762 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
5763
5764         * src/pic16/main.c (options): added command line --gstack, to trace
5765         stack over/under flows,
5766         * added pragma 'wparam' to allow passing first byte of function
5767         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
5768         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
5769         call to __gstack_test function and sets up the symbol as extern,
5770         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
5771         * popaop): added call to pic16_testStackOverflow,
5772         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
5773         wparamList list,
5774         * (genCall, genPcall): now all parameters are passed via stack
5775         except in functions that are pass to wparam pragma in which WREG is
5776         used too,
5777         * (genPcall): REENTRANT flag is checked to see if variable prototype
5778         contains reentrant keyword, don't call a non-reentrant function, via
5779         a reentrant function pointer or vice versa, functions are never
5780         passed via WREG,
5781         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
5782         D.Winkler,
5783         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
5784         SIGSEGV when accessing a NULL register stucture,
5785         * (pic16_printGPointerType): modified to handle UPPER modifier for
5786         function initializers, changed prototype of function to simpler one,
5787         * (pic16_printIvalFuncPtr): check to see if function is already
5788         added in externs list,
5789         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
5790         optimized a move from W to SFR with a move to the same register
5791         later after a CALL,
5792         * device/lib/pic16/debug: NEW directory, contains debug features
5793         which are enabled when linking with libdebug.lib, currently command
5794         line option --gstack enables stack pointer tracing for over/under
5795         flow, corresponding sources are in debug/gstack
5796
5797 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
5798
5799         * doc/sdccman.lyx: updated SDCC version,
5800         * (PIC16 port): update list of command line options,
5801         * src/pic16/device.h (structure pic16_options_t): added field gstack
5802         to enable stack overflow tracing on push/pops,
5803         * src/pic16/device.c (statistics structure): added statistics
5804         structure,
5805         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
5806         pic16_dump_int_registers): increase statistics counters for each
5807         * variable which is encountered
5808         * (pic16_dump_usection): emit each .udata variable to its own udata
5809         section,
5810         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
5811         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
5812         parameters via stack, otherwise use old scheme,
5813         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
5814         assembler output file,
5815         * src/pic16/main.c: added command line options --gstack to enable
5816         push/pop tracing for stack overflow,
5817         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
5818         instructions): added size of each instruction,
5819         * (pic16_countInstruction): estimate size of instructions in
5820         the_pFile list, inline assembly blocks are not counted,
5821         * (pic16_FixRegisterBanking): trace previous register usage, when
5822         banksel optimizations is greater than 0, don't emit a redudant
5823         banksel directive,
5824
5825 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
5826
5827         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
5828         * src/pic16/ralloc.c : applied same fix for pic16.
5829         * src/pic/gen.c : tidied it up a little.
5830
5831 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5832
5833         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
5834         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
5835
5836 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5837
5838         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
5839
5840 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5841
5842         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
5843         non-reentrant function __modsint in the interrupt function (thus
5844         corrupting math operations during serial I/O)
5845         * device/lib/ser_ir.c: as above, changed buffersize
5846         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
5847         256.c,d for zeroing
5848         * doc/Makefile: added option -t for rsync
5849
5850 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5851
5852         * src/SDCCast.h (struct ast),
5853         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
5854
5855 2004-10-20 Borut Razem <borut.razem AT siol.net>
5856
5857         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
5858         package
5859
5860 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
5861
5862         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
5863         makefile targets,
5864         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
5865         support functions to replace long sequences of MOVFF's from access
5866         bank registers to stack and vice versa,
5867         * src/pic16/device.h: added new field opt_flags, where optimization
5868         flags can be set to enable certain features,
5869         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
5870         * pBlock, (genFunction, genEndFunction): surroung loop for
5871         saving/loading used registers in stack with PC_INFO pCodes,
5872         INF_LREGS. Code in between can then be optimized by pCode optimizer
5873         to support function calls,
5874         * (genDataPointerSet): fixed bug which loaded float fields in
5875         structures with corrupt data,
5876         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
5877         in a standard way debug info on stderr. Feature used for developing
5878         and debugging only,
5879         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
5880         obsolete chunks of code,
5881         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
5882         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
5883         * pic16/src/pcode.c (pic16_newpCodeInfo,
5884         * (pic16_newpCodeOpLocalRegs),
5885         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
5886         feature,
5887         * (pic16_pCodeConstString): printing of the initial value of a
5888         symbol as a comment is inhibited since parsing was already done by
5889         copyStr and output is corrupt,
5890         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
5891
5892 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5893
5894         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
5895
5896 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
5897
5898         * as/mcs51/lkarea.c: removed old K&R style,
5899           (lnksect): changed check on boundary error,
5900           (lnksect2): changed check on boundary error,
5901           (lnksect2): extend XSTK to end of page if size = 1
5902         * as/mcs51/lkmain.c: removed old K&R style,
5903           (Areas51): create l_IRAM symbol
5904         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
5905         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
5906           model-mcs51-stack-auto, added model-mcs51-xstack-auto
5907         * device/lib/_mullong.c: added version to be compiled with xstack
5908         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
5909         * device/lib/mcs51/crtxclear.asm: clear pdata as well
5910         * device/lib/mcs51/crtxstack.asm: fixed comment
5911         * src/SDCCglue.c: maxInterrupts defaults to 0,
5912           (emitMaps): added pdata,
5913           (createInterruptVect): (re)moved default,
5914           (glue): added pdata,
5915           (glue): moved __start__xstack to XSTK with default size 1
5916         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
5917           and options.float_rent when options.stackAuto is set,
5918           (linkEdit): only write XDATA_NAME if provided on command line
5919         * src/SDCCmem.h,
5920         * src/SDCCmem.c: added pdata
5921         * src/port.h: added pdata_name to PORT
5922         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
5923           (saveRegisters, unsaveRegisters): removed usage of B,
5924           (genMinus): fixed accumulator clash,
5925           (genJumpTab): added comment, this needs another look
5926         * src/mcs51/gen.c: added check for "B in use" paranoia,
5927           added pushB() and popB()
5928         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
5929           chance
5930         * src/avr/main.c,
5931         * src/ds390/main.c,
5932         * src/hc08/main.c,
5933         * src/mcs51/main.c,
5934         * src/pic/main.c,
5935         * src/pic16/main.c,
5936         * src/xa51/main.c,
5937         * src/z80/main.c: (reset_regparms) made void parameter explicit and
5938           added PSEG (PAG,XDATA) or NULL to port specifier
5939         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
5940         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
5941           (_mcs51_genInitStartup): removed __start__xstack equ,
5942           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
5943         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
5944         * src/z80/gen.c (_rleAppend): fixed warnings
5945         * support/regression/tests/zeropad.c: added pdata test
5946         * .version: bumped to 2.4.6
5947
5948 2004-10-17 Borut Razem <borut.razem AT siol.net>
5949
5950         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
5951         as a part of nightly build
5952
5953 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
5954
5955         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
5956         WREG holds the first byte function parameters,
5957         * (aopForSym): take special case for symbols which are in FARSPACE
5958         but in CODESPACE too,
5959         * (assignResultValue): modified to take into account _G.useWreg,
5960         * (genCall): don't use wreg for parameter passing when function is
5961         declared as reentrant, too, added optimization INCF to stack
5962         pointer when stack parameter count is 1,
5963         * (genFunction, genEndFunction): refurnished and fixed to not using
5964         wreg for passing parameters when function has varargs or is
5965         reentrant, fixed bug with symbol name compare for generating
5966         functions in absolute address,
5967         * (pic16_storeForReturn): refurnished,
5968         * (genCmp): began writing a new version of the function, not ready
5969         yet, therefore it is disabled,
5970         * (genAssign): do not read code memory when assigning a function to
5971         a pointer function,
5972         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
5973         array of characters, not pointer,
5974         * (pic16initialComments): in debug mode emit an .ident directive for
5975         the assembler,
5976         * (_process_pragma): emit a new warning type (internal to pic16)
5977         when setting stack to default length, emit a similar warning when
5978         placing a function at absolute address and address is not word aligned
5979         * (_pic16_parseOptions): added 'return TRUE' statement,
5980         * (_pic16_linkEdit): if compiling a source, then add the source's
5981         file object, first in the list of objects to link,
5982
5983 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
5984
5985         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
5986         * src/pic/main.c : removed VC warning.
5987         * src/pic/gen.c : changed comment.
5988
5989 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
5990
5991         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
5992         reference to a deprecated symbol _GPTRREG was causing failure to
5993         link. Thanks G. M. Gallant for the info.
5994
5995 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
5996
5997         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
5998         comments for Bugs item #954788.
5999
6000 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
6001
6002         * src/pic16/device.c (pic16_dump_gsection,
6003         * pic16_groupRegistersInSection): handle symbols declared to be in
6004         access bank differently,
6005         * src/pic16/gen.c (struct _G): added field resDirect,
6006         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
6007         send values read from stack directly to result and don't allocate
6008         temporary values,
6009         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
6010         same registers,
6011         * (pic16_sameRegsOfs): NEW,
6012         * (freeAsmop): if _G.resDirect is set then do not mark registers as
6013         free because they were not allocated from temporary pool,
6014         * pic16_popRegFromString): workaround to fix a problem with
6015         allocating variables twice or never,
6016         * (genGenPointerGet): using PRODL instead of FSR0H,
6017         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
6018         instead of FSR0H,
6019         * (genAssign): take advantage of the _G.resDirect flag,
6020         * (genCast): around line 11844, use mov2f instead of directly
6021         MOVFF'ing between operands to account for literal values,
6022         * src/pic16/genutils.c: some new debug functions for gpsim have been
6023         added,
6024         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
6025         float with integer part only,
6026         * src/pic16/main.c (_process_pragma): handle pragma udata access to
6027         place variables in access bank
6028         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
6029         updated sources to reflect recent changes in gen.c
6030
6031 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
6032
6033         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
6034         sources that searched for headers in installation path, now the
6035         device/include/pic16 is used,
6036         * src/pic16/glue.c (pic16glue),
6037         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
6038         .line directives if not in debug mode, this suppresses assembler's
6039         warnings for ignored directives
6040
6041 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
6042
6043         * src/port.h: made reset_regparms prototype void parameter explicit.
6044         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
6045         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
6046         * doc/sdccman.lyx: documented warning disabling and how to use
6047           printf_large to make it print floats.
6048         * device/include/stdbool.h: NEW
6049         * device/lib/_atof.c,
6050         * device/lib/_divuint.c,
6051         * device/lib/_divulong.c,
6052         * device/lib/expf.c,
6053         * device/lib/printf_large.c,
6054         * device/lib/sincosf.c,
6055         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
6056         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
6057           a completely reentrant lib.
6058
6059 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
6060
6061         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
6062         * device/include/pic16/stdio.h: fixed bug with colon
6063
6064 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
6065
6066         * device/include/pic16/stdio.h,
6067         * device/include/pic16/stdlib.h,
6068         * device/include/pic16/math.h: NEW
6069         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
6070         declared as _naked to reduce overhead
6071         * device/lib/Makefile.in (target port-specific-objects-pic16):
6072         changed * to *.* so to ignore the CVS directory,
6073         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
6074         stacked variables back in stack,
6075         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
6076         corruption
6077
6078 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
6079
6080         * .version: bumped version number to 2.4.5
6081         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
6082         * support/Util/SDCCerr.c (messages structure): added entry for
6083         W_POSSBUG2
6084
6085         Large cumulative patch for pic16 port and libraries.
6086         * device/include/pic16/sdcc-lib.h,
6087         * device/include/pic16/stdarg.h,
6088         * device/include/asm/pic16/features.h,
6089         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
6090         * device/include/pic16/float.h: changes reentrant keyword with
6091         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
6092         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
6093         updated target build-libraries to include objects from gptr,
6094         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
6095         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
6096         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
6097         all function headings,
6098         * src/SDCCmain.c: added global parameter userIncDirsSet,
6099         * (parseCmdLine): when option -I is encountered add directory to
6100         userIncDirsSet too,
6101         * src/version.awk: added space between control and long,
6102         * src/pic16/NOTES: added some notes for the port,
6103         * src/pic16/gen.c: added prototype for mov2fp function,
6104         * (fReturnpic16[]): properly named return value registers,
6105         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
6106         * (aopForSym): added code to handle symbols with onStack flag set,
6107         symbols onStack are allocated PTRSIZE bytes,
6108         * (aopFreeAsmop): handles special case where asmops are stack objects,
6109         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
6110         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
6111         added argument lock to trace flaws in allocating temporary registers
6112         when developing port,
6113         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
6114         * (pic16_popRegFromString): reenabled allocating a direct register
6115         from string,
6116         * (assignResultValue): various beautifications,
6117         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
6118         referenced function argument,
6119         * (genIpush): reenabled to allow stacked arguments, handles only
6120         ic->parmPush iCodes,
6121         * (genCall, genPcall): major changes to allow for variable argument
6122         functions, fixed a bug with falsely restoring stack pointer after
6123         returning from call,
6124         * (genFunction): pending code for critical function,
6125         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
6126         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
6127         * (genNearPointerGet): fixed bug with indirect reading, was always
6128         reading from INDF0
6129         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
6130         pointers,
6131         * (genAddrOf): rewrote code to take address of a stacked function parameter
6132         * (genCast): fixed casting to generic pointer type,
6133         * src/pic16/gen.h: added AOP_STA,
6134         * (struct asmop): added field stk,
6135         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
6136         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
6137         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
6138         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
6139         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
6140         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
6141         generic pointers,
6142         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
6143         and library paths,
6144         * (pic16_port structure): generic pointer size is set to 3,
6145         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
6146         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
6147         compiler warning,
6148         * src/pic16/ralloc.c (allocReg): prevent allocating register when
6149         operand is an iTemp,
6150
6151 2004-09-24 Martin Helmling <mh AT octo-soft.de>
6152
6153         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
6154         * debugger/mcs51/simi.c: addapt new syntax of s51
6155
6156 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
6157
6158         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
6159         * src/pic16/pcode.c: commented out some calls to free() in order to
6160         fix bug #989576,
6161
6162 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6163
6164         * src/SDCCicode.h,
6165         * src/SDCCicode.c (isiCodeInFunctionCall),
6166         * src/avr/ralloc.c (selectSpil),
6167         * src/pic/ralloc.c (selectSpil),
6168         * src/pic16/ralloc.c (selectSpil),
6169         * src/ds390/ralloc.c (selectSpil),
6170         * src/hc08/ralloc.c (selectSpil),
6171         * src/xa51/ralloc.c (selectSpil),
6172         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
6173         stack in the middle of a function call sequence (fixes bug #1020268)
6174         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
6175         costs associated with the minimum switch case.
6176
6177 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6178
6179         * src/SDCC.lex: fixed bug #1030549
6180
6181 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6182
6183         * src/SDCCcse.h (struct cseDef),
6184         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
6185         over a function call if the CSE is derived from a symbol whose
6186         address has been taken (fixes bug #1029883)
6187         * support/regression/tests/bug-1029883: a new regression test for
6188         this bug
6189
6190 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6191
6192         * src/hc08/gen.c (emitinline): fixed bug #1029778
6193         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
6194         to a cast object is no longer a syntax error ("fixes" bug #1030006,
6195         and starts toward RFE #905167)
6196
6197 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
6198
6199         * src/pic16/gen.c (mov2f): New function to move an operand to
6200         another without considering if it is a literal or a register,
6201         * (pic16_sameRegs): don't check if they are both AOP_REG,
6202         * (AccRsh): removed andmask=0 lines,
6203         * (genLeftShift): duplicated to be improved in future versions,
6204         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
6205         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
6206         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
6207         * (pic16initMnemonics): added initialization for POC_INFSNZW,
6208         * (insertBankSwitch): fixed inserting banksel directives algorithm
6209         for instructions that follow a skip instruction, this fixes a report
6210         for broken subtraction code generation,
6211         * src/pic16/ralloc.c (deassignLRs): do not free register if current
6212         iCode is a left op, just in case result and right share the same
6213         registers
6214
6215 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6216
6217         * src/hc08/main.c,
6218         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
6219         preservation of HX
6220         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
6221         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
6222         on 2004-09-12; it was buggy
6223
6224 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
6225
6226         * src/SDCCsymt.h: removed RESULT_CHECK
6227         * src/SDCCast.c,
6228         * src/SDCCglue.c,
6229         * src/SDCCval.c,
6230         * src/pic/glue.c,
6231         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
6232
6233 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
6234
6235         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
6236         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
6237         configuration values no more rejected by compiler, they are assigned
6238         to configuration registers with a warning message instead,
6239         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
6240         the for-loop so last conf register is emitted too,
6241         * (_pic16_initPaths): link library libsdcc.lib by default,
6242         * (_hasNativeMulFor): modified test for multiplication according to
6243         Raphael Neider's remarks. Integer multiplication is also done with
6244         support functions,
6245         * device/include/pic16/pic18fregs.h: corrected type error in while
6246         testing and including 18f6720 header file
6247
6248 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
6249
6250         * src/pic16/device.h (pic16_options): removed field use_crt,
6251         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
6252         until an optimization to handle single bits is added,
6253         * (pic16_loadFSR0): moved before genUnpackBits,
6254         * (genAnd): some white lines removed,
6255         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
6256         leave_reset flags in pic16_options when using crt modules,
6257
6258 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
6259
6260         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
6261           for bugs 898889 & 979599. Also used some safer print instructions.
6262
6263 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
6264
6265         * src/pic16/device.h (pic16_options_t): added field use_crt,
6266         crt_name, no_crt,
6267         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
6268         catch a probable future bug,
6269         * src/pic16/gen.c: aopIdx function commented out,
6270         * (genAssign): commented out old code which used aopIdx,
6271         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
6272         code, added if conditionals to take into account the --use-crt
6273         command line options,
6274         * src/pic16/main.c (pic16_optionsTable): added new command line
6275         options, --use-crt= and --no-crt,
6276         * (_pic16_linkEdit): now the proper crt object is added in the
6277         linker command line except than when --no-crt is specified,
6278         * src/pic16/pcode.c,
6279         * src/pic16/pcode.h: added some structures and functions for a new
6280         optimization scheme to compansate for instruction overhead between
6281         same iCodes, this scheme is currently under development and is not
6282         working in any way,
6283         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
6284         to && operator,
6285         * device/lib/pic16/startup/crt0i.c,
6286         * device/lib/pic16/startup/crt0iz.c: added global char variable
6287         __uflags to force the generation of an idata section
6288
6289 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
6290
6291         * doc/Makefile,
6292         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
6293         * doc/sdccman.lyx: updated sdcc version to 2.4.4
6294
6295 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6296
6297         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
6298         Frieder) and clarified the default code optimization mode
6299
6300 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6301
6302         * src/SDCC.lex (doPragma, process_pragma),
6303         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
6304         "opt_code_size", and "opt_code_balanced"
6305         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
6306         regrouped options by category, added support for category headers
6307         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
6308         and "--opt-code-size"
6309         * doc/sdccman.lyx: documented these new options and pragmas
6310         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
6311         preference into account
6312
6313 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
6314
6315         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
6316           geniCodePreDec): Fixed bug 904237 by generating a warning
6317         * src/SDCCerr.h,
6318         * src/SDCCerr.c: added warning W_SIZEOF_VOID
6319
6320 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
6321
6322         * src/pic/device.c : When no max ram set validate full memory range.
6323         * src/pic/pcode.c,
6324         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
6325
6326 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
6327
6328         * device/lib/_gptrget.c,
6329         * device/lib/_gptrput.c: updated comment
6330         * device/lib/calloc.c,
6331         * device/lib/free.c,
6332         * device/lib/malloc.c,
6333         * device/lib/realloc.c: added LGPL, made them reentrant-safe
6334         * src/SDCCcse.c (cseBBlock),
6335         * src/SDCCicode.c (printOperand, geniCodeArray),
6336         * src/SDCCicode.h (struct operand): fixed bug 868103
6337         * support/regression/tests/bug-868103.c: added
6338         * src/SDCCast.c (searchLitOp),
6339         * src/SDCCcse.h (struct cseDef),
6340         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
6341         * src/SDCCicode.h (struct operand),
6342         * src/SDCCsymt.h (struct sym_link),
6343         * src/avr/gen.c (hasInc),
6344         * src/ds390/gen.c (hasInc),
6345         * src/hc08/gen.c (genPlusIncr, hasInc),
6346         * src/mcs51/gen.c (hasInc),
6347         * src/pic16/glue.c (pic16_printIvalChar),
6348         * src/pic16/ralloc.c (regWithIdx),
6349         * src/xa51/gen.c (hasInc) : removed warnings
6350         * src/SDCCast.c (createBlock): added comment ???
6351         * src/hc08/ralloc.c: updated comments
6352
6353 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6354
6355         * doc/sdccman.lyx: updated section on switch statements, added
6356         section about semaphore locking
6357         * doc/Makefile: added option -info for latex2html
6358         * device/lib/_gptrget.c,
6359         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
6360
6361 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
6362
6363         * src/pic/device.h,
6364         * src/pic/device.c,
6365         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
6366          maxram is less than 0x100.
6367
6368 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
6369
6370         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
6371
6372 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6373
6374         * src/port.h,
6375         * src/mcs51/main.c,
6376         * src/ds390/main.c,
6377         * src/z80/main.c,
6378         * src/hc08/main.c,
6379         * src/pic/main.c,
6380         * src/pic16/main.c,
6381         * src/avr/main.c,
6382         * src/xa51/main.c
6383         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
6384         a jump table is the best form for a switch statement, including
6385         automatic insertion of missing cases to make the case range
6386         continuous. Developed in collaboration with Frieder Ferlemann.
6387
6388 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6389
6390         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
6391         accumulator result if it needs sign extension
6392
6393 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6394
6395         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
6396
6397 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6398
6399         * device/lib/gbz80/printf.c,
6400         * device/lib/z80/printf.c: removed define for NULL
6401
6402 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6403
6404         * as/xa51/xa_link.c,
6405         * device/examples/ds390/ow390/ad26.c,
6406         * device/examples/ds390/ow390/cnt1d.c,
6407         * device/examples/ds390/ow390/counter.c,
6408         * device/examples/ds390/ow390/ds2480.h,
6409         * device/examples/ds390/ow390/ds2480ut.c,
6410         * device/examples/ds390/ow390/findtype.c,
6411         * device/examples/ds390/ow390/gethumd.c,
6412         * device/examples/ds390/ow390/owllu.c,
6413         * device/examples/ds390/ow390/ownetu.c,
6414         * device/examples/ds390/ow390/swt12.c,
6415         * device/examples/ds390/ow390/swtloop.c,
6416         * device/examples/ds390/ow390/temp.c,
6417         * device/examples/ds390/ow390/temp10.c,
6418         * device/examples/ds390/ow390/thermo21.c,
6419         * device/examples/ds390/ow390/tinilnk.c,
6420         * device/examples/ds390/ow390/tstfind.c,
6421         * device/examples/serialcomm/windows/serial.cpp,
6422         * device/examples/serialcomm/windows/test_serialcomm.cpp,
6423         * device/include/reg51.h: fixed line endings for cvs
6424
6425 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6426
6427         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
6428         packRegsForAccUse, packRegisters): new accumulator register
6429         packing algorithm
6430         * support/regression/ports/hc08/support.c (_putchar): suppress
6431         warning of unused variable
6432         * src/SDCCicode.c: added SWAP entry to codeTable
6433
6434 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
6435
6436         * device/lib/sprintf.c: forgot to add this file before previous commit
6437
6438 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
6439
6440         * src/pic16/gen.c (genPackBits): added operand right in function
6441         parameters, load result directly if p_type is POINTER (that is
6442         called by genNearPointerSet)
6443         * (genUnPackBits): added operand left in function parameters,
6444         * (genNearPointerGet, genNearPointerSet): prevent the loading of
6445         FSR0 if accessing bitfields,
6446
6447 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
6448
6449         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
6450           _print_format; updated printf, sprintf, vsprintf
6451         * device/include/asm/default/features.h: corrected comment/define
6452         * device/lib/Makefile.in: added sprintf.c
6453         * device/lib/libsdcc.lib: added sprintf module
6454         * device/lib/printf_large.c,
6455         * device/lib/vprintf.c,
6456         * device/lib/sprintf.c: totally refactored printf_large and vprintf
6457           into these 3 files
6458         * support/regression/Makefile: changed ALL_PORTS into a usefull default
6459         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
6460         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
6461           hc08 test
6462         * support/regression/tests/zeropad.c: define idata as data for hc08
6463
6464 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6465
6466         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
6467         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
6468         labels are referenced at least once (even if a reference is not found)
6469         * src/hc08/gen.c (emitcode): set isComment flag for comments
6470         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
6471         loads), rules 6a..6b (optimize jumps to return)
6472
6473 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6474
6475         * device/lib/acosf.c (acosf),
6476         * device/lib/asinf.c (asinf),
6477         * device/lib/atanf.c (atanf),
6478         * device/lib/ceilf.c (ceilf),
6479         * device/lib/cosf.c (cosf),
6480         * device/lib/coshf.c (coshf),
6481         * device/lib/cotf.c (cotf),
6482         * device/lib/fabsf.c (fabsf),
6483         * device/lib/floorf.c (floorf),
6484         * device/lib/log10f.c (log10f),
6485         * device/lib/logf.c (logf),
6486         * device/lib/sinf.c (sinf),
6487         * device/lib/sinhf.c (sinhf),
6488         * device/lib/sqrtf.c (sqrtf),
6489         * device/lib/tanf.c (tanf),
6490         * device/lib/tanhf.c (tanhf),
6491         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
6492         replaced all instances of "reentrant" in the library functions
6493         defined in math.h with this macro.
6494         * support/regression/tests/float_trans.c: reenabled test for hc08
6495
6496 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
6497
6498         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
6499         erroneously deleted
6500
6501 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6502
6503         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
6504         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
6505         multi-byte volatile operands are used
6506         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
6507         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
6508         initialization to area GSINIT0 so that it would always precede
6509         any static initializers in GSINIT
6510         * support/regression/tests/zeropad.c: fixed idata define for hc08
6511         * support/regression/tests/bug-927659.c,
6512         * support/regression/tests/float_trans.c: disabled tests for hc08
6513         pending missing library routines
6514         * .version: increased version number to 2.4.4 - hc08 port now passes
6515         regression tests
6516
6517
6518 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
6519
6520         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
6521         * Makefile.common.in,
6522         * as/Makefile,
6523         * as/hc08/Makefile.in,
6524         * as/mcs51/Makefile.in,
6525         * as/z80/Makefile.in,
6526         * debugger/mcs51/Makefile.in,
6527         * device/include/Makefile.in,
6528         * device/lib/Makefile.in,
6529         * doc/Makefile,
6530         * link/Makefile,
6531         * link/z80/Makefile.in,
6532         * packihx/Makefile.in,
6533         * sim/ucsim/main_in.mk,
6534         * sim/ucsim/avr.src/Makefile.in,
6535         * sim/ucsim/doc/Makefile.in,
6536         * sim/ucsim/gui.src/serio.src/Makefile.in,
6537         * sim/ucsim/hc08.src/Makefile.in,
6538         * sim/ucsim/s51.src/Makefile.in,
6539         * sim/ucsim/xa.src/Makefile.in,
6540         * sim/ucsim/z80.src/Makefile.in,
6541         * src/Makefile.in,
6542         * support/cpp2/Makefile.in,
6543         * support/librarian/Makefile,
6544         * support/makebin/Makefile: added DESTDIR to the install path proposed
6545         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
6546         * doc/sdccman.lyx: added DESTDIR documentation
6547
6548 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
6549
6550         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
6551         instruction for interrupt handlers, use fast returns when returning
6552         from high priority interrupts
6553
6554 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6555
6556         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
6557         code generation
6558         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
6559         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
6560         bugs, ported much of Bernhard's code from mcs51
6561         * src/mcs51/gen.c (genSend),
6562         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
6563         than one when calling a reentrant function
6564         * device/lib/_mullong.c: defined an alternate struct layout for big
6565         endian ports (hc08)
6566
6567 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6568
6569         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
6570         test
6571
6572 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6573
6574         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
6575         are sane and complete before asking the port its prefered parameter
6576         passing method (fixes bug #1017633)
6577         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
6578         and _ret3
6579
6580 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6581
6582         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
6583         problem in bitfields >= 8 bits.
6584
6585 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6586
6587         * src/SDCCsymt.c: undid changes that were not meant to be committed
6588
6589 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6590
6591         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
6592
6593 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6594
6595         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
6596           copied and wrong bit got inverted
6597
6598 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6599
6600         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
6601         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
6602         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
6603         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
6604         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
6605         assignments to bitfields at known addresses
6606         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
6607         reads from bitfields at known addresses
6608         * src/hc08/ralloc.c (packRegisters),
6609         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
6610         genhc08Code): optimize pointer get values used as conditionals
6611         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
6612         and branch
6613
6614 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6615
6616         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
6617         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
6618         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
6619         as conditionals
6620
6621 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6622
6623         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
6624
6625 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6626
6627         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
6628         related problems
6629
6630 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
6631
6632         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
6633
6634 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6635
6636         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
6637         mcs51 port
6638
6639 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
6640
6641         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
6642
6643 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6644
6645         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
6646         cases use more compact code.
6647
6648 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
6649
6650         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
6651
6652 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6653
6654         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
6655
6656 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6657
6658         * src/SDCCsymt.h,
6659         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
6660         parameter of changePointer() from symbol* to sym_link*
6661         * src/SDCCast.c (decorateType): call changePointer() for CAST op
6662         * src/SDCCsymt.c (compareType): void* type is castable to other
6663         pointers, but not necesarily an exact match.
6664         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
6665         is no longer blindly treated as an exact match.
6666         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
6667
6668 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
6669
6670         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
6671
6672 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
6673
6674         * src/pic/gen.c,
6675         * src/pic/pcode.c,
6676         * src/pic/ralloc.h,
6677         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
6678
6679 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
6680
6681         * src/pic/device.c,
6682         * src/pic/device.h,
6683         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
6684
6685 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6686
6687         * src/mcs51/gen.c (emitcode): fixed bug #992819
6688
6689 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
6690
6691         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
6692           there's no need to make it worse
6693
6694 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6695
6696         * src/mcs51/ralloc.c (deassignLR),
6697         * src/ds390/ralloc.c (deassignLR),
6698         * src/hc08/ralloc.c (deassignLR),
6699         * src/z80/ralloc.c (deassignLR),
6700         * src/pic/ralloc.c (deassignLR),
6701         * src/pic16/ralloc.c (deassignLR),
6702         * src/avr/ralloc.c (deassignLR),
6703         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
6704         rlivePoint): fixed another part of bug #971834
6705
6706 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6707
6708         * src/z80/main.c: enabled "critical" keyword
6709         * src/z80/mappings.i,
6710         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
6711         functions (fixes bug #979646)
6712         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
6713
6714 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6715
6716         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
6717           such as c:\mydir.
6718
6719 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
6720
6721         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
6722           doesn't disable too much optimizations
6723
6724 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6725
6726         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
6727
6728 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
6729
6730         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
6731
6732 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6733
6734         * src/pic/gen.c tidied up tabs
6735         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
6736         * src/pic/main.c tidied up tabs
6737         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
6738         * src/pic/pcoderegs.c tidied up tabs
6739         * src/pic/ralloc.c tidied up tabs
6740
6741 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
6742
6743         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
6744         to S_FIXED for pic16 port and when symbol is not in level 0,
6745         allocate for S_REGISTER storage class and pic16 port, too,
6746         * src/pic16/device.h: prototype for checkSym,
6747         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
6748         * (pic16_assignConfigWordValue): test the value and the mask to
6749         validate that the value is suitable for the configuration word,
6750         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
6751         collect extern declared symbols, don't emit symbol twice, check
6752         first if symbol is in publics set first,
6753         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
6754         * added command line '--fstack' which enables an experimental
6755         feature for stack access, too buggy to be used yet...
6756         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
6757         * (pic16_allocDirReg): when register has storage class S_REGISTER
6758         allocate in pic16_dynAccessRegs,
6759         * device/include/pic16/pic18f????.h: modified configuration word
6760         naming convention, words started as CONFIG0H but should be CONFIG1H
6761
6762 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
6763
6764         * device/include/mcs51reg.h: fixed bug 970993
6765
6766 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
6767
6768         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
6769         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
6770         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
6771         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
6772         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
6773         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
6774           error/warning numbers,
6775           added function setWarningDisabled()
6776         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
6777         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
6778           _memcmp.c _memmove.c calloc.c realloc.c free.c
6779         * support/regression/tests/malloc.c: added tests for new functionality
6780         * support/regression/tests/zeropad.c: added tests for truncated initializers
6781           and initialized char arrays starting with '\x0'
6782         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
6783
6784 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
6785
6786         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
6787
6788 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6789
6790         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
6791         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
6792         peephole 177.e. Thanks to anonymous
6793
6794 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
6795
6796         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
6797         function isn't used in the source but referenced as a
6798         variable initializer then declare it as extern in .asm file
6799
6800 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
6801
6802         * .version: increased version number to 2.4.3
6803
6804         Adding version extension according to ChangeLog CVS revision
6805         * src/Makefile.in (target all): added dependency 'version.h'
6806         * (rule version.h): added rule to create version.h from ChangeLog,
6807         * (rule dep): added dependency version.h,
6808         * src/version.awk: AWK script to create version.h
6809         * src/SDCCdwarf2.c (dwWriteModule),
6810         * src/SDCCglue.c (initialComments),
6811         * src/SDCCmain.c (printVersionInfo): modified to write after
6812         version string the version extension number,
6813         * src/SDCCutil.c: included "version.h"
6814         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
6815         number,
6816         * src/SDCCutil.h: added prototype for getBuildNumber
6817
6818         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
6819         includeDirsSet, too,
6820         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
6821         const char [] is found in function prototype...
6822
6823         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
6824         moving to WREG with source is already in WREG,
6825         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
6826         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
6827         * (aopForSym): stack'ed symbols are partially supported, added
6828         if-clause to support symbols in FARSPACE,
6829         * (sameRegs): added test for AOP_ACC to see if registers are same,
6830         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
6831         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
6832         * (pic16_popRegFromString): will not allocate a new register if it
6833         doesn't find one by name, bug may have introduced...
6834         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
6835         * (genIpush): revived to use pic16 port's stack,
6836         * (genAddrOf): added incomplete case for stack'ed operand,
6837         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
6838         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
6839         can handle multibyte operands,
6840         * src/pic16/glue.c (pic16_printIval*): some debug info added,
6841         * (pic16initialComments): added message for MPLAB compatibility
6842         mode enabled,
6843         * src/pic16/main.h: prototype for pic16_mplab_comp,
6844         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
6845         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
6846         * (_pic16_linkEdit): NEW, handles link stage, transferred here
6847         because of increased complexity of procedure,
6848         * (_process_pragma): stack pragma changed to format 'stack pos len',
6849         emit symbol '_stack_end' to conform with gplink,
6850         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
6851         to search for register,
6852         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
6853         PO_GPR_REGISTER,
6854         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
6855         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
6856         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6857         case for PO_GPR_REGISTER,
6858         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
6859         dies, the new era is ahead !...
6860         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
6861         pic16_dynInternalRegs,
6862         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
6863         * (pic16_allocDirReg): minor optimizations and bug fixes,
6864         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
6865
6866         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
6867         load stack and frame pointer with address of 'stack_end' symbol
6868
6869 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
6870
6871         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
6872         without source code but only variable initializers
6873
6874 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
6875
6876         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
6877         external are not declared as extern to reduce overhead while linking
6878
6879 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
6880
6881         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
6882
6883 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
6884
6885         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
6886           Yee Keat for the patch
6887         * src/SDCCast.c (decorateType): fixed bug #979599
6888         * src/ds390/gen.h: removed local fReturnSizeDS390
6889         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
6890         * src/ds390/gen.c (genAnd, genOr, genXor),
6891         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
6892
6893 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
6894
6895         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
6896         add relFilesSet to $3, manipulate $2 to handle linking of object
6897         files without source files in command line,
6898         * device/include/pic16 (all headers): added ID location macros,
6899         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
6900         entries for ID location bytes,
6901         * (pic16_assignIdByteValue): NEW,
6902         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
6903         added field dumpcalltree to pic16_options_t,
6904         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
6905         is used instead of pic16_Gstack_base_addr, check if (ifx) before
6906         emitting rFalseIfx label after check_carry label,
6907         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
6908         pic16_emitDIRegs), NEW
6909         * (pic16glue): dump .calltree file when option --calltree found,
6910         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
6911         * (_pic16_genAssemblerPreamble): emit ID locations after
6912         configuration registers,
6913         * (pic16_linkCmd): modifications of the link command,
6914         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
6915         * (pic16_pCodeInitRegisters): don't init stack registers,
6916         * (pic16_findPrevInstruction): fixed bug,
6917         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
6918         bug with immediate registers,
6919         * (buildCallTree): traces stack push and pop,
6920         * (pct2): dump also stack usage for each function,
6921         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
6922         * (pic16_allocDirReg): various modifications,
6923         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
6924         fixed to 1,
6925
6926 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
6927
6928         * src/pic16/pcode.c: removed buggy double colon
6929
6930 2004-07-01 Borut Razem <borut.razem AT siol.net>
6931
6932         * support/scripts/sdcc.nsi: added include/pic16 to setup
6933
6934 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
6935
6936         * device/lib/Makefile.in: fixed bug in target objects-pic16,
6937         * device/lib/pic16/Makefile: prefixed with dash (-) command under
6938         target 'clean',
6939         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
6940         specific command line arguments. Also added sample lkr script
6941         for placing a variable at a specific memory bank.
6942         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
6943         at a specific memory bank,
6944         * (pic16_dump_isection): fixed bug which caused string literals to
6945         be omitted when dumping idata section,
6946         * (pic16_groupRegistersInSection): added code to handle registers
6947         in specific memory banks,
6948         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
6949         public, all references are renamed too,
6950         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
6951         AOP_DPTR2,
6952         * (pic16_storeForReturn): added case to handle when dest is WREG,
6953         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
6954         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
6955         pic16_rel_udata, check to see if that register is marked as being
6956         a member of a specific memory bank,
6957         * (pic16_printIvalCharPtr): added code to add string literals either
6958         to code or the idata sections,
6959         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
6960         also accept the 'udata' pragma,
6961         * src/pic16/main.h: new structure types sectName and sectSym
6962         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
6963         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
6964         * (pic16_findPrevInstruction): fixed, it returned nothing,
6965         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
6966         instruction combinations,
6967         * (pic16_FixRegisterBanking): heavily reorganised,
6968         * (pic16_AnalyzeBanking): if generating banksel directives is
6969         disabled, then don't call FixRegisterBanking at all,
6970         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
6971         completely removed,
6972         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
6973
6974 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
6975
6976         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
6977         Phuah Yee Keat <yk.phuah AT nestac.com>
6978
6979 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6980
6981         * src/pic16/glue.c (pic16createInterruptVect): function now emits
6982         correctly the IVT even if it is relocated to some other location
6983
6984 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6985
6986         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
6987         * device/include/pic16/pic18f2220.h: NEW,
6988         * device/lib/pic16/libdev/pic18f2220.c: NEW,
6989         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
6990         * src/pic16/device.c (struct Pics16): added info for 18f2220,
6991         * src/pic16/device.h (struct pic16_options): added ivt_loc and
6992         nodefaultlibs, ivt_loc is the location of the interrupt vector
6993         table, and nodefaultlibs signs that default libraries should not be
6994         linked in link stage,
6995         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
6996         according to --ivt-loc argument,
6997         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
6998         when pragma stack is found,
6999
7000 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7001
7002         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
7003         256 (range check), 257 (do while), 258.a-f (bit banging
7004         f.e. on 3-wire SPI bus)
7005
7006 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7007
7008         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
7009         variables used exclusively within a loop
7010
7011 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
7012
7013         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
7014
7015 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7016
7017         * src/SDCClrange.c (computeClash): fixed bug #971834
7018
7019 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7020
7021         * src/mcs51/gen.c (genCmp): fixed bug #975903
7022         * src/hc08/gen.c (operandsEqu),
7023         * src/ds390/gen.c (operandsEqu),
7024         * src/z80/gen.c (operandsEqu),
7025         * src/pic/gen.c (operandsEqu),
7026         * src/pic16/gen.c (operandsEqu),
7027         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
7028         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
7029
7030 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7031
7032         * src/SDCCcse.c (cseBBlock): fixed bug #966963
7033
7034 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
7035
7036         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
7037         default case in switch statement,
7038         * glue.c (pic16_initPointer): expr is initialised via decoarteType
7039         to eliminate problem with initialisation of pointers, but problem
7040         still exists,
7041         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
7042         * (emitStaticSegment): removed various lines emitting debug info,
7043         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
7044         added processor registers for utilizing EEPROM,
7045         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
7046         configurable and set 8
7047
7048 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
7049
7050         * .version: increased version number to 2.4.2,
7051
7052         Cumulative patch for pic16 port
7053         * src/pic16/device.c: changed scheme to dump initial values for
7054         variables in idata segment, all print_idata* functions were removed,
7055         now the pic16_printIval* will be called,
7056         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
7057         * _pic16_printPointerType, pic16_printPointerType,
7058         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
7059         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
7060         NEW, similar to the respective functions in SDCCglue.c,
7061         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
7062         way, emitting hex bytes,
7063         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
7064
7065 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7066
7067         * src/avr/ralloc.c (serialRegAssign),
7068         * src/xa51/ralloc.c (serialRegAssign),
7069         * src/pic/ralloc.c (serialRegAssign),
7070         * src/pic16/ralloc.c (serialRegAssign),
7071         * src/hc08/ralloc.c (serialRegAssign),
7072         * src/z80/ralloc.c (serialRegAssign),
7073         * src/ds390/ralloc.c (serialRegAssign),
7074         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
7075
7076 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7077
7078         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
7079         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
7080
7081 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
7082
7083         Cumulative patch for pic16 port:
7084         * src/pic16/device.h (typedef PIC16_device) modified fields for
7085         defining microcontrollers,
7086         * src/pic16/device.c: added new info for all devices in Pics16 array,
7087         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
7088         to be optimised out by the pCode optimiser,
7089         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
7090         specially, bug reported by G.M. Gallant,
7091         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
7092         as force'd so that cannot be optimised out by pCode optimiser,
7093         * src/pic16/pcode.c,
7094         * src/pic16/pcodepeeph.c,
7095         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
7096         they are disabled by default, but can be enabled explicit with
7097         command argument --denable-peeps, for testing,
7098         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
7099         --pomit-ivt in COMPILE_FLAGS
7100
7101 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
7102
7103         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
7104           compilation on MSVC
7105
7106 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
7107
7108         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
7109
7110 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7111
7112         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
7113         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
7114
7115 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
7116
7117         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
7118         would only assign 0x300001 register.
7119
7120 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
7121
7122         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
7123         in COMPILE_FLAGS. Thanks to G. Gallant for report.
7124
7125 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7126
7127         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
7128         for ds80c400
7129         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
7130         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
7131         added peephole 254 (left shift), 255 (jump table)
7132
7133 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
7134
7135         * device/lib/Makefile.in: removed comment line with model-pic16,
7136         * (target port-specific-objects-pic16): the libraries and objects
7137         are copied to the build directory form the device/lib/pic16/bin
7138         directory
7139
7140         Cumulative patch concerning pic16 port:
7141         * library directory has been re-organized,
7142         * added support for PIC18F1220,
7143         * added headers and library sources for chips 18f1220,18f6520,
7144         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
7145
7146         * configuration registers setting has changed, now each supported
7147         device has a complete description of the registers it uses,
7148         * all initialisations are moved to idata sections, these section
7149         can be absolute or relocatable,
7150         * fixed initialisation of codespace variables,
7151         * fixed warning about PCLATU and gpsim,
7152         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
7153         * (genAssign): use table reads when assigning from variables in codespace,
7154         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
7155         char/int variables placed in codespace,
7156         * (pic16_emitConfigRegs): NEW, emits a list with configuration
7157         registers set in .asm file, no need for --pomit-config-words anymore,
7158         * (pic16glue): some 8051 legacy segments are commented out
7159         (to be removed completely),
7160         * added support for alternative assembler and linker with --asm=
7161         and --link= command line arguments,
7162         * peepholes are disabled automatically in the port, no need to
7163         specify on command line,
7164         * port supports natively char/int/long multiplication, but converts
7165         all divisions to support functions,
7166         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
7167         to the file set in variable $2,
7168         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
7169         strings in ASCII format and not in hex,
7170         * ralloc.c (serialRegAssign): added a triplet of conditional calls
7171         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
7172         allocate proper register if iCodes aren't temporary,
7173
7174 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
7175
7176         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
7177
7178 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
7179
7180         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
7181         is commented out
7182
7183 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7184
7185         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
7186         computed address is reused
7187         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
7188         multi-byte bitfields
7189
7190 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
7191
7192         * src/z80/gen.c: (genArrayInit): must check for pointers too
7193
7194 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
7195
7196         * support/regression/tests/zeropad.c: never meant to commit the
7197           nestedstruct test: removed, added check for GCC version
7198
7199 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
7200
7201         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
7202         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
7203         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
7204           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
7205           bugs 928906 and 954082 half-empty initializers
7206         * src/SDCCsymt.h,
7207         * src/SDCCsymt.c (getAllocSize): added for above fix
7208         * src/z80/gen.c (genArrayInit): fixed bug 741044
7209         * support/regression/tests/zeropad.c: added tests
7210
7211 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
7212
7213         * src/pic16/device.c (pic16_dump_section): corrected bug which
7214         caused some symbols of the libraries to be misplaced
7215
7216 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
7217
7218         * src/pic16/glue.c,
7219         * src/pic16/ralloc.h,
7220         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
7221         to fix conflict with pic port
7222
7223 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
7224
7225         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
7226         externs configuration variables,
7227         * src/pic16/ralloc.h,
7228         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
7229         prototype in header, commented out some debug messages
7230
7231 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
7232
7233         * src/pic16/glue.c,
7234         * src/pic16/main.c,
7235         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
7236         for gpasm COFF object generation. Thanks to D. Hawkins for
7237         his patch info
7238
7239 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7240
7241         * src/ds390/main.c,
7242         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
7243         Brock for spotting this)
7244         * src/ds390/gen.c (genEndFunction),
7245         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
7246         interrupt handler and critical. Disable push/pop optimizations when
7247         peephole optimizations disabled.
7248
7249 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
7250
7251         Updated pic16 library sources and headers.
7252         * device/lib/pic16/pic18f*/ ,
7253         * device/include/pic16/*.h: modified to handle structured SFR
7254         definitions
7255
7256 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
7257
7258         * src/port.h (PORT structure): added hook initPaths, now each
7259         port can declare its own default search paths,
7260         which can been seen with the --print-search-dirs option,
7261         see pic16 port for example,
7262         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
7263         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
7264         * (doPrintSearchDirs): NEW, replaces in a central manner the
7265         printing of search dirs which was split in set*Paths functions,
7266         * (main): added call to port->initPaths and doPrintSearchDirs,
7267         * src/avr/main.c,
7268         * src/ds390/main.c,
7269         * src/hc08/main.c,
7270         * src/izt/i186.c,
7271         * src/izt/tlcs900h.c,
7272         * src/mcs51/main.c,
7273         * src/pic/main.c,
7274         * src/pic16/main.c: modified port structures to reflect addition of
7275         initPaths hook,
7276
7277         * src/pic16/device.c (regCompare): registers are finally sorted by name,
7278         * (pic16_dump_section): for registers in same address reserve memory once,
7279         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
7280         to no_banksel,
7281         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
7282         result is greater in size than right or left,
7283         * (pic16_genUMult8X8_8): there are some cases where the result can
7284         be 16 bits size, so handle these,
7285         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
7286         * (pic16_outBitC): modified to emit pcodes,
7287         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
7288         or not,
7289         * (genDivOneByte): implemented algorithm to divide 8-bits,
7290         * (genCmp): uncommented goto, but issues still exist,
7291         * (genAnd): fixed a bug with variables >8bits,
7292         * (genPackBits): optimization added that uses BCF/BSF to change a
7293         single bit,
7294         * (genAssign): fixed bug when assigning floating point literals,
7295         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
7296         __sdcc_gsinit_startup label,
7297         * src/pic16/main.c (_pic16_init): removed search directory
7298         initialisations,
7299         * (_pic16_initPaths): NEW, used to initialise search directories,
7300         * (_hasNativeMulFor): support functions for all except char/int
7301         multiplication, and char division,
7302         * (PIC16_port struct): modified entry for native mul support,
7303         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
7304         no_banksel option,
7305         * (buildCallTree): call to register_usage is ifdef'ed out,
7306
7307 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7308
7309         * device/include/string.h: applied Stas Sergeev's patch to make this
7310         header file compatible with the preprocessor -Wundef option
7311         * src/SDCCmain.c (main): abort compilation if preprocessor reports
7312         failure (fixes bug #941458)
7313
7314 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7315
7316         * src/SDCCopt.c (killDeadCode): fixed bug #907733
7317         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
7318         that the variable, not the function, should be static
7319         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
7320         to be consistent with non-literal case
7321
7322 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7323
7324         * src/SDCCast.c (isConformingBody): fixed bug #949967
7325         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
7326         convilong): fixed bug #952086
7327
7328 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7329
7330         * src/SDCCmem.c (allocVariables): fixed bug #955321
7331
7332 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7333
7334         * src/hc08/main.c (_hc08_genAssemblerEnd),
7335         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
7336         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
7337         completely eliminated the use of a temporary file
7338         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
7339         when more than one file linked
7340         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
7341
7342 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7343
7344         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
7345         which fixes bug #543481
7346         * support/regression/tests/bug-751703.c: fixed comments left from a
7347         cut and paste error
7348         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
7349         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
7350         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
7351         scopes
7352         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
7353         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
7354         are now changed to underscores in moduleName
7355
7356 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7357
7358         * as/mcs51/lkmem.c: better fix for bug #954173
7359
7360 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
7361         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7362
7363         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
7364         * device/include/c8051f000.h,
7365         * device/include/c8051f120.h,
7366         * device/include/c8051f300.h,
7367         * device/include/c8051f310.h,
7368         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
7369         PWM16) and detab'ed
7370
7371 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7372
7373         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
7374         and mailing lists, doc'ed --no-peep-comments, removed reference
7375         to knoppix (newest version has no LyX/LaTeX), other minor changes
7376         * src/SDCCglue.c (glue): save 2 bytes stack space with
7377         option --main-return. The ljmp could probably be avoided too
7378
7379 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7380
7381         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
7382
7383 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7384
7385         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
7386         * src/SDCCopt.c (isLocalWithoutDef),
7387         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
7388         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
7389         (credit to Maarten Brock for patch #949363, on which this is based)
7390         * support/regression/tests/bug-751703.c: some test cases of extern used
7391         within inner scopes.
7392
7393 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7394
7395         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
7396         SPEC_STRUCT
7397         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
7398         struct definitions
7399         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
7400         dwWriteLabel): fix to create valid debugger symbols even when
7401         the module name has non-alphanumeric symbols in it
7402         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
7403         when a variable's allocation has been optimized away
7404
7405
7406 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7407
7408         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
7409         * src/hc08/main.c,
7410         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
7411         * src/mcs51/main.c,
7412         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
7413         * src/ds390/main.c,
7414         * src/z80/gen.c (z80_emitDebuggerSymbol),
7415         * src/z80/main.c,
7416         * src/pic/gen.c (pic14_emitDebuggerSymbol),
7417         * src/pic/main.c,
7418         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
7419         * src/pic16/main.c,
7420         * src/avr/gen.c (avr_emitDebuggerSymbol),
7421         * src/avr/main.c,
7422         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
7423         * src/xa51/main.c,
7424         * src/SDCCdebug.c (emitDebuggerSymbol),
7425         * src/SDCCdebug.h,
7426         * src/port.h: added a debugger struct to the port struct. Added a
7427         callback for defining debugger symbols
7428
7429         * src/SDCCast.c (createLabel),
7430         * src/SDCC.y (labeled_statement): mark all compiler generated labels
7431         with isitmp = 1
7432         * src/SDCCicode.h,
7433         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
7434         iCode back to the ast for the function
7435
7436         * src/hc08/ralloc.c (hc08_assignRegisters),
7437         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
7438         unneeded fields from the regs struct.
7439         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
7440         pushReg() & pullReg() functions instead of emitcode()
7441
7442         * src/hc08/gen.c (genLabel, genhc08Code),
7443         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
7444
7445         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
7446         debugger hooks
7447
7448         * src/hc08/gen.c (genEndFunction, genhc08Code),
7449         * src/hc08/gen.h,
7450         * src/mcs51/gen.c (genEndFunction, gen51Code),
7451         * src/mcs51/gen.h,
7452         * src/ds390/gen.c (genEndFunction, gen390Code),
7453         * src/ds390/gen.h,
7454         * src/z80/gen.c (genEndFunction, genZ80Code),
7455         * src/z80/gen.h,
7456         * src/z80/z80.h,
7457         * src/pic/gen.c (genEndFunction, genpic14Code),
7458         * src/pic/gen.h,
7459         * src/pic16/gen.c (genEndFunction, genpic16Code),
7460         * src/pic16/gen.h,
7461         * src/avr/gen.c (genEndFunction, genAVRCode),
7462         * src/avr/gen.h,
7463         * src/xa51/gen.c (genEndFunction, genXA51Code),
7464         * src/xa51/gen.h,
7465         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
7466         specific code to cdbFile.c and out of the backend code generators
7467
7468         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
7469         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
7470         starting address is now 0
7471
7472         * as/hc08/asm.h,
7473         * as/hc08/m08pst.c,
7474         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
7475         assembler directive for DWARF support
7476         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
7477
7478         * src/src.dsp,
7479         * src/Makefile.in,
7480         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
7481
7482 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7483
7484         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
7485         and inappropriate peephole optimization in jump tables
7486
7487 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7488
7489         * as/hc08/m08pst.c,
7490         * src/SDCCglue.c: sdccopt works for the hc08 port now
7491
7492 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
7493
7494         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
7495
7496 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7497
7498         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
7499
7500 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7501
7502         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
7503         rules
7504         * src/SDCCmain.c,
7505         * src/SDCCglobl.h,
7506         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
7507         comments from the peephole optimizer replacement rules
7508         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
7509         symbols
7510         * src/SDCCcse.c (updateSpillLocation),
7511         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
7512         equivalents
7513         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
7514         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
7515         objects far pointers
7516
7517 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7518
7519         * src/SDCCsymt.h: a missing part of my last change
7520         * src/pic/ralloc.c (regTypeNum),
7521         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
7522
7523 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7524
7525         * src/SDCCicode.h,
7526         * src/SDCCicode.c (aggrToPtrDclType),
7527         * src/SDCCptropt.h,
7528         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
7529         ptrPseudoSymConvert),
7530         * src/pic/ralloc.c (regTypeNum),
7531         * src/pic16/ralloc.c (regTypeNum),
7532         * src/hc08/ralloc.c (regTypeNum),
7533         * src/ds390/ralloc.c (regTypeNum),
7534         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
7535         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
7536
7537 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7538
7539         * link/z80/lkmain.c (afile),
7540         * as/hc08/lkmain.c (afile),
7541         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
7542         prevent a pointer problem when a filename has no directory and
7543         no extension specified.
7544
7545 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7546
7547         * link/z80/lkmain.c (afile): allow periods in directory names
7548         * link/z80/lkmain.c (afile),
7549         * as/mcs51/lkmain.c (afile),
7550         * as/hc08/lkmain.c (afile): allow linker script file to have an
7551         extension other than ".lnk"
7552         * link/z80/lklex.c (getfid),
7553         * link/z80/lkmain.c (parse),
7554         * as/mcs51/lklex.c (getfid),
7555         * as/mcs51/lkmain.c (parse),
7556         * as/hc08/lklex.c (getfid),
7557         * as/hc08/lkmain.c (parse): Support comments in the linker script
7558         file on lines by themselves and after filenames
7559
7560 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7561
7562         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
7563
7564 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7565
7566         * src/z80/peeph-z80.def: removed some peephole rules that don't
7567         work with multibyte arithmetic (fixed bug #937126)
7568         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
7569         to registers and not global variables
7570         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
7571         geniCodePreInc, geniCodePostDec, geniCodePreDec,
7572         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
7573         checking for assignments not internally generated (fixed bug #931895)
7574         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
7575         structure member (fixed bug #930072)
7576
7577 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7578
7579         * src/SDCCmain.c (linkEdit),
7580         * src/hc08/main.c (_hc08_parseOptions),
7581         * as/hc08/Makefile.in,
7582         * as/hc08/aslink.h,
7583         * as/hc08/asm.h,
7584         * as/hc08/m08pst.c,
7585         * as/hc08/lkrloc.c (relr, rele),
7586         * as/hc08/lkarea.c (lnkarea)
7587         * as/hc08/lkmain.c (afile, parse),
7588         * as/hc08/lkelf.c: support for ELF output
7589         * as/hc08/lks19.c (s19),
7590         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
7591
7592 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7593
7594         * as/mcs51/lkihx.c: Fixed bug #899105.
7595
7596 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7597
7598         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
7599         .dsp files from Unix to DOS.
7600
7601 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7602
7603         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
7604         function pointers; we have been compliant for several months now.
7605         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
7606         change that was accidently commented out
7607         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
7608         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
7609         bug #922319
7610
7611 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7612
7613         * src/hc08/gen.c: output of all of the internal debugging information
7614         is now controlled by the D() macro; it is disabled by default
7615
7616 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7617
7618         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
7619         harder to keep the same registers during a CAST iCode
7620         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
7621         long via int can be done in a single cast, if the signedness is
7622         correct.
7623         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
7624         putchar() in tinibios.c in ds390's library
7625
7626 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
7627
7628         * src/SDCCast.c (decorateType): fixed bug #898889,
7629         cast result of a literal complement too
7630         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
7631         fixed check for bitfields
7632
7633 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
7634
7635         * src/SDCCicode.c (geniCodeLogic): made it static,
7636         (geniCodeLogicAndOr): added in order to fix bug #905492,
7637         (ast2iCode): fixed bug #905492
7638         * support/regression/tests/bug-905492.c: added
7639         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
7640         (processParms): fixed bug #927659: don't copy parms, this will clear
7641         decorated flag
7642         * support/regression/tests/bug-927659.c: added
7643
7644 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
7645
7646         * src/SDCCast.c (addCast): don't cast float to char
7647         * device/lib/libsdcc.lib: added _memmove
7648
7649 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
7650
7651         * device/lib/large/Makefile: fixed parallel execution by
7652         replacing `make` by `$(MAKE)`
7653
7654 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7655
7656         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
7657         offsets (fixes bug #923936)
7658
7659 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
7660
7661         * device/lib/small/Makefile: fixed parallel execution by
7662         replacing `make` by `$(MAKE)`
7663
7664 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7665
7666         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
7667
7668 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
7669
7670         * src/pic/gen.c (genCpl): multi-byte complements were not working.
7671         * src/regression/Makefile: Regression test was not running.
7672
7673 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7674
7675         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
7676         complement if possible
7677         * src/SDCCval.c (valComplement),
7678         * src/SDCCicode.c (operandOperation): fixed complement of literal
7679         * support/regression/tests/onebyte.c (testComplement): added
7680
7681 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
7682
7683         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
7684         return an optimized tree; actually replace actParm with the new tree
7685         * src/SDCCast.h: added some parantheses to remove side effects
7686         * support/regression/tests/bug-920866.c
7687
7688 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
7689         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
7690         Bit operands were not being handled properly in the pic14 port.
7691         (now src/regression/add.c passes again).
7692
7693 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7694
7695         * src/SDCC.y (labeled_statement): case and default no longer require
7696         a following statement (RFE #893037)
7697
7698 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7699
7700         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
7701         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
7702         disabled (fixes bug #916294)
7703         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
7704         "mov a,acc"; patch provided by Lenny Story
7705         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
7706
7707 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7708
7709         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
7710         functions
7711         * src/ds390/gen.c (genFunction, genEndFunction),
7712         * src/ds390/ralloc.c (ds390_assignRegisters),
7713         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
7714         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
7715         pushed if there are parameters passed on the stack. Also, a cleaner
7716         way to decide if r0/r1 should be pushed/popped. (Together they fix
7717         bug #918693)
7718
7719 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7720
7721         * doc/sdccman.lyx,
7722         * device/lib/mcs51/crtpagesfr.asm,
7723         * device/lib/mcs51/crtxinit.asm,
7724         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
7725         to avoid confusion with Si Lab's SFRPAGE register.
7726
7727 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7728
7729         * src/SDCCglue.c (emitMaps): allow public sfr variables
7730         * src/SDCCglue.c (initialComments): include compiler build date
7731         with compiler version and put the timestamp of the generated
7732         assembly file on a serperate line to be less confusing.
7733         * src/port.h: added genInitStartup hook
7734         * src/avr/main.c,
7735         * src/ds390/main.c,
7736         * src/hc08/main.c,
7737         * src/pic/main.c,
7738         * src/pic16/main.c,
7739         * src/xa51/main.c,
7740         * src/z80/main.c: genInitStartup initialize as NULL (default to
7741         historical behaviour)
7742         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
7743         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
7744         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
7745         library instead of hard coding it into the compiler.
7746         * support/regression/ports/mcs51-stack-auto/spec.mk,
7747         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
7748         * device/lib/mcs51/Makefile,
7749         * device/lib/small/Makefile,
7750         * device/lib/large/Makefile,
7751         * device/lib/mcs51/crtpagesfr.asm,
7752         * device/lib/mcs51/crtstart.asm,
7753         * device/lib/mcs51/crtxclear.asm,
7754         * device/lib/mcs51/crtxinit.asm,
7755         * device/lib/mcs51/crtclear.asm,
7756         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
7757         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
7758         and into user configurable files.
7759         * device/lib/clean.mk: clean mcs51 directory too
7760         * support/regression/tests/longlit.c: added static to T1 declaration
7761         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
7762         accesses in the initialization code
7763
7764 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7765
7766         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
7767         OSCTRIMVAL as noted in bug #916008
7768
7769 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7770
7771         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
7772         in loops with multiple exits (reported as incorrect registers
7773         used by Martin Helmling in Sdcc-user list)
7774
7775 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7776
7777         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
7778         made ds390 register extensions look less like error messages
7779
7780 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7781
7782         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
7783         reported by Adam Wozniak in Sdcc-user list
7784
7785 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
7786
7787         * src/SDCCast.c (decorateType): fixed with bug and promotion in
7788         arithmetic optimizations, added debug output
7789
7790 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
7791
7792         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
7793         * sdcc.spec: updated and split sdcc into 3 rpms
7794         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
7795         needed for literals of LEFT_OP and '+'
7796         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
7797         introduced RESULT_TYPE_NOPROM
7798         (geniCodeMultiply): fixed logic for decision if mul is optimized to
7799         left shift
7800         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
7801         limited promotion to int only for '*'
7802         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
7803
7804 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
7805
7806         * src/pic16/gen.c (genSkip),
7807         (genc16bit2lit), (gencjneshort): commented out
7808         (is_LitOp): new helper function, checks operand type
7809         (genCmpEq): rewritten
7810
7811 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
7812
7813         * support/regression/tests/bug-908454.c: added
7814
7815 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
7816
7817         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
7818         * src/SDCCicode.c (usualBinaryConversions): op needs int type
7819         (geniCodeCast): cosmetic, don't preserve bit storage class
7820         (geniCodeLeftShift): added promotion
7821         (geniCodeLogic): fixed regression
7822         * src/SDCCsymt.c (computeTypeOr): accept bits too
7823         (compareType): 2nd part of fix for bug #908454, needed for bitfields
7824
7825 2004-03-07  Borut Razem <borut.razem AT siol.net>
7826
7827         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
7828
7829 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
7830
7831         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
7832         version of pic16_genPackRegisters which does not check if ic is a
7833         CAST operator,
7834         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
7835         function cause string1.c regression test fails
7836
7837 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
7838
7839         * sim/ucsim/configure.in,
7840         * sim/ucsim/configure,
7841         * sim/ucsim/doc/Makefile.in: use docdir
7842         * src/SDCC.y: fixed sbit atrributes
7843         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
7844         * src/SDCCast.c (decorateType): |^& need special promotion handling
7845         * src/SDCCast.h,
7846         * src/SDCCsymt.h: moved definition of RESULT_TYPE
7847         * src/SDCCsymt.h (computeType),
7848         * src/SDCCicode.c: computeType() needs op
7849         * src/SDCCsymt.c (checkTypeSanity),
7850         * doc/sddman.lyx: "plain" bitfields are unsigned
7851         * src/SDCCsymt.c (computeTypeOr): added
7852         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
7853         |^& ops
7854         * src/SDCCval.c (val*): computeType() needs op
7855         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
7856         * support/regression/tests/onebyte.c: added tests for |^&
7857
7858 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
7859
7860         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
7861         for writing icode into asm output.
7862
7863 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
7864
7865         * src/pic16/device.c: added some debug lines enabled
7866         with macro DEBUG_CHECK,
7867         * src/pic16/genarith.c: more debug in genPlus,
7868         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
7869         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
7870         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
7871         * (aopForSym): onStack symbols are re-placed in data memspace,
7872         and onStack flag is cleared,
7873         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
7874         copy temporary pcodeop,
7875         * (genPcall): added warning for not updating PCLATU,
7876         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
7877         always true for pic16 port,
7878         * (genMultOneWord): NEW, supports integer multiplication,
7879         * (genMult): modified to call genMultOneWord,
7880         * (ifxForOp): added warning when return NULL,
7881         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
7882         flag is set before call to operandFromSymbol for implicit
7883         added structures,
7884         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
7885         options.intlong_rent are set by default,
7886         * (_hasNativeMulFor): modified to allow port generation of integer
7887         multiplication,
7888         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
7889         set regtype to REG_SFR for all registers, restricting seting the
7890         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
7891
7892 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7893
7894         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
7895         more than 500 times in the regression tests
7896
7897 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7898
7899         * support/Util/SDCCerr.h,
7900         * support/Util/SDCCerr.c,
7901         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7902         enumerator_list),
7903         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
7904         for symbol conflicts.
7905         * support/valdiags/tests/enum.c,
7906         * support/valdiags/tests/tentdecl.c,
7907         * support/valdiags/tests/struct.c: expect possible error messages
7908         referring to original symbol definitions.
7909         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
7910         * src/SDCCsymt.h,
7911         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
7912
7913 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
7914
7915         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
7916
7917 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
7918
7919         * src/pic16/ralloc.c (newReg): fixed bug #908929
7920
7921 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7922
7923         * src/ds390/gen.c: added missing #include "main.h"
7924
7925 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
7926
7927         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
7928         checking if symbol is already in set,
7929         * src/pic16/device.h: prototype for checkAddSym,
7930         * src/pic16/gen.c: (_G): added entry interruptvector,
7931         * (assignResultValue): removed some commented out lines,
7932         * (genFunction): check for ISR via sym->type, absolute section for
7933         interrupt code is created via a new pBlock, the goto instruction is
7934         placed now correctly at the interrupt vector position, changed all
7935         references from ivec to _G.interruptvector,
7936         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
7937         is the interrupt is a high priority one, same for return from ISR,
7938         * src/pic16/glue.c: changed all calls of addSetHead for publics and
7939         externs to calls of checkAddSym,
7940         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
7941         pic16_pcode_verbose flag is set,
7942         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
7943         * src/pic16/pcoderegs.c: message about how many registers are saved
7944         will only be emitted if pic16_pcode_verbose flag is set,
7945
7946 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7947
7948         * src/ds390/ralloc.h,
7949         * src/ds390/ralloc.c (ds390_regWithIdx),
7950         * src/ds390/gen.c (emitcode),
7951         * src/ds390/main.h,
7952         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
7953         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7954         ds390operandCompare, getRegsRead, getRegsWritten,
7955         initializeAsmLineNode): customized instruction size calculation for
7956         ds390, started basis for some register optimizations
7957         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
7958         corresponding assembly output
7959         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
7960         missing push/pop of r0/r1. Optimized push/pops
7961
7962 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7963
7964         * src/mcs51/main.c (instructionSize): fixed ACALL size
7965         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
7966
7967 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
7968
7969         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
7970         the sorting of rlist with NULL elements
7971         * (print_idataType, print_idata): NEW to create idata sections
7972         * src/pic16/device.h: idataSymSet new variable
7973         * src/pic16/gen.c (genFunction): fixed some bugs in string
7974         comparing, improved the absolute section creation for ISRs,
7975         added FSR0L/FSR0H in registers that are saved in an ISR,
7976         * (genInline): fixed the processing of inline snippets,
7977         now they undergo no process by the peephole optimizer
7978         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
7979         are placed in idataSymSet,
7980         * (pic16emitStaticSeg): extern symbols are added in externs,
7981         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
7982         switching when aboslute variables are placed in access bank memory
7983         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
7984         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
7985         commented out with #if,
7986         * (pic16_packRegisters): reintroduce the check for CAST because some
7987         symbols are not correctly handled,
7988         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
7989         pCodeInstruction instead of pCode,
7990         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
7991         pCodeAsmDir definition,
7992         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
7993         directive, then the argument directive is emitted without the leading
7994         tab, hack for inline labels which must be in the first column,
7995         * (compareLabel,pic16_findNextInstruction),
7996         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
7997         * (insertBankSwitch): modified for the new pCodeAsmDir,
7998
7999 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8000         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
8001
8002         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
8003         instance,
8004         * (pushSide): commented out with #if,
8005         * (assignResultValue): fixed some typos in saving
8006         registers,
8007         * (genPcall): FIXED and sync'ed with genCall,
8008         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
8009         * (genNearPointerGet): fixed to handle some more cases,
8010         implementation scheme via table reads,
8011         * (genConstPointerGet): modified to access code memory correct,
8012         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
8013         and improved to handle some cases
8014         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
8015         instead of "RETLW" for init data
8016         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
8017         not IN_DIRSPACE, work around to reduce bank switching when aboslute
8018         variables are placed in access bank memory (<0x80 and >=0xf80),
8019         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
8020         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
8021         TBLWT_POSTDEC,TBLWT_PREINC
8022         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
8023         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
8024         directives
8025         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
8026         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
8027         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
8028         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
8029
8030 2004-02-29  Borut Razem <borut.razem AT siol.net>
8031
8032         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
8033         support/Util/findme.h, support/Util/system.h: enhance binary relative
8034         search for lib and include by using findProgramPath()
8035
8036 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8037
8038         * src/SDCCpeeph.h,
8039         * src/SDCCpeeph.c (pcDistance),
8040         * src/port.h,
8041         * src/mcs51/ralloc.h,
8042         * src/mcs51/ralloc.c (mcs51_regWithIdx),
8043         * src/mcs51/main.h,
8044         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
8045         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
8046         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
8047         size calculation port specific, started basis for some register
8048         optimizations
8049         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
8050         missing push/pop of r0/r1. Optimized push/pops
8051         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
8052         * device/lib/_modsint.c (_modsint),
8053         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
8054         and stack version so regression tests pass
8055
8056 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
8057
8058         * src/Makefile.in (dep): include SLIBOBJS in dependency check
8059         * src/SDCCast.c (decorateType): catch another small optimization
8060         with '?' operator
8061         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
8062         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
8063         modified to finally use computeType() all over SDCC,
8064         see Feature Request #877103
8065         * src/SDCCval.h: cosmetic
8066         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
8067         valCompare(); regression tested in muldiv.c
8068         * support/regression/tests/muldiv.c (testMod): mod sign follows
8069         dividend only
8070
8071 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
8072
8073         * src/SDCCast.c (decorateType): fixed bug #902362
8074         * doc/INSTALL.txt: fixed install instructions for win32
8075
8076 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
8077
8078         * device/include/Makefile.in (install): fixed by replacing spaces
8079         by tabs
8080         * doc/README.txt,
8081         * doc/INSTALL.txt: updated for release
8082         * doc/sdccman.lyx: added warning for --xstack being buggy
8083
8084 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
8085
8086         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
8087         to eliminate build warnings.
8088         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
8089
8090 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
8091            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8092
8093         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
8094         removed -penable-stack, added comment for stack pragma, added
8095         warning for not initializing the stack/frame registers, removed
8096         comment at interrupts section
8097
8098         Stack is made permanent, there is no ability to disable stack usage.
8099         * src/pic16/device.h,
8100         * src/pic16/device.c: removed all references to USE_STACK macro,
8101         * src/pic16/device.c (pic16_dump_section): when no elements in
8102         rlist, free rlist before return,
8103         * (pic16_dump_int_registers): NEW, internal registers are a new set
8104         of general purpose registers reused by each function,
8105         * (checkAddReg): returns 1 if registers is added to set,
8106         * (pic16_groupRegistersInSection): when a registers is of type
8107         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
8108         * src/pic16/device.h: memRange and Assigned Memory are deleted,
8109         SRCASECMP macro is moved here from device.c
8110         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
8111         PO_PCLATU, PO_PRODL, PO_PRODH,
8112         * (pic16_pCodeOpType, genMinus,
8113         changed compares to "a" register, with AOP_ACC,
8114         * (pic16_genPlus): fixed some bugs and indented properly,
8115         * (pic16_addSign): changed size to size+offset in the MOVWF
8116         instruction,
8117         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
8118         multiply 8-bit operand by literal, result is 8-bit,
8119         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
8120         multiply 2 8-bit operand, result is 8-bit,
8121         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
8122         genUMult8X*_16,
8123         * src/pic16/gen.c: changed accUse to contain WREG only,
8124         * (pic16_emitcomment): renamed to pic16_emitpcomment,
8125         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
8126         true, do not use immediate addressing any more unless sym is a
8127         pointer in codespace,
8128         * (aopForRemat): do not use immediate addressing when symbol not in
8129         codespace and when symbol's address is requested,
8130         * (aopOp): for-loop in if(sym->accUse) is modified for the new
8131         accUse size (= 1),
8132         * (aopGet): added case for AOP_ACC and don't return "accumulator
8133         bug" but WREG instead,
8134         * (popGetTempReg): pushes contents of temporary register in stack,
8135         * (popReleaseTempReg): pops contents of temporary register from
8136         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
8137         * (pic16_popGet): separated case AOP_ACC to return register WREG
8138         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
8139         or PO_IMMEDIATE and initializes their instance/offset appropriately,
8140         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
8141         the use of immediate pointers to certain cases only.
8142
8143         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
8144         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
8145         * (assignResultValue, genCall, genRet): modified to use the new
8146         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
8147         genPcall is still broken,
8148         * (genFunction): added code to create 'A' type pBlocks when
8149         interrupt functions are generated, code not extensively tested yet,
8150         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
8151         * (genEndFunction): modified so ISRs pop stored registers from stack,
8152         * (genMultOneByte): cleanup,
8153         * (AccRsh): added flag andmask, to and result with appropriate mask,
8154         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
8155         * (genDataPointerGet): fixed and reenabled its use,
8156         * (genNearDataPointerGet): bugs fixed,
8157         * (genDataPointerSet): bugs fixed,
8158         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
8159         pic16_DumpSymbol, pic16_DumpOp,
8160         * src/pic16/genutils.h: function prototypes for the above functions,
8161         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
8162         pointers,
8163         * (pic16emitRegularMap): many many many improvements, but needs a
8164         major cleanup,
8165         * src/pic16/main.c: enable_stack in pic16_options is removed,
8166         * (_pic16_parseOptions): removed command line options -penable-stack,
8167         * (_process_pragma): emit stack symbol only when stack pragma is
8168         processed,
8169         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
8170         redirected to FSR0L/FSR0H pair,
8171         * (pic16_get_op, pic16_get_op2): modifications and improvements,
8172         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
8173         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
8174         for immediates,
8175         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
8176         * (dumpPicOptype): NEW,
8177         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
8178         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
8179         with movff instruction,
8180         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
8181         added pic16_int_regs, some packRegsFor* functions are commented out,
8182         because produce errors,
8183         * src/pic16/NOTES: minor modifications
8184
8185 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8186
8187         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
8188         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
8189         --pack-iram.
8190         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
8191         * as/mcs51/lkaomf51.c: fixed bug #895763
8192
8193 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
8194
8195         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
8196
8197 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8198
8199         * doc/sdccman.lyx: added details about the HC08 storage classes and
8200         interrupts, fixed the register usage info for z80 & gbz80
8201
8202 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
8203
8204         * doc/sdccman.lyx: added more pic16 port documentation
8205         * device/include/pic16/: added header pic18fregs.h
8206
8207 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
8208
8209         * doc/sdccman.lyx: added Vangelis' contribution
8210
8211 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8212
8213         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
8214         extend to the next CALL or PCALL, not just to the next CALL.
8215
8216 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
8217
8218         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
8219
8220 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8221
8222         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
8223         bug #895752 and a better fix for bug #716790
8224
8225 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8226
8227         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
8228
8229 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8230
8231         * doc/sdccman.lyx: minor changes, minor changed
8232
8233 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
8234
8235         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
8236         which can't handle SDCC_NEWONEBYTEOPS,
8237         (geniCodeMultiply): removed conversion from mult to shift for pic14
8238         and pic16
8239
8240 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8241
8242         * src/hc08/gen.h,
8243         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
8244         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
8245         thus fixing bug #895406
8246
8247 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
8248
8249         * device/lib/_modsint.c,
8250         * device/lib/_modslong.c: sign follows divisor only
8251         * src/hc08/gen.c (genMultOneByte): if result size is 1,
8252         signs or signedness can be ignored
8253         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
8254         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
8255         added optimization for IFX,
8256         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
8257         arguments;
8258         reenabled optimization for IFX, which was removed on 2004-01-11
8259         * src/SDCCast.h: added return type IFX
8260         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
8261         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
8262         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
8263         SDCC_OLDONEBYTEOPS selects the old behaviour
8264         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
8265         changed again and commented promotion rule
8266         * src/SDCCval.c (valDiv): promotion no longer necessary
8267         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
8268         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
8269         rewritten
8270         * support/regression/tests/onebyte.c: added
8271
8272 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
8273
8274         * gen.c (genInline): reverted to old code for assemnling inline
8275         code because of bug reported James Chadd
8276
8277 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
8278
8279         * ralloc.h: missing declarations from previous patch,
8280         seems that patch for ralloc.h was never applied, fixed
8281
8282 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8283            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
8284
8285         * pcode.c,
8286         * pcode.h,
8287         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
8288         indirect addressing. Marked FSR0 as deprecated
8289         * gen.c (pointerCode): commented out, not needed now
8290         (pic16_popGet2p): new MOVFF helper function
8291         (genGenPointerGet),
8292         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
8293         (shiftRLong): removed duplicate debugging info
8294
8295 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8296
8297         * src/ds390/gen.c (genNearPointerGet),
8298         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
8299         optimization with bits, but not bitfields.
8300         * src/ds390/ralloc.c (packRegisters),
8301         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
8302
8303 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
8304
8305         * src/SDCCcse.c (algebraicOpts): copy operands before modification
8306
8307 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8308
8309         * src/SDCCsymt.h,
8310         * src/SDCCicode.c (operandFromSymbol),
8311         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
8312         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
8313         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
8314         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
8315         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
8316         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
8317         bug #892038
8318         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
8319         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
8320         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
8321         * src/SDCCsymt.c (newSymbol),
8322         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
8323         enumerator_list),
8324         * src/SDCCval.h,
8325         * src/SDCCval.c (newiList): fixed bug #885705
8326
8327 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8328
8329         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
8330         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
8331
8332 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8333
8334         * device/include/c8051f120.h,
8335         * device/include/c8051f300.h,
8336         * device/include/c8051f310.h: added/updated header files for Silicon
8337         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
8338         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
8339         in new section Submitting patches
8340
8341 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8342
8343         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
8344         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8345         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8346         genGenPointerSet),
8347         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
8348         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8349         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8350         genGenPointerSet),
8351         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
8352         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8353         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8354         genGenPointerSet),
8355         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
8356         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8357         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8358         genGenPointerSet): fixed bug #892400
8359         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
8360         to eliminate build warnings.
8361         * src/SDCCast.c (processParms),
8362         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
8363         fixed bug 751859
8364         * support/valdiag/valdiag.py: added GCC to the list of defines active
8365         when compiling with gcc
8366
8367 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8368
8369         * support/Util/SDCCerr.h,
8370         * support/Util/SDCCerr.c,
8371         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
8372         with an incomplete type (fixed bug #883734)
8373         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
8374
8375 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8376
8377         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
8378
8379 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8380
8381         * src/SDCCast.c (decorateType),
8382         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
8383         function pointer implementation
8384         * support/regression/tests/funptrs.c: added tests to verify both forms
8385         of function pointers work correctly. Added tests to verify parameters
8386         are passed in the correct order.
8387
8388 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
8389
8390         * device.c (regCompare): registers are sorted by ascending
8391         address and increasing size,
8392         * main.c (_pic16_finaliseOptions): removed the declaration
8393         of compiler macro MCU. Now a macro of the format pic18fxxxx
8394         will be defined from the command line
8395
8396 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8397             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
8398
8399         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
8400         PCOP_RLCF was overwritten!
8401         * gen.c (genSkip): commented out calls to pic16_emitcode,
8402         * (genCmpEQ): fixed "long" compares, only high word did get compared,
8403         * (genlshTwo),
8404         * (genRRC): added debugging info,
8405         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
8406         overwritten while shifting,
8407         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
8408         overwritten while shifting,
8409         * (AccLsh),
8410         * (AccRsh),
8411         * (shiftLLeftOrResult),
8412         * (shiftRLeftOrResult),
8413         * (shiftRLong),
8414         * (shiftLLong): Implemented with pic16_emitpcode
8415         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
8416         * (genLeftShift): Fixed bug, operand for shift by variable always
8417         was "and"ed with 0x0f,
8418         * (genLeftShiftLiteral),
8419         * (genrshTwo),
8420         * (genRightShiftLiteral): added debugging info,
8421         * (genrshFour): added comment,
8422         * (genRightShift): determined signedness from operand "left"
8423         instead of "result"
8424
8425 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8426
8427         * src/SDCCicode.c (geniCodeParms),
8428         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
8429         function pointers, fixed function pointer bugs #861242 and #861896
8430
8431 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8432
8433         * device/include/c8051f000.h,
8434         * device/include/c8051f120.h,
8435         * device/include/c8051f300.h: added header files for Silicon
8436         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
8437
8438 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
8439
8440         * src/SDCCast.c (processParams): added new type flow and restructured
8441         (gatherAutoInit): added new type flow
8442         (addCast): cosmetic changes
8443         (getLeftResultType): added new type flow for array indices, patch
8444         provided by Stas, see FR #877103
8445         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
8446         array index patch by Stas
8447         * src/SDCCast.h: added prototype getResultTypeFromType()
8448         * src/SDCCval.h,
8449         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
8450         * src/pic/glue.c (pic14emitStaticSeg),
8451         * src/pic16/glue.c (pic16emitStaticSeg),
8452         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
8453         for initialization of symbols
8454         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
8455         * support/Util/SDCCerr.h:
8456         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
8457         * .version: bumped version number to 2.3.8
8458         * device/include/Makefile.in (install),
8459         * doc/Makefile (install): changed to 'rm `find ...`' construct to
8460         avoid warnings
8461
8462 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
8463
8464         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
8465         Slade Rich fixed an optimization bug
8466         * src/pic/pcodepeep.c,
8467         * src/pic/pcoderegs.c
8468         * doc/Makefile (install): added test for directory
8469
8470 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8471
8472         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
8473         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
8474         * src/pic/ralloc.c (getRegPtr, getRegGpr),
8475         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
8476         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
8477         * as/mcs51/asexpr.c (term),
8478         * as/hc08/asexpr.c (term): fixed bug #887146
8479
8480 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8481
8482         * src/z80/gen.c (genMult): handle single byte result product
8483         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
8484         DUMMY_READ_VOLATILE (fixed bug #886367)
8485
8486 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
8487
8488         * support/regression/tests/libmullong.c: fixed logic, on little endian
8489         hosts we ended without a mullong_wrapper()
8490
8491 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8492
8493         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
8494         virus/worm forged address usage.
8495
8496 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
8497
8498         Fixed promotion, it should be done on AST level:
8499         * src/SDCCast.c (addCast): added promotion to int
8500         (decorateType): updated call to upCast()
8501         * src/SDCCicode.c (geniCodeLeftShift): removed call to
8502         usualUnaryConversions()
8503
8504 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
8505
8506         * support/regression/tests/literalop.c (mulWrapper): Added a
8507         wrapper to remove integer overflow warnings.
8508
8509         * support/regression/tests/float_trans.c: Made work on host.
8510
8511         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
8512         location of sz80.
8513
8514         * support/regression/generate-cases.py (main): Changed from inline
8515         to a main method.
8516
8517         * doc/Makefile (install): Changed to depth first to get rid of
8518         missing directory install warning.
8519
8520         * as/Makefile (install-doc): Made work on Mac.
8521
8522 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
8523
8524         * src/SDCCast.c: added an additional type flow in decorateType() of
8525         opposite direction, see feature request #860006; it's enabled at runtime
8526         by setting the environment variable SDCC_NEWTYPEFLOW
8527         * src/SDCCast.h: changed prototype of decorateType()
8528         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
8529         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
8530         'char' to 'int' can be omitted, if both operands are 'unsigned char';
8531         see feature request #877103
8532         * src/SDCCval.c: updated call of decorateType()
8533         (valBitwise): fixed bug #882876
8534         (valMinus): added promotion
8535         (valLogicAndOr): result is unsigned
8536         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
8537         * src/SDCCsymt.c (computeType),
8538         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
8539         must not cause an unsigned operation
8540         * src/pic/glue (pic14emitRegularMap),
8541         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
8542
8543 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
8544
8545         * src/pic/pcode.c (PCodeID): commented out left over debug code
8546
8547 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
8548
8549         * support/valdiag/tests/overflow.c: added shift tests
8550         * src/pic/device.c,
8551         * src/pic/gen.c,
8552         * src/pic/gen.h,
8553         * src/pic/glue.c,
8554         * src/pic/main.c,
8555         * src/pic/pcode.c,
8556         * src/pic/pcode.h,
8557         * src/pic/pcodepeep.c,
8558         * src/pic/pcoderegs.c,
8559         * src/pic/ralloc.c,
8560         * src/pic/ralloc.h: applied patch from Slade Rich;
8561         added support for multiple code pages and multiple RAM banks on the
8562         PIC 14 port. The ASM files now no longer simply assume all the
8563         code / RAM are in the same page / bank. This means the linker can
8564         safely allocate code/RAM of separate ASM files to different pages/banks.
8565         * doc/sdccman.lyx: added Slade's tips
8566         * src/mcs51/peeph.def: fixed bug #880768
8567
8568 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8569
8570         * src/hc08/ralloc.c (rematStr): fixed bug #879282
8571         * src/SDCCast.c (decorateType): fixed bug #880197
8572
8573 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
8574
8575         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
8576         getopt.h.
8577
8578         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
8579         strtof is not part of C89 and isn't included with Mac OS X.
8580
8581 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8582
8583         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
8584         shiftL2Left2Result): fixed bug #879326
8585         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
8586         (genMultOneByte): fixed bug in signed vs unsigned multiplication
8587         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
8588         address fetch for clr instruction
8589         * device/lib/hc08/_mulint.c: created optimized assembly version
8590         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
8591
8592 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
8593
8594         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
8595         proposed in FR #877103
8596
8597 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
8598
8599         * src/SDCCval.c (cheapestVal): added missing checks
8600         * src/SDCCicode.c (usualBinaryConversions): fixed condition
8601         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
8602
8603 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
8604
8605         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
8606         equal operands
8607
8608 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
8609
8610         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
8611         loaded with the linker search paths (-L arguments) and the libraries
8612         to be linked with the current source (-l arguments). Changes
8613         currently will affect only the pic16 port.
8614         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
8615         include path the port specific paths and port specific libraries,
8616         * gplink command now contains the $3 argument,
8617         * src/pic16/device.h,
8618         * src/pic16/device.c,: structure PIC_device is made public and
8619         renamed to PIC16_device, the same for variable Pics which is renamed
8620         to Pics16. Updated all references to them.
8621         * src/pic16/glue.c (pic16glue): corrected bug with code
8622         initialization which bypassed the variable initializations block.
8623
8624         * device/lib/pic16/Makefile.rules: removed --penable-stack from
8625         COMPILE_FLAGS and added the --nostdinc option
8626
8627 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8628
8629         * device/include/mc68hc908jb8.h: Register defs for another member
8630         of the hc08 family. Contributed by Bjorn Bringert - thanks!
8631
8632 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
8633
8634         Documenting changes from previous commits.
8635         * configure.in (version 1.56),
8636         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
8637         when generating output files to configure the pic16 library,
8638         but now I've commented it out, since gputils aren't installed in the
8639         SF compile farm, so library won't compile
8640
8641         * device/lib/Makefile.in (version 1.56): initially I've added in
8642         target 'all' the prerequestive 'model-pic16' so it compiled the
8643         pic16 library, but now I've commented it out for the same reasons
8644         above,
8645         * added targets 'model-pic16' and 'objects-pic16' to compile the
8646         library
8647         * added target 'port-specific-objects-pic16' to handle the
8648         generated libraries and copy them into the build/ directory
8649         * added target 'clean-intermediate-pic16' to clean intermediate
8650         files into pic16 directory
8651         * in target 'installdirs' added line to create directory pic16 in
8652         the installation path
8653
8654         * device/include/Makefile.in (version 1.11): in target 'install'
8655         added lines to copy all header files to installation path,
8656         * in target 'installdirs' added line create directory for pic16
8657         headers in the installation path
8658
8659 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
8660
8661         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
8662          a function call
8663
8664 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
8665
8666         * configure,
8667         * device/lib/configure.in,
8668         * device/lib/configure: fixed for autoconf 2.57
8669
8670 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8671
8672         * src/z80/main.c (_parseOptions): fixed the portmode= command line
8673         option so that it actually works. Made it specific to the z80, since
8674         the gbz80 doesn't have these kinds of I/O ports.
8675
8676 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8677
8678         * device/include/z180.h,
8679         * device/lib/_memcpy.c,
8680         * device/lib/_memmove.c,
8681         * device/lib/_mulint.c,
8682         * device/lib/ser_ir.c,
8683         * device/lib/ser_ir_cts_rts.c,
8684         * device/lib/_strcmp.c,
8685         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
8686         * src/z80/main.c (_process_pragma): add support for pragmas bank and
8687         portmode; added deprecation warning for bank= and protmode= forms.
8688         Also, guard against buffer overflow.
8689         * src/z80/gen.c (aopGet): generate better code for sfr banked read
8690
8691 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8692
8693         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
8694         changed interrupt vector table generation to only emit declared vectors.
8695         * device/include/Makefile.in: added missing backslash
8696         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
8697
8698 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8699
8700         Mainly changes to support compilation of the device libraries
8701         * src/pic16/device.c: stack is allocated via symbol and not
8702         via literal number. The symbol is placed in the corresponding
8703         position of the data ram
8704         * (pic16_dump_section): relocatable and absolute uninitialized
8705         data are now emitted in sorted order to reduce section naming,
8706         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
8707         weren't marked as being in the access bank,
8708
8709 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8710
8711         Added portion of GNU PIC Library under the directory
8712         device/include/pic16 and device/lib/pic16. These files
8713         contain the declarations of SFRs for the PIC18Fxx2 devices.
8714         The directory is initialized via configure from toplevel.
8715
8716 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
8717
8718         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
8719         the spilllocations to be compared correctly
8720
8721 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8722
8723         * src/SDCCast.c (decorateType): fixed bug introduced today
8724
8725 2004-01-12  Borut Razem <borut.razem AT siol.net>
8726
8727         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
8728         doc/sdccman.lyx: upper case pragmas are deprecated
8729
8730 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8731
8732         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
8733         in simpler and even better code
8734
8735 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
8736
8737         * src/SDCCicode.c (operandOperation): fixed bug #874819
8738         * src/SDCCast.c (decorateType): fixed
8739         char foo (unsigned long ul) { return ul > 0; }
8740
8741 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8742
8743         * doc/sdccman.lyx: Moved and added some sections, small changes
8744         all over. Telling LaTeX to be less strict with word spacing
8745         to better keep the right margin. Changed some notes about
8746         maintainance of the ports in section 3.2.1 - is it OK like this?
8747
8748 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
8749
8750         SDCC source changes:
8751         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
8752         convilong): modified to inform the pic16 port that builtin functions
8753         are external
8754
8755         PIC16 PORT specific changes:
8756         * src/pic16/device.c pic16_dump_equates() added,
8757         processor registers declared internally by the port are emitted in
8758         the translation as equates,
8759         * src/pic16/gen.c: inline code is passed unprocessed to the
8760         translation,
8761         * (pic16_popGetLit2): fnuction modified to take second operand as
8762         pCodeOp pointer and not as literal,
8763         * (popRegFromIdx): prefixed with pic16_,
8764         * (pic16_popCombine2): modified to receive already allocated pCode
8765         operands,
8766         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
8767         * (genFunction): initializes local stack frame and pushes on stack
8768         all the registers used by this function,
8769         * (genEndFunction): restores all registers from stack and restores
8770         stack frame,
8771         * src/pic16/glue.c (pic16emitRegularMap): various changes and
8772         improvements,
8773         * (pic16glue): changed the program startup sequence,
8774         * added new dbName code 'A' for functions placed in absolute section
8775         * src/pic16/main.c: added function attribute _naked,
8776         * added pragma 'code' to place a fnuction at an absolute address,
8777         * added command line arguments --debug-ralloc and --pcode-verbose,
8778         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
8779         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
8780         * (pic16_newpCodeOpLit2): modified to take the second operand as
8781         pCodeOp pointer,
8782         * (pic16_printpBlock): modified to emit each function in a separate
8783         section,
8784         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
8785         UPPER for immediate operands,
8786         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
8787         instruction,
8788         * src/pic16/peeph.def: all peepholes with movff are commented out,
8789         because there is a problem in the pcode peep optimizer,
8790         * src/pic16/ralloc.c: the register allocator can now reuse local
8791         function symbols for another function. This saves register usage.
8792         * src/pic16/ralloc.h: added flag isLocal in structure regs,
8793
8794         Added file src/pic16/NOTES with information about program writing on
8795         the current port version.
8796
8797 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8798
8799         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
8800         and peephole 252 (array access)
8801
8802 2004-01-09  Borut Razem <borut.razem AT siol.net>
8803
8804         * src/SDCCmain.c : fixed #872250: -l command line defined library
8805           files are scanned before standard library files
8806
8807 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8808
8809         * src/SDCCast.c (decorateType): fixed bug #874046
8810
8811 2004-01-09  Borut Razem <borut.razem AT siol.net>
8812
8813         * support/scripts/sdcc.nsi: remove previous installation
8814
8815 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8816
8817         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
8818         bytes for last interrupt vector (mcs51)
8819         * sdcc.spec: fixed typo
8820
8821 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8822
8823         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
8824         gen51Code): more efficient parameter receive for --model-large
8825         ("bug" #845294)
8826
8827 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8828
8829         * src/ds390/main.c,
8830         * src/z80/main.c: added missed needLinkerScript flags (more than
8831         one port structure defined in these file)
8832         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
8833         bug #795325
8834
8835 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
8836
8837         * src/SDCCmain.c: removed various references to DEFAULT_PORT
8838         * src/port.h: added flag needLinkerScript in port->linker
8839         structure to inform whether to create a .lnk file or not,
8840         * src/avr/main.c,
8841         * src/ds390/main.c,
8842         * src/hc08/main.c,
8843         * src/mcs51/main.c,
8844         * src/pic/main.c,
8845         * src/pic16/main.c,
8846         * src/xa51/main.c,
8847         * src/z80/main.c: changed appropriately to configure
8848         needLinkerScript flag
8849         * src/pic/gen.c,
8850         * src/pic16/gen.c (genAddrOf): fixed bug #863624
8851         * src/pic/glue.c: added variable udata_section_name to
8852         override default uninitialized data segment definition for
8853         devices only with SHAREBANK memory (reported from Erik Epetrich)
8854         * (pic14emitOverlay): modified to emit a commented overlay segment
8855         directive when no overlay data exist
8856         * (picglue): modified to emit uninitialized data segment
8857         according to udata_section_name
8858         * src/pic/main.c (_pic14_parseOptions): added command line
8859         options --udata-section-name=[name] to override default
8860         udata definition name
8861         * modified _linkCmd and _asmCmd to include compiler passed
8862         arguments via -W option
8863         * src/pic16/main.c: added $l in _asmCmd, changed extension for
8864         object file from '.rel' to '.o' in port->linker structure,
8865         changed size of fptr from 2 to 3 in port structure
8866
8867 2004-01-07  Borut Razem <borut.razem AT siol.net>
8868
8869         * support/scripts/sdcc.nsi: update PATH
8870         * support/scripts/sdcc.ico: craeted
8871
8872 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
8873
8874         * device/include/Makefile.in: fix install
8875         * doc/Makefile: fix install
8876
8877 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8878
8879         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
8880         in bug #860505
8881         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
8882         how the function variable allocation summary is displayed; also
8883         include information about variables allocated to the overlay
8884         segment
8885
8886 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8887
8888         * as/mcs51/lkmain.c: Help about -Y option
8889         * as/mcs51/lkarea.c: Fixed gcc warnings
8890
8891 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8892
8893         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
8894         fixed warning
8895         * support/valdiag/tests/overflow.c: added
8896         * src/SDCCast.c (decorateType),
8897         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
8898         LEFT_OP (left shift)
8899
8900 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8901
8902         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
8903         (default behaviour).
8904
8905 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8906
8907         A python script to validate compiler diagnostic messages. It can be
8908         used to verify that sdcc complains about bad c source code and
8909         gives a good location of the error.
8910         * support/valdiag/Makefile,
8911         * support/valdiag/valdiag.py,
8912         * support/valdiag/tests/*
8913
8914 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8915
8916         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
8917         * src/SDCCsymt.c (newEnumType),
8918         * src/SDCCsymt.h
8919         * support/Util/SDCCerr.c,
8920         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
8921         enum related bugs.
8922         * support/regression/tests/enum.c: added test for enum values that
8923         require at least 2 bytes of storage.
8924
8925 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8926
8927         * src/common.h: added ifndef/define/endif macros
8928         around the header file.
8929         Bug reported from Jesus Calvino-Fraga
8930
8931 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8932
8933         * sdcc.spec: updated
8934         * device/include/Makefile.in: don't install CVS directories
8935         * device/lib/Makefile.in: added removal of CVS directories after install
8936         * doc/Makefile: fixed install, added local_icons
8937         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
8938         * src/mcs51/gen.c (genRightShift): fixed bug #870788
8939         * src/ds390/gen.c (genRightShift): fixed bug #870788
8940         * src/SDCCast.c (decorateType): fixed bug #870781
8941
8942 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8943
8944         PIC16 port related changes:
8945         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
8946         added variable stackPos,
8947
8948         * gen.c: genCall, assignResultValue: added support for
8949         pushing/retrieving function parameters to/from stack,
8950         genFunction,genEndFunction: setup stack frame for the
8951         generated function,
8952         genAddrOf: will be changed according to bug 863624
8953
8954         * added files genutils.c and genutils.h which contain gen*
8955         debugged and optimised functions extracted from gen.c
8956
8957         * glue.c: added variable 'externs' which holds extern symbols,
8958         pic16emitRegularMap: is modified to properly handle relocatable
8959          symbols under the new scheme,
8960         pic16createInterruptVect: is modified
8961         pic16printPublics: is modified to emit 'global' assembler directives,
8962         added pic16_printExterns to print extern symbols,
8963         pic16glue: initializes stack/frame pointer in the beginning of
8964         the assembly output. Temporary hack, will be corrected later,
8965         because gplink yet does not support stack and SDCC does not
8966         yet support a type of crt0.o object to create the final binary.
8967
8968         * Removed many lines that contain 8051 legacy code.
8969         * The code is finally placed under a 'code' directive.
8970         * Added port specific options.
8971
8972         * _process_pragma: simplified since now we do not need *special*
8973         include file to define SFR registers. But a separate header
8974         will be needed. This will be developed later.
8975         * _pic16_parseOptions: added, parses port specific options:
8976         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
8977         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
8978         --preplace-udata-with=
8979
8980         * _pic16_setDefaultOptions: modified to initialize section names,
8981         but hack is temporarly out of order since it needs improvement.
8982         * _pic16_genAssemblerPreamble: configuration words are emitted by
8983         their address instead of their name. This part is incomplete and
8984         supports only the 18Fxx2 devices. Other devices will emit an error
8985         during assembly since they do not contain the same set of config
8986         registers
8987         * _pic16_genIVT: is modified,
8988
8989         * pcode.c: added definitions for some hardware registers that are needed
8990         for stack support
8991         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
8992         All PCI entries are updated. Now LFSR is supported.
8993         * Removed pic16_pciTRIS is mentioned by mdubuc in source
8994         * added pic16_newpCodeOpLit2 to support instructions with
8995         two literal arguments
8996         * pic16_pCode2str: corrected code that emits assembler instructions
8997         with two literal operands and those that have an access bit modifier
8998         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
8999         this fixes a bug which caused some labels to be lost, when an
9000         assembler directive was added, i.e. banksel,
9001         * pic16_FixRegisterBanking: improved logic that causes the insertion
9002         of bank switching,
9003         * InlineFunction: functions that are called once, are not any more
9004         inlined. This can be a port option in the future,
9005
9006         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
9007
9008         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
9009         hold the corresponding uninitialized symbols,
9010         * pic16_allocProcessorRegister: registers have explicit marked the
9011         accessBank field,
9012         * pic16_allocInternalRegister: registers are explicit marked as
9013         not used,
9014         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
9015         processing list, so bit registers were lost,
9016         *
9017
9018         * ralloc.h: added field 'accessBank' and original symbol operand
9019         in register definition,
9020         * removed the field isMapped from register definition,
9021
9022         ** Several functions have been removed from various sources:
9023         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
9024         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
9025         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
9026         pic16_assignRelocatableRegisters
9027
9028         ** others have been introduced:
9029         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
9030         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
9031
9032 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
9033
9034         * support/scripts/inc2h.pl: changed definition of BIT_AT
9035         to emit 'sbit at' instead of 'bit at'. This was a request.
9036
9037         PIC16 port related preliminary changes:
9038         * gen.c: prefixed function popRegFromString with
9039         pic16_ and all references to it corrected
9040         * pcode.c: all pic16_pc_* hardware registers prefixed
9041         with underscore (_),
9042         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
9043         * ralloc.c: newReg(): when register is REG_SFR then
9044         set address to rIdx,
9045         pic16_allocProcessorRegister(): marks register wasUsed=0
9046         pic16_writeUsedRegs(): added a call to assign processor
9047         registers via pic16_assignFixedRegisters
9048
9049 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9050
9051         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
9052         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
9053         variables in unused register banks.  Also the SSEG is placed
9054         wherever there is enough space for it, and IDATA can be anywhere
9055         in internal RAM.  For now compile using -Wl-Y[stack_size].
9056         The mem file is different for this option as well, since it
9057         makes no sense of talking about DSEG lenght.
9058
9059 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
9060
9061         * src/SDCClrange.c: fixed bug 869095 that caused segfault
9062         in certain cases, e.g. when ROM assignment, patch provided
9063         from Albert den Haan.
9064
9065 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
9066
9067         Many signedness and type propagation fixes:
9068         * src/SDCCicode.c: made geniCodeCast() static
9069         replaced SPEC_ by IS_ (cosmetic)
9070         (operandOperation): fixed div and mod operation
9071         (usualBinaryConversions): added support for promotion of char
9072         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
9073         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
9074         (geniCodeAdd): an array index will stay unsigned, even if promoted
9075         from char to int
9076         (geniCodeArray): ditto
9077         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
9078         * src/SDCCsymt.c (computeType): added more support for char;
9079         promotion of char is selectable by promoteCharToInt, fixed signedness
9080         for all cases
9081         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
9082         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
9083         * src/SDCCval (val*): replaced signedness calculation by
9084         computeType()
9085         rearranged if-branches (cosmetic)
9086         (valShift): added warning W_SHIFT_CHANGED
9087         (valCompare): fixed problem with different types
9088         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
9089         * support/regression/tests/literalop.c: added many cases
9090         * support/regression/tests/ast_constant_folding.c: changed finally to
9091         'unsigned int'
9092         * .version: new year, new version: 2.3.7
9093         * src/SDCCmain.c (main): applied patch #866468
9094         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
9095         provided by Scott Bronson
9096         * doc/sdccman.lyx: updated documentation for sdcdb
9097         updated and added chapter tips
9098
9099 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9100
9101         * src/SDCCsymt.h: missing from yesterday's commits
9102
9103 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9104
9105         * src/SDCC.y (struct_or_union_specifier),
9106         * support/Util/SDCCerr.c,
9107         * support/Util/SDCCerr.h: verify that struct & union tags are used
9108         as declared.
9109
9110 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9111
9112         * src/SDCCglobl.h: missing from yesterday's commits
9113
9114 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9115
9116         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
9117         sft_attributes, struct_declaration, parameter_declaration,
9118         type_name, start_block, declaration_list),
9119         * src/SDCC.lex (check_type): support redefinition of typedef names
9120
9121 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9122
9123         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
9124         aligned xdata arrays. Erik helped me with the if clause.
9125
9126 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9127
9128         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
9129         warning
9130
9131 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9132
9133         * src/SDCCast.h,
9134         * src/SDCCast.c (newAst_),
9135         * src/SDCCicode.h,
9136         * src/SDCCicode.c (ast2iCode, newiCode),
9137         * src/SDCCglobl.h,
9138         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
9139         expr, statement, expression_statement, selection_statement,
9140         iteration_statement, expr_opt, jump_statement): foundation for tracking
9141         sequence points
9142         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
9143         point code too)
9144
9145 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9146
9147         * support/Util/SDCCerr.c,
9148         * src/SDCCast.h,
9149         * src/SDCCast.c (createCase, createDefault, decorateType),
9150         * src/SDCClabel.c (labelUnreach),
9151         * src/SDCC.y (labeled_statement, jump_statement): More improvements
9152         to error messages.
9153         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
9154         (with thanks to Stas Sergeev)
9155         * device/include/time.h,
9156         * device/lib/time.c (CheckTime): suppress unreachable code warning
9157
9158 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9159
9160         * src/SDCCast.c (createIvalCharPtr),
9161         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
9162         bug #753752)
9163         * support/regression/tests/nullstring.c: tests for these two bugs
9164
9165 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9166
9167         * support/Util/SDCCerr.h,
9168         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
9169         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
9170         about storage class and 'at' used inside struct or union
9171         * src/SDCCBBlock.c (iCodeFromeBBlock),
9172         * src/SDCCcse.c (ifxOptimize),
9173         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
9174         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
9175         printIval, emitStaticSeg, emitOverlay),
9176         * src/SDCClabel.c (deleteIfx),
9177         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
9178         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
9179         gatherAutoInit, processParms),
9180         * support/Util/SDCCerr.h,
9181         * support/Util/SDCCerr.c (werrorfl): Support for better error location
9182         reporting for post-parse errors.
9183
9184 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9185
9186         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
9187         implicit casts via union; they don't work on big endian systems
9188         (possible fix for bug #861138)
9189
9190 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9191
9192         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
9193         * src/mcs51/main.c: fixed the fix for bug #737001
9194
9195 2003-12-15  Borut Razem <borut.razem AT siol.net>
9196
9197         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
9198
9199 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9200
9201         * support/makebin/makebin.c: put output in binary mode
9202
9203 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9204
9205         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
9206         xdata and data memory on startup. Set the environment variable
9207         SDCC_NOGENRAMCLEAR to disable this.
9208         * src/mcs51/peephole.def,
9209         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
9210         (allows non-interrupt and interrupt code to safely compete for a resource
9211         without the non-interrupt code having to disable interrupts)
9212
9213 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9214
9215         * src/SDCCicode.c (geniCodeAdd),
9216         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
9217         with valFromType if type might be a pointer and host is big endian).
9218         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
9219         types, not just integer types.
9220         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
9221         multiply defined with mismatching "at" address.
9222
9223 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9224
9225         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
9226         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
9227         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
9228         with embedded nulls (fixed bug #753752)
9229
9230 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9231
9232         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
9233         Apparently this did not see much testing (endless loop)
9234
9235 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9236
9237         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
9238
9239 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9240
9241         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
9242         gracefully handle NULL memmap pointers
9243
9244 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9245
9246         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
9247         instead of deleting the iCode when an operand is volatile
9248         * src/z80/gen.c (genDummyRead),
9249         * src/mcs51/gen.c (genDummyRead),
9250         * src/ds390/gen.c (genDummyRead),
9251         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
9252         not just IC_RIGHT
9253         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
9254         * src/SDCC.y: fixed bug #850420
9255
9256 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9257
9258         Applied z80 i/o port patch from Peter Townson and fixed some operators
9259         to better handle operands in A register.
9260         * device/include/z180.h
9261         * src/SDCC.y
9262         * src/SDCCglue.c
9263         * src/z80/gen.c
9264         * src/z80/gen.h
9265         * src/z80/main.c
9266         * src/z80/peeph-z80.def
9267         * src/z80/peeph.def
9268         * src/z80/z80.h
9269
9270 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9271
9272         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
9273
9274 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9275
9276         * device/lib/hc08/_mullong.c: Removed extra #endif
9277
9278 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9279
9280         * sim/ucsim/hc08.src/inst.cc,
9281         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
9282         carries from x to h
9283         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
9284         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
9285         * device/include/stdarg.h: fixed varargs for hc08
9286         * device/lib/Makefile.in,
9287         * device/lib/hc08/Makefile,
9288         * device/lib/hc08/_mulint.c,
9289         * device/lib/hc08/_mullong.c: fixed some endian problems
9290
9291 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9292
9293         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
9294         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
9295         * device/lib/_gptrget.c,
9296         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
9297
9298 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9299
9300         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
9301         * src/SDCCast.c (astErrors): fixed bug #846007
9302         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
9303
9304 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9305
9306         * src/SDCCast.c (decorateType): disabled a transformation I added in
9307         revision 1.188 (access to fields of a structure at an absolute address);
9308         it breaks with bitfields, extern declarations, and gcse analysis.
9309         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
9310         could be assigned through a pointer, so don't complain.
9311         * src/SDCCast.c (astErrors),
9312         * src/SDCCast.h,
9313         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
9314
9315 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
9316
9317         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
9318         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
9319         output of __config directives, since gpasm now supports them
9320         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
9321         pre-processor macro, i.e. -DMCU=p18f452
9322         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
9323         and modified to handle 'cast' icode similarly to '=' icode
9324         * src/pic16/device.h (typedef struct PIC_device): added field
9325         'extMIface' to indicate that chip has external memory interface
9326         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
9327         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
9328         18F8720
9329
9330 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9331
9332         * src/SDCC.y (pointer): fixed bug #846006
9333         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
9334         * src/SDCCast.c (decorateType): fixed bug #846009
9335         * src/ds390/peeph.def,
9336         * src/ds390/gen.c (genAnd, genOr),
9337         * src/mcs51/peeph.def,
9338         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
9339
9340 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9341
9342         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
9343         * src/SDCCdflow.c
9344         * src/SDCCcse.c
9345         * src/SDCCcse.h
9346         * src/SDCCBBlock.h
9347         * src/SDCCBBlock.c
9348
9349 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
9350
9351         fixed bug #845089
9352         * src/SDCCbitv.h,
9353         * src/SDCCbitv.c: added function to free a bitvector
9354         * src/SDCClrange.h,
9355         * src/SDCClrange.c: added function to recompute the liveranges
9356         * src/avr/ralloc.c,
9357         * src/ds390/ralloc.c,
9358         * src/hc08/ralloc.c,
9359         * src/mcs51/ralloc.c,
9360         * src/pic/ralloc.c,
9361         * src/pic16/ralloc.c,
9362         * src/xa51/ralloc.c,
9363         * src/z80/ralloc.c: recompute the liveranges after register packing
9364
9365 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
9366
9367         * src/SDCCloop.c (newInduction): fixed bug #845630
9368
9369 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9370
9371         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
9372         inadvertantly left behind from my 2003-11-12 change
9373
9374 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9375
9376         Updated headers I neglected to commit yesterday.
9377         * src/SDCClrange.h,
9378         * src/SDCCicode.h
9379
9380 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9381
9382         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
9383         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
9384         * src/SDCCopt.c (eBBlockFromiCode),
9385         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
9386         the creation of the key hash table from the sequencing so it can be used
9387         earlier (for some GCSE bug fixes still pending)
9388
9389 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9390
9391         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
9392         * support/regression/tests/addsub.c: testing genPlus shortcut
9393
9394 2003-11-15  Borut Razem <borut.razem AT siol.net>
9395
9396         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
9397
9398 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9399
9400         * src/SDCCcse.c (cseBBlock): fixed bug #527779
9401         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
9402         ordering is immaterial.
9403         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
9404
9405 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9406
9407         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
9408         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
9409         (SIGSEV) of bug #840381
9410         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
9411         unlink new file before rename if new and old filenames are the same)
9412
9413 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9414
9415         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
9416         uninitialized variables) for the mcs51. Set environment variable
9417         SDCC_GENRAMCLEAR to test.
9418         xdata initialization slightly shorter
9419
9420 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9421
9422         * src/SDCCsymt.h,
9423         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
9424         #838241 & 780691 (basicly the same bug)
9425         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
9426         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
9427
9428 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
9429
9430         * src/SDCCmain.c (linkEdit): "fix" #834252
9431
9432 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9433
9434         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
9435         * src/SDCCast.h,
9436         * src/SDCC.y: fixed bug #819403
9437
9438 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9439
9440         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
9441         the reentrant attribute.
9442         * src/hc08/gen.c (genPackBits): added missing stack readjustment
9443         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
9444         simulation
9445         * src/SDCCast.c (decorateType): fixed bug with storage class not being
9446         updated during pointer dereference; f.e. ~(((char *)1)*) was being
9447         erroneously reduced to a literal.
9448         * src/hc08/ralloc.c (packRegisters, rematStr),
9449         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
9450         some cases
9451
9452 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9453
9454         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
9455         * doc/sdccman.lyx: changed from 'article' to 'book'
9456         * doc/Makefile: readded test_suite_spec and cdbfileformat
9457
9458 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
9459
9460         * device/include/stdlib.h: include malloc.h to comply with ANSI
9461         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
9462
9463 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9464
9465         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
9466         * doc/clean.mk: also remove *.out files
9467         * doc/sdccman.lyx: some additions, larger top/bottom margins
9468
9469 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9470
9471         * src/SDCC.y: fixed bug #837365
9472         * support/regression/tests/bitopcse.c
9473         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
9474         a symbol (might be valop instead)
9475         * device/lib/Makefile.in: added errno.c to HC08SOURCES
9476         * device/lib/clean.mk: added hc08 to the cleaning list
9477
9478 2003-11-04  Borut Razem <borut.razem AT siol.net>
9479
9480         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
9481           made 2003-11-04
9482         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
9483           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
9484           malloc is declared in standard stdlib.h
9485
9486 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9487
9488         * device/lib/hc08/Makefile: need to clean .rel not .o files
9489         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
9490
9491 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9492
9493         * src/port.h,
9494         * src/hc08/main.c,
9495         * src/mcs51/main.c,
9496         * src/ds390/main.c,
9497         * src/z80/main.c,
9498         * src/avr/main.c,
9499         * src/pic/main.c,
9500         * src/pic16/main.c,
9501         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
9502         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
9503         tests (which uses the port's oclsExpense function)
9504         * src/SDCC.y,
9505         * src/SDCCast.c,
9506         * src/SDCCicode.c,
9507         * src/hc08/gen.c,
9508         * src/ds390/gen.c,
9509         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
9510
9511 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9512
9513         * src/SDCCcse.c (ifxOptimize),
9514         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
9515         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
9516         deleting the IFX iCode.
9517         * src/hc08/ralloc.c: reduced unneeded slocs
9518         * src/hc08/gen.c: fixed bug in asmopToBoolean
9519
9520 2003-11-04  Borut Razem <borut.razem AT siol.net>
9521
9522         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
9523           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
9524           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
9525           transferred to configure
9526
9527 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
9528
9529         Use headers defined in the C[++] standards:
9530         * sim/ucsim/gui.src/serio.src/fileio.cc
9531         * sim/ucsim/gui.src/serio.src/frontend.cc
9532         * sim/ucsim/gui.src/serio.src/main.cc
9533         * sim/ucsim/gui.src/serio.src/posix_signal.cc
9534         * support/Util/NewAlloc.c
9535         * as/hc08/lklibr.c
9536         * as/mcs51/lklibr.c
9537         * as/z80/aslist.c
9538         * as/z80/assym.c
9539
9540 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9541
9542         * Added MSVC projects for hc08 assembler and linker:
9543         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
9544         /as/hc08/link_hc08.dsp
9545
9546 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
9547
9548         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
9549
9550 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
9551
9552         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
9553
9554 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9555
9556         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
9557
9558 2003-10-31  Borut Razem <borut.razem AT siol.net>
9559
9560         * support/cpp2/cpplib.h,
9561           support/cpp2/cpplib.c,
9562           support/cpp2/cpplex.c,
9563           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
9564           to switch _asm block preprocessing on / off. Default is
9565           #pragma preproc_asm +
9566
9567 2003-10-31  Borut Razem <borut.razem AT siol.net>
9568
9569         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
9570           when outputting comment blocks (when executed with -C option) and
9571           _asm (SDCPP specific) blocks
9572
9573 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9574
9575         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
9576
9577 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
9578
9579         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
9580
9581 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
9582
9583         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
9584         * src/SDCCast.c (decorateType): fixed bug #832664
9585
9586 2003-10-31  Borut Razem <borut.razem AT siol.net>
9587
9588         * support/cpp2/cpplex.c: fixed for SDCPP:
9589           comments(when executed with -C option) and _asm blocks
9590           were included even if they where in skipped #if block.
9591           Applied solution from GCC cpp 3.3.2
9592
9593 2003-10-31  Borut Razem <borut.razem AT siol.net>
9594
9595         * src/SDCC.lex: sdcc now understands both formats:
9596           '# <line_number> <file_name>' and
9597           '#line <line_number> <file_name>'
9598         * support/cpp2/cppmain.c: sdcpp now generates the standard
9599           '# <line_number> <file_name>' instead of former
9600           '#line <line_number> <file_name>'
9601
9602 2003-10-30  Borut Razem <borut.razem AT siol.net>
9603
9604         * support/cpp2/cpphash.h,
9605         * support/cpp2/cpplib.h
9606         * support/cpp2/cpplex.c,
9607         * support/cpp2/cppmain.c,
9608         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
9609
9610 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9611
9612         Fixed a number of problems revealed by bug #827883.
9613         * src/SDCCloop.c (loopInvariants): Spill location of the
9614         result operand should be recomputed if extracted from
9615         a loop. Also, don't extract assignments of an iTemp
9616         from a literal.
9617         * src/SDCCast.c (isConformingBody): loop reversal should
9618         not occur if the control variable is involved with a
9619         relational operator.
9620
9621 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
9622
9623         * .version: bumped to 2.3.6 to reflect the big improvements
9624         made by Erik and Klaus. Thanks!
9625
9626 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
9627
9628         Replaced the livrange code.
9629         * src/SDCClrange.c: added new LR code
9630         * src/SDCCloop.c,
9631         * src/SDCCBBlock.h: removed remainig parts from old LR code
9632         * src/ds390/ralloc.c,
9633         * src/ds390/gen.c: minor fixes to make it work with new code
9634
9635 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9636
9637         * as/hc08/asm.h,
9638         * as/hc08/lkrloc.c,
9639         * src/hc08/gen.c,
9640         * src/hc08/ralloc.c: Fix various warnings related to the hc08
9641         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
9642         (tweaked fix for bug #818696)
9643
9644 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9645
9646         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
9647
9648 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9649
9650         * src/SDCCmain.c,
9651         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
9652         * src/mcs51/gen.c (gencjneshort),
9653         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
9654         more efficient (per Scott Bronson's suggestion)
9655
9656 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9657
9658         Extended the semantics of the critical keyword to include
9659         individual statements. See RFE #827755 and #799831
9660         * src/SDCC.y
9661         * src/SDCCicode.c
9662         * src/SDCCopt.c
9663         * src/SDCCast.c
9664         * support/Util/SDCCerr.c
9665         * support/Util/SDCCerr.h
9666         * src/mcs51/gen.c
9667         * src/ds390/gen.c
9668         * src/hc08/gen.c
9669
9670 2003-10-19  Borut Razem <borut.razem AT siol.net>
9671
9672         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
9673
9674 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9675
9676         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
9677         Fixed bug #818696
9678         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
9679         and predecrement operand is displayed
9680
9681 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9682
9683         * src/SDCCval.c (valMinus): fixed bug #826041
9684
9685 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9686
9687         Some hc08 related updates that I missed earlier
9688         * sim/ucsim/stypes.h
9689         * support/regression/ports/hc08/spec.mk
9690
9691 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9692
9693         New target "hc08" for the Motorola 68hc08 family of micros
9694
9695         * configure
9696         * configure.in
9697         * Makefile
9698         * src/hc08/*
9699         * src/SDCCmain.c
9700         * src/port.h
9701         * sim/ucsim/hc08.src/*
9702         * sim/ucsim/configure.in
9703         * src/ucsim/configure
9704         * sim/ucsim/packages_in.mk
9705         * as/hc08/*
9706         * as/Makefile
9707         * device/include/mc68hc908qy.h
9708         * device/lib/hc08/*
9709         * device/lib/Makefile.in
9710         * support/regression/ports/hc08/*
9711         * support/regression/Makefile
9712
9713 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9714
9715         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
9716         regression test
9717         * src/ds390/gen.c (genCast): fixed bug #821957
9718
9719 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9720
9721         * device/lib/logf.c: "fixed" overlay bug
9722         * support/regression/ports/host/spec.mk: added m library
9723         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
9724         * support/regression/tests/float_trans: added (for Eric)
9725
9726 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
9727
9728         * src/mcs51/gen.c (genCpl): fixed bug
9729         http://sf.net/mailarchive/message.php?msg_id=6263915
9730
9731 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
9732
9733         * src/SDCCast.c (decorateType): added extended constant folding
9734         * src/SDCCsymt.c (computeType): cleanup
9735         * src/SDCCval.c (valShift): minor optimization
9736         * support/regression/tests/ast_constant_folding.c: added
9737
9738 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9739
9740         * src/SDCCmain.c: removed some unintended changes
9741
9742 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9743
9744         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
9745         * src/z80/gen.c: fixed part of bug #817589
9746         * src/SDCCsymt.c (checkFunction): fixed bug #817895
9747
9748 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
9749
9750         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
9751         * src/SDCCcflow.c
9752         * src/SDCCcse.c
9753         * src/SDCCdflow.c
9754         * src/SDCClabel.c
9755         * src/SDCClrange.c
9756         * src/SDCCmem.c
9757         * src/SDCCopt.c
9758         * src/SDCCpeeph.c
9759         * src/SDCCset.c
9760         * src/avr/ralloc.c
9761         * src/ds390/ralloc.c
9762         * src/izt/ralloc.c
9763         * src/mcs51/ralloc.c
9764         * src/pic/ralloc.c
9765         * src/pic16/ralloc.c
9766         * src/xa51/ralloc.c
9767         * src/z80/ralloc.c
9768         * src/z80/gen.c: removed unused label "release:"
9769
9770 2003-10-06  Borut Razem <borut.razem AT siol.net>
9771
9772         * src/SDCC.lex: removed definition of unused variables
9773           save_optimize and save_options
9774
9775 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
9776
9777         * clean.mk: removed '=' in "-maxdepth=1"
9778         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
9779         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
9780
9781 2003-10-06  Borut Razem <borut.razem AT siol.net>
9782
9783         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
9784           my_unput() replaced by unput()
9785
9786 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
9787
9788         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
9789         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
9790         type-punned pointer will break strict-aliasing rules"
9791         Old LR behaviour is again default; Klaus' LR can be choosen by
9792         defining the environment variable LRKLAUS
9793         * src/SDCCBBlock.h
9794         * src/SDCCloop.c
9795         * src/SDCClrange.c
9796         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
9797         * clean.mk: fixed removal of files in bin/CVS/
9798         * device/lib/clean.mk: fixed removal of directories small and large
9799         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
9800         * src/SDCCicode.c,
9801         * src/SDCCval.c: removed superflous test for pedantic
9802
9803 2003-10-05  Borut Razem <borut.razem AT siol.net>
9804
9805         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
9806           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
9807           message "unmatched #pragma SAVE and #pragma RESTORE"
9808
9809 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9810
9811         * doc/sdccman.lyx: various additions and updates (interrupts, inline
9812           assembly, critical functions, atomic, nojtbound)
9813
9814 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
9815
9816         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
9817         * src/SDCCBBlock.h
9818         * src/SDCCloop.c
9819         * src/SDCCloop.h
9820         * src/SDCClrange.c
9821
9822 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9823
9824         * src/z80/gen.h,
9825         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9826         * src/mcs51/gen.h
9827         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9828         * src/ds390/gen.h
9829         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9830         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
9831         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
9832
9833 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9834
9835         * src/z80/gen.c (genRet): fixed bug #524753
9836         * src/z80/gen.c (genCast): fixed internal error on cast from
9837         pointer to long
9838         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
9839         fix for bug #477835 to the z80
9840         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
9841         for tracking iCodes in the peephole optimizer for z80
9842
9843 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9844
9845         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
9846         the other part of bug #814548
9847         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
9848
9849 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
9850
9851         * src/SDCCcse.c: fixed part of bug #814548
9852
9853 2003-09-28  Borut Razem <borut.razem AT siol.net>
9854
9855         * src/asm.c: rewrite of printILine() to use temporary file instead
9856           a pipe
9857         * src/xa51/main.c: commented out declaration of int rewinds
9858
9859 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9860
9861         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
9862
9863 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9864
9865         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
9866         * src/asm.c (printILine): Fixed bug #811015
9867
9868 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9869
9870         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
9871         freeing.
9872
9873 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9874
9875         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
9876         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
9877         to correctly handle general case of AOP_PAIRPTR
9878         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
9879
9880 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9881
9882         * src/mcs51/ralloc.c (fillGaps),
9883         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
9884         register positioning bug)
9885
9886 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
9887
9888         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
9889
9890 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9891
9892         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
9893         genCodePointerGet, genGenPointerGet, genFarPointerSet,
9894         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
9895         (ralloc doesn't intentionally do this now, but perhaps later)
9896         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
9897         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
9898         register positioning bugs (Fixed bug #762602 and #795325)
9899         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
9900         (Fixed bug #808779)
9901         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
9902         lines that --i-code-in-asm generates
9903
9904 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9905
9906         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
9907         trying to fclose a FILE* that was already closed.
9908
9909 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9910
9911         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
9912         of const struct should be treated as if const themselves)
9913
9914 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
9915
9916         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
9917
9918 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9919
9920         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
9921         Unix (/n) and DOS (/r/n) line terminations.
9922
9923 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9924
9925         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
9926         bug #613775
9927
9928 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9929
9930         * src/mcs51/gen.c (genFunction, genEndFunction),
9931         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
9932         and restore of EA so that stack offsets to parameters are
9933         correct when using both critical and reentrant/stack-auto.
9934         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
9935         size (can be triggered in error if sloc is shared between
9936         different sized objects)
9937         * device/include/float.h: fixed macros to explicitly use
9938         unsigned long where needed
9939
9940 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
9941
9942         Feature req. 799831: added code to allow nesting of critical functions
9943         * src/mcs51/gen.c (genFunction, genEndFunction)
9944         * src/ds390/gen.c (genFunction, genEndFunction)
9945
9946 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9947
9948         * src/SDCCsymt.c (sclsFromPtr),
9949         * src/SDCCsymt.h,
9950         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
9951         support for standard C idiom of memory mapped variables; for
9952         example, *((xdata int*)0x1234) = 1 is now internally equivalent
9953         to xdata int at 0x1234 tempvar = 1.
9954         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
9955         provided by Akiya ISHIDA
9956
9957 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
9958
9959         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
9960         * src/SDCCval.c (constVal): added reduction from int to char
9961         * src/SDCCval.c (valMult, valDiv): fixed sign handling
9962         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
9963         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
9964         to ignore the sign
9965         * support/regression/tests/shifts.c: fixed
9966
9967 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9968
9969         * src/z80/gen.c (genXor): Fixed bug #805445
9970
9971 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9972
9973         Fixed bug #621531 (const & volatile confusion in the type chain).
9974         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
9975         refer to the const or volatile state of the pointer itself.
9976
9977         * src/SDCCast.c
9978         * src/SDCCglue.c
9979         * src/SDCCicode.c
9980         * src/SDCCsymt.c
9981         * src/SDCCval.c
9982         * src/SDCC.y
9983         * src/SDCCsymt.h
9984         * src/pic/gen.c
9985         * src/pic/ralloc.c
9986         * src/pic16/gen.c
9987         * src/pic16/ralloc.c
9988         * support/regression/tests/const.c
9989
9990 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9991
9992         When checking for duplicated modules, use absolute paths
9993         instead of relative paths.  Files changed:
9994
9995         * as/mcs51/lklib.c
9996         * link/z80/lklib.c
9997
9998 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9999
10000         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
10001
10002 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10003
10004         * device/include/string.h: added size_t typedef, changed
10005         prototypes to use size_t, eliminated separate reentrant and
10006         non-reentrant declarations, added _memmove declaration
10007         * device/lib/_memcpy.c: changed to use size_t instead of int,
10008         changed /4 to >>2 to avoid division library call
10009         * device/lib/_memcmp.c,
10010         * device/lib/_memset.c,
10011         * device/lib/_strncat.c,
10012         * device/lib/_strncpy.c,
10013         * device/lib/_strncmp.c: changed to use size_t instead of int
10014         * device/lib/_memmove.c: new file (fixed bug #772294)
10015         * device/lib/Makefile.in: added _memmove.c
10016         * device/lib/z80/asm_strings.s: fixed bug #772290
10017         * support/regression/tests/bitfields.c: attempt to fix host assertion
10018         failure on amd64-unknown-linux2.2
10019
10020 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10021
10022         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
10023         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
10024         * as/z80/asmain.c (main): fixed bug #801766
10025
10026 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
10027
10028         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
10029         compilers
10030
10031 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10032
10033         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
10034         reported in bug #800609
10035
10036 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
10037
10038         * Top header beautifications in src/pic16 directory:
10039           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
10040           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
10041           pcoderegs.h, ralloc.c, ralloc.h
10042         * main.c: added top header and GPL license notice
10043         * pcode.c: fixed the if-conditional warning
10044
10045 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
10046
10047         * device/lib/_mullong.c: replaced int by short for gcc
10048
10049 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10050
10051         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
10052         and JUMPTABLE iCodes properly now (worked by accident before)
10053         * src/mcs51/gen.c (leftRightUseAcc),
10054         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
10055         iCode properly now. Use getSize instead of nRegs since a & b
10056         aren't part of the nRegs tally.
10057
10058 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
10059
10060         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
10061         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
10062           before instructions that use the _STATUS register
10063
10064 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
10065
10066         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
10067         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
10068         fetching of the pointer
10069         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
10070         copied from genNearPointerSet()
10071         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
10072         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
10073         If they pop r0/r1 they must be called in the opposite order than aopOp().
10074         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
10075         (resp. --stack-auto), prepared for --xstack
10076
10077 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10078
10079         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
10080
10081 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10082
10083         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
10084         these ports have their own __sdcc_external_start()
10085
10086 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
10087
10088         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
10089         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
10090         type for bits was changed. It resulted in bit variables becoming
10091         global, which is not permitted in PIC 14 assembly output.
10092
10093 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10094
10095         * doc/sdccman.lyx: various additions and updates. Rearranged sections
10096
10097 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10098
10099         Z80 and MCS51 linkers complaint if a public symbol is defined
10100         in more than one library module:
10101
10102         * as/mcs51/lklib.c
10103         * link/z80/lklib.c
10104         * as/mcs51/Makefile.in
10105
10106 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10107
10108         A few small changes that speed up the peephole optimizer.
10109
10110         * src/SDCCpeeph.c
10111
10112 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10113
10114         Try to make the peephole optimizer smarter by maintaining
10115         an association between the assembly source code and the
10116         iCodes that originated them. Put this information to use
10117         with a new peephole rule condition "notVolatile" so that
10118         the rules can be aggressive yet still safe.
10119
10120         * src/SDCCpeeph.c
10121         * src/SDCCpeeph.h
10122         * src/mcs51/gen.c
10123         * src/mcs51/peeph.def
10124
10125 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10126
10127         Fixed bug #741761
10128
10129         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
10130         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
10131         if the left or right operand symbols have the accuse flag set.
10132
10133 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10134
10135         Changed the type of the result of the ! (NOT) operator to char;
10136         previously it returned the same type as the source. This allows
10137         us to eliminate all the genFloatNot functions (all of its target
10138         implementations were very buggy) since !float can use the same
10139         code as !long now.
10140
10141         * src/SDCCicode.c (ast2iCode): ! returns char
10142         * src/mcs51/gen.c (genNot, genNotFloat),
10143         * src/ds390/gen.c (genNot, genNotFloat),
10144         * src/z80/gen.c (genNot, genNotFloat),
10145         * src/pic/gen.c (genNot, genNotFloat),
10146         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
10147
10148 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
10149
10150         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
10151         1. Interrupt would not compile properly. Ensure PCLATH register is saved
10152            during interrupts. Ensure WSAVE is located at a shared bank address.
10153         2. Fixed page selection in some places
10154         3. Fixed BTFSS/C to where necessary use registers directly and not simply
10155            the registers name strings.
10156         4. Fixed "signed / unsigned compare" compiler warnings.
10157         5. The PIC port manages its own allocation of the general purpose
10158            registers, but makes no attempt to reuse them. As a result when
10159            compiling it soon runs out of general purpose registers. Some
10160            additional code was added to the files pcode.c and device.c to walk
10161            through the function call tree and rename the registers so that they
10162            get reused.
10163
10164         * src/pic/device.c
10165         * src/pic/gen.c
10166         * src/pic/glue.c
10167         * src/pic/pcode.c
10168         * src/pic/pcode.h
10169         * src/pic/ralloc.c
10170         * src/pic/ralloc.h
10171         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
10172         genPlus() & genMinus() when the result is the same as left or right
10173
10174 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10175
10176         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
10177
10178 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10179
10180         Made bitfield a distinct type from bit so that bitfields
10181         convert as per ANSI C and bits retain their traditional
10182         boolean style behaviour. Implemented bitfield support in
10183         the z80 port.
10184
10185         * src/SDCCsymt.h,
10186         * src/SDCCsymt.c,
10187         * src/SDCCast.c,
10188         * src/cdbFile.c,
10189         * src/mcs51/gen.c,
10190         * src/ds390/gen.c: bit v bitfield split
10191         * src/z80/gen.c: New support for bitfields
10192         * support/regression/tests/bitfields.c: reenabled z80,
10193         added more tests
10194
10195 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10196
10197         Rules 246.x, 247.x relate to bitfields, the others speed up
10198         access to xdata mapped I/O devices.
10199
10200         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
10201
10202 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10203
10204         Cleaned up genPackBits and genUnpackBits and added two helper
10205         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
10206         for literal assignments in genPackBits (thanks to Frieder for
10207         reminding me).
10208
10209         * src/mcs51/gen.c
10210         * src/ds390/gen.c
10211
10212 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10213
10214         Fixed bug #748310 (pointer to function type mishandled when the
10215         function name is omitted). Also fixed a SIGSEGV when a function
10216         attribute (reentrant, etc) is used on a non-function or on a
10217         function but misplaced before the parameter list.
10218
10219         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
10220         bug #748310
10221         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
10222         * support/Util/SDCCerr.h,
10223         * support/Util/SDCCerr.c: Added func attr misuse error msg
10224
10225 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
10226
10227         Fixed bug #787649 by anonymous
10228         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
10229         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
10230
10231 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10232
10233         Fixed numerous bitfield problems.
10234
10235         * src/SDCC.y: More bitfield related error checking
10236         * src/SDCCsymt.h,
10237         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
10238         * support/Util/SDCCerr.h,
10239         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
10240         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
10241         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
10242         * support/regression/tests/bitfields.c: tests added
10243
10244 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10245
10246         Made the constant following the "interrupt" keyword optional. If
10247         omitted, the function will not automatically be given an entry
10248         in the interrupt vector table (similar to #pragma NOIV, but
10249         less syntacticly kludgy). The interrupt number is also now
10250         range checked. Also fixed a bug in the high order bit example
10251         in the manual.
10252
10253         * src/SDCC.y
10254         * src/SDCCmem.c
10255         * src/SDCCglue.c
10256         * src/SDCCsymt.h
10257         * support/Util/SDCCerr.c
10258         * support/Util/SDCCerr.h
10259         * doc/sdccman.lyx
10260
10261 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
10262
10263         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
10264         * src/SDCCicode.c (operandOperation): rewritten some ops
10265         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
10266         * src/SDCCsymt.c (computeType): literals are handled the same way as any
10267         other type
10268         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
10269         be re-activated by defining REDUCE_LITERALS)
10270         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
10271         unsigned, but are signed by default
10272         * src/SDCCval.c (constVal): rearranged
10273         * src/SDCCval.c (valMod): preliminary fix
10274         * src/SDCCval.c (valCastLiteral): use TYPE_* types
10275         * support/regression/literalop.c: added, work in progress
10276
10277 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10278
10279         Generate warnings for useless declarations like "char data;"
10280         that don't do what new users expect.
10281
10282         * src/SDCC.y
10283         * support/Util/SDCCerr.h
10284         * support/Util/SDCCerr.c
10285
10286 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
10287
10288         * src/SDCCval.c (valMult): fix overflow detection of negative int
10289
10290 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10291
10292         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
10293
10294         Changes to support big endian targets:
10295
10296         * src/ports.h
10297         * src/SDCCglue.c
10298         * src/avr/main.c
10299         * src/ds390/main.c
10300         * src/izt/i186.c
10301         * src/mcs51/main.c
10302         * src/pic/main.c
10303         * src/pic16/main.c
10304         * src/xa51/main.c
10305         * src/z80/main.c
10306
10307 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
10308
10309         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
10310         * device/lib/time.c: fixed warning "integer overflow in expression"
10311
10312 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
10313
10314         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
10315         * src/SDCCval.c (constVal): changed default to signed; hex and octal
10316         constants are unsigned; added recognition of "u" flag for unsigned
10317         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
10318         * src/SDCCval.c (valDiv, valMod): fixed signdness
10319         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
10320         signedness of modulo, left and right shift
10321         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
10322         * support/Util/SDCCerr.h: added warning W_INT_OVL
10323         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
10324         * src/SDCCast.c (ast_print): improved output of constants
10325
10326 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10327
10328         Fixed some warnings when building with MSVC:
10329
10330         * as/mcs51/asdata.c
10331         * as/z80/asdata.c
10332         * as/mcs51/asm.h
10333         * as/z80/asm.h
10334         * link/z80/aslink.h
10335         * link/z80/lkdata.c
10336         * link/z80/lkeval.c
10337         * link/z80/lkgb.c
10338         * link/z80/lkihx.c
10339         * link/z80/lks19.c
10340         * link/z80/lksym.c
10341         * support/cpp2/cpplib.c
10342         * src/ds390/gen.c
10343         * src/mcs51/gen.c
10344
10345 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
10346
10347         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
10348
10349 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10350
10351         * support/librarian/clean.mk: Do not remove Makefile.
10352         * support/librarian/Makefile: added.
10353
10354 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10355
10356         Added librarian to MSVC build:
10357         * all.dsp
10358         * sdcc.dsw
10359         * support/librarian/librarian.dsp
10360
10361         'configure' not needed for librarian, removed:
10362         * support/librarian/configure
10363         * support/librarian/configure.in
10364         * support/librarian/config_in.h
10365         * support/librarian/Makefile.in
10366
10367         Hopefully these ones built the librarian and the rest of sdcc properly:
10368         * Makefile
10369         * Makefile.common.in
10370
10371         Messed up 'configure', so revert to previous version:
10372         * configure
10373         * configure.in
10374
10375 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
10376
10377         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
10378         there, while the mantissa of a double is "only" 53 bits wide.
10379
10380 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10381
10382         Adding sdcclib to the build.  MSVC project coming soon.
10383         Files added/changed:
10384
10385         * support/librarian/clean.mk
10386         * support/librarian/configure
10387         * support/librarian/configure.in
10388         * support/librarian/config_in.h
10389         * support/librarian/Makefile.bcc
10390         * support/librarian/Makefile.in
10391         * support/librarian/sdcclib.c
10392         * Makefile.bcc
10393         * Makefile
10394         * Makefile.common.in
10395         * configure
10396         * configure.in
10397
10398 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10399
10400         Linker now complaints if linked modules have conflicting options, for
10401         example, one compiled using --model-large and another one compiled with
10402         --model-small.  The following files were modified:
10403
10404         * as/mcs51/asdata.c
10405         * as/mcs51/aslink.h
10406         * as/mcs51/asm.h
10407         * as/mcs51/asmain.c
10408         * as/mcs51/asout.c
10409         * as/mcs51/i51pst.c
10410         * as/mcs51/lkdata.c
10411         * as/mcs51/lklibr.c
10412         * as/mcs51/lkmain.c
10413         * as/z80/asdata.c
10414         * as/z80/asm.h
10415         * as/z80/asmain.c
10416         * as/z80/asout.c
10417         * as/z80/z80pst.c
10418         * link/z80/aslink.h
10419         * link/z80/lkdata.c
10420         * link/z80/lklibr.c
10421         * link/z80/lkmain.c
10422         * src/SDCCglue.c
10423
10424 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10425
10426         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
10427         as/mcs51/lklibr.c: Generate a warning when a library is not found.
10428
10429 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
10430
10431         * src/z80/mappings.i: fix _mul[us][int,long] entries
10432
10433 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10434
10435         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
10436
10437 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
10438
10439         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
10440         * support/regression/tests/bitopcse.c: added
10441         fixed warning:
10442         * src/avr/gen.c:
10443         * src/pic/gen.c:
10444         * src/pic16/gen.c:
10445         * src/z80/gen.c:
10446         * src/xa51/gen.c:
10447
10448 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10449
10450         added support for new library format to z80, gbz80 linkers:
10451         *link/z80/aslink.h
10452         *link/z80/lklex.c
10453         *link/z80/lklib.c
10454         *link/z80/lklist.c
10455
10456 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
10457
10458         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
10459         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
10460
10461 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
10462
10463         added DUMMY_READ_VOLATILE:
10464         * src/SDCC.y:
10465         * src/avr/gen.c:
10466         * src/xa51/gen.c:
10467         * src/z80/gen.c:
10468         * src/pic/gen.c:
10469         * src/pic16/gen.c:
10470         * src/mcs51/gen.c:
10471         * src/ds390/gen.c:
10472         * src/SDCCcse.c (algebraicOpts): many improvements
10473         * src/SDCCcse.h: removed algebraicOpts()
10474         * src/SDCCicode.c (picDummyRead): added
10475
10476 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10477
10478         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
10479         "Insufficient space in data memory".
10480
10481 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10482
10483         * src/mcs51/gen.c: fixed bug #771358
10484         * src/z80/gen.c: fixed bug #759087
10485
10486 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
10487
10488         * src/pic16/glue.c: minor cleanup by Vangelis
10489
10490 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10491
10492         * device/include/regc515c.h: fixed #758477
10493         * device/lib/_gptrget.c: saving some cycles in generic pointer get
10494         * device/lib/_gptrput.c: saved a few bytes
10495         * my tab spacing is 8, yours too?)
10496         * device/lib/_ser.c: process RX bytes earlier than TX bytes
10497         * device/lib/serial.c: process RX bytes earlier than TX bytes
10498         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
10499
10500 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10501
10502         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
10503
10504 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10505
10506     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
10507
10508 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
10509
10510         * device/lib/Makefile.in: bad fix, reverted to 1.43
10511
10512 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
10513
10514         * device/lib/Makefile.in: added missing z80 object files
10515
10516 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
10517
10518         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
10519         pic16 progress by Vangelis:
10520         * src/SDCCglobl.h:
10521         * src/SDCCmain.c:
10522         * src/pic/Makefile:
10523         * src/pic:
10524         * pic/Makefile:
10525         * pic16/device.c:
10526         * pic16/device.h:
10527         * pic16/gen.c:
10528         * pic16/gen.h:
10529         * pic16/genarith.c:
10530         * pic16/glue.c:
10531         * pic16/main.c:
10532         * pic16/pcode.c:
10533         * pic16/pcode.h:
10534         * pic16/pcodepeep.c:
10535         * pic16/peeph.def:
10536
10537 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10538
10539     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
10540
10541 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10542
10543     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
10544     added gbz80 build to MSVC project.
10545     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
10546     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
10547     from 8051 stuff and setup so it links using a .lnk file.
10548
10549 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10550
10551     * support/librarian/sdcclib.c: sdcc librarian.
10552     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
10553     with sdcclib.
10554
10555 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10556
10557     * as/mcs51/lkmain.c: properly handle extensions in function afile.
10558
10559 2003-07-02  Borut Razem <borut.razem AT siol.net>
10560
10561         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
10562         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
10563         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
10564         src/xa51/main.c, src/z80/main.c:
10565         virtualization of glue() function: each port has it's own glue function,
10566         which is accessed by do_glue function pointer in PORT.general structure
10567
10568 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
10569
10570         * DS800C400 fun, improved ROM interface and tinibios.
10571
10572 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
10573
10574         * More support for DS80C400. Now includes beginning of interface to ROM.
10575
10576 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
10577
10578         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
10579
10580 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10581
10582         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
10583
10584 2003-06-19  Borut Razem <borut.razem AT siol.net>
10585
10586         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
10587
10588 2003-06-19  Borut Razem <borut.razem AT siol.net>
10589
10590         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
10591         fixed Z80 port - crt0.o: cannot open.
10592
10593 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
10594
10595         * support/Util/MySystem.c (merge_command): revert bad fix
10596
10597 2003-06-18  Borut Razem <borut.razem AT siol.net>
10598
10599         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
10600
10601 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10602
10603         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10604         option --use-stdout sends errors to stdout instead of stderr.
10605
10606 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
10607
10608         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
10609
10610 2003-06-15  Borut Razem <borut.razem AT siol.net>
10611
10612         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
10613         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
10614         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
10615         fixed width array of pointers replaced with sets;
10616         multiple include and lib paths ared transferred to preprocessor and linker
10617         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
10618         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
10619         fixed width array of pointers
10620         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
10621         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
10622         fixupPath(), getPathDifference()
10623         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
10624         fixed width array of pointers
10625
10626 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
10627
10628         * src/pic16/ralloc.c: fix warnings
10629         * src/pic16/pcode.c: fix warning
10630
10631 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
10632
10633          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
10634         know all the details, but essentially this set of changes enable
10635         the pic16 port to generate movff instructions and generate assembler
10636         directives,
10637         * src/SDCCmain.c:
10638         * src/pic16/gen.c:
10639         * src/pic16/glue.c:
10640         * src/pic16/pcode.c:
10641         * src/pic16/device.c:
10642         * src/pic16/main.c:
10643         * src/pic16/pcode.h:
10644         * src/pic16/pcoderegs.c:
10645         * src/pic16/ralloc.c:
10646         * src/pic16/ralloc.h:
10647
10648 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10649
10650         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10651         added option --vc, so sdcc errors and warnings are compatible with
10652         Microsoft Visual Studio.
10653
10654 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10655
10656         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
10657           device/lib/libfloat.lib: added atof function.
10658
10659 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
10660
10661         * doc/sdccman.lyx: updated to Lyx 1.3
10662         * doc/cdbfileformat.lyx: updated to Lyx 1.3
10663         * doc/test_suite_spec.lyx: updated to Lyx 1.3
10664         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
10665
10666 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
10667
10668         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
10669
10670 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10671
10672         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
10673           additions to the "related tools/documentation" section
10674
10675 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
10676
10677         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
10678
10679 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
10680
10681         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
10682         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
10683
10684 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
10685
10686         * doc/sdccman.lyx: fix double dash and other minor things
10687         * doc/Makefile: fix double dash
10688
10689 2003-05-28  Karl Bongers(patches from Martin Helmling)
10690         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
10691           condition and ignore commands.
10692
10693 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10694
10695         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
10696           is in parts still quite out of date, I did changes as far as I felt makes sense
10697           for a non-native english speaker.
10698           Please feel free to add to the manual or to correct my changes.
10699         * doc/Makefile: undid touching the date of intermediate tex files.
10700
10701 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10702
10703         * doc/sdccman.lyx: Manual has an index now
10704
10705 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
10706
10707         Finalize muluint/mulsint and mululong/mulslong merging:
10708         * device/lib/_mulint.c
10709         * device/lib/_mullong.c
10710         * device/lib/gbz80/mul.s
10711         * device/lib/gbz80/stubs.s
10712         * device/lib/z80/mul.s
10713         * device/lib/z80/stubs.s
10714         * src/SDCCsymt.c (initCSupport)
10715
10716 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10717
10718         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
10719         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
10720           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
10721           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
10722           instead of /Zm500.
10723
10724 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10725
10726         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
10727           the regression tests I'm not brave enough to enable 245.b, 245.c
10728         * doc/sdccman.lyx: added latex preamble for hyperref package.
10729           Using pdflatex this will give you a hyperlinked pdf file with
10730           bookmarks. (prepend '%' before /usepackage if this breaks something)
10731
10732 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10733
10734          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
10735
10736 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
10737
10738         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
10739
10740 2003-05-21    <johan AT balder>
10741
10742         * src/SDCCglue.c (printIval): fixed bug #739934
10743
10744 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10745
10746         Applied patch from bug 737905 (renamed yylineo to mylineno):
10747         * src/altlex.c
10748         * src/SDCCast.c
10749         * src/SDCglobl.h
10750         * src/SDCC.lex
10751         * src/SDCCsymt.c
10752         * src/SDCCval.c
10753         * src/pic16/pcode.c: Cleaned warnings
10754         * src/pic16/pcodeflow.c: Cleaned warnings
10755         * src/pic16/pcoderegs.c: Cleaned warnings
10756
10757 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
10758
10759         * src/pic16/pcode.c: Cleaned warnings
10760         * src/pic16/pcodepeep.c: Cleaned warnings
10761         * src/pic16/ralloc.c: Cleaned warnings
10762
10763 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10764
10765         * doc/sdccman.lyx: fixed bug 739745
10766         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
10767
10768 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
10769
10770         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
10771         it can be defined with CFLAGS when running configure
10772         * src/SDCCmain.c: fixed compiling + linking with object files
10773
10774 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
10775
10776         * configure.in: configure for pic16 port,
10777             added --disable-pic16-port
10778         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
10779         * src/SDCCmain.c: linkOptions is changed to set *,
10780             added if/endif conditional macros to remove options help
10781             messages from optionsTable when a port is not configured, added
10782             support for the PIc16 port in the ports table, when executing
10783             the compiler with no port specified on command line, a default
10784             port is selected with the new macro DEFAULT_PORT which is
10785             defined in port.h, in setDefaultOptions() linkOptions is removed
10786             from initialization assignment, since now it is a set,
10787             parseCmdLine uses setParseWithComma for linkOptions, in
10788             linkEdit() linkOptions are accessed with new function indexSet()
10789             which returns the i'th item of a set variable. See SDCCset.c, in
10790             linkEdit() when calling buildCmdLine(), added linkOptions as
10791             last argument. Now users can pass arguments to gplink via the
10792             -Wl option, main() uses pic16glue() to glue up pic16 programs
10793         * src/SDCCpeeph.c: various changes to support pic16
10794         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
10795             return the i'th item of the set
10796         * src/SDCCset.h: added function prototype for indexSet()
10797         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
10798         * src/clean.mk: added pic16 in CLEANALLPORTS variable
10799         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
10800             added macro DEFAULT_PORT
10801         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
10802         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
10803             generated
10804         * src/pic16/glue.c: commented out some error producing lines
10805         * src/pic16/main.c: __config directives are commented out to stop
10806             gpasm complaining and test the linkage with gplink, _linkCmd and
10807             _asmCmd changed to be more gplink and gpasm friendly
10808         * src/pic16/peeph.def: peep rule 3 is commented out, since it
10809             produced an error when parsed, peep rule 12 is added to utilize
10810             movff, but it is commented out since the pCode does not support
10811             yet a command with 2 address arguments
10812
10813 2003-05-18    <johan AT balder>
10814
10815         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10816         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10817 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
10818
10819         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
10820   Added feature to script commands from file.
10821
10822 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
10823
10824         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
10825         * src/SDCCutil.c: include ctype.h for win32
10826
10827 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
10828
10829         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
10830
10831 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
10832
10833         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
10834   Fixed so you can set breakpoints prior to run, run does not stop
10835   on entry now.  Add tbreak.  Other enhancements and fixes for use
10836   with ddd.
10837
10838 2003-05-12  Borut Razem <borut.razem AT siol.net>
10839
10840         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
10841
10842 2003-05-11  Borut Razem <borut.razem AT siol.net>
10843
10844         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
10845         the path of bin directory, so that PATH is the only env. variable, which has to be set
10846         in case of standard installation.
10847         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
10848         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
10849         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
10850
10851 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10852
10853         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
10854         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
10855         temp files are in the port dir; clean the gen/test directory when
10856         generating new test.c
10857         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
10858         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
10859         * support/regression/tests/zeropad.c: added
10860
10861 2003-05-09    <johan AT balder>
10862
10863         * src/SDCCglue.c: fixed bug #597940
10864
10865 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
10866
10867         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10868   cache sfr, optimize next,step, fix off by one sourceline,
10869   support ddd list function.
10870         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
10871
10872 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10873
10874         * support/regression/HTMLgen.py: added compare_s2f()
10875         * support/regression/Makefile: redo 1.27
10876         * support/regression/generate-cases.py: redo 1.5
10877
10878 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
10879
10880         * support/regression/tests/float.c: workaround 33 bit hex constant
10881         * support/regression/tests/simplefloat.c: fix division for host
10882
10883 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
10884
10885         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
10886         that tame's the PIC's over-aggressive optimizer.
10887
10888 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10889
10890          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
10891          support for MSVC.
10892
10893 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
10894
10895         Initial support for DS80C400. "Hello world" runs on TINIm400
10896         (with polled I/O).
10897
10898 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
10899
10900          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10901          * Some notes on ddd usage added in debugger/README
10902          Martin Helmling adding more features and fixes for ddd GUI debugger.
10903          Code added for nexti, stepi, up, down, and other adjustments.
10904
10905 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
10906
10907         * src/pic/pCodepeep.c non-wildcard asmops are now handled
10908         * src/pic/peeph.def Added two rules to optimize carry manipulation
10909         * src/pic/* removed debug printfs
10910
10911 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
10912
10913         * debugger/mcs51/cmd.c: added header newalloc.h
10914
10915 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
10916
10917         * as/Makefile: new EXEEXT
10918         * as/z80/Makefile: remove trailing slash of BUILDIR
10919         * as/z80/clean.mk: new EXEEXT
10920         * Makefile.common.in: add to CFLAGS (and others), don't replace it
10921         * support/cpp2/Makefile.in: new EXEEXT
10922         * src/pic/glue.c (pic14emitRegularMap): fixed warning
10923
10924 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
10925
10926         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
10927         EXEEXT was introduced to fix all related problems with targets
10928         "clean", "install" and "uninstall"; a couple of further flaws
10929         especially with "clean" have been fixed too
10930         * as/mcs51/Makefile.in
10931         * as/mcs51/clean.mk
10932         * as/z80/Makefile
10933         * Makefile
10934         * clean.mk
10935         * debugger/mcs51/Makefile.in
10936         * debugger/mcs51/clean.mk
10937         * link/z80/Makefile
10938         * link/z80/Makefile.in
10939         * link/z80/clean.mk
10940         * link/Makefile
10941         * packihx/Makefile.in
10942         * packihx/clean.mk
10943         * sim/ucsim/Makefile
10944         * sim/ucsim/clean.mk
10945         * sim/ucsim/avr.src/Makefile.in
10946         * sim/ucsim/avr.src/clean.mk
10947         * sim/ucsim/s51.src/Makefile.in
10948         * sim/ucsim/s51.src/clean.mk
10949         * sim/ucsim/xa.src/Makefile.in
10950         * sim/ucsim/xa.src/clean.mk
10951         * sim/ucsim/z80.src/Makefile.in
10952         * sim/ucsim/z80.src/clean.mk
10953         * sim/ucsim/main_in.mk
10954         * sim/ucsim/packages_in.mk
10955         * sim/ucsim/gui.src/Makefile.in
10956         * sim/ucsim/gui.src/serio.src/Makefile.in
10957         * sim/ucsim/gui.src/serio.src/clean.mk
10958         * src/Makefile.in
10959         * src/clean.mk
10960         * support/cpp2/Makefile.in
10961         * support/cpp2/clean.mk
10962         * support/makebin/Makefile
10963         * support/makebin/clean.mk
10964         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
10965         * doc/sdccman.lyx: --program-suffix no longer needed
10966
10967 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
10968
10969          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
10970          Martin Helmling added support for ddd GUI debugger.
10971          Code added to display assembly, set variables, and other commands
10972          to interface to ddd.
10973
10974 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
10975
10976         * as/Makefile: fix target clean
10977         * as/clean.mk: fix target clean
10978         * as/z80/clean.mk: fix target clean
10979
10980 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
10981
10982         * Makefile.common.in: added  AT EXEEXT AT
10983         * configure.in: removed all mingw32 stuff
10984         * configure: rebuilt from configure.in
10985         * doc/sdccman.lyx: updated section "installation"
10986         * support/scripts/sdcc_mingw32: adapted to configure
10987         * support/scripts/sdcc_cygwin_mingw32: added
10988
10989 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
10990
10991         * src/pic Added object file support for the PIC port
10992         * src/pic Applied patch from Craig Franklin (this started the object file support)
10993         * src/regression Updated the PIC regression tests for object files
10994
10995 2003-04-20  Borut Razem <borut.razem AT siol.net>
10996
10997         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
10998           lklex.c: In function `getfid':
10999           lklex.c:203: warning: array subscript has type `char'
11000         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
11001           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
11002         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
11003           stack handling macros
11004
11005 2003-04-19  Borut Razem <borut.razem AT siol.net>
11006
11007         * "handling space characters in file path" task:
11008         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
11009         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
11010         * support/Util/MySystem.h: make it self-sufficient
11011         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
11012           src/z80/main.c, sdcc/as/mcs51/lklex.c:
11013           handling space characters in file path
11014         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
11015           (it will be used by assemblers, which have their own includes, e.g. gpasm)
11016         * support/Util/MySystem.c: handling space characters in executable's path
11017
11018 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
11019
11020         * as/z80/Makefile: fix permanent rebuild of z80
11021         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
11022         * support/regression/tests/bitfields.c: added Johan's bitfields.c
11023
11024 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
11025
11026         * src/SDCCopt.c: add special case optimization to replace modulo by
11027           a power of two with a bitwise AND.
11028
11029 2003-04-18    <johan AT balder>
11030
11031         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
11032
11033 2003-04-17    <johan AT balder>
11034
11035         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
11036         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
11037
11038 2003-04-13  Borut Razem <borut.razem AT siol.net>
11039
11040         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
11041         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
11042           fixed mingw problem in adl_NORMALIZE_PATH
11043
11044 2003-04-12  Borut Razem <borut.razem AT siol.net>
11045
11046         * fixed "#pragma SAVE/RESTORE can not be nested":
11047         * src/SDCC.lex: reworked pragma handling functions
11048         * sdcc/src/SDCCglobl.h: reworked stack handling macros
11049         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
11050
11051 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
11052
11053         * src/SDCCutil.c (pathEquivalent): defined but not used
11054         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
11055         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
11056         * configure: rebuilt from configure.in
11057         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
11058         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
11059         * device/include/Makefile.in: replace sdcc_datadir
11060         * device/lib/Makefile.in: replace sdcc_datadir
11061         * Makefile.common.in: add LDFLAGS from configure
11062         * packihx/Makefile.in: use LDFLAGS
11063         * src/Makefile.in: use LDFLAGS
11064         * support/cpp2/Makefile.in: add LDFLAGS from configure
11065         * support/makebin/Makefile: use LDFLAGS
11066         * .version: bumped version number to 2.3.5
11067
11068 2003-04-12  Borut Razem <borut.razem AT siol.net>
11069
11070         * completed "different paths" task:
11071         * src/SDCCmacro.c: fixed bug in handling quotes
11072         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
11073         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
11074
11075 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
11076
11077         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
11078
11079 2003-04-11 kevin Vigor <kevin AT vigor.nu>
11080
11081         * ds390/gen.c ds390/peeph.def: fix bug 706781
11082
11083 2003-04-11  Borut Razem <borut.razem AT siol.net>
11084
11085         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
11086
11087 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
11088
11089         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
11090         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
11091          set - this bit used to not be set...).
11092         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
11093           bad code in PIC Port
11094         * src/regression/and2.c added to test bug 609268
11095         * src/regression/Makefile added and2.c to regression test
11096
11097
11098 2003-04-08    <johan AT CP255758-A>
11099
11100         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
11101         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
11102         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
11103
11104 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
11105
11106         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
11107         fix bug #487815
11108         * support/cpp2/Makefile.in: fix bug #487815
11109         * configure: rebuilt from configure.in
11110         * Makefile.common.in: docdir changed, new path suffixes
11111         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
11112         * sdcc_vc_in.h: reflect changes from sdccconf.h
11113         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
11114         * src/SDCCutil.h: remove BINDIR hack
11115         * doc/sdccman.lyx: update new path hierarchy
11116
11117 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
11118
11119         * src/SDCCpeeph.c: added okToRemoveSLOC test
11120
11121 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
11122
11123         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
11124
11125 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
11126
11127         * src/SDCCpeeph.c: added labelIsReturnOnly test
11128         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
11129
11130 2003-04-05    <johan AT balder>
11131
11132         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
11133         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
11134         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
11135         * src/SDCCast.c: fixed a warning
11136         * src/SDCCast.h: fixed a warning
11137         * src/SDCCicode.c (operandFromAst): fixed a warning
11138
11139 2003-04-04    <johan AT balder>
11140
11141         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
11142         * src/SDCCast.c (decorateType): fixed bug #715076
11143         * src/SDCC.y: fixed bug #702907
11144
11145 2003-04-03    <johan AT balder>
11146
11147         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
11148         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
11149         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
11150         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
11151         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
11152
11153 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
11154
11155         * _decdptr.c: fix return values
11156         * _gptrget.c: fix return values
11157         * _gptrgetc.c: fix return values
11158         * _gptrput.c: fix return values
11159         * _mulint.c: fix return values
11160         * as/z80/Makefile: fix 'make -j' problem
11161
11162 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
11163
11164         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
11165         * configure.in: big cleanup, updated to autoconf 2.5x
11166         * configure: rebuilt from configure.in
11167         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
11168         * sdcc_vc_in.h: reflect changes from sdccconf.h
11169         * doc/Makefile: fixed a flaw in "make install"
11170
11171 2003-04-02    <johan AT balder>
11172
11173         * src/ds390/gen.c (genCmp): no comments
11174         * src/mcs51/gen.c (genCmp): no comments
11175         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
11176         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
11177
11178 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
11179
11180         * support/regression/generate-cases.py: place generated file in given sub directory
11181         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
11182         * support/regression/Makefile: improvements for 'make -j';
11183         side effect: it's simpler and faster now
11184
11185 2003-03-31  Borut Razem <borut.razem AT siol.net>
11186
11187         * src/z80/main.c: link-{port} and as-{port} defined without path
11188         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
11189
11190 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
11191
11192         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
11193
11194 2003-03-30  Borut Razem <borut.razem AT siol.net>
11195
11196         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
11197           changed type of list parameter to set
11198         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
11199         * src/port.h: changed type of do_assemble() parameter to set
11200         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
11201           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
11202           definition of "cppoutfilename" macro with NULL value in preProcess()
11203         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
11204         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
11205         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
11206           replaced with set *binPathSet
11207         * shash_add() deallocates the item, if allready exsists, before adding the new one
11208         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
11209
11210 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
11211
11212         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
11213           a nested for loop bug in the PIC port
11214         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
11215           for loops
11216
11217 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
11218
11219         * support/Util/dbuf.h: remove C++ stuff to make it portable
11220
11221 2003-03-28  Borut Razem <borut.razem AT siol.net>
11222
11223         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
11224           literal strings in stringLiteral()
11225         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
11226         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
11227           to the project
11228
11229 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
11230
11231         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
11232
11233 2003-03-26    <johan AT balder>
11234
11235         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
11236         * src/ds390/gen.c (saveRegisters): catched symbol abuse
11237         * src/SDCCast.c (decorateType): fixed " -v < 3"
11238
11239 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
11240
11241         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
11242         Added Lenny Story's debug infrastructure changes:
11243         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
11244         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
11245         * src/cdbFile.c: added
11246         * src/SDCCdebug.c: added
11247         * src/SDCCdebug.h: added
11248         * src/SDCCast.c (createFunction)
11249         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
11250         * src/SDCCmain.c (parseCmdLine, main)
11251         * src/SDCCmem.c (redoStackOffsets)
11252         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
11253         * src/SDCCsymt.h
11254         * src/common.h
11255         * src/avr/gen.c (genAVRCode)
11256         * src/ds390/gen.c (gen390Code)
11257         * src/mcs51/gen.c (gen51Code)
11258         * src/pic/gen.c (genpic14Code)
11259         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
11260         * src/xa51/gen.c (genXA51Code)
11261         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
11262
11263 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11264
11265         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
11266         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
11267
11268 2003-03-22    <johan AT balder>
11269
11270         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
11271
11272 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
11273
11274         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
11275         * doc/cdbfileformat.lyx: added, written by Lenny Story
11276         * doc/Makefile: added cdbfileformat.lyx
11277         * doc/clean.mk: added cdbfileformat.lyx
11278
11279 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
11280
11281         * src/mcs51/peeph.def: fix bug #705773
11282
11283 2003-03-20    <johan AT balder>
11284
11285         An sfr/sbit can have an "at #" AND an initializer
11286         * src/SDCCsymt.c (checkSClass):
11287         * src/SDCCmem.c (allocGlobal):
11288         * src/SDCCmem.c (allocLocal):
11289         * src/SDCCast.c (createBlock):
11290
11291 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
11292
11293         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
11294
11295 2003-03-16    <johan AT balder>
11296
11297         Undid the hackup of const and volatile, the problem is much bigger
11298         * src/SDCC.y:1.65
11299         * src/SDCCast.c:1.171
11300         * src/SDCCglue.c:1.138
11301         * src/SDCCicode.c:1.146
11302         * src/SDCCsymt.c:1.150
11303         * src/SDCCval.c:1.65
11304
11305 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
11306
11307         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
11308         * src/ds390/gen.c (genAddrOf): fixed bug #704087
11309
11310 2003-03-13    <johan AT balder>
11311
11312         Hackup const and volatile modifiers in type chains a bit:
11313         * src/SDCC.y:1.63
11314         * src/SDCCast.c:1.169
11315         * src/SDCCglue.c:1.136
11316         * src/SDCCicode.c:1.143
11317         * src/SDCCsymt.c1.146
11318         * src/SDCCsymt.h1.59
11319         * src/SDCCval.c:1.63
11320
11321 2003-03-12    <johan AT balder>
11322
11323         * src/SDCCBBlock.h: more LRH debugging junk
11324         * src/SDCCcflow.h: more LRH debugging junk
11325         * src/SDCCloop.c: more LRH debugging junk
11326         * src/SDCC.y (struct_declaration): fixed bug #697590
11327         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
11328         * src/ds390/gen.c (aopForRemat): fixed bug #700031
11329         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
11330
11331 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
11332         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
11333         test function names must now match exactly).
11334         * src/SDCCcse.c: added special case in findCheaperOp to allow
11335         extending a short integer. Makes less awful code for bug 700121 test case.
11336
11337 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11338
11339         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
11340         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
11341
11342 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
11343
11344         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
11345         actually called (operandsNotEqual() was called for all
11346         operandsNotEqualX tests).
11347
11348 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
11349
11350         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
11351         with shorter literals. Fixes bug 700121.
11352
11353 2003-03-11    <johan AT balder>
11354
11355         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
11356
11357 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
11358
11359         * src/SDCCloop.c (mergeRegions): an evil beast is dead
11360         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
11361
11362 2003-03-10  Borut Razem <borut.razem AT siol.net>
11363
11364         * src/SDCCmain.c: pipe preprocessor's output
11365         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
11366         * sdcc_vc_in.h: define pclose as _pclose for WIN32
11367         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
11368         which closes all pipes in pipeSet set
11369         * src/SDCCset.c: free deleted item in function deleteSetItem()
11370         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
11371         moved from z80 to src subproject
11372         * .version: increased version number to 2.3.4
11373
11374 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
11375
11376         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
11377         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
11378         * support/regression/ports/xa51/spec.mk: fix typo
11379
11380 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
11381
11382         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
11383
11384 2003-03-09  Borut Razem <borut.razem AT siol.net>
11385
11386         * src/SDCCmain.c: pipe preprocessor's output
11387         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
11388         * sdcc_vc_in.h: define pclose as _pclose for WIN32
11389         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
11390         which closes all pipes in pipeSet set
11391         * src/SDCCset.c: free deleted item in function deleteSetItem()
11392         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
11393         moved from z80 to src subproject
11394
11395 2003-03-09  Borut Razem <borut.razem AT siol.net>
11396
11397         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
11398         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
11399         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
11400         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
11401         * src/SDCCglobl.h: unification of WIN32 native definitions
11402
11403 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11404
11405         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
11406
11407 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
11408
11409         * src/configure.in:   check for endianess (even while cross-compiling)
11410         * src/configure:      check for endianess (even while cross-compiling)
11411         * src/configure_in.h: check for endianess (even while cross-compiling)
11412         * src/avr/gen.c:        remove old endianess stuff
11413         * src/mcs51/gen.c:      remove old endianess stuff
11414         * src/ds390/gen.c:      remove old endianess stuff
11415         * src/pic/gen.c:        remove old endianess stuff
11416         * src/pic/genarith.c:   remove old endianess stuff
11417         * src/pic/glue.c:       fix endianess check
11418         * src/pic16/gen.c:      remove old endianess stuff
11419         * src/pic16/genarith.c: remove old endianess stuff
11420         * src/pic16/glue.c:     fix endianess check
11421         * src/xa51/gen.c:       remove old endianess stuff
11422         * src/z80/gen.c:        fix endianess check
11423         * src/SDCCglue.c:       fix endianess check
11424         * src/ds390/peeph.def: fix bug 700036
11425
11426 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
11427
11428         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
11429         * src/configure: find appropriate data-types on host for SDCC's int and long
11430         * src/configure.in: find appropriate data-types on host for SDCC's int and long
11431         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
11432         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
11433
11434 2003-03-07    <johan AT balder>
11435
11436         Just a big NOOP:
11437                 some minor cleanups before the big shot
11438                 OP_DEFS and OP_USES now use Kevin's protection
11439                 new option --nolabelopt
11440
11441         * src/SDCCBBlock.c:
11442         * src/SDCCast.c,:
11443         * src/SDCCcflow.c:
11444         * src/SDCCcse.c:
11445         * src/SDCCicode.c:
11446         * src/SDCCicode.h:
11447         * src/SDCClabel.c:
11448         * src/SDCCloop.c:
11449         * src/SDCCmain.c:
11450         * src/ds390/ralloc.c:
11451         * src/mcs51/ralloc.c:
11452         * src/pic/ralloc.c:
11453         * src/xa51/ralloc.c:
11454         * src/z80/ralloc.c:
11455
11456 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
11457
11458         * src/pic/pcode.c (get_op): fix 64 bit warnings
11459         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
11460         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
11461         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
11462         * support/regression/tests/malloc.c: fix 64 bit warnings
11463
11464 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
11465
11466         * src/mcs51/gen.c (genMinus): fixed bug 696436
11467
11468 2003-03-02  Borut Razem <borut.razem AT siol.net>
11469
11470         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
11471
11472 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
11473
11474         * configure.in: test for mkstemp
11475         * sdccconf_in.h: add HAVE_MKSTEMP
11476
11477 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
11478
11479         * device/include/ctype.h: removed warning while using --stack-auto
11480         * device/include/malloc.h: removed warning while using --stack-auto
11481         * device/include/string.h: removed warning while using --stack-auto
11482
11483 2003-02-23  Borut Razem <borut.razem AT siol.net>
11484
11485         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
11486         because NDEBUG is defined (see man assert)
11487         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
11488
11489 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11490
11491         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
11492         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
11493
11494 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11495
11496         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
11497         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
11498
11499 2003-02-18    <johan AT balder>
11500
11501         * as/mcs51/asmain.c (asmbl): module can start with a digit
11502         * as/z80/asmain.c (asmbl): module can start with a digit
11503
11504 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
11505
11506         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
11507         * src/asm.c: fix pipe() for Mingw32
11508
11509 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
11510
11511         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
11512         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
11513         make -V work again; --c1mode reads now from stdin
11514         * doc/sdccman.lyx: added --c1mode
11515         * support/Util/SDCCerr.c: new messages for c1 mode
11516         * support/Util/SDCCerr.h: new messages for c1 mode
11517         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
11518
11519 2003-02-15    <johan AT balder>
11520
11521         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
11522
11523 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
11524
11525         * doc/sdccman.lyx: Environment variables, -o and other minor things
11526
11527 2003-02-14    <johan AT balder>
11528
11529         * src/xa51/main.c: before anyone really tries to use it :)
11530
11531         * Install doc's in share/sdcc/doc
11532         * removed some obsolete files
11533         * Do a proper make distclean and uninstall
11534         M Makefile.common.in
11535         R sdccbuild.sh
11536         M as/Makefile
11537         M device/include/Makefile.in
11538         M device/lib/Makefile.in
11539         M doc/sdccman.lyx
11540         M link/Makefile
11541         M sim/ucsim/doc/Makefile.in
11542         M src/clean.mk
11543         R src/avr/peeph.rul
11544         R src/xa51/peeph.rul
11545         M support/cpp2/Makefile.in
11546         M support/makebin/Makefile
11547
11548
11549 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
11550
11551         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
11552
11553 2003-02-10  Borut Razem <borut.razem AT siol.net>
11554
11555         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
11556         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
11557         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
11558         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
11559         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
11560         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
11561         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
11562         src/z80/Makefile.bcc: Borland Makefile cleanup
11563         * as/z80/Makefile.bcc: Added Borland Makefile
11564         * support/cpp2/borland.h: Removed
11565
11566 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
11567
11568         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
11569         * src/SDCC.lex: new pragma NOIV
11570         * src/SDCCglobl.h: new pragma NOIV
11571         * src/SDCCmem.c: new pragma NOIV
11572
11573 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
11574
11575         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
11576
11577 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
11578
11579         * src/SDCCmain.c: signal handling is switched off by --debug
11580         * doc/Makefile: small fix for install; use clean.mk again
11581         * doc/clean.mk: clean *.pdf and *.html too
11582
11583 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
11584
11585         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
11586         * device/lib/printfl.c: fix a ds390 bug by making it portable
11587         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
11588         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
11589         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
11590         * debugger/mcs51/cmd.c: converted multi-line string literals
11591         * sim/ucsim/globals.cc: converted multi-line string literals
11592         * src/SDCCmain.c: introduced signal handler to remove temp files
11593         * doc/Makefile: small tweaks, implement clean
11594         * doc: removed generated files
11595
11596 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11597
11598         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
11599         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
11600         Address Record is not correctly generated for DS390."
11601
11602 2003-02-02  Borut Razem <borut.razem AT siol.net>
11603
11604         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
11605         * as/mcs51/asm.h: fixed compilation with Borland C
11606         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
11607         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
11608         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
11609         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
11610         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
11611         src/z80/Makefile.bcc: delete $(LIB) only if exist
11612         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
11613
11614 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
11615
11616         * device/include/malloc.h: introduced NULL
11617         * device/include/string.h: introduced NULL
11618         * device/include/stdlib.h: introduced NULL
11619         * device/lib/_memcpy.c: removed NULL
11620         * device/lib/_strcat.c: removed NULL
11621         * device/lib/_strchr.c: removed NULL
11622         * device/lib/_strcmp.c: removed NULL
11623         * device/lib/_strcpy.c: removed NULL
11624         * device/lib/_strcspn.c: removed NULL
11625         * device/lib/_strlen.c: removed NULL
11626         * device/lib/_strncat.c: removed NULL
11627         * device/lib/_strncmp.c: removed NULL
11628         * device/lib/_strncpy.c: removed NULL
11629         * device/lib/_strpbrk.c: removed NULL
11630         * device/lib/_strrchr.c: removed NULL
11631         * device/lib/_strspn.c: removed NULL
11632         * device/lib/_strstr.c: removed NULL
11633         * device/lib/_strtok.c: removed NULL
11634         * device/lib/malloc.c: removed NULL, include own header
11635
11636 2003-02-02    <johan AT balder>
11637
11638         * 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
11639         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
11640         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
11641         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
11642         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
11643         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
11644
11645 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11646
11647         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
11648         area 'DATA'"
11649
11650 2003-02-01    <johan AT balder>
11651
11652         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
11653
11654 2003-01-31    <johan AT CP255758-A>
11655
11656         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
11657
11658 2003-01-30    <johan AT balder>
11659
11660         * src/SDCCBBlock.c: automatic bug detection
11661         * src/SDCCicode.c: automatic bug detection
11662
11663 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11664
11665         * src/SDCCglobl.h:   now --xram-size 0 works
11666         * src/SDCCmain.c:    now --xram-size 0 works
11667
11668 2003-01-29    <johan AT balder>
11669
11670         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
11671
11672 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11673
11674         * as/mcs51/aslink.h: Added options --xram-size and --code-size
11675         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
11676         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
11677         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
11678         * src/SDCCglobl.h:   Added options --xram-size and --code-size
11679         * src/SDCCmain.c:    Added options --xram-size and --code-size
11680
11681 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
11682
11683         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
11684         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
11685
11686 2003-01-27    <johan AT balder>
11687
11688         * src/SDCC.y: fixed bug #613764
11689
11690 2003-01-26    <johan AT balder>
11691
11692         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
11693         * src/SDCCsymt.h: fixed bug #673374
11694         * src/SDCCglue.c: fixed bug #661910
11695         * src/SDCCast.c: fixed bug #458099 and 673374
11696
11697 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
11698
11699         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
11700         * as/mcs51/strcmpi.h: added
11701         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
11702         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
11703         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
11704         * as/mcs51/assym.c: strcmpi -> as_strcmpi
11705         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
11706         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
11707         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
11708         * as/mcs51/Makefile.aslink: new module strcmpi
11709         * as/mcs51/Makefile.asx8051: new module strcmpi
11710         * as/mcs51/Makefil.bcc: new module strcmpi
11711         * as/mcs51/Makefile.in: new module strcmpi
11712         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
11713
11714 2003-01-26    <johan AT balder>
11715
11716         * src/SDCCglue.c: reverted back to 1.124
11717         * src/SDCCast.c: reverted back to 1.156
11718         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
11719
11720 2003-01-25    <johan AT balder>
11721
11722         * src/SDCCglue.c: A better fix for bug #661910
11723         * src/SDCCast.c: A better fix for bug #661910
11724         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
11725
11726 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11727
11728         * src/Makefile.in: remove spawn.o
11729         * src/SDCCmain.c: remove spawn.h
11730         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
11731         * src/spawn.c: removed
11732         * src/spawn.h: removed
11733         * support/regression/ports/ds390/spec.mk: link with -r
11734
11735 2003-01-24    <johan AT CP255758-A>
11736
11737         * src/ds390/gen.c (aopOp): fixed bug #667458
11738         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
11739         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
11740         (createIvalCharPtr): an ival doesn't always have a storage class anymore
11741
11742 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11743
11744         * src/mcs51/peeph.def: better assembler identation by Frieder
11745         * src/mcs51/gen.c: better assembler identation by Frieder
11746
11747 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
11748
11749         * as/z80/string.h: removed for gcc 3.2
11750         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
11751         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
11752
11753 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11754
11755         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
11756         * src/SDCCpeeph.c (replaceRule): fix bug #663503
11757         * support/regression/Makefile: separate temp files for ports
11758         * support/regression/generate-cases.py: separate temp files for ports
11759         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11760         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11761
11762 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11763
11764         * moved tinitalk to device/examples/ds390
11765
11766 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
11767
11768         * as/mcs51/lkmem.c: rflag is for DS390
11769         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
11770         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
11771                          (linkEdit): move mem- and map-files the same way as ihx-files
11772         * src/z80/main.c (_setDefaultOptions): removed --generic
11773         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
11774         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
11775         * src/pic/glue.c (picglue): --c1mode works again
11776         * src/pic16/glue.c (pic16glue): --c1mode works again
11777         * src/asm.c (printCLine): fix #660034
11778
11779 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
11780
11781         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
11782         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
11783         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
11784         * as/mcs51/lkmem (summary): better fix for sp problem
11785         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
11786         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
11787         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
11788                                               remove --stack-after-data
11789
11790 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
11791
11792         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
11793         * src/SDCCutil.c (join): ugly bug: missing '\0'
11794         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
11795
11796 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11797
11798         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
11799         * src/port.h: typo
11800         * src/pic/main.c (_asmCmd): gpasm supports -o
11801         * src/z80/main.c: more general macros
11802         * device/lib/Makefile.in: remove intermediate files
11803
11804 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11805
11806         * .version: Bumped version number to 2.3.3
11807         * src/SDCCBBlock.c: new option -o
11808         * src/SDCCglobl.h: new option -o
11809         * src/SDCCglue.c: new option -o
11810         * src/SDCCmain.c: new option -o
11811         * src/asm.c: new option -o
11812         * src/ds390/main.c: new option -o
11813         * src/pic/glue.c: new option -o
11814         * src/pic/pcode.c: new option -o
11815         * src/pic/ralloc.c: new option -o
11816         * src/pic16/glue.c: new option -o
11817         * src/pic16/pcode.c: new option -o
11818         * src/pic16/ralloc.c: new option -o
11819         * src/z80/main.c: new option -o
11820         * device/lib/Makefile.in: use -o
11821         * support/regression/ports/ds390/spec.mk: use -o
11822         * support/regression/ports/gbz80/spec.mk: use -o
11823         * support/regression/ports/mcs51/spec.mk: use -o
11824         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
11825         * support/regression/ports/z80/spec.mk: use -o
11826         * support/regression/ports/ucz80/spec.mk: use -o
11827         * support/regression/ports/xa51/spec.mk: use -o
11828         * support/regression/fwk/lib/timeout.c: fix usage string
11829
11830 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
11831         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
11832
11833 2003-01-07    <johan AT balder>
11834
11835         * src/SDCCast.c (decorateType): fixed bug #600035
11836
11837 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
11838         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
11839         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
11840         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
11841         * src/pic/pcode.c: outcommented unused variable to remove warnings
11842         * src/pic/ralloc.c: outcommented unused variable to remove warnings
11843
11844 2003-01-06    <karl AT turbobit.com>
11845         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
11846    regression tests.
11847
11848 2003-01-06    <johan AT balder>
11849
11850         * src/SDCCicode.c: fixed array add
11851
11852 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
11853         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
11854         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
11855
11856 2003-01-04    <johan AT balder>
11857
11858         * src/SDCCval.c (getNelements): fixed the initialized array of structures
11859
11860 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11861         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
11862
11863 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11864         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
11865         * support/regression/tests/bug-524697.c: fit mem usage into 8032
11866
11867 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11868         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
11869
11870 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
11871         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
11872
11873 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
11874         * src/mcs51/main.c: removed {bindir}{sep} from aslink
11875
11876 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11877
11878     * in /sdcc/as/mcs51/ changed these files in order to create an
11879     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
11880     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
11881     following files to include the previous two files: aslink.dsp,
11882     Makefile.aslink, Makefile.bcc, and Makefile.in.
11883
11884     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
11885     .adb instead of .cdb
11886
11887 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11888
11889         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
11890         value from option --iram-size.
11891
11892 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11893
11894         * /sdcc/as/mcs51/lklist.c: added boundary check before using
11895         dram[] array.
11896
11897 2002-09-18    <wiml AT hhhh.org>
11898
11899         * SDCClrange.h: exposed setFromRange() and setToRange()
11900         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
11901           packRegsForAccUse() (bug 542397)
11902         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
11903           multiple times and emitting the fetch operations more than once
11904           added aopGetUsesAcc() function to allow binary operators to
11905           fetch their operands in the correct order; made genMinus() emit
11906           compact code for X = LITERAL - Y
11907
11908 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11909         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
11910         sprintf() in line 1267.
11911
11912 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11913         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
11914         like ports.
11915
11916 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11917         Changes to aslink (All the changes are marked with 'JCF'):
11918
11919         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
11920         summary().
11921
11922         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
11923         area BSEG.  Also moves, if possible, the DATA area down into the internal
11924         ram so more space is available.
11925
11926         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
11927         sflag.
11928
11929         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
11930         not bytes.  Function summary() which creates a memory usage summary
11931         file with extension .mem.  Reports of overlaping stack and small stack
11932         size.  If the space for the stack is less than 16 bytes aslink trows a
11933         warning.
11934
11935         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
11936         the 8051.  Option 'y' for memory summary output file.
11937
11938         Changes to sdcc (All the changes are marked with 'JCF'):
11939
11940         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
11941
11942         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
11943         overlaying area for it (uses RegBankUsed[4]).
11944
11945         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
11946         bank zero as used by default.  By default aslink locates the stack
11947         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
11948         the creation of the .mem file.  Delegates the allocation of data area
11949         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
11950         the begining of the stack area to aslink.
11951
11952         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
11953         glue() in SDCCglue.c creates an area for it.
11954
11955 2002-09-03  Borut Razem <borut.razem AT siol.net>
11956         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
11957         sdcc/src/pic/glue.c:
11958         introduced atexit() handler for teporay files removal in case of
11959         errors, assertions, ...
11960
11961 2002-08-29  Borut Razem <borut.razem AT siol.net>
11962         * sdcc/support/cpp2/auto-host_vc_in.h:
11963         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
11964         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
11965         Maybe there is a similar problem with BORLANDC? It should be checked!
11966
11967         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
11968         corrected improper use of assert: the assignment to clr variable was done inside the assert.
11969         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
11970         was not executed, and the compiler (cl) launched a warning:
11971         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
11972
11973 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
11974         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
11975
11976 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
11977         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
11978
11979         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11980           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
11981           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
11982           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11983           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
11984           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
11985           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
11986         - added Release configuration in VS projects
11987         - review of compiler an linker options
11988         - VC .exe files are generated in bin_vc directory, not to interfere
11989           with binaries generated from other projects (cygwin, mingw, bcc ...)
11990
11991         * sdcc/src/yacc.dsp: added
11992
11993         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
11994         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
11995         and insert the version number definitions from .version
11996
11997         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
11998
11999         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
12000         added - genarate auto-host.h using auto-host_vc_in.h as template
12001
12002         * sdcc/sdcc_vc.h,
12003         removed from CVS, generated automatically
12004
12005 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
12006         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
12007
12008 2002-08-11  Borut Razem <borut.razem AT siol.net>
12009         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
12010
12011 2002-08-10  Borut Razem <borut.razem AT siol.net>
12012         * src/SDCCmain.c (main):
12013         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
12014         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
12015         The consequence was that some temporary files were not removed.
12016
12017         * src/SDCCglue.c:
12018         unification of code in functions tempfilename() and tempfile():
12019         function tempnam() is defined in Visual Studio 6.0 and .NET
12020
12021         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
12022
12023         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
12024           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
12025         - removed compiler command line option /WX: Treats all warnings as errors
12026         - update a list of source files, included into the project
12027
12028         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
12029           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
12030         changed project type to Generic Project so that can be correcly converted to VS.NET project
12031
12032         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
12033
12034         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
12035
12036         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
12037
12038         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
12039         added return 0 statements after assert() to make compiler happy
12040
12041         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
12042         added newline in the def file to keep MSC compiler satisfied
12043
12044         * sdcc/src/z80/gen.c:
12045         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
12046           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
12047         - solved MSC error in function aopDump()
12048
12049         * sdcc_vc.h: define PREFIX as "\\sdcc"
12050
12051 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
12052         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
12053
12054 2002-06-22  Scott Dattalo <scott AT dattalo.com>
12055         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
12056         - Rewrote the register banking algorithm.
12057         - Added pCode live-range analysis to registers (for now, only non-used and
12058         singly-used registers optimized away)
12059
12060         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
12061
12062         * 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.
12063
12064 2002-05-10  Scott Dattalo <scott AT dattalo.com>
12065         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
12066
12067 2002-04-22  Michael Hope  <michaelh AT vroom>
12068
12069         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
12070
12071         * configure.in (DD_COPT): Added include support required for gbdk.
12072
12073         * .version: Bumped version number just to increase it.
12074
12075         * src/SDCCmain.c: Added -nostdinc to the default options.
12076
12077 2002-04-15  Michael Hope  <michaelh AT vroom>
12078
12079         * device/lib/z80/printf.c (sprintf): Added.
12080
12081         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
12082
12083         * src/z80/peeph.def: Added transpose redundent load rule.
12084
12085         * src/z80/main.c: Added force callee saves for jaune.
12086
12087         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
12088
12089         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
12090
12091 2002-03-28  Johan Knol  <johan AT balder>
12092
12093         * src/SDCCval.c: fixed bug #532436
12094
12095 2002-03-14  Scott Dattalo <scott AT dattalo.com>
12096         * /src/port.h:
12097         Added "char *Processor" field to the port structure.
12098
12099         * /src/SDCCmain.c:
12100         Added -p option. Allows port dependent processor to be specified.
12101
12102         * all ports:
12103         Initialized the new field char *Processor field to NULL in all ports
12104
12105         * /src/pic/*:
12106         Compiler generated registers for interrupt context saving
12107         were not getting allocated.
12108
12109 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
12110
12111         * /src/SDCCast.c:
12112         Fixed left shift. Will promote the left side of a left shift
12113         if a) left shifting more than size of operand or b) when assigned
12114         to something size > size of left side
12115
12116 2002-03-14  Scott Dattalo <scott AT dattalo.com>
12117         * src/pic/*
12118         tons of changes. Register allocation has been
12119         rewritten. Added customization for the various PICs. Flow
12120         analysis is restructured. ...
12121
12122         * src/pic/device.h:
12123         Added
12124
12125         * src/pic/device.c:
12126         Added. device.c is a PIC port hack to accomodate variations
12127         in PIC devices.
12128
12129 2002-03-13  Michael Hope  <michaelh AT vroom>
12130
12131         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
12132
12133 2002-03-04  johanknol  <johanknol AT manik>
12134
12135         * /src/SDCCval.c: fixed
12136
12137         const unsigned char arr[][2] = { { 0, 1 } };
12138         t18.c:1: error: Initializer element is not constant
12139
12140 2002-03-04  bela  <bela AT manik>
12141
12142         * /device/include/mcs51reg.h:
12143         ds89c420 register definition update
12144
12145 2002-03-03    <johan AT FRIJA>
12146
12147         * support/Util/SDCCerr.c: did something, but don't no why anymore
12148
12149         * support/regression/tests/bug-524691.c: made it a little less shy
12150
12151         * src/SDCCast.c (decorateType): fixed bug #524697
12152
12153         * src/SDCCast.c: made some lineno improvements
12154
12155         * src/SDCCval.c (getNelements): changed warning to error
12156
12157         * src/SDCCglue.c (printIvalArray): changed warning to error
12158
12159         * src/SDCCicode.c: fixed a warning for mingw
12160
12161         * src/SDCCast.c (decorateType): fixed the << promotion for ops
12162
12163         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
12164
12165 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
12166
12167         * src/ds390/peeph.def:
12168         Added some more peephole rules
12169
12170         * src/ds390/gen.c: Various fixes & enhancements
12171
12172         * src/SDCClrange.c, src/SDCClrange.h:
12173         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
12174
12175         * src/ds390/ralloc.c:
12176         various fixes & enhancements (ds390) specific
12177
12178         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
12179         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
12180         from rallocs.
12181
12182         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
12183
12184 2002-03-02    <johan AT FRIJA>
12185
12186         * src/SDCCast.c (decorateType): fixed bug #524708
12187
12188         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
12189
12190         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
12191
12192 2002-03-01  Michael Hope  <michaelh AT vroom>
12193
12194         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
12195
12196         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
12197
12198 2002-03-01    <johan AT FRIJA>
12199
12200         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
12201
12202         * src/SDCCast.c (decorateType): fixed bug #524209
12203
12204         * src/SDCCval.c (valNot): fixed bug #524195
12205
12206 2002-02-26    <johan AT balder>
12207
12208         * src/xa51/gen.c: fixed a warning
12209
12210         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
12211
12212         * src/SDCCast.c (decorateType): fixed bug #522534
12213
12214 2002-02-23    <johan AT balder>
12215
12216         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
12217
12218 2002-02-22    <johan AT balder>
12219
12220         * src/SDCCast.c: fixed bug #514865
12221
12222         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
12223
12224 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
12225
12226         * sdcc/src/SDCCloop.c:
12227         Previous fix was not good. basic blocks that have "break" or "return" are
12228         not really partof a loop , but live ranges used in these blocks should
12229         be live thru the entire loop, so set partOfLoop but don't add them to
12230         loop region
12231
12232 2002-02-21    <johan AT FRIJA>
12233
12234         * src/SDCCcse.c: fixed bug #514308
12235
12236 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
12237
12238         * src/SDCCloop.c:
12239         Fixed BUG #519583. If a conditional block ended in a return/break
12240         statement inside a loop, it was not being considered part of the loop.
12241
12242         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
12243
12244 2002-02-10  Karl Bongers <karl AT turbobit.com>
12245
12246         * debugger/*:
12247         Fixed up SDCDB debugger somewhat.  Updated debugger/README
12248         with lots of comments and notes.
12249
12250         * device/examples/test2.c:
12251         Fix bug, "red" variable not being initialized(compiler complained).
12252
12253         * device/examples/Makefile, examples/test3.c:
12254         Add Makefile in device/examples folder, compiles test3.c
12255         for use as a multiple module SDCDB test case.
12256
12257         * sim/ucsim/cmd.src/cmdset.cc:
12258         Took out debug printfs in ucsim "next" command.
12259
12260         * sim/ucsim/xa.src:
12261         Karl and Johan start ucsim XA support.  Most dissassembly working,
12262         about 75% emulation done(plenty of work remaining).
12263
12264         * sim/ucsim/z80.src:
12265         Add Z80 support to ucsim, add test-ucz80 regression test,
12266         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
12267         Notice z80 compiler fails on examples/test3.c/crc code.
12268
12269 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
12270
12271         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
12272         Added support for --parms-in-bank1
12273
12274         * src/ds390/peeph.def:
12275         added a few more peephole optimzations
12276
12277         * src/ds390/main.c:
12278         1) added __builtin_inp & __builtin_outp used to read in data of given length
12279            from a memory mapped port
12280         2) added __builtin_memcmp
12281         3) added __builtin_swapw swap bytes of a short
12282
12283         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
12284         1) handle multiple send & receives from register bank1
12285         2) ralloc can now allocate DPTR1 to some liveRanges
12286
12287         * src/SDCCsymt.c, src/SDCCsymt.h:
12288         changes to handle multiple sends & receives
12289
12290         * src/SDCCptropt.h:
12291         added some pointer arithmetic optimization
12292
12293         * src/SDCCptropt.c:
12294         added some pointer arithmetic optimizations but not stable yet so not
12295         called from anywhere (will get this working shortly)
12296
12297         * src/SDCCopt.c: fixed for multiple sends & receives
12298
12299         * src/SDCCmain.c:
12300         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
12301         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
12302            set preprocessor defines (depending on options)
12303
12304         * src/SDCCicode.c, src/SDCCicode.h:
12305         changes made to handle multiple sends & receives
12306
12307         * src/SDCCglobl.h:
12308         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
12309
12310         * src/SDCCcse.c, src/SDCCcse.h:
12311         added function findbackward def (to be used in upcoming optimization)
12312
12313         * src/SDCCcflow.c, src/SDCCcflow.h:
12314         added function returnAtEnd - to determine if a basic block terminates with
12315         a RETURN iCode
12316
12317         * src/SDCCast.c, src/SDCCast.h:
12318         added option parms-in-bank1
12319
12320         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
12321         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
12322         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
12323         adjusted for --parms-in-bank1 option
12324
12325         * device/include/string.h:
12326         donot redefine "reentrant" keyword
12327
12328         * device/include/ds80c390.h: Added some more SFRs
12329
12330 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
12331
12332         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
12333
12334 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
12335
12336         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
12337
12338 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
12339
12340         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
12341
12342 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
12343
12344         * Added --xram-movc option
12345
12346 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
12347
12348         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
12349
12350 2002-01-11  Johan Knol
12351
12352         * Added math lib of Jesus Calvino-Fraga
12353
12354 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
12355
12356         * src/SDCCmain.c (processFile): fix processing of ../../src.c
12357         * support/regression/Makefile: new target test-mcs51-stack-auto
12358         * support/regression/ports/mcs51-stack-auto/spec.mk: added
12359
12360 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
12361
12362         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
12363
12364 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
12365
12366         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
12367
12368 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
12369
12370         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
12371
12372         * src/SDCCglue.h: add definition for printIvalChar()
12373
12374 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
12375
12376         * src/SDCCast.c: fix #498138 by Johan
12377
12378         * src/SDCCglue.c: fix #498138 by Johan
12379
12380 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
12381
12382         * support/regression/Makefile: fix clean
12383
12384         * support/regression/ports/ds390/support.c: fix transmission of last character
12385
12386 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
12387
12388         * /sdcc/src/ds390/gen.c:
12389         a) improved computing address of stack variable
12390         b) took out some #if 0 code
12391         c) improved parmBytes adjustment
12392         d) improved genPlusIncr & genMinusIncr
12393         e) genCmp could generate bad code (when left assigned to DPTR)
12394         f) Fixed bug in hasInc
12395
12396         * /sdcc/src/ds390/ralloc.c:
12397         a) packRegsForSupport could mess up live information (Fixed)
12398         b) packRegsDPTRuse could be incorrect for left & right shift
12399
12400         * /sdcc/src/mcs51/ralloc.c:
12401         packRegsForSupport could mess up the live information (Fixed)
12402
12403         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
12404
12405         * /sdcc/src/SDCCast.c:
12406         can reverse a loop even if function call is present as long
12407         as the loop control variable is local & is not passed as parameter
12408
12409 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12410
12411         * /sdcc/ChangeLog: *** empty log message ***
12412
12413         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
12414         More builtin function additions for TININative
12415
12416         * /sdcc/src/ds390/ralloc.c:
12417         Had broken the regression testsuite
12418
12419         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
12420
12421         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
12422         Added funcattr hasStackParms will be set for reentrant functions when there
12423         are paramteres on the stack, this helps in minimizing frame pointer generation
12424         typeFromStr can handle function pointers now
12425
12426         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
12427         *** empty log message ***
12428
12429 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12430
12431         * /src/ds390/gen.c, /src/ds390/main.c:
12432         More builtin function additions for TININative
12433
12434         * /src/ds390/ralloc.c:
12435         Had broken the regression testsuite
12436
12437         * /src/SDCCast.c: Fixed a bug in dumptree
12438
12439         * /src/SDCCsymt.c, /src/SDCCsymt.h:
12440         Added funcattr hasStackParms will be set for reentrant functions when there
12441         are paramteres on the stack, this helps in minimizing frame pointer generation
12442         typeFromStr can handle function pointers now
12443
12444         * /doc/builtins.txt, /doc/TININative.txt:
12445         *** empty log message ***
12446
12447
12448 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12449
12450         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
12451         ALPHA version for -mTININative
12452
12453         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
12454         updated to reflect changes in the port structure
12455
12456         * /src/port.h:
12457         added function do_assemble (similar to do_link) if non-null this function
12458         will be called to do assembly (-mTININative) requires a multi command
12459         assembly
12460         added function genAssemblerEnd will be called to generate assembler Epilogue
12461
12462         * /src/SDCCsymt.c:
12463         added _JavaNative to debug info printing
12464
12465         * /src/SDCCmain.c: added option --tini-libid
12466         added port->do_assemble function (-mTININative) has a multi command assemble
12467
12468         * /src/SDCCglue.c: Disabled "constExpr" check
12469         added port->genAssemblerEnd function
12470
12471         * /src/SDCCglobl.h: Added option --tini-libid value
12472
12473         * /src/SDCCast.h:
12474         tookout optimizeCompare from the header (has no external references)
12475
12476         * /src/SDCCast.c: made one more function "static"
12477
12478 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
12479
12480         * src/z80/mappings.i: Added z80asm support.
12481
12482         * src/z80/main.c: Added z80asm support on --asm=z80asm
12483
12484         * src/z80/gen.c: Fixed asm portability issues.
12485
12486         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
12487
12488         * src/SDCCglue.c (printExterns): Added global/extern split.
12489
12490 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
12491
12492         * support/regression/Makefile: added test for mcs51 model large
12493
12494         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
12495
12496         * support/regression/ports/gbz80/spec.mk: added -mgbz80
12497
12498 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
12499
12500         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
12501
12502 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
12503
12504         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
12505
12506         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
12507
12508 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
12509
12510         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
12511
12512         * support/regression/tests/simplefloat.c: Port to mcs51.
12513
12514 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
12515         * support/regression/tests/bug-485362.c: Added.
12516
12517         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
12518
12519         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
12520
12521         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
12522
12523         * src/z80/gen.c (aopDump): Added a dump function.
12524
12525 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
12526         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
12527
12528         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
12529
12530         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
12531
12532         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
12533
12534         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
12535
12536         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
12537
12538         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
12539
12540         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
12541
12542         * support/regression/ports/ds390/support.c: Use tinibios.
12543
12544         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
12545
12546 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
12547
12548         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
12549         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
12550
12551         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
12552
12553         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
12554
12555 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
12556
12557         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
12558
12559         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
12560         (packRegsForIYUse): Created and optimised.
12561
12562 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
12563
12564         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
12565 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
12566
12567         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
12568
12569         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
12570
12571         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
12572
12573 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12574
12575         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
12576
12577         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
12578
12579 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12580
12581         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
12582
12583         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
12584
12585         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
12586
12587 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
12588
12589         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
12590         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
12591         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
12592
12593         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
12594
12595         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
12596         (genNotFloat): Added.
12597         (genUminusFloat): Added.
12598
12599         * device/lib/z80/Makefile: Added floating pt stubs.
12600
12601         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
12602
12603         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
12604
12605         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
12606
12607 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12608
12609         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
12610
12611         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
12612
12613         * sdcc/support/regression/Makefile: Add port ds390.
12614
12615         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
12616
12617         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
12618
12619         * sdcc/support/regression/ports/ds390/spec.mk: Added.
12620
12621         * sdcc/support/regression/ports/ds390/support.c: Added.
12622
12623         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
12624
12625         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
12626
12627         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
12628
12629 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12630
12631         * device/include/malloc.h: Added z80 and gbz80 support.
12632
12633         * device/lib/gbz80/heap.s: Added.
12634
12635         * device/lib/z80/heap.s: Added.
12636
12637         * device/lib/malloc.c: Added z80 and gbz80 support.
12638
12639         * support/regression/tests/malloc.c (testMalloc): Added.
12640
12641         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
12642
12643         * support/regression/tests/bug-478094.c: Added.
12644
12645         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
12646
12647 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
12648
12649         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
12650
12651         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
12652
12653         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
12654
12655         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
12656
12657         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
12658
12659 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12660
12661         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
12662
12663 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
12664
12665         * support/regression/tests/bug-477927.c: Added.
12666
12667         * src/z80/peeph.def: Added minor rules.
12668
12669         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
12670
12671         * src/z80/peeph.def: Added jump optimisation modification.
12672
12673 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
12674
12675         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
12676
12677 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
12678
12679         * support/regression/tests/funptrs.c: Added.
12680
12681 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
12682
12683         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
12684
12685 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
12686
12687         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
12688
12689         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
12690
12691         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
12692         (movLeft2ResultLong): Created.
12693
12694         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
12695         (joinPushes): Added.  Joins two char pushes into a word push.
12696
12697 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
12698
12699         * support/cpp2/Makefile.in (install): Added creation of dest dir.
12700
12701         * support/makebin/Makefile (install): Added creation of dest dir.
12702
12703 2001-10-24 Karl Bongers <karl AT turbobit.com>
12704
12705         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
12706
12707 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
12708
12709         * src/z80/ralloc.c: Turned off faulty pack for one use.
12710
12711         * src/z80/peeph-gbz80.def: Removed redundent restart options.
12712
12713         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
12714
12715 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
12716
12717         * support/regression/Makefile: Improved clean
12718
12719         * support/regression/ports/gbz80/spec.mk: Added clean
12720
12721         * support/regression/ports/host/spec.mk: Added clean
12722
12723         * support/regression/ports/z80/spec.mk: Added clean
12724
12725         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
12726
12727         * support/regression/ports/mcs51/timeout.c: little improvements
12728
12729 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
12730
12731         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
12732
12733         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
12734
12735         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
12736
12737 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
12738
12739         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
12740
12741         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
12742
12743 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
12744         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
12745
12746         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
12747
12748         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
12749
12750         * src/mcs51/main.c (_linkCmd): Added bin path to command.
12751
12752         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
12753
12754         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
12755
12756         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
12757
12758         * support/regression/tests/longor.c: Added.
12759
12760 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
12761
12762         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
12763
12764         * as/mcs51/aslink.h: define PATH_MAX
12765
12766         * as/mcs51/asm.h: define PATH_MAX
12767
12768         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
12769
12770         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
12771
12772         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
12773
12774         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
12775
12776         * src/SDCCglobl.h: define PATH_MAX
12777
12778         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
12779
12780         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
12781
12782 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
12783
12784         * src/z80/gen.c (gencjneshort): Fixed
12785
12786         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
12787
12788 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
12789
12790         * support/regression/tests/bug-469671.c: Added.
12791
12792         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
12793
12794 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
12795
12796         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
12797
12798         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
12799
12800 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
12801
12802         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
12803
12804         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
12805
12806         * src/device/lib/_mullong.c : removed hint: nooverlay bug
12807
12808         * src/device/lib/_divuint.c : removed hint: nooverlay bug
12809
12810         * src/device/lib/_divulong.c: removed hint: nooverlay bug
12811
12812         * src/device/lib/_moduint.c : removed hint: nooverlay bug
12813
12814         * src/device/lib/_modulong.c: removed hint: nooverlay bug
12815
12816 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
12817
12818         * 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.
12819
12820         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
12821
12822         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
12823
12824 2001-10-07    <johan AT FRIJA>
12825
12826         * device/lib/gets.c (gets): fixed the return value.
12827
12828 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
12829         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
12830
12831         * 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.
12832
12833         * 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.
12834
12835         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
12836
12837         * src/pic/gen.c: Removed Safe_strdup.
12838
12839         * configure.in: Added option to enable libgc support.
12840
12841         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
12842         (bitVectUnion): Optimised.
12843         (bitVectIntersect): Optimised.
12844         (bitVectBitsInCommon): Optimised.
12845         (bitVectCplAnd): Optimised.
12846
12847         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
12848
12849 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12850
12851         * src/SDCCmain.c: distinguish between assembler debug and plain options
12852
12853         * src/avr/main.c:   remove standard assembler options
12854
12855         * src/ds390/main.c: remove standard assembler options
12856
12857         * src/mcs51/main.c: remove standard assembler options
12858
12859         * src/port.h: removed "PENDING" comment
12860
12861 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12862
12863         * src/device/lib/_mulint.c  : new, with assember functions
12864
12865         * src/device/lib/_mullong.c : new, with assember functions
12866
12867         * src/device/lib/_divuint.c : with assember functions
12868
12869         * src/device/lib/_divsint.c : with assember functions
12870
12871         * src/device/lib/_divulong.c: with assember functions
12872
12873         * src/device/lib/_divslong.c: with assember functions
12874
12875         * src/device/lib/_moduint.c : with assember functions
12876
12877         * src/device/lib/_modsint.c : with assember functions
12878
12879         * src/device/lib/_modulong.c: with assember functions
12880
12881         * src/device/lib/_modslong.c: with assember functions
12882
12883         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
12884
12885         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
12886
12887         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
12888                                       replaced _mululong.c and _mulslong.c by _mullong.c
12889
12890 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12891
12892         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
12893
12894 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12895
12896         * src/SDCCglue.c: test, if win32api is available for MINGW
12897
12898 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12899
12900         * src/SDCCsymt.c: no more _modifier in printTypeChain()
12901         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
12902         * support/regression/ports/gbz80/spec.mk: removed GENERIC
12903         * support/regression/ports/host/spec.mk: removed GENERIC
12904         * support/regression/ports/mcs51/spec.mk: removed GENERIC
12905         * support/regression/ports/z80/spec.mk: removed GENERIC
12906
12907 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
12908
12909         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
12910
12911         * support/regression/tests/bug-467035.c: Created.
12912
12913 2001-10-01    <johan AT FRIJA>
12914
12915         * src/SDCC.y: fixed bug #466586 part 1
12916
12917 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
12918
12919         * SDCCicode.c: z80 has no generic pointers
12920         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
12921
12922 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
12923
12924         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
12925
12926 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
12927
12928         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
12929
12930         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
12931
12932 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
12933
12934         * configure.in: Fixed up so that ucsim is only configured once.
12935
12936         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
12937
12938         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
12939         (getPathDifference): As above.
12940
12941         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
12942
12943         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
12944
12945 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
12946         * .version: Updated to 2.3.1
12947
12948         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
12949         Added copyright header.
12950
12951         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
12952         (assemble): Added support for macro based assembler commands.
12953         (linkEdit): Added support for macro based linker commands.
12954         (preProcess): Changed the pre-processor to use macros.
12955         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
12956         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
12957
12958         * device/lib/z80/crt0.s: Added module name for debugging.
12959
12960 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
12961
12962         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12963
12964         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
12965
12966         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
12967
12968         * src/Makefile.in: Added SDCCmacro and SDCCutil
12969
12970 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
12971
12972         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12973
12974 2001-09-16    <johan AT FRIJA>
12975
12976         * 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.
12977
12978 2001-09-15    <johan AT FRIJA>
12979
12980         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
12981         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
12982
12983 2001-09-11    <johan AT FRIJA>
12984
12985         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
12986
12987 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
12988
12989         * support/regression/tests/bug-460444.c: Added test case.
12990
12991         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
12992         (genCast): Added justification for all of the asserts.
12993
12994 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
12995
12996         * support/regression/support.c: _xdata replaced by xdata
12997
12998         * support/regression/spec.mk: removed _generic
12999
13000 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
13001
13002         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
13003
13004         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
13005         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
13006
13007         * src/z80/peeph.def: Added a rule to optimise shift then compare.
13008
13009         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
13010
13011         * support/regression/tests/bug-460010.c: Added test case.
13012
13013         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
13014
13015 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
13016
13017         * support/regression/Makefile: inter-port-clean adjusted for mcs51
13018
13019         * support/regression/testfwk.c: removed workaround for bug #436344
13020
13021         * support/regression/tests/bp.c: use less memory with mcs51
13022
13023         * support/regression/tests/bug-441448.c: use less memory
13024
13025         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
13026
13027         * support/regression/collate-results.py: typo
13028
13029 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
13030
13031         * support/regression/tests/fetchoverlap.c: Added new test case.
13032
13033         * support/regression/tests/bp.c: Added new test case.
13034
13035         * support/regression/tests/bug-448984.c: Added new test case.
13036
13037         * support/regression/tests/pow2shifts.c: Added new test case.
13038
13039         * src/z80/gen.c: Turned off the noise it normally generates for the release.
13040         (genlshTwo): Fixed right shift for count > 8.
13041
13042         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
13043
13044 2001-09-08    <johan AT FRIJA>
13045
13046         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
13047
13048 2001-09-07    <johan AT FRIJA>
13049
13050         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
13051
13052         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
13053
13054 2001-09-06    <johan AT FRIJA>
13055
13056         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
13057         * bernhard noted me at this: "() equals to (void)" (1.38)
13058
13059 2001-09-05    <johan AT FRIJA>
13060
13061         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
13062
13063 2001-09-04    <johan AT FRIJA>
13064
13065         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
13066
13067
13068 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
13069
13070         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
13071
13072 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
13073
13074         * link/z80/aslink.h: Fixed path for PATH_MAX
13075
13076 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
13077
13078         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
13079
13080         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
13081
13082         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
13083
13084         * 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.
13085
13086 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
13087
13088         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
13089         (genCmp): Fixed up genCmp for the GB with longs.
13090
13091         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
13092
13093         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
13094
13095         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
13096
13097         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
13098
13099 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
13100
13101         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
13102
13103 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
13104
13105         * 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.
13106
13107         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
13108
13109 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
13110
13111         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
13112
13113         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
13114
13115 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
13116
13117   * sim/ucsim/configure:    little improvement of Cygwin-detection
13118   * sim/ucsim/configure.in: little improvement of Cygwin-detection
13119   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
13120   * support/regression/tests/bug-221100.c: small changes for mcs51
13121   * support/regression/tests/bug-221168.c: small changes for mcs51
13122   * support/regression/tests/bug-227710.c: small changes for mcs51
13123   * support/regression/tests/staticinit.c: small changes for mcs51
13124   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
13125   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
13126   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
13127
13128 $Revision$