1cbf384eeeee07c14cb1ecdff61483b7a51878e0
[fw/sdcc] / ChangeLog
1 2009-03-23 Borut Razem <borut.razem AT siol.net>
2
3         * src/SDCCval.c, src/SDCCmain.c, device/include/limits.h,
4           device/include/pic/limits.h, device/include/pic16/limits.h,
5           device/lib/_fs2schar.c, device/lib/pic/libsdcc/fs2schar.c,
6           device/lib/pic16/libsdcc/float/fs2schar.c, doc/sdccman.lyx,
7           support/regression/tests/funsigned-char.c:
8           applied patch 2704189: character constant sign fix
9           thanks to Robert Larice
10
11 2009-03-22 Borut Razem <borut.razem AT siol.net>
12
13         * Small Device C Compiler 2.9.0 released
14         * .version, doc/sdccman.lyx: changed sdcc version to 2.9.1
15
16 2009-03-15 Borut Razem <borut.razem AT siol.net>
17
18         * support/scripts/repack_release.sh: added
19
20 2009-03-13 Borut Razem <borut.razem AT siol.net>
21
22         * doc/sdccman.lyx: "freeware" replaced with "free open source"
23
24 2009-03-12 Borut Razem <borut.razem AT siol.net>
25
26         * src/z80/peep.c: #2652979: --debug crashes sdcc
27
28 2009-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
29
30         * src/SDCCglue.c,
31           support/regression/tests/bug2655200.c:
32           applied modified patch from Robert Larice <larice AT vidisys.de>
33           fixing original report of bug #2655200: pointer to pdata memory
34           not correctly initialized
35
36 2009-03-11 Borut Razem <borut.razem AT siol.net>
37
38         * as/asranlib/asranlib.c: retain the original file mode
39
40 2009-03-10 Borut Razem <borut.razem AT siol.net>
41
42         * src/mcs51/gen.c, src/z80/gen.c, src/hc08/gen.c, src/ds390/gen.c,
43           support/regression/tests/bug1875933.c:
44           fixed bug #1875933: Evelyn jumps into the void
45           thanks to Robert Larice
46
47 2009-03-10 Raphael Neider <rneider AT web.de>
48
49         * src/pic16/pcode.c (LinkFlow): fix invalid cast from pCodeLabel
50           to pCodeInstruction to avoid a segmentation fault
51
52 2009-03-03 Borut Razem <borut.razem AT siol.net>
53
54         * device/lib/printf_large.c: fixed bug #2656821: bug in printf
55
56 2009-03-03 Raphael Neider <rneider AT web.de>
57
58         * device/lib/pic/libdev/Makefile.in: build device-specific
59           libraries for the correct processor, fixes #2654585
60
61 2009-03-01 Raphael Neider <rneider AT web.de>
62
63         * device/lib/Makefile.in: fixed parallel builds (i.e., make -jN, N>1)
64
65 2009-03-01 Borut Razem <borut.razem AT siol.net>
66
67         * src/z80/peep.c: fixed bug #2648964: --i-code-in-asm crashes sdcc
68         * .version, sdcc.spec, doc/sdccman.lyx, doc/INSTALL.txt:
69           changed sdcc version to 2.9.0
70
71 2009-03-01 Maarten Brock <sourceforge.brock AT dse.nl>
72
73         * src/mcs51/ralloc.c (spillThis, spilSomething): fixed bug 2435941
74           (serialRegAssign): do not spil bit registers
75           throughout cosmetic changes
76         * support/regression/tests/bug2435941.c: new, added
77
78 2009-02-28 Raphael Neider <rneider AT web.de>
79
80         * src/regression/compare10.c,
81           src/regression/compare7.c,
82           src/regression/compare8.c,
83           src/regression/compare9.c: reset watchdog timer in time
84         * src/regression/configword.c: apply patch from #2488150
85         * src/pic/glue.c (pic14createInterruptVect): pin RESET vector
86           handler to 0x0000 as the linker no longer knows STARTUP sections
87         * src/pic/pcode.c (register_reassign, ReuseReg): applied modified
88           patch #2512926 to (mostly) fix #1762626, cosmetic changes
89         * src/pic/pcodepeep.c: remove reference to nonexisting function
90
91 2009-02-28 Raphael Neider <rneider AT web.de>
92
93         * device/include/pic16/signal.h: avoid multiline inline
94           assembler statements in macros, addresses #2644965
95
96 2009-02-27 Raphael Neider <rneider AT web.de>
97
98         * device/include/pic16/pic18f[24][3456]k20.h,
99           device/include/pic16/pic18f[68][567]j50.h,
100           device/include/pic16/pic18f[68]6j55.h,
101           device/lib/pic16/libdev/pic18f[24][3456]k20.c,
102           device/lib/pic16/libdev/pic18f[68][567]j50.c,
103           device/lib/pic16/libdev/pic18f[68]6j55.c,
104           device/include/pic16/pic18fregs.h,
105           device/include/pic16/pic16devices.txt,
106           device/lib/pic16/pics.all,
107           device/lib/pic16/libdev/Makefile.am,
108           device/lib/pic16/libio/Makefile.am: added/re-enabled many device
109           families (87j50 family contributed by Robert Wuest)
110
111         * device/include/pic16/adc.h,
112           device/lib/pic16/libio/adc/adcbusy.c,
113           device/lib/pic16/libio/adc/adcclose.c,
114           device/lib/pic16/libio/adc/adcconv.c,
115           device/lib/pic16/libio/adc/adcopen.c,
116           device/lib/pic16/libio/adc/adcsetch.c: added 65j50-style ADC
117
118         * doc/sdccman.lyx: updated list of supported devices, fixed typo
119         * device/lib/pic16/Makefile.common: do not suppress assembler warnings
120
121         * device/lib/pic16/Makefile.in,
122           device/lib/pic16/libm/Makefile.in,
123           device/lib/pic16/debug/Makefile.in,
124           device/lib/pic16/libio/Makefile.in,
125           device/lib/pic16/startup/Makefile.in,
126           device/lib/pic16/libsdcc/Makefile.in,
127           device/lib/pic16/libdev/Makefile.in,
128           device/lib/pic16/libc/Makefile.in: regenerated
129
130 2009-02-27 Borut Razem <borut.razem AT siol.net>
131
132         * as/z80/asexpr.c, as/z80/z80mch.c: re-fixed bugs
133           #1829678 and #1704376 in the way proposed by Alan Baldwin
134
135 2009-02-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
136
137         * device/include/mcs51/at89c51ed2.h: Fixed address of SFR P5. Thanks
138           to Steve Qu for the fix.
139
140 2009-02-23 Borut Razem <borut.razem AT siol.net>
141
142         * as/z80/asexpr.c: fixed bug #1829678: Z-80 CP A,<xxx> assembly
143           it is already fixed for mcs51 and hc08 targets
144         * as/z80/z80mch.c: fixed bug #1704376: missing as-z80 errors
145
146 2009-02-22 Borut Razem <borut.razem AT siol.net>
147
148         * device/lib/Makefile.in: fixed parenthesis error
149         * doc/sdccman.lyx: fixed webdocs bug #2071421: error in the manual,
150           fixed webdocs bug #1967920: --version
151
152 2009-02-18 Maarten Brock <sourceforge.brock AT dse.nl>
153
154         * device/include/mcs51/at89c51ed2.h: fixed bug #2071949 bitmask RBCK wrong
155
156 2009-02-17 Maarten Brock <sourceforge.brock AT dse.nl>
157
158         * as/link/mcs51/lkihx.c (hexRecord): bugfix do not insert extended address
159           when addresses are unsorted
160
161 2009-02-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
162
163         * device/include/mcs51/p89v66x.h: added ENBOOT thanks
164           Gudjon Gudjonsson <gudjon AT gudjon.org>
165         * device/include/mcs51/p89c66x.h: fixed some defines
166         * device/include/mcs51/p89v66x.h: fixed some sbit addresses
167         * doc/sdccman.lyx: added <NO FLOAT> to index, try to reanimate
168           svn keywords
169
170 2009-02-14 Borut Razem <borut.razem AT siol.net>
171
172         * doc/sdccman.lyx: corrected cpp info
173
174 2009-02-13 Borut Razem <borut.razem AT siol.net>
175
176         * as/Makefile.in: *.doc renamed to *.txt
177
178 2009-02-11 Borut Razem <borut.razem AT siol.net>
179
180         * as/doc/aslnk.doc, as/doc/abstra.doc: renamed to *.txt
181         * as/doc/aslnk.txt, as/doc/asxhtml.html: changed licens to GPLv3
182
183 2009-02-11 Borut Razem <borut.razem AT siol.net>
184
185         * doc/sdccman.lyx: documented ar format libraries
186
187 2009-02-10 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
188
189         * support/regression/tests/float_single.c: added regression
190           test. Some testpoints for probably rarely used functions
191           (acosf, sinhf, tanf, expf) disabled for some targets
192
193 2009-02-10 Raphael Neider <rneider AT web.de>
194
195         * src/pic16/gen.c (pic16_freeAsmop): avoid NULL pointer dereference,
196           (genAssign): fixed for operands on the stack
197
198         * device/lib/pic16/libc/stdio/vfprintf.c,
199           device/lib/pic16/configure.ac,
200           device/lib/pic16/Makefile.common: add configurable support for
201           printing floats via ./configure --enable-floats
202         * device/lib/pic16/configure,
203           device/lib/pic16/Makefile.in,
204           device/lib/pic16/libm/Makefile.in,
205           device/lib/pic16/debug/Makefile.in,
206           device/lib/pic16/libio/Makefile.in,
207           device/lib/pic16/startup/Makefile.in,
208           device/lib/pic16/libsdcc/Makefile.in,
209           device/lib/pic16/libdev/Makefile.in,
210           device/lib/pic16/libc/Makefile.in: regenerated
211         * doc/sdccman.lyx: documented float support and how to get it
212         * doc/Makefile.in: fixed race condition on parallel builds
213
214         * device/lib/pic16/libc/stdio/sprintf.c,
215           device/lib/pic16/libc/stdio/vsprintf.c: do not mess up the user's
216           pointer to the string buffer, enlarge buffer for x_ftoa()
217
218 2009-02-10 Borut Razem <borut.razem AT siol.net>
219
220         * device/lib/printf_tiny.c: replaced non-C89 comments '//' with '/* */'
221
222 2009-02-10 Raphael Neider <rneider AT web.de>
223
224         * device/include/pic16/pic18f*.h: add bit aliases in INTCONbits_t
225
226 2009-02-09 Raphael Neider <rneider AT web.de>
227
228         * src/pic16/pcode.c (assignToSameBank): add force argument to ignore
229           artificial bank size limits for compound data (structs, arrays),
230           avoids assert if --obanksel=N, N > 1, is given
231
232 2009-02-09 Borut Razem <borut.razem AT siol.net>
233
234         * as/asranlib/asranlib.c, link/lkar.c: don't check the padding bytes since
235           the openSUSE GNU ar (GNU Binutils; openSUSE 11.0) 2.18.50.20080409-11.1
236           uses '`' character instead '\n' for padding
237         * as/asranlib/asranlib.c: made it more robust
238
239 2009-02-08 Borut Razem <borut.razem AT siol.net>
240
241         * as/COPYING3: added
242         * support/scripts/sdcc.nsi: added COPYING3.txt to the package
243         * device/lib/Makefile.in: reenable floating point in model-xstack-auto
244           libraries
245
246 2009-02-07 Borut Razem <borut.razem AT siol.net>
247
248         * as/asranlib/asranlib.c: fixed BSD header length calculation
249         * .version, doc/sdccman.lyx: bumped sdcc version to 2.8.9
250           due sdcc asxxxx license change to GPLv3
251
252 2009-02-05 Borut Razem <borut.razem AT siol.net>
253
254         * as/asranlib/asranlib.c, link/lkar.h, link/lkar.c:
255           added support for BSD (Mac OS X) ar format
256         * as/asxxsrc/aslex.c, as/as/asxxsrc/asnoice.c, as/as/asxxsrc/assym.c,
257           as/as/hc08/asdata.c, as/hc08/asexpr.c, as/hc08/aslist.c,
258           as/hc08/asm.h, as/hc08/asmain.c, as/hc08/asout.c, as/hc08/assubr.c,
259           as/hc08/m08adr.c, as/hc08/m08ext.c, as/hc08/m08mch.c,
260           as/hc08/m08pst.c, as/hc08/m6808.h, as/link/aslink.h,
261           as/link/hc08/lkarea.c, as/link/hc08/lkelf.c, as/link/hc08/lkihx.c,
262           as/link/hc08/lkmain.c, as/link/hc08/lkmem.c, as/link/hc08/lkrloc.c,
263           as/link/hc08/lks19.c, as/link/lkaomf51.c, as/link/lkdata.c,
264           as/link/lkeval.c, as/link/lkhead.c, as/link/lklex.c, as/link/lklib.c,
265           as/link/lklibr.c, as/link/lklibr.h, as/link/lklist.c,
266           as/link/lknoice.c, as/link/lkrel.c, as/link/lkrel.h,
267           as/link/lksdcclib.c, as/link/lkstore.c, as/link/lksym.c,
268           as/link/mcs51/lkarea.c, as/link/mcs51/lkihx.c,
269           as/link/mcs51/lkmain.c, as/link/mcs51/lkmem.c,
270           as/link/mcs51/lkrloc.c, as/link/mcs51/lks19.c, as/link/z80/lkarea.c,
271           as/link/z80/lkgb.c, as/link/z80/lkgg.c, as/link/z80/lkihx.c,
272           as/link/z80/lkmain.c, as/link/z80/lkrloc.c, as/link/z80/lks19.c,
273           as/mcs51/asdata.c, as/mcs51/asexpr.c, as/mcs51/aslist.c,
274           as/mcs51/asm.h, as/mcs51/asmain.c, as/mcs51/asout.c,
275           as/mcs51/assubr.c, as/mcs51/i51adr.c, as/mcs51/i51ext.c,
276           as/mcs51/i51mch.c, as/mcs51/i51pst.c, as/mcs51/i8051.h,
277           as/xa51/xa_link.c, as/xa51/xa_main.c, as/xa51/xa_main.h,
278           as/xa51/xa_rasm.l, as/xa51/xa_rasm.y, as/xa51/xa_version.h,
279           as/z80/asdata.c, as/z80/asexpr.c, as/z80/aslist.c, as/z80/asm.h,
280           as/z80/asmain.c, as/z80/asout.c, as/z80/assubr.c, as/z80/z80.h,
281           as/z80/z80adr.c, as/z80/z80ext.c, as/z80/z80mch.c, as/z80/z80pst.c:
282           changed license to GPL either version 3, or (at your option) any
283           later version
284
285 2009-02-05 Borut Razem <borut.razem AT siol.net>
286
287         * as/asranlib/asranlib.c, link/lkar.h, link/lkar.c:
288           added support for BSD (Mac OS X) ar format
289
290 2009-02-02 Borut Razem <borut.razem AT siol.net>
291
292         * device/lib/gbz80/Makefile.in, device/lib/hc08/Makefile.in,
293           device/lib/z80/Makefile.in:
294           chose source files in the PORT directory if they are available
295
296 2009-02-01 Raphael Neider <rneider AT web.de>
297
298         * device/lib/pic16/libdev/pic18f1220.c,
299         * device/lib/pic16/libdev/pic18f4450.c:
300           define SSPBUF to allow use of printf
301
302 2009-02-01 Borut Razem <borut.razem AT siol.net>
303
304         * device/lib/Makefile.in, device/lib/gbz80/Makefile.in,
305           device/lib/hc08/Makefile.in, device/lib/incl.mk,
306           device/lib/z80/Makefile.in:
307           don't remake libraries
308         * support/regression/tests/snprintf.c:
309           reenable floating point in small-xstack-auto library
310
311 2009-01-26 Raphael Neider <rneider AT web.de>
312
313         * src/pic16/ralloc.c (packForPush): disabled to fix #2496919
314
315 2009-01-25 Raphael Neider <rneider AT web.de>
316
317         * src/pic16/main.c (_pic16_linkEdit): prepend -L paths to linker
318           search path instead of appending them
319
320 2009-01-24 Borut Razem <borut.razem AT siol.net>
321
322         * as/asranlib/asranlib.h: changed type of offset to unsigned int to
323           make it work on ppc Mac OS X (off_t is 64 bit and is not converted
324           to 32 bit unsigned int when calling sputl() since it is a macro
325         * as/link/lkar.c: changed the initialization of This->loaded
326
327 2009-01-23 Borut Razem <borut.razem AT siol.net>
328
329         * as/link/lkar.h: changed type of ar_size to size_t to make it work on
330           ppc Mac OS X (off_t is 64 bit and is not converted to 32 bit
331           unsigned int when calling new(), since asxxxx doesn't use function
332           prototypes)
333
334 2009-01-21 Borut Razem <borut.razem AT siol.net>
335
336         * as/link/lkar.h: sgetl and sputl are independent of endianness
337         * as/link/sdxxxx_config.h.in: removed endianness detection
338
339 2009-01-20 Borut Razem <borut.razem AT siol.net>
340
341         * .version, doc/sdccman.lyx: bumped sdcc version to 2.8.8
342           due creation of ar format libraries
343         * support/scripts/sdcc.nsi:
344           don't add nonexistent object files to the package
345
346 2009-01-19 Borut Razem <borut.razem AT siol.net>
347
348         * Makefile.in, configure.in, configure,
349           device/lib/Makefile.in, device/lib/ds390/Makefile.in,
350           device/lib/ds400/Makefile.in, device/lib/gbz80/Makefile.in,
351           device/lib/hc08/Makefile.in, device/lib/large/Makefile.in,
352           device/lib/mcs51/Makefile.in, device/lib/medium/Makefile.in,
353           device/lib/small/Makefile.in,
354           device/lib/z80/Makefile.in: create ar format libraries
355         * support/regression/ports/mcs51-xstack-auto/spec.mk:
356           use device/lib/Makefile to create library
357         * support/regression/tests/snprintf.c:
358           floating point is not enabled in small-xstack-auto library
359         * device/lib/libfloat.lib, device/lib/libint.lib,
360           device/lib/liblong.lib, device/lib/libsdcc.lib: removed
361
362 2009-01-18 Borut Razem <borut.razem AT siol.net>
363
364         * support/cpp/auto-host.h: fixed warning: "__STDC__" redefined,
365           warning: extra tokens at end of #endif directive
366
367 2009-01-11 Borut Razem <borut.razem AT siol.net>
368
369         * Makefile.in: added SDCC_ASRANLIB to PKGS
370
371 2009-01-10 Borut Razem <borut.razem AT siol.net>
372
373         * support/scripts/sdcc.nsi: added asranlib.exe to the install package
374         * .version, doc/sdccman.lyx: bumped sdcc version to 2.8.7
375           due added support for ar format libraries
376
377 2009-01-09 Borut Razem <borut.razem AT siol.net>
378
379         * as/asranlib/Makefile.in, as/asranlib/asranlib.dsp,
380           as/asranlib/asranlib.c: added asranlib
381         * as/link/lkar.c, as/link/lkar.h: added support for ar format libraries
382         * Makefile.in, as/link/hc08/Makefile.in,
383           as/link/hc08/link_hc08.dsp, as/link/lklib.c, as/link/lklibr.c,
384           as/link/lklibr.h, as/link/lkrel.c, as/link/lkrel.h,
385           as/link/lksdcclib.c, as/link/mcs51/Makefile.in,
386           as/link/mcs51/aslink.dsp, as/link/z80/Makefile.in,
387           as/link/z80/linkgbz80.dsp, as/link/z80/linkz80.dsp, configure,
388           configure.in, sdcc.dsw: modified to support ar format libraries
389
390 2009-01-08 Maarten Brock <sourceforge.brock AT dse.nl>
391
392         * src/SDCCast.c (decorateType RETURN): use RESULT_TYPE_GPTR for generic
393           pointer return
394
395 2009-01-05 Philipp Klaus Krause <pkk AT spth.de>
396
397         * sim/ucsim/z80.src/inst_ed.cc:
398           Fixed bug #2488074, which made regression tests fail.
399
400 2009-01-05 Philipp Klaus Krause <pkk AT spth.de>
401
402         * device/lib/z80/mod.s,
403           device/lib/z80/div.s,
404           device/lib/z80/mulchar.s,
405           device/lib/z80/mul.s,
406           device/lib/z80/divsigned.s,
407           device/lib/z80/Makefile.in:
408           Implemented RFE #1702376.
409
410 2009-01-05 Borut Razem <borut.razem AT siol.net>
411
412         * as/link/lksdcclib.c:
413           fixed linker hanging in INDEXLIB is not defined (hc08)
414
415 2009-01-04 Philipp Klaus Krause <pkk AT spth.de>
416
417         * src/z80/gen.c:
418           Implemented RFE #2485684, and some further improvements of HL caching
419           including a bugfix.
420         * src/z80/peeph-z80.def:
421           Fixed a bug exposed by implementing RFE #2485684.
422
423 2009-01-04 Philipp Klaus Krause <pkk AT spth.de>
424
425         * src/z80/peeph-z80.def:
426           Peephole improvements.
427         * src/z80/gen.c,
428           src/z80/main.c,
429           device/include/string.h,
430           device/lib/z80/memmove.s:
431           Minor code cleanup.
432         * device/lib/z80/Makefile.in,
433           device/lib/Makefile.in,
434           support/regression/tests/memory.c,
435           device/lib/z80/strlen.s:
436           Partially implemented RFE #2471534.
437
438 2009-01-04 Borut Razem <borut.razem AT siol.net>
439
440         * .version, doc/sdccman.lyx: bumped sdcc version to 2.8.6
441           due changes in sdcc asxxxx linkers - it sholud be done 2 days ago :(
442         * doc/README.txt: updated John Hartman's e-mail address
443         * as/link/lkrel.c, as/link/lksdcclib.c:
444           fixed bug #2484677: Linker hangs
445         * src/z80/peep.c: fixed msvc warning C4047:
446           'return' : 'int ' differs in levels of indirection from 'char *'
447         * config.dsp: as/lib corrected to as/link
448
449 2009-01-04 Philipp Klaus Krause <pkk AT spth.de>
450
451         * src/z80/peep.c:
452           Implemented RFE #2484693.
453         * src/z80/peeph-z80.def:
454           Some peephole improvements.
455
456 2009-01-03 Borut Razem <borut.razem AT siol.net>
457
458         * as/link/lklibr.c:
459           fixed warning: 'ret' may be used uninitialized in this function
460
461 2009-01-02 Borut Razem <borut.razem AT siol.net>
462
463         * as/link/lklib.c, as/link/lksdcclib.c, as/link/lklibr.h,
464           as/link/getline.[ch], as/link/lkrel.[ch]: added,
465           made support for differnet library formats more flexible,
466           preparation for support of ar format
467         * as/link/lklibr.c, as/link/z80/Makefile.in,
468           as/link/z80/linkgbz80.dsp, as/link/z80/linkz80.dsp,
469           as/link/hc08/link_hc08.dsp, as/link/hc08/Makefile.in,
470           as/link/mcs51/aslink.dsp, as/link/mcs51/Makefile.in,
471           as/link/hc08/lkelf.c, as/link/aslink.h:
472           made support for differnet library formats more flexible,
473           preparation for support of ar format
474
475 2009-01-01 Borut Razem <borut.razem AT siol.net>
476
477         * as/link/asxxxx_config.h.in:
478           fixed warning: extra tokens at end of #endif directive
479         * src/z80/peep.c:
480           fixed warning: suggest parentheses around && within ||
481         * device/lib/Makefile.in: allow whitespaces at the end of lines in
482           ports.build, in order to make it work on cygwin - it seems to be a
483           bug in cygwin grep: CR is not treated as part of end-of-line
484
485 2008-12-31 Borut Razem <borut.razem AT siol.net>
486
487         * configure, configure.in, config.dsp, config_vc.awk,
488           as/link/asxxxx_config.h.in, as/link/hc08/lkelf.c, as/link/aslink.h,
489           as/link/hc08/Makefile.in, as/link/mcs51/Makefile.in:
490           introduced asxxxx_config.h.in
491
492 2008-12-30 Philipp Klaus Krause <pkk AT spth.de>
493
494         * src/z80/gen.c,
495           src/z80/peeph-z80.def:
496           Minor addition improvement.
497
498 2008-12-30 Raphael Neider <rneider AT web.de>
499
500         * as/link/hc08/lkelf.c, as/link/lkaomf51.c, as/link/lklibr.c,
501           as/link/z80/lkgb.c, debugger/mcs51/cmd.c, sim/ucsim/utils.cc,
502           src/SDCCasm.c, support/Util/dbuf_string.c, support/cpp/c-ppoutput.c,
503           support/cpp/libcpp/lex.c, support/cpp/libcpp/macro.c,
504           support/librarian/sdcclib.c, support/makebin/makebin.c:
505           partially revert changes from r5293..r5295
506
507 2008-12-29 Philipp Klaus Krause <pkk AT spth.de>
508
509         * src/z80/peeph-z80.def:
510           Minor peephole improvement.
511
512 2008-12-29 Raphael Neider <rneider AT web.de>
513
514         * src/pic/pcode.c (insertBankSel, FixRegisterBanking): emit
515           incorrectly discarded BANKSELs
516
517 2008-12-29 Philipp Klaus Krause <pkk AT spth.de>
518
519         * support/regression/tests/memory.c:
520           Added simple test for memset(), memcpy() and memmove()
521
522 2008-12-29 Borut Razem <borut.razem AT siol.net>
523
524         * sdcc/support/scripts/sdcc.nsi: removed $INSTDIR\lib\src\z80\*.c
525
526 2008-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
527
528         * src/mcs51/peeph.def (177.e): replaced notVolatile(%3) with
529           operandsNotRelated(%1 %3), had to change (a)r%1 to (a)%1 for this to work
530           (177.j): added new rule
531         * src/SDCCsymt.h: added RESULT_TYPE_GPTR
532         * src/SDCCast.c (processParms): use RESULT_TYPE_GPTR for generic ptr parms,
533           (decorateType CAST): propagate storage class to generic pointer results
534
535 2008-12-27 Philipp Klaus Krause <pkk AT spth.de>
536
537         * device/lib/z80/string.c,
538           device/lib/z80/printf.c,
539           device/lib/z80/mul.s:
540           z80 library cleanup
541         * src/z80/gen.c:
542           Fixed code generation bug exposed by builtin memcpy().
543
544 2008-12-27 Philipp Klaus Krause <pkk AT spth.de>
545
546         * device/lib/_memcpy.c:
547           fixed conflict with builtin memcpy()
548
549 2008-12-26 Borut Razem <borut.razem AT siol.net>
550
551         * support/librarian/sdcclib.c:
552           fixed bug 2466950: "sdcclib broken"
553           by removing fgets return value check
554
555 2008-12-26 Philipp Klaus Krause <pkk AT spth.de>
556         * src/z80/main.c,
557           src/z80/gen.c,
558           device/include/string.h: Implemented RFE #1914254
559
560 2008-12-26 Philipp Klaus Krause <pkk AT spth.de>
561         * device/lib/z80/Makefile.in,
562           device/lib/Makefile.in,
563           device/lib/z80/memmove.s: Implemented RFE #1914256
564
565 2008-12-26 Philipp Klaus Krause <pkk AT spth.de>
566
567         * src/z80/peeph-z80.def: fixed a bug in peephole 0zf
568         * src/z80/peep.c: improved checks for unused data
569         * src/z80/gen.c,
570           src/z80/main.c: Implemented RFE #1899189
571
572 2008-12-25 Borut Razem <borut.razem AT siol.net>
573
574         * support/regression/Makefile.in:
575           add -I$(INC_DIR) to SDCCFLAGS only if INC_DIR is defined
576
577 2008-12-25 Philipp Klaus Krause <pkk AT spth.de>
578
579         * src/z80/peeph-z80.def: minor peephole improvements
580
581 2008-12-21 Borut Razem <borut.razem AT siol.net>
582
583         * support/librarian/sdcclib.c: fixed build failure on Mac OS X
584           due to redefinition of symbol __assert
585           sdcclib.c:53:1:warning: "__assert" redefined
586           /Xcode2.5/SDKs/MacOSX10.4u.sdk/usr/include/assert.h:80:1:
587           warning: this is the location of the previous definition
588
589 2008-12-20 Raphael Neider <rneider AT web.de>
590
591         * debugger/mcs51/break.c, debugger/mcs51/cmd.c,
592           debugger/mcs51/simi.c, debugger/mcs51/symtab.c,
593           support/cpp/libcpp/macro.c: fix format string errors
594
595         * sim/ucsim/s51.src/timer2.cc: add clarifying parens
596
597         * src/pic/device.c: partial rewrite using strtok,
598           quieten compiler warnings, adopt SDCC coding style
599
600         * as/link/hc08/lkelf.c, as/link/lkaomf51.c, as/link/lklibr.c,
601           as/link/z80/lkgb.c, as/z80/asout.c, debugger/mcs51/cmd.c,
602           sim/ucsim/utils.cc, src/SDCCasm.c, support/Util/dbuf_string.c,
603           support/cpp/c-ppoutput.c, support/cpp/libcpp/lex.c,
604           support/librarian/sdcclib.c, support/makebin/makebin.c:
605           quieten most compiler warnings
606
607         * sim/ucsim/avr.src/arith_inst.cc: quieten compiler warnings,
608           probably fix operator precedence bug
609
610         * doc/clean.mk: quieten rm if no .lyx is present
611
612 2008-12-19 Borut Razem <borut.razem AT siol.net>
613
614         * doc/sdccman.lyx, doc/random-notes.txt, doc/avr/avr_design.txt,
615           doc/TININative.txt, doc/macro-sys-design.txt, doc/libdoc.txt,
616           doc/README.txt, doc/test_suite_spec.lyx:
617           applied patch 2446381: Dcoumentation spelling correcitons
618           thanks to Steven Borley
619
620 2008-12-16 Raphael Neider <rneider AT web.de>
621
622         * device/include/pic/pic12f629.h,
623           device/include/pic/pic12f675.h,
624           device/lib/pic/libdev/pic12f629.c,
625           device/lib/pic/libdev/pic12f675.c: consolidated, added TRISIO bits
626
627 2008-12-14 Borut Razem <borut.razem AT siol.net>
628
629         * doc/sdccman.lyx, cdbfileformat.lyx, test_suite_spec.lyx:
630           converted to LyX 1.5.7 (\lyxformat 276) format
631
632 2008-12-07 Borut Razem <borut.razem AT siol.net>
633
634         * support/regression/tests/bitfields.c:
635           added test case for bug #2366757
636
637 2008-12-07 Raphael Neider <rneider AT web.de>
638
639         * src/pic16/glue.c (pic16_printIvalBitFields): prevent
640           NULL pointer dereference, closes #2366757
641
642 2008-11-25 Raphael Neider <rneider AT web.de>
643
644         * device/include/pic16/pic16devices.txt,
645           sdcc/src/pic16/device.c,
646           sdcc/src/pic16/device.h: implicitly disable XINST
647           whenever CONFIG4L is set via an additional optional
648           argument to the configword directive in pic16devices.txt
649
650 2008-11-24 Raphael Neider <rneider AT web.de>
651
652         * device/lib/pic16/configure.ac,
653           device/lib/pic16/Makefile.common: fixed quoting issues
654
655         * device/lib/pic16/configure,
656           device/lib/pic16/debug/Makefile.in,
657           device/lib/pic16/libc/Makefile.in,
658           device/lib/pic16/libdev/Makefile.in,
659           device/lib/pic16/libio/Makefile.in,
660           device/lib/pic16/libm/Makefile.in,
661           device/lib/pic16/libsdcc/Makefile.in,
662           device/lib/pic16/Makefile.in,
663           device/lib/pic16/startup/Makefile.in: regenerated
664
665         * src/pic16/main.c (_pic16_finaliseOptions): revert to
666           variant of r5216
667
668 2008-11-24 Raphael Neider <rneider AT web.de>
669
670         * src/pic16/main.c (_pic16_finaliseOptions): do not quote the
671           argument of --asm= or --link= to allow for
672           --asm="sh script --options", the user can double quote the
673           argument if needed: --asm="'c:/program files/gpasm' -q",
674           also fix some potential buffer overflows
675
676 2008-11-19 Borut Razem <borut.razem AT siol.net>
677
678         * doc/sdccman.lyx:
679           fixed 2314467: sdccman.lyx: fix "--" in command line parameters
680           thanks Mauro Giachero
681
682 2008-11-16 Borut Razem <borut.razem AT siol.net>
683
684         * .version, doc/sdccman.lyx: bumped sdcc version to 2.8.5
685         * doc/sdccman.lyx: documented fixed unnamed bit-field initialization
686
687 2008-11-15 Borut Razem <borut.razem AT siol.net>
688
689         * src/pic16/glue.c, src/SDCC.y, src/SDCCast.c, src/SDCCglue.c,
690           src/SDCCsymt.c, src/SDCCsymt.h:
691           fixed RFE #2291335 : Unnamed bit-field initialization
692         * support/regression/tests/bitfields.c:
693           added test case for RFE #2291335
694         * support/regression/tests/bug-1981238.c:
695           don't initialize unnamed bit-fields
696
697 2008-11-11 Raphael Neider <rneider AT web.de>
698
699         * device/include/pic16/pic18f25j10.h,
700           device/include/pic16/pic18f45j10.h: remove useless boilerplate
701
702         * device/include/pic16/adc.h,
703           device/lib/pic16/libio/adc/adcbusy.c,
704           device/lib/pic16/libio/adc/adcclose.c,
705           device/lib/pic16/libio/adc/adcconv.c,
706           device/lib/pic16/libio/adc/adcopen.c,
707           device/lib/pic16/libio/adc/adcread.c,
708           device/lib/pic16/libio/adc/adcsetch.c: generalized, documented,
709           and fixed ADC routines to work for more target devices,
710           incorporates patch #2036130 by Nick Materer
711
712 2008-11-10 Steven Borley <steven.borley AT partnerelectronics.com>
713
714         * device/include/ctype.h,
715         * device/include/ds400rom.h,
716         * device/include/ds80c390.h,
717         * device/include/float.h,
718         * device/include/math.h,
719         * device/include/serial.h,
720         * device/include/stdbool.h,
721         * device/include/tinibios.h: replaced non-C89 '//' with '/* */',
722           patch 2195343
723         * device/include/mcs51/C8051F336.h,
724         * device/include/mcs51/C8051T600.h,
725         * device/include/mcs51/C8051T610.h,
726         * device/include/mcs51/C8051T630.h: new, added, patch 2183334
727           (svn commit by Maarten Brock <sourceforge.brock AT dse.nl>)
728
729 2008-11-10 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
730
731         * device/include/mcs51/P89LPC922.h: fixed #2255989, thanks kubi57
732
733 2008-11-10 Raphael Neider <rneider AT web.de>
734
735         * device/lib/pic16/libdev/mkmk.sh: obey pics.all
736         * device/lib/pic16/libio/mkmk.sh: properly match whole lines in
737           .ignore files, fixes IO libs for 18f242, 18f252, 18f442, and 18f452
738           (patch by Nick Materer, #2253980)
739
740         * device/lib/pic16/libio/adc.ignore,
741           device/lib/pic16/libio/i2c.ignore,
742           device/lib/pic16/libio/usart.ignore,
743           device/lib/pic16/pics.all: updated to build more device libs
744
745         * device/lib/pic16/libdev/Makefile.am,
746           device/lib/pic16/libdev/Makefile.in,
747           device/lib/pic16/libio/Makefile.am,
748           device/lib/pic16/libio/Makefile.in: regenerated
749
750         * src/pic16/device.c (pic16_dump_usection): fixed output of multiple
751           names per memory location, applied SDCC style to more functions
752
753 2008-11-09 Gudjon I. Gudjonsson <gudjon AT gudjon.org>
754
755         * device/include/mcs51/p89lpc933_4.h: new NXP header file
756         * device/include/mcs51/p89lpc935_6.h: new NXP header file
757         * device/include/mcs51/p89v66x.h: minor changes
758           (svn commit by Frieder Ferlemann <Frieder.Ferlemann AT web.de>)
759
760 2008-11-09 Raphael Neider <rneider AT web.de>
761
762         * device/include/pic/pic14devices.txt: fixed memory description for
763           12f629 and 12f675, closes #2236240
764
765 2008-11-06 Borut Razem <borut.razem AT siol.net>
766
767         * src/SDCCmain.c: fixed bug #2224960: sdcc -MM no working correctly
768           pass system include paths with -isystem to sdcpp
769         * src/SDCCglue.c, src/pic/glue.c, src/pic16/glue.c: removed unneeded
770           functions (closePipes), (closeTmpFiles) and (rmTmpFiles)
771
772 2008-11-02 Raphael Neider <rneider AT web.de>
773
774         * doc/sdccman.lyx: updated the sections on the library build process
775           and on how to add support for new devices, and documented known
776           problems with the extended instruction set including a workaround
777
778 2008-11-01 Raphael Neider <rneider AT web.de>
779
780         * device/include/pic16/adc.h,
781           device/include/pic16/pic16devices.txt,
782           device/include/pic16/pic18f2410.h,
783           device/include/pic16/pic18f2510.h,
784           device/include/pic16/pic18f2515.h,
785           device/include/pic16/pic18f2610.h,
786           device/include/pic16/pic18f4410.h,
787           device/include/pic16/pic18f4510.h,
788           device/include/pic16/pic18f4515.h,
789           device/include/pic16/pic18f4610.h,
790           device/include/pic16/pic18fregs.h,
791           device/lib/pic16/libdev/Makefile.am,
792           device/lib/pic16/libdev/Makefile.in,
793           device/lib/pic16/libdev/pic18f2410.c,
794           device/lib/pic16/libdev/pic18f2510.c,
795           device/lib/pic16/libdev/pic18f2515.c,
796           device/lib/pic16/libdev/pic18f2610.c,
797           device/lib/pic16/libdev/pic18f4410.c,
798           device/lib/pic16/libdev/pic18f4510.c,
799           device/lib/pic16/libdev/pic18f4515.c,
800           device/lib/pic16/libdev/pic18f4610.c,
801           device/lib/pic16/libio/Makefile.am,
802           device/lib/pic16/libio/Makefile.in,
803           device/lib/pic16/pics.all: added support for 18f[24][456]10
804           and 18f[24]515 devices
805         * doc/sdccman.lyx: updated list of supported PIC16 devices
806
807         * src/pic/glue.c, src/pic/pcode.c, src/pic/pcodeflow.c,
808           src/pic16/glue.c, src/pic16/pcode.c, src/pic16/pcodeflow.c,
809           src/xa51/gen.c: avoid compiler warnings
810         * support/scripts/inc2h-pic16.pl: removed trailing whitespace
811
812 2008-10-22 Gudjon I. Gudjonsson <gudjon AT gudjon.org>
813
814         * device/include/mcs51/p89v66x.h: NXP header file
815         * device/include/mcs51/p89c66x.h: fixed an SBIT definition
816           (svn commit by Frieder Ferlemann <Frieder.Ferlemann AT web.de>)
817
818 2008-10-14 Raphael Neider <rneider AT web.de>
819
820         * device/lib/pic16/libdev/Makefile.am,
821           device/lib/pic16/libio/Makefile.am: enable building libraries for
822           18f2321, 18f4321, 18f2523, 18f4620, 18f66j60, 18f66j65, 18f67j60,
823           18f86j60, 18f86j65, 18f87j60, 18f96j60, 18f96j65, and 18f97j60
824         * device/lib/pic16/libdev/Makefile.in,
825           device/lib/pic16/libio/Makefile.in: regenerated
826
827 2008-10-14 Raphael Neider <rneider AT web.de>
828
829         * device/include/pic16/pic18f2450.h,
830           device/include/pic16/pic18f4450.h,
831           device/lib/pic16/libdev/pic18f2450.c,
832           device/lib/pic16/libdev/pic18f4450.c,
833           device/include/pic16/adc.h,
834           device/include/pic16/pic16devices.txt,
835           device/include/pic16/pic18fregs.h,
836           device/lib/pic16/libdev/Makefile.am,
837           device/lib/pic16/libdev/Makefile.in,
838           device/lib/pic16/libio/Makefile.am,
839           device/lib/pic16/libio/Makefile.in,
840           device/lib/pic16/pics.all: added 18f2450 and 18f4450, closes #1844525
841
842         * device/lib/pic16/libsdcc/stack/stack.S: there is no need to pin the
843           stack to a fixed location, relax it to automatically work with all
844           but the smallest devices (256 byte RAM devices need #pragma stack)
845
846 2008-10-09 Maarten Brock <sourceforge.brock AT dse.nl>
847
848         * debugger/mcs51/break.c: bugfix from patch 1989966, thanks Risto Huotari
849         * debugger/mcs51/simi.c: bugfix from patch 1989972, thanks Risto Huotari
850         * device/lib/_strcspn.c: fixed bug 2140931
851
852 2008-10-06 Raphael Neider <rneider AT web.de>
853
854         * device/include/pic16/stdio.h,
855           device/lib/pic16/libc/stdio/putchar.c: putchar should not be
856           declared __naked for convenience, named all arguments
857         * device/lib/pic16/libc/stdio/strmgpsim.c,
858           device/lib/pic16/libc/stdio/strmmssp.c,
859           device/lib/pic16/libc/stdio/strmusart.c: cosmetic changes
860
861         * src/pic16/pcode.c (createReachingDefinitions): avoid segfault on
862           empty __naked functions,
863         * (pCodeLabelDestruct, pic16_unlinkpCode, pic16_pCodeUnlink): fix
864           corner cases (unlink first/last pCode in list), reuse more code
865
866 2008-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
867
868         * src/ds390/main.c (_ds390_genInitStartup): added
869         * src/SDCCpeeph.c (getPatternVar): new, added,
870           (labelInRange): fixed bug 2115959
871         * src/mcs51/peeph.def (rules 193.x to 198.x): check for labelInRange
872         * src/SDCCicode.h: added newiTempOperand
873         * src/SDCCcse.c (algebraicOpts): fixed bug for x*-1,
874           added optimizations for 0/x and x/-1, see also patch 2142900
875         * support/regression/tests/onebyte.c (testMul): added test cases
876
877 2008-09-20 Borut Razem <borut.razem AT siol.net>
878
879         * src/pic16/glue.c:
880           definition of absolute address symbols without initial value,
881           fixed SDCC crash "do not know how to intialize symbol"
882
883 2008-09-16 Maarten Brock <sourceforge.brock AT dse.nl>
884
885         * device/lib/z80/mul.s (__mulsuchar_rrx_s, __muluschar_rrx_s),
886         * device/lib/z80/div.s (__divsuchar_rrx_s, __modsuchar_rrx_s,
887           __divuschar_rrx_s, __moduschar_rrx_s): added mixed signedness versions
888         * device/lib/z80/stubs.s: added stubs for above functions
889         * src/SDCCopt.c (convilong),
890         * src/SDCCsymt.c (initCSupport): fixed bug 1900961
891         * src/SDCCsymt.h (__muldiv): enlarged for mixed signedness
892         * src/z80/main.c (_hasNativeMulFor): fixed bug, I think
893         * support/regression/tests/onebyte.c: enabled all tests for z80
894
895 2008-09-15 Borut Razem <borut.razem AT siol.net>
896
897         * device/include/pic16/stdio.h, device/lib/pic16/libc/stdio/streams.c,
898           device/lib/pic16/libc/stdio/printf.c,
899           device/lib/pic16/libc/stdio/strmusart.c,
900           device/lib/pic16/libc/stdio/printf_tiny.c,
901           device/lib/pic16/libc/stdio/sprintf.c,
902           device/lib/pic16/libc/stdio/strmgpsim.c,
903           device/lib/pic16/libc/stdio/putchar.c,
904           device/lib/pic16/libc/stdio/fprintf.c,
905           device/lib/pic16/libc/stdio/strmmssp.c,
906           device/device/lib/pic16/libc/stdio/vprintf.c,
907           device/lib/pic16/libc/stdio/printf_small.c,
908           device/lib/pic16/libc/stdio/vsprintf.c,
909           device/lib/pic16/libc/stdio/strmputchar.c,
910           device/lib/pic16/libc/Makefile.am,
911           device/lib/pic16/libc/Makefile.in:
912           *printf now returns int, puchar.c moved from stdlib to stdio,
913           *printf format parameter type changed from char * to const char *,
914           added GNU link excetion text to library source files,
915           applyed GNU coding style, removed useless svn ids,
916           added BINARY_SPECIFIER macro re-enables the use of the removed 'b'
917           binary specifier: "%b", "%hb" and "%lb"
918         * device/lib/pic16/libc/stdio/vfprintf.c:
919           applied patch #2044424: PIC16: vfprintf
920           thanks Mauro Giachero
921         * support/regression/tests/bug1057979.c:
922           removed old pic16 sprintf specifics
923         * .version, doc/sdccman.lyx: bumped sdcc version to 2.8.4
924         * doc/sdccman.lyx: documented 'b' binary format specifier removal
925
926 2008-09-15 Raphael Neider <rneider AT web.de>
927
928         * src/pic16/device.c (pic16_dump_usection): force udata sections
929           into the addressable range (0..0xFFF), workaround for a gpsim
930           bug preventing simulation of regtest bug1750318
931         * src/pic16/ralloc.c (deassignLRs): cosmetic changes,
932           (serialRegAssign): fixed regtest bug-971834,
933           (pic16_packRegisters): avoid null-pointer dereference
934
935 2008-09-14 Raphael Neider <rneider AT web.de>
936
937         * src/pic16/gen.c, src/pic16/ralloc.c: use
938           SYM_SPIL_LOC/SPIL_LOC macros, no functional changes
939         * src/pic16/ralloc.c (rematStr): reimplemented, fixes #1818857
940
941 2008-09-12 Borut Razem <borut.razem AT siol.net>
942
943         * support/regression/fwk/testfwk.h:
944           define pdata as data for pic16 target
945           thanks Mauro Giachero
946
947 2008-09-11 Borut Razem <borut.razem AT siol.net>
948
949         * support/regression/tests/bug-221100.c, support/regression/shifts.c,
950           support/regression/absolute.c:
951           applied patch #2105615: Some PIC16 testcase fixlets
952           thanks Mauro Giachero
953
954 2008-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
955
956         * src/z80/gen.c (genCmpGt, genCmpLt): fixed bug 2094505
957         * support/regression/tests/bug2094505.c: new, added
958
959 2008-09-07 Borut Razem <borut.razem AT siol.net>
960
961         * src/SDCCglue.c, src/SDCCast.c:
962           fixed throw of "excess elements" warning for char arrays
963         * support/regression/tests/nullstring.c:
964           disable warning about excess elements in array of chars initializer
965
966 2008-09-07 Maarten Brock <sourceforge.brock AT dse.nl>
967
968         * as/z80/aslist.c (lstsym): changed old K&R to ANSI
969         * src/SDCCicode.c (geniCodeCritical): fixed bug for hc08
970         * src/z80/gen.c (genCritical, genEndCritical): fixed bug 2077267
971         * support/regression/tests/bug2077267.c: new, added
972
973 2008-09-05 Raphael Neider <rneider AT web.de>
974
975         * configure.in, Makefile.common.in: add support for ccache,
976           remove spurious $VERSION output, detect doc-tools even without
977           --enable-doc to facilitate later manual doc-builds, minor cleanup
978         * configure: regenerated
979
980         * doc/Makefile.in: quieten pdflatex, makeindex, and latex2html,
981           avoid races in parallel VPATH builds
982         * doc/clean.mk: remove .lyx files in the builddir for VPATH builds
983         * doc/sdccman.lyx: mention --without-ccache configure option
984
985 2008-09-01 Raphael Neider <rneider AT web.de>
986
987         * src/pic16/gen.c (pic16_derefPtr): handle CPOINTERs as well
988         * (genConstPointerGet): fix reading bitfields from __code space
989         * src/pic16/glue.c (pic16_printIvalBitFields): correctly mask
990           bitfield initializers (fix regression test bug1856409.c)
991         * (pic16_printIvalCharPtr,pic16_printIvalPtr): generalized to support
992           arbitrary sizes
993
994 2008-08-31 Raphael Neider <rneider AT web.de>
995
996         * src/pic16/gen.c (genAssign): removed useless compiler output
997         * (genPointerGet,genPointerSet,genCast),
998           src/pic16/glue.c (pic16_printGPointerType):
999           also handle PPOINTERs just to avoid spurious asserts
1000         * (pic16_printIvalType,pic16_printIvalBitFields):
1001           generalized to arbitrary type/bitfield sizes, allows compilation of
1002           regression test bug-1981238.c
1003         * (pic16_printIvalChar): fix regression test structflexarray.c
1004         * (pic16_printIvalArray): avoid SIGSEGV on uninitialized strings
1005           in initialized structs and fix #1843745
1006         * (pic16_printIvalStruct): always output initializers for all fields,
1007           even those not explicitly given, fixes zeropad.c regression test
1008         * (pic16_printIvalUnion): fix union initializers (bug1426356.c,
1009           #2073635, #1567098, and #1485812)
1010         * src/pic16/main.c (_pic16_keywords): remove unsupported 'pdata'
1011
1012 2008-08-31 Borut Razem <borut.razem AT siol.net>
1013
1014         * support/regression/tests/bug-895992.c,
1015           support/regression/tests/onebyte.c:
1016           enabled pic16 regression testing since the bugs
1017           1511794: pic16: regression test bug-895992.c fails
1018           1444425: onebyte.c regression tes fails on pic16
1019           are fixed, probably by fixing
1020           2048464: PIC16: fix genUminus - addresses not.c regression test
1021         * src/SDCCsymt.c, src/SDCCglue.c,
1022           support/regression/tests/bug-1981238.c:
1023           applied patch 2076664: fix #1981238 + SIGSEGV in SDCCGlue.c
1024           thanks to RvS
1025
1026 2008-08-30 Borut Razem <borut.razem AT siol.net>
1027
1028         * support/cpp/libcpp/files.c: SDCPP synchronized with GCC CPP
1029           release version 4.3.2
1030
1031 2008-08-24 Raphael Neider <rneider AT web.de>
1032
1033         * device/lib/pic16/configure, device/lib/pic16/configure.ac:
1034           always use the sdcc from the current build tree (ignore $CC from
1035           the environment, fixes compile farm builds)
1036         * device/lib/Makefile.in: rename .a into .lib for compatibility,
1037           remove more build products from install directory
1038         * sdcc/src/pic16/main.c (_pic16_linkEdit,_pic16_finaliseOptions)
1039         * sdcc/support/scripts/sdcc.nsi: revert to .lib extension for libs
1040
1041 2008-08-24 Borut Razem <borut.razem AT siol.net>
1042
1043         * src/SDCC.y: applied patch
1044           2050245: Fix # 1963382
1045           for bug
1046           1963382: Listing File - C file comment is incorrect
1047           thanks to RvS
1048
1049 2008-08-23 Borut Razem <borut.razem AT siol.net>
1050
1051         * src/pic16/gen.c: applied patch
1052           2048464: PIC16: fix genUminus - addresses not.c regression test
1053           thanks Mauro Giachero
1054
1055 2008-08-22 Borut Razem <borut.razem AT siol.net>
1056
1057         * device/lib/pic16/configure, device/lib/pic16/configure.ac,
1058           src/pic16/main.c: allow spaces in gpasm and gplink paths
1059
1060 2008-08-15 Philipp Klaus Krause <pkk AT spth.de>
1061
1062         * src/z80/peep.c,
1063         * src/z80/peeph-z80.def: minor peephole improvement
1064
1065 2008-08-15 Raphael Neider <rneider AT web.de>
1066
1067         * src/z80/gen.c (_vemit2): suppress compiler warning
1068
1069         * src/pic/*.[ch]: make proper use of header files and avoid
1070           ad-hoc extern declarations, mark module-local helpers 'static',
1071           removed dead/replaced code, no functional changes
1072         * src/pic16/pcode.c: disentangled from pic14 backend
1073
1074 2008-08-14 Philipp Klaus Krause <pkk AT spth.de>
1075
1076         * src/z80/gen.c: fixed #2051348
1077         * support/regression/tests/bug-2051348.c: regression test for #2051348
1078
1079 2008-08-10 Raphael Neider <rneider AT web.de>
1080
1081         * configure.in,
1082         * Makefile.common.in: export PACKAGE for $docdir,
1083           fixes #1957036, avoid some "underquoted definition" warnings
1084         * configure: regenerated
1085
1086 2008-08-10 Raphael Neider <rneider AT web.de>
1087
1088         * device/lib/pic16/**: build pic16 library using autotools for
1089           improved dependency tracking
1090
1091         * device/lib/Makefile.in,
1092         * src/pic16/main.c,
1093         * support/scripts/sdcc.nsi: adapt to changes in filenames (s/.lib/.a/)
1094
1095 2008-08-10 Raphael Neider <rneider AT web.de>
1096
1097         * src/pic/pcode.c (ReuseReg): do not overlay the registers used for
1098           local variables if --nooverlay is given, workaround for #2023121
1099
1100 2008-08-08 Raphael Neider <rneider AT web.de>
1101
1102         * src/pic16/genarith.c (genAddLit): fix structure access (#1888004)
1103
1104 2008-08-08 Raphael Neider <rneider AT web.de>
1105
1106         * src/pic/pcoderegs.c,
1107         * src/pic/pcode.c,
1108         * src/pic16/pcode.c: replace own SAFE_snprintf with common SNPRINTF
1109
1110 2008-08-07 Borut Razem <borut.razem AT siol.net>
1111
1112         * src/SDCCval.c, src/SDCCmain.c, src/SDCC.lex,
1113           device/lib/pic/Makefile.rules, device/lib/ds390/Makefile.in,
1114           device/lib/ds400/Makefile.in, device/lib/hc08/Makefile.in,
1115           support/cpp/libcpp/lex.c,  doc/sdccman.lyx:
1116           applied modified patch 2038174: Add support for binary constants v2
1117           thanks Mauro Giachero
1118         * .version, doc/sdccman.lyx: bumped sdcc version to 2.8.3
1119
1120 2008-08-04 Raphael Neider <rneider AT web.de>
1121
1122         * doc/sdccman.lyx,
1123         * src/pic16/device.h,
1124         * src/pic16/glue.c,
1125         * src/pic16/main.c: enable --optimize-goto by default
1126
1127         * device/lib/pic16/Makefile.common.in: suppress removed option
1128
1129         * src/pic16/gen.c,
1130         * src/pic16/genutils.c: avoid too long relative branches (#2031890)
1131
1132 2008-07-30 Borut Razem <borut.razem AT siol.net>
1133
1134         * src/pic16/device.c, src/pic16/glue.c, src/pic16/pcode.c:
1135           applied patch 22032433: PIC16: fix constant strings,
1136           thanks Mauro Giachero
1137
1138 2008-07-29 Borut Razem <borut.razem AT siol.net>
1139
1140         * src/pic16/gen.c: applied patches:
1141           2030306: [1/3] PIC16: fix failing rotate.c tests on 16-bit variables,
1142           2030307: [2/3] PIC16: fix failing rotate.c tests for 32-bit var (1),
1143           2030310: [3/3] PIC16: fix failing rotate.c tests for 32-bit var (2),
1144           thanks Mauro Giachero
1145
1146 2008-07-13 Philipp Klaus Krause <pkk AT spth.de>
1147
1148         * src/port.h: Fixed typo in comment
1149
1150 2008-07-12 Philipp Klaus Krause <pkk AT spth.de>
1151
1152         * src/z80/mappings.i: Implemented RFE #1919415
1153         * src/z80/peeph-z80.def: Implemented RFE #1919415, #1861376,
1154           #1880202, #1914434, prepared for RFE #1703943
1155
1156 2008-07-12 Philipp Klaus Krause <pkk AT spth.de>
1157
1158         * src/z80/peeph.def,
1159         * src/z80/peeph-z80.def,
1160         * src/z80/peeph-gbz80.def: separate Z80 from GBZ80 peepholes in
1161           preparation for Z80 peephole improvements
1162
1163 2008-06-21 Raphael Neider <rneider AT web.de>
1164
1165         * device/include/pic16/pic18f66j60.h,
1166         * device/include/pic16/pic18f66j65.h,
1167         * device/include/pic16/pic18f67j60.h,
1168         * device/include/pic16/pic18f86j60.h,
1169         * device/include/pic16/pic18f86j65.h,
1170         * device/include/pic16/pic18f87j60.h,
1171         * device/include/pic16/pic18f96j60.h,
1172         * device/include/pic16/pic18f96j65.h,
1173         * device/include/pic16/pic18f97j60.h,
1174         * device/lib/pic16/libdev/pic18f66j60.c,
1175         * device/lib/pic16/libdev/pic18f66j65.c,
1176         * device/lib/pic16/libdev/pic18f67j60.c,
1177         * device/lib/pic16/libdev/pic18f86j60.c,
1178         * device/lib/pic16/libdev/pic18f86j65.c,
1179         * device/lib/pic16/libdev/pic18f87j60.c,
1180         * device/lib/pic16/libdev/pic18f96j60.c,
1181         * device/lib/pic16/libdev/pic18f96j65.c,
1182         * device/lib/pic16/libdev/pic18f97j60.c,
1183         * device/include/pic16/pic16devices.txt,
1184         * device/include/pic16/pic18fregs.h,
1185         * device/lib/pic16/pics.all: added new devices
1186
1187         * device/include/pic16/adc.h,
1188         * device/lib/pic16/libio/adc/adcbusy.c,
1189         * device/lib/pic16/libio/adc/adcopen.c,
1190         * device/lib/pic16/libio/adc/adcsetch.c,
1191         * device/lib/pic16/libio/i2c/i2copen.c,
1192         * device/lib/pic16/libio/usart/uopen.c: adapted to new devices,
1193           all changes from a patch by Anton Strobl
1194
1195 2008-06-12 Borut Razem <borut.razem AT siol.net>
1196
1197         * sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/bp.cc,
1198           sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
1199           sim/ucsim/z80.src/z80cl.h, sim/ucsim/z80.src/z80.cc,
1200           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1201           sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
1202           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/uc390.cc,
1203           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/uc390cl.h,
1204           sim/ucsim/avr.src/avrcl.h, sim/ucsim/avr.src/avr.cc:
1205           fixed bug 1990586: s51 simulator, uc::disass() unimplemented
1206           by applying the modified patch from Risto Huotari
1207
1208 2008-06-04 Maarten Brock <sourceforge.brock AT dse.nl>
1209
1210         * .version,
1211         * doc/sdccman.lyx: bumped sdcc version to 2.8.2
1212         * src/ds390/gen.c (aopPutUsesAcc, genAddrOf): fixed bug 1015185
1213         * src/mcs51/gen.c (genNearPointerGet, genNearPointerSet): fixed bug 1938300
1214         * support/regression/tests/bug1938300.c: new, added
1215
1216 2008-06-03 Maarten Brock <sourceforge.brock AT dse.nl>
1217
1218         * device/include/asm/ds390/features.h,
1219         * device/include/asm/mcs51/features.h,
1220         * device/include/mcs51/regc515c.h: inserted LGPL notice
1221
1222 2008-05-29 Maarten Brock <sourceforge.brock AT dse.nl>
1223
1224         * device/lib/gbz80/div.s,
1225         * device/lib/z80/div.s: fixed bug 1904314 by applying a modified part of
1226           patch 1597883, Thanks Robert Ramey
1227
1228 2008-05-29 Maarten Brock <sourceforge.brock AT dse.nl>
1229
1230         * src/SDCCast.c (createIvalType, createIvalStruct, createIvalArray,
1231           createIvalCharPtr, createIvalPtr, createIval),
1232         * src/SDCCval.h
1233         * src/SDCCval.c (convertIListToConstList, list2expr): handle incomplete
1234           initializers for local auto variables
1235         * support/regression/tests/zeropad.c: added testcase for auto initializers
1236
1237 2008-05-26 Raphael Neider <rneider AT web.de>
1238
1239         * device/lib/pic16/startup/crt0.c,
1240         * device/lib/pic16/startup/crt0i.c,
1241         * device/lib/pic16/startup/crt0iz.c: clean up, make use of access bank
1242           explicit, fixed curr_entry loop for >= 256 initializer records,
1243           removed debug code (write to 0xf7e)
1244
1245 2008-05-25 Raphael Neider <rneider AT web.de>
1246
1247         * device/include/pic/pic16f627a.h,
1248         * device/include/pic/pic16f628a.h,
1249         * device/include/pic/pic16f648a.h: added missing ports
1250
1251 2008-05-20 Maarten Brock <sourceforge.brock AT dse.nl>
1252
1253         * device/include/float.h: added __INFINITY
1254         * device/lib/_fsadd.c: handle overflows
1255         * device/lib/_fsmul.c,
1256         * device/lib/_fsdiv.c: use __INFINITY
1257         * device/lib/_fseq.c,
1258         * device/lib/_fsneq.c: handle -0.0
1259         * sim/ucsim/s51.src/uc89c51r.cc,
1260         * sim/ucsim/s51.src/uc89c51rcl.h: fixed bug 1385430
1261         * sim/ucsim/sim.src/hwcl.h: */* confuses VC
1262         * src/mcs51/gen.c (genSend): fixed bug with --xstack
1263         * support/regression/ports/mcs51-xstack-auto/spec.mk: print floats
1264         * support/regression/tests/snprintf.c: test bug with --xstack
1265
1266 2008-05-19  Philipp Klaus Krause <pkk AT spth.de>
1267
1268         * src/SDCCpeeph.c (callFuncByName):
1269           Support nested parenthesis in peephole function arguments (#1967300)
1270
1271 2008-05-19 Raphael Neider <rneider AT web.de>
1272
1273         * src/pic16/gen.c (pic16_emitpLabel,pic16_emitpLabelFORCE):
1274           fixed duplicate labels (#1911325)
1275
1276 2008-05-19 Raphael Neider <rneider AT web.de>
1277
1278         * src/regression/empty.c: suppress warning
1279         * src/regression/pointer1.c: enabled index_by_pointer()
1280         * src/regression/inline.c: now works for pic16 as well
1281
1282         * src/pic16/device.c: include dbuf declarations
1283         * src/pic16/device.h: removed obsolete prototypes
1284
1285         * src/pic16/gen.c, src/pic16/gen.h: moved generic pointer tags
1286         * src/pic16/glue.c: made purely local functions static,
1287           (pic16_printGPointerType, pic16_printIvalCharPtr,
1288           pic16_printIvalFuncPtr, pic16_printIvalPtr): fixed initialized
1289           generic pointers' tags (#1961866)
1290
1291         * src/pic16/pcode.c (assignValnums): optimize literal assignments
1292
1293 2008-05-19 Borut Razem <borut.razem AT siol.net>
1294
1295         * support/scripts/sdcc.nsi: remove uninstall.exe after uninstallation,
1296           fixed typo, uninstall include/pic16/pic16devices.txt
1297
1298 2008-05-18 Borut Razem <borut.razem AT siol.net>
1299
1300         * support/Utils/dbuf_string.[ch]: added dbuf_chomp(),
1301           the buffer is null terminated
1302         * src/device/pic16.c:
1303           applied modified patch 1965676: Patch for Win32 16 bit PIC
1304         * sdcc_vc_in.h: defined YY_NO_UNISTD_H
1305
1306 2008-05-16 Maarten Brock <sourceforge.brock AT dse.nl>
1307
1308         * src/SDCC.lex (check_type),
1309         * src/SDCC.y (type_specifier2 TYPE_NAME): fixed bug 1925942
1310         * as/hc08/clean.mk,
1311         * as/mcs51/clean.mk,
1312         * as/z80/clean.mk: also clean *.dep
1313         * device/lib/pic16/libsdcc/stack/Makefile,
1314         * sim/ucsim/libtool: removed as they are rebuild by configure
1315         * src/clean.mk: removed izt, so Makefile is not deleted for distclean
1316
1317 2008-05-13 Maarten Brock <sourceforge.brock AT dse.nl>
1318
1319         * src/SDCCast.c (fixupInline, createFunction): save currBlockno in
1320           fixupInline instead of createFunction to fix bug 1864577
1321           (inlineFindMaxBlockno): removed, use global blockNo
1322         * src/SDCCglobl.h: added blockNo
1323         * src/z80/peep.c,
1324         * src/z80/peep.h: modified properties
1325         * support/regression/tests/bug1864577.c: new, added
1326
1327 2008-05-07 Maarten Brock <sourceforge.brock AT dse.nl>
1328
1329         * as/mcs51/asdata.c,
1330         * as/mcs51/asm.h: added org_cnt
1331         * as/mcs51/asmain.c (main, asmbl): fixed bug 1957716, changed old K&R to ANSI
1332         * as/mcs51/asout.c: changed old K&R to ANSI
1333         * as/mcs51/Makefile.in: use common identifiers
1334         * as/hc08/asdata.c,
1335         * as/hc08/asexpr.c,
1336         * as/hc08/asm.h,
1337         * as/hc08/asmain.c,
1338         * as/hc08/asout.c,
1339         * as/hc08/Makefile.bcc,
1340         * as/hc08/Makefile.in: synchronized with as/mcs51/*
1341         * sdcc_vc_in.h: added define __func__
1342         * src/SDCCast.c (expandInlineFuncs): applied patch 1957148 to fix bug 1717305,
1343           Thanks Ruud van Silfhout
1344         * support/regression/tests/bug1717305.c: new, added
1345
1346 2008-05-05 Borut Razem <borut.razem AT siol.net>
1347
1348         * support/regression/Makefile.in,
1349           support/regression/ports/ds390/spec.mk,
1350           support/regression/ports/hc08/spec.mk,
1351           support/regression/ports/mcs51-common/spec.mk,
1352           support/regression/ports/pic14/spec.mk,
1353           support/regression/ports/pic16/spec.mk,
1354           support/regression/ports/ucz80/spec.mk,
1355           support/regression/ports/z80/spec.mk:
1356           added INC_DIR and LIBDIR paths
1357         * src/ds390/gen.c: removed duplicated selicolon
1358
1359 2008-05-04 Borut Razem <borut.razem AT siol.net>
1360
1361         * support/regression/Makefile.in,
1362           support/regression/fwk/lib/testfwk.c,
1363           support/regression/ports/ds390/spec.mk,
1364           support/regression/ports/hc08/spec.mk,
1365           support/regression/ports/mcs51-common/spec.mk,
1366           support/regression/ports/mcs51-large/spec.mk,
1367           support/regression/ports/mcs51-medium/spec.mk,
1368           support/regression/ports/mcs51-small/spec.mk,
1369           support/regression/ports/mcs51-stack-auto/spec.mk,
1370           support/regression/ports/mcs51-xstack-auto/spec.mk,
1371           support/regression/ports/pic14/spec.mk,
1372           support/regression/ports/pic16/spec.mk,
1373           support/regression/ports/ucz80/spec.mk:
1374           added possibility to define the sdcc binary directory SDCC_BIN_PATH
1375           used to run regeression tests
1376
1377 2008-05-01 Raphael Neider <rneider AT web.de>
1378
1379         * doc/sdccman.lyx, support/scripts/inc2h-pic16.pl: updated list of
1380           supported devices and instructions to add new ones
1381
1382 2008-05-01 Raphael Neider <rneider AT web.de>
1383
1384         * device/include/pic16/adc.h,
1385           device/lib/pic16/libio/adc/adcbusy.c,
1386           device/lib/pic16/libio/adc/adcopen.c,
1387           device/lib/pic16/libio/adc/adcsetch.c: support old 18f242 and new
1388           18f2455 style ADC devices, based on patch #1776197
1389         * device/lib/pic16/libio/adc/adcclose.c,
1390           device/lib/pic16/libio/adc/adcconv.c,
1391           device/lib/pic16/libio/adc/adcread.c: cosmetic changes
1392         * device/include/pic16/{pic18f2331.h,pic18f2431.h},
1393           device/lib/pic16/libdev/{pic18f2331.c,pic18f2431.c}: reuse 18f4331
1394         * device/include/pic16/pic18f4431.h,
1395           device/lib/pic16/libdev/pic18f4431.c: remove outdated comments
1396         * device/lib/pic16/libio/adc.ignore: forbid unhandled devices
1397
1398 2008-05-01 Raphael Neider <rneider AT web.de>
1399
1400         * src/pic16/device.h: removed unused field PIC16_device.sfrRange,
1401           moved xinst flag into pic16_options_t
1402         * src/pic16/device.c (default_device, pic16_list_devices,
1403           pic16_find_device): removed references to sfrrange
1404         * src/pic16/gen.c (genFunction),
1405           src/pic16/glue.c (pic16initialComments),
1406           src/pic16/main.c (pic16_optionsTable),
1407           src/pic16/ralloc.c (newReg, pic16_writeUsedRegs): updated references
1408           to xinst
1409         * device/include/pic16/pic16devices.txt: removed sfrrange lines
1410
1411 2008-04-29 Raphael Neider <rneider AT web.de>
1412
1413         * src/pic16/devices.inc,
1414           device/include/pic16/pic16devices.txt: replaced compiled-in list
1415           of devices with a variant parsed at runtime
1416         * src/pic16/device.c: added support for parsing pic16devices.txt,
1417           clean up
1418         * src/pic16/device.h: removed (now) unused fields from PIC_device
1419         * src/pic16/main.c: removed #pragma maxram,
1420           (_pic16_initPaths): removed bogus generation of search paths,
1421           setup the port proper only after the search paths (for
1422           pic16devices.txt) are set up,
1423           (_pic16_finaliseOptions): moved processor dependant code here
1424           from _pic16_initPaths(), clean up
1425         * src/pic16/ralloc.c (pic16_init_stack),
1426         * src/pic16/ralloc.h,
1427         * src/pic16/pcode.c: clean up
1428         * device/include/Makefile.in,
1429           support/scripts/sdcc.nsi: also install/package pic16devices.txt
1430         * support/scripts/inc2h-pic16.pl: updated instructions
1431
1432 2008-04-29 Raphael Neider <rneider AT web.de>
1433
1434         * device/include/pic16/{pic18f2480.h, pic18f2580.h, pic18f4423.h,
1435           pic18f4480.h, pic18f4523.h, pic18f4580.h, pic18f6585.h, pic18f8585.h},
1436           device/lib/pic16/libdev/{pic18f2480.c, pic18f2580.c, pic18f4423.c,
1437           pic18f4480.c, pic18f4523.c, pic18f4580.c, pic18f6585.c, pic18f8585.c}:
1438           added missing family members and 18f2480/2580/4480/4580 family
1439         * device/include/pic16/{pic18f2423.h, pic18f2523.h}: use 18f4523.h
1440         * device/include/pic16/pic18f2525.h: use 18f4620.h
1441         * device/include/pic16/pic18f6680.h: use 18f8680.h
1442         * device/include/pic16/pic18fregs.h,
1443           device/lib/pic16/pics.all,
1444           src/pic16/devices.inc: add new devices
1445         * device/lib/pic16/libdev/{pic18f2423.c, pic18f2523.c}: use 18f4523.c
1446         * device/lib/pic16/libdev/pic18f2525.c: use 18f4620.c
1447         * device/lib/pic16/libdev/pic18f6680.c: uso 18f8680.c
1448         * device/lib/pic16/libio/{adc.ignore, i2c.ignore, usart.ignore}:
1449           prevent attempting to build the libio for some new devices
1450
1451 2008-04-29 Raphael Neider <rneider AT web.de>
1452
1453         * debugger/mcs51/Makefile.in: fixed paths to sources
1454
1455 2008-04-25 Borut Razem <borut.razem AT siol.net>
1456
1457         * as/link/lklibr.c: moved from as/link/z80/lklibr.c
1458         * as/link/hc08/lklibr.c, as/link/mcs51/lklibr.c: deleted
1459         * as/link/hc08/Makefile.bcc, as/link/hc08/Makefile.in,
1460         * as/link/hc08/link_hc08.dsp, as/link/mcs51/Makefile.bcc,
1461           as/link/mcs51/Makefile.in, as/link/mcs51/aslink.dsp,
1462           as/link/z80/Makefile.in, as/link/z80/linkgbz80.dsp,
1463           as/link/z80/linkz80.dsp: lklibr.c moved
1464         * doc/INSTALL.txt: binary archives in bz2 format
1465         * support/cpp/auto-host_vc_in.h: CPP2 replaced with CPP
1466
1467 2008-04-23 Maarten Brock <sourceforge.brock AT dse.nl>
1468
1469         * src/SDCCglue.c (printIvalType, printIvalBitFields): fixed bug 1856409
1470         * support/regression/tests/bug1856409.c: new, added
1471
1472 2008-04-20 Maarten Brock <sourceforge.brock AT dse.nl>
1473
1474         * src/z80/peep.c,
1475         * src/mcs51/peep.c: Use werror for error messages.
1476         * src/SDCCicode.c (geniCodeConditional),
1477         * src/SDCCsymt.c (structElemType): fixed bug 1839321
1478         * src/z80/Makefile.bcc,
1479         * src/z80/z80.dsp: added src/z80/peep.c/h
1480         * support/regression/tests/bug1839321.c: new, added
1481
1482 2008-04-20 Raphael Neider <rneider AT web.de>
1483
1484         * device/include/pic16/pic18f2455.h: added bitfields for port C
1485
1486 2008-04-20 Philipp Klaus Krause <pkk AT spth.de>
1487
1488         * src/z80/peep.c: Use werror for error messages.
1489
1490 2008-04-19 Philipp Klaus Krause <pkk AT spth.de>
1491
1492         * src/z80/peep.h (declaration of notUsed()),
1493         * src/z80/main.c (enabled notUsed() for z80 port, documented z80_port
1494           struct),
1495         * src/z80/z80.h (added dependency on peep.h),
1496         * src/z80/peep.c (definition of notUsed()): Implemented RFE #1880202
1497           for Z80.
1498
1499 2008-04-19 Philipp Klaus Krause <pkk AT spth.de>
1500
1501         * src/SDCCpeeph.c (added support for notUsed()),
1502         * src/mcs51/main.c (added dependency on peep.h, documented mcs51_port
1503           struct),
1504         * src/port.h (removed dependency on mcs51/peep.h, added declaration
1505           for notUsed()): Implemented generic (that is not port-specific) part
1506           of RFE #1880202.
1507
1508 2008-04-17 Maarten Brock <sourceforge.brock AT dse.nl>
1509
1510         * as/link/mcs51/lkmem.c (summary2): fixed bug 1796077
1511         * device/lib/libsdcc.lib,
1512         * device/lib/Makefile.in,
1513         * support/regression/ports/mcs51-xstack-auto/spec.mk,
1514         * device/lib/calloc.c: renamed to _calloc.c
1515         * device/lib/free.c: renamed to _free.c
1516         * device/lib/malloc.c: renamed to _malloc.c
1517         * device/lib/realloc.c: renamed to _realloc.c
1518         * src/ds390/gen.c (aopGet, aopPut, genPlusBits, genDataPointerSet,
1519           genNearPointerSet, genPagedPointerSet): synchronized with mcs51/gen.c
1520         * src/ds390/gen.c (popForBranch, genIfxJump, genCmp, genCmpEq, ifxForOp,
1521           genAnd, genOr, genXor, genIfx, gen390Code): fixed bug 1509084
1522         * src/mcs51/gen.c (popForBranch, genIfxJump, genCmp, genCmpEq,
1523           ifxForOp, genAnd, genOr, genXor, genNearPointerGet,
1524           genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1525           genGenPointerGet, genIfx, gen51Code): fixed bug 1509084
1526         * src/ds390/gen.c,
1527         * src/mcs51/gen.c: throughout cosmetic changes for syncing both
1528         * src/SDCCsymt.h: updated IS_OP_RUONLY, IS_OP_ACCUSE
1529         * support/regression/tests/bug1509084.c: new, added
1530
1531 2008-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1532
1533         * device/include/mcs51/cc2510fx.h: added _XPAGE
1534         * device/include/mcs51/compiler.h: cosmetic changes
1535
1536 2008-03-31 Maarten Brock <sourceforge.brock AT dse.nl>
1537
1538         * sdcc.dsw: adapted for moved cpp2, added dependency for as_z80 on
1539           config
1540
1541 2008-03-31 Borut Razem <borut.razem AT siol.net>
1542
1543         * support/cpp2 renamed to support/cpp
1544         * support/cpp2/libiberty/filenames.h, support/cpp2/libiberty/hex.c,
1545           support/cpp2/libiberty/splay-tree.c,
1546           support/cpp2/libiberty/splay-tree.h, support/cpp2/libcpp/macro.c,
1547           support/cpp2/libcpp/directives.c,
1548           support/cpp2/libcpp/include/cpplib.h,
1549           support/cpp2/libcpp/include/symtab.h,
1550           support/cpp2/libcpp/include/line-map.h,
1551           support/cpp2/libcpp/line-map.c, support/cpp2/libcpp/files.c,
1552           support/cpp2/libcpp/init.c, support/cpp2/libcpp/traditional.c,
1553           support/cpp2/libcpp/expr.c, support/cpp2/libcpp/internal.h,
1554           support/cpp2/libcpp/lex.c, support/cpp2/libcpp/system.h,
1555           support/cpp2/libcpp/charset.c: SDCPP synchronized with GCC CPP
1556           release version 4.3.0
1557         * configure.in, configure, Makefile.in, Makefile.bcc:
1558           adapted for moved cpp2
1559
1560 2008-03-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1561
1562         * device/include/hc08/mc68hc908jkjl.h: committed fix for bug #1929739,
1563           thanks Alejandro Pustowka <alejo_pustowka AT yahoo.com.mx>
1564
1565 2008-03-30 Maarten Brock <sourceforge.brock AT dse.nl>
1566
1567         * src/SDCCloop.c (loopInvariants): applied fix for bug 1717943, thanks
1568           Robert Larice
1569         * support/regression/tests/bug1717943.c: new, added
1570
1571 2008-03-30 Philipp Klaus Krause <pkk AT spth.de>
1572
1573         * src/z80/gen.c (assignResultValue): Reverted reversal of order of
1574           bytewise return value assignments introduced in last commit.
1575
1576 2008-03-30 Philipp Klaus Krause <pkk AT spth.de>
1577
1578         * src/z80/gen.c (emitDebug, assignResultValue, genPlus, genMinus,
1579           genMult, genJumpTab):
1580           Use 16-bit instructions for addition in some additional cases,
1581           implemented RFEs #1914251, #1914245, #1922090, #1921382, #1918323.
1582
1583 2008-03-30 Philipp Klaus Krause <pkk AT spth.de>
1584
1585         * src/z80/ralloc.c (serialRegAssign, allocReg, tryAllocatingRegPair):
1586           Implemented RFE #1921450, changed some debug messages.
1587
1588 2008-03-30 Borut Razem <borut.razem AT siol.net>
1589
1590         * Small Device C Compiler 2.8.0 released
1591         * .version, doc/sdccman.lyx: changed sdcc version to 2.8.1
1592         * support/scripts/sdcc.nsi: added finish page; this version
1593           was used for 2.8.0 release
1594         * doc/knownbugs.html: removed; magically generated by the build
1595           process using gen_known_bugs.pl from now on
1596
1597 2008-03-23 Borut Razem <borut.razem AT siol.net>
1598
1599         * src/pic/gen.h: Q&D solution for the bug, found by Jim Paris
1600           and reverted it, since it was already fixed by Raphael ;-)
1601         * doc/knownbugs.html: updated for RC2
1602
1603 2008-03-22 Raphael Neider <rneider AT web.de>
1604
1605         * src/SDCCicode.c (getPtrType): avoid unnecessary extra assignments
1606           for PIC16 targets
1607
1608 2008-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1609
1610         * src/mcs51/gen.c (adjustArithmeticResult): fixed bug 1839299
1611         * support/regression/tests/bug1839277.c: added related testBug1839299
1612
1613 2008-03-21 Maarten Brock <sourceforge.brock AT dse.nl>
1614
1615         * src/ds390/gen.c (opIsGptr, adjustArithmeticResult, genAddrOf, genAssign),
1616         * src/mcs51/gen.c (opIsGptr, adjustArithmeticResult, genAddrOf, genAssign):
1617           fixed bug 1839277
1618         * src/mcs51/gen.c: throughout only output hex constants
1619         * src/SDCCicode.c (getPtrType, geniCodeCast): fixed code size regression
1620         * support/regression/tests/bug1839277.c: new, added
1621
1622 2008-03-21 Philipp Klaus Krause <pkk AT spth.de>
1623
1624         * src/z80/ralloc.c (callFuncByName): Used // instead of /**/ to fix
1625           compilation warning about nested comments.
1626
1627 2008-03-20 Maarten Brock <sourceforge.brock AT dse.nl>
1628
1629         * src/SDCCsymt.c (comparePtrType): fixed bug 1921073
1630         * support/regression/tests/bug1921073.c: new, added
1631
1632 2008-03-17 Philipp Klaus Krause <pkk AT spth.de>
1633
1634         * src/z80/SDCCpeeph.c.c (callFuncByName):
1635           Commented function parameters.
1636
1637 2008-03-17 Philipp Klaus Krause <pkk AT spth.de>
1638
1639         * src/z80/ralloc.c (packRegsForAccUse2):
1640           disabled a broken accumulator packing optimization (fixed #1292721).
1641         * support/regression/tests/bug-1292721: Regression test for #1292721.
1642
1643 2008-03-16 Raphael Neider <rneider AT web.de>
1644
1645         * src/pic/gen.c (SetIrp,genNearPointerGet,genNearPointerSet):
1646           fixed code bloat regression using a variant of patch #1915618
1647
1648 2008-03-16 Borut Razem <borut.razem AT siol.net>
1649
1650         * support/scripts/sdcc.nsi: added section debugging macros, added SDCC
1651           icon, changed startup menu for release distribution, code cleaning,
1652           create url files instead links in startup menu
1653
1654 2008-03-16 Maarten Brock <sourceforge.brock AT dse.nl>
1655
1656         * src/SDCCcse.c (algebraicOpts): fixed bug 1579949
1657         * support/regression/tests/bug1579949.c: new, added
1658
1659 2008-03-14 Paul Stoffregen <paul AT pjrc.com>
1660
1661         * device/lib/printf_fast.c: fixed bug 1255403
1662
1663 2008-03-14 Maarten Brock <sourceforge.brock AT dse.nl>
1664
1665         * doc/sdccman.lyx: enhanced paragraph about bankswitching for mcs51
1666         * src/cdbFile.c (cdbWriteBasicSymbol): fixed bug 1909409 for locals
1667
1668 2008-03-14 Borut Razem <borut.razem AT siol.net>
1669
1670         * as/doc/asmlnk.doc, as/doc/asxhtm.html: updated link-xx and aslink
1671           command line options
1672         * as/link/hc08/lkmain.c: converted tabs to spaces so that the usage
1673           is correctly displayed
1674         * as/link/z80/lkmain.c: usage line commented out
1675
1676 2008-03-13 Borut Razem <borut.razem AT siol.net>
1677
1678         * doc/sdccman.lyx: corrected to be able to convert to PDF,
1679           updated the list pf supported pic14 devices
1680
1681 2008-03-12 Maarten Brock <sourceforge.brock AT dse.nl>
1682
1683         * doc/sdccman.lyx: added paragraph about bankswitching for mcs51
1684
1685 2008-03-12 Borut Razem <borut.razem AT siol.net>
1686
1687         * as/doc/asmlnk.doc, as/doc/asxhtm.html: updated command line options,
1688           fixed documentation request #1718191
1689         * as/hc80/asmain.c, as/mcs51/asmain.c: added option -c to usage
1690         * doc/sdccman.lyx: added description of --no-std-crt0 gbz80
1691           command line option
1692
1693 2008-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1694
1695         * src/SDCCast.c (isConformingBody): fixed bug 1505811, thanks Robert Larice
1696         * support/regression/tests/bug1505811.c: new, added
1697
1698 2008-03-09 Raphael Neider <rneider AT web.de>
1699
1700         * device/include/pic16/pic18f2620.h,
1701         * device/include/pic16/pic18f4620.h,
1702         * device/lib/pic16/libdev/pic18f2620.c,
1703         * device/lib/pic16/libdev/pic18f4525.c,
1704         * device/lib/pic16/libdev/pic18f4620.c: merged 18f2525/2620/4525/4620
1705           family to consistently use pic18f4620.[ch], fixes #1832562
1706
1707 2008-03-09 Borut Razem <borut.razem AT siol.net>
1708
1709         * .version, sdcc.spec, doc/sdccman.lyx, doc/INSTALL.txt:
1710           changed sdcc version to 2.8.0
1711         * knownbugs.html: regenerated
1712         * support/scripts/gen_known_bugs.pl: added number of open bugs
1713
1714 2008-03-09 Raphael Neider <rneider AT web.de>
1715
1716         * src/pic16/gen.c (pic16_mov2w_volatile): NEW, read volatile operands,
1717           (genOr): read volatile operand even if the result is known,
1718           closes #1511838
1719           (genOr,genXor): removed unused legacy code,
1720           (genDummyRead): use pic16_mov2w_volatile()
1721
1722 2008-03-08 Borut Razem <borut.razem AT siol.net>
1723
1724         * src/SDCCglue.c: fixed bug #1864582: multiple definition of char
1725           cons w. --model-large
1726         * support/regression/staticinit.c: added regression test for bug
1727           #1864582
1728
1729 2008-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1730
1731         * src/ds390/gen.c (pushSide, genPcall),
1732         * src/hc08/gen.c (pushSide, genPcall): synchronized with mcs51
1733         * src/mcs51/gen.c: cosmetic changes
1734         * support/regression/fwk/include/testfwk.h: added macro reentrant
1735         * support/regression/tests/bug1908493.c: new, added
1736
1737 2008-03-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1738
1739         * src/SDCCdebug.c:, as/link/lkaomf51.c: Fixed bug 1909409: Pdata in OMF file
1740
1741 2008-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1742
1743         * src/mcs51/gen.c (pushSide, genPcall): fixed bug 1908493
1744         * src/SDCCmain.c (preProcess): removed -DSDCC_PARMS_IN_BANK1 because it is
1745           already set in ds390/main.c and mcs51/main.c
1746
1747 2008-03-07 Raphael Neider <rneider AT web.de>
1748
1749         * src/regression/init0.c: new test for initialized arrays of function
1750           pointers
1751         * src/regression/Makefile: made a bit more flexible, added init0.c
1752         * src/pic/glue.c (emitIvals): hacky fix for initializing from function
1753           pointers, closes #1427663
1754
1755 2008-03-05 Borut Razem <borut.razem AT siol.net>
1756
1757         * dos/sdccman.lyx: docummented predefined macros SDCC_REVISION,
1758           SDCC_PARMS_IN_BANK1, SDCC_FLOAT_REENT and SDCC_INT_LONG_REENT
1759
1760 2008-03-05 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1761
1762         * support/librarian/sdcclib.c:Added feature request 1908061:
1763           Synchronise sdcclib commands with ar.
1764
1765 2008-03-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1766
1767         * src/SDCCmain.c: added predefined macros SDCC_REVISION (RFE #1907229),
1768           and (depending on corresponding compiler option) SDCC_PARMS_IN_BANK1,
1769           SDCC_FLOAT_REENT, SDCC_INT_LONG_REENT
1770         * device/include/mcs51/compiler.h: removed umlauts, added double
1771           underscore
1772
1773 2008-03-04 Maarten Brock <sourceforge.brock AT dse.nl>
1774
1775         * src/SDCCptropt.c (ptrPseudoSymConvert): fixed bug 1536762
1776         * support/regression/tests/bug1536762.c: new, added
1777         * src/SDCCutil.c,
1778         * src/SDCCutil.h: added getBuildDate()
1779         * src/SDCCmain.c (printVersionInfo),
1780         * src/SDCCglue.c (initialComments): use getBuildDate() instead of
1781           __DATE__
1782         * src/*/ralloc.c: removed IS_OP_RUONLY macro
1783         * src/ds390/ralloc.c (packRegisters),
1784         * src/mcs51/ralloc.c (packRegisters),
1785         * src/z80/ralloc.c (packRegisters): applied fix for bug 1618050, thanks
1786           Robert Larice
1787         * support/regression/tests/bug1618050.c: new, added
1788         * src/SDCCsymt.h: fixed typo in DECLSPEC2TXT
1789         * support/regression/fwk/include/testfwk.h,
1790         * support/regression/tests/bug1838000.c: moved _AUTOMEM and _STATMEM to
1791           testfwk.h
1792
1793 2008-03-04 Raphael Neider <rneider AT web.de>
1794
1795         * src/pic/gen.c: removed unused prototypes, prevent internal errors
1796           on accessing OP_SYM_TYPE(op)
1797         * src/pic/gen.h: removed unused prototype of genMinusDec()
1798         * src/pic/genarith.c (genMinus): cosmetic changes, rewritten to
1799           fix #1876953 (invalid subtraction code), removed unused code
1800
1801 2008-03-03 Raphael Neider <rneider AT web.de>
1802
1803         * src/pic/gen.c,
1804         * src/pic/gen.h,
1805         * src/pic/genarith.c,
1806         * src/pic/ralloc.c,
1807         * src/pic/ralloc.h: removed AOP_R0, AOP_R1, AOP_DPTR, AOP_DPTR2,
1808           AOP_ACC, and *_IDX and adjusted code, removed unused legacy code
1809
1810 2008-03-03 Raphael Neider <rneider AT web.de>
1811
1812         * src/pic/device.c (find_device): search user-specified paths first
1813           for pic14devices.txt, fixes #1900827
1814
1815 2008-03-02 Borut Razem <borut.razem AT siol.net>
1816
1817         * support/scripts/sdcc.nsi: fixed bug in IsNT, LogicLib-isation of
1818           AddToPath and RemoveFromPath
1819
1820 2008-03-01 Borut Razem <borut.razem AT siol.net>
1821
1822         * support/scripts/sdcc.nsi: reverted MULTIUSER page since it didn't
1823           work correctly, added debugging support if -DSDCC.DEBUG command line
1824           option is defined
1825
1826 2008-02-28 Borut Razem <borut.razem AT siol.net>
1827
1828         * doc/sdccman.lyx: cosmetic changes
1829
1830 2008-02-28 Maarten Brock <sourceforge.brock AT dse.nl>
1831
1832         * src/mcs51/ralloc.c (fillGaps): fixed bug 1839671
1833         * doc/sdccman.lyx: fixed unmeant removal of spaces
1834
1835 2008-02-27 Borut Razem <borut.razem AT siol.net>
1836
1837         * support/scripts/sdcc.nsi: corrected installation directory for
1838           current user installation mode
1839         * doc/README.txt: added Philipp Klaus Krause to the developers list
1840
1841 2008-02-27 Maarten Brock <sourceforge.brock AT dse.nl>
1842
1843         * src/mcs51/gen.c (genUnpackBits): don't generate ifxJump, instead
1844           return ifx condition
1845           (genNearPointerGet, genPagedPointerGet, genFarPointerGet,
1846           genCodePointerGet, genGenPointerGet): cleanup aop before generating
1847             ifxJump to fix bug 1838000
1848         * src/SDCCsymt.c (aggregateToPointer): fix problem for xstack
1849         * support/regression/tests/bug1838000.c: new, added
1850         * device/include/mcs51/cc1110.h: new, added, thanks to Pravin Angolkar
1851
1852 2008-02-26 Borut Razem <borut.razem AT siol.net>
1853
1854         * src/SDCCast.c, doc/sdccman.lyx: fixed RFE #1901171: inerger promotion
1855           of casted varargs
1856         * support/scripts/sdcc.nsi: added MULTIUSER page,
1857           NSIS upgraded to version 2.35
1858
1859 2008-02-25 Maarten Brock <sourceforge.brock AT dse.nl>
1860
1861         * src/mcs51/ralloc.c (isSpiltOnStack): fixed bug 1565152
1862         * support/regression/tests/bug1565152.c: new, added
1863
1864 2008-02-25 Maarten Brock <sourceforge.brock AT dse.nl>
1865
1866         * src/mcs51/gen.c (genPagedPointerSet): fixed bug 1670148
1867         * support/regression/ports/mcs51-xstack-auto/spec.mk: added expf.c
1868         * support/regression/tests/bug1670148.c: new, added
1869
1870 2008-02-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1871
1872         * device/include/mcs51/at89c51ed2.h: fixed bug 1901469.
1873
1874 2008-02-24 Borut Razem <borut.razem AT siol.net>
1875
1876         * src/SDCCast.c, src/SDCCast.h: fixed bug #1874922: explicit typecast
1877           is ineffective for unsigned char parameter
1878
1879 2008-02-24 Maarten Brock <sourceforge.brock AT dse.nl>
1880
1881         * src/SDCCast.c (expandInlineFuncs): fixed bug 1875869
1882         * src/SDCCglue.c (printIvalBitFields): fixed bug 1806631
1883         * support/regression/tests/bitopcse.c: removed hc08 exception, see testfwk.h
1884         * support/Util/MySystem.c (my_system): output errorcode when verbose
1885
1886 2008-02-22 Philipp Klaus Krause <pkk AT spth.de>
1887
1888         * src/z80/gen.c (genMult): Rewrote 8-bit multiplication by constant,
1889           implements #1898231
1890
1891 2008-02-22 Philipp Klaus Krause <pkk AT spth.de>
1892
1893         * device/lib/z80/mul.s: Rewrote __muluchar_rrx_s, to improve 8-bit mult.,
1894           implements #1896290
1895
1896 2008-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
1897
1898         * src/SDCCast.c (createIvalStruct): fixed bug 1466761
1899
1900 2008-02-21 Borut Razem <borut.razem AT siol.net>
1901
1902         * support/regression/Makefile.in,
1903           support/regression/ports/ds390/spec.mk,
1904           support/regression/ports/hc08/spec.mk,
1905           support/regression/ports/mcs51-common/spec.mk,
1906           support/regression/ports/pic14/spec.mk,
1907           support/regression/ports/pic16/spec.mk,
1908           support/regression/ports/ucz80/spec.mk,
1909           support/regression/ports/xa51/spec.mk:
1910           added CFLAGS when compiling timeout
1911
1912 2008-02-20 Philipp Klaus Krause <pkk AT spth.de>
1913
1914         * support/regression/tests/bugs-1596270-1736867.c: Regression test for
1915           #1596270, #1736867
1916
1917 2008-02-20 Maarten Brock <sourceforge.brock AT dse.nl>
1918
1919         * src/SDCClrange.c (findPrevUse): fixed bug 1888147
1920         * support/regression/tests/bug1888147.c: new, added
1921
1922 2008-02-20 Philipp Klaus Krause <pkk AT spth.de>
1923
1924         * src/z80/gen.c: fixed bugs #1596270, #1736867
1925
1926 2008-02-20 Philipp Klaus Krause <pkk AT spth.de>
1927
1928         * src/z80/gen.c: fixed bug in register pair loading when swapping register
1929           contents, mostly fixes #1596270
1930
1931 2008-02-20 Philipp Klaus Krause <pkk AT spth.de>
1932
1933         * src/z80/peeph.def,
1934         * src/z80/peeph-z80.def: moved peephole that breaks gbz80 to z80-specific
1935           peepholes, fixes #1806565
1936
1937 2008-02-20 Maarten Brock <sourceforge.brock AT dse.nl>
1938
1939         * src/SDCCpeeph.c (operandBaseName): added check for @Ri
1940         * src/mcs51/peeph.def (rule 177.c): added operandsNotRelated(%1 %3)
1941           fixes bug 1739475, thanks Robert Larice
1942           (rule 271): new, added
1943
1944 2008-02-18 Borut Razem <borut.razem AT siol.net>
1945
1946         * sim/ucsim/s51.src/Makefile.in: fixed error made in previous commit
1947
1948 2008-02-17 Maarten Brock <sourceforge.brock AT dse.nl>
1949
1950         * src/SDCCmain.c (linkEdit): emit -z when using --debug for z80
1951
1952 2008-02-17 Raphael Neider <rneider AT web.de>
1953
1954         * src/pic16/genarith.c,
1955         * src/pic16/gen.c,
1956         * src/pic16/gen.h,
1957         * src/pic16/genutils.c: removed unused legacy code,
1958           removed unused fields from struct asmop and struct _G
1959
1960 2008-02-17 Raphael Neider <rneider AT web.de>
1961
1962         * src/pic16/gen.c (AccRsh): cosmetic changes,
1963           (shiftR1Left2ResultSigned,shiftR1Left2Result,shiftL1Left2Result,
1964           genRightShiftLiteral): fixed to work with SFRs as result by
1965           assigning only once to result,
1966           removed a lot of unused/excluded code fragments
1967
1968 2008-02-17 Raphael Neider <rneider AT web.de>
1969
1970         * device/include/pic/pic16f88.h,
1971         * device/include/pic/pic16f886.h,
1972         * device/include/pic/pic16f887.h: added TRISA6 and TRISA7
1973
1974 2008-02-17 Borut Razem <borut.razem AT siol.net>
1975
1976         * src/z80/peeph.def: applied patch
1977           #1893626: Optimize tail calls on Z80, thanks to Philipp Krause
1978         * src/z80/gen.c, src/z80/peeph.def: applied patch
1979           #1893510: Improve logical left shift on Z80, thanks to Philipp Krause
1980         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1981           sim/ucsim/s51.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
1982           sim/ucsim/xa.src/Makefile.in, sim/ucsim/z80.src/Makefile.in,
1983           sim/ucsim/main_in.mk: renamed libutil.a to libucsimutil.a in order to
1984           enable compilation on Mac OS X 10.5 (Leopard) and XCode v3.0
1985
1986 2008-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1987
1988         * as/link/mcs51/aslink.dsp: removed SDK define
1989         * as/link/z80/clean.mk: brought in sync with other ports
1990         * as/link/z80/lklibr.c (SdccLib, fndsym): handle the dflag here too
1991         * as/hc08/Makefile.bcc,
1992         * as/mcs51/Makefile.bcc,
1993         * as/z80/Makefile.bcc: noice.c was moved to as/asxxsrc/
1994         * src/z80/main.c (_setValues): use the now capitalized -Z,
1995           (z80_port, gbz80_port): generate debug information when asked
1996
1997 2008-02-16 Borut Razem <borut.razem AT siol.net>
1998
1999         * as/z80/asmain.c, as/z80/asm.h, as/z80/asdata.c,
2000           as/link/z80/lkmain.c, as/z80/as_gbz80.dsp, as/z80/as_z80.dsp,
2001           as/z80/Makefile.in. as/z80/Makefile.bcc:
2002           applied patch #1893393: patch for as-z80 and link-z80 to generate
2003           cdb, thanks to Armin Diehl
2004         * as/*/asnoice.c, as/hc08/as_hc08.dsp, as/hc08/Makefile.in,
2005           as/mcs51/asx8051.dsp, as/mcs51/Makefile.in:
2006           asnoice.c moved to as/asxxsrc/asnoice.c
2007         * src/z80/peeph-gbz80.def: applied patch
2008           #1880235: Z80 return peephole, thanks to Philipp Krause
2009
2010 2008-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2011
2012         * .version,
2013         * doc/sdccman.lyx: bumped version to 2.7.5
2014         * src/SDCCsymt.c (compareType, comparePtrType): fixed bug 1281583
2015
2016 2008-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
2017
2018         * device/include/pic16/stdlib.h,
2019         * device/lib/pic16/libc/stdlib/ltoa.c,
2020         * device/lib/pic16/libc/stdio/vfprintf.c: ascii strings are char*
2021
2022 2008-02-13 Borut Razem <borut.razem AT siol.net>
2023
2024         * src/SDCCmain.c, src/SDCCglue.c: fixed --c1mode
2025         * src/pic16/glue.c, src/SDCCast.c, src/SDCCast.h, src/SDCCBBlock.c,
2026           src/SDCCcse.c, src/SDCCglue.c, src/SDCCicode.c, src/SDCCloop.c,
2027           src/SDCCopt.c,  src/SDCCval.c:
2028           fixed bug #1890273: SDCC Warning 154 shows wrong filename
2029
2030 2008-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
2031
2032         * src/SDCCsymt.c (compareType): fixed bug 1309013
2033
2034 2008-02-09 Borut Razem <borut.razem AT siol.net>
2035
2036         * src/SDCCval.c, src/SDCCval.h:
2037           code cleaning, added function constChrVal()
2038         * src/SDCCglue.c, src/pic/glue.c, src/pic16/glue.c, src/SDCCast.c, src/SDCC.y:
2039           call constChrVal() instead constVal()
2040
2041 2008-02-01 Maarten Brock <sourceforge.brock AT dse.nl>
2042
2043         * src/SDCCast.c (resolveSymbols): added reentrancy check for parameters
2044           of function pointer
2045         * src/SDCCerr.h,
2046         * src/SDCCerr.c: changed warning W_NONRENT_ARGS to error E_NONRENT_ARGS
2047         * support/regression/tests/absolute.c: added TestStruct TestVar (see also
2048           bug 1859853)
2049
2050 2008-02-01 Raphael Neider <rneider AT web.de>
2051
2052         * device/include/pic/pic16f886.h,
2053         * device/include/pic/pic16f887.h: added RA6 and RA7
2054
2055 2008-01-24 Raphael Neider <rneider AT web.de>
2056
2057         * device/include/pic/pic16f88.h: added RA6 and RA7
2058         * device/lib/pic/libdev/disabled_pic16f886.c,
2059         * device/lib/pic/libdev/disabled_pic16f887.c: renamed and enabled
2060
2061         * src/pic16/devices.inc,
2062         * device/include/pic16/pic18f2423.h,
2063         * device/include/pic16/pic18f2523.h,
2064         * device/include/pic16/pic18fregs.h,
2065         * device/lib/pic16/pics.all
2066         * device/lib/pic16/libdev/pic18f2423.c,
2067         * device/lib/pic16/libdev/pic18f2523.c: added 18f2423 and 18f2523
2068         * device/lib/pic16/libio/i2c.ignore,
2069         * device/lib/pic16/libio/usart.ignore,
2070         * device/lib/pic16/libio/adc.ignore: ignore new devices
2071
2072 2008-01-23 Maarten Brock <sourceforge.brock AT dse.nl>
2073
2074         * src/SDCCast.c (createRMW): fixed bug 1582651
2075
2076 2008-01-20 Borut Razem <borut.razem AT siol.net>
2077
2078         * src/SDCCcse.c: partially fixed enhancement request
2079           #1793872 - multiply by -1 not collapsed
2080         * support/regression/tests/arithcsi.c: added regression test
2081
2082 2008-01-19 Maarten Brock <sourceforge.brock AT dse.nl>
2083
2084         * as/mcs51/asx8051.dsp: removed define SDK
2085         * as/mcs51/i51mch.c (machine): fixed bug 1865114
2086         * device/include/asm/ds390/features.h: fixed bug with ds390 & stack-auto
2087         * as/link/lklex.c,
2088         * as/link/mcs51/lkmain.c: used LKDIRSEP, LKDIRSEPSTR and LKOBJEXT,
2089           cosmetic changes, brought more in sync, changed old K&R to ANSI
2090
2091 2008-01-13 Borut Razem <borut.razem AT siol.net>
2092
2093         * support/scripts/sdcc.nsi: added Uninstall/reinstall page, ...
2094         * src/SDCCicode.c: fixed bug #1870216 - Error 122: dividing by zero
2095
2096 2007-12-30 Borut Razem <borut.razem AT siol.net>
2097
2098         * src/pic16/gen.c: fixed implementation of bitwise operations for
2099           pic16 target
2100         * support/regression/tests/bitwise.c: added test cases
2101
2102 2007-12-29 Borut Razem <borut.razem AT siol.net>
2103
2104         * src/SDCCasm.[ch]: renamed from asm[ch], use dbuf_getline(), ...
2105         * src/src.dsp, src/Makefile.bcc, src/Makefile.in, src/common.h,
2106           src/SDCCglue.c, src/xa51/main.c: asm.[ch] renamed to SDCCasm.[ch]
2107         * support/Util/dbuf_string.[ch]: added function dbuf_getline()
2108         * src/ds390/gen.c, src/hc08/gen.c, src/mcs51/gen.c, src/pic16/gen.c,
2109           src/pic/gen.c, src/z80/gen.c, src/xa51/gen.c, src/pic16/ralloc.c,
2110           src/pic16/pcode.[ch]: added const qualifier
2111         * as/hc08/Makefile.bcc, as/hc08/Makefile.in, as/hc08/as_hc08.dsp,
2112           as/mcs51/Makefile.bcc, as/mcs51/Makefile.in, as/mcs51/asx8051.dsp,
2113           as/z80/Makefile.bcc, as/z80/Makefile.in, as/z80/as_gbz80.dsp,
2114           as/z80/as_z80.dsp: added dbuf.[ch] and dbuf_string[ch] to project
2115         * as/asxxsrc/aslex.c: use dbuf_getline()
2116         * as/hc08/asdata.c, as/hc08/asexpr.c, as/hc08/asm.h, as/hc08/m08adr.c,
2117           as/mcs51/asdata.c, as/mcs51/asexpr.c, as/mcs51/asm.h,
2118           as/mcs51/i51adr.c, as/z80/asdata.c, as/z80/asexpr.c, as/z80/aslist.c,
2119           as/z80/asm.h, as/z80/z80adr.c:
2120           changed type of ib and ip to const char *
2121
2122 2007-12-28 Borut Razem <borut.razem AT siol.net>
2123
2124         * as/asxxsrc/aslex.c: moved from as/mcs51/aslex.c;
2125           introduced (readlin) - long lines are turuncated
2126         * as/hc08/as_hc08.dsp, as/mcs51/asx8051.dsp, as/z80/as_gbz80.dsp,
2127           as/z80/as_z80.dsp, as/hc08/Makefile.in, as/mcs51/Makefile.in,
2128           as/z80/Makefile.in: moved aslex.c to asxxsrc
2129         * as/hc08/aslex.c, as/z80/aslex.c: deleted
2130         * as/hc08/asmain.c, as/mcs51/asmain.c:
2131           added missing initialization of a_addr field
2132         * support/regression/tests/long_asm_line.c: added regtest for long
2133           assembler line
2134
2135 2007-12-22 Borut Razem <borut.razem AT siol.net>
2136
2137         * src/SDCC.lex: fixed bug #1852894: # character hangs the compiler
2138
2139 2007-12-20 Maarten Brock <sourceforge.brock AT dse.nl>
2140
2141         * src/SDCCsymt.c (computeType): fixed bug, thanks Fan Weiguang
2142
2143 2007-12-16 Borut Razem <borut.razem AT siol.net>
2144
2145         * device/include/pic16/stdbool.h: removed, since already exists in
2146          device/include/; this also fixes bitopcse.c regression test for pic16
2147          target
2148         * support/regression/fwk/inclusw/testfwk.h: added macro ASSERT_FAILED
2149         * src/pic16/glue.c: fixed bug #1851855: generic static pointer
2150           dereference doesn't work; covered by regression test bug1399290
2151
2152 2007-12-05 Borut Razem <borut.razem AT siol.net>
2153
2154         * doc/sdccman.lyx: fixed bug #1844509 - Correction to Manual 4.6.9
2155           Adding new PIC16
2156
2157 2007-12-01 Borut Razem <borut.razem AT siol.net>
2158
2159         * sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/mem.cc:
2160           corrected handling of the highest_valid_address
2161
2162 2007-11-17 Raphael Neider <rneider AT web.de>
2163
2164         * src/pic/main.c (_asmCmd): include debug arguments (-g as $3)
2165         * src/pic/glue.c (picglue): emit .file if --debug is given
2166
2167 2007-11-17 Raphael Neider <rneider AT web.de>
2168
2169         * src/pic16/genarith.c (pic16_genPlus, pic16_genMinus): take special
2170         care when left or right operand resides in result, fixes #1830220
2171
2172 2007-11-17 Borut Razem <borut.razem AT siol.net>
2173
2174         * src/SDCCglue.c, src/pic16/glue.c: reverted fix for bug
2175           #983491 - "Merge duplicate strings function is ineffective"
2176         * support/regression/tests/bug-983491.c: regtest disabled
2177         * as/asxxsrc: created
2178           as/asxxsrc/assym.c, as/asxxsrc/strcmpi.c: moved
2179           as/hc08/assym.c, as/mcs51/assym.c, as/strcmpi.c,
2180           as/z80/assym.c, as/hc08/asstore.c, as/mcs51/asstore.c: deleted
2181           as/hc08/Makefile.bcc, as/hc08/Makefile.in, as/hc08/as_hc08.dsp,
2182           as/hc08/asm.h, as/link/hc08/Makefile.bcc, as/link/hc08/Makefile.in,
2183           as/link/hc08/link_hc08.dsp, as/link/mcs51/Makefile.bcc,
2184           as/link/mcs51/Makefile.in, as/link/mcs51/aslink.dsp,
2185           as/link/z80/Makefile.in, as/link/z80/linkgbz80.dsp,
2186           as/link/z80/linkz80.dsp, as/mcs51/Makefile.bcc, as/mcs51/Makefile.in,
2187           as/mcs51/asm.h, as/mcs51/asx8051.dsp, as/z80/Makefile.bcc,
2188           as/z80/Makefile.in, as/z80/as_gbz80.dsp, as/z80/as_z80.dsp,
2189           as/z80/Makefile.as_hc08, as/mcs51/Makefile.asx8051: modified
2190           created as/asxxsrc directory, assym.c and strcpi.c moved into it
2191
2192 2007-11-15 Maarten Brock <sourceforge.brock AT dse.nl>
2193
2194         * device/include/stdarg.h: added and removed some casts
2195         * src/SDCCsymt.c (compareType): Fully check types between generic and
2196           non-generic pointers, also accept ptr-ptr to void-ptr assignments
2197
2198 2007-11-13 Borut Razem <borut.razem AT siol.net>
2199
2200         * support/regression/tests/bug-1817005.c:
2201           added regtest for bug #1817005 - as-z80 chokes on long labels
2202
2203 2007-11-12 Borut Razem <borut.razem AT siol.net>
2204
2205         * as/z80/asmain.c, as/z80/asm.h, as/z80/assym.c, as/z80/asdata.c,
2206           as/z80/asout.c, as/z80/aslist.c:
2207           fixed bug #1817005 - as-z80 chokes on long labels
2208
2209 2007-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2210
2211         * as/hc08/asmain.c,
2212         * as/z80/asmain.c: cosmetic changes
2213         * as/hc08/alloc.h,
2214         * as/mcs51/alloc.h,
2215         * as/z80/alloc.h: removed
2216         * as/hc08/assym.c,
2217         * as/mcs51/assym.c: replaced alloc.h with stdlib.h
2218         * as/link/aslink.h: added LKDIRSEP and, LKDIRSEPSTR
2219         * as/link/hc08/Makefile.in,
2220         * as/link/mcs51/Makefile.in,
2221         * as/link/z80/Makefile.in: added -DUNIX to CFLAGS
2222         * as/link/lklex.c,
2223         * as/link/mcs51/lkarea.c,
2224         * as/link/mcs51/lkmain.c: cosmetic changes
2225         * as/link/hc08/lklibr.c,
2226         * as/link/z80/lklibr.c,
2227         * as/link/mcs51/lklibr.c: used LKDIRSEP, LKDIRSEPSTR and LKOBJEXT,
2228           used cygwin_conv_to_full_posix_path,
2229           added warnings, cosmetic changes, brought more in sync
2230           changed old K&R into ANSI function declarations
2231         * as/link/z80/lklibr.c (loadAdb): added
2232         * as/link/z80/lkmain.c: removed -- option from usage text
2233
2234 2007-11-03 Maarten Brock <sourceforge.brock AT dse.nl>
2235
2236         * src/mcs51/gen.c (outBitC): optimized for no result
2237
2238 2007-10-31 Borut Razem <borut.razem AT siol.net>
2239
2240         * src/SDCCsymt.c: fixed (hopeful properly) bug
2241           #1805702 - order of extern matters
2242         * support/regression/tests/bug-1805702.c: enabled regtest for bug
2243           #1805702
2244
2245 2007-10-29 Borut Razem <borut.razem AT siol.net>
2246
2247         * src/SDCCsymt.c: reverted bad fixed of bug #1805702
2248           - order of extern matters
2249         * support/regression/tests/bug-1805702.c: disabled regtest for bug
2250           #1805702
2251
2252 2007-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
2253
2254         * src/ds390/peeph.def: replaced 24bitModeAndPortDS390 by
2255           24bitMode, portIsDS390
2256         * src/mcs51/gen.c (genOr): optimized for RFE 1750727
2257         * src/SDCCpeeph.c (flat24bitModeAndPortDS390): removed
2258           (notVolatileVariable): also check sloc names,
2259           (callFuncByName): moved ftab[] out of function and sorted it by use
2260
2261 2007-10-28 Maarten Brock <sourceforge.brock AT dse.nl>
2262
2263         * device/include/stdarg.h: fixed bug in va_start macro for --xstack
2264         * src/hc08/gen.c (aopForRemat): aop->aopu.aop_immd.from_cast_remat not set,
2265           aop->aopu.aop_immd.aop_immd2 not filled with (generic) pointer type
2266         * src/SDCCicode.c (geniCodeCast): fixed bug 880197
2267         * support/regression/tests/bug-880197.c: new, added
2268
2269 2007-10-28 Borut Razem <borut.razem AT siol.net>
2270
2271         * support/regression/Makefile.in,
2272           support/regression/ports/mcs51-large/spec.mk,
2273           support/regression/ports/mcs51-xstack-auto/spec.mk,
2274           support/regression/ports/mcs51-stack-auto/spec.mk,
2275           support/regression/ports/mcs51-medium/spec.mk,
2276           support/regression/ports/mcs51-common/spec.mk,
2277           support/regression/ports/mcs51-common/*,
2278           support/regression/ports/mcs51-small/*:
2279           mcs51 renamed to mcs51-common, created mcs51-small
2280         * src/SDCCsymt.c: fixed bug #1805702 - order of extern matters
2281         * support/regression/tests/bug-1805702.c: added regtest for bug
2282           #1805702
2283
2284 2007-10-26 Maarten Brock <sourceforge.brock AT dse.nl>
2285
2286         * src/mcs51/peeph.def: moved rules 257.x to 253.x and re-enabled 253.b,
2287           added new rules 265 - 270
2288         * support/regression/tests/bug1721024.c:new, added
2289         * support/regression/Makefile.in: renamed test-mcs51 to test-mcs51-small,
2290           introduced new test-mcs51 to run all mcs51 tests
2291
2292 2007-10-25 Maarten Brock <sourceforge.brock AT dse.nl>
2293
2294         * support/regression/tests/bug1816470.c: new, added
2295
2296 2007-10-21 Maarten Brock <sourceforge.brock AT dse.nl>
2297
2298         * src/SDCCast.c (resultTypePropagate): do propagate for LEFT_OP, do not
2299           propagate for *,+,- with float, fixed bug 1816470
2300           (decorateType): cast to resultTypeProp instead of resultType
2301
2302 2007-10-19 Borut Razem <borut.razem AT siol.net>
2303
2304         * src/pic16/glue.c: fixed bug #983491 - "Merge duplicate strings
2305           function is ineffective" for pic16 tareget
2306         * support/scripts/listerr.c: corrected include path
2307         * device/lib/_itoa.c: fixed bug #1806402 - _itoa and _uitoa leak to
2308           adjacent memory
2309
2310 2007-10-18 Maarten Brock <sourceforge.brock AT dse.nl>
2311
2312         * support/regression/tests/using.c: new, added
2313         * support/regression/tests/vaargs.c: fixed and enabled test
2314
2315 2007-10-18 Borut Razem <borut.razem AT siol.net>
2316
2317         * src/SDCCglue.c: fixed bug #983491 - Merge duplicate strings function
2318           is ineffective
2319         * support/regression/tests/bug-983491.c: added regtest for bug #983491
2320
2321 2007-10-18 Maarten Brock <sourceforge.brock AT dse.nl>
2322
2323         * doc/sdccman.lyx: documented option --Werror
2324         * src/SDCCsymt.c (checkFunction): fixed bug 1815418 by setting
2325           RegBankUsed[] earlier
2326
2327 2007-10-14 Maarten Brock <sourceforge.brock AT dse.nl>
2328
2329         * device/include/mcs51/p89lpc938.h: new, added, thanks Kyle Guinn
2330         * src/pic/glue.c,
2331         * src/SDCCval.c,
2332         * src/SDCCast.c,
2333         * src/SDCCast.h: replaced AST_LIT_VALUE with AST_FLOAT_VALUE and
2334           AST_ULONG_VALUE
2335         * src/SDCCast.c (decorateType): improved optimization of tri-op
2336         * src/SDCCerr.c (vwerror, setWError),
2337         * src/SDCCerr.h,
2338         * src/SDCCmain.c (parseCmdLine): added option --Werror to treat all
2339           warnings as errors, thanks Stas Sergeev for PATCH 1813211
2340
2341 2007-10-13 Maarten Brock <sourceforge.brock AT dse.nl>
2342
2343         * src/mcs51/gen.c (leftRightUseAcc): use macro IS_OP_ACCUSE
2344         * src/SDCCast.c (decorateType): optimize bit=cond?1:0, RFE 1738430
2345         * support/regression/tests/bug-223113.c,
2346         * support/regression/tests/bug-426632.c,
2347         * support/regression/tests/bug-468811.c,
2348         * support/regression/tests/bug-477835.c,
2349         * support/regression/tests/bug-478094.c,
2350         * support/regression/tests/bug-499644.c,
2351         * support/regression/tests/bug-524209.c,
2352         * support/regression/tests/bug-524211.c,
2353         * support/regression/tests/packcast.c,
2354         * support/regression/tests/structidx.c: added empty tests
2355         * support/regression/tests/bug-607243.c: enabled test
2356
2357 2007-10-06 Borut Razem <borut.razem AT siol.net>
2358
2359         * .version, doc/sdccman.lyx: bumped version to 2.7.4 to indicate the full
2360            support of universal binaries on Mac OS X
2361
2362 2007-10-02 Borut Razem <borut.razem AT siol.net>
2363
2364         * src/SDCCval.h: unified double2ul macro for all platforms
2365         * src/SDCCval.c: fixed bug #1777758 - applied Maarten's patch
2366         * support/regression/tests/bitwise.c: added regtest for bug #1777758
2367
2368 2007-09-30 Borut Razem <borut.razem AT siol.net>
2369
2370         * src/SDCCval.h: fixed bug #1739860 - sdcc does not work correctly on some
2371           platforms
2372         * sdcc_vc_in.h: enabled warnings
2373         * src/hc08/gen.c: fixed MSVC warning C4146: unary minus operator applied to
2374           unsigned type, result still unsigned
2375         * src/mcs51/peep.c: fixed gcc warning: suggest parentheses around && within ||
2376
2377 2007-09-28 Raphael Neider <rneider AT web.de>
2378
2379         * src/pic/device.c (find_device): prevent buffer underflow error
2380         * src/pic/pcoderegs.c (OptimizeRegUsage): avoid dereferencing
2381           the just destroyed list entry
2382
2383 2007-09-18 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2384
2385         * doc/sdccman.lyx: there's a dedicated wiki page for cmake and sdcc, thanks
2386           Alexander Neundorf
2387
2388 2007-09-18 Borut Razem <borut.razem AT siol.net>
2389
2390         * src/SDCCval.c: fixed MSVC warning C4146: unary minus operator
2391          applied to unsigned type, result still unsigned
2392
2393 2007-09-17 Borut Razem <borut.razem AT siol.net>
2394
2395         * src/SDCC.y, src/SDCCast.c, src/SDCCcse.c, src/SDCCglue.c,
2396           src/SDCCicode.c, src/SDCCopt.c, src/SDCCsymt.c, src/SDCCval.c,
2397           src/SDCCval.h, src/hc08/gen.c, src/avr/gen.c, src/ds390/gen.c,
2398           src/mcs51/gen.c, src/pic/gen.c, src/pic/genarith.c, src/pic/glue.c,
2399           src/pic/ralloc.c, src/pic16/gen.c, src/pic16/genarith.c,
2400           src/pic16/genutils.c, src/pic16/glue.c, src/pic16/main.c,
2401           src/z80/gen.c, src/z80/ralloc.c:
2402           fixed bug #1739860 - sdcc does not work correctly on some platforms
2403           (not finished)
2404           introduced and used ulFromVal(), double2ul(), used strtod() instead sscanf()
2405
2406 2007-09-17 Raphael Neider <rneider AT web.de>
2407
2408         * src/pic16/device.c: reverted to previous version
2409         * device/lib/pic16/Makefile.common.in: quieten gpasm via -Wa,-q
2410
2411 2007-09-16 Raphael Neider <rneider AT web.de>
2412
2413         * src/pic16/device.c (pic16_dump_usection): do not reserve 0 bytes,
2414           as this raises a ton of gpasm warnings, just emit a second label
2415         * src/pic16/devices.inc,
2416         * device/lib/pic16/pics.all,
2417         * device/lib/pic16/libdev/pic18f2585.c,
2418         * device/lib/pic16/libdev/pic18f2680.c,
2419         * device/lib/pic16/libdev/pic18f2682.c,
2420         * device/lib/pic16/libdev/pic18f2685.c,
2421         * device/lib/pic16/libdev/pic18f4585.c,
2422         * device/lib/pic16/libdev/pic18f4680.c,
2423         * device/lib/pic16/libdev/pic18f4682.c,
2424         * device/lib/pic16/libdev/pic18f4685.c,
2425         * device/include/pic16/pic18f2585.h,
2426         * device/include/pic16/pic18f2680.h,
2427         * device/include/pic16/pic18f2682.h,
2428         * device/include/pic16/pic18f2685.h,
2429         * device/include/pic16/pic18f4585.h,
2430         * device/include/pic16/pic18f4680.h,
2431         * device/include/pic16/pic18f4682.h,
2432         * device/include/pic16/pic18f4685.h,
2433         * device/include/pic16/pic18fregs.h: added 18f2585, 18f2680,
2434           18f2682, 18f2685, 18f4585, 18f4680, 18f4682, 18f4685,
2435           patch contributed by Anton Strobl, applied with changes
2436
2437 2007-09-16 Raphael Neider <rneider AT web.de>
2438
2439         * device/include/pic16/pic18f2431.h,
2440         * device/include/pic16/pic18f25j10.h,
2441         * device/include/pic16/pic18f4431.h,
2442         * device/include/pic16/pic18f45j10.h: adopted common include style
2443         * device/include/pic16/pic18f1320.h,
2444         * device/include/pic16/pic18f2320.h,
2445         * device/include/pic16/pic18f2525.h,
2446         * device/include/pic16/pic18f4320.h,
2447         * device/include/pic16/pic18f4525.h: NEW, just include proper .h file
2448         * device/include/pic16/pic18fregs.h: prepared for automatic include
2449           file selection by having DEVICE.h for every DEVICE
2450         * device/lib/pic16/libdev/pic18f2320.c,
2451         * device/lib/pic16/libdev/pic18f4320.c: just include proper .c file
2452
2453         * device/lib/pic16/configure.in,
2454         * device/lib/pic16/configure: use rm -rf instead of rmdir
2455         * device/lib/pic16/Makefile.in: use RMDIR to remove build directories
2456         * device/lib/pic16/libc/stdlib/free.c: avoid warning on pointer cast
2457
2458 2007-09-09 Borut Razem <borut.razem AT siol.net>
2459
2460         * src/SDCCmain.c, src/SDCCutil.c: print newline after printVersionInfo(),
2461           distingush between i386 and ppc Mac OS X versions
2462
2463 2007-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
2464
2465         * src/mcs51/gen.c (genReceive): fixed bug 1788177
2466         * support/regression/tests/bug1788177.c: new, added
2467
2468 2007-09-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2469
2470         * doc/sdccman.lyx: mentioned d52 and cmake, customizing startup code
2471         * device/include/mcs51/lint.h added keyword __naked
2472
2473 2007-09-04 Maarten Brock <sourceforge.brock AT dse.nl>
2474
2475         * src/pic16/glue.c,
2476         * src/pic/glue.c,
2477         * src/SDCCmem.h: removed maxRegBank
2478         * src/SDCCmem.c (allocVariables): removed maxRegBank and moved setting
2479           RegBankUsed[] to checkFunction() in SDCCsymt.c to fix bug 1759839
2480         * src/SDCCsymt.c (checkFunction): set RegBankUsed[] here
2481         * src/mcs51/peep.c (isCallerSaveFunc, termScanAtFunc): changed function
2482           name and behaviour to handle banked functions
2483           (scan4op): and use it to fix bug 1786213
2484
2485 2007-09-03 Raphael Neider <rneider AT web.de>
2486
2487         * device/include/pic16/pic18f248.h,
2488         * device/include/pic16/pic18f258.h,
2489         * device/include/pic16/pic18f448.h,
2490         * device/lib/pic16/libdev/pic18f248.c,
2491         * device/lib/pic16/libdev/pic18f258.c,
2492         * device/lib/pic16/libdev/pic18f448.c: fixed TRISEbits,
2493           added T0CONbits, fixes #1786891
2494
2495 2007-08-29 Maarten Brock <sourceforge.brock AT dse.nl>
2496
2497         * src/ds390/gen.c (genFarPointerSet),
2498         * src/hc08/ralloc.c (packRegisters),
2499         * src/mcs51/ralloc.c (packRegisters),
2500         * src/SDCCcse.c (cseBBlock): check if result is a symbol first to fix
2501           bug 1750318
2502         * src/SDCCicode.h: POINTER_SET can be true for literals too
2503         * support/regression/tests/bug1750318.c: new, added
2504
2505 2007-08-23 Borut Razem <borut.razem AT siol.net>
2506
2507         * debugger/mcs51/sdcdb.c: fixed compilation with older readline
2508           library versions without the completition functionality
2509
2510 2007-08-22 Raphael Neider <rneider AT web.de>
2511
2512         * device/include/pic16/pic18f1220.h,
2513         * device/lib/pic16/libdev/pic18f1220.c: applied patch #1776191
2514
2515 2007-08-12 Borut Razem <borut.razem AT siol.net>
2516
2517         * debugger/mcs51/Makefile.in: support/Util/SDCCerr.[ch] moved to src
2518
2519 2007-08-11 Borut Razem <borut.razem AT siol.net>
2520
2521         * support/Util/SDCCerr.c, support/Util/SDCCerr.h, src/src.dsp,
2522           src/Makefile.in, src/Makefile.bcc, support/scripts/listerr.c:
2523           support/Util/SDCCerr.[ch] moved to src
2524         * as/hc08/as_hc08.dsp, as/link/hc08/link_hc08.dsp,
2525           as/link/z80/linkgbz80.dsp, as/link/z80/linkz80.dsp,
2526           device/examples/ds390/tinitalk/tinitalk.dsp,
2527           device/examples/serialcomm/windows/serialcomm.dsp,
2528           support/librarian/librarian.dsp:
2529           removed linking of unused odbc32.lib and odbccp32.lib
2530         * support/scripts/winres.h:
2531           added for compilation with Visual C++ 2005 Express Edition
2532
2533 2007-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2534
2535         * device/include/mcs51/at89c51ed.h: Fixed typo in declarations of CKCON0
2536           and CKCON1.
2537
2538 2007-08-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2539
2540         * sdccconf_in.h: update the endian test so that SPARC Solaris
2541           does not throw syntax errors
2542
2543 2007-08-06 Borut Razem <borut.razem AT siol.net>
2544
2545         * doc/sdccman.lyx: removed two index entries which prevented the
2546           generation of sdcc doc archive
2547
2548 2007-08-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2549
2550         * doc/sdccman.lyx: Same changes made 2007-07-28 but using lyx 1.4.4
2551           instead of lyx 1.5.0.
2552
2553 2007-07-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2554
2555         * device/include/hc08/mc68hc908apxx.h: new header contributed by
2556           Lucas Loizaga, with minor modifications. Thanks!
2557
2558 2007-07-28 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2559
2560         * doc/sdccman.lyx: Documented --acall-ajmp and described new features
2561           in sdcclib.
2562
2563 2007-07-28 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2564
2565         * src/SDCCglobl.h, src/SDCCpeeph.c, src/SDCCglue.c, src/mcs51/main.c,
2566           src/mcs51/peeph.def: Added option --acall-ajmp: replaces lcall/ljmp
2567           with acall/ajmp.
2568
2569 2007-07-22 Borut Razem <borut.razem AT siol.net>
2570
2571         * configure.in, configure: re-introduced .version
2572         * sdcc.spec, doc/INSTALL.txt: they are used only for releases;
2573           the version reverted to 2.7.0
2574
2575 2007-07-18 Maarten Brock <sourceforge.brock AT dse.nl>
2576
2577         * configure.in,
2578         * doc/sdccman.lyx: bumped version to 2.7.3
2579         * device/include/mcs51/compiler.h: fixed elif->else
2580         * src/mcs51/gen.c (genAnd, genOr): handle accuse for pure bit operands
2581         * src/mcs51/ralloc.c (createStackSpil): fixed SCLS bug with sloc for sbit,
2582           (operandUsesAcc, packRegsForAccUse): added parameter allowBitspace to
2583            enable accuse for bit operands
2584         * src/SDCCmain.c (printVersionInfo),
2585         * src/SDCCutil.c (getBuildEnvironment): factored out creation of build
2586           environment descriptor
2587         * src/SDCCutil.h: added getBuildEnvironment
2588         * src/SDCCglue.c (initialComments): use getBuildEnvironment
2589         * support/regression/tests/bug1464657.c: enabled test test_Peephole251
2590         * support/regression/tests/bug-408972.c: enabled test leftShiftLong
2591         * support/regression/tests/bug1348008.c,
2592         * support/regression/tests/bug1496419.c,
2593         * support/regression/tests/bug1503067.c,
2594         * support/regression/tests/preproc.c: added empty tests
2595
2596 2007-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2597
2598         * support/regression/tests/bug1678803.c: new, added
2599
2600 2007-07-14 Maarten Brock <sourceforge.brock AT dse.nl>
2601
2602         * as/link/aslink.h,
2603         * as/link/hc08/lkihx.c,
2604         * as/link/hc08/lkrloc.c,
2605         * as/link/mcs51/lkihx.c,
2606         * as/link/mcs51/lkrloc.c: renamed ihxEntendedLinearAddress to
2607           ihxExtendedLinearAddress
2608         * as/link/mcs51/lkrloc.c (relr),
2609         * as/mcs51/asout.c (outr11, outr19): handle absolute destination for
2610           acall/ajmp, see bug 830513
2611
2612 2007-07-13 Maarten Brock <sourceforge.brock AT dse.nl>
2613
2614         * src/SDCCcse.c (replaceAllSymBySym): renamed siaddr to isaddr,
2615           (cseBBlock): remember aggr2ptr has been used
2616         * src/SDCCicode.c (operandSize): added function to handle aggr2ptr,
2617           (geniCodeAssign): fixed bug 868103
2618         * src/SDCCicode.h: made operand.aggr2ptr 2 bits wide,
2619           added operandSize prototype
2620         * src/mcs51/gen.c (aopOp): use operandSize to fix bug 868103,
2621           (genDataPointerSet): use max of size of right and result,
2622           (gencjne): added parameter useCarry for optimization,
2623           (genCmpEq): use carry if appropriate,
2624           (genXor): check if operand already in carry
2625         * support/regression/tests/bug-868103.c: enabled test
2626
2627 2007-07-12 Raphael Neider <rneider AT web.de>
2628
2629         * src/pic16/gen.c (genNearPointerSet): fixed handling of literals
2630
2631 2007-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
2632
2633         * src/SDCCsymt.c (compareType): fixed bugs 1738367 and 1745717 with patch
2634           from Robert Larice, thanks
2635         * support/regression/tests/bitopcse.c,
2636         * support/regression/tests/bitvars.c,
2637         * support/regression/tests/bug-908454.c: use <stdbool.h> for the bit types
2638         * support/regression/tests/bug-927659.c: enabled test for z80
2639         * support/regression/tests/bug1738367.c: added extra tests by Frieder
2640         * support/regression/tests/bug1745717.c: new, added
2641         * support/regression/tests/literalop.c,
2642         * support/regression/tests/nullstring.c: removed storage definitions that
2643           are now in testfwk.h
2644
2645 2007-07-10 Maarten Brock <sourceforge.brock AT dse.nl>
2646
2647         * device/include/stdbool.h: do not define __bool_true_false_are_defined
2648           and bool for targets that do not fully support it.
2649         * support/regression/tests/bug1546986.c,
2650         * support/regression/tests/bug1723128.c,
2651         * support/regression/tests/bug1734654.c,
2652         * support/regression/tests/bug1738367.c,
2653         * support/regression/tests/constantRange.c: only use bool if allowed
2654
2655 2007-07-09 Maarten Brock <sourceforge.brock AT dse.nl>
2656
2657         * src/mcs51/peep.c (isCallerSaveFunc): fixed bug 1749275, thanks Robert
2658           Larice, also handle function pointers
2659         * support/regression/tests/bug1749275.c: new, added
2660
2661 2007-07-03 Borut Razem <borut.razem AT siol.net>
2662
2663         * src/mcs51/gen.c, src/avr/gen.c, src/pic/gen.c, src/z80/gen.c,
2664           src/pic16/gen.c, src/hc08/gen.c, src/ds390/gen.c: fixed RFE
2665           #1746528: SDCC should ignore ':' in inline assembler comments
2666         * device/include/typeof.h: fixed bug #1747142: typeof.h needs fixing
2667
2668 2007-07-02 Maarten Brock <sourceforge.brock AT dse.nl>
2669
2670         * device/include/mcs51/C8051F360.h: fixed bug #1746410, thanks Chris Jones
2671         * device/lib/mcs51/crtxclear.asm: do not set __XPAGE unconditionally
2672
2673 2007-06-29 Borut Razem <borut.razem AT siol.net>
2674
2675         * src/SDCCmain.c: fixed bug
2676           #1744746: SDCC #4867: broken option --xram-size
2677
2678 2007-06-28 Borut Razem <borut.razem AT siol.net>
2679
2680         * sim/ucsim/configure.in, sim/ucsim/configure, sim/ucsim/ddconfig_in.h:
2681           find out the endianess of host machine for ucsim
2682
2683 2007-06-27 Borut Razem <borut.razem AT siol.net>
2684
2685         * support/regression/generate-cases.py: corrected the file name
2686           in warning
2687         * configure.in, configure, sdccconf_in.h: find out the endianess of
2688           host machine
2689         * src/SDCC.y: fixed bug #1744146: Crash when compiling array of
2690           negative size
2691
2692 2007-06-27 Gudjon I. Gudjonsson <gudjon AT gudjon.org>
2693
2694         * device/include/mcs51/p89c66x.h: NXP header file, OK to change licence
2695
2696 2007-06-26 Borut Razem <borut.razem AT siol.net>
2697
2698         * support/regression/generate-cases.py: display warning if function
2699           list is empty; implemented more flexible rule for detection of
2700           testing functions, allowing return type 'void' in the same line as
2701           the function name in the function definition
2702         * support/regression/tests/bug-1654060.c: corrected test
2703         * support/librarian/sdcclib.c: fixed warning:
2704           format '%s' expects type 'char *', but argument 2 has type 'int'
2705
2706 2007-06-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2707
2708         * support/librarian/sdcclib.c: Added feature Requests [1510635]
2709           Multiple infiles for sdcclib.
2710
2711 2007-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2712
2713         * src/SDCCast.c (inlineFindMaxBlockno, createFunction): fixed
2714           bug 1731741
2715
2716 2007-06-18 Borut Razem <borut.razem AT siol.net>
2717
2718         * src/SDCCmain.c: removed option -C since SDCC compiler doesn't know
2719           how to handle comments, so they have to be removed by the
2720           preprocessor; fixed bug #1738926:SDCC #4852: broken option -V
2721         * src/SDCCmain.c, src/SDCCargs.h, src/ds390/main.c, src/mcs15/main.c,
2722           src/pic16/main.c, src/pic/main.c, src/z80/main.c,
2723           support/Util/SDCCerr.c, support/Util/SDCCerr.h:
2724           table driven option hadling
2725
2726 2007-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
2727
2728         * src/SDCCast.c (decorateType),
2729         * src/SDCCicode.c (geniCodeConditional): moved optimization for '?' from
2730           iCode to ast level to fix bug 1738367
2731         * support/regression/tests/bug1738367.c: new, added
2732
2733 2007-06-15 Raphael Neider <rneider AT web.de>
2734
2735         * src/pic16/devices.inc,
2736         * device/lib/pic16/pics.all,
2737         * device/include/pic16/pic18fregs.h,
2738         * device/include/pic16/pic18f[24][45]20.h,
2739         * device/lib/pic16/libdev/pic18f[24][45]20.c: added support for
2740           18f2420, 18f2520, and 18f4420 devices, updated 18f4520 definitions
2741         * device/lib/pic16/Makefile.in: faster cleanup
2742
2743 2007-06-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2744
2745         * src/mcs51/peeph.def: added 177.i (mov from a is slightly cheaper)
2746
2747 2007-06-13 Raphael Neider <rneider AT web.de>
2748
2749         * src/SDCCmain.c: prevent NULL pointer dereference, avoid warning
2750
2751 2007-06-12 Raphael Neider <rneider AT web.de>
2752
2753         * support/scripts/inc2h.pl: conditionally emit defines for SFR bits,
2754           suppress bit defines if NO_BIT_DEFINES is #define'd
2755         * device/include/pic/pic*.h: recreated all headers to include
2756           conditional bit defines
2757         * device/include/pic/pic16f886.h,
2758         * device/include/pic/pic16f887.h: fixed based on newer .inc file
2759         * device/include/pic/recreate.sh: script to recreate the complete
2760           device library files based on the currently supported devices
2761
2762 2007-06-12 Borut Razem <borut.razem AT siol.net>
2763
2764         * src/pic16/main.c, src/SDCCargs.h, SDCCmain.c,
2765           support/regression/Makefile.in, support/scripts/build.mak,
2766           support/scripts/Makefile.snapshot:
2767           use new svn URL scheme
2768         * doc/sdccman.lyx: SDCC Wiki moved to
2769           http://sdcc.wiki.sourceforge.net/
2770
2771 2007-06-10 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2772
2773         * src/mcs51/peeph.def: disabled rule 132.d to fix #1734654
2774         * support/regression/tests/bug1734654.c: added
2775
2776 2007-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
2777
2778         * src/SDCCast.c (decorateType): optimized '?' for equal operands
2779         * src/SDCCicode.c (geniCodeConditional): optimization for bit result
2780           with literal operands
2781
2782 2007-06-10 Borut Razem <borut.razem AT siol.net>
2783
2784         * as/link/z80/lklibr.c: fixed mingw build warning
2785           lklibr.c:575: warning: implicit declaration of function 'tolower'
2786         * src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c,
2787           src/z80/main.c: move target specific options from src/SDCCmain.c
2788           to src/<target>/main.c
2789
2790 2007-06-09 Borut Razem <borut.razem AT siol.net>
2791
2792         * src/z80/gen.c: fixed bug #1294691: nested ifs make compiler crash;
2793           removed unused swap_sense; removed outBitCLong, replaced with outBitC
2794         * support/regression/tests/bug-1294691.c: added
2795
2796 2007-06-09 Maarten Brock <sourceforge.brock AT dse.nl>
2797
2798         * src/SDCCmem.c (allocDefault): removed check sym->level==0 for SPEC_ABSA,
2799           can also be static, fixes bug 1733438
2800         * src/SDCCsymt.c (checkSClass): static local vars in reentrant funcs can
2801           have absolute address too
2802           (computeType): added optimization for 'cond ? true : false'
2803         * support/regression/tests/absolute.c: added test for static absolute var
2804
2805 2007-06-08 Raphael Neider <rneider AT web.de>
2806
2807         * src/regression/Makefile: suppress parallel builds, allow easy
2808           switching between pic14/pic16 ports
2809         * src/regression/picregs.h: added pic14/16 header file switch
2810         * src/regression/{compare7.c,compare8.c,compare9.c,compare10.c,
2811           inline.c,nestfor.c,string1.c}: include "picregs.h"
2812
2813 2007-06-07 Borut Razem <borut.razem AT siol.net>
2814
2815         * sim/ucsim/*.[ch], sim/ucsim/configure, sim/ucsim/configure.in:
2816           permanent solution to suppress GCC 4.2.0 c++ warning:
2817           deprecated conversion from string constant to `char *'
2818           use 'const char *' where ever required
2819         * support/regression/generate-cases.py: implemented more flexible rule
2820           for detection of testing functions, allowing white-spaces surrounding
2821           the function name and the 'void' parameter.
2822         * support/regression/tests/constantRange.c,
2823           support/regression/tests/scott-compare3.c: fixed failing regression
2824           tests, uncovered by implementation of more flexible rule for detection
2825           of testing functions
2826
2827 2007-06-04 Maarten Brock <sourceforge.brock AT dse.nl>
2828
2829         * src/SDCCast.c(decorateType): better optimize '!!' and comparisons
2830
2831 2007-06-04 Borut Razem <borut.razem AT siol.net>
2832
2833         * configure.in, configure, config_vc.awk: sdcc version number is now
2834           stored in configure.in; removed .version
2835         * configure.in, configure, sdcc.spec, doc/sdccman.lyx, doc/sdccman.lyx,
2836           doc/INSTALL.txt: version bumped to 2.7.2
2837         * sim/ucsim/configure.in, sim/ucsim/configure:
2838           use "read" to read from .version
2839
2840 2007-06-03 Borut Razem <borut.razem AT siol.net>
2841
2842         * */Makefile.in: removed annoying warning:
2843           Makefile:xx: Makefile.dep: No such file or directory
2844
2845 2007-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
2846
2847         * src/mcs51/gen.c (outBitC, genRet): used IS_OP_RUONLY,
2848           (genNot, genXor): used toCarry, also fixes a bug for c = bit ^ val
2849         * src/mcs51/ralloc.c: removed IS_OP_RUONLY + some cosmetic changes
2850         * src/SDCCast.c (resultTypePropagate): propagate for '!',
2851           (decorateType): also optimize comparisons with RESULT_TYPE_BIT,
2852           bugfix: only use newBoolLink for bit result type
2853         * src/SDCCicode.c (geniCodeLogic): added param tree,
2854           bugfix: use newBoolLink if tree is bit type, bug appears when ruonly,
2855           (geniCodeLogicAndOr): use IS_BIT,
2856           (geniCodeJumpTable, geniCodeSwitch): added NULL param to geniCodeLogic,
2857           (ast2iCode): added tree param to geniCodeLogic for comparisons
2858         * src/SDCCsymt.h: added IS_OP_RUONLY and IS_OP_ACCUSE
2859         * support/regression/tests/bug1723128.c: added test NotZero
2860
2861 2007-06-01 Borut Razem <borut.razem AT siol.net>
2862
2863         * SDCPP synchronized with GCC CPP release version 4.2.0,
2864           currently the latest release:
2865         * support/cpp2/c-incpath.c, support/cpp2/c-incpath.h,
2866           support/cpp2/c-ppoutput.c, support/cpp2/cppdefault.c,
2867           support/cpp2/cppdefault.h, support/cpp2/except.h,
2868           support/cpp2/libcpp/directives.c, support/cpp2/libcpp/expr.c,
2869           support/cpp2/libcpp/files.c, support/cpp2/libcpp/include/cpplib.h,
2870           support/cpp2/libcpp/init.c, support/cpp2/libcpp/internal.h,
2871           support/cpp2/libcpp/lex.c, support/cpp2/libcpp/macro.c,
2872           support/cpp2/libcpp/mkdeps.c, support/cpp2/libiberty/getpwd.c,
2873           support/cpp2/libiberty/hashtab.c, support/cpp2/optc-gen.awk,
2874           support/cpp2/opth-gen.awk, support/cpp2/opts.c,
2875           support/cpp2/opts.h, support/cpp2/output.h,
2876           support/cpp2/prefix.c, support/cpp2/sdcpp-opts.c,
2877           support/cpp2/sdcpp.dsp, support/cpp2/sdcpp.opt,
2878           support/cpp2/system.h, support/cpp2/version.c,
2879           support/cpp2/Makefile.in: modified
2880         * support/cpp2/opts-common.c: added
2881         * device/lib/pic16/libdev/pic18f[24][45]j10.c: fixed svn atrributes
2882         * device/lib/pic16/libdev/pic18f[24]5j10.c:
2883           search for included source file in local directory
2884         * sim/ucsim/configure, sim/ucsim/configure.in:
2885           temporary solution to suppress GCC 4.2.0 c++ warning:
2886           deprecated conversion from string constant to `char *'
2887
2888 2007-06-01 Raphael Neider <rneider AT web.de>
2889
2890         * device/lib/pic/libdev/pic12f683.c,
2891         * device/include/pic/pic12f683.h: added GPIO bits
2892
2893 2007-06-01 Raphael Neider <rneider AT web.de>
2894
2895         * doc/sdccman.lyx: added --disable-pic16-port, fixed some `--' and
2896           quotation marks, clarified role of PIC14 vs. PIC16 ports
2897         * src/pic16/devices.inc,
2898         * device/include/pic16/pic18fregs.h,
2899         * device/include/pic16/pic18f[24][45]j10.h,
2900         * device/lib/pic16/pics.all,
2901         * device/lib/pic16/libdev/pic18f[24][45]j10.c: added support for
2902           18f24j10, 18f25j10, 18f44j10, and 18f45j10
2903         * device/lib/pic16/libio/{i2c,adc,usart}.ignore: do not build IO libs
2904           for new devices as they are not yet supported by gputils
2905
2906 2007-05-31 Borut Razem <borut.razem AT siol.net>
2907
2908         * Small Device C Compiler 2.7.0 released
2909         * .version, sdcc.spec, doc/sdccman.lyx, doc/INSTALL.txt:
2910           changed sdcc version to 2.7.1
2911         * support/scripts/sdcc.nsi: added How to create WIN32 release
2912           setup.exe package
2913
2914 2007-05-29 Maarten Brock <sourceforge.brock AT dse.nl>
2915
2916         * doc/sdccman.lyx: documented initialization and allocation of absolute
2917           variables, bit parameter passing, the need for function pointers to be
2918           reentrant and alpha quality support of inline and retrict
2919
2920 2007-05-26 Borut Razem <borut.razem AT siol.net>
2921
2922         * support/regression/tests/bug1057979.c, support/regression/tests/malloc.c,
2923           support/regression/fwk/include/testfwk.h: fixed compilation on Mac OS x
2924         * docs/knownbugs.html: updated
2925
2926 2007-05-25 Maarten Brock <sourceforge.brock AT dse.nl>
2927
2928         * doc/sdccman.lyx: inserted footnotes about inline assembler labels,
2929           thanks Jan Waclawek
2930         * src/mcs51/gen.c (aopPut): fixed part of bug 1723128 when result is
2931           AOP_CRY and ruonly
2932           (gencjneshort): optimized when left is AOP_DIR
2933         * src/SDCCglue.c (printIvalStruct): fixed other part of bug 1723128 for
2934           initializing unions in a struct/array
2935         * support/regression/fwk/include/testfwk.h: added defines for data, near
2936           and far for host and z80
2937         * support/regression/tests/bug1723128.c: new, added
2938
2939 2007-05-22 Borut Razem <borut.razem AT siol.net>
2940
2941         * doc/knownbugs.html: updated
2942
2943 2007-05-21 Raphael Neider <rneider AT web.de>
2944
2945         * src/pic16/glue.c (pic16_initPointer): avoid assertion, emit better
2946           error message instead
2947         * src/pic/pcoderegs.c (pCodeOptime2pCodes): keep register state intact
2948
2949 2007-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2950
2951         * src/mcs51/peeph.def (257.b): disabled to fix bug 1721024
2952
2953 2007-05-21 Raphael Neider <rneider AT web.de>
2954
2955         * src/pic/pcoderegs.c (pCodeOptime2pCodes): fixed bogus optimization,
2956           closes #1722392
2957         * src/regression/gpsim_assert.h,
2958         * src/regression/Makefile,
2959         * src/regression/pcodeopt.c: regression test for the above fix
2960
2961 2007-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
2962
2963         * src/SDCCpeeph.c (labelIsUncondJump): ignore identical labels for
2964           jumps to self, fixed bug 1717281
2965
2966 2007-05-10 Borut Razem <borut.razem AT siol.net>
2967
2968         * support/scripts/gen_known_bugs.pl: cosmetic fix
2969         * doc/knownbugs.html: generated by gen_known_bugs.pl
2970
2971 2007-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2972
2973         * src/SDCCast.c (createFunction): also generate non-inlined version of
2974           function for functions declared as "static inline"
2975         * src/SDCCast.c (fixupInline, inlineAddDecl): reset symbol state so
2976           function can be inlined after non-inlined version generated.
2977
2978 2007-05-10 Borut Razem <borut.razem AT siol.net>
2979
2980         * support/scripts/gen_known_bugs.pl: added script
2981           which generates knownbugs.html
2982
2983 2007-05-09 Maarten Brock <sourceforge.brock AT dse.nl>
2984
2985         * doc/knownbugs.html: updated for release 2.7.0
2986
2987 2007-05-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2988
2989         * device/include/mcs51/uPSD33xx.h: Added patch by Jan Waclawek.
2990
2991 2007-05-08 Maarten Brock <sourceforge.brock AT dse.nl>
2992
2993         * src/ds390/gen.c (emitcode): don't change properties of previous lines,
2994           (throughout): updated generating comments
2995         * src/mcs51/gen.c (emitcode): don't change properties of previous lines,
2996           (throughout): updated generating comments
2997         * src/SDCCpeeph.c (peepHole): continue searching at the first replaced
2998           rule instead of at the second, or it might skip lines when removing the
2999           complete match
3000         * support/regression/tests/bug1714204.c: changed test to foo
3001
3002 2007-05-08 Borut Razem <borut.razem AT siol.net>
3003
3004         * doc/sdccman.lyx: changed sdcc version to 2.7.0,
3005           thanks to SDCC Distributed Compile Farm members,
3006           added Z80 and GBZ80 command line options
3007         * .version, doc/INSTALL.txt, sdcc.spec: changed sdcc version to 2.7.0
3008
3009 2007-05-08 Maarten Brock <sourceforge.brock AT dse.nl>
3010
3011         * device/lib/mcs51/crtxinit.asm: added disabled version for dual dptr
3012         * device/include/mcs51/uPSD33xx.h: added sfr DPS as alias for DPTC
3013         * support/regression/tests/longlit.c: modified to be tested at all and
3014           to pass the actual test
3015
3016 2007-05-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
3017
3018         * device/include/mcs51/uPSD33xx.h: Added.
3019
3020 2007-05-07 Maarten Brock <sourceforge.brock AT dse.nl>
3021
3022         * device/lib/_gptrput.c,
3023         * device/lib/_gptrget.c: removed old code,
3024          (_gptrgetWord),
3025         * src/ds390/gen.c (genGenPointerGet): fixed bug 1714204
3026         * support/regression/tests/bug1714204.c: new, added
3027
3028 2007-05-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3029
3030         * support/regression/tests/regtrack.c: test was never executed
3031           because of the regression test being picky about white spaces.
3032         * device/lib/mcs51/crtclear.asm: added comment
3033
3034 2007-05-06 Raphael Neider <rneider AT web.de>
3035
3036         * device/lib/pic/Makefile.rules,
3037         * device/lib/pic16/Makefile.rules: make sure *.ignore file exists,
3038           made "&> /dev/null" redirection sh-safe ("> /dev/null 2>&1")
3039
3040 2007-05-06 Raphael Neider <rneider AT web.de>
3041
3042         * src/pic16/device.h,
3043         * src/pic16/main.h,
3044         * src/pic16/main.c (pic16_optionsTable,_pic16_parseOptions,
3045           _pic16_setDefaultOptions): removed/reordered command-line args
3046         * doc/sdccman.lyx: updated PIC14 and PIC16 documentation (supported
3047           devices, regrouped command line args, environment variables),
3048           clarified sone points, added sections on how to add devices to the
3049           PIC14/PIC16 ports
3050
3051 2007-05-06 Maarten Brock <sourceforge.brock AT dse.nl>
3052
3053         * src/z80/peeph.def: fixed bug in rule 2
3054
3055 2007-05-05 Maarten Brock <sourceforge.brock AT dse.nl>
3056
3057         * src/port.h: added TARGET_MCS51_LIKE
3058         * src/SDCCpeeph.c (labelIsUncondJump): new, added, other targets could
3059           take advantage of it too
3060         * src/z80/gen.c (genIpush): push b, d or h directly instead of using a,
3061           (shiftR2Left2Result): Optimized: don't check shifting by 0
3062         * src/z80/peeph-z80.def,
3063         * src/z80/peeph.def: whole set of new rules by Philipp Krause with some
3064           modifications, see patch 1700823
3065         * src/mcs51/peep.c (): fixed bug 1712928
3066         * support/regression/tests/bug1712928.c: new, added
3067
3068 2007-05-05 Borut Razem <borut.razem AT siol.net>
3069
3070         * device/lib/pic16/Makefile.common.in,
3071           device/lib/pic/Makefile.common.in, sim/ucsim/cmd.src/Makefile.in:
3072           removed bash dependencies
3073
3074 2007-05-01 Borut Razem <borut.razem AT siol.net>
3075
3076         * src/SDCCicode.c:
3077           fixed bug #1710507: --i-code-in-asm makes compile fail
3078           all iCode comments are now one liners
3079         * src/mcs51/gen.c: fixed memory leak
3080
3081 2007-05-01 Raphael Neider <rneider AT web.de>
3082
3083         * device/lib/pic/libdev/*.c
3084         * device/include/pic/*.h: regenerated all device libs from updated
3085           .inc files
3086         * support/scripts/inc2h.pl: documented usage, now uses strict to
3087           catch more bugs
3088
3089 2007-04-30 Borut Razem <borut.razem AT siol.net>
3090
3091         * doc/sdccman.lyx:
3092           fixed bug #1669175: Problem with space in output paths
3093           documented how to use paths with spaces for Windows users
3094
3095 2007-04-29 Borut Razem <borut.razem AT siol.net>
3096
3097         * Fixed svn:eol-style and svn:keywords properties
3098         * src/SDCCval.c: fixed bug
3099           #1592871: Segfault with "large" const arrays of characters
3100           replaced recursion with iteration
3101         * Removed svn:executable property from non-executable files
3102
3103 2007-04-29 Maarten Brock <sourceforge.brock AT dse.nl>
3104
3105         * src/mcs51/gen.c (genRet): fixed bug 1707003
3106
3107 2007-04-27 Raphael Neider <rneider AT web.de>
3108
3109         * src/pic16/pcode.c (pBlockRemoveUnusedLabels,pic16_pBlockAddInval,
3110           createReachingDefinitions,assignValnums,pic16_destructDF,
3111           pic16_createDF,pic16_vcg_dumpedges,pic16_vcg_dump_default):
3112           prevent NULL pointer dereferences
3113         * device/lib/pic/libdev/pic16f886.c,
3114         * device/lib/pic/libdev/pic16f887.c: svn mv'ed to disabled_* to
3115           prevent building them, gputils do not really support them yet
3116
3117 2007-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3118
3119         * device/lib/_ltoa.c: 36 bytes less __data mem. This really
3120           helps printf_small. 32 bytes more __idata mem.
3121
3122 2007-04-27 Raphael Neider <rneider AT web.de>
3123
3124         * src/pic/pcode.c (addpCode2pBlock,LinkFlow,pBlockRemoveUnusedLabels):
3125           return early when pb or pb->pcHead is NULL (patch #1708427)
3126         * src/regression/empty.c,
3127         * src/regression/Makefile: added test with empty functions
3128         * support/Util/SDCCerr.c: fixed typo in E_INIT_STRUCT message
3129
3130 2007-04-27 Borut Razem <borut.razem AT siol.net>
3131
3132         * src/SDCCast.c: fixed feature request
3133           #1547512: Redundant strings linked when using sizeof("abc")
3134
3135 2007-04-23 Borut Razem <borut.razem AT siol.net>
3136
3137         * doc/sdccman.lyx, src/SDCCmain.c:
3138           peep-hole comments are generated only if --fverbose-asm option is
3139           specified and --no-peep-comments is not, as proposed by Frieder.
3140         * support/regression/Makefile.in: compile regression tests with
3141           --fverbose-asm option so one can "grep" whether a new (or an old)
3142           peephole is (still) applied; requested by Frieder.
3143
3144 2007-04-23 Kevin Buettner <kevin AT buettner.to>
3145
3146         * device/include/pic/pic16f886.h,
3147         * device/include/pic/pic16f887.h,
3148         * device/lib/pic/libdev/pic16f886.c,
3149         * device/lib/pic/libdev/pic16f887.c,
3150         * device/include/pic/pic14devices.txt,
3151         * device/lib/pic/libdev/devices.txt: Add 16f886 and 16f887.
3152
3153 2007-04-23 Kevin Buettner <kevin AT buettner.to>
3154
3155         * device/lib/pic/libsdcc/idata.c: PAGESEL _main before going there,
3156           fixes #1704666
3157
3158 2007-04-23 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3159
3160         * device/lib/_memset.c: assembler version for mcs51
3161
3162 2007-04-22 Borut Razem <borut.razem AT siol.net>
3163
3164         * support/scripts/listerr.c: program to create the list of errors and
3165           warnings list from - added
3166         * doc/sdccman.lyx: removed the note
3167           "For list of warnings and corresponding codes, see err_warn.txt"
3168         * src/SDCCsymt.c: fixed bug #1699804:
3169           Bug with some uses of sizeof(static local array) (MCS51)
3170         * support/regression/tests/bug-1699804.c: added
3171
3172 2007-04-20 Maarten Brock <sourceforge.brock AT dse.nl>
3173
3174         * as/mcs51/asmain.c (search_path_append, search_path_fopen): new, added,
3175           (main): added option -i,
3176           (asmbl, case S_INCL): use search_path_fopen,
3177           mostly from patch 1579668 by Peter Miller, thanks
3178         * src/z80/main.c: fixed typo --callee-saves-bc
3179         * device/include/mcs51/compiler.h: added sfrword for Tasking
3180
3181 2007-04-20 Borut Razem <borut.razem AT siol.net>
3182
3183         * src/z80/main.c: replaced reserved keyword asm with asmblr
3184
3185 2007-04-19 Borut Razem <borut.razem AT siol.net>
3186
3187         * src/port.h: use const pointers to strings
3188         * src/SDCCargs.h: declared getStringArg() and getIntArg()
3189         * src/pic16/main.c: include SDCCargs.h
3190         * src/SDCCglobl.h: code_seg and const_seg are not pointers to
3191           const char, since the strings are dynamically allocated
3192         * src/SDCCmain.c: options.code_seg and options.const_seg are
3193           dynamically allocated; check port specific command line options
3194           before the general ones
3195         * src/z80/main.c: fixed bug #1631895: codeseg/constseg #pragma fail
3196
3197 2007-04-18 Maarten Brock <sourceforge.brock AT dse.nl>
3198
3199         * device/include/ds400rom.h,
3200         * device/lib/ds390/lcd390.c,
3201         * device/lib/ds390/memcpyx.c,
3202         * device/lib/ds390/rtc390.c,
3203         * device/lib/ds400/ds400rom.c,
3204         * device/lib/ds400/memcpyx.c,
3205         * device/lib/hc08/_ret.c: more replacements of keywords with their
3206           double underscore equivalents
3207         * device/lib/ds390/Makefile.in,
3208         * device/lib/ds400/Makefile.in,
3209         * device/lib/gbz80/Makefile.in,
3210         * device/lib/hc08/Makefile.in,
3211         * device/lib/mcs51/Makefile.in,
3212         * device/lib/z80/Makefile.in: added --std-c89 to CFLAGS
3213
3214 2007-04-17 Borut Razem <borut.razem AT siol.net>
3215
3216         * doc/sdccman.lyx, src/SDCCmain.c, src/SDCCglobal.h, src/ds390/gen.c,
3217           src/hc08/gen.c, src/mcs51/gen.c, src/mcs51/rtrack.c:
3218           fixed #1493816: option --no-gen-comments: --no-gen-comments renamed
3219           to --fverbose-asm, to be gcc'ish
3220
3221 2007-04-17 Maarten Brock <sourceforge.brock AT dse.nl>
3222
3223         * src/mcs51/gen.c (aopOp): set size to 1 for ruonly, fixes bug 1699455
3224
3225 2007-04-17 Borut Razem <borut.razem AT siol.net>
3226
3227         * doc/sdccman.lyx: fixed #1701874: Mac OSX references in SDCC manual
3228         * device/lib/ds400/tinibios.c, device/lib/hc08/_divuint.c,
3229           device/lib/hc08/_divulong.c: replaced _asm and _endasm keywords
3230           with their double underscore equivalent
3231
3232 2007-04-14 Borut Razem <borut.razem AT siol.net>
3233
3234         * doc/sdccman.lyx: some additional "freeware" replaced with "free open
3235           source"
3236
3237 2007-04-13 Borut Razem <borut.razem AT siol.net>
3238
3239         * doc/sdccman.lyx: -pedantic-parse-number is not in conformance with
3240           C99 standard
3241         * device/examples/serialcomm/windows/serial.[ch],
3242           device/examples/serialcomm/windows/test_serialcomm.cpp:
3243           updated by Bela Torok
3244         * device/examples/serialcomm/windows/serialcomm.dsw,
3245           device/examples/serialcomm/windows/serialcomm.dsp: added
3246
3247 2007-04-13 Jan Waclawek <wek AT efton.sk>
3248
3249         * doc/sdccman.lyx: additions and changes at various places
3250           (submitted as #1697136).
3251           (svn commit by Frieder Ferlemann <Frieder.Ferlemann AT web.de>)
3252
3253 2007-04-10 Borut Razem <borut.razem AT siol.net>
3254
3255         * doc/cdbfileformat.lyx, doc/sdccman.lyx, doc/test_suite_spec.lyx:
3256           LyX file format changed to 245
3257         * doc/sdccman.lyx, doc/README.txt, sdc/SDCC.lex, src/SDCCglue.c:
3258           "FreeWare" replaced with "free open source"
3259
3260 2007-04-10 Maarten Brock <sourceforge.brock AT dse.nl>
3261
3262         * device/include/mcs51/C8051F120.h: added some defines for bits in RSTSRC
3263
3264 2007-04-08 Maarten Brock <sourceforge.brock AT dse.nl>
3265
3266         * device/include/pic16/pic18fregs.h,
3267         * device/lib/_bp.c,
3268         * device/lib/_decdptr.c,
3269         * device/lib/_divsint.c,
3270         * device/lib/_divslong.c,
3271         * device/lib/_divuint.c,
3272         * device/lib/_divulong.c,
3273         * device/lib/_fs2schar.c,
3274         * device/lib/_fs2sint.c,
3275         * device/lib/_fs2slong.c,
3276         * device/lib/_fs2uchar.c,
3277         * device/lib/_fs2uint.c,
3278         * device/lib/_fs2ulong.c,
3279         * device/lib/_fsadd.c,
3280         * device/lib/_fscmp.c,
3281         * device/lib/_fsdiv.c,
3282         * device/lib/_fseq.c,
3283         * device/lib/_fsget1arg.c,
3284         * device/lib/_fsget2args.c,
3285         * device/lib/_fsgt.c,
3286         * device/lib/_fslt.c,
3287         * device/lib/_fsmul.c,
3288         * device/lib/_fsneq.c,
3289         * device/lib/_fsnormalize.c,
3290         * device/lib/_fsreturnval.c,
3291         * device/lib/_fsrshift.c,
3292         * device/lib/_fssub.c,
3293         * device/lib/_fsswapargs.c,
3294         * device/lib/_gptrget.c,
3295         * device/lib/_gptrgetc.c,
3296         * device/lib/_gptrput.c,
3297         * device/lib/_logexpf.c,
3298         * device/lib/_modsint.c,
3299         * device/lib/_modslong.c,
3300         * device/lib/_moduint.c,
3301         * device/lib/_modulong.c,
3302         * device/lib/_mulint.c,
3303         * device/lib/_mullong.c,
3304         * device/lib/_schar2fs.c,
3305         * device/lib/_ser.c,
3306         * device/lib/_setjmp.c,
3307         * device/lib/_sint2fs.c,
3308         * device/lib/_slong2fs.c,
3309         * device/lib/_spx.c,
3310         * device/lib/_uchar2fs.c,
3311         * device/lib/_uint2fs.c,
3312         * device/lib/_ulong2fs.c,
3313         * device/lib/asincosf.c,
3314         * device/lib/atanf.c,
3315         * device/lib/calloc.c,
3316         * device/lib/ds390/tinibios.c,
3317         * device/lib/ds400/tinibios.c,
3318         * device/lib/expf.c,
3319         * device/lib/free.c,
3320         * device/lib/hc08/_mulint.c,
3321         * device/lib/logf.c,
3322         * device/lib/malloc.c,
3323         * device/lib/printf_fast.c,
3324         * device/lib/printf_tiny.c,
3325         * device/lib/printfl.c,
3326         * device/lib/realloc.c,
3327         * device/lib/ser_ir.c,
3328         * device/lib/serial.c,
3329         * support/regression/tests/libmullong.c: replaced all special keywords
3330           with their double underscore equivalent
3331         * support/regression/ports/mcs51-xstack-auto/spec.mk,
3332         * device/lib/Makefile.in: compile libs with --std-c99 instead of
3333           --std-sdcc99
3334         * src/mcs51/gen.c (outBitC): don't store if result is return-use-only,
3335           (genRet): if the bit-symbol is ruonly it already is in the carry
3336         * src/mcs51/ralloc.c (regTypeNum): make regType REG_CND for ruonly bit
3337         * src/SDCCast.c (createFunction): applied patch 887171 by Stas Sergeev
3338         * src/SDCCicode.c (ast2iCode): '!', GETHBIT, GETABIT: only set operand
3339           type UCHAR if dest is not bit
3340
3341 2007-04-03 Maarten Brock <sourceforge.brock AT dse.nl>
3342
3343         * device/include/math.h,
3344         * device/lib/cotf.c,
3345         * device/lib/expf.c,
3346         * device/lib/sincoshf.c: changed XMAX to C99 HUGE_VALF
3347
3348 2007-04-01 Borut Razem <borut.razem AT siol.net>
3349
3350         * src/SDCC.lex, src/SDCCmain.c, support/cpp2/sdcpp.c:
3351           fixed bug #1692042: input buffer overflow...scanner uses REJECT
3352         * support/cpp2/sdcpp.c: fixed recursion bug - internal_error() called
3353           gcc_unreachable() called internal_error()...
3354
3355 2007-03-30 Raphael Neider <rneider AT web.de>
3356
3357         * src/pic/ralloc.c (isData): suppress garbage debug output
3358
3359 2007-03-28 Borut Razem <borut.razem AT siol.net>
3360
3361         * doc/sdccman.lyx:
3362           "Nightly Snapshots" replaced with "Snapshot Builds", since the SDCC
3363           is developed, built and used worldwide, and the word "night" doesn't
3364           make any sense.
3365
3366 2007-03-28 Maarten Brock <sourceforge.brock AT dse.nl>
3367
3368         * device/include/mcs51/C8051F360.h: new, added
3369         * device/include/mcs51/C8051F520.h: fixed buggy sbit addresses SPI0CN
3370
3371 2007-03-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3372
3373         * src/SDCC.y (declaration_specifiers, function_specifier),
3374         * support/Util/SDCCerr.c,
3375         * support/Util/SDCCerr.h,
3376         * src/SDCCsymt.h,
3377         * src/SDCCsymt.c (mergeSpec, checkFunction): Parse and validate the
3378           inline keyword
3379         * src/SDCCmem.c (deallocParms),
3380         * src/SDCCast.c: support for function inlining, not quite complete
3381         * src/SDCCsymt.c (printTypeChain, printTypeChainRaw): display
3382           'restrict' qualifier
3383
3384 2007-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3385
3386         * src/mcs51/gen.c (saveRegisters, unsaveRegisters): free some bitVects,
3387           (saveRBank, unsaveRBank): don't save bits,
3388           (genFunction, genEndFunction): save bits exactly once, fix bug 1535242
3389         * support/regression/tests/bug1535242.c: new, added
3390         * device/include/assert.h: applied patch 1686533 to fix bug 1686528,
3391           thanks Alexey Shamrin <shamrin AT gmail.com>,
3392           made assert.h header ANSI compliant (added a check for NDEBUG macro,
3393           removed header guard)
3394         * .version,
3395         * sdcc.spec: bumped version to 2.6.5
3396         * src/SDCCmain.c(parseCmdLine): fixed bug 1677144
3397
3398 2007-03-22 Borut Razem <borut.razem AT siol.net>
3399
3400         * debugger/mcs51/cmd.c, debugger/mcs51/sdcdb.c:
3401           fixed bug #1653671: sdcdb integration into ddd is broken
3402
3403 2007-03-22 Raphael Neider <rneider AT web.de>
3404
3405         * src/pic/gen.c (popGetExternal): augmented to also create references
3406           to external variables (not only labels),
3407           (genCall): comment on plan to reduce PAGESEL overhead,
3408           (genFunction, genEndFunction): also save/restore FSR around interrupt
3409           handling code, removed lots of unused code
3410           (genDivOneByte): release acquired temp register
3411         * src/pic/glue.c (pic14createInterruptVect): adapt to new signature
3412           of popGetExternal
3413         * device/lib/pic/libsdcc/shadowregs.c: NEW, provide storage location
3414           for registers that need to be saved during interrupts (FSR, STATUS,
3415           PCLATH; W needs special handling), currently only FSR is used
3416
3417 2007-03-22 Raphael Neider <rneider AT web.de>
3418
3419         * device/include/pic/pic14devices.txt: 16f688 has only one config word
3420
3421 2007-03-19 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
3422
3423         * /as/link/mcs51/aslink.dsp: Object extension for mcs51 is 'rel' not 'o'.
3424
3425 2007-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3426
3427         * src/mcs51/peeph.def (263.x): fixed bug for volatile variables
3428
3429 2007-03-14 Maarten Brock <sourceforge.brock AT dse.nl>
3430
3431         * as/link/aslink.h: added LKOBJEXT
3432         * as/link/hc08/link_hc08.dsp,
3433         * as/link/hc08/Makefile.bcc,
3434         * as/link/hc08/Makefile.in,
3435         * as/link/mcs51/aslink.dsp,
3436         * as/link/mcs51/Makefile.bcc,
3437         * as/link/mcs51/Makefile.in: moved lkamof51.c and lkdata.c
3438         * as/link/hc08/lkaomf51.c,      as/link/mcs51/lkaomf51.c,
3439         * as/link/lkaomf51.c: merged and moved
3440         * as/link/hc08/lkdata.c,        as/link/mcs51/lkdata.c,
3441         * as/link/z80/lkdata.c,
3442         * as/link/lkdata.c: merged and moved
3443         * as/link/hc08/lkmain.c,
3444         * as/link/mcs51/lkmain.c: cosmetic changes
3445         * as/link/z80/lkeval.c,         as/link/lkeval.c: merged
3446         * as/link/lklex.c: use LKOBJEXT
3447         * as/link/z80/lklist.c,         as/link/lklist.c: merged,
3448           ANSI-fied functions, removed bubble-sorts
3449         * as/link/z80/lksym.c           as/link/lksym.c: merged,
3450           ANSI-fied functions
3451         * as/link/z80/linkgbz80.dsp,
3452         * as/link/z80/linkz80.dsp,
3453         * as/link/z80/Makefile.in: added lkaomf51.c and lknoice.c,
3454           moved lkdata.c, lkeval.c, lkhead.c, lklex.x, lklist.c, lksym.c
3455         * as/link/z80/lkhead.c,
3456         * as/link/z80/lklex.c: deleted
3457         * as/link/z80/lklibr.c: moved LKOBJEXT to aslink.h
3458         * as/link/z80/lkmain.c: added copyfile()
3459
3460 2007-03-13 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
3461
3462         * device/include/mcs51/P89LPC925.h: Added missing P1_6 and P1_7.
3463
3464 2007-03-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3465
3466         * device/lib/_strlen.c: assembler version for mcs51
3467
3468 2007-03-13 Raphael Neider <rneider AT web.de>
3469
3470         * device/include/pic16/pic18f2221.h,
3471         * device/include/pic16/pic18f2321.h,
3472         * device/include/pic16/pic18f2331.h,
3473         * device/include/pic16/pic18f4221.h,
3474         * device/include/pic16/pic18f4321.h,
3475         * device/include/pic16/pic18f4331.h: fixed config byte location names
3476         * support/scripts/inc2h-pic16.pl: removed debug output, emit
3477           consistently named config byte locations
3478
3479 2007-03-13 Borut Razem <borut.razem AT siol.net>
3480
3481         * src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
3482           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/s51.src/Makefile.in,
3483           sim/ucsim/xa.src/Makefile.in, sim/ucsim/z80.src/Makefile.in,
3484           as/link/z80/Makefile.in, as/z80/Makefile.in:
3485           introduced LDFLAGS
3486
3487 2007-03-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3488
3489         * device/lib/printfl.c: 13 bytes less __data mem (12 more __idata)
3490         * device/lib/printf_large.c: pointer was converted to generic
3491         pointer for mcs51 models other than model-small (Maarten noticed)
3492
3493 2007-03-10 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
3494
3495         * device/include/mcs51/ADuC84x.h: Added.
3496
3497 2007-03-10 Borut Razem <borut.razem AT siol.net>
3498
3499         * src/SDCC.lex, src/SDCCutil.[ch], src/SDCCval:
3500           fixed RFE #1624219: double backslashes in filenames;
3501           functions hexEscape(), octalEscape() and copyStr() moved from
3502           SDCCval.c to SDCCutil.c and made them glovbally available
3503
3504 2007-03-09 Borut Razem <borut.razem AT siol.net>
3505
3506         * src/SDCC.lex, src/SDCCast.c. src/SDCCglobl.c, src/SDCCsymt.c,
3507           src/SDCCval.c: fixed bugs #1676768: Wrong line number reported and
3508           1673361: Missaligned comments in output files
3509
3510 2007-03-09 Raphael Neider <rneider AT web.de>
3511
3512         * device/include/pic/pic14devices.txt: fixed confsiz of 16f91[3467]
3513
3514 2007-03-09 Raphael Neider <rneider AT web.de>
3515
3516         * src/pic/gen.c,
3517         * src/pic/glue.c,
3518         * src/pic/ralloc.c: suppress undesired debug output
3519         * src/SDCCmain.c (linkEdit): initialize c to quieten compiler
3520
3521 2007-03-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3522
3523         * device/lib/printf_large.c: 6 bytes less __data mem (6 more __idata)
3524
3525 2007-03-07 Borut Razem <borut.razem AT siol.net>
3526
3527         * device/lib/pic16/libdev/pic18f[24][34]31.c:
3528           search include files in the current directory
3529
3530 2007-03-04 Maarten Brock <sourceforge.brock AT dse.nl>
3531
3532         * src/SDCCglue.c (emitMaps, glue),
3533         * src/SDCCmem.c (initMem, allocDefault): added x_abs for initialized
3534           absolute xdata
3535         * support/regression/tests/absolute.c: added xdata test
3536
3537 2007-03-03 Maarten Brock <sourceforge.brock AT dse.nl>
3538
3539         * src/SDCCmain.c (parseCmdLine): only set options.xstack_loc for mcs51,
3540           added condition to macro, fixes bug 1666080
3541
3542 2007-03-02 Raphael Neider <rneider AT web.de>
3543
3544         * src/pic/gen.c (genGenPointerSet): removed bogus assertion
3545
3546 2007-02-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3547
3548         * device/lib/mcs51/crtxclear.asm: pdata segment of 256 byte would not
3549         be cleared. Unconditionally set __XPAGE
3550         * src/hc08/gen.c: --no-gen-comments (RFE #1493816) for hc08
3551
3552 2007-02-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3553
3554         * src/SDCCglobl.h,
3555         * src/SDCCmain.c,
3556         * src/mcs51/gen.c,
3557         * src/mcs51/rtrack.c,
3558         * src/ds390/gen.c,
3559         * doc/sdccman.lyx: added --no-gen-comments
3560         * src/mcs51/peeph.def: added 192.b, disabled 185
3561
3562 2007-02-25 Raphael Neider <rneider AT web.de>
3563
3564         * src/pic16/gen.c (genCast): fixed typo
3565         * device/lib/pic16/Makefile.subdir: only install existing files
3566         * device/lib/pic16/libdev/Makefile.in: build serially, avoid races
3567
3568 2007-02-25 Maarten Brock <sourceforge.brock AT dse.nl>
3569
3570         * device/lib/mcs51/crtcall.asm: new, added for indirect calls
3571         * device/lib/mcs51/crtclear.asm,
3572         * device/lib/mcs51/crtxclear.asm: renumbered labels
3573         * device/lib/mcs51/Makefile.in: added crtcall.asm
3574         * doc/sdccman.lyx: documented mcs51 crt* library startup code
3575         * src/mcs51/gen.c (movc): removed,
3576           (aopGet, genPlusBits): clear a after loading the carry (possibly from
3577             acc.x or psw.x),
3578           (toCarry, genSend, genRet): added function toCarry,
3579           (genPcall): use "lcall @a+dptr" for functions w/o parameters,
3580           (assignBit, genAssign, genCast): added function assignBit
3581         * src/mcs51/Makefile.bcc: added rtrack.c
3582         * src/mcs51/ralloc.h: made valueKnown a bitfield
3583         * src/mcs51/rtrack.c (getReg, rtrackUpdate): added getReg,
3584           fixed "jbc acc" and "cpl acc" bug, enhanced "cjne", "jnz" and "djnz",
3585           disabled InvalidateAllRx for lcall __gptrput, added "xch a,rn"
3586         * src/pic/pcode.c (FixRegisterBanking): fixed warning used uninitialized
3587         * src/z80/gen.c: added AOP_IS_PAIRPTR,
3588           (_pop): only pop valid pairs, see gencjneshort,
3589           (gencjneshort): return pair that still needs to be popped, restructured,
3590           (gencjne, genCmpEq): call _pop
3591
3592 2007-02-23 Raphael Neider <rneider AT web.de>
3593
3594         * device/include/pic/pic14devices.txt: 16f684 has only one config word
3595
3596 2007-02-22 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
3597
3598         * device/include/mcs51/P89LPC925.h: Added.
3599
3600 2007-02-18 Raphael Neider <rneider AT web.de>
3601
3602         * src/pic/glue.c (emitInitVal): fixed #1659894 (SIGSEGV on arrays)
3603
3604 2007-02-17 Borut Razem <borut.razem AT siol.net>
3605
3606         * support/cpp2/directives.c, support/cpp2/version.c:
3607           synchronized with GCC CPP 4.1.2
3608
3609 2007-02-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3610
3611         * src/mcs51/rtrack.h,
3612         * src/mcs51/rtrack.c: added register tracking for the mcs51 port,
3613           by checking the strings passed by emitcode() to the assembler.
3614           Feel free to change. This in part addresses RFE #482179.
3615           Set environment variable SDCC_RTRACK to enable.
3616         * src/mcs51/gen.c: inserted hooks
3617         * src/mcs51/ralloc.h: added two members to struct regs
3618         * support/regression/tests/regtrack.c: added
3619
3620 2007-02-14 Borut Razem <borut.razem AT siol.net>
3621
3622         * src/SDCC.y: fixed bug #1291133: duplicate members across enum(s)
3623         * Makefile.in: applied patch from Makefile related part of
3624           #1469393: Compiler does not initialize static data
3625
3626 2007-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
3627
3628         * src/SDCCicode.c (geniCodeAssign): return (itemp) right instead of left
3629           for better fix of bug 1273984, compiles pic16 rand.c
3630
3631 2007-02-12 Borut Razem <borut.razem AT siol.net>
3632
3633         * src/pic16/main.c: fixed pic16 standard library directory bug
3634
3635 2007-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3636
3637         * src/hc08/gen.c (genSwap): fix swap regression test
3638
3639 2007-02-10 Borut Razem <borut.razem AT siol.net>
3640
3641         * src/SDCCsymt.c: fixed bug #1159134: invalid duplicate declarations
3642           with same scope
3643         * support/regression/tests/bug-1654060.c: added regression test for
3644           #1654060
3645
3646 2007-02-09 Bernhard Held <bernhard AT bernhardheld.de>
3647
3648         * src/mcs51/gen.c (genRet): fixed RFE 1652561: added code for bit to
3649         bit moves in return statement
3650
3651 2007-02-09 Borut Razem <borut.razem AT siol.net>
3652
3653         * src/SDCC.y: fixed bug #1654060 typedef within function causes
3654           syntax error
3655
3656 2007-02-07 Maarten Brock <sourceforge.brock AT dse.nl>
3657
3658         * src/mcs51/gen.c (aopPut): use direct name for pushing registers
3659         * src/SDCCmain.c (parseCmdLine): dbuf_s path must be initialised
3660
3661 2007-02-07 Raphael Neider <rneider AT web.de>
3662
3663         * src/pic16/devices.inc,
3664         * device/include/pic16/pic18fregs.h,
3665         * device/include/pic16/pic18f[24][34]31.h,
3666         * device/lib/pic16/libdev/pic18f[24][34]31.c,
3667         * device/lib/pic16/pics.all: added 18f[24][34]31 family
3668         * device/lib/pic16/libio/i2c.ignore: do not build i2c
3669
3670 2007-02-07 Maarten Brock <sourceforge.brock AT dse.nl>
3671
3672         * device/lib/printf_large.c (_print_format): fixed compare/assign bug, how
3673           can this have lived here for so many years?
3674         * src/SDCCicode.c (ast2iCode): return left instead of right for assignment,
3675           fixes bug 1273984, see also patch 1645121, thanks Gnther Jehle
3676         * support/regression/tests/bug1273984.c: new, added, thanks Gnther Jehle
3677
3678 2007-02-06 Bernhard Held <bernhard AT bernhardheld.de>
3679
3680         * src/SDCCBlock.c (addiCodeToeBBlock): fixed bug 1652207: GOTO icodes
3681         appended by loop induction must be at the very end of the eBBlock
3682
3683 2007-02-05 Kevin Vigor
3684
3685         * src/ds390/gen.c, src/ds390/main.c: Address bug 1469393.
3686
3687 2007-02-05 Borut Razem <borut.razem AT siol.net>
3688
3689         * support/regression/fwk/lib/timeout.c: native WIN32 port,
3690           implemented #1651830 Reg. tests: rewrite timeout.c to use WIN32 API
3691
3692 2007-02-03 Borut Razem <borut.razem AT siol.net>
3693
3694         * src/SDCC.y, src/SDCCmain.c, src/SDCCglobl.h, doc/sdccman.lyx:
3695           applied patch #1646602 option to set default signedness of char to
3696           unsigned, added -funsigned-char command line option,
3697           thanks to Gunther Jehle
3698         * device/lib/Makefile.in: added the -f option to rm so it doesn't
3699           prompt for file deletion a few hundred times (especially the
3700           subversion files, which have ro permissions so it asks for
3701           confirmation), thanks to Simon McAuliffe;
3702           added {} + option to find in order to remove multiple files from a
3703           single rm commad
3704
3705 2007-02-02 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
3706
3707         * device/include/mcs51/SST89x5xRDx.h: Added.
3708
3709 2007-02-02 Raphael Neider <rneider AT web.de>
3710
3711         * src/pic/glue.c (emitSymbolSet): check sym->etype before use
3712         * src/regression/Makefile: use --no-pcode-opt, ignore failing tests
3713
3714 2007-02-01 Raphael Neider <rneider AT web.de>
3715
3716         * src/pic/glue.c (picglue,emitSymbolSet,showAllMemmaps): emit the
3717           config words again
3718
3719 2007-01-31 Borut Razem <borut.razem AT siol.net>
3720
3721         * support/Util/dbuf_string.h: added ATTRIBUTE_PRINTF to dbuf_printf()
3722           if compiled with GCC. Thanks to Raphael Neider
3723
3724 2007-01-31 Raphael Neider <rneider AT web.de>
3725
3726         * src/pic/pcode.c (isValidIdChar,bankCompare): fuzzy matching of
3727             operand names, handles name and (name + n) for all n,
3728           (sameBank): restructured, also check bank allocation policy,
3729         * src/pic/glue.c (emitPseudoStack): fixed printf arguments,
3730           (pic14_operandsAllocatedInSameBank): check whether to operands
3731             will be allocated into the same bank (i.e., section) to reduce
3732             BANKSEL overhead, queried from pcode.c:sameBank,
3733           (pic14printLocals): reintroduced clustering registers into a single
3734             section: all compiler generated symbols will now reside in one
3735             bank (per file), reducing BANKSEL overhead and code size,
3736           (showAllMemmaps): use local dbuf where possible
3737
3738 2007-01-29 Raphael Neider <rneider AT web.de>
3739
3740         * src/pic/gen.c (popGetExternal): simplified, mark symbol as used,
3741           (call_libraryfunc): retrieve/create symbol and mark as used,
3742           (genFunction): mark defined functions as non-extern and add again
3743            to code memmap for later output
3744         * src/pic/glue.c (emitPseudoStack): put into own subroutine,
3745           (pic14printLocals): reworked for new symbol emission,
3746           (emitIfNew,pic14_constructAbsMap,emitIvalLabel,emitIvals,emitInitVal,
3747           showAllMemmaps): reworked symbol output using dbufs, added handling
3748             of string literals (still incomplete),
3749           (picglue): removed symbol emission, moved into showAllMemmaps,
3750           (emitSymbolSet): new workhorse for symbol output,
3751           (pic14emitMaps,pic14printPublics,pic14printExterns): commented out
3752
3753 2007-01-29 Borut Razem <borut.razem AT siol.net>
3754
3755         * src/SDCCmain.c, src/SDCCutil.c: dbuf_splitFile: file extension
3756           component contains the extension separator.
3757
3758 2007-01-28 Borut Razem <borut.razem AT siol.net>
3759
3760         * sim/ucsim/cmd.src/cmdutil.cc: NUL device is detected as CG_FILE type
3761           on WIN32
3762         * src/SDCCdwarf2.c, src/SDCCglobl.h, src/SDCCmain.c, src/SDCCutil.c,
3763           src/SDCCutil.h, src/avr/gen.c, src/ds390/gen.c, src/hc08/gen.c,
3764           src/mcs51/gen.c, src/pic/device.c, src/pic/gen.c, src/pic/pcode.c,
3765           src/pic/pcodepeep.c, src/pic/ralloc.c, src/pic16/device.h,
3766           src/pic16/gen.c, src/pic16/main.c, src/pic16/pcode.c,
3767           src/pic16/pcodepeep.c, src/pic16/ralloc.c, src/xa51/gen.c,
3768           src/z80/gen.c, support/Util/MySystem.c:
3769           accept slash and backslash as directory separator on WIN32 and
3770           Cygwin ports
3771
3772 2007-01-28 Raphael Neider <rneider AT web.de>
3773
3774         * src/pic16/devices.inc,
3775         * device/include/pic16/pic18f[24][23]21.h,
3776         * device/include/pic16/pic18fregs.h,
3777         * device/lib/pic16/libdev/pic18f[24][23]21.c,
3778         * device/lib/pic16/pics.all: added support for the 18f[24][23]21 family
3779         * device/lib/pic16/libio/adc.ignore,
3780         * device/lib/pic16/libio/i2c.ignore,
3781         * device/lib/pic16/libio/usart.ignore: do not build I/O lib for new
3782           family, as gputils do not yet support the devices
3783         * device/lib/pic16/Makefile.subdir: ignore errors on install
3784         * support/scripts/inc2h-pic16.pl: script to generate pic16 device
3785           headers and libraries from gputils .inc files
3786
3787 2007-01-26 Paul Stoffregen <paul AT pjrc.com>
3788
3789         * doc/sdccman.lyx: add printf_fast_f precision limitation note
3790
3791 2007-01-26 Paul Stoffregen <paul AT pjrc.com>
3792
3793         * doc/sdccman.lyx: add printf benchmarks
3794
3795 2007-01-25 Paul Stoffregen <paul AT pjrc.com>
3796
3797         * device/lib/printf_fast.c: fix %c, char promoted to int
3798         * device/lib/printf_tiny.c: fix %c, char promoted to int
3799
3800 2007-01-25 Paul Stoffregen <paul AT pjrc.com>
3801
3802         * device/lib/printf_fast.c: fix float overflow check, bug #1525093
3803
3804 2007-01-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3805
3806         * support/regression/tests/swap.c: 64 bit hosts failed
3807         * doc/sdccman.lyx: added preliminary mcs51 printf feature matrix
3808
3809 2007-01-25 Raphael Neider <rneider AT web.de>
3810
3811         * src/pic/pcode.c (sameBank,FixRegisterBanking): optimize banksels
3812           based on absolute register address, patch by Alex Blond
3813
3814 2007-01-22 Raphael Neider <rneider AT web.de>
3815
3816         * src/pic/glue.c (pic14emitRegularMap): mark initialized symbols as
3817           emitted, do not emit them again...
3818
3819 2007-01-22 Raphael Neider <rneider AT web.de>
3820
3821         * src/regression/bank1.c, src/regression/compare6.c,
3822           src/regression/add.c: cosmetic changes
3823         * src/pic/pcode.h: moved GPTRTAG_* here from gen.c
3824         * src/pic/gen.c: fixed global zero and one,
3825           (aopForSym): removed unued code,
3826           (aopGet): assert aop is defined, check and use `index' of
3827             pCodeImmd operands (fixes #1630908),
3828         * src/pic/pcode.c (get_op): added output of generic pointer tag,
3829           (register_reassign): prevent accidental register unification,
3830           (ReuseReg): cosmetic changes (also above)
3831         * src/pic/glue.c (pic14_constructAbsMap,pic14emitRegularMap,
3832           pic14emitStaticSeg): do not emit initialized data,
3833           (printIval*): replaced with working versions,
3834           (pic14createInterruptVect,picglue): use idata for initialized data,
3835             now init data should work in all modules (not only main()),
3836         * device/lib/pic/libsdcc/idata.c: NEW, handle initialized data
3837
3838 2007-01-21 Borut Razem <borut.razem AT siol.net>
3839
3840         * sim/ucsim/configure.in: introduced macro DD_COPT_NO_IGNORE,
3841           use -fPIC or -fpic if they are supported and not ignored
3842         * src/SDCCval.c: fixed bug introduced by me in rev. #4577
3843         * support/cpp2/libcpp/lex.c: fixed gcc 4.1.1 warnings
3844
3845 2007-01-20 Borut Razem <borut.razem AT siol.net>
3846
3847         * src/SDCC.lex, src/SDCCmain.c, sdc/SDCCglobl.h, doc/sdccman.lyx:
3848           implemented RFE #1470316: allow "$" in variable names
3849
3850 2007-01-20 Raphael Neider <rneider AT web.de>
3851
3852         * device/include/pic/pic14regs.h: reverted accidental wipe of the file
3853
3854 2007-01-20 Raphael Neider <rneider AT web.de>
3855
3856         * device/lib/pic/libdev/devices.txt: device list for mkall.sh
3857         * device/lib/pic/libdev/mkall.sh: script to rebuild all device libs
3858         * device/lib/pic/libdev/pic14ports.txt: device PORT specifications
3859         * support/scripts/inc2h.pl: fixed major .inc parsing bugs,
3860           applied patch from Robert Tate (#1629249) to add PORTs and TRISs
3861         * device/lib/pic/libdev/pic*.c,
3862         * device/include/pic/pic*.h: regenerated with enhanced inc2h.pl
3863         * device/lib/pic/libdev/Makefile.in: show progress
3864
3865 2007-01-19 Bernhard Held <bernhard AT bernhardheld.de>
3866
3867         * doc/sdccman.lyx: updated "configure options" for autoconf 2.6
3868         * support/scripts/sdcc_cygwin_mingw32,
3869         * support/scripts/sdcc_mingw32,
3870         * support/scripts/build.mak: replaced --datadir by --datarootdir for
3871         conformance with autoconf 2.6
3872
3873 2007-01-19 Raphael Neider <rneider AT web.de>
3874
3875         * src/pic/device.c (register_map): fixed list construction
3876         * src/pic/gen.c (genDivOneByte,genModOneByte): accept result > 1 byte,
3877           (genMod): removed case for genModbits,
3878           (genModbits): removed as now unused/unimplemented
3879         * src/pic/glue.c (picglue): prevent name clash with sources 'init.c'
3880
3881 2007-01-18 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3882
3883         * support/regression/tests/swap.c: added in response to #1638622
3884         * doc/sdccman.lyx: synced version, minor changes
3885
3886 2007-01-18 Borut Razem <borut.razem AT siol.net>
3887
3888         * SDCClabel.c: fixed bug #1638651: wrong linenumber presented in warning,
3889           thanks to Gunther Jehle
3890         * src/asm.c: don't die if the file drfined in #line couldn't be opened
3891         * src/SDCC.lex, src/SDCCglobal.h, src/SDCCicode.c, src/SDCCsymt.c,
3892           src/SDCCval.c: removed redundant definitions of currFname and mylineno;
3893           use filename in lineno instead.
3894         * SDCCast.c: removed MSVC warning C4018: '==' : signed/unsigned mismatch,
3895           print the file name in ast_print()
3896
3897 2007-01-18 Borut Razem <borut.razem AT siol.net>
3898
3899         * support/Util/dbuf_string.c: removed (PTR) cast since it is not
3900           defined in MSVC
3901         * src/SDCC.lex: stringLiteral() returns const char pointer,
3902           EOF detection in stringLiteral(), fixed asmbuf memory leak,
3903           fixed column counting
3904         * src/SDCCval.[ch]: constVal(), value *strVal() and charVal()
3905           accept const char pointer as parameter
3906         * src/SDCCdwarf2.c: corrected buffer size
3907
3908 2007-01-17 Borut Razem <borut.razem AT siol.net>
3909
3910         * support/Util/dbuf_string.c: fixed for amd64
3911
3912 2007-01-15 Borut Razem <borut.razem AT siol.net>
3913
3914         * src/pic16/ralloc.c, src/pic/ralloc.c, src/SDCC.y:
3915           removed terminal symbol ELIPSIS, since it was never generated by the
3916           lexer and it was wrongly used in parameter_identifier_list rule
3917
3918 2007-01-15 Raphael Neider <rneider AT web.de>
3919
3920         * doc/sdccman.lyx: updated PIC14/16 command line args, updated PIC14
3921             code page and data banking description
3922         * src/pic/genarith.c,
3923         * src/pic/gen.h: removed bit arithmetic functions,
3924             updated exit(1) to exit(EXIT_FAILURE)
3925         * device/lib/pic16/libsdcc/stack/stack.S: default to 256 byte stack
3926         * device/include/pic16/pic18f2455.h,
3927         * device/lib/pic16/libdev/pic18f2455.c: added PORTD, LATD, LATE,
3928             TRISD and TRISE, fixed/added some bit names
3929         * device/lib/pic16/libdev/pic18f{2550,4550,4455}.c,
3930         * device/include/pic16/pic18f{2550,4550,4455}.h: simply include
3931             updated pic18f2455.{c,h} instead of duplicating them
3932
3933 2007-01-14 Borut Razem <borut.razem AT siol.net>
3934
3935         * as/mcs51/asnoice.c, as/hc08/asnoice.c: fixed bug #1447412:
3936           Cannot debug files that contain spaces in the path name
3937           by converting spaces in asm file name to underscores
3938
3939 2007-01-13 Borut Razem <borut.razem AT siol.net>
3940
3941         * doc/sdccman.lyx: fixed format errors
3942
3943 2007-01-10 Borut Razem <borut.razem AT siol.net>
3944
3945         * src/SDCC.lex, src/SDCCmain.c: fixed bug #1631895:
3946           codeseg/constseg #pragma fail
3947         * suppoprt/cpp2/Makefile.bcc: reenable Borland C compilation
3948         * suppoprt/cpp2/configure.in, suppoprt/cpp2/libcpp/lex.c,
3949           suppoprt/cpp2/Makefile.in, suppoprt/cpp2/sdcpp-opts,
3950           suppoprt/cpp2/sdcpp.[ch]: house cleaning
3951
3952 2007-01-09 Borut Razem <borut.razem AT siol.net>
3953
3954         * get rid of diagnistic.[ch], pretty-print.[ch],
3955           c-pretty-print.[ch], ... used just for error, warning, ...
3956           message formatting
3957         * suppoprt/cpp2/pretty-print.[ch], suppoprt/cpp2/diagnostic.[ch],
3958           suppoprt/cpp2/diagnostic.def, suppoprt/cpp2/input.h,
3959           suppoprt/cpp2/pretty-print.[ch]:
3960           removed
3961         * suppoprt/cpp2/Makefile.in, suppoprt/cpp2/opts.c,
3962           suppoprt/cpp2/sdcpp-opts.c, suppoprt/cpp2/sdcpp.[ch],
3963           suppoprt/cpp2/sdcpp.dsp:
3964           changed
3965
3966 2007-01-08 Maarten Brock <sourceforge.brock AT dse.nl>
3967
3968         * device/lib/printf_large.c (output_float): removed recursion,
3969           use smaller buffer on stack for mcs51,
3970           fixed bug printing 1.96
3971         * support/regression/tests/snprintf.c: added test
3972
3973 2007-01-07 Borut Razem <borut.razem AT siol.net>
3974
3975         * use dynamic memory buffers instead temporary files
3976         * support/Util/dbuf_string.c, support/Util/dbuf_string.h:
3977           added
3978         * src/Makefile.in, src/SDCC.lex, src/SDCCast.c, src/SDCCast.h,
3979           src/SDCCcse.c, src/SDCCglobl.h, src/SDCCglue.c, src/SDCCglue.h,
3980           src/SDCCicode.c, src/SDCCicode.h, src/SDCCmain.c, src/SDCCmem.c,
3981           src/SDCCmem.h, src/SDCCpeeph.c, src/SDCCpeeph.h, src/SDCCsymt.c,
3982           src/SDCCsymt.h, src/SDCCutil.c, src/asm.c, src/asm.h, src/avr/gen.c,
3983           src/avr/main.c, src/ds390/gen.c, src/ds390/main.c, src/hc08/gen.c,
3984           src/hc08/main.c, src/izt/gen.c, src/mcs51/gen.c, src/mcs51/main.c,
3985           src/pic/device.c, src/pic/gen.c, src/pic/glue.c, src/pic/main.c,
3986           src/pic/ralloc.c, src/pic16/gen.c, src/pic16/glue.c,
3987           src/pic16/main.c, src/pic16/ralloc.c, src/port.h, src/src.dsp,
3988           src/xa51/gen.c, src/xa51/main.c, src/z80/gen.c, src/z80/main.c,
3989           support/Util/dbuf.c, support/Util/dbuf.h:
3990           modified
3991         * .version, sdcc.spec: bumped version to 2.6.4
3992
3993 2007-01-07 Maarten Brock <sourceforge.brock AT dse.nl>
3994
3995         * src/port.h: added TARGET_Z80_LIKE macro
3996         * src/SDCCmain.c (linkEdit): use TARGET_Z80_LIKE,
3997           output PSEG location if --xram-loc or --xstack-loc was used
3998         * as/link/mcs51/lkarea.c (lnksect2): set segment address afterwards
3999
4000 2007-01-07 Maarten Brock <sourceforge.brock AT dse.nl>
4001
4002         * as/as_gbz80.dsp, as/z80/as_gbz80.dsp,
4003         * as/as_z80.dsp,   as/z80/as_z80.dsp,
4004         * as/asx8051.dsp,  as/mcs51/asx8051.dsp,
4005         * sdcc.dsw: moved project files into subdir
4006         * as/hc08/as_hc08.dsp,
4007         * as/hc08/Makefile.bcc,
4008         * as/hc08/Makefile.in,
4009         * as/mcs51/Makefile.bcc,
4010         * as/mcs51/Makefile.in,
4011         * as/z80/Makefile.bcc,
4012         * as/z80/Makefile.in,
4013         * as/link/mcs51/Makefile.bcc: use as/strcmpi.c
4014         * as/hc08/asm.h,
4015         * as/mcs51/asm.h,
4016         * as/z80/asm.h: added as_strcmpi() and as_strncmpi() prototypes
4017         * as/hc08/asmain.c,
4018         * as/hc08/assym.c,
4019         * as/mcs51/asmain.c,
4020         * as/mcs51/assym.c,
4021         * as/z80/assym.c: removed include "strcmpi.h"
4022         * as/hc08/strcmpi.c,
4023         * as/hc08/strcmpi.h,
4024         * as/mcs51/strcmpi.c,
4025         * as/mcs51/strcmpi.h,
4026         * support/Util/strcmpi.c,
4027         * support/Util/strcmpi.h: removed files
4028         * as/strcmpi.c: added as_strncmpi()
4029
4030 2007-01-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
4031
4032         * sdcc.dsw: Added some dependencies on project config.dsp
4033
4034 2007-01-05 Maarten Brock <sourceforge.brock AT dse.nl>
4035
4036         * as/link/mcs51/lkarea.c (lnkarea2, lnksect2): replaced [di]seg_ap->a_addr
4037           with [di]ram_start to fix a regresion
4038
4039 2007-01-03 Bernhard Held <bernhard AT bernhardheld.de>
4040
4041         * configure.in: added missing mcs51 in status output
4042         * Makefile.in: add support/regression to SDCC_EXTRA to distclean this
4043         directory
4044         * debugger/mcs51/clean.mk (distclean): remove config.h
4045         * src/clean.mk (clean): remove SDCCy.c, SDCCy.h, SDCClex.c
4046         * support/cpp2/Makefile.in (clean): remove s-options, optionlist,
4047         options.h, s-options-h and options.c
4048         * support/cpp2/clean.mk: unused, removed
4049         * Makefile.common.in,
4050         * main_in.mk,
4051         * as/Makefile.in,
4052         * as/hc08/Makefile.in,
4053         * as/hc08/clean.mk,
4054         * as/mcs51/Makefile.in,
4055         * as/mcs51/clean.mk,
4056         * as/z80/clean.mk,
4057         * as/z80/conf.mk,
4058         * as/z80/Makefile.in,
4059         * as/z80/clean.mk,
4060         * as/link/Makefile.in,
4061         * as/link/hc08/Makefile.in,
4062         * as/link/hc08/clean.mk,
4063         * as/link/mcs51/Makefile.in,
4064         * as/link/mcs51/clean.mk,
4065         * as/link/z80/Makefile.in,
4066         * as/link/z80/clean.mk,
4067         * as/link/z80/conf.mk,
4068         * debugger/mcs51/Makefile.in,
4069         * debugger/mcs51/clean.mk,
4070         * device/include/Makefile.in,
4071         * device/lib/Makefile.in,
4072         * device/lib/mcs51/Makefile.in,
4073         * device/lib/pic/Makefile.in,
4074         * device/lib/pic/Makefile.common.in,
4075         * device/lib/pic/Makefile.subdir,
4076         * device/lib/pic/Makefile.rules,
4077         * device/lib/pic16/libio/Makefile.in,
4078         * device/lib/pic16/Makefile.subdir,
4079         * device/lib/pic16/libdev/Makefile.in,
4080         * device/lib/pic16/Makefile.rules,
4081         * device/lib/pic16/Makefile.common.in,
4082         * sim/ucsim/avr.src/Makefile.in,
4083         * sim/ucsim/main_in.mk,
4084         * sim/ucsim/cmd.src/Makefile.in,
4085         * sim/ucsim/doc/Makefile.in,
4086         * sim/ucsim/gui.src/Makefile.in,
4087         * sim/ucsim/gui.src/obsolete/portmon.src/Makefile.in,
4088         * sim/ucsim/gui.src/serio.src/Makefile.in,
4089         * sim/ucsim/hc08.src/Makefile.in,
4090         * sim/ucsim/libltdl/Makefile.in,
4091         * sim/ucsim/s51.src/Makefile.in,
4092         * sim/ucsim/sim.src/Makefile.in,
4093         * sim/ucsim/sim.src/conf.mk,
4094         * sim/ucsim/xa.src/Makefile.in,
4095         * sim/ucsim/z80.src/Makefile.in,
4096         * src/Makefile.in,
4097         * src/clean.mk,
4098         * src/port.mk,
4099         * support/cpp2/Makefile.in,
4100         * support/librarian/Makefile.in,
4101         * support/librarian/clean.mk,
4102         * support/makebin/Makefile.in,
4103         * support/makebin/clean.mk,
4104         * support/packihx/Makefile.in,
4105         * support/regression/Makefile.in,
4106         * support/regression/ports/ds390/spec.mk,
4107         * support/regression/ports/gbz80/spec.mk,
4108         * support/regression/ports/hc08/spec.mk,
4109         * support/regression/ports/mcs51/spec.mk,
4110         * support/regression/ports/mcs51-large/spec.mk,
4111         * support/regression/ports/mcs51-medium/spec.mk,
4112         * support/regression/ports/mcs51-xstack-auto/spec.mk,
4113         * support/regression/ports/pic14/spec.mk,
4114         * support/regression/ports/pic16/spec.mk,
4115         * support/regression/ports/mcs51-stack-auto/spec.mk,
4116         * support/regression/ports/ucz80/spec.mk,
4117         * support/regression/ports/xa51/spec.mk,
4118         * support/regression/ports/z80/spec.mk: fixed for autoconf 2.6x by
4119         adding a slash after $(top_builddir) and/or adding @datarootdir@
4120         * configure.in,
4121         * debugger/mcs51/configure.in,
4122         * device/lib/pic/configure.in,
4123         * device/lib/pic16/configure.in,
4124         * sim/ucsim/configure.in,
4125         * support/cpp2/configure.in,
4126         * support/packihx/configure.in: changed AC_PREREQ to 2.60
4127         * configure,
4128         * debugger/mcs51/configure,
4129         * device/lib/pic/configure,
4130         * device/lib/pic16/configure,
4131         * sim/ucsim/configure,
4132         * support/cpp2/configure,
4133         * support/packihx/configure: generated with autoconf 2.60
4134
4135 2007-01-02 Maarten Brock <sourceforge.brock AT dse.nl>
4136
4137         * as/link/hc08/lkihx.c (newArea),
4138         * as/link/hc08/lkrloc.c: renamed newArea() to ihxNewArea()
4139
4140 2007-01-02 Borut Razem <borut.razem AT siol.net>
4141
4142         * doc/sdccman.lyx: documented #pragma sdcc_hash
4143         * support/cpp2/sdcpp.c: allow_naked_hash (value of #pragma sdcc_hash)
4144           initialized to 0
4145         * support/cpp2/c-ppoutput.c: fixed warning: no newline at end of file
4146
4147 2007-01-01 Bernhard Held <bernhard AT bernhardheld.de>
4148
4149         * src/SDCCast.c (createDo): backPatchLabels() needs falseLabel in
4150         empty 'while'-loop to work correctly, see regression test 'while.c'
4151         * support/regression/tests/while.c: added
4152
4153 2007-01-01 Borut Razem <borut.razem AT siol.net>
4154
4155         * support/cpp2/libcpp/directives.c, support/cpp2/libcpp/identifiers.c,
4156           support/cpp2/libcpp/init.c, support/cpp2/libcpp/sdcpp-opts.c,
4157           support/cpp2/libcpp/sdcpp.c:
4158           sdcpp specific pragma/directive/option handling moved to sdcpp.c
4159         * doc/sdccman.lyx: reference to the GCC 4.1.1 CPP Manual
4160         * support/cpp2/libcpp/mkdeps.c: synchronized with GCC CPP 4.1.1
4161
4162 2006-12-31 Borut Razem <borut.razem AT siol.net>
4163
4164         * SDCPP synchronized with GCC CPP release version 4.1.1,
4165           currently the latest release:
4166         * support/cpp2/libcpp, support/cpp2/libcpp/include,
4167           support/cpp2/libcpp/include/cpp-id-data.h
4168           support/cpp2/libiberty/fopen_unlocked.c
4169           support/cpp2/libiberty/md5.c
4170           support/cpp2/md5.h
4171           support/cpp2/opt-functions.awk
4172           support/cpp2/opt-gather.awk
4173           support/cpp2/optc-gen.awk
4174           support/cpp2/opth-gen.awk:
4175           added
4176         * support/cpp2/Makefile.in, support/cpp2/auto-host_vc_in.h,
4177           support/cpp2/c-incpath.c, support/cpp2/c-incpath.h,
4178           support/cpp2/c-ppoutput.c, support/cpp2/c-pretty-print.c,
4179           support/cpp2/c-pretty-print.h, support/cpp2/cppdefault.c,
4180           support/cpp2/cppdefault.h, support/cpp2/diagnostic.c,
4181           support/cpp2/diagnostic.h, support/cpp2/except.h,
4182           support/cpp2/hwint.h, support/cpp2/input.h,
4183           support/cpp2/intl.h, support/cpp2/move-if-change,
4184           support/cpp2/opts.c, support/cpp2/opts.h,
4185           support/cpp2/output.h, support/cpp2/prefix.c,
4186           support/cpp2/prefix.h, support/cpp2/pretty-print.c,
4187           support/cpp2/pretty-print.h, support/cpp2/sdcpp-opts.c,
4188           support/cpp2/sdcpp.c, support/cpp2/sdcpp.dsp,
4189           support/cpp2/sdcpp.h, support/cpp2/sdcpp.opt,
4190           support/cpp2/sdcppa.dsp, support/cpp2/symcat.h,
4191           support/cpp2/version.c:
4192           modified
4193         * support/cpp2/libcpp/charset.c, support/cpp2/libcpp/directives.c,
4194           support/cpp2/libcpp/errors.c, support/cpp2/libcpp/expr.c,
4195           support/cpp2/libcpp/files.c, support/cpp2/libcpp/identifiers.c,
4196           support/cpp2/libcpp/include/cpplib.h, support/cpp2/libcpp/include/line-map.h,
4197           support/cpp2/libcpp/include/mkdeps.h, support/cpp2/libcpp/include/symtab.h,
4198           support/cpp2/libcpp/init.c, support/cpp2/libcpp/internal.h,
4199           support/cpp2/libcpp/lex.c, support/cpp2/libcpp/line-map.c,
4200           support/cpp2/libcpp/macro.c, support/cpp2/libcpp/mkdeps.c,
4201           support/cpp2/libcpp/symtab.c, support/cpp2/libcpp/system.h,
4202           support/cpp2/libcpp/traditional.c, support/cpp2/libcpp/ucnid.h,
4203           support/cpp2/libiberty/hashtab.c, support/cpp2/libiberty/hashtab.h:
4204           moved
4205         * support/cpp2/cppcharset.c, support/cpp2/cpperror.c,
4206           support/cpp2/cppexp.c, support/cpp2/cppfiles.c,
4207           support/cpp2/cpphash.c, support/cpp2/cpphash.h,
4208           support/cpp2/cppinit.c, support/cpp2/cpplex.c,
4209           support/cpp2/cpplib.c, support/cpp2/cpplib.h,
4210           support/cpp2/cppmacro.c, support/cpp2/cpptrad.c,
4211           support/cpp2/cppucnid.h, support/cpp2/hashtab.c,
4212           support/cpp2/hashtab.h, support/cpp2/hashtable.c,
4213           support/cpp2/hashtable.h, support/cpp2/line-map.c,
4214           support/cpp2/line-map.h, support/cpp2/mkdeps.c,
4215           support/cpp2/mkdeps.h, support/cpp2/options_vc_in.c,
4216           support/cpp2/options_vc_in.h, support/cpp2/opts.sh,
4217           support/cpp2/system.h:
4218           deleted / moved
4219
4220 2006-12-31 Borut Razem <borut.razem AT siol.net>
4221
4222         * configure.in, configure: fixed bug #1538756: configure dies if bison
4223           and flex are not installed, 2nd try
4224
4225 2006-12-30 Bernhard Held <bernhard AT bernhardheld.de>
4226
4227         * src/mcs51/peeph.def: renamed rule 400 to 500, moved rule 253.x to
4228         400.x for better code in RFE 899102
4229
4230 2006-12-30 Bernhard Held <bernhard AT bernhardheld.de>
4231
4232         * src/SDCCpeeph.c (deadMove),
4233         * src/port.h,
4234         * src/mcs51/peep.h: renamed 'op' by 'reg'
4235         * src/mcs51/peep.c (isFunc, isCallerSaveFunc): added,
4236         (scan4op): small change for removeDeadMove(), added support for
4237         'callee saves' and/or PACLL function calls,
4238         (removeDeadMove): added, removes superflous 'mov r%1,%2',
4239         (removeDeadPopPush): renamed from mcs51DeadMove(), common parts
4240         left in new dispatcher mcs51DeadMove()
4241         (mcs51DeadMove): dispatcher for removeDeadPopPush() and new
4242         removeDeadMove()
4243         * src/mcs51/peeph.def: added rule 301 removing superflous 'mov r%1,%2'
4244
4245 2006-12-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
4246
4247         * support/cpp2/options_vc_in.h, support/cpp2/options_vc_in.c,
4248           support/cpp2/sdcppa.dsp: create 'options.h' and 'options.c' under MSVC.
4249
4250 2006-12-30 Borut Razem <borut.razem AT siol.net>
4251
4252         * support/cpp2/spacs.h: deleted from svn
4253         * configure.in, configure: fixed bug #1538756: configure dies if bison
4254           and flex are not installed
4255
4256 2006-12-29 Maarten Brock <sourceforge.brock AT dse.nl>
4257
4258         * src/z80/gen.c (assignResultValue): fixed bug when registers overlap,
4259           with this z80 passes printf float test when enabled
4260         * support/regression/tests/bug1057979.c: typo disabled ds390 float test
4261
4262 2006-12-28 Borut Razem <borut.razem AT siol.net>
4263
4264         * support/cpp2/config.in, support/cpp2/configure.in,
4265           support/cpp2/configure, support/cpp2/Makefile.in:
4266           fix for the solaris build
4267
4268 2006-12-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4269
4270         * src/SDCC.y (type_specifier2, pointer),
4271         * src/SDCCsymt.h,
4272         * src/SDCCsymt.c (mergeSpec, checkSClass),
4273         * support/Util/SDCCerr.c,
4274         * support/Util/SDCCerr.h: Parse and validate the restrict keyword
4275         * support/valdiag/valdiag.py: Allow test cases to specify
4276           required language standard
4277         * support/valdiag/tests/restrict.c: New file to test restrict keyword
4278         * support/valdiag/tests/tentdecl.c: Supress empty source file error
4279
4280 2006-12-27 Borut Razem <borut.razem AT siol.net>
4281
4282         * support/cpp2/cppmain.c, support/cpp2/mbchar.[ch]: removed
4283         * support/cpp2/libiberty/Makefile.in, support/cpp2/libiberty/sdcpp.dsp:
4284           mbchar removed
4285         * support/cpp2/libiberty/getpwd.c, support/cpp2/sdcpp.h:
4286           fixed for borland C
4287         * support/cpp2/libiberty/Makefile.bcc: updated
4288         * src/pic16/main.c: fixed #pragma udata handling
4289         * src/mcs51/mcs51.dsp: added peep.[ch] to the project
4290
4291 2006-12-26 Bernhard Held <bernhard AT bernhardheld.de>
4292
4293         * src/SDCCpeeph.c: made labelHashEntry global,
4294         made pcDistance, FBYNAME static,
4295         (pcDistance): made static, use isComment and isLabel,
4296         (deadMove): added,
4297         (getLabelRef): added, extracted from labelRefCount(),
4298         (labelRefCount): use new getLabelRef(),
4299         (callFuncByName): made static, added deadMove,
4300         use isComment and isLabel,
4301         (newPeepRule): made static, set isLabel,
4302         (isLabelDefinition): added parameter isPeepRule to allow '%' in
4303         labels from peephole rules,
4304         (buildLabelRefCountHash): speed up by running isLabelDefinition() only
4305         when isComment or isLabel is set
4306         * src/SDCCpeeph.h: added "isLabel" and "visited" to struct lineNode,
4307         added labelHashEntry, isLabelDefinition, labelHash and getLabelRef
4308         to make them global
4309         * src/mcs51/peep.h: added
4310         * src/mcs51/peep.c: added, implements mcs51DeadMove()
4311         * src/port.h: added peep->deadMove to port structure
4312         * src/mcs51/main.c: initialize peep->deadMove with mcs51DeadMove
4313         * src/mcs51/peeph.def: renumbered rule 300 to 400, added new rule 300
4314         deadMove, finally removed no. 1 and 2
4315         * src/mcs51/gen.c,
4316         * src/pic/gen.c,
4317         * src/z80/gen.c,
4318         * src/z80/ralloc.c,
4319         * src/pic16/gen.c,
4320         * src/ds390/gen.c,
4321         * src/hc08/gen.c: mark lines with isComment or isLabel
4322         * sim/ucsim/s51.src/uc390hw.cc: don't waist 65535 ticks before CKRDY
4323         * .version,
4324         * sdcc.spec: bumped version to 2.6.3
4325
4326 2006-12-26 Borut Razem <borut.razem AT siol.net>
4327
4328         * support/cpp2/Makefile.in: added dependency on options.h
4329         * configure: regenerated
4330         * support/cpp2/sdcpp.opt, support/cpp2/move-if-change: svn:eol-style native
4331         * support/cpp2/Makefile.in: added vasprintf.c
4332
4333 2006-12-25 Borut Razem <borut.razem AT siol.net>
4334
4335         * SDCPP synchronized with GCC CPP release version 3.4.6,
4336           the latest release before 4.x:
4337         * support/cpp2/Makefile.in, support/cpp2/config.h,
4338           support/cpp2/configure, support/cpp2/configure.in,
4339           support/cpp2/cppdefault.c, support/cpp2/cppdefault.h,
4340           support/cpp2/cpperror.c, support/cpp2/cppexp.c,
4341           support/cpp2/cppfiles.c, support/cpp2/cpphash.c,
4342           support/cpp2/cpphash.h, support/cpp2/cppinit.c,
4343           support/cpp2/cpplex.c, support/cpp2/cpplib.c,
4344           support/cpp2/cpplib.h, support/cpp2/cppmacro.c,
4345           support/cpp2/cpptrad.c, support/cpp2/except.h,
4346           support/cpp2/hashtable.c, support/cpp2/hashtable.h,
4347           support/cpp2/hwint.h, support/cpp2/intl.h,
4348           support/cpp2/line-map.c, support/cpp2/line-map.h,
4349           support/cpp2/mkdeps.c, support/cpp2/mkdeps.h,
4350           support/cpp2/output.h, support/cpp2/prefix.c,
4351           support/cpp2/prefix.h, support/cpp2/sdcpp.dsp,
4352           support/cpp2/system.h, support/cpp2/version.c:
4353           modified
4354         * support/cpp2/c-incpath.c, support/cpp2/c-incpath.h,
4355           support/cpp2/c-ppoutput.c, support/cpp2/c-pretty-print.c,
4356           support/cpp2/c-pretty-print.h, support/cpp2/cppcharset.c,
4357           support/cpp2/cppucnid.h, support/cpp2/diagnostic.c,
4358           support/cpp2/diagnostic.def, support/cpp2/diagnostic.h,
4359           support/cpp2/hashtab.c, support/cpp2/hashtab.h,
4360           support/cpp2/input.h, support/cpp2/libiberty/getpwd.c,
4361           support/cpp2/libiberty/vasprintf.c, support/cpp2/libiberty/xmemdup.c,
4362           support/cpp2/move-if-change, support/cpp2/opts.c,
4363           support/cpp2/opts.h, support/cpp2/opts.sh,
4364           support/cpp2/pretty-print.c, support/cpp2/pretty-print.h,
4365           support/cpp2/sdcpp.opt, support/cpp2/sdcpp-opts.c,
4366           support/cpp2/win32, support/cpp2/win32/dirent.c,
4367           support/cpp2/win32/dirent.h:
4368           added
4369         * support/cpp2/sdcpp.c: renamed from sdcppmain.c
4370         * support/cpp2/sdcpp.h: renamed from sdcc.h
4371         * sdcppinit.c: deleted
4372
4373 2006-12-23 Borut Razem <borut.razem AT siol.net>
4374
4375         * support/cpp2/cpphash.h, support/cpp2/cpplex.c,
4376           support/cpp2/cpplib.[ch], support/cpp2/sdcppinit.c, doc/sdccman.lyx,
4377           preproc.c: an other try to fix bug #982435: introduced
4378           -pedantic-parse-number command line option and pedantic_parse_number
4379           pragma
4380
4381 2006-12-21 Maarten Brock <sourceforge.brock AT dse.nl>
4382
4383         * as/link/mcs51/lkarea.c (lnkarea2): handle absolute areas, restructured
4384            BSEG handling,
4385           (lnksect2): use --data-loc and --idata-loc as lower bound for ramstart,
4386            corrected overlayed areax addresses, warn about memory overlaps
4387         * as/mcs51/asmain.c (asmbl): create a new area for every .org directive
4388         * src/avr/main.c,
4389         * src/ds390/main.c,
4390         * src/hc08/main.c,
4391         * src/mcs51/main.c,
4392         * src/pic16/main.c,
4393         * src/pic/main.c,
4394         * src/xa51/main.c,
4395         * src/z80/main.c,
4396         * src/port.h: added xabs_name and iabs_name
4397         * src/SDCCglue.c (emitRegularMap): allocate for absolutes with initializer
4398           (glue, emitMaps): create and emit maps d_abs and i_abs
4399         * src/SDCCglue.h: cosmetic changes
4400         * src/SDCCmain.c (setDefaultOptions): idata can start below 0x80
4401         * src/SDCCmem.h,
4402         * src/SDCCmem.c (initMem): added x_abs, i_abs and d_abs
4403           (allocDefault): put absolute, initialized globals in them
4404         * support/regression/tests/absolute.c: added absolute bdata test
4405         * device/lib/printf_large.c (output_float): moved fpBuffer to stack/xdata
4406
4407 2006-12-20 Borut Razem <borut.razem AT siol.net>
4408
4409         * support/cpp2/cpphash.h, support/cpp2/cpplex.c: fixed bug #982435
4410         * support/regression/tests/preproc.c: renamed from bug-1351710.c,
4411           added regression test for bug #982435
4412
4413 2006-12-18 Borut Razem <borut.razem AT siol.net>
4414
4415         * src/SDCCutil.c: fixed a bug in (get_pragma_token)
4416         * src/pic16/main.c, src/SDCC.lex, src/z80/main.c:
4417           small cosmetic changes
4418         * src/SDCC.lex: (stringLiteral) fixed bug #1351710
4419         * support/regression/tests/bug-1351710.c: added regression test
4420
4421 2006-12-18 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4422
4423         * doc/sdccman.lyx: added the long missed iCode table
4424           "<where is figure II?>", added links to wiki
4425
4426 2006-12-17 Borut Razem <borut.razem AT siol.net>
4427
4428         * doc/sdccman.lyx, src/pic16/main.c, src/pic/main.c, src/port.h,
4429           src/SDCC.lex, src/SDCCutil.[ch], src/z80/main.c,
4430           support/Util/SDCCerr.[ch]: removed deprecated pragmas,
4431           unified table driven pragma handling, pragma argument type checking
4432         * support/Util/dbuf.c: (dbuf_set_size) allow to set size equal to the
4433           current one - version 1.1.3
4434         * src/SDCCmain.c: (setParseWithComma) substituted brain damaged strtok
4435
4436 2006-12-13 Raphael Neider <rneider AT web.de>
4437
4438         * src/pic/device.h: removed AssignedMemory structure and macros
4439         * src/pic/device.c: removed global finalMapping (linker assigns
4440             memory locations),
4441           (register_map): add SFRs to remembered memRanges
4442           (addMemRange,isSFR,dump_map,dump_sfr,mapRegister,assignRegister,
4443           assignFixedRegisters,assignRelocatableRegisters): removed,
4444           (setMaxRAM,validAddress): adapted accordingly,
4445           (pic14_hasSharebank,pic14_getSharedStack): only report and use
4446             reasonably sized sharebanks,
4447         * src/pic/ralloc.c (writeUsedRegs): stripped down (remove?),
4448           (allDefsOutOfRange): removed unused code,
4449         * src/pic/main.c (_process_pragma): removed memmap/maxram pragma
4450             handling
4451         * src/pic/pcode.c (register_reassign): removed recursion warning,
4452             fired far too often,
4453         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap): modified
4454             to use existing pic14_stringInSet() to avoid duplicate symbols,
4455             tidied up the code a bit,
4456           (pic14printLocals): added in symmetry to printExterns, replaces
4457             writeUsedRegs more or less,
4458           (picglue): call new pic14_printLocals(),
4459         * device/include/pic/pic*.h: removed #pragma memmap directives,
4460             information gathered from include/pic/pic14devices.txt
4461         * support/scripts/inc2h.pl: do not emit #pragma memmap lines
4462
4463 2006-12-10 Maarten Brock <sourceforge.brock AT dse.nl>
4464
4465         * device/include/mcs51/C8051F520.h: fixed buggy CPT0MX
4466
4467 2006-12-11 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
4468
4469         * device/include/mcs51/cc2430.h: fixed missing ';'
4470
4471 2006-12-10 Raphael Neider <rneider AT web.de>
4472
4473         * device/lib/pic16/libc/stdio/vfprintf.c,
4474         * device/lib/pic16/libc/stdio/printf_small.c,
4475         * device/lib/pic16/libc/stdio/printf_timy.c: pop int from stack for
4476           char arguments, as char varargs are cast to int by the caller,
4477           hopefully fixes #1604915 (other device libraries are still affected)
4478
4479 2006-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4480
4481         * src/mcs51/ralloc.c (packRegsForAssign),
4482         * src/hc08/ralloc.c (packRegsForAssign): fixed bug #1605880
4483
4484 2006-12-10 Maarten Brock <sourceforge.brock AT dse.nl>
4485
4486         * device/include/malloc.h: removed init_dynamic_memory
4487         * device/lib/malloc.c: made init_dynamic_memory static and automatically
4488           call it once from malloc. Also use _sdcc_heap[] from _heap.c
4489         * device/lib/_heap.c: new, added, contains _sdcc_heap[]
4490         * device/lib/libsdcc.lib,
4491         * device/lib/Makefile.in,
4492         * support/regression/ports/mcs51-xstack-auto/spec.mk: added _heap.c
4493         * doc/sdccman.lyx: documented use of new _heap.c
4494         * support/regression/tests/malloc.c: removed init_dynamic_memory
4495         * src/cdbFile.c(spacesToUnderscores): new function,
4496           (cdbWriteEndFunction, cdbWriteCLine): use spacesToUnderscores, fixes bug
4497           1068030
4498         * device/include/tinibios.h: removed defines for putchar and getchar
4499         * device/lib/ds390/Makefile.in: added putchar.c
4500         * device/lib/ds390/putchar.c: new, added, fixes bug 1465671
4501
4502 2006-12-09 Borut Razem <borut.razem AT siol.net>
4503
4504         * support/cpp2/sdcc.h: prevent multiple inclusion
4505         * support/cpp2/options.h: deleted
4506
4507 2006-12-08 Borut Razem <borut.razem AT siol.net>
4508
4509         * support/cpp2/sdcc.h: removed x*alloc() macros
4510         * support/cpp2/libiberty.h: uncommented out x*alloc() declarations
4511         * support/cpp2/Makefile.bcc, support/cpp2/Makefile.in,
4512           support/cpp2/sdcpp.sdc: x*alloc files added to the project
4513         * support/cpp2/system.h: moved #include "sdcc.h"
4514         * support/cpp2/libiberty/xexit.c, support/cpp2/libiberty/xmalloc.c,
4515           support/cpp2/libiberty/xstrdup.c, support/cpp2/libiberty/xstrerror.c:
4516           added
4517         * support/cpp2/sdcppinit.c: added -isysroot, -fsigned-char,
4518           -funsigned-char options
4519         * support/cpp2/sdcppmain.c: fixed bug 1611411
4520
4521 2006-12-07 Borut Razem <borut.razem AT siol.net>
4522
4523         * support/cpp2/cpplib.c: reverted sdcpp special handling of _Pragma()
4524           directive
4525
4526 2006-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
4527
4528         * src/SDCCsymt.c (addDecl): fixed bug 1609244
4529         * src/SDCCmain.c (linkEdit): fixed bug 1609279
4530         * doc/sdccman.lyx,
4531         * .version: bumped to 2.6.2 because a) it's been a while
4532           b) the linker sources have moved c) the preprocessor is upgraded
4533
4534 2006-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4535
4536         * support/regression/tests/snprintf.c: some checks
4537         * lib/src/printf_large.c: %bc: read char instead of int from stack
4538
4539 2006-12-03 Maarten Brock <sourceforge.brock AT dse.nl>
4540
4541         * device/include/mcs51/cc2430.h: inserted _XPAGE
4542
4543 2006-12-02 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
4544
4545         * device/include/mcs51/cc2430.h: added
4546
4547 2006-12-02 Maarten Brock <sourceforge.brock AT dse.nl>
4548
4549         * device/include/asm/default/features.h,
4550         * device/include/asm/ds390/features.h,
4551         * device/include/mcs51/at89s53.h,
4552         * device/include/ser.h,
4553         * device/include/ser_ir.h,
4554         * device/include/serial.h: changed keywords to double underscore variants,
4555           fixes bug 1590261 some more, thanks Steven Borley
4556
4557 2006-12-01 Raphael Neider <rneider AT web.de>
4558
4559         * src/pic/pcode.c (register_reassign): do not crash on recursive code
4560           but emit warning (recursion is not supported for pic14)
4561
4562 2006-11-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4563
4564         * src/mcs51/peeph.def: added 101.a,b (moves to int/long xdata)
4565         * doc/sdccman.lyx: various small changes, acknowledged Sourceforge
4566
4567 2006-11-30 Raphael Neider <rneider AT web.de>
4568
4569         * src/pic/device.c (dump_sfr): always emit symbols
4570         * src/pic/glue.c (pic14printPublics): fixed typo
4571
4572 2006-11-30 Raphael Neider <rneider AT web.de>
4573
4574         * src/pic/device.c (create_pic,ram_map): add memRange entries to PIC
4575           (pic14_getSharebankSize, pic14_getSharebankAddress): replaced with
4576           (pic14_hasSharebank,pic14_isShared,pic14_allRAMShared,
4577            pic14_getSharedStack): NEW, evaluate the memRange entries to locate
4578            a sharebank, use a non-shared bank for the stack if none available
4579         * src/pic/device.h (struct memRange): added linked list next field,
4580           added prototypes for above functions
4581         * src/pic/ralloc.c (initStack): handle shared and banked stacks,
4582           (typeRegWithIdx): accept fixed and unfixed stack registers
4583         * src/pic/pcode.c (pCodeInitRegisters): use new functions to create
4584           the stack, handle shared and banked stack (except for WSAVE),
4585           (insertBankSel): removed useless optimization (will never fire),
4586           (FixRegisterBanking): added optimization for devices with only one
4587           possibly aliased bank of memory, like 16f84
4588         * src/pic/glue.c (pic14_constructAbsMap): back to udata_ovr, as some
4589           devices have no SHAREBANK in the linker script
4590         * device/include/pic/pic14devices.txt: documented memmap
4591         * device/lib/pic/libdev/Makefile.in: removed --stack-loc again
4592
4593 2006-11-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4594
4595         * src/hc08/gen.c (transferRegReg, loadRegFromAop, forceStackedAop,
4596           storeRegToAop, freeAsmop, genPlusIncr, genPlus, genPointerGetSetOfs,
4597           genAnd, genOr, genXor, genLeftShiftLiteral, genRightShiftLiteral,
4598           genhc08Code): switched most of the D (debug) macros to DD (detailed
4599           debug) macros to better control clutter in the generated .asm file.
4600         * src/hc08/gen.c: (forceStackedAop, genUminus, genLeftShift,
4601           genRightShift): fixed bug with non-constant bit shift stored to
4602           a volatile result (SF Open Discussion forum thread #1616749).
4603           Single byte case is not yet optimized.
4604
4605 2006-11-28 Maarten Brock <sourceforge.brock AT dse.nl>
4606
4607         * device/include/asm/mcs51/features.h,
4608         * device/include/malloc.h,
4609         * device/include/stdio.h: changed keywords to double underscore variants,
4610           fixes bug 1590261
4611
4612 2006-11-27 Borut Razem <borut.razem AT siol.net>
4613
4614         * support/cpp2/cppexp.c, support/cpp2/hashtable.h,
4615           support/cpp2/Makefile.in, support/cpp2/cppfiles.c,
4616           support/cpp2/output.h, support/cpp2/cppinit.c,
4617           support/cpp2/cpplib.c, support/cpp2/cpplib.h,
4618           support/cpp2/Makefile.bcc, support/cpp2/cpphash.c,
4619           support/cpp2/cppdefault.c, support/cpp2/system.h,
4620           support/cpp2/cpphash.h, support/cpp2/cpplex.c,
4621           support/cpp2/cppdefault.h, support/cpp2/mbchar.c,
4622           support/cpp2/prefix.c, support/cpp2/except.h,
4623           support/cpp2/hwint.h, support/cpp2/cppmacro.c,
4624           support/cpp2/line-map.h, support/cpp2/sdcpp.dsp,
4625           support/cpp2/sdcc.h, support/cpp2/mkdeps.c,
4626           support/cpp2/version.c, support/cpp2/cppmain.c,
4627           support/cpp2/version.h, support/cpp2/hashtable.c,
4628           support/cpp2/cpperror.c:
4629           synchronized with GCC CPP release version 3.3.6,
4630           the latest where cppmain.c still exists.
4631         * support/cpp2/cpptrad.c, support/cpp2/sdcppmain.c,
4632           support/cpp2/sdcppinit.c: added
4633
4634 2006-11-27 Borut Razem <borut.razem AT siol.net>
4635
4636         * support/cpp2/cpplex.c:
4637           fixed _asm ... _endasm handling bug, introduce with GCC CPP
4638           synchronization
4639         * support/cpp2/cpplib.c: removed definitions of unused variables
4640
4641 2006-11-26 Borut Razem <borut.razem AT siol.net>
4642
4643         * support/cpp2/libiberty.h: commented out x*alloc() declarations
4644           since they are redefined by macros in support/cpp2/sdcc.h
4645         * support/cpp2/sdcc.h: x*alloc macro redefinition
4646
4647 2006-11-25 Borut Razem <borut.razem AT siol.net>
4648
4649         * support/cpp2/cppexp.c, support/cpp2/hashtable.h,
4650           support/cpp2/configure, support/cpp2/Makefile.in,
4651           support/cpp2/cppfiles.c, support/cpp2/output.h,
4652           support/cpp2/cppinit.c, support/cpp2/cpplib.c,
4653           support/cpp2/config.h, support/cpp2/cpplib.h,
4654           support/cpp2/Makefile.bcc, support/cpp2/cpphash.c,
4655           support/cpp2/cppdefault.c, support/cpp2/config.in,
4656           support/cpp2/system.h, support/cpp2/cpplex.c,
4657           support/cpp2/cpphash.h, support/cpp2/mbchar.c,
4658           support/cpp2/cppdefault.h, support/cpp2/prefix.c
4659           support/cpp2/hwint.h, support/cpp2/mbchar.h,
4660           support/cpp2/prefix.h, support/cpp2/cppmacro.c,
4661           support/cpp2/configure.in, support/cpp2/intl.h,
4662           support/cpp2/sdcpp.dsp, support/cpp2/acconfig.h,
4663           support/cpp2/sdcc.h, support/cpp2/mkdeps.c,
4664           support/cpp2/version.c, support/cpp2/cppmain.c,
4665           support/cpp2/ansidecl.h, support/cpp2/libiberty.h,
4666           support/cpp2/hashtable.c, support/cpp2/aclocal.m4,
4667           support/cpp2/cpperror.c,
4668           support/cpp2/libiberty/safe-ctype.c,
4669           support/cpp2/libiberty/safe-ctype.h,
4670           support/cpp2/libiberty/splay-tree.c,
4671           support/cpp2/libiberty/obstack.c,
4672           support/cpp2/libiberty/lbasename.c,
4673           support/cpp2/libiberty/splay-tree.h,
4674           support/cpp2/libiberty/obstack.h:
4675           synchronized with GCC CPP release version 3.2.3,
4676           the latest before integration of cpp into gcc
4677         * support/cpp2/except.h, support/cpp2/line-map.c,
4678           support/cpp2/line-map.h,
4679           support/cpp2/libiberty/hex.c,
4680           support/cpp2/libiberty/concat.c,
4681           support/cpp2/libiberty/filenames.h: added
4682         * support/cpp2/intl.c: deleted
4683
4684 2006-11-24 Borut Razem <borut.razem AT siol.net>
4685
4686         * src/SDCC.y: enabled compilation of empty source file
4687         * support/Util/SDCCerr.[ch]: added sdcc warning 190 -
4688           "ISO C forbids an empty source file"
4689         * device/lib/_startup.c, device/lib/printf_tiny.c: disable warning 190
4690           if all the code is ifdefed out.
4691
4692 2006-11-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4693
4694         * src/hc08/gen.c (genPcall): fix for bug #1601032
4695
4696 2006-11-23 Maarten Brock <sourceforge.brock AT dse.nl>
4697
4698         * device/include/mcs51/c8051f000.h, device/include/mcs51/C8051F000.h,
4699         * device/include/mcs51/c8051f018.h, device/include/mcs51/C8051F018.h,
4700         * device/include/mcs51/c8051f020.h, device/include/mcs51/C8051F020.h,
4701         * device/include/mcs51/c8051f040.h, device/include/mcs51/C8051F040.h,
4702         * device/include/mcs51/c8051f060.h, device/include/mcs51/C8051F060.h,
4703         * device/include/mcs51/c8051f120.h, device/include/mcs51/C8051F120.h,
4704         * device/include/mcs51/c8051f200.h, device/include/mcs51/C8051F200.h,
4705         * device/include/mcs51/c8051f300.h, device/include/mcs51/C8051F300.h,
4706         * device/include/mcs51/c8051f310.h, device/include/mcs51/C8051F310.h,
4707         * device/include/mcs51/c8051f320.h, device/include/mcs51/C8051F320.h,
4708         * device/include/mcs51/c8051f326.h, device/include/mcs51/C8051F326.h,
4709         * device/include/mcs51/c8051f330.h, device/include/mcs51/C8051F330.h,
4710         * device/include/mcs51/c8051f340.h, device/include/mcs51/C8051F340.h,
4711         * device/include/mcs51/c8051f350.h, device/include/mcs51/C8051F350.h,
4712         * device/include/mcs51/c8051f410.h, device/include/mcs51/C8051F410.h:
4713           Renamed to all upper case as per the standard set by SiLabs
4714
4715 2006-11-23 Maarten Brock <sourceforge.brock AT dse.nl>
4716
4717         * device/include/mcs51/C8051F520.h: new, added
4718         * device/include/mcs51/compiler.h: added link about predefined macros
4719
4720 2006-11-23 Raphael Neider <rneider AT web.de>
4721
4722         * src/regression/Makefile: add -L path to fresh library
4723         * src/regression/simulate: emphasize FAILED output
4724         * src/regression/create_stc: output _failures from gpsim
4725         * src/regression/compare4.c,
4726         * src/regression/rotate6.c: fixed char literals,
4727           all compile, all run =8-D
4728
4729         * src/pic/pcode.h: added isPCASMDIR macro
4730         * src/pic/gen.c (genAnd): fixed bit offset
4731         * src/pic/ralloc.c (allocNewDirReg,allocDirReg,allocRegByName,
4732           packBits): unified register numbering schemes,
4733           (newReg): do not insert stack registers into hash table,
4734           (initStack): unpinned pseudo stack, simplified,
4735           (typeRegWithIdx): fixed retrieval of stack registers,
4736         * src/pic/pcode.c (addpCodeComment,sameBank): added,
4737           (pCodeReplace): removed invalid assertion,
4738           (insertPCodeInstruction): fixed newly added labels,
4739           (insertBankSwitch,BankSelect,IsBankChange,DoBankSelect,
4740           FixRegisterBankingInFlow,compareBankFlow,FixBankFlow,
4741           DumpFlow): removed unsed (broken?) code,
4742           (insertBankSel): prevent STATUS from being BANKSELed,
4743           (FixRegisterBanking): rewritten from scratch, implemented generic
4744             optimizations (suppress BANKSELs to same register and to registers
4745             present in all banks),
4746           (AnalyzeBanking): update flow after BANKSELection
4747
4748         * src/pic/glue.c (pic14_constructAbsMap): emit pseudo stack in
4749             sharebank, let linker place it, mark STKxx symbols as emitted
4750
4751 2006-11-21 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4752
4753         * src/regression/arrays.c,
4754         * src/regression/bank1.c,
4755         * src/regression/bool2.c,
4756         * src/regression/compare7.c,
4757         * src/regression/compare8.c,
4758         * src/regression/compare9.c,
4759         * src/regression/compare10.c,
4760         * src/regression/configword.c,
4761         * src/regression/for.c,
4762         * src/regression/mult1.c,
4763         * src/regression/pointer1.c,
4764         * src/regression/rotate6.c,
4765         * src/regression/string1.c,
4766         * src/regression/struct1.c,
4767         * src/regression/Makefile: make PIC14 regression tests run again
4768           (3 fail, 6 won't compile)
4769
4770 2006-11-21 Raphael Neider <rneider AT web.de>
4771
4772         * device/include/pic16/pic18f4550.h,
4773         * device/include/pic16/pic18f4455.h,
4774         * device/lib/pic16/libdev/pic18f4550.c,
4775         * device/lib/pic16/libdev/pic18f4455.c: fixed #1578591 and #1595144
4776         * configure.in: removed superfluous closing bracket
4777
4778 2006-11-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
4779
4780         * device/lib/expf.c: Fixed bug 1599523: result of expf(x) is
4781           always positive.
4782
4783 2006-11-21 Raphael Neider <rneider AT web.de>
4784
4785         * src/pic/device.{c,h}: added pic14_getPIC()
4786         * src/pic/gen.c (continueIfTrue,jumpIfTrue): added PIC code,
4787           (genAnd): added PIC code for one case, fixes #1597044
4788         * src/pic/pcode.c (BankSelect): Ohoh, added generic optimization for
4789           SFRs that are present in all banks (e.g., STATUS)
4790
4791 2006-11-20 Raphael Neider <rneider AT web.de>
4792
4793         * src/pic/pcode.c: changed inverted ops for DECFSZ/DECFSZW and
4794           INCFSZ/INCFSZW and declared them as changing Z bit,
4795           (insertPCodeInstruction): correctly invert the above instructions,
4796           fixes #1599333,
4797           (DoBankSelect): don't panic on po_immediates
4798
4799 2006-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4800
4801         * as/link/aslink.h,
4802         * as/link/mcs51/lkihx.c (newArea),
4803         * as/link/mcs51/lkrloc.c: renamed newArea() to ihxNewArea()
4804         * as/link/mcs51/lkihx.c (ihx): output reset vector as start address
4805
4806 2006-11-11 Raphael Neider <rneider AT web.de>
4807
4808         * src/pic/pcode.c (newpCodeOpBit): search SymbolTab for referenced
4809           bitfield symbols, fixes #1579535 (once more...).
4810
4811 2006-11-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4812
4813         * support/regression/generate-cases.py,
4814         * support/regression/fwk/include/testfwk.h,
4815         * support/regression/fwk/lib/testfwk.c: used code pointers,
4816           (about 50kByte less code generated for mcs51)
4817
4818 2006-11-06 Borut Razem <borut.razem AT siol.net>
4819
4820         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
4821           debugger/mcs51/configure: fixed failed check because the function
4822           rl_function_of_keyseq isn't in Readline 5.2. Thanks to Ilya Goldberg
4823           who submitted the patch for gpsim.
4824         * debugger/mcs51/configure.in: removed the result message
4825         * debugger/mcs51/Makefile.in: fixed the config.status warning
4826           "... seems to ignore the --datarootdir setting"
4827
4828 2006-11-03 Maarten Brock <sourceforge.brock AT dse.nl>
4829
4830         * device/include/mcs51/c8051f020.h,
4831         * device/include/mcs51/c8051f040.h,
4832         * device/include/mcs51/c8051f060.h,
4833         * device/include/mcs51/c8051f120.h: added PS0, fixed bug 1589279
4834         * src/z80/gen.c (gencjneshort),
4835         * src/z80/peeph.def: applied patch 1571373, thanks Philipp Krause
4836
4837 2006-10-31 Borut Razem <borut.razem AT siol.net>
4838
4839         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
4840           debugger/mcs51/configure: get readline version
4841
4842 2006-10-30 Borut Razem <borut.razem AT siol.net>
4843
4844         * debugger/mcs51/sdcdb.c: replaced hardcoded "/" with DIR_SEPARATOR_STRING
4845         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
4846           debugger/mcs51/configure: locate readline even when cross compiling
4847         * support/scripts/sdcc.nsi: include readline5.dll into the setup package
4848
4849 2006-10-29 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
4850
4851         * device/include/mcs51/serial_IO.h: putchar() and getchar() using
4852           serial port.
4853
4854 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
4855
4856         * device/include/malloc.h,
4857         * device/lib/calloc.c,
4858         * device/lib/free.c,
4859         * device/lib/malloc.c,
4860         * device/lib/realloc.c: moved definition of struct into sources
4861         * support/regression/tests/malloc.c: use void* for init_dynamic_memory()
4862
4863 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
4864
4865         * as/asx8051.dsp: corrected output directories
4866         * as/link/hc08: new directory for hc08 linker
4867         * as/hc08/aslink.h,             as/link/aslink.h,
4868         * as/hc08/aslink.mak,           as/link/hc08/aslink.mak,
4869         * as/hc08/clean.mk,             as/link/hc08/clean.mk,
4870         * as/hc08/link_hc08.dsp,        as/link/hc08/link_hc08.dsp,
4871         * as/hc08/lkaomf51.c,           as/link/hc08/lkaomf51.c,
4872         * as/hc08/lkarea.c,             as/link/hc08/lkarea.c,
4873         * as/hc08/lkdata.c,             as/link/hc08/lkdata.c,
4874         * as/hc08/lkelf.c,              as/link/hc08/lkelf.c,
4875         * as/hc08/lkihx.c,              as/link/hc08/lkihx.c,
4876         * as/hc08/lklibr.c,             as/link/hc08/lklibr.c,
4877         * as/hc08/lkmain.c,             as/link/hc08/lkmain.c,
4878         * as/hc08/lkmem.c,              as/link/hc08/lkmem.c,
4879         * as/hc08/lkrloc.c,             as/link/hc08/lkrloc.c,
4880         * as/hc08/lks19.c,              as/link/hc08/lks19.c,
4881         * as/hc08/Makefile.aslink,      as/link/hc08/Makefile.aslink,
4882         * as/hc08/Makefile.bcc,         as/link/hc08/Makefile.bcc,
4883         * as/hc08/Makefile.in,          as/link/hc08/Makefile.in,
4884         * as/link/hc08/conf.mk,
4885         * configure,
4886         * configure.in,
4887         * Makefile.in,
4888         * sdcc.dsw: moved hc08 linker to as/link/hc08
4889         * as/hc08/lkeval.c,     as/link/mcs51/lkeval.c,     as/link/lkeval.c,
4890         * as/hc08/lkhead.c,     as/link/mcs51/lkhead.c,     as/link/lkhead.c,
4891         * as/hc08/lklex.c,      as/link/mcs51/lklex.c,      as/link/lklex.c,
4892         * as/hc08/lklist.c,     as/link/mcs51/lklist.c,     as/link/lklist.c,
4893         * as/hc08/lknoice.c,    as/link/mcs51/lknoice.c,    as/link/lknoice.c,
4894         * as/hc08/lksym.c,      as/link/mcs51/lksym.c,      as/link/lksym.c,
4895         * as/link/mcs51/aslink.dsp,
4896         * as/link/mcs51/Makefile.in: factored out the common files
4897         * as/hc08/lkstore.c: deleted, use the one already in as/link/
4898         * as/clean.mk: extra cleaning common files
4899         * as/link/mcs51/strcmpi.c,      as/strcmpi.c: moved
4900         * as/link/mcs51/strcmpi.h: deleted, moved protoype to aslink.h
4901         * as/mcs51/asm.h: include sdccconf.h or sdcc_vc.h
4902
4903 2006-10-29 Raphael Neider <rneider AT web.de>
4904
4905         * src/pic/ralloc.c (newReg): create aliases for registers with
4906           multiple names to fix #1579535 and #1584001,
4907           (regWithIdx,dirregWithName): resolve aliases on lookup
4908         * src/pic/pcode.c (DoBankSelect): die with error message on failing
4909           bankselect
4910         * device/lib/pic/libdev/Makefile.in: move pseudo stack down to 0x4f
4911           to prevent build errors on small devices
4912
4913 2006-10-28 Raphael Neider <rneider AT web.de>
4914
4915         * src/pic/gen.c (genFunction,genCall): drop "same code page"
4916           assumption within interrupt handlers, fixes #1584940
4917         * src/pic/glue.c (pic14_constructAbsMap): mark absolute symbols as
4918           "emitted" to avoid emitting them again in udata
4919
4920 2006-10-27 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
4921
4922         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
4923         Removed.
4924
4925 2006-10-26 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
4926
4927         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
4928         Initialize uart only if SM0 and SM1 are zero.  Also, use flag to turn
4929         on/off CR to CRLF conversion.
4930
4931 2006-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4932
4933         * doc/sdccman.lyx: updated IRQ section
4934
4935 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
4936
4937         * device/lib/serial_io.c: removed
4938         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c
4939         replacements for serial_io.c
4940
4941 2006-10-24 Maarten Brock <sourceforge.brock AT dse.nl>
4942
4943         * src/z80/main.c (_process_pragma, _parseOptions): fixed bug 1583318
4944
4945 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
4946
4947         * device/lib/serial_io.c: Default putchar() and getchar() for
4948           mcs51 uses serial port.
4949
4950 2006-10-23 Maarten Brock <sourceforge.brock AT dse.nl>
4951
4952         * src/mcs51/gen.c (movc): improved check for 0 and 1, see RFE 1582704
4953
4954 2006-10-23 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4955
4956         * support/regression/ports/mcs51/support.c: smaller
4957         _sdcc_external_startup()
4958         * device/lib/mcs51/crtxclear.asm: don't check high byte of l_PSEG
4959
4960 2006-10-20 Maarten Brock <sourceforge.brock AT dse.nl>
4961
4962         * device/lib/gbz80/crt0.s,
4963         * device/lib/gbz80/crt0_rle.s,
4964         * device/lib/gbz80/div.s,
4965         * device/lib/gbz80/fstubs.s,
4966         * device/lib/gbz80/heap.s,
4967         * device/lib/gbz80/mul.s,
4968         * device/lib/gbz80/putchar.s,
4969         * device/lib/gbz80/stubs.s,
4970         * device/lib/z80/crt0.s,
4971         * device/lib/z80/crt0_rle.s,
4972         * device/lib/z80/div.s,
4973         * device/lib/z80/fstubs.s,
4974         * device/lib/z80/heap.s,
4975         * device/lib/z80/mul.s,
4976         * device/lib/z80/putchar.s,
4977         * device/lib/z80/stubs.s: reverted, I was mistaken
4978
4979 2006-10-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4980
4981         * src/mcs51/peeph.def: peephole 238.x added check for notvolatile
4982         * support/regression/ports/mcs51/support.c: removed race
4983         condition on TI in _putchar allowing to use serial port mode 0
4984
4985 2006-10-20 Borut Razem <borut.razem AT siol.net>
4986
4987         * debugger/mcs51/sdcdb.c: replaced isblank() with isspace()
4988
4989 2006-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4990
4991         * device/lib/gbz80/crt0.s,
4992         * device/lib/gbz80/crt0_rle.s,
4993         * device/lib/gbz80/div.s,
4994         * device/lib/gbz80/fstubs.s,
4995         * device/lib/gbz80/heap.s,
4996         * device/lib/gbz80/mul.s,
4997         * device/lib/gbz80/putchar.s,
4998         * device/lib/gbz80/stubs.s,
4999         * device/lib/z80/crt0.s,
5000         * device/lib/z80/crt0_rle.s,
5001         * device/lib/z80/div.s,
5002         * device/lib/z80/fstubs.s,
5003         * device/lib/z80/heap.s,
5004         * device/lib/z80/mul.s,
5005         * device/lib/z80/putchar.s,
5006         * device/lib/z80/stubs.s: removed all leading underscores from area names
5007
5008 2006-10-17 Maarten Brock <sourceforge.brock AT dse.nl>
5009
5010         * support/regression/ports/mcs51/support.c: use highest baudrate so the
5011           regression tests are not waiting in the simulator for simulated
5012           transmission of debug output
5013
5014 2006-10-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5015
5016         * device/lib/printf_large.c: slightly smaller
5017         * doc/sdccman.lyx: do not use spaces within html links
5018
5019 2006-10-16 Borut Razem <borut.razem AT siol.net>
5020
5021         * configure.in, configure, sdccconf_in.h, src/SDCCglobal,
5022           debugger/mcs51/Makefile.in, debugger/mcs51/sdcdb.[ch],
5023           debugger/mcs51/aclocal.m4, debugger/mcs51/acinclide.m4,
5024           debugger/mcs51/config.h.in, debugger/mcs51/configure.in,
5025           debugger/mcs51/configure:
5026           [ 1185668 ] add gnu readline support to sdcdb - enabled
5027
5028 2006-10-16 Raphael Neider <rneider AT web.de>
5029
5030         * src/pic/pcode.c (BankSelect): another fix on (partial) BANKSELs,
5031           fixes #1577882, removes close to all banking optimizations
5032
5033 2006-10-15 Maarten Brock <sourceforge.brock AT dse.nl>
5034
5035         * src/SDCCsymt.c (checkSClass): no error for uninitialised absolute
5036           variables in code memory
5037         * support/regression/tests/absolute.c: added test for this
5038
5039 2006-10-15 Raphael Neider <rneider AT web.de>
5040
5041         * src/pic/pcode.c (InsertBankSel): suppress BANKSELs for one bank
5042           devices,
5043           (BankSelect): emit BANKSEL before touching linker-placed regs,
5044           fixes #1570934
5045
5046 2006-10-10 Raphael Neider <rneider AT web.de>
5047
5048         * src/SDCCmain.c (optionsTable): accept --stack-size for PICs,
5049         * src/pic/device.c (pic14_getSharebankSize,pic14_getSharebankAddress),
5050         * src/pic/main.c (_pic14_parseOptions),
5051         * src/pic/main.h: mostly reverted to previous state, now use results
5052             from SDCCmain.c's argument parsing
5053
5054 2006-10-10 Borut Razem <borut.razem AT siol.net>
5055
5056         * debugger/mcs51/break.[ch], debugger/mcs51/cmd.c,
5057           debugger/mcs51/sdcdb.[ch], debugger/mcs51/simi.c:
5058           [ 1185668 ] add gnu readline support to sdcdb -
5059           prepared for READLINE, not enabled yet,
5060           thanks to <tal.bav AT gmail.com>
5061
5062 2006-10-10 Raphael Neider <rneider AT web.de>
5063
5064         * src/pic16/pcode.c (pic16_pCode2str): use isACCESS_BANK macro
5065         * src/pic16/devices.inc,
5066         * device/include/pic16 (pic18f[24]620.h),
5067         * device/include/pic18fregs.h,
5068         * device/lib/pic16/pics.all,
5069         * device/lib/pic16/libdev/pic18f[24]{620,525}.c): added support for
5070             18f2620, 18f4620, 18f2525, and 18f4525 devices, thanks to
5071             Gary Plumbridge and Anton Strobl
5072
5073 2006-10-10 Raphael Neider <rneider AT web.de>
5074
5075         * src/pic/main.c (_pic14_parseOptions): added --stack-loc=NUM and
5076           --stack-siz=NUM options to configure the argument passing stack
5077         * src/pic/main.h: added stackLocation and stackSize to pic14_options_t
5078         * src/pic/device.c (mapRegister): catch out-of-memory SIGSEGVs,
5079           (pic14_getSharebankSize): obey --stack-siz=NUM,
5080           (pic14_getSharebankAddress): obey --stack-loc=NUM
5081
5082 2006-10-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5083
5084         * doc/sdccman.lyx: added to the manual
5085         * doc/figures/ddd_example.png: added (neither pdflatex nor
5086         most browsers seem to like the .eps file)
5087
5088 2006-10-06 Bernhard Held <bernhard AT bernhardheld.de>
5089
5090         * src/SDCCglue.c (tempfileandname): changed un*x tmp search paths
5091         to /tmp and /var/tmp acc. LSB
5092         * src/SDCCast.c (addCast): Fixed bug 1571231: promote in case of
5093         RESULT_TYPE_IFX
5094         * support/regression/tests/onebyte.c: added test
5095
5096 2006-10-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
5097
5098         * src/mcs51/gen.c: emitcode for "add a,0x%02x" requires only 8 bits.
5099
5100 2006-10-05 Borut Razem <borut.razem AT siol.net>
5101
5102         * partially fixed [ 1570701 ] peephole - not replacing code from multiline macros,
5103           thanks to dfulab:
5104           - sdcc.dsw: changed property eol-style to CRLF
5105           - support/scripts/resource.rc: replaced references to "afxres.h" with "winres.h"
5106
5107 2006-10-04 Raphael Neider <rneider AT web.de>
5108
5109         * device/include/pic/{pic16f84.h,pic16f84a.h},
5110         * device/lib/pic/libdev/{pic16f84.c,pic16f84a.c}: added PORT[AB]_bits
5111           from patch #1522504, thanks to Robas Teodor
5112
5113 2006-10-02 Maarten Brock <sourceforge.brock AT dse.nl>
5114
5115         * as/link/z80/lkarea.c: essentially reverted lnksect() to #4380 which
5116           fixes bug 1566015
5117
5118 2006-10-01 Maarten Brock <sourceforge.brock AT dse.nl>
5119
5120         * src/pic16/glue.c (pic16emitMaps),
5121         * src/pic/glue.c (pic14emitMaps): hopefully fixed bug 1568779
5122         * device/lib/gets.c: fixed bug 1568829,thanks Philipp Krause
5123         * device/lib/pic16/libc/string/memcpypgm2ram.c,
5124         * device/lib/pic16/libc/string/memcpyram2ram.c: fixed bug 1568836, thanks
5125           Philipp Krause
5126         * as/mcs51/asmain.c (asmbl, newdot): fixed problems with absolute areas
5127         * as/link/mcs51/lkmem.c (summary2): reverted, do do count abs segments
5128
5129 2006-09-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
5130
5131         * support/librarian/sdcclib.c: Added option -l.
5132         * as/link/mcs51/lkmem.c: don't use absolute segments to compute memory
5133           usage totals.
5134         * device/lib/make51lib.bat: added.  Allows building mcs51 libraries easily
5135           using Windows command prompt.
5136
5137 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
5138
5139         * device/lib/libsdcc.lib: added module rand
5140         * src/ds390/ralloc.c (rematStr),
5141         * src/hc08/ralloc.c (rematStr),
5142         * src/mcs51/ralloc.c (rematStr),
5143         * src/z80/ralloc.c (rematStr): made output more consistent
5144         * src/mcs51/gen.c: cosmetic changes
5145
5146 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
5147
5148         * src/port.h: added mem.cabs_name to PORT
5149         * src/ds390/main.c,
5150         * src/hc08/main.c,
5151         * src/mcs51/main.c,
5152         * src/pic16/main.c,
5153         * src/pic/main.c,
5154         * src/xa51/main.c,
5155         * src/z80/main.c: added cabs_name initializers
5156         * src/SDCCglue.c (emitStaticSeg): allocate and initialize absolute
5157           constants
5158           (emitMaps): emit absolutes in code memory into cabs_name
5159         * src/SDCCmem.c,
5160         * src/SDCCmem.h: added memory map c_abs and defined CABS_NAME
5161         * src/ds390/gen.c (genCodePointerGet): fixed bug if left is a literal
5162         * support/regression/fwk/include/testfwk.h: added define for at
5163         * support/regression/tests/absolute.c: added, new
5164
5165 2006-09-29 Maarten Brock <sourceforge.brock AT dse.nl>
5166
5167         * src/mcs51/gen.c (genPlusIncr, genMinusDec, genAddrOf): small
5168           optimizations, see also patch 887161 by Stas Sergeev
5169         * src/mcs51/peeph.def(104, 207, 209, 212): disabled as they do not seem
5170           to be necessary anymore,
5171           (102, 103, 104, 127): renamed all occurances of bp to _bp
5172
5173 2006-09-27 Maarten Brock <sourceforge.brock AT dse.nl>
5174
5175         * device/include/mcs51/at89c51snd1c.h: fixed MSK_SREQ definition
5176           thanks Weston T. Schmidt for patch 1555221
5177         * src/mcs51/peeph.def: renamed rule 257 to 257.a, added 257.b
5178         * src/SDCCicode.c(geniCodeMultiply): small optimization
5179
5180 2006-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
5181
5182         * device/include/stdlib.h: added rand prototypes
5183         * device/lib/rand.c: new, added
5184         * device/lib/Makefile.in: added rand.c
5185         * src/z80/peeph.def,
5186         * src/z80/peeph-gbz80.def,
5187         * src/z80/peeph-z80.def: updated conditonals, fixed bug 1565908
5188
5189 2006-09-20 Raphael Neider <rneider AT web.de>
5190
5191         * device/lib/pic16/libio/i2c/i2cnack.c (i2c_nack): fixed ACKDT bit
5192
5193 2006-09-19 Maarten Brock <sourceforge.brock AT dse.nl>
5194
5195         * as/link/aslink.h: cosmetic changes
5196         * as/link/mcs51/Makefile.in,
5197         * as/link/z80/Makefile.in: fixed build on CF where VPATH is used
5198
5199 2006-09-17 Maarten Brock <sourceforge.brock AT dse.nl>
5200
5201         * as/link/aslink.h,
5202         * as/link/mcs51/aslink.h,
5203         * as/link/z80/aslink.h: merged and moved to as/link/
5204         * as/link/lkstore.c,
5205         * as/link/mcs51/lkstore.c: moved to as/link/
5206         * as/link/clean.mk: remove *.o
5207         * as/link/mcs51/alloc.h: deleted
5208         * as/link/mcs51/lkarea.c: added lnksect prototype
5209         * as/link/mcs51/lkdata.c,
5210         * as/link/mcs51/lklex.c,
5211         * as/link/mcs51/lkmain.c: renamed as_getline to lk_getline
5212         * as/link/mcs51/lkmem.c,
5213         * as/link/mcs51/lknoice.c: removed include strcmpi.h
5214         * as/link/mcs51/lksym.c: include stdlib.h instead of malloc.h or alloc.h
5215         * as/link/mcs51/aslink.dsp,
5216         * as/link/mcs51/Makefile.aslink,
5217         * as/link/mcs51/Makefile.bcc,
5218         * as/link/mcs51/Makefile.in: updated for moved files
5219         * as/link/z80/lkarea.c,
5220         * as/link/z80/lkhead.c,
5221         * as/link/z80/lklex.c,
5222         * as/link/z80/lklibr.c,
5223         * as/link/z80/lklist.c,
5224         * as/link/z80/lkmain.c,
5225         * as/link/z80/lkrloc.c,
5226         * as/link/z80/lksym.c: synced with mcs51
5227         * as/link/z80/lkdata.c,
5228         * as/link/z80/lkeval.c,
5229         * as/link/z80/lkihx.c,
5230         * as/link/z80/lks19.c: cosmetic changes
5231         * as/link/z80/Makefile.in,
5232         * as/link/z80/linkgbz80.dsp,
5233         * as/link/z80/linkz80.dsp: updated for moved files
5234
5235 2006-09-16 Borut Razem <borut.razem AT siol.net>
5236
5237         * debugger/mcs51/sdcdb.c: partially fixed
5238           [ 1203664 ] sdcdb fails to open files w. two "." periods
5239         * debugger/mcs51/simi.c, debugger/mcs51/symtab.c,
5240           debugger/mcs51/symtab.h: fixed indenting
5241         * configure.in, configure: up to date with latest Maarten's changes
5242
5243 2006-09-15 Maarten Brock <sourceforge.brock AT dse.nl>
5244
5245         as/link/mcs51
5246         as/aslink.dsp,                  as/link/mcs51/aslink.dsp,
5247         as/link/mcs51/aslink.h,         as/mcs51/aslink.h,
5248         as/link/mcs51/aslink.mak,       as/mcs51/aslink.mak,
5249         as/link/mcs51/lkaomf51.c,       as/mcs51/lkaomf51.c,
5250         as/link/mcs51/lkarea.c,         as/mcs51/lkarea.c,
5251         as/link/mcs51/lkdata.c,         as/mcs51/lkdata.c,
5252         as/link/mcs51/lkeval.c,         as/mcs51/lkeval.c,
5253         as/link/mcs51/lkhead.c,         as/mcs51/lkhead.c,
5254         as/link/mcs51/lkihx.c,          as/mcs51/lkihx.c,
5255         as/link/mcs51/lklex.c,          as/mcs51/lklex.c,
5256         as/link/mcs51/lklibr.c,         as/mcs51/lklibr.c,
5257         as/link/mcs51/lklist.c,         as/mcs51/lklist.c,
5258         as/link/mcs51/lkmain.c,         as/mcs51/lkmain.c,
5259         as/link/mcs51/lkmem.c,          as/mcs51/lkmem.c,
5260         as/link/mcs51/lknoice.c,        as/mcs51/lknoice.c,
5261         as/link/mcs51/lkrloc.c,         as/mcs51/lkrloc.c,
5262         as/link/mcs51/lks19.c,          as/mcs51/lks19.c,
5263         as/link/mcs51/lkstore.c,        as/mcs51/lkstore.c,
5264         as/link/mcs51/lksym.c,          as/mcs51/lksym.c,
5265         as/link/mcs51/Makefile.aslink,  as/mcs51/Makefile.aslink,
5266         as/link/mcs51/alloc.h,
5267         as/link/mcs51/clean.mk,
5268         as/link/mcs51/conf.mk,
5269         as/link/mcs51/Makefile.bcc,
5270         as/link/mcs51/Makefile.in,
5271         as/link/mcs51/readme.390,
5272         as/link/mcs51/strcmpi.c,
5273         as/link/mcs51/strcmpi.h,
5274         as/mcs51/clean.mk,
5275         as/mcs51/Makefile.bcc,
5276         as/mcs51/Makefile.in,
5277         configure,
5278         Makefile.in,
5279         sdcc.dsw: moved mcs51 linker to as/link/mcs51
5280
5281 2006-09-14 Maarten Brock <sourceforge.brock AT dse.nl>
5282
5283         * as/link,
5284         * as/link/Makefile.in,
5285         * as/link/z80/linkgbz80.dsp,
5286         * as/link/z80/linkz80.dsp,
5287         * configure,
5288         * link,
5289         * link/clean.mk,
5290         * link/Makefile.in,
5291         * link/README,
5292         * link/z80,
5293         * link/z80/aslink.h,
5294         * link/z80/clean.mk,
5295         * link/z80/conf.mk,
5296         * link/z80/linkgbz80.dsp,
5297         * link/z80/linkz80.dsp,
5298         * link/z80/lkarea.c,
5299         * link/z80/lkdata.c,
5300         * link/z80/lkeval.c,
5301         * link/z80/lkgb.c,
5302         * link/z80/lkgg.c,
5303         * link/z80/lkhead.c,
5304         * link/z80/lkihx.c,
5305         * link/z80/lklex.c,
5306         * link/z80/lklibr.c,
5307         * link/z80/lklist.c,
5308         * link/z80/lkmain.c,
5309         * link/z80/lkrloc.c,
5310         * link/z80/lks19.c,
5311         * link/z80/lksym.c,
5312         * link/z80/Makefile.in,
5313         * Makefile.in,
5314         * sdcc.dsw: moved link/ to as/link/
5315
5316 2006-09-11 Maarten Brock <sourceforge.brock AT dse.nl>
5317
5318         * as/mcs51/i51mch.c (machine): fixed warning
5319
5320 2006-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
5321
5322         * as/mcs51/i51mch.c (machine): S_DJNZ fixed bug 1554318
5323
5324 2006-09-09 Borut Razem <borut.razem AT siol.net>
5325
5326         * debugger/mcs51/sdcdb.c, debugger/mcs51/simi.c:
5327           sdcdb WIN32 native port
5328         * src/clean.mk: fixed
5329
5330 2006-09-08 Borut Razem <borut.razem AT siol.net>
5331
5332         * doc/sdccman.lyx: SDCDB and ucSim are available on Win32 platforms.
5333
5334 2006-09-08 Raphael Neider <rneider AT web.de>
5335
5336         * src/pic16/main.c (_pic16_linkEdit,pic16_linkCmd),
5337         * src/pic/main.c(_pic14_do_link, linkCmd): pass "-w" and "-r"
5338             to gplink to disable processor mismatch warning and to allow
5339             the use of devices with only aliased (shared) memory banks,
5340           (_pic16_genAssemblerPreamble): include pXXX.inc on --mplab-comp
5341
5342 2006-09-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
5343
5344         * doc/sdccman.lyx: Some re-formating plus example on using
5345           #pragma preproc_asm +/-
5346
5347 2006-09-07 Borut Razem <borut.razem AT siol.net>
5348
5349         * support/scripts/sdcc.nsi: added SDCDB executables in a separate
5350           section
5351
5352 2006-09-06 Borut Razem <borut.razem AT siol.net>
5353
5354         * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing
5355           line at sdcc.nsi:153
5356         * sdcc/debugger/mcs51/simi.c: argsToCmdLine() fixes
5357
5358 2006-09-05 Borut Razem <borut.razem AT siol.net>
5359
5360         * configure.in, configure: support for winsock2
5361         * debugger/mcs51/break.h, debugger/mcs51/cmd.c,
5362           debugger/mcs51/cmd.h, debugger/mcs51/sdcdb.c,
5363           debugger/mcs51/sdcdb.h, debugger/mcs51/simi.c,
5364           debugger/mcs51/simi.h, debugger/mcs51/symtab.c,
5365           debugger/mcs51/symtab.h: sdcdb WIN32 native port
5366
5367 2006-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
5368
5369         * src/SDCCopt.c (cnvToFcall): fixed bug 1551947 by updating OP_USES
5370           and OP_DEFS
5371         * support/regression/tests/bug1551947.c: new, added
5372         * src/SDCCsymt.h: strings are char* not byte*
5373
5374 2006-09-05 Raphael Neider <rneider AT web.de>
5375
5376         * device/lib/pic16/libdev/pic18f4550.c,
5377           device/include/pic16/pic18f4550.h: added PORTD/TRISD
5378             declarations/definitions from patch #1520949
5379
5380 2006-09-05 Raphael Neider <rneider AT web.de>
5381
5382         * src/pic16/gen.c (genPackBits): fix assignment to 8-bit,
5383           byte-aligned bitfields, fixes #1539278
5384
5385 2006-09-05 Raphael Neider <rneider AT web.de>
5386
5387         * src/pic/gen.c (genReceive): skip unreferenced arguments,
5388           fixes #1544120
5389
5390 2006-09-04 Borut Razem <borut.razem AT siol.net>
5391
5392         * support/scripts/sdcc.nsi: move ucSim executables to a separate section
5393         * support/scripts/sdcc_cygwin_mingw32: don't disable ucsim,
5394           -mno-cygwin is a part of the compiler name
5395         * support/scripts/sdcc_mingw32: don't disable ucsim
5396
5397 2006-09-03 Borut Razem <borut.razem AT siol.net>
5398
5399         * sdcc.spec: corrected for 2.6.0. Thanks to Christer Weinigel.
5400         * device/lib/Makefile.in device/lib/clean.mk: small but essential corrections
5401
5402 2006-09-03 Raphael Neider <rneider AT web.de>
5403
5404         * src/pic/ralloc.c,
5405         * src/pic/pcode.c (InitReuseRegs): allocate registers with pseudo
5406           indices >= 0x1000 to disambiguate them from fixed regs __at(addr),
5407           fixes #1550049
5408
5409 2006-09-01 Borut Razem <borut.razem AT siol.net>
5410
5411         * sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
5412           to make ppc-osx happy
5413
5414 2006-08-31 Borut Razem <borut.razem AT siol.net>
5415
5416         * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
5417         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
5418         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
5419         * support/regression/ports/ds390/spec.mk,
5420           support/regression/ports/mcs51/spec.mk,
5421           support/regression/ports/xa51/spec.mk: introduced DEV_NULL variable.
5422           To run regression tests in mingw environment:
5423           make DEV_NULL=NUL CC=gcc
5424
5425 2006-08-30 Borut Razem <borut.razem AT siol.net>
5426
5427         * sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
5428           sim/ucsim/cmd.src/newcmdwin32.cc, sim/ucsim/cmd.src/newcmdwin32cl.h,
5429           sim/ucsim/app.cc, sim/ucsim/appcl.h, sim/ucsim/configure,
5430           sim/ucsim/configure.in, sim/ucsim/ddconfig_in.h, sim/ucsim/error.cc,
5431           sim/ucsim/errorcl.h, sim/ucsim/option.cc, sim/ucsim/optioncl.h,
5432           sim/ucsim/utils.cc, sim/ucsim/utils.h, sim/ucsim/cmd.src/Makefile.in,
5433           sim/ucsim/avr.src/avr.cc, sim/ucsim/avr.src/avrcl.h,
5434           sim/ucsim/cmd.src/bp.cc, sim/ucsim/cmd.src/bpcl.h,
5435           sim/ucsim/cmd.src/cmdconf.cc, sim/ucsim/cmd.src/cmdgui.cc,
5436           sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/cmdset.cc,
5437           sim/ucsim/cmd.src/cmdsetcl.h, sim/ucsim/cmd.src/cmdstat.cc,
5438           sim/ucsim/cmd.src/cmduc.cc, sim/ucsim/cmd.src/cmduccl.h,
5439           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
5440           sim/ucsim/cmd.src/command.cc, sim/ucsim/cmd.src/commandcl.h,
5441           sim/ucsim/cmd.src/get.cc, sim/ucsim/cmd.src/getcl.h,
5442           sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/newcmd.cc,
5443           sim/ucsim/cmd.src/newcmdcl.h, sim/ucsim/cmd.src/set.cc,
5444           sim/ucsim/cmd.src/show.cc, sim/ucsim/cmd.src/timer.cc,
5445           sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
5446           sim/ucsim/s51.src/Makefile.in, sim/ucsim/s51.src/interrupt.cc,
5447           sim/ucsim/s51.src/interruptcl.h, sim/ucsim/s51.src/pca.cc,
5448           sim/ucsim/s51.src/pcacl.h, sim/ucsim/s51.src/port.cc,
5449           sim/ucsim/s51.src/portcl.h, sim/ucsim/s51.src/serial.cc,
5450           sim/ucsim/s51.src/serialcl.h, sim/ucsim/s51.src/timer0.cc,
5451           sim/ucsim/s51.src/timer0cl.h, sim/ucsim/s51.src/timer1.cc,
5452           sim/ucsim/s51.src/timer1cl.h, sim/ucsim/s51.src/timer2.cc,
5453           sim/ucsim/s51.src/timer2cl.h, sim/ucsim/s51.src/uc390.cc,
5454           sim/ucsim/s51.src/uc390cl.h, sim/ucsim/s51.src/uc390hw.cc,
5455           sim/ucsim/s51.src/uc390hwcl.h, sim/ucsim/s51.src/uc51.cc,
5456           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/wdt.cc,
5457           sim/ucsim/s51.src/wdtcl.h, sim/ucsim/sim.src/hw.cc,
5458           sim/ucsim/sim.src/hwcl.h, sim/ucsim/sim.src/mem.cc,
5459           sim/ucsim/sim.src/memcl.h, sim/ucsim/sim.src/obsolete.cc,
5460           sim/ucsim/sim.src/obsolete.h, sim/ucsim/sim.src/sim.cc,
5461           sim/ucsim/sim.src/simcl.h, sim/ucsim/sim.src/stack.cc,
5462           sim/ucsim/sim.src/stackcl.h, sim/ucsim/sim.src/test_mem_speed.cc,
5463           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
5464           sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
5465           sim/ucsim/z80.src/z80.cc, sim/ucsim/z80.src/z80cl.h:
5466           ucsim WIN32 native port
5467
5468 2006-08-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
5469
5470         * doc/sdccman.lyx: added note on dynamic memory heap initialization
5471
5472 2006-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5473
5474         * src/mcs51/gen.c (genAnd, genOr, genXor): fixed bug 1546986
5475         * src/ds390/gen.c (aopGetUsesAcc): handle AOP_DPTR2 and AOP_DPTRn too
5476
5477 2006-08-26 Maarten Brock <sourceforge.brock AT dse.nl>
5478
5479         * src/ds390/gen.c (genAnd, genOr, genXor): fixed bug 1546986
5480         * support/regression/tests/bug1546986.c: new, added
5481         * as/mcs51/.cvsignore,
5482         * debugger/mcs51/.cvsignore,
5483         * src/.cvsignore: deleted
5484
5485 2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
5486
5487         * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
5488           definitions)
5489
5490 2006-08-20 Borut Razem <borut.razem AT siol.net>
5491
5492         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
5493           removed cl_listen_console::match(), cl_console::match(),
5494           restructured cl_commander::proc_input()
5495
5496 2006-08-16 Borut Razem <borut.razem AT siol.net>
5497
5498         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h,
5499           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
5500           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/uc.cc: code cleaning
5501
5502 2006-08-14 Borut Razem <borut.razem AT siol.net>
5503
5504         * support/regression/Makefile.in,
5505           support/regression/ports/pic14/gpsim.cmd,
5506           support/regression/ports/pic14/spec.mk,
5507           support/regression/ports/pic14/support.c:
5508           added pic14 regression test
5509
5510 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
5511
5512         * as/doc/asxhtm.html: documented changed ABS behaviour
5513         * as/doc/README: fixed some typos
5514
5515 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
5516
5517         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
5518           not defined on host
5519
5520 2006-08-12 Borut Razem <borut.razem AT siol.net>
5521
5522         * support/regression/fwk/include/testfwk.h,
5523           support/regression/fwk/lib/testfwk.c,
5524           support/regression/generate-cases.py,
5525           support/regression/Makefile.in:
5526           regression test framework does not depend on function pointers and
5527           variable arguments
5528
5529 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
5530
5531         * device/include/stddef.h: c temporary hack to fix bug 1518273
5532
5533 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
5534
5535         * device/include/mcs51/cc2510fx.h: added
5536         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
5537           to projects.
5538
5539 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
5540
5541         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
5542         * as/z80/Makefile.in: added strcmpi.c
5543         * as/z80/z80adr.c: added upper case registers and lower case conditionals
5544         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
5545
5546 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
5547
5548         * device/lib/gbz80/asm_strings.s,
5549         * device/lib/gbz80/crt0_rle.s,
5550         * device/lib/gbz80/div.s,
5551         * device/lib/gbz80/mul.s,
5552         * device/lib/gbz80/shift.s,
5553         * device/lib/z80/asm_strings.s,
5554         * device/lib/z80/crt0_rle.s,
5555         * device/lib/z80/div.s,
5556         * device/lib/z80/mul.s,
5557         * device/lib/z80/shift.s: changed to all lower case menmonics except the
5558           flags which are all upper case
5559
5560 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
5561
5562         * as/z80/asm.h: made CASE_SENSITIVE 1
5563         * link/z80/aslink.h: made CASE_SENSITIVE 1
5564         * src/z80/gen.c (throughout): made all conditionals upper case
5565         * support/regression/tests/bug1503067.c: new
5566
5567 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
5568
5569         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
5570           (shiftIntoPair): added case 2 for PAIR_IY,
5571           (setupToPreserveCarry): replaced parameters with iCode and check if
5572            PAIR_DE is in use to fix bug 1399290,
5573           (genPlus, genMinus): updated call to setupToPreserveCarry
5574         * support/regression/tests/bug1399290.c: new
5575
5576 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
5577
5578         * device/lib/Makefile.in (Z80SOURCES): enabled float support
5579         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
5580         * src/ds390/gen.c (shiftRLong),
5581         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
5582         * src/mcs51/gen.c (sameReg): changed to sameByte,
5583           (xch_a_aopGet): new,
5584           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
5585            shiftRLong): fixed bug 1533966
5586         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
5587           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
5588         * support/regression/Makefile.in: disabled z80, enabled ucz80
5589         * support/regression/tests/float_trans.c: enabled test for z80 and host
5590         * support/regression/tests/shifts2.c: new, for testing bug 1533966
5591
5592 2006-08-01 Borut Razem <borut.razem AT siol.net>
5593
5594         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
5595           comparison is always false due to limited range of data type
5596           on PPC64 machine (openpower-linux1) where "char = unsigned char"
5597
5598 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
5599
5600         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
5601         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
5602         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
5603         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
5604
5605 2006-07-31 Borut Razem <borut.razem AT siol.net>
5606
5607         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
5608           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
5609           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
5610           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
5611           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
5612           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
5613           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
5614           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
5615           enable ucsim mingw compilation. Serial port is disabled,
5616           since it uses termios.h API, which is not available on native
5617           WIN32
5618
5619 2006-07-31 Borut Razem <borut.razem AT siol.net>
5620
5621         * Small Device C Compiler 2.6.0 released
5622         * support/scripts/sdcc.nsi: added FULL_DOC option
5623         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
5624
5625 2006-07-28 Borut Razem <borut.razem AT siol.net>
5626
5627         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
5628         * doc/INSTALL.txt: updated
5629
5630 2006-07-27 Borut Razem <borut.razem AT siol.net>
5631
5632         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
5633           device/lib/pic/libdev/Makefile.in: fixed bug
5634           [ 1438354 ] pic libsdcc: distclean doesn't work
5635         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
5636           device/lib/pic16/libio/Makefile.in: fixed bug
5637           [ 1438344 ] pic16 lib: clean doesn't work properly
5638         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
5639
5640 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
5641
5642         * device/lib/pic/libsdcc/fsdiv.c,
5643         * device/lib/pic/libsdcc/fsmul.c,
5644         * device/lib/pic16/libsdcc/float/fsdiv.c,
5645         * device/lib/pic16/libsdcc/float/fsmul.c,
5646         * device/lib/_fsdiv.c,
5647         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
5648         * support/regression/tests/bug1520966.c: added
5649         * doc/knownbugs.html: removed [ 1520966 ] from the list
5650
5651 2006-07-25 Borut Razem <borut.razem AT siol.net>
5652
5653         * configure.in, configure, sdccconf_in.h: fixed bug
5654           [ 1519095 ] regression test onebyte.c fails on ppc64 host
5655         * doc/knownbugs.html: removed [ 1519095 ] from the list
5656
5657 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
5658
5659         * doc/knownbugs.html: added, contains list of known bugs at release
5660         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
5661
5662 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
5663
5664         * device/include/mcs51/compiler.h: added SFRX for xdata based special
5665           function registers and corrected defaults with additional warning
5666         * device/lib/malloc.c: cosmetic changes
5667         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
5668         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
5669           (fillGaps): and used it
5670
5671 2006-07-20 Raphael Neider <rneider AT web.de>
5672
5673         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
5674           output unless SDCCPICDEBUG is set
5675         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
5676           output if SILENT is set
5677
5678 2006-07-11 Borut Razem <borut.razem AT siol.net>
5679
5680         * doc/README.txt: updated
5681
5682 2006-07-10 Borut Razem <borut.razem AT siol.net>
5683
5684         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
5685           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
5686           in WIN32 installation
5687         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
5688           release candidate 1
5689
5690 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
5691
5692         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
5693         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
5694
5695 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
5696
5697         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
5698
5699 2006-07-06 Borut Razem <borut.razem AT siol.net>
5700
5701         * support/regression/tests/bitfields.c:
5702           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
5703         * support/regression/tests/constantRange.c:
5704           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
5705
5706 2006-07-04 Borut Razem <borut.razem AT siol.net>
5707
5708         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
5709           src/port.mk,
5710           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
5711           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
5712           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
5713           reverted changes from 2006-07-03
5714         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
5715         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
5716           added CPPFLAGS, used by the host port
5717
5718 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
5719
5720         * support/regression/valdiag/tests/switch.c,
5721         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
5722         * support/regression/tests/libmullong.c: fixed for host
5723         * support/regression/ports/host/spec.mk: disable all warnings for host,
5724         SDCC runs with --less-pedantic too
5725
5726 2006-07-03 Borut Razem <borut.razem AT siol.net>
5727
5728         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
5729           defined CPPFLAGS
5730         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
5731         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
5732           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
5733           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
5734           include ../port.mk
5735         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
5736           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
5737           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
5738           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
5739
5740 2006-07-02 Raphael Neider <rneider AT web.de>
5741
5742         * src/pic16/devices.inc,
5743         * device/include/pic16/pic18fregs.h,
5744         * device/include/pic16/pic18f4550.h,
5745         * device/lib/pic16/pics.all,
5746         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
5747
5748 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
5749
5750         * as/hc08/lkaomf51.c (OutputName),
5751         * as/mcs51/lkaomf51.c (OutputName),
5752         * as/z80/asmain.c (asmbl),
5753         * src/ds390/main.c (asmLineNodeFromLineNode),
5754         * src/hc08/ralloc.c (hc08_assignRegisters),
5755         * src/mcs51/main.c (asmLineNodeFromLineNode),
5756         * src/xa51/ralloc.c (checkRegMask),
5757         * src/xa51/gen.c (emitcode),
5758         * src/z80/gen.c (_emit2),
5759         * src/SDCCast.c (searchLitOp),
5760         * src/SDCCglobl.h,
5761         * support/packihx/packihx.c,
5762         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
5763         * src/ds390/gen.c (aopPutUsesAcc),
5764         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
5765         * support/regression/tests/libmullong.c (mullong_wrapper),
5766         * src/SDCCsymt.c (powof2),
5767         * src/SDCCast.c,
5768         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
5769         * src/SDCCsymt.h: added TYPE_TARGET_*
5770         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
5771         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
5772         SDCCast because 1) header problems 2) this is the right place
5773         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
5774         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
5775         prototype
5776
5777 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5778
5779         * src/SDCCicode.h: removed buggy semicolon in unused macro
5780         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
5781         search for previous definiton of auto symbols too,
5782         (findPrevUse): fixed logic of emitWarnings
5783
5784 2006-06-26 Raphael Neider <rneider AT web.de>
5785
5786         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
5787           PCLATH and PCLATU on interrupts, potentially fixes #1505141
5788
5789 2006-06-25 Raphael Neider <rneider AT web.de>
5790
5791         * device/lib/pic/libm: NEW, added math library functions
5792         * device/lib/pic/libsdcc: NEW; added float support functions
5793         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
5794         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
5795           NEW, added math related headers
5796         * device/include/asm/pic/features.h: NEW
5797         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
5798           (popGet): allow larger offsets for AOP_PCODE,
5799           (genDataPointerSet): handle literals explicitly, more debug output,
5800           (genAssign): fixed for float using aopLiteral ;-)
5801         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
5802           GOTO initialisation routine
5803         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
5804           flag on registers, fixes #1469043 (local variables do not work)
5805         * src/pic/main.c (_pic14_do_link),
5806         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
5807           available
5808
5809 2006-06-25 Borut Razem <borut.razem AT siol.net>
5810
5811         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
5812           characters printed (not including the trailing '\0' used to end
5813           output to strings). Problem detected in regression test bug-927659.c.
5814           NOTE: printf() family functions should return int instead
5815           unsigned int!
5816         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
5817           specifier are printed as themselves
5818         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
5819           support flags, width and precision specifiers
5820
5821 2006-06-24 Borut Razem <borut.razem AT siol.net>
5822
5823         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
5824           to the list of sdcc tagrets not supporting bit type
5825         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
5826           testfor pic16 due to bug:
5827           [ 1511794 ] pic16: regression test bug-895992.c fails
5828
5829 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
5830
5831         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
5832         * src/SDCCglue.c (initPointer), fixed bug 1496419
5833         * support/regression/tests/bug1496419.c: new, added
5834
5835 2006-06-22 Borut Razem <borut.razem AT siol.net>
5836
5837         * support/regression/ports/pic16/support.c: use gpsim usart module from
5838           libgpsim_modules library
5839
5840 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
5841
5842         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
5843         IP0H to IPH0.
5844
5845 2006-06-19 Raphael Neider <rneider AT web.de>
5846
5847         * src/pic/glue.h,src/pic16/glue.h: added prototypes
5848         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
5849           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
5850           (pic14printExterns,pic14printPublics,pic16printPublics,
5851           pic16_printExterns): use new functions to emit symbols
5852           (picglue,pic16glue): emit publics before emitting externs
5853         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
5854           locally defined functions to avoid bug #1443651
5855         * support/regression/tests/bug-716242.c: removed pic16 workaround
5856         * support/regression/ports/pic16/spec.mk: ignore errors during build
5857
5858 2006-06-19 Raphael Neider <rneider AT web.de>
5859
5860         * src/pic/glue.h: added pic14aopLiteral prototype
5861         * src/pic/glue.c (pic14aopLiteral): return unsigned int
5862         * src/pic/gen.c: removed stdint.h dependency
5863           (aopGet): use Safe_strdup()
5864           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
5865           (genDataPointerSet): use pic14aopLiteral()
5866         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
5867           for pic16; thanks to Bernhard and Maarten
5868
5869 2006-06-18 Borut Razem <borut.razem AT siol.net>
5870
5871         * support/regression/tests/structflexarray.c: flexible array members
5872           not supported by gcc < 3
5873         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
5874           GUI tool by default
5875         * src/pic/gen.c: don't include [p]strdin.h on solaris
5876         * support/Util/pstdint.h: addad svn attributes
5877         * support/regression/tests/constantRange.c,
5878           support/regression/tests/rotate.c: include inttypes.h instead
5879           stdint.h on solaris, addad svn attributes
5880
5881 2006-06-18 Raphael Neider <rneider AT web.de>
5882
5883         * src/SDCCsymt.c (initCSupport): change return type of divschar to
5884           int for PIC16
5885         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
5886           (pic16_genMinusBits): simplified sign-extension
5887           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
5888             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
5889             adjusted to correctly handle mixed-signed operands, disabled
5890             now unused multiplciation routines
5891         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
5892           (assignResultValue): added argument denoting the size of the result
5893             as returned by the function (fixes upcasts in assigning from
5894             function calls: char foo(); int i = foo();)
5895           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
5896             function result to assignResultValue
5897           (genMult): disabled inlined multiplication code
5898           (genDiv): augmented to also handle the modulus operator, fixed to
5899             handle mixed-signed operands correctly
5900           (genMod): simply call genDiv, disabled unused code
5901           (genAssign): fixed missing (sign-)extension on result
5902         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
5903             valid char operands, allow signed operands for native code, added
5904             division and modulo operator handling
5905         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
5906
5907         As a consequence, onebyte.c (if split into two files) and muldiv.c
5908         pass regression tests.
5909
5910 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5911
5912         * doc/Makefile.in: two runs of makeindex seem needed to get
5913         correct page references in the index of sdccman.pdf
5914         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
5915
5916 2006-06-17 Borut Razem <borut.razem AT siol.net>
5917
5918         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
5919
5920 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5921
5922         * doc/sdccman.lyx: updated, added (porting source code, debugging),
5923         mentioned ec2drv and paulmon
5924
5925 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
5926
5927         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
5928           consecutive abs areas
5929           (find_empty_space, allocate_space): added map to handle codemap or
5930            xdatamap,
5931           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
5932            absolute idata and xdata
5933         * as/mcs51/lkmem.c (summary2): updated legend
5934
5935 2006-06-16 Raphael Neider <rneider AT web.de>
5936
5937         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
5938
5939 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
5940
5941         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
5942           1208515
5943         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
5944
5945 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
5946
5947         * src/port.h (struct PORT): added field gp_tags, to hold the tag
5948         value of generic pointers,
5949         * src/avr/main.c,
5950           src/ds390/main.c,
5951           src/hc08/main.c,
5952           src/izt/i186.c,
5953           src/izt/tlcs900h.c,
5954           src/mcs51/main.c,
5955           src/pic/main.c,
5956           src/pic16/main.c,
5957           src/xa51/main.c,
5958           src/z80/main.c: PORT structure, added elements for gp_tags field,
5959         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
5960         fields in the PORT structure of each port,
5961         * src/SDCCast.c (decorateType): allow processing of generic pointers
5962         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
5963         S_FIXED symbols
5964
5965 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
5966
5967         * link/z80/lkgb.c,
5968         * link/z80/lkgg.c,
5969         * src/pic16/gen.c,
5970         * src/pic16/main.c,
5971         * src/pic16/pcode.c,
5972         * src/pic/main.c,
5973         * src/pic/pcoderegs.c,
5974         * src/SDCCicode.c,
5975         * src/SDCCmain.c,
5976         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
5977           bug 1504689 on minGW
5978
5979 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5980
5981         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
5982
5983 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
5984
5985         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
5986
5987 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
5988
5989         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
5990           for optimization
5991
5992 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
5993
5994         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
5995         to a char variable. Fixed bug #1504211
5996         * device/include/pic16/adc.h,
5997         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
5998         and fixed bug #1364390
5999
6000 2006-06-10 Borut Razem <borut.razem AT siol.net>
6001
6002         * CVSROOT: removed the CVS left-over
6003
6004 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
6005
6006         * as/hc08/asmain.c (asexit),
6007         * as/hc08/lkmain.c (lkexit),
6008         * as/mcs51/asmain.c (asexit),
6009         * as/mcs51/lkmain.c (lkexit),
6010         * src/SDCCglue.c (DEFSETFUNC),
6011         * src/SDCCmain.c (linkEdit, assemble),
6012         * support/librarian/sdcclib.c (AddRel),
6013           replaced unlink() by standard C remove()
6014         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
6015         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
6016           gatherImplicitVariables): new, added to fix bug 608752,
6017           (createFunction): added gatherImplicitVariables()
6018         * src/SDCCast.h: added createRMW prototype
6019         * src/SDCCsymt.h (struct symbol): added infertype
6020         * support/regression/tests/bug608752.c: new, added
6021
6022 2006-06-10 Raphael Neider <rneider AT web.de>
6023
6024         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
6025           multibyte dummy reads (fixes #1503234)
6026
6027 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
6028
6029         * device/include/mcs51/compiler.h: new, added header file to enable
6030           creating common sfr definition header files for different compilers
6031
6032 2006-06-05 Raphael Neider <rneider AT web.de>
6033
6034         * src/pic16/{pcode.h,genarith.c}:
6035           introduced pCodeOp combining any two pCodeOps (previously only
6036           two register operands could be combined), removed pcop2 from
6037           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
6038         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
6039         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
6040           rewritten to use new PO_TWO_OPS
6041         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
6042         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
6043           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
6044           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
6045           (pic16_get_op): embraced return arg to allow #define return(x),
6046             added new case for combined opcodes
6047           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
6048           (pic16_pCode2str,pic16_getRegFrompCodeOp,
6049            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
6050
6051 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
6052
6053         * src/SDCCval.c (checkConstantRange): added
6054         * src/SDCCval.h: added checkConstantRange
6055         * support/Util/SDCCerr.c,
6056         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
6057         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
6058         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
6059         * src/SDCCast.c (decorateType): added checkConstantRange,
6060         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
6061         can be emitted with the correct always true/false warning,
6062         added optimization for double '!';
6063         result of decorateType() must be assigned back to the tree, because
6064         decorateType() can change the tree
6065         * src/SDCCicode.c (geniCodeLogic),
6066         (geniCodeAssign): replaced new checkConstantRange, added warnings,
6067         (checkConstantRange): removed, it was only a fragment which never
6068         emitted a warning
6069         * src/SDCCsymt.c (computeType): fixed promotion for
6070         "-1 < (unsigned bit) b"
6071         * src/pic/ralloc.c (packRegsForAssign),
6072         * src/pic16/ralloc.c (packRegsForAssign),
6073         * src/hc08/ralloc.c (packRegsForAssign),
6074         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
6075         from mcs51
6076         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
6077         * support/regression/tests/constantRange.c: added
6078         * support/valdiag/tests/constantRange.c: added
6079         * support/valdiag/valdiag.py: added -DPORT_HOST=1
6080
6081 2006-06-02 Borut Razem <borut.razem AT siol.net>
6082
6083         * support/regression/ports/pic16/support.c: increase stack size
6084           to 255 bytes
6085         * support/regression/Makefile.in: sort tests by name so that the
6086           resutlts can be compared on different machines / platforms
6087
6088 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6089
6090         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
6091         * src/ds390/gen.c (emitLabel): new, added,
6092           (genDjnz): fixed stack overflow bug,
6093           (throughout): cosmetic changes to sync with mcs51/gen.c,
6094           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
6095         * src/mcs51/gen.c (genEndFunction): small optimization,
6096           (throughout): cosmetic changes to sync with ds390/gen.c
6097
6098 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6099
6100         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
6101           (_print_format): fixed printing pointers
6102         * src/mcs51/gen.c (emitLabel, movb): new, added,
6103           (genAssign): small optimization,
6104           (genDjnz): fixed stack overflow bug,
6105           (throughout): replaced sprintf with SNPRINTF,
6106           replaced mcs51_regWithIdx with REG_WITH_INDEX,
6107           replaced emitcode("mov", "b,...") with MOVB(...),
6108           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
6109           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
6110         * src/mcs51/peeph.def: added rules 140 and 264
6111         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
6112           so they may get optimized into registers
6113
6114 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
6115
6116         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
6117           immediately when encountered,
6118           (printUsage): always use stderr even on windows
6119
6120 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
6121
6122         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
6123         (processParms): fixed bug #1247551
6124         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
6125         parseCmdLine, main): print '--version' to stdout,
6126         print 'help' to stdout if --help is given,
6127         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
6128         arguments are given; fixed --help
6129
6130 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
6131
6132         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
6133         * support/regression/tests/bug-1493710.c: added
6134
6135 2006-05-27 Borut Razem <borut.razem AT siol.net>
6136
6137         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
6138           static instead auto
6139         * support/regression/ports/pic16/support.c: increase stack size
6140           from default 64 bytes to 128 bytes
6141         * support/regression/tests/staticinit.c,
6142           support/regression/tests/float.c: regression tests fully enabled
6143           for pic16 port by putting the initialized data arrays into the code
6144           section
6145         * support/regression/ports/pic16/spec.mk: don't link default libraries.
6146           This was changed by mistake in the previous version.
6147
6148 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
6149
6150         * src/pic16/gen.c (genFunction, genEndFunction): some
6151         beautifications, fixed bug with falsely restoring FSR2 in large
6152         stack model, thanks to Beau E. Cox for reporting the bug
6153
6154 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
6155
6156         * debugger/mcs51/break.c,
6157         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
6158           use %p to print pointers, made address variables unsigned
6159         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
6160         * debugger/mcs51/symtab.c (parseSymbol): must return something
6161         * src/mcs51/gen.c (aopForSym): small optimization,
6162            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
6163           (freeAsmop): added missing break,
6164           (aopPut): removed parameter bvolatile, determine it inside the function,
6165           (saveRegisters, unsaveRegisters): small optimization,
6166           (genIpush): removed pointless check,
6167           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
6168           replaced sprintf with SNPRINTF,
6169           replaced strcpy with strncpyz,
6170           updated aopPut calls,
6171           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
6172         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
6173
6174 2006-05-24 Borut Razem <borut.razem AT siol.net>
6175
6176         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
6177           modification of test for the pic16 port, put the array to the code
6178           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
6179
6180 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
6181
6182         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
6183         * support/Util/pstdint.h: added
6184
6185 2006-05-22 Borut Razem <borut.razem AT siol.net>
6186
6187         * src/regression/Makefile: removed bool2.c test, added -q linker option
6188         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
6189           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
6190           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
6191           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
6192           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
6193           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
6194           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
6195           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
6196           define SUPPORT_BIT_TYPES 0, removed unused bit variables
6197
6198 2006-05-22 Raphael Neider <rneider AT web.de>
6199
6200         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
6201           bug #1492360 (problematic due to generic pointers, see code)
6202
6203 2006-05-22 Borut Razem <borut.razem AT siol.net>
6204
6205         * support/regression/ports/pic16/specs.mk: removed stack size linker
6206           directive
6207         * support/regression/tests/array.c,
6208           support/regression/tests/bitopcse.c,
6209           support/regression/tests/bug-908454.c,
6210           support/regression/tests/malloc.c: modified for pic16 regression test
6211         * support/regression/tests/bitfields.c:
6212           pic16 - excluded bitfileds of size > 8
6213         * support/regression/tests/bp.c: pic16 - reduced data size
6214         * support/regression/tests/bug-221100.c: pic16 - reduced data size
6215         * support/regression/tests/bug-460010.c:
6216           pic16 - used the absolute address the fits in memory
6217         * support/regression/tests/bug-716242.c:
6218           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
6219         * support/regression/tests/float.c:
6220           pic16 - excluded - data size too big
6221         * support/regression/tests/onebyte.c:
6222           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
6223         * support/regression/tests/shifts.c:
6224           pic16 - function names probably have to differ in first X characters
6225           (gpasm limitation?)
6226         * support/regression/tests/staticinit.c:
6227           pic16 - excluded some tests due error: no target memory available for
6228           section ".idata"
6229
6230 2006-05-22 Borut Razem <borut.razem AT siol.net>
6231
6232         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
6233           second try. Thanks Stas Sergeev once more.
6234
6235 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
6236
6237         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
6238           (genLeftShift, genRightShift): fixed bug 1491627
6239         * src/hc08/peeph.def (rules 7, 8.x): added
6240         * support/regression/tests/shifts.c (ShiftLeftByParam,
6241           ShiftRightByParam, testShiftByParam): added to test variable shifting
6242
6243 2006-05-20 Raphael Neider <rneider AT web.de>
6244
6245         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
6246         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
6247           (allocReg): add only new registers to dynAllocRegs,
6248           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
6249             #1489055, #1445850, and probably #1483693
6250
6251 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
6252
6253         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
6254         bug in for-loop that didn't emit the last of CONFIG and ID registers
6255
6256 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
6257
6258         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
6259           with offset
6260         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
6261           1489016, 1434401 and 1490124
6262         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
6263           1489016, 1434401 and 1490124
6264
6265 2006-05-17 Borut Razem <borut.razem AT siol.net>
6266
6267         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
6268           thanks Stas Sergeev
6269
6270 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6271
6272         * device/include/mcs51/P89c51RD2.h,
6273         * device/include/mcs51/P89LPC901.h,
6274         * device/include/mcs51/P89LPC922.h,
6275         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
6276
6277 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
6278
6279         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
6280         to fix missing stack pragma in compiled binary object file,
6281
6282 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
6283
6284         * support/packihx/configure.in,
6285         * support/packihx/configure: removed warning, autoconf >= 2.5x can
6286         determine sizeof basic types even while cross compiling
6287
6288 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
6289
6290         * src/avr/gen.c (aopop),
6291         * src/ds390/gen.c (aopOp),
6292         * src/hc08/gen.c (aopOp),
6293         * src/mcs51/gen.c (aopop),
6294         * src/pic16/gen.c (pic16_aopOp),
6295         * src/pic/gen.c (aopOp),
6296         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
6297         if size of operand is smaller than spill location
6298
6299 2006-05-12 Borut Razem <borut.razem AT siol.net>
6300
6301         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
6302           have to have CR/LF line endings even if they are checked out on *nix
6303           or on WIN32 in cygwin binmode
6304
6305 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
6306
6307         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
6308         * device/include/ds80c390.h: added sfr16 definitions
6309         * src/ds390/gen.c,
6310         * src/ds390/gen.h,
6311         * src/ds390/main.c,
6312         * src/ds390/ralloc.c,
6313         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
6314           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
6315           bit returning functions
6316         * support/regression/tests/sfr16.c: enabled test on ds390
6317
6318 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6319
6320         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
6321         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
6322
6323 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
6324
6325         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
6326         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
6327           (cl_address_space constructor): removed expensive initialization,
6328           (cl_address_space::get_cell): extended for late initialization,
6329           (cl_address_space::*): use late initialization,
6330           (cl_address_decoder::activate): removed expensive initialization,
6331           This reduced regression test running time by 25%
6332
6333 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
6334
6335         * packihx/,
6336         * configure.in,
6337         * configure,
6338         * sdcc.dsw,
6339         * Makefile.bcc,
6340         * Makefile.in,
6341         * support/packihx/Makefile.in,
6342         * support/packihx/clean.mk,
6343         * support/packihx/Makefile.bcc,
6344         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
6345
6346 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6347
6348         * src/SDCCval.c (valNot): fix for regression test failure
6349           of not.c on big endian hosts
6350
6351 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
6352
6353         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
6354
6355 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6356
6357         * device/lib/mcs51/Makefile.in: changed string comparison operator
6358           to = for POSIX compliance; == is bash extension
6359
6360 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
6361
6362         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
6363           kosmonaut_pirx
6364
6365 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
6366
6367         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
6368         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
6369         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
6370         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
6371         bug report #1478657,
6372
6373 2006-05-05 Borut Razem <borut.razem AT siol.net>
6374
6375         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
6376           making the html
6377
6378 2006-05-02 Borut Razem <borut.razem AT siol.net>
6379
6380         * doc/Makefile.in: removed *.ind dependency since there is no rule to
6381           create *.ind, which made make to fail if invoked with -j 2
6382
6383 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
6384
6385         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
6386           Hubert Sack for patch 1479782
6387
6388 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
6389
6390         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
6391
6392 2006-05-01 Raphael Neider <rneider AT web.de>
6393
6394         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
6395           (create_pic): store only prefix-free device name,
6396           (init_pic): check for device names with "16" prefix,
6397           (list_valid_pics),
6398         * src/pic/device.h (struct PIC_device),
6399         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
6400             stored device name,
6401         * device/include/pic/pic12f{635,675,629,683}.h,
6402         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
6403         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
6404         * device/include/pic/pic16f505.h,
6405         * device/lib/pic/libdev/pic16f505.c: removed
6406         * device/include/pic/pic14devices.txt: added support for pic12f
6407             devices, removed unsupported non 16-bit devices
6408             [above changes provided by patch from Zik Saleeba]
6409         * src/pic/*, src/pic16/*, device/include/pic16/*,
6410           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
6411
6412 2006-05-01 Borut Razem <borut.razem AT siol.net>
6413
6414         * configure.in, configure, doc/Makefile.in:
6415           sync with nightly build makefile - latex, dvipdf and dvips
6416           not needed any more
6417
6418 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
6419
6420         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
6421         in the library source
6422
6423 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
6424
6425         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
6426
6427 2006-04-28 Raphael Neider <rneider AT web.de>
6428
6429         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
6430         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
6431           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
6432         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
6433
6434 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
6435
6436         * device/lib/pic/libdev/Makefile.in,
6437         * device/lib/hc08/Makefile.in,
6438         * device/lib/gbz80/Makefile.in,
6439         * device/lib/z80/Makefile.in,
6440         * device/lib/ds390/Makefile.in,
6441         * device/lib/ds400/Makefile.in: added srcdir to include search path,
6442         thanks to Borut for the bug report
6443         * configure.in,
6444         * configure: always create doc/Makefile independent from --enable-doc
6445         * Makefile.in: always install from directory doc independent from
6446         --enable-doc
6447         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
6448         removed
6449         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
6450         * doc/Makefile.in: install *.txt if present
6451         * device/include/Makefile.in (install): added installation of pic/*.inc
6452         and pic/*.txt files again, they were erroneously removed
6453
6454 2006-04-28 Raphael Neider <rneider AT web.de>
6455
6456         * src/pic/{gen.c,main.h,pcode.c},
6457         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
6458             concerning signedness with casts
6459
6460 2006-04-28 Raphael Neider <rneider AT web.de>
6461
6462         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
6463             definition of an interrupt handler,
6464         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
6465             interrupt handler stuff from picglue() to separate routine,
6466           (picglue): enabled definition of intr handlers in files w/o main()
6467
6468 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
6469
6470         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
6471           compilation with MSVC 2005 Express Edition (VC8)
6472
6473 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
6474
6475         * device/lib/Makefile: fixed build of gbz80 lib
6476
6477 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
6478
6479         * support/regression/tests/bug-460010.c,
6480         * support/regression/tests/bug-524691.c,
6481         * support/regression/tests/bug-716242.c: removed conditional defines
6482           that are already in testfwk.h
6483
6484 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
6485
6486         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
6487           (AccAXRsh1): added, shift right by 1,
6488           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
6489            AccAXLrl1
6490         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
6491
6492 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
6493
6494         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
6495         remove cast to same type
6496         * src/SDCCast.c (decorateType): fix for RFE 1475742,
6497         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
6498         * as/z80/Makefile,
6499         * link/z80/Makefile: removed, they have moved to
6500         Makefile.in files
6501         * configure,
6502         * configure.in: replaced duplicate message about ucsim by missing sdcpp
6503         * install-sh: fix bug #1204398 by setting umask 0022
6504         * device/lib/Makefile: separate build of z80 and gbz80 lib
6505
6506 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
6507
6508         Enabled VPATH feature: changed nearly all Makefiles (149 files).
6509         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
6510
6511         One basic decision: e.g. src/clean.mk includes further files. In order
6512         to make this work there are two solutions:
6513         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
6514           run configure on them. This way they can use
6515           'include $(srcdir)/port-clean.mk'
6516         - always include clean.mk by the Makefile at the same level. To avoid
6517           that `make clean` tries to include and build Makefile.dep the
6518           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
6519           implemented, because now even `make uninstall` doesn't create
6520           Makefile.in. clean.mk could be eliminated by pasting it in
6521           Makefile.in.
6522
6523         * debugger/mcs51/Makefile.in: build own objects from library sources
6524         (SLIB, SDCC) in current directory
6525
6526         * configure, configure.in: renamed --disable-device-lib-build in
6527         --disable-device-lib; added --enable-doc, the required tools are
6528         searched by configure; added result message; the toolchain for the
6529         belonging ports are now only built, if the port is enabled.
6530
6531         * support/regression/*: all output is written in directory gen, because
6532         the fwk and ports directories don't livet in the build tree using vpath
6533
6534         * doc/sdccman.lyx: renamed --disable-device-lib-build to
6535         --disable-device-lib, added --enable-doc, added section VPATH
6536
6537         * sim/ucsim/configure.in,
6538         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
6539         z80 are enabled by default
6540
6541 2006-04-24 Raphael Neider <rneider AT web.de>
6542
6543         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
6544             to config word, "pic14_"-prefixed some extern functions
6545           (pic14_emitConfigWord): emit __config directive(s) if assignment to
6546             config word has been found
6547         * src/pic/device.h: added prototypes
6548         * src/pic/pcode.c: added "pic14_"-prefix where needed
6549         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
6550             fixup
6551         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
6552             words,
6553           (pic14emitRegularMap): ignore config words,
6554           (pic14createInterruptVect): moved generating __config directives away
6555           (picglue): have __config directives emitted
6556
6557 2006-04-24 Borut Razem <borut.razem AT siol.net>
6558
6559         * doc/Makefile: sync with nightly build makefile
6560
6561 2006-04-24 Raphael Neider <rneider AT web.de>
6562
6563         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
6564             registers that have not been assigned proper liveranges,
6565             fixes #1469504 and #1474602,
6566           (pCodeRegOptimizeRegUsage): fixed typo in comment
6567
6568 2006-04-24 Borut Razem <borut.razem AT siol.net>
6569
6570         * device/examples/main8051.c: deleted - it was removed from CVS
6571           24.mar.2000 and after that modified 18.feb.2001, so it reappered
6572           after the transition to Subversion
6573         * src/SDCCalloc.h: deleted - it was removed  from CVS
6574           3.feb.2001 and after that modified 18.feb.2001, so it reappered
6575           after the transition to Subversion
6576         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
6577           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
6578           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
6579           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
6580
6581 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
6582
6583         * as/asx8051.dsp: added mcs51/strcmpi.h
6584         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
6585         * as/hc08/aslink.h: updated lnksect prototype
6586         * as/hc08/asm.h,
6587         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
6588         * as/hc08/asmain.c,
6589         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
6590           (newdot): handle A_ABS
6591         * as/hc08/asout.c,
6592         * as/mcs51/asout.c (outarea): output address
6593         * as/hc08/lkaomf51.c,
6594         * as/mcs51/lkaomf51.c: disabled unused array UsageType
6595         * as/hc08/m08pst.c,
6596         * as/mcs51/i51pst.c,
6597         * as/z80/z80pst.c: "ABS" is not A_OVR
6598         * as/hc08/lkarea.c (newarea): read a_addr,
6599           (lnkarea): added codemap array, sort absolute areas to the front,
6600            combine all GSINITx/GSFINAL,
6601           (find_empty_space, allocate_space): new functions,
6602           (lnksect): return next address, handle absolute sections
6603         * as/mcs51/lkarea.c (newarea): read a_addr,
6604           lnksect2 prototype changed,
6605           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
6606           (find_empty_space, allocate_space): new, factored out of lnksect2,
6607           (lnksect2): return next address, handle absolute sections
6608         * as/hc08/lkhead.c,
6609         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
6610         * as/hc08/lklibr.c (addfile, fndsym),
6611         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
6612           index out of range and detect both '\' and '/'
6613         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
6614         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
6615           regression tests (ds390 cannot return bool yet)
6616         * doc/sdccman.lyx: changed version number, document changed --no-peep,
6617           document critical interrupts on z80, document changed SDCC define
6618         * src/asm.c (_asxxxx_mapping): fixed .org directive,
6619           (_a390_mapping): added .org directive
6620         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
6621           (genMultOneByte): fixed warnings
6622         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
6623           ones
6624         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
6625         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
6626           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
6627         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
6628         * src/pic16/main.c: removed newReg prototype
6629         * src/pic16/pcode.c,
6630         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
6631           warnings
6632         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
6633           ones
6634         * src/pic16/ralloc.c
6635         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
6636           to fix warnings
6637         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
6638           from short to PIC_OPTYPE
6639         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
6640         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
6641           optype from short to PIC_OPTYPE
6642         * src/port.h: made int_size unsigned to fix warnings
6643         * src/SDCC.y: fixed warning on MSVC
6644         * src/SDCCicode.c (getArraySizePtr): return unsigned int
6645         * src/SDCCopt.c (convertToFcall): fixed warnings
6646         * src/SDCCsymt.h: removed double prototype for genSymName
6647         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
6648           offset int to fix warnings
6649
6650 2006-04-22 Borut Razem <borut.razem AT siol.net>
6651
6652         * doc/sdccman.lyx, */Makefile, */Makefile.in:
6653           references to CVS replaced with Subversion
6654
6655 2006-04-21 Borut Razem <borut.razem AT siol.net>
6656
6657         * doc/sdccman.lyx, */Makefile, */Makefile.in:
6658           references to CVS replaced with Subversion
6659
6660 2006-04-19 Borut Razem <borut.razem AT siol.net>
6661
6662         * src/version.awk: adapted for svn
6663         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
6664           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
6665           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
6666           /binutils-avr/etc/*.vi, *.jin: removed all properties
6667           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
6668
6669 2006-04-19 Borut Razem <borut.razem AT siol.net>
6670
6671         * CVS to Subversion migration completed
6672
6673 2006-04-18 Borut Razem <borut.razem AT siol.net>
6674
6675         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}/lib/pic/*.o,
6676           ${DEV_ROOT}/lib/src/pic/libdev/*.S, ${DEV_ROOT}/lib/src/pic/libdev/*.inc
6677
6678 2006-04-17 Borut Razem <borut.razem AT siol.net>
6679
6680         * device/include/Makefile.in: added pic/*.inc to the installation
6681
6682 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
6683
6684         * support/regression/collate-results.py: fixed output in case of
6685         a valdiag error
6686         * support/regression/generate-cases.py: fixed splitting of pathnames
6687         with dots
6688         * as/hc08/lklibr.c (addfile),
6689         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
6690
6691 2006-04-11 Raphael Neider <rneider AT web.de>
6692
6693         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
6694         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
6695         * src/pic16/pcode.c (assignValnums): fixed #1460578
6696
6697 2006-04-11 Raphael Neider <rneider AT web.de>
6698
6699         * device/lib/pic/libdev/*.c,
6700         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
6701           fixes #1468739, enables compilation in --std-c99 mode
6702         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
6703
6704 2006-04-11 Raphael Neider <rneider AT web.de>
6705
6706         * src/pic/device.c (find_device): removed debug output
6707           (list_valid_pics): enabled verbose listing of supported devices
6708         * device/include/stdbool.h: define bool as char for pic14/16 as well
6709
6710 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6711
6712         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
6713
6714 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
6715
6716         * .version: bumped version to 2.5.6
6717         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
6718
6719 2006-04-06 Raphael Neider <rneider AT web.de>
6720
6721         * .version: bumped version to 2.5.6 (pic14 ABI changed)
6722         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
6723         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
6724           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
6725             pic14_constructAbsMap
6726           (pic14printPublics): declare absolute global symbols as global
6727           (pic14createInterruptVect),
6728         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
6729           (newReg): assume new registers unused, use correct name in
6730             hashtable (reg->name instead of name), more debugLog output
6731         * src/pic/device.h (PIC_device): added fields for verbose output
6732         * src/pic/device.c: moved device definition to pic14devices.txt,
6733             added routines for runtime parsing of pic14devices.txt,
6734             added support for second config word
6735         * src/pic/main.c (_process_pragma): removed #pragma maxram,
6736           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
6737           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
6738           (_pic14_parseOptions): moved pCodeInitRegisters here
6739           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
6740         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
6741           (pCodeInitRegisters): rewrapped comments, perpared new approach to
6742             handling the pseudo stack
6743         * device/lib/Makefile.in: ignore failures in objects-pic16,
6744         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
6745         * device/lib/pic/NEWS: document new dependency on picXXX.lib
6746         * device/lib/pic/Makefile.subdir,
6747         * device/lib/pic16/Makefile.subdir: improved clean rules
6748         * device/lib/pic/libdev/: NEW, pic14 device libraries
6749         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
6750         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
6751         * device/include/Makefile.in: create subdir and install pic14 headers
6752         * device/include/pic/p16f_common.inc: removed unused declarations
6753         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
6754             PICs from inc2h.pl v1.6,
6755             replaced BIT_AT macros with struct declarations
6756         * device/include/pic/pic14devices.txt: definition of supported devices,
6757             all above improvements contributed by Zik Saleeba, thanks
6758         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
6759         * support/scripts/sdcc.nsi: also install pic14 device libraries and
6760             headers
6761
6762 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
6763
6764         * device/include/mcs51/c8051f410.h: added interrupt numbers,
6765         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
6766           thanks to Charles Olds
6767
6768 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6769
6770         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
6771
6772 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
6773
6774         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
6775         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
6776         * support/regression/bug1464657.c: added, new test
6777
6778 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
6779
6780         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
6781           version number
6782
6783 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
6784
6785         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
6786           --no-peep and --peep-file <file> are used don't use default rules but
6787           do use the <file>
6788
6789 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
6790
6791         * src/mcs51/gen.c (genCall): fixed bug 1457608
6792
6793 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6794
6795         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
6796         changes seem to cause (trigger?) problems with the build system.
6797
6798 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
6799
6800         * src/SDCCpeeph.c (operandsLiteral): new, added,
6801           (callFuncByName): inserted operandsLiteral
6802         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
6803
6804 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6805
6806         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
6807         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
6808
6809 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
6810
6811         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
6812           implemented patch 1120823 Thanks to Willy De la Court (normal
6813           interrupts need an interrupt number now if they are made critical),
6814           and enabled nesting of critical functions though not for gbz80
6815           (genCritical, genEndCritical): added functions
6816           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
6817         * src/z80/mappings.i: added "ei" to all mappings
6818
6819 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6820
6821         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
6822         submitted by the Debian SDCC maintainer Aurelien Jarno:
6823         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
6824         archive with gcc 4.1 on mips and wrote the patch"
6825
6826 2006-03-16 Raphael Neider <rneider AT web.de>
6827
6828         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
6829           the left operand is shorter than the result (c* = lit-c* + int),
6830           fixes bug #1450796
6831         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
6832           OP_SYMBOL
6833
6834 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
6835
6836         * src/.version: increased version number to 2.5.5
6837         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
6838         linking is done manually in pic16 port's _linkEdit,
6839         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
6840         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
6841         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
6842         allocate asmop as AOP_ACC,
6843         (aopForRemat): added parameter 'bool result' in function declaration,
6844         (pic16_aopGet): return AOP_ACC when accessing WREG,
6845         (pic16_popGetTempReg): minor modification,
6846         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
6847         'pic16_allocWithIdx',
6848         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
6849         calling function in absolute addresses,
6850         (genAssign): take into account AOP_ACC asmop,
6851         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
6852         * src/pic16/pcoderegs.c: some debug functions and lines added,
6853         * src/pic16/ralloc.c (decodeRegType): added but commented out,
6854         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
6855         register too,
6856         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
6857         call to allocReg, not by manually allocating a new one,
6858         (pic16_assignRegisters): now before going through the register
6859         allocating functions mark all registers as free. This eliminates some
6860         side effects resulting from peephole parser done earlier in the backbone
6861
6862 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
6863
6864         * src/SDCCicode.c (geniCodeLogic),
6865         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
6866
6867 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
6868
6869         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
6870           (genSend): bugfix, do not allocate and free twice,
6871           (shiftRLong): handle partially overlapping aops
6872         * support/regression/tests/bitopcse.c: fixed warning redefined idata
6873
6874 2006-03-08 Borut Razem <borut.razem AT siol.net>
6875
6876         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
6877           for pic16
6878
6879 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
6880
6881         * support/regression/tests/bug1409955.c: new, added
6882         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
6883         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
6884           (aopForSym, aopOp): increment asmop.allocated if reused,
6885           (freeAsmop): decrement asmop.allocated and check for zero instead of
6886           using asmop.freed,
6887           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
6888           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
6889            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
6890            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
6891            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
6892            genSignedRightShift, genRightShift, genDataPointerGet,
6893            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
6894            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
6895             in reverse order from allocation,
6896           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
6897             added swappedLR to keep track
6898         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
6899           pdata & code for GCC, z80, gbz80 & hc08
6900         * support/regression/tests/zeropad.c: moved defines to testfwk.h
6901
6902 2006-03-08 Raphael Neider <rneider AT web.de>
6903
6904         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
6905
6906 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
6907
6908         * device/include/mcs51/c8051f410.h: new SiLabs mcu
6909         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
6910         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
6911
6912 2006-03-06 Borut Razem <borut.razem AT siol.net>
6913
6914         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
6915           made the linker quiet
6916
6917 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
6918
6919         * src/pic16/gen.c (genPcall): fixed bug #1443644
6920         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
6921         which dumps before the function entry point a data byte which represents
6922         the number of the local variables used by the specified function, added
6923         'xinst' for initial support for Extended Instruction Support,
6924         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
6925         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
6926         port->fun_prefix anymore (may change later),
6927         (genFunction, genEndFunction): do not store/restore local registers for
6928         _main (this should take care the --main-return command line option in
6929         the future),
6930         (genOr): removed some legacy pic-port instructions,
6931         * src/pic16/genarith.c (genAddLit): re-enabled old code because
6932         performing operations with SFR's causes data to be written more than
6933         once to each SFR. Perhaps SFRs should be handled in special cases...
6934         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
6935         pcode.h
6936         * src/pic16/main.c (_process_pragma): stack bound checking did not take
6937         into account for stack starting position,
6938         (struct OPTIONS pic16_optionsTable): added command line argument
6939         --extended or -y for Extended Instruction Support,
6940         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
6941         (deassignLRs): *** perhaps the most important change, old 'for' code
6942         (commented out for reference), didn't account for some registers which
6943         were left marked 'not free' after a pointer operation. The change
6944         reduces register usage a lot in some cases
6945
6946 2006-03-04 Borut Razem <borut.razem AT siol.net>
6947
6948         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
6949           _clean
6950         * support/regression/tests/bug-524697.c: decreased array size for
6951           mcs51 to fit into the internal RAM
6952         * support/regression/Makefile.in: a little bit more verbose
6953
6954 2006-03-03 Borut Razem <borut.razem AT siol.net>
6955
6956         * support/regression/fwk/lib/testfwk.c,
6957           support/regression/fwk/include/testfwk.h: introduced function
6958           _prints(), nonrecursive _printn(), call _initEmu() from main()
6959         * support/regression/ports/gbz80/support.asm,
6960           support/regression/ports/ucz80/support.asm,
6961           support/regression/ports/z80/support.asm,
6962           support/regression/ports/ds390/support.c,
6963           support/regression/ports/hc08/support.c,
6964           support/regression/ports/host/support.c,
6965           support/regression/ports/mcs51/support.c,
6966           support/regression/ports/xa51/support.c: added empty _initEmu()
6967           function
6968         * support/regression/ports/pic16/gpsim.cmd,
6969           support/regression/ports/pic16/spec.mk,
6970           support/regression/ports/pic16/support.c,
6971           support/regression/Makefile.in: added pic16 regression test
6972
6973 2006-03-01 Raphael Neider <rneider AT web.de>
6974
6975         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
6976           genConstPointerGet): use safe way of generating MOVFF to cover
6977             literals as well as registers, fixes bug #1440527
6978         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
6979             dereference
6980           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
6981             more correctly, fixes bug #1232186
6982           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
6983         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
6984             gplink guess the correct processor in more cases, applied patch
6985             from Till Riedel attached to and fixing bug #1436552
6986
6987 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6988
6989         * support/regression/tests/array.c: added, contains check for #1434401
6990         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
6991
6992 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
6993
6994         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
6995         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
6996         * device/include/mcs51/c8051f326.h,
6997         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
6998         * device/include/mcs51/c8051f000.h,
6999         * device/include/mcs51/c8051f018.h,
7000         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
7001           PCON_IDLE,PCON_STOP and added sfr16 definitions
7002
7003 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
7004
7005         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
7006           genGetWord): fixed bug 1409955
7007
7008 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
7009
7010         * device/include/hc08/mc68hc908gp32.h,
7011         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
7012
7013 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
7014
7015         * src/SDCCast.c (constExprValue): return NULL if not a value
7016         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
7017         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
7018         * support/regression/tests/bitfields.c: enabled signed bitfield for all
7019
7020 2006-02-13 Borut Razem <borut.razem AT siol.net>
7021
7022         * src/regression/ptrarg.c: added, fails due to bug #1430967
7023         * src/regression/Makefile: ptrarg.c added, ...
7024
7025 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
7026
7027         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
7028         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
7029
7030 2006-02-11 Borut Razem <borut.razem AT siol.net>
7031
7032         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
7033           print "Processor: xxx" message to stdout only if --verbose
7034
7035 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
7036
7037         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
7038         * support/regression/tests/bug1426356.c: added
7039         * support/regression/tests/bitfields.c: removed 2 tests
7040
7041 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
7042
7043         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
7044         * device/include/mcs51/c8051f330.h,
7045         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
7046           PCON_IDLE,PCON_STOP and added sfr16 definitions
7047         * device/lib/_divsint.c,
7048         * device/lib/_divuint.c,
7049         * device/lib/_divulong.c,
7050         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
7051           register bank bug for small stackauto
7052
7053 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
7054
7055         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
7056
7057 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
7058
7059         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
7060         * all.dsp: corrected several bin paths
7061         * device/include/mcs51/c8051f120.h,
7062         * device/include/mcs51/c8051f300.h,
7063         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
7064           to PCON_IDLE,PCON_STOP
7065         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
7066         * device/lib/printf_large.c (output_float): fixed bug 1388703
7067         * support/regression/tests/bug1057979.c: added test for bug 1388703
7068
7069 2006-02-08 Raphael Neider <rneider AT web.de>
7070
7071         * src/pic/pcode.c (pciTRIS): fixed typo,
7072           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
7073           (LinkFlow): fixed handling of flows that end in a call,
7074           (ReuseReg): perform safety check earlier
7075         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
7076             to work with flows at the beginning of a pBlock,
7077             fixes #1426557 (Symbol not previously defined),
7078           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
7079             usage information
7080           (RemoveUnusedRegisters): update register usage info
7081         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
7082             created, reuse existing ones instead
7083         * src/pic/gen.c (genPcall): fixed #1424719
7084
7085 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
7086
7087         * link/z80/lkmain.c,
7088         * link/z80/lklex.c,
7089         * link/z80/lkdata.c,
7090         * link/z80/aslink.h: fixed build on current cygwin:
7091         replaced getline() by lk_getline()
7092
7093 2006-02-01 Borut Razem <borut.razem AT siol.net>
7094
7095         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
7096           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
7097           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
7098           src/regression/bool1.c, src/regression/bool2.c,
7099           src/regression/bool3.c, src/regression/call1.c,
7100           src/regression/compare.c, src/regression/compare10.c,
7101           src/regression/compare2.c, src/regression/compare3.c,
7102           src/regression/compare4.c, src/regression/compare5.c,
7103           src/regression/compare6.c, src/regression/compare7.c,
7104           src/regression/compare8.c, src/regression/compare9.c,
7105           src/regression/configword.c, src/regression/for.c,
7106           src/regression/inline.c, src/regression/mult1.c,
7107           src/regression/nestfor.c, src/regression/or1.c,
7108           src/regression/pointer1.c, src/regression/ptrfunc.c,
7109           src/regression/rotate1.c, src/regression/rotate2.c,
7110           src/regression/rotate3.c, src/regression/rotate4.c,
7111           src/regression/rotate5.c, src/regression/rotate6.c,
7112           src/regression/rotate7.c, src/regression/string1.c,
7113           src/regression/struct1.c, src/regression/sub.c,
7114           src/regression/sub2.c, src/regression/switch1.c,
7115           src/regression/while.c, src/regression/xor.c,
7116           src/regression/create_stc, src/regression/simulate,
7117           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
7118           regression tests
7119         * src/regression/gpsim_assert.h: added
7120
7121 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
7122
7123         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
7124         ((void (code *) (void)) 0) ();
7125         * as/hc08/aslex.c,
7126         * as/hc08/aslink.h,
7127         * as/hc08/asm.h,
7128         * as/hc08/asmain.c,
7129         * as/hc08/lkdata.c,
7130         * as/hc08/lklex.c,
7131         * as/hc08/lkmain.c,
7132         * as/mcs51/aslex.c,
7133         * as/mcs51/aslink.h,
7134         * as/mcs51/asm.h,
7135         * as/mcs51/asmain.c,
7136         * as/mcs51/lkdata.c,
7137         * as/mcs51/lklex.c,
7138         * as/mcs51/lkmain.c,
7139         * as/z80/aslex.c,
7140         * as/z80/asm.h,
7141         * as/z80/asmain.c: fixed build on current cygwin:
7142         replaced getline() by as_getline()
7143
7144 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7145
7146         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
7147         declarator in the symbol chain
7148         * src/SDCCsymt.h,
7149         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
7150         parameter list for function pointers
7151         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
7152         * support/regression/tests/bug-716242.c: added
7153
7154 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7155
7156         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
7157         offset if possible
7158         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
7159
7160 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7161
7162         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
7163         inifinitely recurseable, added static
7164         * support/regression/tests/bug-1408066.c: added
7165
7166 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
7167
7168         * src/SDCCicode.h,
7169         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
7170         renamed, added possibility to create "postLoopLbl"-labels
7171         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
7172         newiTempLoopHeaderLabel
7173         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
7174         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
7175         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
7176         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
7177         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
7178         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
7179         (basicInduction): fixed bug #136564, made static,
7180         (loopInduction): changed parameter of basicInduction, made static,
7181         (addPostLoopBlock): added
7182         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
7183         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
7184         findLoopEndSeq
7185         * support/regression/tests/bug-136564.c: added
7186         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
7187         --std-sdcc99 to LIBSDCCFLAGS
7188
7189 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
7190
7191         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
7192         while loop
7193         * support/regression/tests/bug-1406131.c: added
7194
7195 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
7196
7197         * src/SDCCast.c (decorateType): fix promotion of unary minus
7198         * src/SDCCsymt.c (computeType): beautified
7199         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
7200         (valUnaryPM, valComplement): fix sign and promotion,
7201         (valNot): ANSI: result type is int (SDCC: unsigned char)
7202         * support/regression/tests/uminus.c: speedup by removing superflous
7203         test case 'int'
7204         * support/regression/tests/onebyte.c: added promotion and signedness
7205         tests for unary minus
7206         * support/regressions/tests/bug-477927.c: disable warning about
7207         uninitialized variables
7208         * support/regression/tests/not.c: added
7209
7210 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
7211
7212         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
7213         * src/mcs51/gen.c (gen51Code): show final register usage after
7214         fillGaps in asm with --i-code-in-asm
7215         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
7216         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
7217         incUsed, rliveClear, adjustIChain): made static,
7218         (setFromRange): excluded because it's unused,
7219         (findPrevUseSym, markWholeLoop): added,
7220         (findPrevUse): rewritten; fixes bug 895992; now a complete search
7221         through all branches of predecessors enables sdcc to emit the warning
7222         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
7223         (rlivePoint): made static, added parameter emitWarnings which is only
7224         true during the first run out of two,
7225         (findRecursiveSucc, findRecursivePred): removed,
7226         (computeLiveRanges): made static, added parameter emitWarnings,
7227         (dumpIcRlive): added for debugging only
7228         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
7229         removed prototype of setFromRange()
7230         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
7231         in call of computeLiveRanges()
7232         * support/regression/tests/bug-895992.c: added
7233         * support/regression/tests/bug-971834.c: added
7234         * support/valdiag/tests/bug-895992.c: added
7235         * support/valdiag/tests/bug-971834.c: added
7236
7237 2005-12-18 Raphael Neider <rneider AT web.de>
7238
7239         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
7240           (genUnpackBits): improved code for direct operands,
7241           (genPackBits): improved code for literal assignment to bitfields
7242             and for direct destination operands (no FSR indirection),
7243             prevented redundant AND, fixes #1362800,
7244           (AccLsh): added parameter to disable masking of the result
7245         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
7246           skip instructions with side-effects (like incfsz),
7247           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
7248         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
7249         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
7250           fixes #1375263
7251
7252 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
7253
7254         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
7255         volatile variables as spill location
7256
7257 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
7258
7259         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
7260         replacing literals
7261         * support/regression/tests/bug-1376320.c: added
7262
7263 2005-12-08 Raphael Neider <rneider AT web.de>
7264
7265         * src/pic/device.c: renamed is_shared to pic14_is_shared
7266         * src/pic/gen.c (genIfx): re-enabled handling of sbits
7267         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
7268           (is_valid_identifier): added for above workaround
7269
7270 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
7271
7272         * device/lib/Makefile.in: fixed to enable port-specific-objects
7273         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
7274           char, thanks Hubert Sack
7275         * doc/sdccman.lyx: documented --xstack-loc,
7276           elaborated a bit more on interrupts and pitfalls,
7277           removed "setjmp/longjmp unsupported",
7278           documented some unsupported C99 features
7279         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
7280         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
7281           if, thanks Hubert Sack
7282         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
7283         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
7284           make make_library
7285         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
7286           regression tests can report resource usage (rfe 700441)
7287         * support/regression/collate-results.py: report resource usage
7288         * support/regression/ports/ds390/spec.mk,
7289         * support/regression/ports/hc08/spec.mk,
7290         * support/regression/ports/mcs51/spec.mk,
7291         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
7292         * support/regression/ports/ds390/uCsim.cmd,
7293         * support/regression/ports/hc08/uCsim.cmd,
7294         * support/regression/ports/mcs51/uCsim.cmd,
7295         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
7296         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
7297           library, use the default one
7298         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
7299           building the library
7300
7301 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
7302
7303         * config.dsp: added dependency on .version and configure_vc.awk
7304         * device/include/setjmp.h: updated for --stack-auto and --xstack
7305         * device/include/mcs51/at89c51snd1c.h: corrected line endings
7306         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
7307         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
7308         * device/lib/libsdcc.lib: added _setjmp
7309         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
7310           (decorateType): fixed bug 1372851,
7311           (optimizeGetHbit): fixed warning
7312         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
7313           array initialisation
7314         * support/regression/tests/bug1057979.c: added test for bug 1358192
7315         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
7316
7317 2005-12-03 Borut Razem <borut.razem AT siol.net>
7318
7319         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
7320           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
7321
7322 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
7323
7324         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
7325         createIval): implement symbol independant "flexible array member",
7326         (createIvalCharPtr): implemented flexible array initialisation with a
7327         string
7328         * src/SDCCsymt.c (copyStruct): removed,
7329         (getSize): fixed misleading comment,
7330         (getAllocSize): removed, the additional allocation size is now in
7331         sym->flexArrayLength,
7332         (checkStructFlexArray): new, syntax checks for flexible array members,
7333         (compStructSize): added syntax checks for "flexible array members"
7334         (copyStruct): removed,
7335         (copyLinkChain): removed inefficient fix for bug 770487
7336         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
7337         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
7338         symbol->flexArrayLength
7339         * src/SDCCerr.c,
7340         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
7341         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
7342         * support/regression/tests/structflexarray.c: added
7343         * support/valdiag/tests/structflexiblearray.c: added
7344
7345 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
7346
7347         * src/SDCCast.c (decorateType): fixed bug 1368489
7348         * support/Util/SDCCerr.c,
7349         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
7350
7351 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7352
7353         * device/include/mcs51/at89c51snd1c.h: added file submitted by
7354           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
7355
7356 2005-11-27 Borut Razem <borut.razem AT siol.net>
7357
7358         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
7359           support/cpp2/mkdeps.h: added command line option
7360           -obj-ext=<extension> to SDCPP to define object file externion, used
7361           for generation of make dependencies (-M)
7362         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
7363
7364 2005-11-26 Borut Razem <borut.razem AT siol.net>
7365
7366         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
7367           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
7368           added pic and pic16 libraries
7369
7370 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7371
7372         * device/include/float.h: Corrected typo in prototype of __fsgt
7373
7374 2005-11-25 Borut Razem <borut.razem AT siol.net>
7375
7376         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
7377           added creation of model-mcs51-stack-auto libraries
7378
7379 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
7380
7381         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
7382         and fields-list too
7383         * src/SDCCast.c (createIvalArray): removed obsolete comment
7384
7385 2005-11-24 Borut Razem <borut.razem AT siol.net>
7386
7387         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
7388           added missing device/lib/mcs51/crt*.asm sources
7389
7390 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
7391
7392         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
7393
7394 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
7395
7396         * device/lib/_fs2schar.c,
7397         * device/lib/_fs2sint.c,
7398         * device/lib/_fs2slong.c: optimized inline asm
7399
7400 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7401
7402         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
7403           Better handling of floats between -1.0 and 0.0.
7404
7405 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7406
7407         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
7408           (the missing "if"s prohibited removal of redundant labels)
7409
7410 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7411
7412         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
7413           Properly convert floats between -1.0 and 0.0 to long, int, and char
7414           types (max integer value of negative floats tends to zero).
7415         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
7416           Removed changes made so to work properly with floats between
7417           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
7418           and _fs2char.c
7419
7420 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
7421
7422         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
7423         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
7424         (genCast) cosmetic change
7425         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
7426         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
7427         from mcs51
7428         * support/regression/tests/bitfields (testSignedBitfields): added
7429
7430 2005-11-18 Borut Razem <borut.razem AT siol.net>
7431
7432         * sdcc/device/lib/Makefile.in: remove all unnecessary files
7433         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
7434           introduced SILENT option to make building of pic16 libraries less
7435
7436 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7437
7438         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
7439           Now they work properly with floats between -1.0 and 0.0
7440         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
7441
7442 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
7443
7444         * src/SDCCicode.c (printOperand): added missing else
7445
7446 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
7447
7448         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
7449         reformatted for better readability
7450         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
7451         signed bitfields
7452
7453 2005-11-17 Borut Razem <borut.razem AT siol.net>
7454
7455         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
7456           introduced SILENT option to make building of pic16 libraries less
7457           verbose - used for nightly snapshot build
7458         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
7459           available on Win32 platforms.
7460         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
7461           medium, large, pic and pic16
7462
7463 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7464
7465         * device/lib/printf_large.c: Temporary patch for bug 1358192:
7466           printf("%f"...) sets fraction to zero.
7467
7468 2005-11-16 Raphael Neider <rneider AT web.de>
7469
7470         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
7471           fixes #1357221
7472         * src/pic/gen.c (genIfx): implemented for CARRY bit
7473         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
7474           to generic pointers, fixes #1357332,
7475           (pic16_movLit2f): NEW,
7476           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
7477
7478 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
7479
7480         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
7481
7482 2005-11-11 Raphael Neider <rneider AT web.de>
7483
7484         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
7485         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
7486           compute pointer's type from operand,
7487           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
7488           improved single bit reads, fixes bug #1353379
7489
7490 2005-11-09 Borut Razem <borut.razem AT siol.net>
7491
7492         * support/scripts/sdcc.nsi: added lib/pic to the package
7493
7494 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
7495
7496         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
7497
7498 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
7499
7500         * support/regression/tests/bug1348008.c: added
7501         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
7502         * support/regression/tests/bug1337835.c: updated comment
7503
7504 2005-11-06 Borut Razem <borut.razem AT siol.net>
7505
7506         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
7507           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
7508           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
7509           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
7510           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
7511           dynamic construction of cl_error_class and derivates - 2.nd try
7512
7513 2005-11-05 Borut Razem <borut.razem AT siol.net>
7514
7515         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
7516           bug, which caused Bus Errors on sparc solaris
7517
7518 2005-11-04 Borut Razem <borut.razem AT siol.net>
7519
7520         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
7521           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
7522           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
7523           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
7524           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
7525           and derivates to resolve the initialization problem on OSX
7526
7527 2005-11-02 Borut Razem <borut.razem AT siol.net>
7528
7529         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
7530           corrected typo - #include <winsock2.h>
7531
7532 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
7533
7534         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
7535           (_asxxxx_mapping): added org directive for future enhancements
7536
7537 2005-11-01 Borut Razem <borut.razem AT siol.net>
7538
7539         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
7540           enabled sockets on WIN32
7541         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
7542
7543 2005-10-31 Borut Razem <borut.razem AT siol.net>
7544
7545         * support/regression/generate-cases.py: escape backslashes in {testcase}:
7546           WIN32 backslash path delimiters should be escaped when used in C strings
7547         * support/regression/tests/bitfields.c: exclude failing assertions for
7548           __CYGWIN32__ and __MINGW32__ hosts
7549
7550 2005-10-30 Borut Razem <borut.razem AT siol.net>
7551
7552         * src/SDCCutil.c: corrected double comparison typo
7553
7554 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
7555
7556         * device/lib/medium/Makefile: added for new memory model medium
7557         * device/include/asm/mcs51/features.h: updated for medium/pdata
7558         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
7559           added Multiply & Accumulate sbit's and MAC0_PAGE define
7560         * device/include/mcs51/c8051f300.h: added sfr16 definitions
7561         * device/include/mcs51/c8051f310.h: added sfr16 definitions
7562         * device/lib/_mullong.c: update for medium model
7563         * device/lib/incl.mk: added medium model
7564         * doc/sdccman.lyx: documented medium model
7565         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
7566         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
7567         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
7568         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
7569           (allocParms): set SCLS and OCLS to pdata for medium model
7570         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
7571           for pdata,
7572           (powof2): return <0 if not power of 2
7573         * src/avr/gen.c (genBitWise): use updated powof2
7574         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
7575           (shiftR2Left2Result): small optimization in setup, save acc when storing,
7576           (shiftLLeftOrResult): use B if necessary
7577         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
7578         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
7579         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
7580         * support/regression/Makefile.in: added test-mcs51-medium
7581         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
7582
7583 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7584
7585         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
7586         specifier unsigned
7587         * device/lib/time.c (mktime): fixed bug 1334315
7588
7589 2005-10-28 Raphael Neider <rneider AT web.de>
7590
7591         * device/include/pic/p16f_common.inc: added common declarations
7592         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
7593
7594 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
7595
7596         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
7597           (aopPutUsesAcc): added to predict accumulator use,
7598           (assignResultValue): save acc if necessary,
7599           (genMinusDec): store result if indirectly addressed,
7600           (genDivOneByte):  save acc if necessary,
7601           (movLeft2Result): bugfix if left already in acc,
7602           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
7603             attention to accumulator use (esp. pdata),
7604           (genReceive): receive pdata correctly
7605         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
7606         * src/SDCCicode.h: added isOperandInPagedSpace prototype
7607
7608 2005-10-27 Raphael Neider <rneider AT web.de>
7609
7610         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
7611
7612 2005-10-27 Raphael Neider <rneider AT web.de>
7613
7614         * .version: changed version to 2.5.4
7615         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
7616         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
7617           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
7618             arithmetics support routines
7619         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
7620         * device/lib/Makefile.in: also create installdir for pic
7621
7622         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
7623           pic14 port as well
7624         * src/pic/device.c (dump_sfr): rewritten to delegate register
7625           placement to the linker (use `extern sym' rather than sym EQU addr),
7626           (validAddress): fixed to check last specified address
7627         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
7628           (popGetLit): truncate literal value to 8 bit,
7629           (popGet): moved assert to more appropriate place
7630           (popGetExternal): create pCode operand from and mark the according
7631             symbol as being `extern'
7632           (popGetAddr): added sanity check on immediate's offset, provide
7633             GPOINTER tag on demand
7634           (aopPut): fixed for immediates,
7635           (mov2w_op): move operand's address or contents to WREG (depending on
7636             operand type), safer variant of mov2w,
7637           (movwf,call_libraryfunc): NEW, handy abbreviations,
7638           (get_argument_pcop,get_return_val_pcop,pass_argument,
7639           get_returnvalue): interface for accessing function parameters and
7640             return values,
7641           (assignResultValuei,genRet): use new parameter/return value interface
7642           (pic14_getDataSize): back to old version handling generic pointers,
7643           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
7644             provided implementation and/or fixed old one,
7645           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
7646             calls, removed legacy 8051 reference code
7647           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
7648           (loadSignToC): NEW, move the operands sign bit to CARRY,
7649           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
7650             genRightShiftSigned, accepts negative shift counts,
7651           (setup_fsr): load FSR and adjust IRP (indirect memory access),
7652           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
7653             generic pointers, __data pointers and __code pointers,
7654           (genUnpackBits,genPackBits): rewritten to work with generic pointers
7655             and signed bitfields, limit bitfields to 8 bit,
7656           (genDataPointerGet): fixed number of bytes read,
7657           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
7658           (genPointerGet,genPointerSet): fixed handling of __code pointers,
7659             pointers to constant data are no longer assumed to point to __code
7660             space, removed invalid pointer types,
7661           (bitpatternFromVal): retrieve the PICs representation of an integer
7662             or float literal,
7663           (genDataPointerSet): fixed assigning to po_immediate operands,
7664           (genGenPointerSet): implemented as library call,
7665           (genIfx): fixed incorrect condition,
7666           (genAddrOf): limit generic pointers' addresses to 2 bytes,
7667             provide GPOINTER tag according to destination's storage class,
7668           (genCast): added code to handle casting to generic pointers, added
7669             sign-/zero extension of the result
7670           (aop_isLitLike,op_isLitLike): fixed handling of immediates
7671         * src/pic/gen.h: added macros to access IRP bit in STATUS register
7672         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
7673           extend the result
7674         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
7675           address/register resides in the shared banks
7676           (emitSymbolToFile): improved to handle global and `pinned' symbols,
7677             put all variables into separate sections (have the linker arrange
7678             them)
7679           (picglue): put init code and interrupt handlers in separate sections
7680         * src/pic/main.c: added port specific options table, modified to PORT
7681           structure to make GPOINTERs 3 byte, added pic14_options
7682           (_pic14_do_link): private linking routine (update paths to libraries,
7683             add libsdcc.lib by default)
7684         * src/pic/main.h: declare pic14_options
7685         * src/pic/pcode.c: fixed instructions i/o relations,
7686           (RegCond): reverted to correct version,
7687           (newpCodeOpLit): truncate literals to 8 bit,
7688           (genericPrint): added debug output,
7689           (getRegFromInstruction): fixed for various operand types, simplified
7690           (BuildFlow): fixed broken handling of isntructions with labels
7691           (LinkFlow): start at last instruction in flow (skip trailing comments),
7692             pass the flow on to the next instruction after CALL
7693           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
7694           (insertPCodeInstruction): fixed inserting after a skip instruction,
7695           (DoBankSelect): fixed for labeled instructions
7696           (OptimizepBlock): honor --nopeep switch
7697           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
7698         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
7699         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
7700           (pCodeOptime2pCodes): allow disabling this optimization via
7701             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
7702             but is still buggy), started implementation of a dataflow based
7703             pCode optimization (CSE + dead code elimination)
7704           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
7705         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
7706           names are independant of the stack location and therefore portable across
7707           devices
7708
7709 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
7710
7711         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
7712           (selectSpil): fixed bug 1337835 by not spilling bit variables
7713         * support/regression/tests/bug1337835.c: added test for this bug
7714         * src/mcs51/peeph.def: restart after rule 3.c,
7715           addded rules 263.x to optimize loading constants
7716
7717 2005-10-26 Raphael Neider <rneider AT web.de>
7718
7719         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
7720         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
7721           (genAssign): emit warning when casting literals to generic pointer
7722             type, also applies when taking the address of a fixed variable,
7723           (genCast): improved casting to generic pointers
7724         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
7725           extern variables, added verbose error message
7726         * device/include/pic16/{string.h,errno.h}: added #pragma library c
7727
7728 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
7729
7730         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
7731         carry must be complemented too
7732         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
7733         could be emitted by genMinus
7734         * src/SDCCval.c (constVal): fixed bug 1305065
7735
7736 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
7737
7738         * src/SDCCast.c (addCast): added promotion for bit variables
7739         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
7740         promotion casts + optimisation
7741         (optimizeGetWord): fix warning 'i' might be used uninitialized
7742         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
7743         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
7744
7745 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
7746
7747         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
7748         all chars are promoted to int; promotion should be handled in SDCCast.c
7749
7750 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7751
7752         * device/lib/_strcmp.c: Fixed bug 1326457
7753
7754 2005-10-11 Raphael Neider <rneider AT web.de>
7755
7756         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
7757         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
7758
7759 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
7760
7761         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
7762         * support/regression/tests/sfr16.c: added test for the sfr32 bug
7763
7764 2005-10-04 Raphael Neider <rneider AT web.de>
7765
7766         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
7767           device/lib/pic16/pics.all: added pic18f1320
7768         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
7769
7770 2005-09-30 Raphael Neider <rneider AT web.de>
7771
7772         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
7773         * src/pic16/devices.inc: NEW, provides device descriptions
7774         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
7775
7776 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
7777
7778         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
7779           GETHBIT
7780
7781 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
7782
7783         * doc/sdccman.lyx: updated Highest Order Bit documentation,
7784           documented Any Order Bit, Higher Order Byte and Higher Order Word
7785         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
7786         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
7787           (optimizeGetAbit): new, to get any bit, not only the high bit,
7788           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
7789           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
7790           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
7791           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
7792             RIGHT_OP: also try GETBYTE, GETWORD optimization,
7793             GETABIT, GETBYTE, GETWORD: decorate them,
7794           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
7795           (ast_print): added GETABIT, GETBYTE, GETWORD
7796         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
7797         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
7798           (geniCodeBinary): new generic binary icode,
7799           (ast2iCode): added GETABIT, GETBYTE, GETWORD
7800         * src/port.h: updated comment for PORT.hasExtBitOp
7801         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
7802           (genGetByte): new, to get a single byte,
7803           (genGetWord): new, to get a word from a long,
7804           (gen51Code): added GETABIT, GETBYTE, GETWORD
7805         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
7806
7807 2005-09-23 Raphael Neider <rneider AT web.de>
7808
7809         * configure.in, configure: have device/lib/pic configured
7810         * device/lib/Makefile.in: added model-pic14
7811         * device/lib/clean.mk: added pic/ to clean rule
7812         * device/lib/pic: added rudimentary pic14 library providing support
7813           functions for multiplication/division/generic pointer access
7814         * src/SDCCopt.c (convilong): mark support functions as extern
7815           for pic14 port as well
7816         * src/pic/gen.c (genMult): added assertions,
7817           (genpic14Code): emit warning on unhandled iCodes
7818         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
7819         * src/pic/pcode.c (pCodeOpCopy),
7820         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
7821           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
7822           SFR_REGISTER}), made safe for future extensions
7823         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
7824           instructions even if preceeded by SKIP instructions (also remove
7825           them); removed unused code
7826         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
7827           prevents leaving parts of the structure uninitialized after copying
7828
7829 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
7830
7831         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
7832           ago by me
7833         * support/regression/tests/addsub.c: added test for the bug
7834
7835 2005-09-21 Raphael Neider <rneider AT web.de>
7836
7837         * device/include/pic16/pic18f1220.h,
7838           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
7839         * device/lib/pic16/Makefile.rules: added missing opening paren
7840         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
7841           are provided in genutils.c,
7842           (genUminusFloat,genUminus,genCmpEq): added asserts on different
7843           operand/result sizes,
7844           (genCmp): assert on NULL pointers first, then check deref'ed values
7845         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
7846           result size
7847
7848 2005-09-18 Raphael Neider <rneider AT web.de>
7849
7850         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
7851           as these are now unused,
7852           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
7853         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
7854           local, avoids uninitialized pointer dereference on r->name
7855         * src/pic16/ralloc.c (newReg): fixed indentation
7856
7857 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
7858
7859         * src/SDCCval.c (constVal): fixed bug 730366
7860         * support/Util/SDCCerr.c,
7861         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
7862
7863 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
7864
7865         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
7866
7867 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
7868
7869         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
7870
7871 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
7872
7873         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
7874           (hex2dec): made hex_digit unsigned char, removed ascii dependance
7875         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
7876           (hex2dec): made hex_digit unsigned char, removed ascii dependance
7877         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
7878         * packihx/packihx.c (hexDigit): made c unsigned char
7879         * as/mcs51/lklibr.c (fndsym),
7880         * link/z80/lkgb.c (gb),
7881         * link/z80/lklibr.c (fndsym),
7882         * link/z80/lkrloc.c (relr),
7883         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
7884         * src/SDCC.lex (checkCurrFile, process_pragma),
7885         * src/SDCCglue.c (spacesToUnderscores),
7886         * src/SDCCmain.c (setParseWithComma, processFile),
7887         * src/asm.c (tvsprintf, printCLine),
7888         * src/avr/gen.c (emitcode, aopPut),
7889         * src/ds390/gen.c (emitcode),
7890         * src/hc08/gen.c (emitcode, emitinline),
7891         * src/mcs51/gen.c (emitcode, genInline),
7892         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
7893           tokenizeLineNode),
7894         * src/pic/ralloc.c (debugLog),
7895         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
7896           tokenizeLineNode),
7897         * src/pic16/ralloc.c (debugLog),
7898         * src/z80/main.c (_process_pragma):
7899            made all ctype.h function calls safe
7900         * src/SDCCopt.c: include math.h for fabs
7901         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
7902           and used them throughout the code to make ctype.h function calls safe
7903         * src/ds390/main.c (asmLineNodeFromLineNode),
7904         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
7905         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
7906            unsigned char*
7907         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
7908           (newpCodeAsmDir): made ctype.h function calls safe
7909         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
7910           pic16_emitcode):  made lbp unsigned char*
7911         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
7912           (pic16_newpCodeAsmDir): made ctype.h function calls safe
7913         * src/xa51/gen.c (emitcode),
7914         * src/z80/gen.c (_emit2): made lbp unsigned char*
7915         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
7916            char*
7917
7918 2005-09-05 Raphael Neider <rneider AT web.de>
7919
7920         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
7921           access bank splitpoint
7922
7923 2005-09-05 Raphael Neider <rneider AT web.de>
7924
7925         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
7926
7927 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
7928
7929         * .version: changed to version 2.5.3
7930         * doc/sdccman.lyx: changed version to 2.5.3,
7931           documented --codeseg and --constseg and pragma codeseg and constseg,
7932           documented bit parameters (reentrant) and bit returning
7933         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
7934            currFunc->recvSize, but is this ok for all ports?
7935           (ast2iCode): result of ~ on unsigned char must be cast to int for
7936            bool to work
7937         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
7938           function pointers in bit space
7939         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
7940           (processFuncArgs): call port.reg_parm() with reentrancy info
7941         * src/port.h,
7942         * src/avr/main.c,
7943         * src/ds390/main.c,
7944         * src/hc08/main.c,
7945         * src/pic/main.c,
7946         * src/pic16/main.c,
7947         * src/xa51/main.c,
7948         * src/z80/main.c: port.reg_parm prototype extended with
7949           "bool reentrant" parameter
7950         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
7951           options.stackAuto for allocating bit register parameters
7952         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
7953           (genSend): set BitBankUsed if it is,
7954           (selectRegBank): factored out of genCall for use in genPcall,
7955           (genCall): removed redundant dtype assignmen, use selectRegBank,
7956           (genPcall): handle returning in Carry properly, save in F0 if needed,
7957           (genReceive): handle bit register parameters
7958         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
7959           (mcs51_assignRegisters): enable bit registers for all reentrant
7960            functions and don't set BitBankUsed unconditionally
7961         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
7962         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
7963         * support/regression/tests/funptrs.c: added tests for BOOL and for return
7964
7965 2005-08-27 Borut Razem <borut.razem AT siol.net>
7966
7967         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
7968         ppc-osx (Darwin) does not support -u option. It seems that it is
7969         supported only on Linux - GNU cp
7970
7971 2005-08-25 Borut Razem <borut.razem AT siol.net>
7972
7973         * sim/ucsim/gui.src/serio.src/Makefile.in,
7974           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
7975           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
7976           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
7977           install and strip, since the strip at /usr/ccs/bin should be used
7978           on solaris
7979
7980 2005-08-24 Borut Razem <borut.razem AT siol.net>
7981
7982         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
7983
7984 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
7985
7986         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
7987         ffffffffu
7988
7989 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
7990
7991         * as/mcs51/aslink.h: completed lkrloc.c prototypes
7992         * as/mcs51/lkmain.c (link_main): fixed warning
7993         * device/include/stdbool.h: ds390 has no advanced bit support yet
7994         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
7995         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
7996         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
7997           and updated their macros
7998         * src/SDCCval.c (constVal): updated comment for renamed b_long
7999
8000 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
8001
8002         * as/mcs51/asdata.c: changed ctype['['] to BINOP
8003         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
8004           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
8005           (oprio): set priority for '['
8006         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
8007            and adb_24_bit
8008         * as/mcs51/asm.h: added defines R_BIT and S_BIT
8009         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
8010         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
8011         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
8012           added overlayable BIT_BANK area
8013         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
8014           (summary2): explain 'T' in legenda
8015         * as/mcs51/lkrloc.c: replaced old K&R style,
8016           (relr): added R_BIT processing,
8017           (errmsg): added "Bit-addressable relocation error",
8018           (adb_bit): added for converting from byte- to bit-addressable space,
8019           (adb_24_bit): added for converting from byte- to bit-addressable space
8020         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
8021            used in reentrant functions now even as return value
8022         * device/lib/_gptrput.c (_gptrput): removed obsolete code
8023         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
8024           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
8025         * src/SDCCglobl.h: added indicator BitBankUsed
8026         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
8027            the bit registers b0-b7
8028         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
8029           (geniCodeCast): fixed bug 1263853,
8030           (geniCodeLogicAndOr): put result in bool or char,
8031           (geniCodeReceive): added parameter func for accessing the return type,
8032           (geniCodeFunctionBody): pass func to geniCodeReceive
8033         * src/SDCCmain.c: added indicator BitBankUsed
8034         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
8035         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
8036           (checkSClass): don't put automatic bool/bit on stack,
8037           (checkFunction): removed check on function cannot return bit
8038         * src/SDCCsymt.h: added newBoolLink prototype
8039         * src/mcs51/gen.c (rb1regs): added bit registers,
8040           (movc): created for assigning to carry,
8041           (pushReg, popReg): created for pushing registers,
8042           (sameRegs): check both AOP_REG and AOP_CRY types,
8043           (aopOp): handle bit registers,
8044           (aopPut): optimization no self-assign,
8045           (saveRegisters): push reg->base (bits) only once for bit registers,
8046            and use pushReg,
8047           (unsaveRegisters): pop reg->base only once and use popReg,
8048           (assignResultValue): added parameter func and return in carry for bits,
8049           (genIpush): optimization no reload in A if not changed,
8050           (genSend): bit parameters in reentrant functions are passed in bit
8051            registers by first assigning to bits in B, then save registers and
8052            copy B to bits,
8053           (genCall): handle returning in Carry properly, save it in F0 if needed,
8054           (genPcall): updated assignResultValue call, this is not safe yet for bit
8055            returning function !!!
8056           (genFunction): don't generate equ's for bit registers and use pushReg,
8057           (genEndFunction): take care of bit returning functions and use popReg,
8058           (genRet): return bit in Carry,
8059           (genIfx): optimize bit registers and other directly addressable bits,
8060           (genReceive): updated assignResultValue call
8061         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
8062           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
8063            registers when using stack-auto
8064         * src/mcs51/ralloc.c (_G): added allBitregs,
8065           (regs8051): added the bit registers,
8066           (createStackSpil): use macro IS_BIT,
8067           (getRegBit): added to allocate a bit register, else spill,
8068           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
8069           (updateRegUsage): factored out to ease stepping while debugging,
8070           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
8071            also allocate bit registers,
8072           (fillGaps): handle bit registers,
8073           (findAllBitregs): added to create bit vector with all bit registers,
8074           (mcs51_allBitregs): returns this bit vector,
8075           (mcs51_assignRegisters): when using stack-auto use bit registers for
8076            passing parameters and creating local variables
8077         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
8078
8079 2005-08-22 Borut Razem <borut.razem AT siol.net>
8080
8081         * device/lib/Makefile.in: replaced find option -or with -o
8082           to make it run on solaris
8083
8084 2005-08-22 Raphael Neider <rneider AT web.de>
8085
8086         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
8087           fixes #1265442 (crash on Solaris)
8088
8089 2005-08-20 Borut Razem <borut.razem AT siol.net>
8090
8091         * configure, configure.in: added tests for libsocket and libnsl libraries,
8092           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
8093           from support/regression/Makefile.in
8094         * support/regression/Makefile.in: added
8095         * device/lib/pic16/Makefile.common.in: force make to use bash shell
8096         * sim/ucsim/libtool: regenerated on sparc-solaris
8097         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
8098           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
8099           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
8100           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
8101           sparc-solaris, which doesn't use GNU ld linker
8102         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
8103         * as/Makefile: find on sparc-solaris does not support -maxdepth option
8104
8105 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
8106
8107         * src/mcs51/peeph.def: updated comments
8108
8109 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8110
8111         * device/lib/_gptrget.c,
8112         * device/lib/_gptrput.c: slightly shorter
8113         * doc/sdccman.lyx: incremented version
8114         * src/mcs51/peeph.def: moved peephole comments to the line of first
8115           change to better keep line correlation, reanimated 186.e
8116         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
8117
8118 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
8119
8120         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
8121           David Saxton with quotes around file name.
8122
8123 2005-08-15 Borut Razem <borut.razem AT siol.net>
8124
8125         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
8126           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
8127           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
8128           make tests run on x86_64 platform
8129
8130 2005-08-13 Raphael Neider <rneider AT web.de>
8131
8132         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
8133           as it might be executed DURING a build (parallel make is wonderful)
8134
8135 2005-08-13 Raphael Neider <rneider AT web.de>
8136
8137         * device/lib/Makefile.in (port-specific-objects-pic16):
8138           revert to cp $(PORT)/bin/*.* $(PORTDIR)
8139         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
8140           dependency
8141         * device/lib/pic16/Makefile.rules: build subdirs before creating
8142           the library, removed builddir rule, create $(builddir) early in
8143           recurse rule, use empty recurse rule for leaf directories
8144         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
8145           mkdir errors (race condition), removed duplicate suffix "hex"
8146           from clean rules
8147         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
8148         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
8149           prevents mkdir -p from aborting on Alpha
8150
8151 2005-08-12 Raphael Neider <rneider AT web.de>
8152
8153         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
8154           db-statements in order to allow for arrays of pointers in code
8155           sections to be placed without interspersed 0-padding, fixes
8156           bug #1256215
8157         * (emitStatistics): fixed division by zero for pic18f1220
8158         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
8159           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
8160         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
8161         * (pic16_pCodeConstString): keep track of already emitted string
8162           literals to prevent "duplicate definitions of symbol _str_NR"
8163         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
8164           debug message
8165         * device/lib/Makefile.in: ignore failing PIC16 library builds
8166         * device/lib/pic16/Makefile: do not build if gputils are missing
8167         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
8168
8169 2005-08-10 Raphael Neider <rneider AT web.de>
8170
8171         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
8172           my last commit)
8173
8174 2005-08-10 Raphael Neider <rneider AT web.de>
8175
8176         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
8177           Rokas' patch to add the new fixed point type "__fixed16x16"
8178         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
8179           functions for __fixed16x16 arithmetics
8180         * device/lib/pic16: reimplemented the build system to support
8181           a separate build directory, better handling of libio (create
8182           the library in a separate subdir for each architecture) and
8183           easier configuration (centralized in Makefile.common)
8184
8185 2005-08-07 Raphael Neider <rneider AT web.de>
8186
8187         * src/pic16/gen.c (genrshTwo): fixed sign extension
8188         * src/pic16/device.c: added pic18f2320, 4220 and 4320
8189         * device/include/pic16/pic18f2220.h: changed some bit definitions,
8190           added T0CONbits
8191         * device/include/pic16/pic18f4220.h: NEW, header for
8192           pic18f4220 and pic18f4320
8193         * device/include/pic16/pic18fregs.h: added new devices,
8194           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
8195         * device/include/pic16/signal.h: resolved name clashes
8196           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
8197           to also allow testing for interrupt enable bits, added
8198           comments on how to use the macros
8199         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
8200         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
8201           register definitions for the devices
8202         * device/lib/pic16/pics.all: added new devices
8203         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
8204           allocated memory
8205         * device/lib/pic16/libc/stdlib/memfree: do not count
8206           the block header as free memory
8207         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
8208           simplified and added missing end-of-blocklist-marker
8209           (reported by Peter Onion, fixes #1252814)
8210         * (_mergeHeapBlock): fixed loop condition
8211         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
8212           len==0, restructured code
8213         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
8214           up a bit, reduced bitfield accesses, prevent endless loops
8215           in case of heap corruption
8216         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
8217           "unreferenced arguments/must return a value" warnings
8218         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
8219           replaced BAUDREG with SPBRG
8220         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
8221           device/lib/pic16/debug/gstack/gstack.c: replaced
8222           _naked, _asm, _endasm with __naked, __asm, __endasm
8223
8224 2005-08-05 Raphael Neider <rneider AT web.de>
8225
8226         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
8227           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
8228
8229 2005-08-05 Borut Razem <borut.razem AT siol.net>
8230
8231         * device/lib/Makefile.in: added missing ';'
8232         * configure: removed ^M characters
8233
8234 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8235
8236         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
8237           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
8238           License
8239
8240 2005-08-04 Borut Razem <borut.razem AT siol.net>
8241
8242         * configure.in: pic16 libraries build 2nd try - enable running
8243           configure in device/lib/pic16
8244         * configure: regenerated from configure.in
8245         * device/lib/Makefile.in: create $(PORT)/bin directory
8246
8247 2005-08-03 Raphael Neider <rneider AT web.de>
8248
8249         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
8250           to get/set values via pointers
8251         * (genUnpackBits,genPackBits): changed detection of
8252           ptr->bitfield vs. sym.bitfield, fixed access via generic
8253           pointers, removed dead (wrong) code for multibyte bitfields
8254         * (genNearPointerGet, genGenPointerGet): removed useless code,
8255           fixed bitfield detection, fixes #1250594
8256         * (genNearPointerSet): removed useless code
8257         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
8258           and introduced macro pic16_emitpcode that conditionally emits
8259           the origin of the following pCode (useful for debugging SDCC)
8260         * src/pic16/pcode.c: changed (and disabled) some debug outputs
8261         * (createDefmap): fixed handling of LFSR for --optimize-df
8262
8263 2005-08-02 Borut Razem <borut.razem AT siol.net>
8264
8265         * device/lib/Makefile.in: pic16 libraries build enabled since
8266           gputils-0.13.2 are now localy installed at sourceforge's compile farm
8267
8268 2005-08-02 Raphael Neider <rneider AT web.de>
8269
8270         * src/pic16/gen.c (genPackBits): removed deprecated warning
8271         * (genGenPointerSet): fixed bitfield detection
8272
8273 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8274
8275         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
8276
8277 2005-07-31 Raphael Neider <rneider AT web.de>
8278
8279         * device/lib/pic16/libdev/pic18f458.c,
8280           device/include/pic16/pic18f458.h: added missing T0CONbits
8281
8282 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
8283
8284         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
8285
8286 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
8287
8288         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
8289
8290 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8291
8292         * device/include/mcs51/at89c51ed2.h: added.
8293
8294 2005-07-23 Raphael Neider <rneider AT web.de>
8295
8296         * src/pic/gen.h: added emitpcode macro for debugging
8297         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
8298           and replace by macro adding debug information on demand
8299         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
8300         * (gencjne): tried to fix; replaced with correct (slower) code
8301         * (gen{Unp,P}ackBits): fixed single bit access
8302         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
8303         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
8304           previous instruction
8305         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
8306           register has to be handled with care (forbidding movement
8307           of assignments/uses, removing assignments completely, ...)
8308         * (pCodeOptime2pCodes): make use of regIsSpecial
8309         * added lots of debugging output (commented out)
8310         * src/pic/rallloc.c (deassignLRs): prevent operand registers
8311           from being reused as result UNLESS it is known to work
8312
8313 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
8314
8315         * support/Util/dbuf.h: include <stddef.h> for size_t
8316         * .version: changed to version 2.5.2
8317
8318 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8319
8320         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
8321
8322 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8323
8324         * src/hc08/gen.c (genMinus): fixed bug #1241835,
8325           (genModOneByte): removed needless psha/pula
8326
8327 2005-07-22 Raphael Neider <rneider AT web.de>
8328
8329         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
8330           have PIC14 handled like PIC16, fixes broken pic14 linker calls
8331         * src/pic/gen.c (resolveIfx): do not "invent" labels
8332         * (genSkipc): changed to positive logic
8333         * (genSkipCond): removed as no longer needed
8334         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
8335           backport from PIC16
8336         * (genLeftShift): check operands are in different registers
8337         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
8338           INCF does not update CARRY...
8339         * src/pic/main.c: fixed _linkCmd
8340         * src/pic/pcode.c (unlinkpCode): added inactive code
8341         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
8342           alive (do not assign result and operand overlapping registers)
8343
8344 2005-07-22 Raphael Neider <rneider AT web.de>
8345
8346         * src/pic/device.c (dump_sfr): replaced register declaration with
8347           call to emitSymbolToFile() to avoid duplicate symbols
8348         * (assignRelocatableRegisters): do not declare external symbols
8349         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
8350           right (take size of type, not etype)
8351         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
8352         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
8353         * (packRegsForAccUse): disabled assignment of WREG as
8354           the result reg to prevent occurence of just fixed #1235003,
8355           fixes #1242954
8356         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
8357           symbols (avoids duplicate symbols in .asm file)
8358         * (pic14emitRegularMap): use emitSymbolToFile()
8359         * src/pic/gen.c (aopOp): fixed spillLocation handling
8360         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
8361         * (genDataPointerSet): removed unneccessary variables/output
8362
8363 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
8364
8365         * as/mcs51/lkarea.c: enlarged codemap for banked memory
8366         * device/lib/mcs51/crtbank.asm: added # to 0x0F
8367
8368 2005-07-21 Raphael Neider <rneider AT web.de>
8369
8370         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
8371           architecture cannot handle them efficiently, fixes bug #1235003
8372         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
8373           check for empty sets before using them (fixes bug #1232190)
8374
8375 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
8376
8377         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
8378           (lnksect2): generate warnings for memory overlap
8379         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
8380           constseg to set the name of these segments so you can instruct the linker
8381           to place them in banks
8382         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
8383         * src/SDCCglobl.h: added MODEL_HUGE to enum,
8384           added code_seg and const_seg to options
8385         * src/SDCCglue.c (emitMaps): use options.const_seg,
8386           (createInterruptVect): put interrupt vectors in segment HOME,
8387           (glue): put HOME before static segment and put the main glue in HOME,
8388           (glue): use options.code_seg
8389         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
8390         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
8391           these segments so you can instruct the linker to place them in banks
8392           (linkEdit): use code_loc for HOME segment which should be the first
8393           segment in code memory now
8394         * src/SDCCmem.c: fixed more stuff like bug 1238386
8395         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
8396           (changePointer): don't change function pointers to code pointers for
8397           banked functions,
8398           (compareType): added exceptional check for banked function pointers
8399         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
8400         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
8401           after static in code memory
8402         * src/mcs51/gen.c: added aopLiteralLong prototype,
8403           (aopForSym): use getSize for functions,
8404           (genCall): generate banked calls over one trampoline __sdcc_banked_call
8405           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
8406           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
8407           the segment,
8408           (genPcall): use call for literal function pointers and generate banked
8409           calls over the one trampoline so there's only one place for the user to
8410           modify according to his/hers hardware,
8411           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
8412           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
8413         * src/mcs51/main.c: added keyword banked,
8414           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
8415         * support/Util/SDCCerr.c,
8416         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
8417           needed for passing the bank and address to the trampoline
8418         * device/lib/mcs51/crtbank.asm: added for bankswitching
8419         * device/lib/mcs51/Makefile: added crtbank
8420
8421 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8422
8423         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
8424           for fields at offset 0 of a struct or union as reported
8425           on 2005-07-07 in the developer mailing list.
8426
8427 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
8428
8429         * src/SDCCmem.c: fixed bug 1238386
8430
8431 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8432
8433         * src/mcs51/peeph.def: added labelrefcounting for peepholes
8434           (patch #1144962), added peephole 300, enabled 259.x
8435         * doc/sdccman.lyx: removed screenshot and provided link instead
8436
8437 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8438
8439         * doc/sdccman.lyx: added section about debugging with ddd
8440         * doc/figures/ddd_example.eps: screenshot of debugging session
8441
8442 2005-07-04 Raphael Neider <rneider AT web.de>
8443
8444         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
8445           like CODE pointers, fixes #1115683
8446         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
8447           call, fixes bugs #1232211, #1228110,
8448           fixed wrong casts to pCodeFlow from pCodeInstructions
8449
8450 2005-07-04 Raphael Neider <rneider AT web.de>
8451
8452         * src/pic/gen.c (popGet): changed assert to allow for
8453           bit operands
8454         * (popGetAddr): changed signature to provide
8455           an additional index, patched all call sites
8456         * (genCmpEq): handle literal-like operands correctly
8457         * (genAddrOf): added sanity checks on __code/__data pointers
8458         * (genAssign): added handling of symbols from __code section
8459         * (gencjne): do not generate code for comparisons whose result
8460           is neither stored nor used, fixes bug #1171114
8461         * (AccLsh, AccRsh): operate on operand instead of WREG
8462         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
8463           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
8464           by known count
8465         * rewrote complete shift-by-literal logic, commented unused
8466           functions out
8467         * (genConstPointerGet): get multiple bytes (if result size > 1),
8468           fixed handling of non-immediate addresses
8469         * (genPointerGet): handle CODE pointers like CONST pointers
8470         * (genpic14Code): insert C-SRC lines as Cource-pCodes
8471         * ({aop,op}_isLitLike): NEW, single place to decide whether an
8472           operand is to be treated as a literal or not
8473         * (mov2w,genPcall,genCmpEq),
8474           src/pic/genarith.c: use aop_isLitLike() to decide between
8475           literal/register contents
8476         * (addSign): added missing offset
8477         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
8478           only emit comment in debug-mode,
8479           use {aop,op}_isLitLike throughout the file
8480         * src/pic/glue.c: fix initializers for pointers (work in progress)
8481         * src/pic/pcode.c (get_op): honor index on _const symbols
8482         * ({reset,dump}pCodeStatistics): NEW, estimate code size
8483         * (dumppBlock): added pCode size estimation
8484         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
8485           check for IS_SYMOP before OP_SYMBOL'ing
8486         * fixed indentation, compacted switch-statements
8487         * (allocReg): find free register and allocate it instead of
8488           allocating new registers all the time
8489         * (deassignLRs): prevent POINTER_GET's from being assigned the same
8490           registers as its operands (necessary only for multibyte GETs)
8491
8492 2005-07-01 Raphael Neider <rneider AT web.de>
8493
8494         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
8495           debugging .asm-output macros FENTRY + FEXIT
8496         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
8497           way... I wonder...
8498         * (emitpComment): NEW, printf to pCode
8499         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
8500           offset handling
8501         * (popGetAddr): NEW, variant of popGet to access an immediates
8502           high(er) bytes instead of the n'th byte of memory they reference,
8503           replaced popGet with popGetAddr where neccessary
8504         * (genDataPointerGet): reactivated and fixed implementation
8505         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
8506           accesses
8507         * (genDataPointerSet): fixed multibyte assignments
8508         * (genpic14Code): fixed --i-code-in-asm handling
8509         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
8510         * (genPlus): fixed index-out-of-bounds error
8511         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
8512         * src/pic/ralloc.c: added debugging output macro FENTRY2
8513         * (spillThis): fixed indentation, enbraced for-body for clarity
8514         * (rematStr): commented out as now unused
8515         * (regTypeNum): commented out special spill case (overwrites
8516           arbitrary values)
8517         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
8518
8519 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
8520
8521         * doc/sdccman.lyx: documented sfr16/sfr32,
8522           added example for using storage class with function pointers
8523         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
8524
8525 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
8526
8527         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
8528         * device/lib/_itoa.c,
8529         * device/lib/_ltoa.c: optimized codesize
8530         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
8531           but don't know how to suppress the double warning.
8532         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
8533         * support/Util/SDCCerr.c,
8534         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
8535
8536 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
8537
8538         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
8539           fixed old K&R prototypes
8540         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
8541         * device/lib/_gptrget.c,
8542         * device/lib/_gptrgetc.c,
8543         * device/lib/_gptrput.c: changed versions for new memory indicator values,
8544           also new versions for small generic pointers and banked generic pointers
8545         * src/port.h: added const_name
8546         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
8547         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
8548         * src/SDCCcse.c (findPrevIc): check all associative operators
8549         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
8550         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
8551         * src/SDCCmem.c: updated comments,
8552           set far-space to 0 for pdata, results in optimized code
8553         * src/SDCCmem.h: added macro CONST_NAME
8554         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
8555           moving the info into the highest bits, see also gptrget/gptrput
8556         * src/src.dsp: added sdcc.ico to project files
8557         * src/avr/gen.c (genCast): fixed bug 0x%d
8558         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
8559         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
8560           relation between ptr_type and DCL_TYPE,
8561           (genCast): fixed bug 0x%d
8562         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
8563           (CODE)" for const_name
8564         * src/hc08/gen.c (genCast): fixed bug 0x%d
8565         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
8566           (hc08_port): added "CONST (CODE)" for const_name
8567         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
8568           (aopForRemat, adjustArithmeticResult): disconnected direct relation
8569           between ptr_type and DCL_TYPE,
8570           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
8571           operand* and took AOP() inside function so sfr-ness can be checked,
8572           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
8573           new prototype,
8574           (genFunction, genEndFunction): optimized stack setup,
8575           (genMinus): optimized for literals with ending zeroes (in bytes),
8576           (genCast): fixed bug 0x%d
8577         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
8578           (mcs51_port): added "CONST (CODE)" for const_name
8579         * src/mcs51/peeph.def: made rule 226 more generic
8580         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
8581         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
8582         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
8583         * src/z80/main.c (z80_port): added NULL for const_name,
8584           (gbz80_port): added NULL for const_name
8585         * support/regression/tests/bug663539.c,
8586         * support/regression/tests/sfr16.c: new tests
8587
8588 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8589
8590         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
8591
8592 2005-06-24 Raphael Neider <rneider AT web.de>
8593
8594         * device/lib/pic16/libdev/pic18f[68][567]20.c:
8595           corrected typos...
8596         * device/include/pic16/signal.h: added USBIF
8597           and SIG_USB
8598
8599 2005-06-24 Raphael Neider <rneider AT web.de>
8600
8601         * device/lib/pic16/libdev/pic18f2455.c,
8602           device/include/pic16/pic18f2455.h: NEW
8603         * device/include/pic16/pic18fregs.h,
8604           device/lib/pic16/pics.all,
8605           src/pic16/device.c: added 18f2455
8606         * device/lib/pic16/libdev/pic18f[68][567]20.c,
8607           device/include/pic16/{pic18f[68][567].h,usart.h}:
8608           replaced MULTIPLE_USARTS define with more relaible
8609           compatibility sfrs (for USART access)
8610
8611 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
8612
8613         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
8614           and the output asm file line is printed on two lines.
8615
8616 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8617
8618         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
8619           BGT, BLE, BHI, and BLS instructions
8620         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
8621           genCmpEq): removed
8622         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
8623           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
8624           fixes bug #1216342
8625         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
8626
8627 2005-06-15 Raphael Neider <rneider AT web.de>
8628
8629         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
8630         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
8631         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
8632           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
8633           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
8634
8635 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8636
8637         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
8638           Marcel Telka in bug #1215704
8639
8640 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
8641
8642         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
8643           located in shared memory bank.
8644
8645 2005-05-31 Raphael Neider <rneider AT web.de>
8646
8647         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
8648           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
8649           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
8650
8651 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
8652
8653         * device/lib/_strncpy.c: fixed the fix
8654
8655 2005-05-26 Raphael Neider <rneider AT web.de>
8656
8657         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
8658           initializers with \0, bug #1208187
8659         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
8660           intializers with \0, bug #1208187
8661
8662 2005-05-26 Raphael Neider <rneider AT web.de>
8663
8664         * src/pic16/glue.c (pic16_printIvalChar): fixed string
8665           initializers with \0, bug #1208187
8666         * src/pic16/main.c (_process_pragma): added sanity checks
8667           for stack position and size, emit warnings when appropriate
8668
8669 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
8670
8671         * device/lib/_strncpy.c: fixed not filling with \0
8672
8673 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8674
8675         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
8676           createFunction),
8677         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
8678           compound_statement),
8679         * src/SDCCsymt.h,
8680         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
8681
8682 2005-05-24 Raphael Neider <rneider AT web.de>
8683
8684         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
8685
8686 2005-05-24 Raphael Neider <rneider AT web.de>
8687
8688         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
8689           TRISE definitions, closes bug #1162453
8690
8691 2005-05-22 Raphael Neider <rneider AT web.de>
8692
8693         * src/pic16/main.c (_process_pragma): check for missing
8694           arguments to pragmas code and udata
8695         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
8696           consistency fixes to match other headers (thanks to Jim Paris)
8697         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
8698
8699 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
8700
8701         * src/SDCCicode.c (isOperandEqual): fixed missing ;
8702
8703 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
8704
8705         * support/regression/tests/bug1198642.c: new test
8706         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
8707         * src/SDCCcse.c (findPrevIc): added comment, please have a look
8708         * support/scripts/resource.h,
8709         * support/scripts/resource.rc,
8710         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
8711         * support/scripts/sdcc.ico: added 32x32 icon
8712
8713 2005-05-18 Raphael Neider <rneider AT web.de>
8714
8715         * device/lib/pic16/libdev/pic18f*.c,
8716         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
8717           keywords to "__sfr" and "__at (X)"
8718         * device/include/pic16/pic18fregs.h: added pic18f4520
8719         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
8720           #1203088 (MPLAB compatibility)
8721
8722 2005-05-17 Raphael Neider <rneider AT web.de>
8723
8724         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
8725         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
8726         * device/lib/pic16/pics.all: added new devices
8727         * src/pic16/device.c: added support for pic18f4520
8728
8729 2005-05-16 Raphael Neider <rneider AT web.de>
8730         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
8731         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
8732         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
8733           convenience function for bit access
8734
8735 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
8736
8737         * device/lib/printf_large.c: fixed bug 1193299
8738         * support/regression/tests/bug1057979.c: added test %3.3s
8739
8740 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8741
8742         * device/include/mcs51/8051.h,
8743         * device/include/mcs51/8052.h: made parseable with lint
8744         * device/include/mcs51/lint.h: added include file for (sp)lint
8745         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
8746         * doc/cdbfileformat.lyx,
8747         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
8748
8749 2005-05-14 Raphael Neider <rneider AT web.de>
8750
8751         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
8752         * device/lib/pic16/libc/stdlib/itoa.c (new)
8753         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
8754         * device/lib/pic16/libio/Makefile: exclude subdir according to
8755           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
8756         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
8757         * src/pic16/gen.c (genFunction): prevent annoying warning
8758         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
8759           nameclashes on BeOS
8760         * support/cpp2/cppmain.c (cpp_output_string): new
8761         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
8762           fixes bug 1116802
8763
8764 2005-05-13 Borut Razem <borut.razem AT siol.net>
8765
8766         * src/SDCCmain.c (linkEdit): fixed bug 1195202
8767
8768 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8769
8770         * .version: changed to version 2.5.1; back to bleeding edge development
8771
8772 2005-05-11 Borut Razem <borut.razem AT siol.net>
8773
8774         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
8775           generate PDF version 1.3 documents
8776
8777 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8778
8779         * .version: changed to version 2.5.0
8780
8781 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8782
8783         * doc/sdccman.lyx: updated weblinks, index and smaller updates
8784
8785 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8786
8787         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
8788         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
8789         well as many smaller updates.
8790         * .version: changed to version 2.5.0-pre1
8791
8792 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8793
8794         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
8795
8796 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
8797
8798         * support/regression/tests/bug1185672.c: added
8799         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
8800           bug 1185672
8801         * src/mcs51/gen.c (genCall): added comments, made it look safer
8802         * src/mcs51/gen.c (genEndFunction): simplified
8803
8804 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
8805
8806         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
8807
8808 2005-04-14 Borut Razem <borut.razem AT siol.net>
8809
8810         * fixed bug 1045046 - SIGSEGV with really simple code?:
8811           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
8812           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
8813
8814 2005-04-14 Borut Razem <borut.razem AT siol.net>
8815
8816         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
8817           src/pic16/device.h: temporarily disabled experimental #inline pragma
8818           for 2.5.0 release
8819
8820 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
8821
8822         * device/include/z80/stdio.h,
8823         * device/include/z80/string.h: removed these highly incomplete files so
8824           SDCC can use the default ones in device/include/
8825
8826 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8827
8828         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
8829         gcc warning.
8830         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
8831         fix sdcpp warnings.
8832
8833 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
8834
8835         * device/include/malloc.h: removed redundant __reentrant prototypes
8836         * device/lib/_mullong.c: added working xstack variant in asm (C version
8837           doesn't pass regression tests)
8838         * device/lib/bpx.c: used __data and made bpx char for mcs51
8839         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
8840           (createFunction): fixed bug with xstackPtr
8841         * src/SDCCcse.c: corrected comments
8842         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
8843           (killDeadCode, eBBlockFromiCode): removed unused code
8844         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
8845           corrected comments
8846         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
8847           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
8848           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
8849           (genModOneByte): fixed warning in MSVC
8850         * src/mcs51/main.c (): added comments
8851         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
8852
8853 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
8854
8855         * src/SDCCmain.c (linkEdit): oops, changed one line too many
8856
8857 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
8858
8859         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
8860
8861 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
8862
8863         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
8864         characters arrays of larger size than the declared one.
8865
8866 2005-04-10 Borut Razem <borut.razem AT siol.net>
8867
8868         * src/pic/gen.c (genInline),
8869           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
8870           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
8871           (findNextInstruction), (findPrevInstruction),
8872           (findInstructionUsingLabel),
8873           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
8874         * src/pic/pcode.c (findLabel): added missing '\n'
8875         * src/src.dsp: added SDCCdwarf2.c to the project
8876
8877 2005-04-09 Borut Razem <borut.razem AT siol.net>
8878
8879         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
8880
8881 2005-04-08 Raphael Neider <rneider AT web.de>
8882
8883         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
8884           into the chain after a given one) and mergeDefmapSymbols (combine
8885           defmap entries for each symbol per pcode)
8886         * (createDefmap): have defmap entries merged in the end
8887         * (defmapReplaceSymRef): split defmap entries covering two accesses to
8888           a symbol before replacing one access type's symbol, merge symbols in
8889           the end (replacement symbol might already have an entry)
8890         * (assignValnums): keep reference to written WREG intact
8891
8892 2005-04-08 Raphael Neider <rneider AT web.de>
8893
8894         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
8895           Alpha)
8896
8897 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
8898
8899         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
8900         bytes
8901
8902 2005-04-07 Raphael Neider <rneider AT web.de>
8903
8904         * device/include/pic16/usart.h: added compatibility defines for
8905           devices with more than one USART
8906         * device/include/pic16/pic18f[68][567]20.h: activated above defines
8907
8908 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
8909
8910         * device/lib/Makefile.in: updated for port specific include
8911
8912 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
8913
8914         * support/regression/ports/mcs51/spec.mk: added mcs51 include
8915
8916 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
8917
8918         * device/include/8051.h,
8919         * device/include/8052.h,
8920         * device/include/at89S8252.h,
8921         * device/include/at89c55.h,
8922         * device/include/at89x051.h,
8923         * device/include/at89x51.h,
8924         * device/include/at89x52.h,
8925         * device/include/mcs51reg.h,
8926         * device/include/reg51.h,
8927         * device/include/reg764.h,
8928         * device/include/regc515c.h,
8929         * device/include/sab80515.h: (re)moved these 12 files
8930         * device/include/mcs51/8051.h,
8931         * device/include/mcs51/8052.h,
8932         * device/include/mcs51/at89S8252.h,
8933         * device/include/mcs51/at89c55.h,
8934         * device/include/mcs51/at89x051.h,
8935         * device/include/mcs51/at89x51.h,
8936         * device/include/mcs51/at89x52.h,
8937         * device/include/mcs51/mcs51reg.h,
8938         * device/include/mcs51/reg51.h,
8939         * device/include/mcs51/reg764.h,
8940         * device/include/mcs51/regc515c.h,
8941         * device/include/mcs51/sab80515.h: and added them here
8942
8943 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
8944
8945         * device/include/stdarg.h: changed SDCC specific keywords to double
8946           underlined form.
8947         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
8948           mcs51 and ds390.
8949         * device/include/hc08/mc68hc908gp32.h,
8950         * device/include/hc08/mc68hc908jb8.h,
8951         * device/include/hc08/mc68hc908jkjl.h,
8952         * device/include/hc08/mc68hc908qy.h: fixed comments
8953         * device/include/mcs51/README: updated
8954         * device/include/mcs51/c8051f120.h: added PINRSF
8955         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
8956         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
8957           amidst code. Also inline is not supported.
8958
8959 2005-04-06 Raphael Neider <rneider AT web.de>
8960
8961         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
8962         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
8963           callers stack/frame pointers
8964
8965 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
8966
8967         * device/include/pic16/usart.h: added, missing in previous commit,
8968         * device/include/pic16/adc.h: fixed typo,
8969         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
8970         commit,
8971         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
8972         <p18fxxx.inc>
8973         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
8974         uninitialized because a bug appears with gplink
8975         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
8976         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
8977         complains for unrecognised option
8978
8979 2005-04-05 Raphael Neider <rneider AT web.de>
8980
8981         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
8982           structs as well (using memcpy)
8983         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
8984           on ISRs (GOTO has no label)
8985         * src/pic16/device.h: added OF_OPTIMIZE_DF
8986         * src/pic16/main.c: added compiler switch --optimize-df to enable the
8987           new data flow analysis/optimization
8988         * src/pic16/pcode.c: added (prototypes for and implementation of)
8989           dataflow analysis functions, fixed pCodeInstructions' inCond and
8990           outCond values, made RCALL a branch instruction
8991         * (pic16_unlinkpCode): keep C line if possible
8992         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
8993           C line moved if possible
8994         * (pic16_getRegFrompCodeOp): NEW, improved version of...
8995         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
8996           to use new pic16_getRegFrompCodeOp (works for more SFRs)
8997         * (pic16_BuildFlow): fixed skip instructions with label (did not start
8998           new flow)
8999         * (pic16_getJumptabpCode): NEW, needed in...
9000         * (LinkFlow): fixed handling of jumptables, calls and conditional
9001           branches
9002         * (pic16_InsertCommentAfter): NEW
9003         * (pic16_pCodeReplace): made verbose and flow preserving
9004         * (AnalyzeFlow): added call to data flow analysis
9005         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
9006         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
9007         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
9008
9009 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9010
9011         * src/SDCCast.c (decorateType): fixed bug #1105626
9012
9013 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
9014
9015         * device/include/asm/pic16/features.h,
9016         * pic18f*.h headers,
9017         * device/include/pic16/adc.h,
9018         * device/include/pic16/delay.h,
9019         * device/include/pic16/i2c.h,
9020         * device/include/pic16/malloc.h,
9021         * device/include/pic16/stdio.h,
9022         * device/include/pic16/stdlib.h,
9023         * device/include/pic16/string.h,
9024         * device/lib/pic16/libc/stdio/printf_tiny.c,
9025         * device/lib/pic16/libc/stdio/printf_small.c,
9026         * device/lib/pic16/libc/stdio/strmgpsim.c,
9027         * device/lib/pic16/libc/stdio/strmmssp.c,
9028         * device/lib/pic16/libc/stdio/strmusart.c,
9029         * device/lib/pic16/libc/stdio/vfprintf.c,
9030         * device/lib/pic16/libc/stdlib/ltoa.c,
9031         * device/lib/pic16/libc/stdlib/putchar.c,
9032         * device/lib/pic16/libc/stdlib/x_ftoa.c,
9033         * device/lib/pic16/libc/stdlib/memchrpgm.c,
9034         * device/lib/pic16/libc/stdlib/memchrram.c,
9035         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
9036         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
9037         * device/lib/pic16/libio/adc/adcbusy.c,
9038         * device/lib/pic16/libio/adc/adcread.c,
9039         * device/lib/pic16/libio/adc/adcsetch.c,
9040         * device/lib/pic16/libio/usart/ubaud.c,
9041         * device/lib/pic16/libio/usart/ubusy.c,
9042         * device/lib/pic16/libio/usart/udrdy.c,
9043         * device/lib/pic16/libio/usart/uopen.c,
9044         * device/lib/pic16/libio/usart/uputc.c,
9045         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
9046         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
9047         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
9048         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
9049         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
9050         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
9051         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
9052         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
9053         specific keywords to double underlined form,
9054         * device/lib/pic16/libc/Makefile.rules,
9055         * device/lib/pic16/libsdcc/Makefile.rules,
9056         * device/lib/pic16/libm/Makefile,
9057         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
9058         to compile with C standard set in Makefile.common
9059         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
9060         rand.c and crc.c in compilation process,
9061         * device/lib/pic16/libsdcc/int/divuint.c,
9062         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
9063         `c' from signed to unsigned,
9064         * device/lib/pic16/startup/crt0.c,
9065         * device/lib/pic16/startup/crt0i.c,
9066         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
9067         keywords to double underlined form, bug fixes in _do_cinit function
9068         which prevented the correct initialization of the .idata segment,
9069         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
9070         core to enter a infinite loop
9071         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
9072
9073 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9074
9075         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
9076
9077 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9078
9079         * device/include/Makefile.in: add support for hc08 subdirectory
9080         * device/include/hc08/: new subdirectory
9081         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
9082         Lucas Loizaga, thanks!
9083         * device/include/hc08/mc68hc908qy.h,
9084         * device/include/hc08/mc68hc908gp32.h,
9085         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
9086         their own directory. Changed internal macro names to use the compiler
9087         reserved namespace. Changed SDCC specific keywords to double
9088         underlined form.
9089         * device/include/math.h,
9090         * device/include/malloc.h,
9091         * device/include/stdarg.h,
9092         * device/include/stdbool.h
9093         * device/include/string.h,
9094         * device/include/tinibios.h,
9095         * device/include/ds400rom.h,
9096         * device/include/8051.h,
9097         * device/include/8052.h,
9098         * device/include/80c51xa.h,
9099         * device/include/at89c55.h,
9100         * device/include/at89S8252.h,
9101         * device/include/at89x51.h,
9102         * device/include/at89x52.h,
9103         * device/include/ds80c390.h,
9104         * device/include/reg764.h,
9105         * device/include/regc515c.h,
9106         * device/include/sab80515.h,
9107         * device/include/mcs51/c8051f000.h,
9108         * device/include/mcs51/c8051f018.h,
9109         * device/include/mcs51/c8051f020.h,
9110         * device/include/mcs51/c8051f040.h,
9111         * device/include/mcs51/c8051f060.h,
9112         * device/include/mcs51/c8051f120.h,
9113         * device/include/mcs51/c8051f300.h,
9114         * device/include/mcs51/c8051f310.h,
9115         * device/include/mcs51/c8051f320.h,
9116         * device/include/mcs51/c8051f330.h,
9117         * device/include/mcs51/c8051f350.h,
9118         * device/include/z180.h: Changed SDCC specific keywords to double
9119         underlined form.
9120
9121 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
9122
9123         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
9124         18F4455,
9125         * (pic16_assignConfigWordValue): disable testing of configuration
9126         register value with config mask,
9127         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
9128         function with port->fun_prefix,
9129         * (genFunction): when generating a naked interrupt function never
9130         create an absolute segment placed in interrupt vector address, place
9131         the actual interrupt function at IVA instead, when an interrupt
9132         function is generated with unspecified interrupt then do not create
9133         the absolute section,
9134         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
9135         code for generating a call to generic pointer get/put function with
9136         a call to function pic16_callGenericPointer(),
9137         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
9138         the call to the generic pointer get/put functions with prefixing the
9139         function name with port->fun_prefix,
9140         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
9141         * src/pic16/main.c (_process_pragma): prefix function with
9142         port->fun_prefix,
9143         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
9144         calling assembler, old 18Fxxxx macro is deprecated,
9145         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
9146         PC_ASMDIR in while condition,
9147         * (findInstruction): add PC_ASMDIR in while condition,
9148         * (buildCallTree): prefix main with port->fun_prefix,
9149         * (pic16_pCode2str): fixed bug that didn't emit the memory access
9150         identifier for variable with banked access in instructions BTFSS,
9151         BTFSC, BCF, BSF, BTG
9152         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
9153         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
9154         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
9155         perform optimization when enviroment variable NO_REG_OPT is set,
9156         * (insideLRBlock): NEW, return 1 if register is inside an
9157         INF_LOCALREGS block,
9158         * (RemoveRegFromLRBlock): remove a register that is completely
9159         eliminated by register optimization, but it is still left in local
9160         register store/restore in/from stack block,
9161         * (Remove2pcodes): after removing register, check to see if it
9162         should be removed from local register store/restore in/from stack
9163         block,
9164         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
9165         DUMMY_READ_VOLATILE,
9166
9167         * device/include/pic16/adc.h: minor prototype modifications and
9168         update,
9169         * device/include/pic16/malloc.h: added GPL notice various
9170         modifications,
9171         * device/include/pic16/stdint.h: NEW, standard header for ints
9172         * device/include/pic16/delay.h: NEW, header for delay functions,
9173         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
9174         delay1mtcy,
9175         * device/include/pic16/signal.h: NEW, header providing helper macros
9176         for implementing signal handlers,
9177         * device/include/pic16/stdio.h: added prototypes for functions,
9178         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
9179         prototypes for stdin and stdout, added macro PUTCHAR to
9180         automatically implement putchar function prototype,
9181         * device/include/pic16/usart.h: modified and updated USART library,
9182         * device/lib/pic16/libio/adc/,
9183         * device/lib/pic16/libio/i2c: some modifications to improve library
9184         performance,
9185         * device/lib/pic16/libc/stdio/: modifications for the new printf*
9186         family of functions,
9187         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
9188         family of functions and other sources,
9189         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
9190         of the PIC18Fxx[28] devices,
9191         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
9192         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
9193         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
9194         _do_cinit function, because the previous failed when local variables
9195         where not placed in the same memory bank,
9196         * device/lib/pic16/libsdcc/char/: various modifications to improve
9197         library performance,
9198         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
9199         information on the new functions of the c library and more...
9200
9201 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9202
9203         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
9204
9205 2005-03-26 Raphael Neider <rneider AT web.de>
9206
9207         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
9208           if condition == CARRY)
9209         * (genCmp): adapted to new genSkipc semantics
9210         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
9211           on rIfx (genCmp was broken)
9212
9213 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9214
9215         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
9216         * src/z80/main.c (_keywords[]),
9217         * src/SDCCglobal.h (struct options),
9218         * src/SDCC.y,
9219         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
9220         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
9221         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
9222         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
9223         always available in leading double underscore form. The C99 support is
9224         mostly missing, but it's a start.
9225         * support/regression/tests/bug-227710.c: fixed nonconforming use of
9226         reserved identifier "__data".
9227
9228 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
9229
9230         * src/mcs51/peeph.def: fixed bug 1170013
9231
9232 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
9233
9234         * device/include/mcs51reg.h: fixed bug 842007
9235
9236 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9237
9238         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
9239         last time.
9240
9241 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9242
9243         * src/port.h (struct PORT),
9244         * src/avr/ralloc.c (avr_assignRegisters),
9245         * src/avr/main.c,
9246         * src/ds390/ralloc.c (ds390_assignRegisters),
9247         * src/ds390/main.c,
9248         * src/hc08/ralloc.c (hc08_assignRegisters),
9249         * src/hc08/main.c,
9250         * src/mcs51/ralloc.c (mcs51_assignRegisters),
9251         * src/mcs51/main.c,
9252         * src/pic/ralloc.c (pic14_assignRegisters),
9253         * src/pic/main.c,
9254         * src/pic16/ralloc.c (pic16_assignRegisters),
9255         * src/pic16/main.c,
9256         * src/xa51/ralloc.c (xa51_assignRegisters),
9257         * src/xa51/main.c,
9258         * src/z80/ralloc.c (z80_assignRegisters),
9259         * src/z80/ralloc.h,
9260         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
9261         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
9262         * src/SDCCcse.h,
9263         * src/SDCCdflow.c (computeDataFlow),
9264         * src/SDCCdflow.h,
9265         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
9266         * src/SDCCloop.h,
9267         * src/SDCCcflow.c (*),
9268         * src/SDCCcflow.h,
9269         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
9270         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
9271         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
9272         immedDom() returning wrong block; probably fixes bug #1160833)
9273
9274 2005-03-20 Borut Razem <borut.razem AT siol.net>
9275
9276         * support/scripts/inc2h.pl: WIN32 port
9277
9278 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
9279
9280         * device/lib/makefile.in: added abs.c and labs.c
9281
9282 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
9283
9284         * device/include/stdint.h: added
9285         * device/lib/abs.c: added
9286         * device/lib/labs.c: added
9287         * device/include/stdlib.h: added abs() and labs() prototypes
9288         * device/lib/libsdcc.lib: added abs and labs
9289         * device/include/float.h,
9290         * device/lib/_fsmul.c,
9291         * device/lib/printf_fast.c,
9292         * device/lib/printf_tiny.c: updated comments
9293
9294 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9295
9296         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
9297         bug #1164313
9298
9299 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9300
9301         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
9302         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
9303
9304 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
9305
9306         * device/lib/printf_large.c: removed inline assembly for portability and
9307           readability. Use printf_fast if speed or size are more important.
9308         * src/pic16/gen.c: removed conditions around use of DEBUGpc
9309         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
9310
9311 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
9312
9313         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
9314         prevent compiler warning
9315
9316 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
9317
9318         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
9319         moved to level 0 and declared as static. Also they are explicit
9320         placed in access bank. This was necessery because some times they
9321         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
9322         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
9323         optimizations. Currently only compare to unsigned char is implemented,
9324         * src/pic16/gen.c: added fReturnIdx array,
9325         * (struct resolvedIfx) is moved to gen.h and made public,
9326         * (struct _G): added sregsAlloc and sregsAllocSet fields,
9327         * (aopForSym): added an optimization to directly store in stack of
9328         the operand of a SEND iCode,
9329         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
9330         but as registers instead (AOP_REG) using the fReturnIdx array,
9331         * (pic16_freeAsmop): remove the freed register from the
9332         _G.sregsAlloc field,
9333         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
9334         a compare of 'WREG',
9335         * (pic16_popGetTempRegCond): changed function prototype, now
9336         function takes also a bitVector argument v which holds the current
9337         set of registers that are allocated for stack access by aopForSym,
9338         registers allocated in aopForSym for accessing stack symbols are not
9339         any more part of the functions usedRegs field,
9340         * (genCall): some times aopOp is called for a stack variable to be
9341         send, aopForSym might perform the push, if this is true make sure
9342         that genCall doesn't push the variable twice by testing _G.resDirect,
9343         * (genFunction): changed testing for unspecified interrupt number
9344         from 256 to INTNO_UNSPEC,
9345         * modified selection scheme of frame pointer generation. Previously
9346         if function did use local registers a frame pointer was generated,
9347         now a frame pointer is generated only if function has arguments
9348         (that need PLUSW2 register access), or has stack arguments, or the
9349         compiler is not instructed to omit the frame pointer,
9350         * (genEndFunction): before restoring local registers that were saved
9351         in the function preamble, also restore the registers that *might*
9352         have been allocated for stack access,
9353         * (genRet): removed some old comments,
9354         * (genCmp, the active (RN's) version): added a call to the
9355         pic16_genCmp_special function to perform the compare with a more
9356         robust and optimized way,
9357         * (genInline): a feature has been added in inline code generation,
9358         which allows a wildcard variable substitution when writing inline
9359         assembly. Code is incomplete and experimental therefore undocumented,
9360         * (genCast): changed order of aopOp for result and right to allow
9361         aopForSym to directly load the result if possible,
9362         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
9363         perform an optimized compare on some selected special occasions,
9364         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
9365         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
9366         generate an IVT any more,
9367         * src/pic16/main.c (pic16_optionsTable): added command line option
9368         --optimize-cmp,
9369         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
9370         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
9371         macros,
9372         * src/pic16/NOTES: Raphael Neider added in list of active developers
9373         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
9374         jumptable_end to prevent bug #,
9375         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
9376         inCond and outCond fields,
9377         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
9378         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
9379         turn off register spilling,
9380         * (packRegsForOneUse): synced with other ports' versions although it
9381         is not used currently,
9382         * (pic16_packRegisters): added an optimization while reading
9383         structure bitfields, some registers may be saved (malloc code is
9384         decreased by 80 bytes)
9385
9386 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
9387
9388         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
9389         left is a bitfield, if yes, then don't optimize assignment. Perhaps
9390         this can be optimized more?
9391
9392 2005-03-10 Raphael Neider <rneider AT web.de>
9393
9394         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
9395           genNearPointerGet): (hopefully) fixed access to bitfields via
9396           pointers (p->bitN = x; and x = p->bitN; failed)
9397
9398 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
9399
9400         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
9401
9402 2005-03-09 Raphael Neider <rneider AT web.de>
9403
9404         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
9405
9406 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
9407
9408         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
9409         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
9410           (regTypeNum): set REG_BIT type if necessary
9411         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
9412         * support/regression/tests/critical.c: check bug 1144613
9413
9414 2005-03-02 Raphael Neider <rneider AT web.de>
9415
9416         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
9417
9418 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9419
9420         * src/avr/ralloc.c (serialRegAssign),
9421         * src/ds390/ralloc.c (serialRegAssign),
9422         * src/hc08/ralloc.c (serialRegAssign),
9423         * src/mcs51/ralloc.c (serialRegAssign),
9424         * src/pic/ralloc.c (serialRegAssign),
9425         * src/pic16/ralloc.c (serialRegAssign),
9426         * src/xa51/ralloc.c (serialRegAssign),
9427         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
9428
9429 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
9430
9431         * src/SDCCast.c (decorateType): fixed bug 1124787
9432
9433 2005-02-20 Hubert Sack <sack AT digiplan.de>
9434         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9435
9436         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
9437         patch #1121755
9438
9439 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9440
9441         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
9442         to keep the correct label reference count when adding/removing references
9443         to labels. A peephole file using this is appended to patch #1144962.
9444
9445 2005-02-14 Raphael Neider <rneider AT web.de>
9446
9447         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
9448         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
9449         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
9450           retrievals of result operand's value on assignment
9451
9452 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
9453
9454         * device/include/pic16/string.h: modified prototype for memccpy()
9455         to memccpy(void *, void *, char, size_t)
9456         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
9457         check whether to omit frame pointer or not,
9458         * (genInline): convert all occurences of "\n" to LF in inline
9459         assembler blocks, this helps formatting the inline text,
9460         * (pic16_loadFSR0): modified prototype,
9461         * (genNearPointerGet, genNearPointerSet): reorganization of code,
9462         removed some 8051 legacy code,
9463         * (genPackBits): enabled handling bitfields exceeding one byte in size,
9464         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
9465         before allocating temporary registers in functions,
9466
9467 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
9468
9469         * support/regression/tests/bitvars.c: corrected the "fix"
9470
9471 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
9472
9473         * support/regression/tests/bitvars.c,
9474         * support/regression/tests/bitwise.c,
9475         * support/regression/tests/rotate.c: "fixed" problems on Alpha
9476
9477 2005-02-10 Raphael Neider <rneider AT web.de>
9478
9479         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
9480           different size for Alpha
9481         * src/pic16/gen.c (genCmpEq) : improved compare with 0
9482
9483 2005-02-09 Raphael Neider <rneider AT web.de>
9484
9485         * src/SDCC.lex(doPragma) : save and restore warning options as well
9486           (also added new stack plus clone- and copyAndFreeSDCCERRG())
9487         * have #pragma less_pedantic set the errorlevel to WARNING
9488           (fixes #1117001)
9489         * (cloneOptimize) : fixed wrong malloc's size
9490         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
9491           facilitate correct handling of #pragma (save|restore)
9492
9493 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
9494
9495         * src/mcs51/gen.c: removed non-standard C nameless struct/union
9496
9497 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
9498
9499         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
9500
9501 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
9502
9503         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
9504
9505 2005-02-02 Raphael Neider <rneider AT web.de>
9506
9507         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
9508         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
9509         * (pic16_storeForReturn): fixed to allow returning function pointers
9510         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
9511         * device/include/pic16/{stddef.h,stdbool.h}: added
9512
9513 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
9514
9515         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
9516
9517 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
9518
9519         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
9520         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
9521          appeared to be required
9522
9523 2005-01-31 Borut Razem <borut.razem AT siol.net>
9524
9525         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
9526           include/mcs51 and include/z80 directories to the package
9527
9528 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9529
9530         * src/hc08/gen.c (genFunction): fixed bug #1112752
9531
9532 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9533
9534         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
9535
9536 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9537
9538         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
9539
9540 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
9541
9542         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
9543
9544 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
9545
9546         * device/include/c8051fxxx.h: removed these 6 files
9547         * device/include/mcs51/c8051fxxx.h: added these 11 new files
9548
9549 2005-01-26 Raphael Neider <rneider AT web.de>
9550
9551         * src/pic16/gen.c (genAssign): fixed assignment from longs
9552           in codespace (were cut to three bytes)
9553         * (genDummyRead): implemented (except for CODESPACE...),
9554           fixed bug #1108575
9555         * src/pic16/glue.c (emitStatistics): beautified
9556         * device/lib/pic16/libm/Makefile: added include path
9557
9558 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9559
9560         * src/z80/gen.c (aopPut): fixed bug #1103902
9561
9562 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9563
9564         * device/lib/expf.c: fixed bug #1095792
9565
9566 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
9567
9568         * device/lib/pic16/libm: added Math library sources
9569
9570 2005-01-24 Raphael Neider <rneider AT web.de>
9571
9572         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
9573           to enable upcast to pCodeOpReg2 (there is no type tag to
9574           differenciate the two and pic16_popGet2p cast into PCOR2)
9575         * src/pic16/main.c (_process_pragma): fixed another malloc bug
9576           (sizeof(sectNames) changed to sizeof(sectName))
9577           Both patches fix segfaults under MinGW.
9578
9579 2005-01-23 Raphael Neider <rneider AT web.de>
9580
9581         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
9582           Safe_[mc]?alloc()'ed variables
9583         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
9584           of (byte sized) temporaries (assign them to WREG for now)
9585         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
9586           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
9587           this might fix SIGSEGVs on MinGW...
9588         * src/SDCCopt.c (killDeadCode): restored original behaviour
9589           (volatile operands might get thrown away though)
9590
9591 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
9592
9593         * src/pic16/gen.c: fixed bug #1106975,
9594         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
9595         pointer update, INTCON is saved, global interrupts are disabled and
9596         restored after updateing TOS.
9597         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
9598         * added function attribute 'shadowregs' to take advantage of shadow
9599         registers,
9600         * added function attribute 'wparam' as an alternative to the wparam
9601         pragma,
9602         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
9603         user declares a non-ISR function as 'shadowregs',
9604         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
9605
9606 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
9607
9608         * .version: bumped version number to 2.4.8
9609         * device/lib/pic16/pics.all: list of PIC18F devices supported by
9610         pic16 port,
9611         * device/lib/pic16/libio/i2c/: I2C module support library,
9612         * device/include/pic16/i2c.h: I2C support library header,
9613         * device/lib/pic16/libc/stdio/: standard IO support sources,
9614         * (printf_small.c): printf_small() source, supports float print,
9615         * (printf_tiny.c): printf_tiny() source, does not support floats,
9616         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
9617         enable global optimizations for entire library source, other
9618         Makefiles in the source tree are also modified to reflect this,
9619         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
9620         function,
9621         * doc/sdccman.lyx: updated to reflect new changes,
9622         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
9623         sym->onStack if-case,
9624         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
9625         sbit, idata, _idata, xdata, _xdata,
9626         * added pragma library, to link an external library, (see doc),
9627         * removed command line options, --pomit-config-words, --pomit-ivt,
9628         --pleave-reset-vector,
9629         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
9630         when calling assembler to reflect memory model used, also define
9631         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
9632         reflect stack model used,
9633         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
9634         on stack return NULL,
9635
9636 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
9637
9638         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
9639           of the operands is volatile. Fixes #1020220
9640
9641 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
9642
9643         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
9644         * (OptimizeRegUsage): make sure that there is really no other flow where
9645           the first pCode is used
9646
9647 2005-01-22 Raphael Neider <rneider AT web.de>
9648
9649         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
9650           to fix #1106967 (pCode->seq are not set up correctly)
9651
9652 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9653
9654         * src/SDCCglue.c (glue): make sure code area is declared before the
9655         static initialization area.
9656
9657 2005-01-21 Raphael Neider <rneider AT web.de>
9658
9659         * device/lib/Makefile.in: fixed test for pic16 install dir
9660         * device/lib/pic16/*/Makefile*: modified compile flags to enable
9661           optimizations
9662         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
9663           added --optimize-goto compiler switch and pragma wparam documentation
9664         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
9665         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
9666           and PRODH closing bug #1071770 (peephole optimizer)
9667
9668 2005-01-19 Raphael Neider <rneider AT web.de>
9669
9670         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
9671           cmdLine buffers (used when calling sdcpp...) are large enough
9672           (MAX_PATH=256 truncates arguments leading to system halts when
9673           used in MinGW...)
9674         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
9675         * (genUminus): rewritten to for efficiency
9676         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
9677           used uninitialized in some cases)
9678         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
9679           copy the third byte from the int -- now assumes 0x80 (data memory)
9680         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
9681           operands (genAddLit expects the iCode's operands to swapped as
9682           well), fixed leftover bytes (crashed for short left operands)
9683         * (pic16_genMinusDec): performance improvements, removed false
9684           PIC14 emitSKPNCs
9685         * (pic16_genMinus): fixed to cope with differently sized operands
9686         * src/pic16/glue.c (pic16_glue): added new banksel optimization
9687           for --obanksel > 1
9688         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
9689         * src/pic16/graph.[ch]: implementation of directed graphs, used by
9690           new banksel optimization
9691         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
9692           analysis for temporary registers (segfaults...)
9693         * src/pic16/peeph.def: added rule
9694
9695 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
9696
9697         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
9698         which converts a float number to its ASCII representation
9699         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
9700         functions to convert the fractional and integer part of a float to ASCII,
9701         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
9702         realloc.c): added _MALLOC_SPEC to explicit place variables in data
9703         ram
9704         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
9705         _STATMEM macros,
9706         * device/include/pic16/adc.h: added GPL info,
9707         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
9708         a pCodeOp as tested operand,
9709         * (genNearPointerGet): optimized bit testing, does not use
9710         intermediate register for bit value, test directly instead with
9711         BTFSS, BTFSC, works only for single bits,
9712         * (genpic16Code): dump the name of the iCode in the asm,
9713         * src/pic16/ralloc.c (decodeOp): removed static declaration and
9714         renamed to pic16_decodeOp,
9715         * (serialRegAssign): do not allocate a temporary register for iCode
9716         sequences that test a single bit for 1/0
9717
9718 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
9719
9720         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
9721         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
9722         access stack and frame pointers. They are initially assigned to
9723         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
9724         accessing SFRs. Updated all occurences of modification of stack or
9725         frame pointer in gen.c and pcode.c,
9726         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
9727         assigning of a literal value to pointers,
9728         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
9729         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
9730         selected
9731
9732 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
9733
9734         * doc/sdccman.lyx: update documentation about stack pragma, added
9735         some info for stack memory models
9736
9737 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9738
9739         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
9740
9741 2005-01-08 Raphael Neider <rneider AT web.de>
9742
9743         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
9744           udata sections to fix bug #1097823
9745
9746 2005-01-05 Raphael Neider <rneider AT web.de>
9747
9748         * src/pic16/gen.c (genGenericShift): added handling of differently
9749           sized left operand and result
9750
9751 2005-01-04 Raphael Neider <rneider AT web.de>
9752
9753         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
9754         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
9755           to hold the condition bit)
9756         * added new version of genCmp (old code available via #define)
9757         * added new version of genShiftLeft/genShiftRight in a generic
9758           way, now supports shifting by negative values
9759         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
9760           shiftCount (expected by genGenericShift)
9761         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
9762         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
9763           dump
9764         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
9765           is an invalid literal too...)
9766
9767 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
9768
9769         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
9770         from Raphael Neider,
9771         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
9772         for 8-bit literals. This fixes some literal operands which are sign
9773         extended to 16-bits ints when instruction needs only 8-bits.
9774
9775 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
9776
9777         * device/lib/logf.c: added mcs51 assembly version
9778         * device/lib/expf.c: added mcs51 assembly version
9779         * device/lib/_logexpf.c: new shared asm code for expf and logf
9780         * device/include/math.h: add defines for assembly math library
9781         * device/lib/Makefile.in: build new _logexpf.c
9782         * device/lib/libfloat.lib: use new _logexpf.c
9783
9784 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
9785
9786         * src/pic/device.c
9787         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
9788           device types which have less than 0x7f registers.
9789
9790 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
9791
9792         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
9793
9794 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
9795
9796         * device/lib/printf_fast.c: only build on supported arch.
9797         * device/lib/printf_tiny.c: only build on supported arch.
9798         * device/lib/printf_fast_f.c: only build if asm float lib
9799         * device/lib/_fsget1arg.c: only build if asm float lib
9800         * device/lib/_fsget2args.c: only build if asm float lib
9801         * device/lib/_fsnormalize.c: only build if asm float lib
9802         * device/lib/_fsreturnval.c: only build if asm float lib
9803         * device/lib/_fsrshift.c: only build if asm float lib
9804         * device/lib/_fsswapargs.c: only build if asm float lib
9805         * device/include/stdio.h: don't provide print_fast,
9806           print_fast_f, print_tiny prototypes if --xstack used
9807
9808 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
9809
9810         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
9811         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
9812           to the SOURCES
9813
9814 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
9815
9816         * device/lib/printf_fast_f.c: same as printf_fast, but
9817           with floating point enabled
9818         * device/lib/printf_fast.c: minor tweaks
9819         * device/include/stdio.h: add printf_fast_f
9820
9821 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
9822
9823         * src/SDCCmain.c: make --float-reent default for mcs51
9824         * device/lib/_fsadd.c: added mcs51 assembly version
9825         * device/lib/_fssub.c: added mcs51 assembly version
9826         * device/lib/_fsmul.c: added mcs51 assembly version
9827         * device/lib/_fsdiv.c: added mcs51 assembly version
9828         * device/lib/_fseq.c: added mcs51 assembly version
9829         * device/lib/_fsneq.c: added mcs51 assembly version
9830         * device/lib/_fsgt.c: added mcs51 assembly version
9831         * device/lib/_fslt.c: added mcs51 assembly version
9832         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
9833         * device/lib/Makefile.in: add _fscmp to build
9834         * device/lib/libfloat.lib: add _fscmp to build
9835
9836 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
9837
9838         * device/lib/_fs2slong.c: added mcs51 assembly version
9839         * device/lib/_fs2sint.c: added mcs51 assembly version
9840         * device/lib/_fs2schar.c: added mcs51 assembly version
9841         * device/lib/_fs2ulong.c: added mcs51 assembly version
9842         * device/lib/_fs2uint.c: added mcs51 assembly version
9843         * device/lib/_fs2uchar.c: added mcs51 assembly version
9844         * device/lib/_slong2fs.c: added mcs51 assembly version
9845         * device/lib/_sint2fs.c: added mcs51 assembly version
9846         * device/lib/_schar2fs.c: added mcs51 assembly version
9847         * device/lib/_ulong2fs.c: added mcs51 assembly version
9848         * device/lib/_uint2fs.c: added mcs51 assembly version
9849         * device/lib/_uchar2fs.c: added mcs51 assembly version
9850         * device/include/float.h: added #define to select asm vs c
9851
9852 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
9853
9854         * device/lib/printf_fast.c: improvements to float output
9855         * device/include/float.h: add defines for assembly float library
9856         * device/lib/_fsget1arg.c: receive 1 float arg
9857         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
9858         * device/lib/_fsnormalize.c: normalize a float
9859         * device/lib/_fsreturnval.c: return float, various helper routines
9860         * device/lib/_fsrshift.c: right shift a float's mantissa
9861         * device/lib/_fsswapargs.c: swap 2 floats
9862         * device/lib/Makefile.in: build these 6 new files for mcs51
9863         * device/lib/libfloat.lib: add these 6 files to the library
9864
9865 2004-12-26 Borut Razem <borut.razem AT siol.net>
9866
9867         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
9868           built by gcc 3.4.2
9869
9870 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
9871
9872         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
9873           and fully reentrant and register bank neutral.
9874         * device/lib/printf_fast.c: added float (not enabled by default),
9875           added compact/slower integer (also not enabled by default),
9876           improved size/speed of fast integer code, other minor changes
9877         * device/include/stdio.h, device/lib/Makefile.in,
9878           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
9879
9880 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
9881
9882         * src/pic16/pcode.c: declaring variables other than at the start of a
9883           block is not supported in C by VC6.
9884
9885 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
9886
9887         * applied a previous patch from Raphael Neider that wasn't included
9888         in the previous commits, which fixes infinite loops within jumptable
9889         improvements,
9890         * made some fixes that previous patches introduced
9891
9892 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
9893
9894         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
9895         that fixes an issue with AOP_PCODE asmop's offset,
9896         * (pic16_popCopyReg): update instance field too,
9897         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
9898         function of pic port,
9899         * (genCmp, genAnd, genAssign),
9900         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
9901
9902 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
9903
9904         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
9905         variables initial values to idata section,
9906         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
9907         variables in some functions. This utilizes parmBytes field of iCode
9908         structure to hold the offset of the variable in stack. (might be
9909         able to use the stack field too?)
9910         * applied patch from Raphael Neider # ### , # ###
9911         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
9912         variable initial values in idata section,
9913         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
9914         for static variables with initial value
9915         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
9916         applied fix in while loop from Raphael Neider.
9917
9918 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
9919
9920         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
9921         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
9922         * src/ds390/ralloc.c (serialRegAssign): spill bits
9923         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
9924         * support/Util/SDCCerr.c,
9925         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
9926         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
9927         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
9928
9929 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
9930
9931         * device/include/sdcc-lib.h: inserted LGPL, added includes
9932           asm/ds390/features.h and asm/mcs51/features.h
9933         * device/include/asm/default/features.h,
9934         * device/include/asm/gbz80/features.h,
9935         * device/include/asm/z80/features.h: added empty _AUTOMEM
9936           and _STATMEM
9937         * device/include/asm/ds390/features.h,
9938         * device/include/asm/mcs51/features.h: added files with defines for
9939           _AUTOMEM and _STATMEM indicating automatic and static storage class
9940         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
9941         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
9942         * src/SDCCicode.c (geniCodeCast),
9943         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
9944         * src/SDCCloop.c (loopInduction): removed unused variable lr
9945         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
9946           to convertToFcall to include char modulo (RFE 1065037), added check
9947           if left operand is unsigned and use abs of literal value
9948         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
9949           as it doesn't work after conversion from peephole.def to peephole.rul
9950         * src/mcs51/gen.c (toBoolean): added check for size,
9951           (genModOneByte): optimized code for signed char modulo a literal
9952           power of 2 (thanks to Hubert Sack),
9953           (genRRC): removed unnecessary "clr c",
9954           (genRLC): replaced "add a,acc" with cheaper "rlc a"
9955         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
9956           jump optimization,
9957           swapped rules 256.c and 256.d,
9958           extended 256.d by using new multiple checks (thanks Erik),
9959           added rules 256.e and 256.f,
9960           updated rule 261.a and 261.b to new generated code
9961         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
9962
9963 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9964
9965         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
9966           induction related bugs, including first part of bug #1074377
9967
9968 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
9969
9970         * applied patch from bug-report #1076292,
9971         * applied patches for genAnd and Goto-optimizations for Raphael
9972         Neider,
9973         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
9974         dump a less iCode information,
9975         * src/pic16/device.h (pic16_options_t): added field debgen,
9976         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
9977         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
9978         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
9979         puclic,
9980         * (various functions): added macros FENTRY and FENTRY2 to functions,
9981         to emit function prologue,
9982         * (various functions): fixed indentation,
9983         * (genNearPointerGet): fixed loading of FSR0,
9984         * (genPackBits): applied patch from Raphael Neider to fix updating
9985         of FSR0 and touching only the modified bits,
9986         * src/pic16/genarith.c (various functions): added macros FENTRY to
9987         emit function prologue in comments,
9988         * src/pic16/pcode.h: added functions debugf2, debugf3,
9989         * src/pic16/ralloc.c: partial fix for packForPush caused
9990         segmentation fault,
9991
9992 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9993
9994         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
9995           <stsp AT users.sourceforge.net> with reversed byte order
9996         * support/regression/tests/rotate.c: added (ds390 skips some tests)
9997
9998 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9999
10000         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
10001           bug #1074377
10002         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
10003         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
10004
10005 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
10006
10007         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
10008
10009 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10010
10011         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
10012           conditions,
10013           (setFromConditionArgs): friendly operand parser for peephole rules,
10014           (operandBaseName, operandsNotRelated): new peephole condition
10015           "operandsNotRelated" -- similar to "operandsNotSame", but takes
10016           architecture specific register naming into account, handles n-way
10017           comparisons, and supports quoted literals
10018         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
10019
10020 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10021
10022         * src/mcs51/peeph.def: fixed bug #1076940
10023
10024 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
10025
10026         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
10027
10028 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10029
10030         Adding support for replacing ljmps with sjmps in jumptables
10031         generated for switch statements. For now you need to set the
10032         environment variable SDCC_SJMP_JUMPTABLE to enable this.
10033         Now 4 algorithms for mcs51 jumptable generation are used:
10034         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
10035         addresses loaded pc-relative for up to 112 cases and stack-pushing
10036         target addresses loaded with offset from dptr for up to 256 cases.
10037
10038         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
10039         * src/mcs51/main.c: adapted constants for switch table generation
10040         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
10041
10042 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
10043
10044         * device/lib/printf_large.c (_print_format): fixed bug 1073386
10045         * support/regression/tests/bug1057979.c: added test for bug 1073386
10046
10047 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
10048
10049         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
10050         compilers
10051
10052 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
10053
10054         * src/pic16/device.h,
10055         * src/pic16/genarith.c,
10056         * src/pic16/glue.c,
10057         * src/pic16/main.c,
10058         * src/pic16/pcode.c: applied patches #1068154 and #1070213
10059
10060 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
10061
10062         Large cummulative patch for pic16 port.
10063         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
10064         to call when a stack overflow occurs,
10065         * (malloc.h): added CVS Id tag,
10066         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
10067         variable,
10068         * added libc directory. The current version of LibC contains string
10069         functions, ctype functions and macros and some functions of the
10070         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
10071         be extensively tested in the future. Standard disclaimer here.
10072         Library is not automatically build yet. But one can build it by
10073         invoking 'make' inside the libc directory.
10074         * added ADC library under libio. Preliminary version yet.
10075
10076         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
10077         * src/pic16/gen.c (aopForRemat): asmop size is filled by
10078         aopForRemat() now and not by pic16_aopOp(),
10079         * (pic16_popGetTempReg): removed warning messgae when allocating
10080         temporary registers, its a buggy feature and will be removed,
10081         * (pic16_popGet): set register instance field in AOP_CRY,
10082         * (pic16_outBitC): fixed for results in size greater than 1,
10083         * (genUminusFloat): fixed for pic16, ported code from mcs51,
10084         * (pic16_storeForReturn): optimized return of 0,
10085         * (genCmp): experimental code for new genCmp which uses PIC18's
10086         special compare&skip instructions. Initial tests fail some times
10087         with variables grater than 1 byte in size, so new code is disabled,
10088         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
10089         a single bit,
10090         * (genCast): began a fix to optimize the casting of a bit to another
10091         bit, now assigning a bitfield to another bitfield will fail, sorry,
10092         * src/pic16/main.c: disabled the use of lr-support feature,
10093         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
10094         * added some function prototypes, added function _debugf prototype,
10095         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
10096         bits with offset (case PO_GPR_BIT),
10097         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
10098         command line,
10099         * (isBankInstruction): modified to return 0 for no banking instruction,
10100         and 1 for banking instruction,
10101         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
10102         caused stop processing pCodes after a inline assembly block,
10103         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
10104         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
10105         registers when it shouldn't,
10106         * src/pic16/ralloc.c (allocReg): add preliminary support for
10107         supporting a limited set of temporary registers,
10108
10109 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10110
10111         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
10112           genDataPointerSet): ensure assignments always copy in MSB to LSB
10113           order,
10114           (loadRegFromAop): recognize CLRH optimization,
10115           (genFunction): optimize RECEIVE iCodes in reentrant functions
10116
10117 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10118
10119         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
10120           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
10121           selected.
10122         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
10123         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
10124           contiguous with data
10125
10126 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10127
10128         * device/lib/_gptrget.c (_gptrget),
10129         * device/lib/_gptrgetc.c (_gptrgetc),
10130         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
10131           instead of sjmp to ret
10132         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
10133           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
10134
10135 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
10136
10137         * .version: bumped version to 2.4.7
10138         * device/lib/_gptrget.c (_gptrget): is now _naked
10139         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
10140         * device/lib/_gptrput.c (_gptrput): is now _naked
10141         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
10142           (createFunction): fixed xstack
10143         * src/SDCCglue.c (emitMaps): set allocation required for bit area
10144         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
10145           or bit either,
10146           (geniCodeCritical): store original interrupt state in an iTemp bit
10147           var unless stack-auto
10148         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
10149         * src/SDCCmain.c (setIncludePath): added include/target to search path
10150         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
10151         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
10152           prototype,
10153           (processFuncArgs): put bit vars in bit area
10154         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
10155           unsaveRBank): fixed xstack,
10156           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
10157           (genFunction, genEndFunction): fixed xstack,
10158           (genAssign): optimization don't walk backwards through mem
10159         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
10160         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
10161         * support/regression/Makefile: also make library (for stack-auto) when
10162           making "all" and added "test-mcs51-xstack-auto"
10163         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
10164         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
10165         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
10166         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
10167         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
10168           make-library by MAKE_LIBRARY
10169         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
10170           regression tests for xstack
10171         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
10172         * support/regression/tests/critical.c: test for critical on mcs51
10173
10174 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10175
10176         * support/regression/ports/ucz80/spec.mk: use include and lib files from
10177           built version of sdcc instead of installed version
10178
10179 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
10180
10181         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
10182         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
10183           vprintf.c now
10184         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
10185         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
10186           WARNING: remove device/lib/build/z80/printf.o by hand when
10187           updating from previous build!
10188         * device/lib/z80/printf.c: updated comment
10189         * support/regression/tests/bug1057979.c: test all ports now
10190         * support/regression/tests/bug1065458.c: file added
10191
10192 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10193
10194         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
10195           *_start and *_end symbols for static functions
10196
10197 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
10198
10199         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
10200           and search crt0.o in all library paths,
10201           (setIncludePath): proper handling of --nostdinc,
10202           (setLibPath): proper handling of --nostdlib
10203         * support/regression/Makefile,
10204         * support/regression/ports/ds390/spec.mk,
10205         * support/regression/ports/gbz80/spec.mk,
10206         * support/regression/ports/hc08/spec.mk,
10207         * support/regression/ports/mcs51/spec.mk,
10208         * support/regression/ports/mcs51-large/spec.mk,
10209         * support/regression/ports/mcs51-stack-auto/spec.mk,
10210         * support/regression/ports/z80/spec.mk: use include and lib files from
10211           built version of sdcc instead of installed version
10212         * doc/sdccman.lyx: fixed typo in --nostdinc
10213
10214 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
10215
10216         * src/pic/pcode.c,
10217         * src/pic/device.c,
10218         * src/pic/ralloc.c,
10219         * src/pic/gen.c : added support to generate code for struct bit fields.
10220
10221 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
10222
10223         * as/xa51/xa_version.h,
10224         * device/include/errno.h,
10225         * device/include/regc515c.h,
10226         * device/lib/_itoa.c,
10227         * device/lib/_ltoa.c,
10228         * device/lib/ser_ir_cts_rts.c,
10229         * sim/ucsim/xa.src/glob.cc,
10230         * sim/ucsim/xa.src/inst_gen.cc,
10231         * sim/ucsim/xa.src/xa_bit.cc,
10232         * sim/ucsim/xa.src/xa_sfr.cc,
10233         * sim/ucsim/z80.src/inst_dd.cc,
10234         * sim/ucsim/z80.src/inst_fdcb.cc,
10235         * support/scripts/keil2sdcc.pl,
10236         * src/pic16/pic16.dsp,
10237         * src/pic16/pic16a.dsp: corrected cvs line endings
10238         * device/lib/printf_large.c: fixed bug 1057979
10239         * src/pic16/gen.c: fixed non-C standard code
10240         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
10241         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
10242         * support/regression/ports/mcs51/support.c: reload T1 asap
10243         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
10244           pdata use and clear idata startup behaviour
10245         * support/regression/tests/bug1057979.c: added
10246
10247 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
10248
10249         * device/examples/ds390/ow390/ad26.h,
10250         * device/examples/ds390/ow390/cnt1d.h,
10251         * device/examples/ds390/ow390/crcutil.c,
10252         * device/examples/ds390/ow390/ownet.h,
10253         * device/examples/ds390/ow390/owsesu.c,
10254         * device/examples/ds390/ow390/swt12.h,
10255         * device/examples/ds390/ow390/swtoper.c,
10256         * device/examples/ds390/ow390/temp10.h,
10257         * device/examples/ds390/ow390/thermodl.c,
10258         * device/examples/ds390/tinitalk/tinitalk.dsp,
10259         * device/examples/ds390/tinitalk/tinitalk.dsw,
10260         * device/examples/mcs51/clock/hw.h,
10261         * device/examples/mcs51/simple2/go.bat,
10262         * device/examples/serialcomm/windows/serial.h,
10263         * device/examples/xa51/dummy.c,
10264         * device/examples/xa51/hello.c,
10265         * device/include/80c51xa.h,
10266         * device/include/at89x051.h: corrected cvs line endings
10267
10268 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
10269
10270         * src/pic16/main.c (options): added command line --gstack, to trace
10271         stack over/under flows,
10272         * added pragma 'wparam' to allow passing first byte of function
10273         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
10274         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
10275         call to __gstack_test function and sets up the symbol as extern,
10276         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
10277         * popaop): added call to pic16_testStackOverflow,
10278         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
10279         wparamList list,
10280         * (genCall, genPcall): now all parameters are passed via stack
10281         except in functions that are pass to wparam pragma in which WREG is
10282         used too,
10283         * (genPcall): REENTRANT flag is checked to see if variable prototype
10284         contains reentrant keyword, don't call a non-reentrant function, via
10285         a reentrant function pointer or vice versa, functions are never
10286         passed via WREG,
10287         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
10288         D.Winkler,
10289         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
10290         SIGSEGV when accessing a NULL register stucture,
10291         * (pic16_printGPointerType): modified to handle UPPER modifier for
10292         function initializers, changed prototype of function to simpler one,
10293         * (pic16_printIvalFuncPtr): check to see if function is already
10294         added in externs list,
10295         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
10296         optimized a move from W to SFR with a move to the same register
10297         later after a CALL,
10298         * device/lib/pic16/debug: NEW directory, contains debug features
10299         which are enabled when linking with libdebug.lib, currently command
10300         line option --gstack enables stack pointer tracing for over/under
10301         flow, corresponding sources are in debug/gstack
10302
10303 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
10304
10305         * doc/sdccman.lyx: updated SDCC version,
10306         * (PIC16 port): update list of command line options,
10307         * src/pic16/device.h (structure pic16_options_t): added field gstack
10308         to enable stack overflow tracing on push/pops,
10309         * src/pic16/device.c (statistics structure): added statistics
10310         structure,
10311         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
10312         pic16_dump_int_registers): increase statistics counters for each
10313         * variable which is encountered
10314         * (pic16_dump_usection): emit each .udata variable to its own udata
10315         section,
10316         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
10317         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
10318         parameters via stack, otherwise use old scheme,
10319         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
10320         assembler output file,
10321         * src/pic16/main.c: added command line options --gstack to enable
10322         push/pop tracing for stack overflow,
10323         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
10324         instructions): added size of each instruction,
10325         * (pic16_countInstruction): estimate size of instructions in
10326         the_pFile list, inline assembly blocks are not counted,
10327         * (pic16_FixRegisterBanking): trace previous register usage, when
10328         banksel optimizations is greater than 0, don't emit a redudant
10329         banksel directive,
10330
10331 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
10332
10333         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
10334         * src/pic16/ralloc.c : applied same fix for pic16.
10335         * src/pic/gen.c : tidied it up a little.
10336
10337 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10338
10339         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
10340         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
10341
10342 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10343
10344         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
10345
10346 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10347
10348         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
10349         non-reentrant function __modsint in the interrupt function (thus
10350         corrupting math operations during serial I/O)
10351         * device/lib/ser_ir.c: as above, changed buffersize
10352         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
10353         256.c,d for zeroing
10354         * doc/Makefile: added option -t for rsync
10355
10356 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10357
10358         * src/SDCCast.h (struct ast),
10359         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
10360
10361 2004-10-20 Borut Razem <borut.razem AT siol.net>
10362
10363         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
10364         package
10365
10366 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
10367
10368         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
10369         makefile targets,
10370         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
10371         support functions to replace long sequences of MOVFF's from access
10372         bank registers to stack and vice versa,
10373         * src/pic16/device.h: added new field opt_flags, where optimization
10374         flags can be set to enable certain features,
10375         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
10376         * pBlock, (genFunction, genEndFunction): surroung loop for
10377         saving/loading used registers in stack with PC_INFO pCodes,
10378         INF_LREGS. Code in between can then be optimized by pCode optimizer
10379         to support function calls,
10380         * (genDataPointerSet): fixed bug which loaded float fields in
10381         structures with corrupt data,
10382         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
10383         in a standard way debug info on stderr. Feature used for developing
10384         and debugging only,
10385         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
10386         obsolete chunks of code,
10387         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
10388         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
10389         * pic16/src/pcode.c (pic16_newpCodeInfo,
10390         * (pic16_newpCodeOpLocalRegs),
10391         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
10392         feature,
10393         * (pic16_pCodeConstString): printing of the initial value of a
10394         symbol as a comment is inhibited since parsing was already done by
10395         copyStr and output is corrupt,
10396         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
10397
10398 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10399
10400         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
10401
10402 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
10403
10404         * as/mcs51/lkarea.c: removed old K&R style,
10405           (lnksect): changed check on boundary error,
10406           (lnksect2): changed check on boundary error,
10407           (lnksect2): extend XSTK to end of page if size = 1
10408         * as/mcs51/lkmain.c: removed old K&R style,
10409           (Areas51): create l_IRAM symbol
10410         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
10411         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
10412           model-mcs51-stack-auto, added model-mcs51-xstack-auto
10413         * device/lib/_mullong.c: added version to be compiled with xstack
10414         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
10415         * device/lib/mcs51/crtxclear.asm: clear pdata as well
10416         * device/lib/mcs51/crtxstack.asm: fixed comment
10417         * src/SDCCglue.c: maxInterrupts defaults to 0,
10418           (emitMaps): added pdata,
10419           (createInterruptVect): (re)moved default,
10420           (glue): added pdata,
10421           (glue): moved __start__xstack to XSTK with default size 1
10422         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
10423           and options.float_rent when options.stackAuto is set,
10424           (linkEdit): only write XDATA_NAME if provided on command line
10425         * src/SDCCmem.h,
10426         * src/SDCCmem.c: added pdata
10427         * src/port.h: added pdata_name to PORT
10428         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
10429           (saveRegisters, unsaveRegisters): removed usage of B,
10430           (genMinus): fixed accumulator clash,
10431           (genJumpTab): added comment, this needs another look
10432         * src/mcs51/gen.c: added check for "B in use" paranoia,
10433           added pushB() and popB()
10434         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
10435           chance
10436         * src/avr/main.c,
10437         * src/ds390/main.c,
10438         * src/hc08/main.c,
10439         * src/mcs51/main.c,
10440         * src/pic/main.c,
10441         * src/pic16/main.c,
10442         * src/xa51/main.c,
10443         * src/z80/main.c: (reset_regparms) made void parameter explicit and
10444           added PSEG (PAG,XDATA) or NULL to port specifier
10445         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
10446         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
10447           (_mcs51_genInitStartup): removed __start__xstack equ,
10448           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
10449         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
10450         * src/z80/gen.c (_rleAppend): fixed warnings
10451         * support/regression/tests/zeropad.c: added pdata test
10452         * .version: bumped to 2.4.6
10453
10454 2004-10-17 Borut Razem <borut.razem AT siol.net>
10455
10456         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
10457         as a part of nightly build
10458
10459 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
10460
10461         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
10462         WREG holds the first byte function parameters,
10463         * (aopForSym): take special case for symbols which are in FARSPACE
10464         but in CODESPACE too,
10465         * (assignResultValue): modified to take into account _G.useWreg,
10466         * (genCall): don't use wreg for parameter passing when function is
10467         declared as reentrant, too, added optimization INCF to stack
10468         pointer when stack parameter count is 1,
10469         * (genFunction, genEndFunction): refurnished and fixed to not using
10470         wreg for passing parameters when function has varargs or is
10471         reentrant, fixed bug with symbol name compare for generating
10472         functions in absolute address,
10473         * (pic16_storeForReturn): refurnished,
10474         * (genCmp): began writing a new version of the function, not ready
10475         yet, therefore it is disabled,
10476         * (genAssign): do not read code memory when assigning a function to
10477         a pointer function,
10478         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
10479         array of characters, not pointer,
10480         * (pic16initialComments): in debug mode emit an .ident directive for
10481         the assembler,
10482         * (_process_pragma): emit a new warning type (internal to pic16)
10483         when setting stack to default length, emit a similar warning when
10484         placing a function at absolute address and address is not word aligned
10485         * (_pic16_parseOptions): added 'return TRUE' statement,
10486         * (_pic16_linkEdit): if compiling a source, then add the source's
10487         file object, first in the list of objects to link,
10488
10489 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
10490
10491         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
10492         * src/pic/main.c : removed VC warning.
10493         * src/pic/gen.c : changed comment.
10494
10495 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
10496
10497         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
10498         reference to a deprecated symbol _GPTRREG was causing failure to
10499         link. Thanks G. M. Gallant for the info.
10500
10501 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
10502
10503         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
10504         comments for Bugs item #954788.
10505
10506 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
10507
10508         * src/pic16/device.c (pic16_dump_gsection,
10509         * pic16_groupRegistersInSection): handle symbols declared to be in
10510         access bank differently,
10511         * src/pic16/gen.c (struct _G): added field resDirect,
10512         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
10513         send values read from stack directly to result and don't allocate
10514         temporary values,
10515         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
10516         same registers,
10517         * (pic16_sameRegsOfs): NEW,
10518         * (freeAsmop): if _G.resDirect is set then do not mark registers as
10519         free because they were not allocated from temporary pool,
10520         * pic16_popRegFromString): workaround to fix a problem with
10521         allocating variables twice or never,
10522         * (genGenPointerGet): using PRODL instead of FSR0H,
10523         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
10524         instead of FSR0H,
10525         * (genAssign): take advantage of the _G.resDirect flag,
10526         * (genCast): around line 11844, use mov2f instead of directly
10527         MOVFF'ing between operands to account for literal values,
10528         * src/pic16/genutils.c: some new debug functions for gpsim have been
10529         added,
10530         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
10531         float with integer part only,
10532         * src/pic16/main.c (_process_pragma): handle pragma udata access to
10533         place variables in access bank
10534         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
10535         updated sources to reflect recent changes in gen.c
10536
10537 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
10538
10539         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
10540         sources that searched for headers in installation path, now the
10541         device/include/pic16 is used,
10542         * src/pic16/glue.c (pic16glue),
10543         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
10544         .line directives if not in debug mode, this suppresses assembler's
10545         warnings for ignored directives
10546
10547 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
10548
10549         * src/port.h: made reset_regparms prototype void parameter explicit.
10550         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
10551         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
10552         * doc/sdccman.lyx: documented warning disabling and how to use
10553           printf_large to make it print floats.
10554         * device/include/stdbool.h: NEW
10555         * device/lib/_atof.c,
10556         * device/lib/_divuint.c,
10557         * device/lib/_divulong.c,
10558         * device/lib/expf.c,
10559         * device/lib/printf_large.c,
10560         * device/lib/sincosf.c,
10561         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
10562         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
10563           a completely reentrant lib.
10564
10565 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
10566
10567         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
10568         * device/include/pic16/stdio.h: fixed bug with colon
10569
10570 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
10571
10572         * device/include/pic16/stdio.h,
10573         * device/include/pic16/stdlib.h,
10574         * device/include/pic16/math.h: NEW
10575         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
10576         declared as _naked to reduce overhead
10577         * device/lib/Makefile.in (target port-specific-objects-pic16):
10578         changed * to *.* so to ignore the CVS directory,
10579         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
10580         stacked variables back in stack,
10581         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
10582         corruption
10583
10584 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
10585
10586         * .version: bumped version number to 2.4.5
10587         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
10588         * support/Util/SDCCerr.c (messages structure): added entry for
10589         W_POSSBUG2
10590
10591         Large cumulative patch for pic16 port and libraries.
10592         * device/include/pic16/sdcc-lib.h,
10593         * device/include/pic16/stdarg.h,
10594         * device/include/asm/pic16/features.h,
10595         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
10596         * device/include/pic16/float.h: changes reentrant keyword with
10597         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
10598         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
10599         updated target build-libraries to include objects from gptr,
10600         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
10601         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
10602         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
10603         all function headings,
10604         * src/SDCCmain.c: added global parameter userIncDirsSet,
10605         * (parseCmdLine): when option -I is encountered add directory to
10606         userIncDirsSet too,
10607         * src/version.awk: added space between control and long,
10608         * src/pic16/NOTES: added some notes for the port,
10609         * src/pic16/gen.c: added prototype for mov2fp function,
10610         * (fReturnpic16[]): properly named return value registers,
10611         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
10612         * (aopForSym): added code to handle symbols with onStack flag set,
10613         symbols onStack are allocated PTRSIZE bytes,
10614         * (aopFreeAsmop): handles special case where asmops are stack objects,
10615         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
10616         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
10617         added argument lock to trace flaws in allocating temporary registers
10618         when developing port,
10619         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
10620         * (pic16_popRegFromString): reenabled allocating a direct register
10621         from string,
10622         * (assignResultValue): various beautifications,
10623         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
10624         referenced function argument,
10625         * (genIpush): reenabled to allow stacked arguments, handles only
10626         ic->parmPush iCodes,
10627         * (genCall, genPcall): major changes to allow for variable argument
10628         functions, fixed a bug with falsely restoring stack pointer after
10629         returning from call,
10630         * (genFunction): pending code for critical function,
10631         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
10632         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
10633         * (genNearPointerGet): fixed bug with indirect reading, was always
10634         reading from INDF0
10635         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
10636         pointers,
10637         * (genAddrOf): rewrote code to take address of a stacked function parameter
10638         * (genCast): fixed casting to generic pointer type,
10639         * src/pic16/gen.h: added AOP_STA,
10640         * (struct asmop): added field stk,
10641         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
10642         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
10643         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
10644         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
10645         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
10646         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
10647         generic pointers,
10648         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
10649         and library paths,
10650         * (pic16_port structure): generic pointer size is set to 3,
10651         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
10652         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
10653         compiler warning,
10654         * src/pic16/ralloc.c (allocReg): prevent allocating register when
10655         operand is an iTemp,
10656
10657 2004-09-24 Martin Helmling <mh AT octo-soft.de>
10658
10659         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
10660         * debugger/mcs51/simi.c: addapt new syntax of s51
10661
10662 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
10663
10664         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
10665         * src/pic16/pcode.c: commented out some calls to free() in order to
10666         fix bug #989576,
10667
10668 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10669
10670         * src/SDCCicode.h,
10671         * src/SDCCicode.c (isiCodeInFunctionCall),
10672         * src/avr/ralloc.c (selectSpil),
10673         * src/pic/ralloc.c (selectSpil),
10674         * src/pic16/ralloc.c (selectSpil),
10675         * src/ds390/ralloc.c (selectSpil),
10676         * src/hc08/ralloc.c (selectSpil),
10677         * src/xa51/ralloc.c (selectSpil),
10678         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
10679         stack in the middle of a function call sequence (fixes bug #1020268)
10680         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
10681         costs associated with the minimum switch case.
10682
10683 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10684
10685         * src/SDCC.lex: fixed bug #1030549
10686
10687 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10688
10689         * src/SDCCcse.h (struct cseDef),
10690         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
10691         over a function call if the CSE is derived from a symbol whose
10692         address has been taken (fixes bug #1029883)
10693         * support/regression/tests/bug-1029883: a new regression test for
10694         this bug
10695
10696 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10697
10698         * src/hc08/gen.c (emitinline): fixed bug #1029778
10699         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
10700         to a cast object is no longer a syntax error ("fixes" bug #1030006,
10701         and starts toward RFE #905167)
10702
10703 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
10704
10705         * src/pic16/gen.c (mov2f): New function to move an operand to
10706         another without considering if it is a literal or a register,
10707         * (pic16_sameRegs): don't check if they are both AOP_REG,
10708         * (AccRsh): removed andmask=0 lines,
10709         * (genLeftShift): duplicated to be improved in future versions,
10710         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
10711         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
10712         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
10713         * (pic16initMnemonics): added initialization for POC_INFSNZW,
10714         * (insertBankSwitch): fixed inserting banksel directives algorithm
10715         for instructions that follow a skip instruction, this fixes a report
10716         for broken subtraction code generation,
10717         * src/pic16/ralloc.c (deassignLRs): do not free register if current
10718         iCode is a left op, just in case result and right share the same
10719         registers
10720
10721 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10722
10723         * src/hc08/main.c,
10724         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
10725         preservation of HX
10726         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
10727         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
10728         on 2004-09-12; it was buggy
10729
10730 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
10731
10732         * src/SDCCsymt.h: removed RESULT_CHECK
10733         * src/SDCCast.c,
10734         * src/SDCCglue.c,
10735         * src/SDCCval.c,
10736         * src/pic/glue.c,
10737         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
10738
10739 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
10740
10741         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
10742         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
10743         configuration values no more rejected by compiler, they are assigned
10744         to configuration registers with a warning message instead,
10745         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
10746         the for-loop so last conf register is emitted too,
10747         * (_pic16_initPaths): link library libsdcc.lib by default,
10748         * (_hasNativeMulFor): modified test for multiplication according to
10749         Raphael Neider's remarks. Integer multiplication is also done with
10750         support functions,
10751         * device/include/pic16/pic18fregs.h: corrected type error in while
10752         testing and including 18f6720 header file
10753
10754 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
10755
10756         * src/pic16/device.h (pic16_options): removed field use_crt,
10757         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
10758         until an optimization to handle single bits is added,
10759         * (pic16_loadFSR0): moved before genUnpackBits,
10760         * (genAnd): some white lines removed,
10761         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
10762         leave_reset flags in pic16_options when using crt modules,
10763
10764 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
10765
10766         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
10767           for bugs 898889 & 979599. Also used some safer print instructions.
10768
10769 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
10770
10771         * src/pic16/device.h (pic16_options_t): added field use_crt,
10772         crt_name, no_crt,
10773         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
10774         catch a probable future bug,
10775         * src/pic16/gen.c: aopIdx function commented out,
10776         * (genAssign): commented out old code which used aopIdx,
10777         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
10778         code, added if conditionals to take into account the --use-crt
10779         command line options,
10780         * src/pic16/main.c (pic16_optionsTable): added new command line
10781         options, --use-crt= and --no-crt,
10782         * (_pic16_linkEdit): now the proper crt object is added in the
10783         linker command line except than when --no-crt is specified,
10784         * src/pic16/pcode.c,
10785         * src/pic16/pcode.h: added some structures and functions for a new
10786         optimization scheme to compansate for instruction overhead between
10787         same iCodes, this scheme is currently under development and is not
10788         working in any way,
10789         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
10790         to && operator,
10791         * device/lib/pic16/startup/crt0i.c,
10792         * device/lib/pic16/startup/crt0iz.c: added global char variable
10793         __uflags to force the generation of an idata section
10794
10795 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
10796
10797         * doc/Makefile,
10798         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
10799         * doc/sdccman.lyx: updated sdcc version to 2.4.4
10800
10801 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10802
10803         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
10804         Frieder) and clarified the default code optimization mode
10805
10806 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10807
10808         * src/SDCC.lex (doPragma, process_pragma),
10809         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
10810         "opt_code_size", and "opt_code_balanced"
10811         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
10812         regrouped options by category, added support for category headers
10813         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
10814         and "--opt-code-size"
10815         * doc/sdccman.lyx: documented these new options and pragmas
10816         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
10817         preference into account
10818
10819 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
10820
10821         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
10822           geniCodePreDec): Fixed bug 904237 by generating a warning
10823         * src/SDCCerr.h,
10824         * src/SDCCerr.c: added warning W_SIZEOF_VOID
10825
10826 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
10827
10828         * src/pic/device.c : When no max ram set validate full memory range.
10829         * src/pic/pcode.c,
10830         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
10831
10832 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
10833
10834         * device/lib/_gptrget.c,
10835         * device/lib/_gptrput.c: updated comment
10836         * device/lib/calloc.c,
10837         * device/lib/free.c,
10838         * device/lib/malloc.c,
10839         * device/lib/realloc.c: added LGPL, made them reentrant-safe
10840         * src/SDCCcse.c (cseBBlock),
10841         * src/SDCCicode.c (printOperand, geniCodeArray),
10842         * src/SDCCicode.h (struct operand): fixed bug 868103
10843         * support/regression/tests/bug-868103.c: added
10844         * src/SDCCast.c (searchLitOp),
10845         * src/SDCCcse.h (struct cseDef),
10846         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
10847         * src/SDCCicode.h (struct operand),
10848         * src/SDCCsymt.h (struct sym_link),
10849         * src/avr/gen.c (hasInc),
10850         * src/ds390/gen.c (hasInc),
10851         * src/hc08/gen.c (genPlusIncr, hasInc),
10852         * src/mcs51/gen.c (hasInc),
10853         * src/pic16/glue.c (pic16_printIvalChar),
10854         * src/pic16/ralloc.c (regWithIdx),
10855         * src/xa51/gen.c (hasInc) : removed warnings
10856         * src/SDCCast.c (createBlock): added comment ???
10857         * src/hc08/ralloc.c: updated comments
10858
10859 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10860
10861         * doc/sdccman.lyx: updated section on switch statements, added
10862         section about semaphore locking
10863         * doc/Makefile: added option -info for latex2html
10864         * device/lib/_gptrget.c,
10865         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
10866
10867 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
10868
10869         * src/pic/device.h,
10870         * src/pic/device.c,
10871         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
10872          maxram is less than 0x100.
10873
10874 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
10875
10876         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
10877
10878 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10879
10880         * src/port.h,
10881         * src/mcs51/main.c,
10882         * src/ds390/main.c,
10883         * src/z80/main.c,
10884         * src/hc08/main.c,
10885         * src/pic/main.c,
10886         * src/pic16/main.c,
10887         * src/avr/main.c,
10888         * src/xa51/main.c
10889         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
10890         a jump table is the best form for a switch statement, including
10891         automatic insertion of missing cases to make the case range
10892         continuous. Developed in collaboration with Frieder Ferlemann.
10893
10894 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10895
10896         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
10897         accumulator result if it needs sign extension
10898
10899 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
10900
10901         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
10902
10903 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
10904
10905         * device/lib/gbz80/printf.c,
10906         * device/lib/z80/printf.c: removed define for NULL
10907
10908 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
10909
10910         * as/xa51/xa_link.c,
10911         * device/examples/ds390/ow390/ad26.c,
10912         * device/examples/ds390/ow390/cnt1d.c,
10913         * device/examples/ds390/ow390/counter.c,
10914         * device/examples/ds390/ow390/ds2480.h,
10915         * device/examples/ds390/ow390/ds2480ut.c,
10916         * device/examples/ds390/ow390/findtype.c,
10917         * device/examples/ds390/ow390/gethumd.c,
10918         * device/examples/ds390/ow390/owllu.c,
10919         * device/examples/ds390/ow390/ownetu.c,
10920         * device/examples/ds390/ow390/swt12.c,
10921         * device/examples/ds390/ow390/swtloop.c,
10922         * device/examples/ds390/ow390/temp.c,
10923         * device/examples/ds390/ow390/temp10.c,
10924         * device/examples/ds390/ow390/thermo21.c,
10925         * device/examples/ds390/ow390/tinilnk.c,
10926         * device/examples/ds390/ow390/tstfind.c,
10927         * device/examples/serialcomm/windows/serial.cpp,
10928         * device/examples/serialcomm/windows/test_serialcomm.cpp,
10929         * device/include/reg51.h: fixed line endings for cvs
10930
10931 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10932
10933         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
10934         packRegsForAccUse, packRegisters): new accumulator register
10935         packing algorithm
10936         * support/regression/ports/hc08/support.c (_putchar): suppress
10937         warning of unused variable
10938         * src/SDCCicode.c: added SWAP entry to codeTable
10939
10940 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
10941
10942         * device/lib/sprintf.c: forgot to add this file before previous commit
10943
10944 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
10945
10946         * src/pic16/gen.c (genPackBits): added operand right in function
10947         parameters, load result directly if p_type is POINTER (that is
10948         called by genNearPointerSet)
10949         * (genUnPackBits): added operand left in function parameters,
10950         * (genNearPointerGet, genNearPointerSet): prevent the loading of
10951         FSR0 if accessing bitfields,
10952
10953 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
10954
10955         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
10956           _print_format; updated printf, sprintf, vsprintf
10957         * device/include/asm/default/features.h: corrected comment/define
10958         * device/lib/Makefile.in: added sprintf.c
10959         * device/lib/libsdcc.lib: added sprintf module
10960         * device/lib/printf_large.c,
10961         * device/lib/vprintf.c,
10962         * device/lib/sprintf.c: totally refactored printf_large and vprintf
10963           into these 3 files
10964         * support/regression/Makefile: changed ALL_PORTS into a usefull default
10965         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
10966         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
10967           hc08 test
10968         * support/regression/tests/zeropad.c: define idata as data for hc08
10969
10970 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10971
10972         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
10973         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
10974         labels are referenced at least once (even if a reference is not found)
10975         * src/hc08/gen.c (emitcode): set isComment flag for comments
10976         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
10977         loads), rules 6a..6b (optimize jumps to return)
10978
10979 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10980
10981         * device/lib/acosf.c (acosf),
10982         * device/lib/asinf.c (asinf),
10983         * device/lib/atanf.c (atanf),
10984         * device/lib/ceilf.c (ceilf),
10985         * device/lib/cosf.c (cosf),
10986         * device/lib/coshf.c (coshf),
10987         * device/lib/cotf.c (cotf),
10988         * device/lib/fabsf.c (fabsf),
10989         * device/lib/floorf.c (floorf),
10990         * device/lib/log10f.c (log10f),
10991         * device/lib/logf.c (logf),
10992         * device/lib/sinf.c (sinf),
10993         * device/lib/sinhf.c (sinhf),
10994         * device/lib/sqrtf.c (sqrtf),
10995         * device/lib/tanf.c (tanf),
10996         * device/lib/tanhf.c (tanhf),
10997         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
10998         replaced all instances of "reentrant" in the library functions
10999         defined in math.h with this macro.
11000         * support/regression/tests/float_trans.c: reenabled test for hc08
11001
11002 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
11003
11004         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
11005         erroneously deleted
11006
11007 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11008
11009         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
11010         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
11011         multi-byte volatile operands are used
11012         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
11013         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
11014         initialization to area GSINIT0 so that it would always precede
11015         any static initializers in GSINIT
11016         * support/regression/tests/zeropad.c: fixed idata define for hc08
11017         * support/regression/tests/bug-927659.c,
11018         * support/regression/tests/float_trans.c: disabled tests for hc08
11019         pending missing library routines
11020         * .version: increased version number to 2.4.4 - hc08 port now passes
11021         regression tests
11022
11023
11024 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
11025
11026         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
11027         * Makefile.common.in,
11028         * as/Makefile,
11029         * as/hc08/Makefile.in,
11030         * as/mcs51/Makefile.in,
11031         * as/z80/Makefile.in,
11032         * debugger/mcs51/Makefile.in,
11033         * device/include/Makefile.in,
11034         * device/lib/Makefile.in,
11035         * doc/Makefile,
11036         * link/Makefile,
11037         * link/z80/Makefile.in,
11038         * packihx/Makefile.in,
11039         * sim/ucsim/main_in.mk,
11040         * sim/ucsim/avr.src/Makefile.in,
11041         * sim/ucsim/doc/Makefile.in,
11042         * sim/ucsim/gui.src/serio.src/Makefile.in,
11043         * sim/ucsim/hc08.src/Makefile.in,
11044         * sim/ucsim/s51.src/Makefile.in,
11045         * sim/ucsim/xa.src/Makefile.in,
11046         * sim/ucsim/z80.src/Makefile.in,
11047         * src/Makefile.in,
11048         * support/cpp2/Makefile.in,
11049         * support/librarian/Makefile,
11050         * support/makebin/Makefile: added DESTDIR to the install path proposed
11051         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
11052         * doc/sdccman.lyx: added DESTDIR documentation
11053
11054 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
11055
11056         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
11057         instruction for interrupt handlers, use fast returns when returning
11058         from high priority interrupts
11059
11060 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11061
11062         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
11063         code generation
11064         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
11065         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
11066         bugs, ported much of Bernhard's code from mcs51
11067         * src/mcs51/gen.c (genSend),
11068         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
11069         than one when calling a reentrant function
11070         * device/lib/_mullong.c: defined an alternate struct layout for big
11071         endian ports (hc08)
11072
11073 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11074
11075         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
11076         test
11077
11078 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11079
11080         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
11081         are sane and complete before asking the port its prefered parameter
11082         passing method (fixes bug #1017633)
11083         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
11084         and _ret3
11085
11086 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11087
11088         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
11089         problem in bitfields >= 8 bits.
11090
11091 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
11092
11093         * src/SDCCsymt.c: undid changes that were not meant to be committed
11094
11095 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
11096
11097         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
11098
11099 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
11100
11101         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
11102           copied and wrong bit got inverted
11103
11104 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11105
11106         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
11107         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
11108         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
11109         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
11110         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
11111         assignments to bitfields at known addresses
11112         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
11113         reads from bitfields at known addresses
11114         * src/hc08/ralloc.c (packRegisters),
11115         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
11116         genhc08Code): optimize pointer get values used as conditionals
11117         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
11118         and branch
11119
11120 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11121
11122         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
11123         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
11124         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
11125         as conditionals
11126
11127 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11128
11129         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
11130
11131 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11132
11133         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
11134         related problems
11135
11136 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
11137
11138         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
11139
11140 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11141
11142         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
11143         mcs51 port
11144
11145 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
11146
11147         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
11148
11149 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11150
11151         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
11152         cases use more compact code.
11153
11154 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
11155
11156         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
11157
11158 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11159
11160         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
11161
11162 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11163
11164         * src/SDCCsymt.h,
11165         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
11166         parameter of changePointer() from symbol* to sym_link*
11167         * src/SDCCast.c (decorateType): call changePointer() for CAST op
11168         * src/SDCCsymt.c (compareType): void* type is castable to other
11169         pointers, but not necesarily an exact match.
11170         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
11171         is no longer blindly treated as an exact match.
11172         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
11173
11174 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
11175
11176         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
11177
11178 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
11179
11180         * src/pic/gen.c,
11181         * src/pic/pcode.c,
11182         * src/pic/ralloc.h,
11183         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
11184
11185 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
11186
11187         * src/pic/device.c,
11188         * src/pic/device.h,
11189         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
11190
11191 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11192
11193         * src/mcs51/gen.c (emitcode): fixed bug #992819
11194
11195 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
11196
11197         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
11198           there's no need to make it worse
11199
11200 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11201
11202         * src/mcs51/ralloc.c (deassignLR),
11203         * src/ds390/ralloc.c (deassignLR),
11204         * src/hc08/ralloc.c (deassignLR),
11205         * src/z80/ralloc.c (deassignLR),
11206         * src/pic/ralloc.c (deassignLR),
11207         * src/pic16/ralloc.c (deassignLR),
11208         * src/avr/ralloc.c (deassignLR),
11209         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
11210         rlivePoint): fixed another part of bug #971834
11211
11212 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11213
11214         * src/z80/main.c: enabled "critical" keyword
11215         * src/z80/mappings.i,
11216         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
11217         functions (fixes bug #979646)
11218         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
11219
11220 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11221
11222         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
11223           such as c:\mydir.
11224
11225 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
11226
11227         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
11228           doesn't disable too much optimizations
11229
11230 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
11231
11232         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
11233
11234 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
11235
11236         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
11237
11238 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
11239
11240         * src/pic/gen.c tidied up tabs
11241         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
11242         * src/pic/main.c tidied up tabs
11243         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
11244         * src/pic/pcoderegs.c tidied up tabs
11245         * src/pic/ralloc.c tidied up tabs
11246
11247 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
11248
11249         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
11250         to S_FIXED for pic16 port and when symbol is not in level 0,
11251         allocate for S_REGISTER storage class and pic16 port, too,
11252         * src/pic16/device.h: prototype for checkSym,
11253         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
11254         * (pic16_assignConfigWordValue): test the value and the mask to
11255         validate that the value is suitable for the configuration word,
11256         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
11257         collect extern declared symbols, don't emit symbol twice, check
11258         first if symbol is in publics set first,
11259         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
11260         * added command line '--fstack' which enables an experimental
11261         feature for stack access, too buggy to be used yet...
11262         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
11263         * (pic16_allocDirReg): when register has storage class S_REGISTER
11264         allocate in pic16_dynAccessRegs,
11265         * device/include/pic16/pic18f????.h: modified configuration word
11266         naming convention, words started as CONFIG0H but should be CONFIG1H
11267
11268 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
11269
11270         * device/include/mcs51reg.h: fixed bug 970993
11271
11272 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
11273
11274         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
11275         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
11276         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
11277         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
11278         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
11279         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
11280           error/warning numbers,
11281           added function setWarningDisabled()
11282         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
11283         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
11284           _memcmp.c _memmove.c calloc.c realloc.c free.c
11285         * support/regression/tests/malloc.c: added tests for new functionality
11286         * support/regression/tests/zeropad.c: added tests for truncated initializers
11287           and initialized char arrays starting with '\x0'
11288         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
11289
11290 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
11291
11292         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
11293
11294 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11295
11296         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
11297         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
11298         peephole 177.e. Thanks to anonymous
11299
11300 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
11301
11302         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
11303         function isn't used in the source but referenced as a
11304         variable initializer then declare it as extern in .asm file
11305
11306 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
11307
11308         * .version: increased version number to 2.4.3
11309
11310         Adding version extension according to ChangeLog CVS revision
11311         * src/Makefile.in (target all): added dependency 'version.h'
11312         * (rule version.h): added rule to create version.h from ChangeLog,
11313         * (rule dep): added dependency version.h,
11314         * src/version.awk: AWK script to create version.h
11315         * src/SDCCdwarf2.c (dwWriteModule),
11316         * src/SDCCglue.c (initialComments),
11317         * src/SDCCmain.c (printVersionInfo): modified to write after
11318         version string the version extension number,
11319         * src/SDCCutil.c: included "version.h"
11320         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
11321         number,
11322         * src/SDCCutil.h: added prototype for getBuildNumber
11323
11324         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
11325         includeDirsSet, too,
11326         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
11327         const char [] is found in function prototype...
11328
11329         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
11330         moving to WREG with source is already in WREG,
11331         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
11332         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
11333         * (aopForSym): stack'ed symbols are partially supported, added
11334         if-clause to support symbols in FARSPACE,
11335         * (sameRegs): added test for AOP_ACC to see if registers are same,
11336         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
11337         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
11338         * (pic16_popRegFromString): will not allocate a new register if it
11339         doesn't find one by name, bug may have introduced...
11340         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
11341         * (genIpush): revived to use pic16 port's stack,
11342         * (genAddrOf): added incomplete case for stack'ed operand,
11343         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
11344         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
11345         can handle multibyte operands,
11346         * src/pic16/glue.c (pic16_printIval*): some debug info added,
11347         * (pic16initialComments): added message for MPLAB compatibility
11348         mode enabled,
11349         * src/pic16/main.h: prototype for pic16_mplab_comp,
11350         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
11351         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
11352         * (_pic16_linkEdit): NEW, handles link stage, transferred here
11353         because of increased complexity of procedure,
11354         * (_process_pragma): stack pragma changed to format 'stack pos len',
11355         emit symbol '_stack_end' to conform with gplink,
11356         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
11357         to search for register,
11358         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
11359         PO_GPR_REGISTER,
11360         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
11361         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
11362         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
11363         case for PO_GPR_REGISTER,
11364         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
11365         dies, the new era is ahead !...
11366         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
11367         pic16_dynInternalRegs,
11368         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
11369         * (pic16_allocDirReg): minor optimizations and bug fixes,
11370         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
11371
11372         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
11373         load stack and frame pointer with address of 'stack_end' symbol
11374
11375 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
11376
11377         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
11378         without source code but only variable initializers
11379
11380 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
11381
11382         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
11383         external are not declared as extern to reduce overhead while linking
11384
11385 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
11386
11387         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
11388
11389 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
11390
11391         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
11392           Yee Keat for the patch
11393         * src/SDCCast.c (decorateType): fixed bug #979599
11394         * src/ds390/gen.h: removed local fReturnSizeDS390
11395         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
11396         * src/ds390/gen.c (genAnd, genOr, genXor),
11397         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
11398
11399 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
11400
11401         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
11402         add relFilesSet to $3, manipulate $2 to handle linking of object
11403         files without source files in command line,
11404         * device/include/pic16 (all headers): added ID location macros,
11405         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
11406         entries for ID location bytes,
11407         * (pic16_assignIdByteValue): NEW,
11408         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
11409         added field dumpcalltree to pic16_options_t,
11410         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
11411         is used instead of pic16_Gstack_base_addr, check if (ifx) before
11412         emitting rFalseIfx label after check_carry label,
11413         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
11414         pic16_emitDIRegs), NEW
11415         * (pic16glue): dump .calltree file when option --calltree found,
11416         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
11417         * (_pic16_genAssemblerPreamble): emit ID locations after
11418         configuration registers,
11419         * (pic16_linkCmd): modifications of the link command,
11420         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
11421         * (pic16_pCodeInitRegisters): don't init stack registers,
11422         * (pic16_findPrevInstruction): fixed bug,
11423         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
11424         bug with immediate registers,
11425         * (buildCallTree): traces stack push and pop,
11426         * (pct2): dump also stack usage for each function,
11427         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
11428         * (pic16_allocDirReg): various modifications,
11429         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
11430         fixed to 1,
11431
11432 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
11433
11434         * src/pic16/pcode.c: removed buggy double colon
11435
11436 2004-07-01 Borut Razem <borut.razem AT siol.net>
11437
11438         * support/scripts/sdcc.nsi: added include/pic16 to setup
11439
11440 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
11441
11442         * device/lib/Makefile.in: fixed bug in target objects-pic16,
11443         * device/lib/pic16/Makefile: prefixed with dash (-) command under
11444         target 'clean',
11445         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
11446         specific command line arguments. Also added sample lkr script
11447         for placing a variable at a specific memory bank.
11448         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
11449         at a specific memory bank,
11450         * (pic16_dump_isection): fixed bug which caused string literals to
11451         be omitted when dumping idata section,
11452         * (pic16_groupRegistersInSection): added code to handle registers
11453         in specific memory banks,
11454         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
11455         public, all references are renamed too,
11456         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
11457         AOP_DPTR2,
11458         * (pic16_storeForReturn): added case to handle when dest is WREG,
11459         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
11460         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
11461         pic16_rel_udata, check to see if that register is marked as being
11462         a member of a specific memory bank,
11463         * (pic16_printIvalCharPtr): added code to add string literals either
11464         to code or the idata sections,
11465         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
11466         also accept the 'udata' pragma,
11467         * src/pic16/main.h: new structure types sectName and sectSym
11468         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
11469         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
11470         * (pic16_findPrevInstruction): fixed, it returned nothing,
11471         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
11472         instruction combinations,
11473         * (pic16_FixRegisterBanking): heavily reorganised,
11474         * (pic16_AnalyzeBanking): if generating banksel directives is
11475         disabled, then don't call FixRegisterBanking at all,
11476         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
11477         completely removed,
11478         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
11479
11480 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
11481
11482         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
11483         Phuah Yee Keat <yk.phuah AT nestac.com>
11484
11485 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
11486
11487         * src/pic16/glue.c (pic16createInterruptVect): function now emits
11488         correctly the IVT even if it is relocated to some other location
11489
11490 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
11491
11492         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
11493         * device/include/pic16/pic18f2220.h: NEW,
11494         * device/lib/pic16/libdev/pic18f2220.c: NEW,
11495         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
11496         * src/pic16/device.c (struct Pics16): added info for 18f2220,
11497         * src/pic16/device.h (struct pic16_options): added ivt_loc and
11498         nodefaultlibs, ivt_loc is the location of the interrupt vector
11499         table, and nodefaultlibs signs that default libraries should not be
11500         linked in link stage,
11501         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
11502         according to --ivt-loc argument,
11503         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
11504         when pragma stack is found,
11505
11506 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11507
11508         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
11509         256 (range check), 257 (do while), 258.a-f (bit banging
11510         f.e. on 3-wire SPI bus)
11511
11512 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11513
11514         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
11515         variables used exclusively within a loop
11516
11517 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
11518
11519         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
11520
11521 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11522
11523         * src/SDCClrange.c (computeClash): fixed bug #971834
11524
11525 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11526
11527         * src/mcs51/gen.c (genCmp): fixed bug #975903
11528         * src/hc08/gen.c (operandsEqu),
11529         * src/ds390/gen.c (operandsEqu),
11530         * src/z80/gen.c (operandsEqu),
11531         * src/pic/gen.c (operandsEqu),
11532         * src/pic16/gen.c (operandsEqu),
11533         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
11534         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
11535
11536 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11537
11538         * src/SDCCcse.c (cseBBlock): fixed bug #966963
11539
11540 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
11541
11542         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
11543         default case in switch statement,
11544         * glue.c (pic16_initPointer): expr is initialised via decoarteType
11545         to eliminate problem with initialisation of pointers, but problem
11546         still exists,
11547         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
11548         * (emitStaticSegment): removed various lines emitting debug info,
11549         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
11550         added processor registers for utilizing EEPROM,
11551         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
11552         configurable and set 8
11553
11554 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
11555
11556         * .version: increased version number to 2.4.2,
11557
11558         Cumulative patch for pic16 port
11559         * src/pic16/device.c: changed scheme to dump initial values for
11560         variables in idata segment, all print_idata* functions were removed,
11561         now the pic16_printIval* will be called,
11562         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
11563         * _pic16_printPointerType, pic16_printPointerType,
11564         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
11565         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
11566         NEW, similar to the respective functions in SDCCglue.c,
11567         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
11568         way, emitting hex bytes,
11569         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
11570
11571 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11572
11573         * src/avr/ralloc.c (serialRegAssign),
11574         * src/xa51/ralloc.c (serialRegAssign),
11575         * src/pic/ralloc.c (serialRegAssign),
11576         * src/pic16/ralloc.c (serialRegAssign),
11577         * src/hc08/ralloc.c (serialRegAssign),
11578         * src/z80/ralloc.c (serialRegAssign),
11579         * src/ds390/ralloc.c (serialRegAssign),
11580         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
11581
11582 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11583
11584         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
11585         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
11586
11587 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
11588
11589         Cumulative patch for pic16 port:
11590         * src/pic16/device.h (typedef PIC16_device) modified fields for
11591         defining microcontrollers,
11592         * src/pic16/device.c: added new info for all devices in Pics16 array,
11593         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
11594         to be optimised out by the pCode optimiser,
11595         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
11596         specially, bug reported by G.M. Gallant,
11597         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
11598         as force'd so that cannot be optimised out by pCode optimiser,
11599         * src/pic16/pcode.c,
11600         * src/pic16/pcodepeeph.c,
11601         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
11602         they are disabled by default, but can be enabled explicit with
11603         command argument --denable-peeps, for testing,
11604         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
11605         --pomit-ivt in COMPILE_FLAGS
11606
11607 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
11608
11609         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
11610           compilation on MSVC
11611
11612 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
11613
11614         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
11615
11616 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11617
11618         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
11619         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
11620
11621 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
11622
11623         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
11624         would only assign 0x300001 register.
11625
11626 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
11627
11628         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
11629         in COMPILE_FLAGS. Thanks to G. Gallant for report.
11630
11631 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11632
11633         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
11634         for ds80c400
11635         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
11636         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
11637         added peephole 254 (left shift), 255 (jump table)
11638
11639 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
11640
11641         * device/lib/Makefile.in: removed comment line with model-pic16,
11642         * (target port-specific-objects-pic16): the libraries and objects
11643         are copied to the build directory form the device/lib/pic16/bin
11644         directory
11645
11646         Cumulative patch concerning pic16 port:
11647         * library directory has been re-organized,
11648         * added support for PIC18F1220,
11649         * added headers and library sources for chips 18f1220,18f6520,
11650         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
11651
11652         * configuration registers setting has changed, now each supported
11653         device has a complete description of the registers it uses,
11654         * all initialisations are moved to idata sections, these section
11655         can be absolute or relocatable,
11656         * fixed initialisation of codespace variables,
11657         * fixed warning about PCLATU and gpsim,
11658         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
11659         * (genAssign): use table reads when assigning from variables in codespace,
11660         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
11661         char/int variables placed in codespace,
11662         * (pic16_emitConfigRegs): NEW, emits a list with configuration
11663         registers set in .asm file, no need for --pomit-config-words anymore,
11664         * (pic16glue): some 8051 legacy segments are commented out
11665         (to be removed completely),
11666         * added support for alternative assembler and linker with --asm=
11667         and --link= command line arguments,
11668         * peepholes are disabled automatically in the port, no need to
11669         specify on command line,
11670         * port supports natively char/int/long multiplication, but converts
11671         all divisions to support functions,
11672         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
11673         to the file set in variable $2,
11674         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
11675         strings in ASCII format and not in hex,
11676         * ralloc.c (serialRegAssign): added a triplet of conditional calls
11677         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
11678         allocate proper register if iCodes aren't temporary,
11679
11680 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
11681
11682         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
11683
11684 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
11685
11686         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
11687         is commented out
11688
11689 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11690
11691         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
11692         computed address is reused
11693         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
11694         multi-byte bitfields
11695
11696 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
11697
11698         * src/z80/gen.c: (genArrayInit): must check for pointers too
11699
11700 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
11701
11702         * support/regression/tests/zeropad.c: never meant to commit the
11703           nestedstruct test: removed, added check for GCC version
11704
11705 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
11706
11707         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
11708         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
11709         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
11710           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
11711           bugs 928906 and 954082 half-empty initializers
11712         * src/SDCCsymt.h,
11713         * src/SDCCsymt.c (getAllocSize): added for above fix
11714         * src/z80/gen.c (genArrayInit): fixed bug 741044
11715         * support/regression/tests/zeropad.c: added tests
11716
11717 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
11718
11719         * src/pic16/device.c (pic16_dump_section): corrected bug which
11720         caused some symbols of the libraries to be misplaced
11721
11722 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
11723
11724         * src/pic16/glue.c,
11725         * src/pic16/ralloc.h,
11726         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
11727         to fix conflict with pic port
11728
11729 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
11730
11731         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
11732         externs configuration variables,
11733         * src/pic16/ralloc.h,
11734         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
11735         prototype in header, commented out some debug messages
11736
11737 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
11738
11739         * src/pic16/glue.c,
11740         * src/pic16/main.c,
11741         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
11742         for gpasm COFF object generation. Thanks to D. Hawkins for
11743         his patch info
11744
11745 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11746
11747         * src/ds390/main.c,
11748         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
11749         Brock for spotting this)
11750         * src/ds390/gen.c (genEndFunction),
11751         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
11752         interrupt handler and critical. Disable push/pop optimizations when
11753         peephole optimizations disabled.
11754
11755 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
11756
11757         Updated pic16 library sources and headers.
11758         * device/lib/pic16/pic18f*/ ,
11759         * device/include/pic16/*.h: modified to handle structured SFR
11760         definitions
11761
11762 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
11763
11764         * src/port.h (PORT structure): added hook initPaths, now each
11765         port can declare its own default search paths,
11766         which can been seen with the --print-search-dirs option,
11767         see pic16 port for example,
11768         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
11769         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
11770         * (doPrintSearchDirs): NEW, replaces in a central manner the
11771         printing of search dirs which was split in set*Paths functions,
11772         * (main): added call to port->initPaths and doPrintSearchDirs,
11773         * src/avr/main.c,
11774         * src/ds390/main.c,
11775         * src/hc08/main.c,
11776         * src/izt/i186.c,
11777         * src/izt/tlcs900h.c,
11778         * src/mcs51/main.c,
11779         * src/pic/main.c,
11780         * src/pic16/main.c: modified port structures to reflect addition of
11781         initPaths hook,
11782
11783         * src/pic16/device.c (regCompare): registers are finally sorted by name,
11784         * (pic16_dump_section): for registers in same address reserve memory once,
11785         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
11786         to no_banksel,
11787         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
11788         result is greater in size than right or left,
11789         * (pic16_genUMult8X8_8): there are some cases where the result can
11790         be 16 bits size, so handle these,
11791         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
11792         * (pic16_outBitC): modified to emit pcodes,
11793         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
11794         or not,
11795         * (genDivOneByte): implemented algorithm to divide 8-bits,
11796         * (genCmp): uncommented goto, but issues still exist,
11797         * (genAnd): fixed a bug with variables >8bits,
11798         * (genPackBits): optimization added that uses BCF/BSF to change a
11799         single bit,
11800         * (genAssign): fixed bug when assigning floating point literals,
11801         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
11802         __sdcc_gsinit_startup label,
11803         * src/pic16/main.c (_pic16_init): removed search directory
11804         initialisations,
11805         * (_pic16_initPaths): NEW, used to initialise search directories,
11806         * (_hasNativeMulFor): support functions for all except char/int
11807         multiplication, and char division,
11808         * (PIC16_port struct): modified entry for native mul support,
11809         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
11810         no_banksel option,
11811         * (buildCallTree): call to register_usage is ifdef'ed out,
11812
11813 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11814
11815         * device/include/string.h: applied Stas Sergeev's patch to make this
11816         header file compatible with the preprocessor -Wundef option
11817         * src/SDCCmain.c (main): abort compilation if preprocessor reports
11818         failure (fixes bug #941458)
11819
11820 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11821
11822         * src/SDCCopt.c (killDeadCode): fixed bug #907733
11823         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
11824         that the variable, not the function, should be static
11825         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
11826         to be consistent with non-literal case
11827
11828 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11829
11830         * src/SDCCast.c (isConformingBody): fixed bug #949967
11831         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
11832         convilong): fixed bug #952086
11833
11834 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11835
11836         * src/SDCCmem.c (allocVariables): fixed bug #955321
11837
11838 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11839
11840         * src/hc08/main.c (_hc08_genAssemblerEnd),
11841         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
11842         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
11843         completely eliminated the use of a temporary file
11844         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
11845         when more than one file linked
11846         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
11847
11848 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11849
11850         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
11851         which fixes bug #543481
11852         * support/regression/tests/bug-751703.c: fixed comments left from a
11853         cut and paste error
11854         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
11855         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
11856         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
11857         scopes
11858         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
11859         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
11860         are now changed to underscores in moduleName
11861
11862 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11863
11864         * as/mcs51/lkmem.c: better fix for bug #954173
11865
11866 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
11867         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11868
11869         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
11870         * device/include/c8051f000.h,
11871         * device/include/c8051f120.h,
11872         * device/include/c8051f300.h,
11873         * device/include/c8051f310.h,
11874         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
11875         PWM16) and detab'ed
11876
11877 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11878
11879         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
11880         and mailing lists, doc'ed --no-peep-comments, removed reference
11881         to knoppix (newest version has no LyX/LaTeX), other minor changes
11882         * src/SDCCglue.c (glue): save 2 bytes stack space with
11883         option --main-return. The ljmp could probably be avoided too
11884
11885 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11886
11887         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
11888
11889 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11890
11891         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
11892         * src/SDCCopt.c (isLocalWithoutDef),
11893         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
11894         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
11895         (credit to Maarten Brock for patch #949363, on which this is based)
11896         * support/regression/tests/bug-751703.c: some test cases of extern used
11897         within inner scopes.
11898
11899 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11900
11901         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
11902         SPEC_STRUCT
11903         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
11904         struct definitions
11905         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
11906         dwWriteLabel): fix to create valid debugger symbols even when
11907         the module name has non-alphanumeric symbols in it
11908         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
11909         when a variable's allocation has been optimized away
11910
11911
11912 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11913
11914         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
11915         * src/hc08/main.c,
11916         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
11917         * src/mcs51/main.c,
11918         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
11919         * src/ds390/main.c,
11920         * src/z80/gen.c (z80_emitDebuggerSymbol),
11921         * src/z80/main.c,
11922         * src/pic/gen.c (pic14_emitDebuggerSymbol),
11923         * src/pic/main.c,
11924         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
11925         * src/pic16/main.c,
11926         * src/avr/gen.c (avr_emitDebuggerSymbol),
11927         * src/avr/main.c,
11928         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
11929         * src/xa51/main.c,
11930         * src/SDCCdebug.c (emitDebuggerSymbol),
11931         * src/SDCCdebug.h,
11932         * src/port.h: added a debugger struct to the port struct. Added a
11933         callback for defining debugger symbols
11934
11935         * src/SDCCast.c (createLabel),
11936         * src/SDCC.y (labeled_statement): mark all compiler generated labels
11937         with isitmp = 1
11938         * src/SDCCicode.h,
11939         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
11940         iCode back to the ast for the function
11941
11942         * src/hc08/ralloc.c (hc08_assignRegisters),
11943         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
11944         unneeded fields from the regs struct.
11945         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
11946         pushReg() & pullReg() functions instead of emitcode()
11947
11948         * src/hc08/gen.c (genLabel, genhc08Code),
11949         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
11950
11951         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
11952         debugger hooks
11953
11954         * src/hc08/gen.c (genEndFunction, genhc08Code),
11955         * src/hc08/gen.h,
11956         * src/mcs51/gen.c (genEndFunction, gen51Code),
11957         * src/mcs51/gen.h,
11958         * src/ds390/gen.c (genEndFunction, gen390Code),
11959         * src/ds390/gen.h,
11960         * src/z80/gen.c (genEndFunction, genZ80Code),
11961         * src/z80/gen.h,
11962         * src/z80/z80.h,
11963         * src/pic/gen.c (genEndFunction, genpic14Code),
11964         * src/pic/gen.h,
11965         * src/pic16/gen.c (genEndFunction, genpic16Code),
11966         * src/pic16/gen.h,
11967         * src/avr/gen.c (genEndFunction, genAVRCode),
11968         * src/avr/gen.h,
11969         * src/xa51/gen.c (genEndFunction, genXA51Code),
11970         * src/xa51/gen.h,
11971         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
11972         specific code to cdbFile.c and out of the backend code generators
11973
11974         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
11975         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
11976         starting address is now 0
11977
11978         * as/hc08/asm.h,
11979         * as/hc08/m08pst.c,
11980         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
11981         assembler directive for DWARF support
11982         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
11983
11984         * src/src.dsp,
11985         * src/Makefile.in,
11986         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
11987
11988 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11989
11990         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
11991         and inappropriate peephole optimization in jump tables
11992
11993 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11994
11995         * as/hc08/m08pst.c,
11996         * src/SDCCglue.c: sdccopt works for the hc08 port now
11997
11998 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
11999
12000         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
12001
12002 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12003
12004         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
12005
12006 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12007
12008         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
12009         rules
12010         * src/SDCCmain.c,
12011         * src/SDCCglobl.h,
12012         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
12013         comments from the peephole optimizer replacement rules
12014         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
12015         symbols
12016         * src/SDCCcse.c (updateSpillLocation),
12017         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
12018         equivalents
12019         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
12020         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
12021         objects far pointers
12022
12023 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12024
12025         * src/SDCCsymt.h: a missing part of my last change
12026         * src/pic/ralloc.c (regTypeNum),
12027         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
12028
12029 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12030
12031         * src/SDCCicode.h,
12032         * src/SDCCicode.c (aggrToPtrDclType),
12033         * src/SDCCptropt.h,
12034         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
12035         ptrPseudoSymConvert),
12036         * src/pic/ralloc.c (regTypeNum),
12037         * src/pic16/ralloc.c (regTypeNum),
12038         * src/hc08/ralloc.c (regTypeNum),
12039         * src/ds390/ralloc.c (regTypeNum),
12040         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
12041         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
12042
12043 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12044
12045         * link/z80/lkmain.c (afile),
12046         * as/hc08/lkmain.c (afile),
12047         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
12048         prevent a pointer problem when a filename has no directory and
12049         no extension specified.
12050
12051 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12052
12053         * link/z80/lkmain.c (afile): allow periods in directory names
12054         * link/z80/lkmain.c (afile),
12055         * as/mcs51/lkmain.c (afile),
12056         * as/hc08/lkmain.c (afile): allow linker script file to have an
12057         extension other than ".lnk"
12058         * link/z80/lklex.c (getfid),
12059         * link/z80/lkmain.c (parse),
12060         * as/mcs51/lklex.c (getfid),
12061         * as/mcs51/lkmain.c (parse),
12062         * as/hc08/lklex.c (getfid),
12063         * as/hc08/lkmain.c (parse): Support comments in the linker script
12064         file on lines by themselves and after filenames
12065
12066 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12067
12068         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
12069
12070 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12071
12072         * src/z80/peeph-z80.def: removed some peephole rules that don't
12073         work with multibyte arithmetic (fixed bug #937126)
12074         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
12075         to registers and not global variables
12076         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
12077         geniCodePreInc, geniCodePostDec, geniCodePreDec,
12078         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
12079         checking for assignments not internally generated (fixed bug #931895)
12080         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
12081         structure member (fixed bug #930072)
12082
12083 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12084
12085         * src/SDCCmain.c (linkEdit),
12086         * src/hc08/main.c (_hc08_parseOptions),
12087         * as/hc08/Makefile.in,
12088         * as/hc08/aslink.h,
12089         * as/hc08/asm.h,
12090         * as/hc08/m08pst.c,
12091         * as/hc08/lkrloc.c (relr, rele),
12092         * as/hc08/lkarea.c (lnkarea)
12093         * as/hc08/lkmain.c (afile, parse),
12094         * as/hc08/lkelf.c: support for ELF output
12095         * as/hc08/lks19.c (s19),
12096         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
12097
12098 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12099
12100         * as/mcs51/lkihx.c: Fixed bug #899105.
12101
12102 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12103
12104         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
12105         .dsp files from Unix to DOS.
12106
12107 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12108
12109         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
12110         function pointers; we have been compliant for several months now.
12111         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
12112         change that was accidently commented out
12113         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
12114         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
12115         bug #922319
12116
12117 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12118
12119         * src/hc08/gen.c: output of all of the internal debugging information
12120         is now controlled by the D() macro; it is disabled by default
12121
12122 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12123
12124         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
12125         harder to keep the same registers during a CAST iCode
12126         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
12127         long via int can be done in a single cast, if the signedness is
12128         correct.
12129         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
12130         putchar() in tinibios.c in ds390's library
12131
12132 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
12133
12134         * src/SDCCast.c (decorateType): fixed bug #898889,
12135         cast result of a literal complement too
12136         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
12137         fixed check for bitfields
12138
12139 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
12140
12141         * src/SDCCicode.c (geniCodeLogic): made it static,
12142         (geniCodeLogicAndOr): added in order to fix bug #905492,
12143         (ast2iCode): fixed bug #905492
12144         * support/regression/tests/bug-905492.c: added
12145         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
12146         (processParms): fixed bug #927659: don't copy parms, this will clear
12147         decorated flag
12148         * support/regression/tests/bug-927659.c: added
12149
12150 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
12151
12152         * src/SDCCast.c (addCast): don't cast float to char
12153         * device/lib/libsdcc.lib: added _memmove
12154
12155 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
12156
12157         * device/lib/large/Makefile: fixed parallel execution by
12158         replacing `make` by `$(MAKE)`
12159
12160 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12161
12162         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
12163         offsets (fixes bug #923936)
12164
12165 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
12166
12167         * device/lib/small/Makefile: fixed parallel execution by
12168         replacing `make` by `$(MAKE)`
12169
12170 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
12171
12172         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
12173
12174 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
12175
12176         * src/pic/gen.c (genCpl): multi-byte complements were not working.
12177         * src/regression/Makefile: Regression test was not running.
12178
12179 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
12180
12181         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
12182         complement if possible
12183         * src/SDCCval.c (valComplement),
12184         * src/SDCCicode.c (operandOperation): fixed complement of literal
12185         * support/regression/tests/onebyte.c (testComplement): added
12186
12187 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
12188
12189         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
12190         return an optimized tree; actually replace actParm with the new tree
12191         * src/SDCCast.h: added some parantheses to remove side effects
12192         * support/regression/tests/bug-920866.c
12193
12194 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
12195         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
12196         Bit operands were not being handled properly in the pic14 port.
12197         (now src/regression/add.c passes again).
12198
12199 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12200
12201         * src/SDCC.y (labeled_statement): case and default no longer require
12202         a following statement (RFE #893037)
12203
12204 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12205
12206         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
12207         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
12208         disabled (fixes bug #916294)
12209         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
12210         "mov a,acc"; patch provided by Lenny Story
12211         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
12212
12213 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12214
12215         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
12216         functions
12217         * src/ds390/gen.c (genFunction, genEndFunction),
12218         * src/ds390/ralloc.c (ds390_assignRegisters),
12219         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
12220         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
12221         pushed if there are parameters passed on the stack. Also, a cleaner
12222         way to decide if r0/r1 should be pushed/popped. (Together they fix
12223         bug #918693)
12224
12225 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12226
12227         * doc/sdccman.lyx,
12228         * device/lib/mcs51/crtpagesfr.asm,
12229         * device/lib/mcs51/crtxinit.asm,
12230         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
12231         to avoid confusion with Si Lab's SFRPAGE register.
12232
12233 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12234
12235         * src/SDCCglue.c (emitMaps): allow public sfr variables
12236         * src/SDCCglue.c (initialComments): include compiler build date
12237         with compiler version and put the timestamp of the generated
12238         assembly file on a serperate line to be less confusing.
12239         * src/port.h: added genInitStartup hook
12240         * src/avr/main.c,
12241         * src/ds390/main.c,
12242         * src/hc08/main.c,
12243         * src/pic/main.c,
12244         * src/pic16/main.c,
12245         * src/xa51/main.c,
12246         * src/z80/main.c: genInitStartup initialize as NULL (default to
12247         historical behaviour)
12248         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
12249         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
12250         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
12251         library instead of hard coding it into the compiler.
12252         * support/regression/ports/mcs51-stack-auto/spec.mk,
12253         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
12254         * device/lib/mcs51/Makefile,
12255         * device/lib/small/Makefile,
12256         * device/lib/large/Makefile,
12257         * device/lib/mcs51/crtpagesfr.asm,
12258         * device/lib/mcs51/crtstart.asm,
12259         * device/lib/mcs51/crtxclear.asm,
12260         * device/lib/mcs51/crtxinit.asm,
12261         * device/lib/mcs51/crtclear.asm,
12262         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
12263         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
12264         and into user configurable files.
12265         * device/lib/clean.mk: clean mcs51 directory too
12266         * support/regression/tests/longlit.c: added static to T1 declaration
12267         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
12268         accesses in the initialization code
12269
12270 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12271
12272         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
12273         OSCTRIMVAL as noted in bug #916008
12274
12275 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12276
12277         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
12278         in loops with multiple exits (reported as incorrect registers
12279         used by Martin Helmling in Sdcc-user list)
12280
12281 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12282
12283         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
12284         made ds390 register extensions look less like error messages
12285
12286 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12287
12288         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
12289         reported by Adam Wozniak in Sdcc-user list
12290
12291 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
12292
12293         * src/SDCCast.c (decorateType): fixed with bug and promotion in
12294         arithmetic optimizations, added debug output
12295
12296 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
12297
12298         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
12299         * sdcc.spec: updated and split sdcc into 3 rpms
12300         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
12301         needed for literals of LEFT_OP and '+'
12302         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
12303         introduced RESULT_TYPE_NOPROM
12304         (geniCodeMultiply): fixed logic for decision if mul is optimized to
12305         left shift
12306         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
12307         limited promotion to int only for '*'
12308         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
12309
12310 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
12311
12312         * src/pic16/gen.c (genSkip),
12313         (genc16bit2lit), (gencjneshort): commented out
12314         (is_LitOp): new helper function, checks operand type
12315         (genCmpEq): rewritten
12316
12317 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
12318
12319         * support/regression/tests/bug-908454.c: added
12320
12321 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
12322
12323         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
12324         * src/SDCCicode.c (usualBinaryConversions): op needs int type
12325         (geniCodeCast): cosmetic, don't preserve bit storage class
12326         (geniCodeLeftShift): added promotion
12327         (geniCodeLogic): fixed regression
12328         * src/SDCCsymt.c (computeTypeOr): accept bits too
12329         (compareType): 2nd part of fix for bug #908454, needed for bitfields
12330
12331 2004-03-07  Borut Razem <borut.razem AT siol.net>
12332
12333         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
12334
12335 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
12336
12337         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
12338         version of pic16_genPackRegisters which does not check if ic is a
12339         CAST operator,
12340         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
12341         function cause string1.c regression test fails
12342
12343 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
12344
12345         * sim/ucsim/configure.in,
12346         * sim/ucsim/configure,
12347         * sim/ucsim/doc/Makefile.in: use docdir
12348         * src/SDCC.y: fixed sbit atrributes
12349         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
12350         * src/SDCCast.c (decorateType): |^& need special promotion handling
12351         * src/SDCCast.h,
12352         * src/SDCCsymt.h: moved definition of RESULT_TYPE
12353         * src/SDCCsymt.h (computeType),
12354         * src/SDCCicode.c: computeType() needs op
12355         * src/SDCCsymt.c (checkTypeSanity),
12356         * doc/sddman.lyx: "plain" bitfields are unsigned
12357         * src/SDCCsymt.c (computeTypeOr): added
12358         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
12359         |^& ops
12360         * src/SDCCval.c (val*): computeType() needs op
12361         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
12362         * support/regression/tests/onebyte.c: added tests for |^&
12363
12364 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
12365
12366         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
12367         for writing icode into asm output.
12368
12369 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
12370
12371         * src/pic16/device.c: added some debug lines enabled
12372         with macro DEBUG_CHECK,
12373         * src/pic16/genarith.c: more debug in genPlus,
12374         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
12375         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
12376         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
12377         * (aopForSym): onStack symbols are re-placed in data memspace,
12378         and onStack flag is cleared,
12379         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
12380         copy temporary pcodeop,
12381         * (genPcall): added warning for not updating PCLATU,
12382         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
12383         always true for pic16 port,
12384         * (genMultOneWord): NEW, supports integer multiplication,
12385         * (genMult): modified to call genMultOneWord,
12386         * (ifxForOp): added warning when return NULL,
12387         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
12388         flag is set before call to operandFromSymbol for implicit
12389         added structures,
12390         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
12391         options.intlong_rent are set by default,
12392         * (_hasNativeMulFor): modified to allow port generation of integer
12393         multiplication,
12394         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
12395         set regtype to REG_SFR for all registers, restricting seting the
12396         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
12397
12398 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12399
12400         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
12401         more than 500 times in the regression tests
12402
12403 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12404
12405         * support/Util/SDCCerr.h,
12406         * support/Util/SDCCerr.c,
12407         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
12408         enumerator_list),
12409         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
12410         for symbol conflicts.
12411         * support/valdiags/tests/enum.c,
12412         * support/valdiags/tests/tentdecl.c,
12413         * support/valdiags/tests/struct.c: expect possible error messages
12414         referring to original symbol definitions.
12415         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
12416         * src/SDCCsymt.h,
12417         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
12418
12419 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
12420
12421         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
12422
12423 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
12424
12425         * src/pic16/ralloc.c (newReg): fixed bug #908929
12426
12427 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12428
12429         * src/ds390/gen.c: added missing #include "main.h"
12430
12431 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
12432
12433         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
12434         checking if symbol is already in set,
12435         * src/pic16/device.h: prototype for checkAddSym,
12436         * src/pic16/gen.c: (_G): added entry interruptvector,
12437         * (assignResultValue): removed some commented out lines,
12438         * (genFunction): check for ISR via sym->type, absolute section for
12439         interrupt code is created via a new pBlock, the goto instruction is
12440         placed now correctly at the interrupt vector position, changed all
12441         references from ivec to _G.interruptvector,
12442         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
12443         is the interrupt is a high priority one, same for return from ISR,
12444         * src/pic16/glue.c: changed all calls of addSetHead for publics and
12445         externs to calls of checkAddSym,
12446         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
12447         pic16_pcode_verbose flag is set,
12448         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
12449         * src/pic16/pcoderegs.c: message about how many registers are saved
12450         will only be emitted if pic16_pcode_verbose flag is set,
12451
12452 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12453
12454         * src/ds390/ralloc.h,
12455         * src/ds390/ralloc.c (ds390_regWithIdx),
12456         * src/ds390/gen.c (emitcode),
12457         * src/ds390/main.h,
12458         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
12459         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
12460         ds390operandCompare, getRegsRead, getRegsWritten,
12461         initializeAsmLineNode): customized instruction size calculation for
12462         ds390, started basis for some register optimizations
12463         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
12464         corresponding assembly output
12465         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
12466         missing push/pop of r0/r1. Optimized push/pops
12467
12468 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12469
12470         * src/mcs51/main.c (instructionSize): fixed ACALL size
12471         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
12472
12473 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
12474
12475         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
12476         the sorting of rlist with NULL elements
12477         * (print_idataType, print_idata): NEW to create idata sections
12478         * src/pic16/device.h: idataSymSet new variable
12479         * src/pic16/gen.c (genFunction): fixed some bugs in string
12480         comparing, improved the absolute section creation for ISRs,
12481         added FSR0L/FSR0H in registers that are saved in an ISR,
12482         * (genInline): fixed the processing of inline snippets,
12483         now they undergo no process by the peephole optimizer
12484         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
12485         are placed in idataSymSet,
12486         * (pic16emitStaticSeg): extern symbols are added in externs,
12487         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
12488         switching when aboslute variables are placed in access bank memory
12489         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
12490         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
12491         commented out with #if,
12492         * (pic16_packRegisters): reintroduce the check for CAST because some
12493         symbols are not correctly handled,
12494         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
12495         pCodeInstruction instead of pCode,
12496         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
12497         pCodeAsmDir definition,
12498         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
12499         directive, then the argument directive is emitted without the leading
12500         tab, hack for inline labels which must be in the first column,
12501         * (compareLabel,pic16_findNextInstruction),
12502         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
12503         * (insertBankSwitch): modified for the new pCodeAsmDir,
12504
12505 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
12506         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
12507
12508         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
12509         instance,
12510         * (pushSide): commented out with #if,
12511         * (assignResultValue): fixed some typos in saving
12512         registers,
12513         * (genPcall): FIXED and sync'ed with genCall,
12514         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
12515         * (genNearPointerGet): fixed to handle some more cases,
12516         implementation scheme via table reads,
12517         * (genConstPointerGet): modified to access code memory correct,
12518         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
12519         and improved to handle some cases
12520         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
12521         instead of "RETLW" for init data
12522         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
12523         not IN_DIRSPACE, work around to reduce bank switching when aboslute
12524         variables are placed in access bank memory (<0x80 and >=0xf80),
12525         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
12526         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
12527         TBLWT_POSTDEC,TBLWT_PREINC
12528         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
12529         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
12530         directives
12531         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
12532         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
12533         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
12534         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
12535
12536 2004-02-29  Borut Razem <borut.razem AT siol.net>
12537
12538         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
12539         support/Util/findme.h, support/Util/system.h: enhance binary relative
12540         search for lib and include by using findProgramPath()
12541
12542 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12543
12544         * src/SDCCpeeph.h,
12545         * src/SDCCpeeph.c (pcDistance),
12546         * src/port.h,
12547         * src/mcs51/ralloc.h,
12548         * src/mcs51/ralloc.c (mcs51_regWithIdx),
12549         * src/mcs51/main.h,
12550         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
12551         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
12552         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
12553         size calculation port specific, started basis for some register
12554         optimizations
12555         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
12556         missing push/pop of r0/r1. Optimized push/pops
12557         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
12558         * device/lib/_modsint.c (_modsint),
12559         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
12560         and stack version so regression tests pass
12561
12562 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
12563
12564         * src/Makefile.in (dep): include SLIBOBJS in dependency check
12565         * src/SDCCast.c (decorateType): catch another small optimization
12566         with '?' operator
12567         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
12568         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
12569         modified to finally use computeType() all over SDCC,
12570         see Feature Request #877103
12571         * src/SDCCval.h: cosmetic
12572         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
12573         valCompare(); regression tested in muldiv.c
12574         * support/regression/tests/muldiv.c (testMod): mod sign follows
12575         dividend only
12576
12577 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
12578
12579         * src/SDCCast.c (decorateType): fixed bug #902362
12580         * doc/INSTALL.txt: fixed install instructions for win32
12581
12582 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
12583
12584         * device/include/Makefile.in (install): fixed by replacing spaces
12585         by tabs
12586         * doc/README.txt,
12587         * doc/INSTALL.txt: updated for release
12588         * doc/sdccman.lyx: added warning for --xstack being buggy
12589
12590 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
12591
12592         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
12593         to eliminate build warnings.
12594         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
12595
12596 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
12597            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
12598
12599         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
12600         removed -penable-stack, added comment for stack pragma, added
12601         warning for not initializing the stack/frame registers, removed
12602         comment at interrupts section
12603
12604         Stack is made permanent, there is no ability to disable stack usage.
12605         * src/pic16/device.h,
12606         * src/pic16/device.c: removed all references to USE_STACK macro,
12607         * src/pic16/device.c (pic16_dump_section): when no elements in
12608         rlist, free rlist before return,
12609         * (pic16_dump_int_registers): NEW, internal registers are a new set
12610         of general purpose registers reused by each function,
12611         * (checkAddReg): returns 1 if registers is added to set,
12612         * (pic16_groupRegistersInSection): when a registers is of type
12613         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
12614         * src/pic16/device.h: memRange and Assigned Memory are deleted,
12615         SRCASECMP macro is moved here from device.c
12616         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
12617         PO_PCLATU, PO_PRODL, PO_PRODH,
12618         * (pic16_pCodeOpType, genMinus,
12619         changed compares to "a" register, with AOP_ACC,
12620         * (pic16_genPlus): fixed some bugs and indented properly,
12621         * (pic16_addSign): changed size to size+offset in the MOVWF
12622         instruction,
12623         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
12624         multiply 8-bit operand by literal, result is 8-bit,
12625         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
12626         multiply 2 8-bit operand, result is 8-bit,
12627         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
12628         genUMult8X*_16,
12629         * src/pic16/gen.c: changed accUse to contain WREG only,
12630         * (pic16_emitcomment): renamed to pic16_emitpcomment,
12631         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
12632         true, do not use immediate addressing any more unless sym is a
12633         pointer in codespace,
12634         * (aopForRemat): do not use immediate addressing when symbol not in
12635         codespace and when symbol's address is requested,
12636         * (aopOp): for-loop in if(sym->accUse) is modified for the new
12637         accUse size (= 1),
12638         * (aopGet): added case for AOP_ACC and don't return "accumulator
12639         bug" but WREG instead,
12640         * (popGetTempReg): pushes contents of temporary register in stack,
12641         * (popReleaseTempReg): pops contents of temporary register from
12642         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
12643         * (pic16_popGet): separated case AOP_ACC to return register WREG
12644         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
12645         or PO_IMMEDIATE and initializes their instance/offset appropriately,
12646         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
12647         the use of immediate pointers to certain cases only.
12648
12649         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
12650         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
12651         * (assignResultValue, genCall, genRet): modified to use the new
12652         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
12653         genPcall is still broken,
12654         * (genFunction): added code to create 'A' type pBlocks when
12655         interrupt functions are generated, code not extensively tested yet,
12656         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
12657         * (genEndFunction): modified so ISRs pop stored registers from stack,
12658         * (genMultOneByte): cleanup,
12659         * (AccRsh): added flag andmask, to and result with appropriate mask,
12660         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
12661         * (genDataPointerGet): fixed and reenabled its use,
12662         * (genNearDataPointerGet): bugs fixed,
12663         * (genDataPointerSet): bugs fixed,
12664         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
12665         pic16_DumpSymbol, pic16_DumpOp,
12666         * src/pic16/genutils.h: function prototypes for the above functions,
12667         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
12668         pointers,
12669         * (pic16emitRegularMap): many many many improvements, but needs a
12670         major cleanup,
12671         * src/pic16/main.c: enable_stack in pic16_options is removed,
12672         * (_pic16_parseOptions): removed command line options -penable-stack,
12673         * (_process_pragma): emit stack symbol only when stack pragma is
12674         processed,
12675         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
12676         redirected to FSR0L/FSR0H pair,
12677         * (pic16_get_op, pic16_get_op2): modifications and improvements,
12678         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
12679         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
12680         for immediates,
12681         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
12682         * (dumpPicOptype): NEW,
12683         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
12684         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
12685         with movff instruction,
12686         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
12687         added pic16_int_regs, some packRegsFor* functions are commented out,
12688         because produce errors,
12689         * src/pic16/NOTES: minor modifications
12690
12691 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12692
12693         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
12694         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
12695         --pack-iram.
12696         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
12697         * as/mcs51/lkaomf51.c: fixed bug #895763
12698
12699 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
12700
12701         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
12702
12703 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12704
12705         * doc/sdccman.lyx: added details about the HC08 storage classes and
12706         interrupts, fixed the register usage info for z80 & gbz80
12707
12708 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
12709
12710         * doc/sdccman.lyx: added more pic16 port documentation
12711         * device/include/pic16/: added header pic18fregs.h
12712
12713 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
12714
12715         * doc/sdccman.lyx: added Vangelis' contribution
12716
12717 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12718
12719         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
12720         extend to the next CALL or PCALL, not just to the next CALL.
12721
12722 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
12723
12724         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
12725
12726 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12727
12728         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
12729         bug #895752 and a better fix for bug #716790
12730
12731 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12732
12733         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
12734
12735 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12736
12737         * doc/sdccman.lyx: minor changes, minor changed
12738
12739 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
12740
12741         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
12742         which can't handle SDCC_NEWONEBYTEOPS,
12743         (geniCodeMultiply): removed conversion from mult to shift for pic14
12744         and pic16
12745
12746 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12747
12748         * src/hc08/gen.h,
12749         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
12750         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
12751         thus fixing bug #895406
12752
12753 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
12754
12755         * device/lib/_modsint.c,
12756         * device/lib/_modslong.c: sign follows divisor only
12757         * src/hc08/gen.c (genMultOneByte): if result size is 1,
12758         signs or signedness can be ignored
12759         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
12760         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
12761         added optimization for IFX,
12762         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
12763         arguments;
12764         reenabled optimization for IFX, which was removed on 2004-01-11
12765         * src/SDCCast.h: added return type IFX
12766         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
12767         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
12768         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
12769         SDCC_OLDONEBYTEOPS selects the old behaviour
12770         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
12771         changed again and commented promotion rule
12772         * src/SDCCval.c (valDiv): promotion no longer necessary
12773         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
12774         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
12775         rewritten
12776         * support/regression/tests/onebyte.c: added
12777
12778 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
12779
12780         * gen.c (genInline): reverted to old code for assemnling inline
12781         code because of bug reported James Chadd
12782
12783 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
12784
12785         * ralloc.h: missing declarations from previous patch,
12786         seems that patch for ralloc.h was never applied, fixed
12787
12788 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
12789            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
12790
12791         * pcode.c,
12792         * pcode.h,
12793         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
12794         indirect addressing. Marked FSR0 as deprecated
12795         * gen.c (pointerCode): commented out, not needed now
12796         (pic16_popGet2p): new MOVFF helper function
12797         (genGenPointerGet),
12798         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
12799         (shiftRLong): removed duplicate debugging info
12800
12801 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12802
12803         * src/ds390/gen.c (genNearPointerGet),
12804         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
12805         optimization with bits, but not bitfields.
12806         * src/ds390/ralloc.c (packRegisters),
12807         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
12808
12809 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
12810
12811         * src/SDCCcse.c (algebraicOpts): copy operands before modification
12812
12813 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12814
12815         * src/SDCCsymt.h,
12816         * src/SDCCicode.c (operandFromSymbol),
12817         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
12818         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
12819         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
12820         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
12821         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
12822         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
12823         bug #892038
12824         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
12825         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
12826         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
12827         * src/SDCCsymt.c (newSymbol),
12828         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
12829         enumerator_list),
12830         * src/SDCCval.h,
12831         * src/SDCCval.c (newiList): fixed bug #885705
12832
12833 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12834
12835         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
12836         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
12837
12838 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12839
12840         * device/include/c8051f120.h,
12841         * device/include/c8051f300.h,
12842         * device/include/c8051f310.h: added/updated header files for Silicon
12843         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
12844         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
12845         in new section Submitting patches
12846
12847 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12848
12849         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
12850         genFarPointerGet, genCodePointerGet, genGenPointerGet,
12851         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
12852         genGenPointerSet),
12853         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
12854         genFarPointerGet, genCodePointerGet, genGenPointerGet,
12855         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
12856         genGenPointerSet),
12857         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
12858         genFarPointerGet, genCodePointerGet, genGenPointerGet,
12859         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
12860         genGenPointerSet),
12861         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
12862         genFarPointerGet, genCodePointerGet, genGenPointerGet,
12863         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
12864         genGenPointerSet): fixed bug #892400
12865         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
12866         to eliminate build warnings.
12867         * src/SDCCast.c (processParms),
12868         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
12869         fixed bug 751859
12870         * support/valdiag/valdiag.py: added GCC to the list of defines active
12871         when compiling with gcc
12872
12873 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12874
12875         * support/Util/SDCCerr.h,
12876         * support/Util/SDCCerr.c,
12877         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
12878         with an incomplete type (fixed bug #883734)
12879         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
12880
12881 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12882
12883         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
12884
12885 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12886
12887         * src/SDCCast.c (decorateType),
12888         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
12889         function pointer implementation
12890         * support/regression/tests/funptrs.c: added tests to verify both forms
12891         of function pointers work correctly. Added tests to verify parameters
12892         are passed in the correct order.
12893
12894 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
12895
12896         * device.c (regCompare): registers are sorted by ascending
12897         address and increasing size,
12898         * main.c (_pic16_finaliseOptions): removed the declaration
12899         of compiler macro MCU. Now a macro of the format pic18fxxxx
12900         will be defined from the command line
12901
12902 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
12903             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
12904
12905         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
12906         PCOP_RLCF was overwritten!
12907         * gen.c (genSkip): commented out calls to pic16_emitcode,
12908         * (genCmpEQ): fixed "long" compares, only high word did get compared,
12909         * (genlshTwo),
12910         * (genRRC): added debugging info,
12911         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
12912         overwritten while shifting,
12913         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
12914         overwritten while shifting,
12915         * (AccLsh),
12916         * (AccRsh),
12917         * (shiftLLeftOrResult),
12918         * (shiftRLeftOrResult),
12919         * (shiftRLong),
12920         * (shiftLLong): Implemented with pic16_emitpcode
12921         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
12922         * (genLeftShift): Fixed bug, operand for shift by variable always
12923         was "and"ed with 0x0f,
12924         * (genLeftShiftLiteral),
12925         * (genrshTwo),
12926         * (genRightShiftLiteral): added debugging info,
12927         * (genrshFour): added comment,
12928         * (genRightShift): determined signedness from operand "left"
12929         instead of "result"
12930
12931 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12932
12933         * src/SDCCicode.c (geniCodeParms),
12934         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
12935         function pointers, fixed function pointer bugs #861242 and #861896
12936
12937 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12938
12939         * device/include/c8051f000.h,
12940         * device/include/c8051f120.h,
12941         * device/include/c8051f300.h: added header files for Silicon
12942         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
12943
12944 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
12945
12946         * src/SDCCast.c (processParams): added new type flow and restructured
12947         (gatherAutoInit): added new type flow
12948         (addCast): cosmetic changes
12949         (getLeftResultType): added new type flow for array indices, patch
12950         provided by Stas, see FR #877103
12951         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
12952         array index patch by Stas
12953         * src/SDCCast.h: added prototype getResultTypeFromType()
12954         * src/SDCCval.h,
12955         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
12956         * src/pic/glue.c (pic14emitStaticSeg),
12957         * src/pic16/glue.c (pic16emitStaticSeg),
12958         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
12959         for initialization of symbols
12960         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
12961         * support/Util/SDCCerr.h:
12962         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
12963         * .version: bumped version number to 2.3.8
12964         * device/include/Makefile.in (install),
12965         * doc/Makefile (install): changed to 'rm `find ...`' construct to
12966         avoid warnings
12967
12968 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
12969
12970         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
12971         Slade Rich fixed an optimization bug
12972         * src/pic/pcodepeep.c,
12973         * src/pic/pcoderegs.c
12974         * doc/Makefile (install): added test for directory
12975
12976 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12977
12978         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
12979         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
12980         * src/pic/ralloc.c (getRegPtr, getRegGpr),
12981         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
12982         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
12983         * as/mcs51/asexpr.c (term),
12984         * as/hc08/asexpr.c (term): fixed bug #887146
12985
12986 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12987
12988         * src/z80/gen.c (genMult): handle single byte result product
12989         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
12990         DUMMY_READ_VOLATILE (fixed bug #886367)
12991
12992 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
12993
12994         * support/regression/tests/libmullong.c: fixed logic, on little endian
12995         hosts we ended without a mullong_wrapper()
12996
12997 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12998
12999         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
13000         virus/worm forged address usage.
13001
13002 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
13003
13004         Fixed promotion, it should be done on AST level:
13005         * src/SDCCast.c (addCast): added promotion to int
13006         (decorateType): updated call to upCast()
13007         * src/SDCCicode.c (geniCodeLeftShift): removed call to
13008         usualUnaryConversions()
13009
13010 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
13011
13012         * support/regression/tests/literalop.c (mulWrapper): Added a
13013         wrapper to remove integer overflow warnings.
13014
13015         * support/regression/tests/float_trans.c: Made work on host.
13016
13017         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
13018         location of sz80.
13019
13020         * support/regression/generate-cases.py (main): Changed from inline
13021         to a main method.
13022
13023         * doc/Makefile (install): Changed to depth first to get rid of
13024         missing directory install warning.
13025
13026         * as/Makefile (install-doc): Made work on Mac.
13027
13028 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
13029
13030         * src/SDCCast.c: added an additional type flow in decorateType() of
13031         opposite direction, see feature request #860006; it's enabled at runtime
13032         by setting the environment variable SDCC_NEWTYPEFLOW
13033         * src/SDCCast.h: changed prototype of decorateType()
13034         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
13035         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
13036         'char' to 'int' can be omitted, if both operands are 'unsigned char';
13037         see feature request #877103
13038         * src/SDCCval.c: updated call of decorateType()
13039         (valBitwise): fixed bug #882876
13040         (valMinus): added promotion
13041         (valLogicAndOr): result is unsigned
13042         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
13043         * src/SDCCsymt.c (computeType),
13044         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
13045         must not cause an unsigned operation
13046         * src/pic/glue (pic14emitRegularMap),
13047         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
13048
13049 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
13050
13051         * src/pic/pcode.c (PCodeID): commented out left over debug code
13052
13053 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
13054
13055         * support/valdiag/tests/overflow.c: added shift tests
13056         * src/pic/device.c,
13057         * src/pic/gen.c,
13058         * src/pic/gen.h,
13059         * src/pic/glue.c,
13060         * src/pic/main.c,
13061         * src/pic/pcode.c,
13062         * src/pic/pcode.h,
13063         * src/pic/pcodepeep.c,
13064         * src/pic/pcoderegs.c,
13065         * src/pic/ralloc.c,
13066         * src/pic/ralloc.h: applied patch from Slade Rich;
13067         added support for multiple code pages and multiple RAM banks on the
13068         PIC 14 port. The ASM files now no longer simply assume all the
13069         code / RAM are in the same page / bank. This means the linker can
13070         safely allocate code/RAM of separate ASM files to different pages/banks.
13071         * doc/sdccman.lyx: added Slade's tips
13072         * src/mcs51/peeph.def: fixed bug #880768
13073
13074 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13075
13076         * src/hc08/ralloc.c (rematStr): fixed bug #879282
13077         * src/SDCCast.c (decorateType): fixed bug #880197
13078
13079 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
13080
13081         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
13082         getopt.h.
13083
13084         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
13085         strtof is not part of C89 and isn't included with Mac OS X.
13086
13087 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13088
13089         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
13090         shiftL2Left2Result): fixed bug #879326
13091         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
13092         (genMultOneByte): fixed bug in signed vs unsigned multiplication
13093         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
13094         address fetch for clr instruction
13095         * device/lib/hc08/_mulint.c: created optimized assembly version
13096         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
13097
13098 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
13099
13100         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
13101         proposed in FR #877103
13102
13103 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
13104
13105         * src/SDCCval.c (cheapestVal): added missing checks
13106         * src/SDCCicode.c (usualBinaryConversions): fixed condition
13107         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
13108
13109 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
13110
13111         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
13112         equal operands
13113
13114 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
13115
13116         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
13117         loaded with the linker search paths (-L arguments) and the libraries
13118         to be linked with the current source (-l arguments). Changes
13119         currently will affect only the pic16 port.
13120         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
13121         include path the port specific paths and port specific libraries,
13122         * gplink command now contains the $3 argument,
13123         * src/pic16/device.h,
13124         * src/pic16/device.c,: structure PIC_device is made public and
13125         renamed to PIC16_device, the same for variable Pics which is renamed
13126         to Pics16. Updated all references to them.
13127         * src/pic16/glue.c (pic16glue): corrected bug with code
13128         initialization which bypassed the variable initializations block.
13129
13130         * device/lib/pic16/Makefile.rules: removed --penable-stack from
13131         COMPILE_FLAGS and added the --nostdinc option
13132
13133 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13134
13135         * device/include/mc68hc908jb8.h: Register defs for another member
13136         of the hc08 family. Contributed by Bjorn Bringert - thanks!
13137
13138 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
13139
13140         Documenting changes from previous commits.
13141         * configure.in (version 1.56),
13142         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
13143         when generating output files to configure the pic16 library,
13144         but now I've commented it out, since gputils aren't installed in the
13145         SF compile farm, so library won't compile
13146
13147         * device/lib/Makefile.in (version 1.56): initially I've added in
13148         target 'all' the prerequestive 'model-pic16' so it compiled the
13149         pic16 library, but now I've commented it out for the same reasons
13150         above,
13151         * added targets 'model-pic16' and 'objects-pic16' to compile the
13152         library
13153         * added target 'port-specific-objects-pic16' to handle the
13154         generated libraries and copy them into the build/ directory
13155         * added target 'clean-intermediate-pic16' to clean intermediate
13156         files into pic16 directory
13157         * in target 'installdirs' added line to create directory pic16 in
13158         the installation path
13159
13160         * device/include/Makefile.in (version 1.11): in target 'install'
13161         added lines to copy all header files to installation path,
13162         * in target 'installdirs' added line create directory for pic16
13163         headers in the installation path
13164
13165 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
13166
13167         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
13168          a function call
13169
13170 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
13171
13172         * configure,
13173         * device/lib/configure.in,
13174         * device/lib/configure: fixed for autoconf 2.57
13175
13176 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13177
13178         * src/z80/main.c (_parseOptions): fixed the portmode= command line
13179         option so that it actually works. Made it specific to the z80, since
13180         the gbz80 doesn't have these kinds of I/O ports.
13181
13182 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13183
13184         * device/include/z180.h,
13185         * device/lib/_memcpy.c,
13186         * device/lib/_memmove.c,
13187         * device/lib/_mulint.c,
13188         * device/lib/ser_ir.c,
13189         * device/lib/ser_ir_cts_rts.c,
13190         * device/lib/_strcmp.c,
13191         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
13192         * src/z80/main.c (_process_pragma): add support for pragmas bank and
13193         portmode; added deprecation warning for bank= and protmode= forms.
13194         Also, guard against buffer overflow.
13195         * src/z80/gen.c (aopGet): generate better code for sfr banked read
13196
13197 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13198
13199         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
13200         changed interrupt vector table generation to only emit declared vectors.
13201         * device/include/Makefile.in: added missing backslash
13202         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
13203
13204 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
13205
13206         Mainly changes to support compilation of the device libraries
13207         * src/pic16/device.c: stack is allocated via symbol and not
13208         via literal number. The symbol is placed in the corresponding
13209         position of the data ram
13210         * (pic16_dump_section): relocatable and absolute uninitialized
13211         data are now emitted in sorted order to reduce section naming,
13212         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
13213         weren't marked as being in the access bank,
13214
13215 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
13216
13217         Added portion of GNU PIC Library under the directory
13218         device/include/pic16 and device/lib/pic16. These files
13219         contain the declarations of SFRs for the PIC18Fxx2 devices.
13220         The directory is initialized via configure from toplevel.
13221
13222 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
13223
13224         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
13225         the spilllocations to be compared correctly
13226
13227 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
13228
13229         * src/SDCCast.c (decorateType): fixed bug introduced today
13230
13231 2004-01-12  Borut Razem <borut.razem AT siol.net>
13232
13233         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
13234         doc/sdccman.lyx: upper case pragmas are deprecated
13235
13236 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
13237
13238         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
13239         in simpler and even better code
13240
13241 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
13242
13243         * src/SDCCicode.c (operandOperation): fixed bug #874819
13244         * src/SDCCast.c (decorateType): fixed
13245         char foo (unsigned long ul) { return ul > 0; }
13246
13247 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
13248
13249         * doc/sdccman.lyx: Moved and added some sections, small changes
13250         all over. Telling LaTeX to be less strict with word spacing
13251         to better keep the right margin. Changed some notes about
13252         maintainance of the ports in section 3.2.1 - is it OK like this?
13253
13254 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
13255
13256         SDCC source changes:
13257         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
13258         convilong): modified to inform the pic16 port that builtin functions
13259         are external
13260
13261         PIC16 PORT specific changes:
13262         * src/pic16/device.c pic16_dump_equates() added,
13263         processor registers declared internally by the port are emitted in
13264         the translation as equates,
13265         * src/pic16/gen.c: inline code is passed unprocessed to the
13266         translation,
13267         * (pic16_popGetLit2): fnuction modified to take second operand as
13268         pCodeOp pointer and not as literal,
13269         * (popRegFromIdx): prefixed with pic16_,
13270         * (pic16_popCombine2): modified to receive already allocated pCode
13271         operands,
13272         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
13273         * (genFunction): initializes local stack frame and pushes on stack
13274         all the registers used by this function,
13275         * (genEndFunction): restores all registers from stack and restores
13276         stack frame,
13277         * src/pic16/glue.c (pic16emitRegularMap): various changes and
13278         improvements,
13279         * (pic16glue): changed the program startup sequence,
13280         * added new dbName code 'A' for functions placed in absolute section
13281         * src/pic16/main.c: added function attribute _naked,
13282         * added pragma 'code' to place a fnuction at an absolute address,
13283         * added command line arguments --debug-ralloc and --pcode-verbose,
13284         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
13285         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
13286         * (pic16_newpCodeOpLit2): modified to take the second operand as
13287         pCodeOp pointer,
13288         * (pic16_printpBlock): modified to emit each function in a separate
13289         section,
13290         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
13291         UPPER for immediate operands,
13292         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
13293         instruction,
13294         * src/pic16/peeph.def: all peepholes with movff are commented out,
13295         because there is a problem in the pcode peep optimizer,
13296         * src/pic16/ralloc.c: the register allocator can now reuse local
13297         function symbols for another function. This saves register usage.
13298         * src/pic16/ralloc.h: added flag isLocal in structure regs,
13299
13300         Added file src/pic16/NOTES with information about program writing on
13301         the current port version.
13302
13303 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
13304
13305         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
13306         and peephole 252 (array access)
13307
13308 2004-01-09  Borut Razem <borut.razem AT siol.net>
13309
13310         * src/SDCCmain.c : fixed #872250: -l command line defined library
13311           files are scanned before standard library files
13312
13313 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13314
13315         * src/SDCCast.c (decorateType): fixed bug #874046
13316
13317 2004-01-09  Borut Razem <borut.razem AT siol.net>
13318
13319         * support/scripts/sdcc.nsi: remove previous installation
13320
13321 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
13322
13323         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
13324         bytes for last interrupt vector (mcs51)
13325         * sdcc.spec: fixed typo
13326
13327 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13328
13329         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
13330         gen51Code): more efficient parameter receive for --model-large
13331         ("bug" #845294)
13332
13333 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13334
13335         * src/ds390/main.c,
13336         * src/z80/main.c: added missed needLinkerScript flags (more than
13337         one port structure defined in these file)
13338         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
13339         bug #795325
13340
13341 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
13342
13343         * src/SDCCmain.c: removed various references to DEFAULT_PORT
13344         * src/port.h: added flag needLinkerScript in port->linker
13345         structure to inform whether to create a .lnk file or not,
13346         * src/avr/main.c,
13347         * src/ds390/main.c,
13348         * src/hc08/main.c,
13349         * src/mcs51/main.c,
13350         * src/pic/main.c,
13351         * src/pic16/main.c,
13352         * src/xa51/main.c,
13353         * src/z80/main.c: changed appropriately to configure
13354         needLinkerScript flag
13355         * src/pic/gen.c,
13356         * src/pic16/gen.c (genAddrOf): fixed bug #863624
13357         * src/pic/glue.c: added variable udata_section_name to
13358         override default uninitialized data segment definition for
13359         devices only with SHAREBANK memory (reported from Erik Epetrich)
13360         * (pic14emitOverlay): modified to emit a commented overlay segment
13361         directive when no overlay data exist
13362         * (picglue): modified to emit uninitialized data segment
13363         according to udata_section_name
13364         * src/pic/main.c (_pic14_parseOptions): added command line
13365         options --udata-section-name=[name] to override default
13366         udata definition name
13367         * modified _linkCmd and _asmCmd to include compiler passed
13368         arguments via -W option
13369         * src/pic16/main.c: added $l in _asmCmd, changed extension for
13370         object file from '.rel' to '.o' in port->linker structure,
13371         changed size of fptr from 2 to 3 in port structure
13372
13373 2004-01-07  Borut Razem <borut.razem AT siol.net>
13374
13375         * support/scripts/sdcc.nsi: update PATH
13376         * support/scripts/sdcc.ico: craeted
13377
13378 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
13379
13380         * device/include/Makefile.in: fix install
13381         * doc/Makefile: fix install
13382
13383 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13384
13385         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
13386         in bug #860505
13387         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
13388         how the function variable allocation summary is displayed; also
13389         include information about variables allocated to the overlay
13390         segment
13391
13392 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
13393
13394         * as/mcs51/lkmain.c: Help about -Y option
13395         * as/mcs51/lkarea.c: Fixed gcc warnings
13396
13397 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
13398
13399         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
13400         fixed warning
13401         * support/valdiag/tests/overflow.c: added
13402         * src/SDCCast.c (decorateType),
13403         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
13404         LEFT_OP (left shift)
13405
13406 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
13407
13408         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
13409         (default behaviour).
13410
13411 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13412
13413         A python script to validate compiler diagnostic messages. It can be
13414         used to verify that sdcc complains about bad c source code and
13415         gives a good location of the error.
13416         * support/valdiag/Makefile,
13417         * support/valdiag/valdiag.py,
13418         * support/valdiag/tests/*
13419
13420 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13421
13422         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
13423         * src/SDCCsymt.c (newEnumType),
13424         * src/SDCCsymt.h
13425         * support/Util/SDCCerr.c,
13426         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
13427         enum related bugs.
13428         * support/regression/tests/enum.c: added test for enum values that
13429         require at least 2 bytes of storage.
13430
13431 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
13432
13433         * src/common.h: added ifndef/define/endif macros
13434         around the header file.
13435         Bug reported from Jesus Calvino-Fraga
13436
13437 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
13438
13439         * sdcc.spec: updated
13440         * device/include/Makefile.in: don't install CVS directories
13441         * device/lib/Makefile.in: added removal of CVS directories after install
13442         * doc/Makefile: fixed install, added local_icons
13443         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
13444         * src/mcs51/gen.c (genRightShift): fixed bug #870788
13445         * src/ds390/gen.c (genRightShift): fixed bug #870788
13446         * src/SDCCast.c (decorateType): fixed bug #870781
13447
13448 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
13449
13450         PIC16 port related changes:
13451         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
13452         added variable stackPos,
13453
13454         * gen.c: genCall, assignResultValue: added support for
13455         pushing/retrieving function parameters to/from stack,
13456         genFunction,genEndFunction: setup stack frame for the
13457         generated function,
13458         genAddrOf: will be changed according to bug 863624
13459
13460         * added files genutils.c and genutils.h which contain gen*
13461         debugged and optimised functions extracted from gen.c
13462
13463         * glue.c: added variable 'externs' which holds extern symbols,
13464         pic16emitRegularMap: is modified to properly handle relocatable
13465          symbols under the new scheme,
13466         pic16createInterruptVect: is modified
13467         pic16printPublics: is modified to emit 'global' assembler directives,
13468         added pic16_printExterns to print extern symbols,
13469         pic16glue: initializes stack/frame pointer in the beginning of
13470         the assembly output. Temporary hack, will be corrected later,
13471         because gplink yet does not support stack and SDCC does not
13472         yet support a type of crt0.o object to create the final binary.
13473
13474         * Removed many lines that contain 8051 legacy code.
13475         * The code is finally placed under a 'code' directive.
13476         * Added port specific options.
13477
13478         * _process_pragma: simplified since now we do not need *special*
13479         include file to define SFR registers. But a separate header
13480         will be needed. This will be developed later.
13481         * _pic16_parseOptions: added, parses port specific options:
13482         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
13483         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
13484         --preplace-udata-with=
13485
13486         * _pic16_setDefaultOptions: modified to initialize section names,
13487         but hack is temporarly out of order since it needs improvement.
13488         * _pic16_genAssemblerPreamble: configuration words are emitted by
13489         their address instead of their name. This part is incomplete and
13490         supports only the 18Fxx2 devices. Other devices will emit an error
13491         during assembly since they do not contain the same set of config
13492         registers
13493         * _pic16_genIVT: is modified,
13494
13495         * pcode.c: added definitions for some hardware registers that are needed
13496         for stack support
13497         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
13498         All PCI entries are updated. Now LFSR is supported.
13499         * Removed pic16_pciTRIS is mentioned by mdubuc in source
13500         * added pic16_newpCodeOpLit2 to support instructions with
13501         two literal arguments
13502         * pic16_pCode2str: corrected code that emits assembler instructions
13503         with two literal operands and those that have an access bit modifier
13504         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
13505         this fixes a bug which caused some labels to be lost, when an
13506         assembler directive was added, i.e. banksel,
13507         * pic16_FixRegisterBanking: improved logic that causes the insertion
13508         of bank switching,
13509         * InlineFunction: functions that are called once, are not any more
13510         inlined. This can be a port option in the future,
13511
13512         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
13513
13514         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
13515         hold the corresponding uninitialized symbols,
13516         * pic16_allocProcessorRegister: registers have explicit marked the
13517         accessBank field,
13518         * pic16_allocInternalRegister: registers are explicit marked as
13519         not used,
13520         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
13521         processing list, so bit registers were lost,
13522         *
13523
13524         * ralloc.h: added field 'accessBank' and original symbol operand
13525         in register definition,
13526         * removed the field isMapped from register definition,
13527
13528         ** Several functions have been removed from various sources:
13529         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
13530         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
13531         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
13532         pic16_assignRelocatableRegisters
13533
13534         ** others have been introduced:
13535         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
13536         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
13537
13538 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
13539
13540         * support/scripts/inc2h.pl: changed definition of BIT_AT
13541         to emit 'sbit at' instead of 'bit at'. This was a request.
13542
13543         PIC16 port related preliminary changes:
13544         * gen.c: prefixed function popRegFromString with
13545         pic16_ and all references to it corrected
13546         * pcode.c: all pic16_pc_* hardware registers prefixed
13547         with underscore (_),
13548         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
13549         * ralloc.c: newReg(): when register is REG_SFR then
13550         set address to rIdx,
13551         pic16_allocProcessorRegister(): marks register wasUsed=0
13552         pic16_writeUsedRegs(): added a call to assign processor
13553         registers via pic16_assignFixedRegisters
13554
13555 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
13556
13557         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
13558         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
13559         variables in unused register banks.  Also the SSEG is placed
13560         wherever there is enough space for it, and IDATA can be anywhere
13561         in internal RAM.  For now compile using -Wl-Y[stack_size].
13562         The mem file is different for this option as well, since it
13563         makes no sense of talking about DSEG lenght.
13564
13565 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
13566
13567         * src/SDCClrange.c: fixed bug 869095 that caused segfault
13568         in certain cases, e.g. when ROM assignment, patch provided
13569         from Albert den Haan.
13570
13571 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
13572
13573         Many signedness and type propagation fixes:
13574         * src/SDCCicode.c: made geniCodeCast() static
13575         replaced SPEC_ by IS_ (cosmetic)
13576         (operandOperation): fixed div and mod operation
13577         (usualBinaryConversions): added support for promotion of char
13578         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
13579         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
13580         (geniCodeAdd): an array index will stay unsigned, even if promoted
13581         from char to int
13582         (geniCodeArray): ditto
13583         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
13584         * src/SDCCsymt.c (computeType): added more support for char;
13585         promotion of char is selectable by promoteCharToInt, fixed signedness
13586         for all cases
13587         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
13588         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
13589         * src/SDCCval (val*): replaced signedness calculation by
13590         computeType()
13591         rearranged if-branches (cosmetic)
13592         (valShift): added warning W_SHIFT_CHANGED
13593         (valCompare): fixed problem with different types
13594         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
13595         * support/regression/tests/literalop.c: added many cases
13596         * support/regression/tests/ast_constant_folding.c: changed finally to
13597         'unsigned int'
13598         * .version: new year, new version: 2.3.7
13599         * src/SDCCmain.c (main): applied patch #866468
13600         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
13601         provided by Scott Bronson
13602         * doc/sdccman.lyx: updated documentation for sdcdb
13603         updated and added chapter tips
13604
13605 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13606
13607         * src/SDCCsymt.h: missing from yesterday's commits
13608
13609 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13610
13611         * src/SDCC.y (struct_or_union_specifier),
13612         * support/Util/SDCCerr.c,
13613         * support/Util/SDCCerr.h: verify that struct & union tags are used
13614         as declared.
13615
13616 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13617
13618         * src/SDCCglobl.h: missing from yesterday's commits
13619
13620 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13621
13622         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
13623         sft_attributes, struct_declaration, parameter_declaration,
13624         type_name, start_block, declaration_list),
13625         * src/SDCC.lex (check_type): support redefinition of typedef names
13626
13627 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
13628
13629         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
13630         aligned xdata arrays. Erik helped me with the if clause.
13631
13632 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13633
13634         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
13635         warning
13636
13637 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13638
13639         * src/SDCCast.h,
13640         * src/SDCCast.c (newAst_),
13641         * src/SDCCicode.h,
13642         * src/SDCCicode.c (ast2iCode, newiCode),
13643         * src/SDCCglobl.h,
13644         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
13645         expr, statement, expression_statement, selection_statement,
13646         iteration_statement, expr_opt, jump_statement): foundation for tracking
13647         sequence points
13648         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
13649         point code too)
13650
13651 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13652
13653         * support/Util/SDCCerr.c,
13654         * src/SDCCast.h,
13655         * src/SDCCast.c (createCase, createDefault, decorateType),
13656         * src/SDCClabel.c (labelUnreach),
13657         * src/SDCC.y (labeled_statement, jump_statement): More improvements
13658         to error messages.
13659         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
13660         (with thanks to Stas Sergeev)
13661         * device/include/time.h,
13662         * device/lib/time.c (CheckTime): suppress unreachable code warning
13663
13664 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13665
13666         * src/SDCCast.c (createIvalCharPtr),
13667         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
13668         bug #753752)
13669         * support/regression/tests/nullstring.c: tests for these two bugs
13670
13671 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13672
13673         * support/Util/SDCCerr.h,
13674         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
13675         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
13676         about storage class and 'at' used inside struct or union
13677         * src/SDCCBBlock.c (iCodeFromeBBlock),
13678         * src/SDCCcse.c (ifxOptimize),
13679         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
13680         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
13681         printIval, emitStaticSeg, emitOverlay),
13682         * src/SDCClabel.c (deleteIfx),
13683         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
13684         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
13685         gatherAutoInit, processParms),
13686         * support/Util/SDCCerr.h,
13687         * support/Util/SDCCerr.c (werrorfl): Support for better error location
13688         reporting for post-parse errors.
13689
13690 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13691
13692         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
13693         implicit casts via union; they don't work on big endian systems
13694         (possible fix for bug #861138)
13695
13696 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
13697
13698         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
13699         * src/mcs51/main.c: fixed the fix for bug #737001
13700
13701 2003-12-15  Borut Razem <borut.razem AT siol.net>
13702
13703         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
13704
13705 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13706
13707         * support/makebin/makebin.c: put output in binary mode
13708
13709 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
13710
13711         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
13712         xdata and data memory on startup. Set the environment variable
13713         SDCC_NOGENRAMCLEAR to disable this.
13714         * src/mcs51/peephole.def,
13715         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
13716         (allows non-interrupt and interrupt code to safely compete for a resource
13717         without the non-interrupt code having to disable interrupts)
13718
13719 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13720
13721         * src/SDCCicode.c (geniCodeAdd),
13722         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
13723         with valFromType if type might be a pointer and host is big endian).
13724         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
13725         types, not just integer types.
13726         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
13727         multiply defined with mismatching "at" address.
13728
13729 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13730
13731         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
13732         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
13733         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
13734         with embedded nulls (fixed bug #753752)
13735
13736 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
13737
13738         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
13739         Apparently this did not see much testing (endless loop)
13740
13741 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13742
13743         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
13744
13745 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13746
13747         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
13748         gracefully handle NULL memmap pointers
13749
13750 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13751
13752         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
13753         instead of deleting the iCode when an operand is volatile
13754         * src/z80/gen.c (genDummyRead),
13755         * src/mcs51/gen.c (genDummyRead),
13756         * src/ds390/gen.c (genDummyRead),
13757         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
13758         not just IC_RIGHT
13759         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
13760         * src/SDCC.y: fixed bug #850420
13761
13762 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13763
13764         Applied z80 i/o port patch from Peter Townson and fixed some operators
13765         to better handle operands in A register.
13766         * device/include/z180.h
13767         * src/SDCC.y
13768         * src/SDCCglue.c
13769         * src/z80/gen.c
13770         * src/z80/gen.h
13771         * src/z80/main.c
13772         * src/z80/peeph-z80.def
13773         * src/z80/peeph.def
13774         * src/z80/z80.h
13775
13776 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13777
13778         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
13779
13780 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13781
13782         * device/lib/hc08/_mullong.c: Removed extra #endif
13783
13784 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13785
13786         * sim/ucsim/hc08.src/inst.cc,
13787         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
13788         carries from x to h
13789         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
13790         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
13791         * device/include/stdarg.h: fixed varargs for hc08
13792         * device/lib/Makefile.in,
13793         * device/lib/hc08/Makefile,
13794         * device/lib/hc08/_mulint.c,
13795         * device/lib/hc08/_mullong.c: fixed some endian problems
13796
13797 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
13798
13799         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
13800         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
13801         * device/lib/_gptrget.c,
13802         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
13803
13804 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13805
13806         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
13807         * src/SDCCast.c (astErrors): fixed bug #846007
13808         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
13809
13810 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13811
13812         * src/SDCCast.c (decorateType): disabled a transformation I added in
13813         revision 1.188 (access to fields of a structure at an absolute address);
13814         it breaks with bitfields, extern declarations, and gcse analysis.
13815         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
13816         could be assigned through a pointer, so don't complain.
13817         * src/SDCCast.c (astErrors),
13818         * src/SDCCast.h,
13819         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
13820
13821 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
13822
13823         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
13824         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
13825         output of __config directives, since gpasm now supports them
13826         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
13827         pre-processor macro, i.e. -DMCU=p18f452
13828         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
13829         and modified to handle 'cast' icode similarly to '=' icode
13830         * src/pic16/device.h (typedef struct PIC_device): added field
13831         'extMIface' to indicate that chip has external memory interface
13832         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
13833         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
13834         18F8720
13835
13836 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13837
13838         * src/SDCC.y (pointer): fixed bug #846006
13839         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
13840         * src/SDCCast.c (decorateType): fixed bug #846009
13841         * src/ds390/peeph.def,
13842         * src/ds390/gen.c (genAnd, genOr),
13843         * src/mcs51/peeph.def,
13844         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
13845
13846 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13847
13848         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
13849         * src/SDCCdflow.c
13850         * src/SDCCcse.c
13851         * src/SDCCcse.h
13852         * src/SDCCBBlock.h
13853         * src/SDCCBBlock.c
13854
13855 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
13856
13857         fixed bug #845089
13858         * src/SDCCbitv.h,
13859         * src/SDCCbitv.c: added function to free a bitvector
13860         * src/SDCClrange.h,
13861         * src/SDCClrange.c: added function to recompute the liveranges
13862         * src/avr/ralloc.c,
13863         * src/ds390/ralloc.c,
13864         * src/hc08/ralloc.c,
13865         * src/mcs51/ralloc.c,
13866         * src/pic/ralloc.c,
13867         * src/pic16/ralloc.c,
13868         * src/xa51/ralloc.c,
13869         * src/z80/ralloc.c: recompute the liveranges after register packing
13870
13871 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
13872
13873         * src/SDCCloop.c (newInduction): fixed bug #845630
13874
13875 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13876
13877         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
13878         inadvertantly left behind from my 2003-11-12 change
13879
13880 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13881
13882         Updated headers I neglected to commit yesterday.
13883         * src/SDCClrange.h,
13884         * src/SDCCicode.h
13885
13886 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13887
13888         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
13889         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
13890         * src/SDCCopt.c (eBBlockFromiCode),
13891         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
13892         the creation of the key hash table from the sequencing so it can be used
13893         earlier (for some GCSE bug fixes still pending)
13894
13895 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
13896
13897         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
13898         * support/regression/tests/addsub.c: testing genPlus shortcut
13899
13900 2003-11-15  Borut Razem <borut.razem AT siol.net>
13901
13902         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
13903
13904 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13905
13906         * src/SDCCcse.c (cseBBlock): fixed bug #527779
13907         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
13908         ordering is immaterial.
13909         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
13910
13911 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13912
13913         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
13914         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
13915         (SIGSEV) of bug #840381
13916         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
13917         unlink new file before rename if new and old filenames are the same)
13918
13919 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
13920
13921         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
13922         uninitialized variables) for the mcs51. Set environment variable
13923         SDCC_GENRAMCLEAR to test.
13924         xdata initialization slightly shorter
13925
13926 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13927
13928         * src/SDCCsymt.h,
13929         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
13930         #838241 & 780691 (basicly the same bug)
13931         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
13932         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
13933
13934 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
13935
13936         * src/SDCCmain.c (linkEdit): "fix" #834252
13937
13938 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13939
13940         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
13941         * src/SDCCast.h,
13942         * src/SDCC.y: fixed bug #819403
13943
13944 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13945
13946         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
13947         the reentrant attribute.
13948         * src/hc08/gen.c (genPackBits): added missing stack readjustment
13949         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
13950         simulation
13951         * src/SDCCast.c (decorateType): fixed bug with storage class not being
13952         updated during pointer dereference; f.e. ~(((char *)1)*) was being
13953         erroneously reduced to a literal.
13954         * src/hc08/ralloc.c (packRegisters, rematStr),
13955         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
13956         some cases
13957
13958 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
13959
13960         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
13961         * doc/sdccman.lyx: changed from 'article' to 'book'
13962         * doc/Makefile: readded test_suite_spec and cdbfileformat
13963
13964 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
13965
13966         * device/include/stdlib.h: include malloc.h to comply with ANSI
13967         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
13968
13969 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
13970
13971         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
13972         * doc/clean.mk: also remove *.out files
13973         * doc/sdccman.lyx: some additions, larger top/bottom margins
13974
13975 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13976
13977         * src/SDCC.y: fixed bug #837365
13978         * support/regression/tests/bitopcse.c
13979         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
13980         a symbol (might be valop instead)
13981         * device/lib/Makefile.in: added errno.c to HC08SOURCES
13982         * device/lib/clean.mk: added hc08 to the cleaning list
13983
13984 2003-11-04  Borut Razem <borut.razem AT siol.net>
13985
13986         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
13987           made 2003-11-04
13988         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
13989           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
13990           malloc is declared in standard stdlib.h
13991
13992 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13993
13994         * device/lib/hc08/Makefile: need to clean .rel not .o files
13995         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
13996
13997 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13998
13999         * src/port.h,
14000         * src/hc08/main.c,
14001         * src/mcs51/main.c,
14002         * src/ds390/main.c,
14003         * src/z80/main.c,
14004         * src/avr/main.c,
14005         * src/pic/main.c,
14006         * src/pic16/main.c,
14007         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
14008         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
14009         tests (which uses the port's oclsExpense function)
14010         * src/SDCC.y,
14011         * src/SDCCast.c,
14012         * src/SDCCicode.c,
14013         * src/hc08/gen.c,
14014         * src/ds390/gen.c,
14015         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
14016
14017 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14018
14019         * src/SDCCcse.c (ifxOptimize),
14020         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
14021         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
14022         deleting the IFX iCode.
14023         * src/hc08/ralloc.c: reduced unneeded slocs
14024         * src/hc08/gen.c: fixed bug in asmopToBoolean
14025
14026 2003-11-04  Borut Razem <borut.razem AT siol.net>
14027
14028         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
14029           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
14030           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
14031           transferred to configure
14032
14033 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
14034
14035         Use headers defined in the C[++] standards:
14036         * sim/ucsim/gui.src/serio.src/fileio.cc
14037         * sim/ucsim/gui.src/serio.src/frontend.cc
14038         * sim/ucsim/gui.src/serio.src/main.cc
14039         * sim/ucsim/gui.src/serio.src/posix_signal.cc
14040         * support/Util/NewAlloc.c
14041         * as/hc08/lklibr.c
14042         * as/mcs51/lklibr.c
14043         * as/z80/aslist.c
14044         * as/z80/assym.c
14045
14046 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14047
14048         * Added MSVC projects for hc08 assembler and linker:
14049         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
14050         /as/hc08/link_hc08.dsp
14051
14052 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
14053
14054         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
14055
14056 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
14057
14058         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
14059
14060 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
14061
14062         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
14063
14064 2003-10-31  Borut Razem <borut.razem AT siol.net>
14065
14066         * support/cpp2/cpplib.h,
14067           support/cpp2/cpplib.c,
14068           support/cpp2/cpplex.c,
14069           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
14070           to switch _asm block preprocessing on / off. Default is
14071           #pragma preproc_asm +
14072
14073 2003-10-31  Borut Razem <borut.razem AT siol.net>
14074
14075         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
14076           when outputting comment blocks (when executed with -C option) and
14077           _asm (SDCPP specific) blocks
14078
14079 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14080
14081         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
14082
14083 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
14084
14085         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
14086
14087 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
14088
14089         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
14090         * src/SDCCast.c (decorateType): fixed bug #832664
14091
14092 2003-10-31  Borut Razem <borut.razem AT siol.net>
14093
14094         * support/cpp2/cpplex.c: fixed for SDCPP:
14095           comments(when executed with -C option) and _asm blocks
14096           were included even if they where in skipped #if block.
14097           Applied solution from GCC cpp 3.3.2
14098
14099 2003-10-31  Borut Razem <borut.razem AT siol.net>
14100
14101         * src/SDCC.lex: sdcc now understands both formats:
14102           '# <line_number> <file_name>' and
14103           '#line <line_number> <file_name>'
14104         * support/cpp2/cppmain.c: sdcpp now generates the standard
14105           '# <line_number> <file_name>' instead of former
14106           '#line <line_number> <file_name>'
14107
14108 2003-10-30  Borut Razem <borut.razem AT siol.net>
14109
14110         * support/cpp2/cpphash.h,
14111         * support/cpp2/cpplib.h
14112         * support/cpp2/cpplex.c,
14113         * support/cpp2/cppmain.c,
14114         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
14115
14116 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14117
14118         Fixed a number of problems revealed by bug #827883.
14119         * src/SDCCloop.c (loopInvariants): Spill location of the
14120         result operand should be recomputed if extracted from
14121         a loop. Also, don't extract assignments of an iTemp
14122         from a literal.
14123         * src/SDCCast.c (isConformingBody): loop reversal should
14124         not occur if the control variable is involved with a
14125         relational operator.
14126
14127 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
14128
14129         * .version: bumped to 2.3.6 to reflect the big improvements
14130         made by Erik and Klaus. Thanks!
14131
14132 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
14133
14134         Replaced the livrange code.
14135         * src/SDCClrange.c: added new LR code
14136         * src/SDCCloop.c,
14137         * src/SDCCBBlock.h: removed remainig parts from old LR code
14138         * src/ds390/ralloc.c,
14139         * src/ds390/gen.c: minor fixes to make it work with new code
14140
14141 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14142
14143         * as/hc08/asm.h,
14144         * as/hc08/lkrloc.c,
14145         * src/hc08/gen.c,
14146         * src/hc08/ralloc.c: Fix various warnings related to the hc08
14147         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
14148         (tweaked fix for bug #818696)
14149
14150 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14151
14152         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
14153
14154 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14155
14156         * src/SDCCmain.c,
14157         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
14158         * src/mcs51/gen.c (gencjneshort),
14159         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
14160         more efficient (per Scott Bronson's suggestion)
14161
14162 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14163
14164         Extended the semantics of the critical keyword to include
14165         individual statements. See RFE #827755 and #799831
14166         * src/SDCC.y
14167         * src/SDCCicode.c
14168         * src/SDCCopt.c
14169         * src/SDCCast.c
14170         * support/Util/SDCCerr.c
14171         * support/Util/SDCCerr.h
14172         * src/mcs51/gen.c
14173         * src/ds390/gen.c
14174         * src/hc08/gen.c
14175
14176 2003-10-19  Borut Razem <borut.razem AT siol.net>
14177
14178         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
14179
14180 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14181
14182         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
14183         Fixed bug #818696
14184         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
14185         and predecrement operand is displayed
14186
14187 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
14188
14189         * src/SDCCval.c (valMinus): fixed bug #826041
14190
14191 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14192
14193         Some hc08 related updates that I missed earlier
14194         * sim/ucsim/stypes.h
14195         * support/regression/ports/hc08/spec.mk
14196
14197 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14198
14199         New target "hc08" for the Motorola 68hc08 family of micros
14200
14201         * configure
14202         * configure.in
14203         * Makefile
14204         * src/hc08/*
14205         * src/SDCCmain.c
14206         * src/port.h
14207         * sim/ucsim/hc08.src/*
14208         * sim/ucsim/configure.in
14209         * src/ucsim/configure
14210         * sim/ucsim/packages_in.mk
14211         * as/hc08/*
14212         * as/Makefile
14213         * device/include/mc68hc908qy.h
14214         * device/lib/hc08/*
14215         * device/lib/Makefile.in
14216         * support/regression/ports/hc08/*
14217         * support/regression/Makefile
14218
14219 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14220
14221         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
14222         regression test
14223         * src/ds390/gen.c (genCast): fixed bug #821957
14224
14225 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
14226
14227         * device/lib/logf.c: "fixed" overlay bug
14228         * support/regression/ports/host/spec.mk: added m library
14229         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
14230         * support/regression/tests/float_trans: added (for Eric)
14231
14232 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
14233
14234         * src/mcs51/gen.c (genCpl): fixed bug
14235         http://sf.net/mailarchive/message.php?msg_id=6263915
14236
14237 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
14238
14239         * src/SDCCast.c (decorateType): added extended constant folding
14240         * src/SDCCsymt.c (computeType): cleanup
14241         * src/SDCCval.c (valShift): minor optimization
14242         * support/regression/tests/ast_constant_folding.c: added
14243
14244 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14245
14246         * src/SDCCmain.c: removed some unintended changes
14247
14248 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14249
14250         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
14251         * src/z80/gen.c: fixed part of bug #817589
14252         * src/SDCCsymt.c (checkFunction): fixed bug #817895
14253
14254 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
14255
14256         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
14257         * src/SDCCcflow.c
14258         * src/SDCCcse.c
14259         * src/SDCCdflow.c
14260         * src/SDCClabel.c
14261         * src/SDCClrange.c
14262         * src/SDCCmem.c
14263         * src/SDCCopt.c
14264         * src/SDCCpeeph.c
14265         * src/SDCCset.c
14266         * src/avr/ralloc.c
14267         * src/ds390/ralloc.c
14268         * src/izt/ralloc.c
14269         * src/mcs51/ralloc.c
14270         * src/pic/ralloc.c
14271         * src/pic16/ralloc.c
14272         * src/xa51/ralloc.c
14273         * src/z80/ralloc.c
14274         * src/z80/gen.c: removed unused label "release:"
14275
14276 2003-10-06  Borut Razem <borut.razem AT siol.net>
14277
14278         * src/SDCC.lex: removed definition of unused variables
14279           save_optimize and save_options
14280
14281 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
14282
14283         * clean.mk: removed '=' in "-maxdepth=1"
14284         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
14285         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
14286
14287 2003-10-06  Borut Razem <borut.razem AT siol.net>
14288
14289         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
14290           my_unput() replaced by unput()
14291
14292 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
14293
14294         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
14295         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
14296         type-punned pointer will break strict-aliasing rules"
14297         Old LR behaviour is again default; Klaus' LR can be choosen by
14298         defining the environment variable LRKLAUS
14299         * src/SDCCBBlock.h
14300         * src/SDCCloop.c
14301         * src/SDCClrange.c
14302         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
14303         * clean.mk: fixed removal of files in bin/CVS/
14304         * device/lib/clean.mk: fixed removal of directories small and large
14305         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
14306         * src/SDCCicode.c,
14307         * src/SDCCval.c: removed superflous test for pedantic
14308
14309 2003-10-05  Borut Razem <borut.razem AT siol.net>
14310
14311         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
14312           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
14313           message "unmatched #pragma SAVE and #pragma RESTORE"
14314
14315 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
14316
14317         * doc/sdccman.lyx: various additions and updates (interrupts, inline
14318           assembly, critical functions, atomic, nojtbound)
14319
14320 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
14321
14322         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
14323         * src/SDCCBBlock.h
14324         * src/SDCCloop.c
14325         * src/SDCCloop.h
14326         * src/SDCClrange.c
14327
14328 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14329
14330         * src/z80/gen.h,
14331         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
14332         * src/mcs51/gen.h
14333         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
14334         * src/ds390/gen.h
14335         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
14336         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
14337         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
14338
14339 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14340
14341         * src/z80/gen.c (genRet): fixed bug #524753
14342         * src/z80/gen.c (genCast): fixed internal error on cast from
14343         pointer to long
14344         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
14345         fix for bug #477835 to the z80
14346         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
14347         for tracking iCodes in the peephole optimizer for z80
14348
14349 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14350
14351         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
14352         the other part of bug #814548
14353         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
14354
14355 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
14356
14357         * src/SDCCcse.c: fixed part of bug #814548
14358
14359 2003-09-28  Borut Razem <borut.razem AT siol.net>
14360
14361         * src/asm.c: rewrite of printILine() to use temporary file instead
14362           a pipe
14363         * src/xa51/main.c: commented out declaration of int rewinds
14364
14365 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14366
14367         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
14368
14369 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14370
14371         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
14372         * src/asm.c (printILine): Fixed bug #811015
14373
14374 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14375
14376         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
14377         freeing.
14378
14379 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14380
14381         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
14382         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
14383         to correctly handle general case of AOP_PAIRPTR
14384         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
14385
14386 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14387
14388         * src/mcs51/ralloc.c (fillGaps),
14389         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
14390         register positioning bug)
14391
14392 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
14393
14394         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
14395
14396 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14397
14398         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
14399         genCodePointerGet, genGenPointerGet, genFarPointerSet,
14400         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
14401         (ralloc doesn't intentionally do this now, but perhaps later)
14402         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
14403         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
14404         register positioning bugs (Fixed bug #762602 and #795325)
14405         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
14406         (Fixed bug #808779)
14407         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
14408         lines that --i-code-in-asm generates
14409
14410 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14411
14412         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
14413         trying to fclose a FILE* that was already closed.
14414
14415 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14416
14417         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
14418         of const struct should be treated as if const themselves)
14419
14420 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
14421
14422         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
14423
14424 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14425
14426         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
14427         Unix (/n) and DOS (/r/n) line terminations.
14428
14429 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14430
14431         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
14432         bug #613775
14433
14434 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14435
14436         * src/mcs51/gen.c (genFunction, genEndFunction),
14437         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
14438         and restore of EA so that stack offsets to parameters are
14439         correct when using both critical and reentrant/stack-auto.
14440         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
14441         size (can be triggered in error if sloc is shared between
14442         different sized objects)
14443         * device/include/float.h: fixed macros to explicitly use
14444         unsigned long where needed
14445
14446 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
14447
14448         Feature req. 799831: added code to allow nesting of critical functions
14449         * src/mcs51/gen.c (genFunction, genEndFunction)
14450         * src/ds390/gen.c (genFunction, genEndFunction)
14451
14452 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14453
14454         * src/SDCCsymt.c (sclsFromPtr),
14455         * src/SDCCsymt.h,
14456         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
14457         support for standard C idiom of memory mapped variables; for
14458         example, *((xdata int*)0x1234) = 1 is now internally equivalent
14459         to xdata int at 0x1234 tempvar = 1.
14460         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
14461         provided by Akiya ISHIDA
14462
14463 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
14464
14465         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
14466         * src/SDCCval.c (constVal): added reduction from int to char
14467         * src/SDCCval.c (valMult, valDiv): fixed sign handling
14468         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
14469         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
14470         to ignore the sign
14471         * support/regression/tests/shifts.c: fixed
14472
14473 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14474
14475         * src/z80/gen.c (genXor): Fixed bug #805445
14476
14477 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14478
14479         Fixed bug #621531 (const & volatile confusion in the type chain).
14480         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
14481         refer to the const or volatile state of the pointer itself.
14482
14483         * src/SDCCast.c
14484         * src/SDCCglue.c
14485         * src/SDCCicode.c
14486         * src/SDCCsymt.c
14487         * src/SDCCval.c
14488         * src/SDCC.y
14489         * src/SDCCsymt.h
14490         * src/pic/gen.c
14491         * src/pic/ralloc.c
14492         * src/pic16/gen.c
14493         * src/pic16/ralloc.c
14494         * support/regression/tests/const.c
14495
14496 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14497
14498         When checking for duplicated modules, use absolute paths
14499         instead of relative paths.  Files changed:
14500
14501         * as/mcs51/lklib.c
14502         * link/z80/lklib.c
14503
14504 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14505
14506         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
14507
14508 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14509
14510         * device/include/string.h: added size_t typedef, changed
14511         prototypes to use size_t, eliminated separate reentrant and
14512         non-reentrant declarations, added _memmove declaration
14513         * device/lib/_memcpy.c: changed to use size_t instead of int,
14514         changed /4 to >>2 to avoid division library call
14515         * device/lib/_memcmp.c,
14516         * device/lib/_memset.c,
14517         * device/lib/_strncat.c,
14518         * device/lib/_strncpy.c,
14519         * device/lib/_strncmp.c: changed to use size_t instead of int
14520         * device/lib/_memmove.c: new file (fixed bug #772294)
14521         * device/lib/Makefile.in: added _memmove.c
14522         * device/lib/z80/asm_strings.s: fixed bug #772290
14523         * support/regression/tests/bitfields.c: attempt to fix host assertion
14524         failure on amd64-unknown-linux2.2
14525
14526 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14527
14528         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
14529         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
14530         * as/z80/asmain.c (main): fixed bug #801766
14531
14532 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
14533
14534         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
14535         compilers
14536
14537 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14538
14539         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
14540         reported in bug #800609
14541
14542 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
14543
14544         * Top header beautifications in src/pic16 directory:
14545           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
14546           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
14547           pcoderegs.h, ralloc.c, ralloc.h
14548         * main.c: added top header and GPL license notice
14549         * pcode.c: fixed the if-conditional warning
14550
14551 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
14552
14553         * device/lib/_mullong.c: replaced int by short for gcc
14554
14555 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14556
14557         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
14558         and JUMPTABLE iCodes properly now (worked by accident before)
14559         * src/mcs51/gen.c (leftRightUseAcc),
14560         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
14561         iCode properly now. Use getSize instead of nRegs since a & b
14562         aren't part of the nRegs tally.
14563
14564 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
14565
14566         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
14567         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
14568           before instructions that use the _STATUS register
14569
14570 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
14571
14572         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
14573         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
14574         fetching of the pointer
14575         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
14576         copied from genNearPointerSet()
14577         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
14578         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
14579         If they pop r0/r1 they must be called in the opposite order than aopOp().
14580         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
14581         (resp. --stack-auto), prepared for --xstack
14582
14583 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
14584
14585         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
14586
14587 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
14588
14589         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
14590         these ports have their own __sdcc_external_start()
14591
14592 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
14593
14594         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
14595         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
14596         type for bits was changed. It resulted in bit variables becoming
14597         global, which is not permitted in PIC 14 assembly output.
14598
14599 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
14600
14601         * doc/sdccman.lyx: various additions and updates. Rearranged sections
14602
14603 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14604
14605         Z80 and MCS51 linkers complaint if a public symbol is defined
14606         in more than one library module:
14607
14608         * as/mcs51/lklib.c
14609         * link/z80/lklib.c
14610         * as/mcs51/Makefile.in
14611
14612 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14613
14614         A few small changes that speed up the peephole optimizer.
14615
14616         * src/SDCCpeeph.c
14617
14618 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14619
14620         Try to make the peephole optimizer smarter by maintaining
14621         an association between the assembly source code and the
14622         iCodes that originated them. Put this information to use
14623         with a new peephole rule condition "notVolatile" so that
14624         the rules can be aggressive yet still safe.
14625
14626         * src/SDCCpeeph.c
14627         * src/SDCCpeeph.h
14628         * src/mcs51/gen.c
14629         * src/mcs51/peeph.def
14630
14631 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14632
14633         Fixed bug #741761
14634
14635         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
14636         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
14637         if the left or right operand symbols have the accuse flag set.
14638
14639 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14640
14641         Changed the type of the result of the ! (NOT) operator to char;
14642         previously it returned the same type as the source. This allows
14643         us to eliminate all the genFloatNot functions (all of its target
14644         implementations were very buggy) since !float can use the same
14645         code as !long now.
14646
14647         * src/SDCCicode.c (ast2iCode): ! returns char
14648         * src/mcs51/gen.c (genNot, genNotFloat),
14649         * src/ds390/gen.c (genNot, genNotFloat),
14650         * src/z80/gen.c (genNot, genNotFloat),
14651         * src/pic/gen.c (genNot, genNotFloat),
14652         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
14653
14654 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
14655
14656         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
14657         1. Interrupt would not compile properly. Ensure PCLATH register is saved
14658            during interrupts. Ensure WSAVE is located at a shared bank address.
14659         2. Fixed page selection in some places
14660         3. Fixed BTFSS/C to where necessary use registers directly and not simply
14661            the registers name strings.
14662         4. Fixed "signed / unsigned compare" compiler warnings.
14663         5. The PIC port manages its own allocation of the general purpose
14664            registers, but makes no attempt to reuse them. As a result when
14665            compiling it soon runs out of general purpose registers. Some
14666            additional code was added to the files pcode.c and device.c to walk
14667            through the function call tree and rename the registers so that they
14668            get reused.
14669
14670         * src/pic/device.c
14671         * src/pic/gen.c
14672         * src/pic/glue.c
14673         * src/pic/pcode.c
14674         * src/pic/pcode.h
14675         * src/pic/ralloc.c
14676         * src/pic/ralloc.h
14677         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
14678         genPlus() & genMinus() when the result is the same as left or right
14679
14680 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14681
14682         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
14683
14684 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14685
14686         Made bitfield a distinct type from bit so that bitfields
14687         convert as per ANSI C and bits retain their traditional
14688         boolean style behaviour. Implemented bitfield support in
14689         the z80 port.
14690
14691         * src/SDCCsymt.h,
14692         * src/SDCCsymt.c,
14693         * src/SDCCast.c,
14694         * src/cdbFile.c,
14695         * src/mcs51/gen.c,
14696         * src/ds390/gen.c: bit v bitfield split
14697         * src/z80/gen.c: New support for bitfields
14698         * support/regression/tests/bitfields.c: reenabled z80,
14699         added more tests
14700
14701 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
14702
14703         Rules 246.x, 247.x relate to bitfields, the others speed up
14704         access to xdata mapped I/O devices.
14705
14706         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
14707
14708 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14709
14710         Cleaned up genPackBits and genUnpackBits and added two helper
14711         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
14712         for literal assignments in genPackBits (thanks to Frieder for
14713         reminding me).
14714
14715         * src/mcs51/gen.c
14716         * src/ds390/gen.c
14717
14718 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14719
14720         Fixed bug #748310 (pointer to function type mishandled when the
14721         function name is omitted). Also fixed a SIGSEGV when a function
14722         attribute (reentrant, etc) is used on a non-function or on a
14723         function but misplaced before the parameter list.
14724
14725         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
14726         bug #748310
14727         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
14728         * support/Util/SDCCerr.h,
14729         * support/Util/SDCCerr.c: Added func attr misuse error msg
14730
14731 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
14732
14733         Fixed bug #787649 by anonymous
14734         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
14735         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
14736
14737 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14738
14739         Fixed numerous bitfield problems.
14740
14741         * src/SDCC.y: More bitfield related error checking
14742         * src/SDCCsymt.h,
14743         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
14744         * support/Util/SDCCerr.h,
14745         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
14746         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
14747         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
14748         * support/regression/tests/bitfields.c: tests added
14749
14750 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14751
14752         Made the constant following the "interrupt" keyword optional. If
14753         omitted, the function will not automatically be given an entry
14754         in the interrupt vector table (similar to #pragma NOIV, but
14755         less syntacticly kludgy). The interrupt number is also now
14756         range checked. Also fixed a bug in the high order bit example
14757         in the manual.
14758
14759         * src/SDCC.y
14760         * src/SDCCmem.c
14761         * src/SDCCglue.c
14762         * src/SDCCsymt.h
14763         * support/Util/SDCCerr.c
14764         * support/Util/SDCCerr.h
14765         * doc/sdccman.lyx
14766
14767 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
14768
14769         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
14770         * src/SDCCicode.c (operandOperation): rewritten some ops
14771         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
14772         * src/SDCCsymt.c (computeType): literals are handled the same way as any
14773         other type
14774         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
14775         be re-activated by defining REDUCE_LITERALS)
14776         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
14777         unsigned, but are signed by default
14778         * src/SDCCval.c (constVal): rearranged
14779         * src/SDCCval.c (valMod): preliminary fix
14780         * src/SDCCval.c (valCastLiteral): use TYPE_* types
14781         * support/regression/literalop.c: added, work in progress
14782
14783 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14784
14785         Generate warnings for useless declarations like "char data;"
14786         that don't do what new users expect.
14787
14788         * src/SDCC.y
14789         * support/Util/SDCCerr.h
14790         * support/Util/SDCCerr.c
14791
14792 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
14793
14794         * src/SDCCval.c (valMult): fix overflow detection of negative int
14795
14796 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14797
14798         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
14799
14800         Changes to support big endian targets:
14801
14802         * src/ports.h
14803         * src/SDCCglue.c
14804         * src/avr/main.c
14805         * src/ds390/main.c
14806         * src/izt/i186.c
14807         * src/mcs51/main.c
14808         * src/pic/main.c
14809         * src/pic16/main.c
14810         * src/xa51/main.c
14811         * src/z80/main.c
14812
14813 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
14814
14815         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
14816         * device/lib/time.c: fixed warning "integer overflow in expression"
14817
14818 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
14819
14820         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
14821         * src/SDCCval.c (constVal): changed default to signed; hex and octal
14822         constants are unsigned; added recognition of "u" flag for unsigned
14823         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
14824         * src/SDCCval.c (valDiv, valMod): fixed signdness
14825         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
14826         signedness of modulo, left and right shift
14827         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
14828         * support/Util/SDCCerr.h: added warning W_INT_OVL
14829         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
14830         * src/SDCCast.c (ast_print): improved output of constants
14831
14832 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14833
14834         Fixed some warnings when building with MSVC:
14835
14836         * as/mcs51/asdata.c
14837         * as/z80/asdata.c
14838         * as/mcs51/asm.h
14839         * as/z80/asm.h
14840         * link/z80/aslink.h
14841         * link/z80/lkdata.c
14842         * link/z80/lkeval.c
14843         * link/z80/lkgb.c
14844         * link/z80/lkihx.c
14845         * link/z80/lks19.c
14846         * link/z80/lksym.c
14847         * support/cpp2/cpplib.c
14848         * src/ds390/gen.c
14849         * src/mcs51/gen.c
14850
14851 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
14852
14853         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
14854
14855 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14856
14857         * support/librarian/clean.mk: Do not remove Makefile.
14858         * support/librarian/Makefile: added.
14859
14860 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14861
14862         Added librarian to MSVC build:
14863         * all.dsp
14864         * sdcc.dsw
14865         * support/librarian/librarian.dsp
14866
14867         'configure' not needed for librarian, removed:
14868         * support/librarian/configure
14869         * support/librarian/configure.in
14870         * support/librarian/config_in.h
14871         * support/librarian/Makefile.in
14872
14873         Hopefully these ones built the librarian and the rest of sdcc properly:
14874         * Makefile
14875         * Makefile.common.in
14876
14877         Messed up 'configure', so revert to previous version:
14878         * configure
14879         * configure.in
14880
14881 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
14882
14883         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
14884         there, while the mantissa of a double is "only" 53 bits wide.
14885
14886 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14887
14888         Adding sdcclib to the build.  MSVC project coming soon.
14889         Files added/changed:
14890
14891         * support/librarian/clean.mk
14892         * support/librarian/configure
14893         * support/librarian/configure.in
14894         * support/librarian/config_in.h
14895         * support/librarian/Makefile.bcc
14896         * support/librarian/Makefile.in
14897         * support/librarian/sdcclib.c
14898         * Makefile.bcc
14899         * Makefile
14900         * Makefile.common.in
14901         * configure
14902         * configure.in
14903
14904 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14905
14906         Linker now complaints if linked modules have conflicting options, for
14907         example, one compiled using --model-large and another one compiled with
14908         --model-small.  The following files were modified:
14909
14910         * as/mcs51/asdata.c
14911         * as/mcs51/aslink.h
14912         * as/mcs51/asm.h
14913         * as/mcs51/asmain.c
14914         * as/mcs51/asout.c
14915         * as/mcs51/i51pst.c
14916         * as/mcs51/lkdata.c
14917         * as/mcs51/lklibr.c
14918         * as/mcs51/lkmain.c
14919         * as/z80/asdata.c
14920         * as/z80/asm.h
14921         * as/z80/asmain.c
14922         * as/z80/asout.c
14923         * as/z80/z80pst.c
14924         * link/z80/aslink.h
14925         * link/z80/lkdata.c
14926         * link/z80/lklibr.c
14927         * link/z80/lkmain.c
14928         * src/SDCCglue.c
14929
14930 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14931
14932         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
14933         as/mcs51/lklibr.c: Generate a warning when a library is not found.
14934
14935 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
14936
14937         * src/z80/mappings.i: fix _mul[us][int,long] entries
14938
14939 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14940
14941         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
14942
14943 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
14944
14945         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
14946         * support/regression/tests/bitopcse.c: added
14947         fixed warning:
14948         * src/avr/gen.c:
14949         * src/pic/gen.c:
14950         * src/pic16/gen.c:
14951         * src/z80/gen.c:
14952         * src/xa51/gen.c:
14953
14954 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14955
14956         added support for new library format to z80, gbz80 linkers:
14957         *link/z80/aslink.h
14958         *link/z80/lklex.c
14959         *link/z80/lklib.c
14960         *link/z80/lklist.c
14961
14962 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
14963
14964         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
14965         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
14966
14967 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
14968
14969         added DUMMY_READ_VOLATILE:
14970         * src/SDCC.y:
14971         * src/avr/gen.c:
14972         * src/xa51/gen.c:
14973         * src/z80/gen.c:
14974         * src/pic/gen.c:
14975         * src/pic16/gen.c:
14976         * src/mcs51/gen.c:
14977         * src/ds390/gen.c:
14978         * src/SDCCcse.c (algebraicOpts): many improvements
14979         * src/SDCCcse.h: removed algebraicOpts()
14980         * src/SDCCicode.c (picDummyRead): added
14981
14982 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14983
14984         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
14985         "Insufficient space in data memory".
14986
14987 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14988
14989         * src/mcs51/gen.c: fixed bug #771358
14990         * src/z80/gen.c: fixed bug #759087
14991
14992 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
14993
14994         * src/pic16/glue.c: minor cleanup by Vangelis
14995
14996 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
14997
14998         * device/include/regc515c.h: fixed #758477
14999         * device/lib/_gptrget.c: saving some cycles in generic pointer get
15000         * device/lib/_gptrput.c: saved a few bytes
15001         * my tab spacing is 8, yours too?)
15002         * device/lib/_ser.c: process RX bytes earlier than TX bytes
15003         * device/lib/serial.c: process RX bytes earlier than TX bytes
15004         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
15005
15006 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
15007
15008         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
15009
15010 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
15011
15012         * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
15013
15014 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
15015
15016         * device/lib/Makefile.in: bad fix, reverted to 1.43
15017
15018 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
15019
15020         * device/lib/Makefile.in: added missing z80 object files
15021
15022 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
15023
15024         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
15025         pic16 progress by Vangelis:
15026         * src/SDCCglobl.h:
15027         * src/SDCCmain.c:
15028         * src/pic/Makefile:
15029         * src/pic:
15030         * pic/Makefile:
15031         * pic16/device.c:
15032         * pic16/device.h:
15033         * pic16/gen.c:
15034         * pic16/gen.h:
15035         * pic16/genarith.c:
15036         * pic16/glue.c:
15037         * pic16/main.c:
15038         * pic16/pcode.c:
15039         * pic16/pcode.h:
15040         * pic16/pcodepeep.c:
15041         * pic16/peeph.def:
15042
15043 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
15044
15045         * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
15046
15047 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
15048
15049         * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
15050         added gbz80 build to MSVC project.
15051         * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
15052         link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
15053         from 8051 stuff and setup so it links using a .lnk file.
15054
15055 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
15056
15057         * support/librarian/sdcclib.c: sdcc librarian.
15058         * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
15059         with sdcclib.
15060
15061 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
15062
15063         * as/mcs51/lkmain.c: properly handle extensions in function afile.
15064
15065 2003-07-02  Borut Razem <borut.razem AT siol.net>
15066
15067         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
15068         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
15069         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
15070         src/xa51/main.c, src/z80/main.c:
15071         virtualization of glue() function: each port has it's own glue function,
15072         which is accessed by do_glue function pointer in PORT.general structure
15073
15074 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
15075
15076         * DS800C400 fun, improved ROM interface and tinibios.
15077
15078 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
15079
15080         * More support for DS80C400. Now includes beginning of interface to ROM.
15081
15082 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
15083
15084         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
15085
15086 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
15087
15088         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
15089
15090 2003-06-19  Borut Razem <borut.razem AT siol.net>
15091
15092         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
15093
15094 2003-06-19  Borut Razem <borut.razem AT siol.net>
15095
15096         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
15097         fixed Z80 port - crt0.o: cannot open.
15098
15099 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
15100
15101         * support/Util/MySystem.c (merge_command): revert bad fix
15102
15103 2003-06-18  Borut Razem <borut.razem AT siol.net>
15104
15105         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
15106
15107 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
15108
15109         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
15110         option --use-stdout sends errors to stdout instead of stderr.
15111
15112 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
15113
15114         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
15115
15116 2003-06-15  Borut Razem <borut.razem AT siol.net>
15117
15118         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
15119         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
15120         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
15121         fixed width array of pointers replaced with sets;
15122         multiple include and lib paths ared transferred to preprocessor and linker
15123         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
15124         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
15125         fixed width array of pointers
15126         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
15127         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
15128         fixupPath(), getPathDifference()
15129         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
15130         fixed width array of pointers
15131
15132 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
15133
15134         * src/pic16/ralloc.c: fix warnings
15135         * src/pic16/pcode.c: fix warning
15136
15137 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
15138
15139          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
15140         know all the details, but essentially this set of changes enable
15141         the pic16 port to generate movff instructions and generate assembler
15142         directives,
15143         * src/SDCCmain.c:
15144         * src/pic16/gen.c:
15145         * src/pic16/glue.c:
15146         * src/pic16/pcode.c:
15147         * src/pic16/device.c:
15148         * src/pic16/main.c:
15149         * src/pic16/pcode.h:
15150         * src/pic16/pcoderegs.c:
15151         * src/pic16/ralloc.c:
15152         * src/pic16/ralloc.h:
15153
15154 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
15155
15156         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
15157         added option --vc, so sdcc errors and warnings are compatible with
15158         Microsoft Visual Studio.
15159
15160 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
15161
15162         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
15163           device/lib/libfloat.lib: added atof function.
15164
15165 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
15166
15167         * doc/sdccman.lyx: updated to Lyx 1.3
15168         * doc/cdbfileformat.lyx: updated to Lyx 1.3
15169         * doc/test_suite_spec.lyx: updated to Lyx 1.3
15170         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
15171
15172 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
15173
15174         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
15175
15176 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
15177
15178         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
15179           additions to the "related tools/documentation" section
15180
15181 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
15182
15183         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
15184
15185 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
15186
15187         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
15188         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
15189
15190 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
15191
15192         * doc/sdccman.lyx: fix double dash and other minor things
15193         * doc/Makefile: fix double dash
15194
15195 2003-05-28  Karl Bongers(patches from Martin Helmling)
15196         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
15197           condition and ignore commands.
15198
15199 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
15200
15201         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
15202           is in parts still quite out of date, I did changes as far as I felt makes sense
15203           for a non-native english speaker.
15204           Please feel free to add to the manual or to correct my changes.
15205         * doc/Makefile: undid touching the date of intermediate tex files.
15206
15207 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
15208
15209         * doc/sdccman.lyx: Manual has an index now
15210
15211 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
15212
15213         Finalize muluint/mulsint and mululong/mulslong merging:
15214         * device/lib/_mulint.c
15215         * device/lib/_mullong.c
15216         * device/lib/gbz80/mul.s
15217         * device/lib/gbz80/stubs.s
15218         * device/lib/z80/mul.s
15219         * device/lib/z80/stubs.s
15220         * src/SDCCsymt.c (initCSupport)
15221
15222 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
15223
15224         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
15225         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
15226           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
15227           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
15228           instead of /Zm500.
15229
15230 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
15231
15232         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
15233           the regression tests I'm not brave enough to enable 245.b, 245.c
15234         * doc/sdccman.lyx: added latex preamble for hyperref package.
15235           Using pdflatex this will give you a hyperlinked pdf file with
15236           bookmarks. (prepend '%' before /usepackage if this breaks something)
15237
15238 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
15239
15240          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
15241
15242 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
15243
15244         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
15245
15246 2003-05-21    <johan AT balder>
15247
15248         * src/SDCCglue.c (printIval): fixed bug #739934
15249
15250 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
15251
15252         Applied patch from bug 737905 (renamed yylineo to mylineno):
15253         * src/altlex.c
15254         * src/SDCCast.c
15255         * src/SDCglobl.h
15256         * src/SDCC.lex
15257         * src/SDCCsymt.c
15258         * src/SDCCval.c
15259         * src/pic16/pcode.c: Cleaned warnings
15260         * src/pic16/pcodeflow.c: Cleaned warnings
15261         * src/pic16/pcoderegs.c: Cleaned warnings
15262
15263 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
15264
15265         * src/pic16/pcode.c: Cleaned warnings
15266         * src/pic16/pcodepeep.c: Cleaned warnings
15267         * src/pic16/ralloc.c: Cleaned warnings
15268
15269 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
15270
15271         * doc/sdccman.lyx: fixed bug 739745
15272         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
15273
15274 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
15275
15276         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
15277         it can be defined with CFLAGS when running configure
15278         * src/SDCCmain.c: fixed compiling + linking with object files
15279
15280 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
15281
15282         * configure.in: configure for pic16 port,
15283             added --disable-pic16-port
15284         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
15285         * src/SDCCmain.c: linkOptions is changed to set *,
15286             added if/endif conditional macros to remove options help
15287             messages from optionsTable when a port is not configured, added
15288             support for the PIc16 port in the ports table, when executing
15289             the compiler with no port specified on command line, a default
15290             port is selected with the new macro DEFAULT_PORT which is
15291             defined in port.h, in setDefaultOptions() linkOptions is removed
15292             from initialization assignment, since now it is a set,
15293             parseCmdLine uses setParseWithComma for linkOptions, in
15294             linkEdit() linkOptions are accessed with new function indexSet()
15295             which returns the i'th item of a set variable. See SDCCset.c, in
15296             linkEdit() when calling buildCmdLine(), added linkOptions as
15297             last argument. Now users can pass arguments to gplink via the
15298             -Wl option, main() uses pic16glue() to glue up pic16 programs
15299         * src/SDCCpeeph.c: various changes to support pic16
15300         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
15301             return the i'th item of the set
15302         * src/SDCCset.h: added function prototype for indexSet()
15303         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
15304         * src/clean.mk: added pic16 in CLEANALLPORTS variable
15305         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
15306             added macro DEFAULT_PORT
15307         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
15308         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
15309             generated
15310         * src/pic16/glue.c: commented out some error producing lines
15311         * src/pic16/main.c: __config directives are commented out to stop
15312             gpasm complaining and test the linkage with gplink, _linkCmd and
15313             _asmCmd changed to be more gplink and gpasm friendly
15314         * src/pic16/peeph.def: peep rule 3 is commented out, since it
15315             produced an error when parsed, peep rule 12 is added to utilize
15316             movff, but it is commented out since the pCode does not support
15317             yet a command with 2 address arguments
15318
15319 2003-05-18    <johan AT balder>
15320
15321         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
15322         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
15323 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
15324
15325         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
15326         Added feature to script commands from file.
15327
15328 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
15329
15330         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
15331         * src/SDCCutil.c: include ctype.h for win32
15332
15333 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
15334
15335         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
15336
15337 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
15338
15339         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
15340         Fixed so you can set breakpoints prior to run, run does not stop
15341         on entry now.  Add tbreak.  Other enhancements and fixes for use
15342         with ddd.
15343
15344 2003-05-12  Borut Razem <borut.razem AT siol.net>
15345
15346         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
15347
15348 2003-05-11  Borut Razem <borut.razem AT siol.net>
15349
15350         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
15351         the path of bin directory, so that PATH is the only env. variable, which has to be set
15352         in case of standard installation.
15353         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
15354         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
15355         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
15356
15357 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
15358
15359         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
15360         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
15361         temp files are in the port dir; clean the gen/test directory when
15362         generating new test.c
15363         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
15364         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
15365         * support/regression/tests/zeropad.c: added
15366
15367 2003-05-09    <johan AT balder>
15368
15369         * src/SDCCglue.c: fixed bug #597940
15370
15371 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
15372
15373         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
15374         cache sfr, optimize next,step, fix off by one sourceline,
15375         support ddd list function.
15376         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
15377
15378 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
15379
15380         * support/regression/HTMLgen.py: added compare_s2f()
15381         * support/regression/Makefile: redo 1.27
15382         * support/regression/generate-cases.py: redo 1.5
15383
15384 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
15385
15386         * support/regression/tests/float.c: workaround 33 bit hex constant
15387         * support/regression/tests/simplefloat.c: fix division for host
15388
15389 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
15390
15391         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
15392         that tame's the PIC's over-aggressive optimizer.
15393
15394 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
15395
15396          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
15397          support for MSVC.
15398
15399 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
15400
15401         Initial support for DS80C400. "Hello world" runs on TINIm400
15402         (with polled I/O).
15403
15404 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
15405
15406          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
15407          * Some notes on ddd usage added in debugger/README
15408          Martin Helmling adding more features and fixes for ddd GUI debugger.
15409          Code added for nexti, stepi, up, down, and other adjustments.
15410
15411 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
15412
15413         * src/pic/pCodepeep.c non-wildcard asmops are now handled
15414         * src/pic/peeph.def Added two rules to optimize carry manipulation
15415         * src/pic/* removed debug printfs
15416
15417 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
15418
15419         * debugger/mcs51/cmd.c: added header newalloc.h
15420
15421 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
15422
15423         * as/Makefile: new EXEEXT
15424         * as/z80/Makefile: remove trailing slash of BUILDIR
15425         * as/z80/clean.mk: new EXEEXT
15426         * Makefile.common.in: add to CFLAGS (and others), don't replace it
15427         * support/cpp2/Makefile.in: new EXEEXT
15428         * src/pic/glue.c (pic14emitRegularMap): fixed warning
15429
15430 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
15431
15432         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
15433         EXEEXT was introduced to fix all related problems with targets
15434         "clean", "install" and "uninstall"; a couple of further flaws
15435         especially with "clean" have been fixed too
15436         * as/mcs51/Makefile.in
15437         * as/mcs51/clean.mk
15438         * as/z80/Makefile
15439         * Makefile
15440         * clean.mk
15441         * debugger/mcs51/Makefile.in
15442         * debugger/mcs51/clean.mk
15443         * link/z80/Makefile
15444         * link/z80/Makefile.in
15445         * link/z80/clean.mk
15446         * link/Makefile
15447         * packihx/Makefile.in
15448         * packihx/clean.mk
15449         * sim/ucsim/Makefile
15450         * sim/ucsim/clean.mk
15451         * sim/ucsim/avr.src/Makefile.in
15452         * sim/ucsim/avr.src/clean.mk
15453         * sim/ucsim/s51.src/Makefile.in
15454         * sim/ucsim/s51.src/clean.mk
15455         * sim/ucsim/xa.src/Makefile.in
15456         * sim/ucsim/xa.src/clean.mk
15457         * sim/ucsim/z80.src/Makefile.in
15458         * sim/ucsim/z80.src/clean.mk
15459         * sim/ucsim/main_in.mk
15460         * sim/ucsim/packages_in.mk
15461         * sim/ucsim/gui.src/Makefile.in
15462         * sim/ucsim/gui.src/serio.src/Makefile.in
15463         * sim/ucsim/gui.src/serio.src/clean.mk
15464         * src/Makefile.in
15465         * src/clean.mk
15466         * support/cpp2/Makefile.in
15467         * support/cpp2/clean.mk
15468         * support/makebin/Makefile
15469         * support/makebin/clean.mk
15470         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
15471         * doc/sdccman.lyx: --program-suffix no longer needed
15472
15473 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
15474
15475          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
15476          Martin Helmling added support for ddd GUI debugger.
15477          Code added to display assembly, set variables, and other commands
15478          to interface to ddd.
15479
15480 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
15481
15482         * as/Makefile: fix target clean
15483         * as/clean.mk: fix target clean
15484         * as/z80/clean.mk: fix target clean
15485
15486 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
15487
15488         * Makefile.common.in: added  AT EXEEXT AT
15489         * configure.in: removed all mingw32 stuff
15490         * configure: rebuilt from configure.in
15491         * doc/sdccman.lyx: updated section "installation"
15492         * support/scripts/sdcc_mingw32: adapted to configure
15493         * support/scripts/sdcc_cygwin_mingw32: added
15494
15495 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
15496
15497         * src/pic Added object file support for the PIC port
15498         * src/pic Applied patch from Craig Franklin (this started the object file support)
15499         * src/regression Updated the PIC regression tests for object files
15500
15501 2003-04-20  Borut Razem <borut.razem AT siol.net>
15502
15503         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
15504           lklex.c: In function `getfid':
15505           lklex.c:203: warning: array subscript has type `char'
15506         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
15507           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
15508         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
15509           stack handling macros
15510
15511 2003-04-19  Borut Razem <borut.razem AT siol.net>
15512
15513         * "handling space characters in file path" task:
15514         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
15515         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
15516         * support/Util/MySystem.h: make it self-sufficient
15517         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
15518           src/z80/main.c, sdcc/as/mcs51/lklex.c:
15519           handling space characters in file path
15520         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
15521           (it will be used by assemblers, which have their own includes, e.g. gpasm)
15522         * support/Util/MySystem.c: handling space characters in executable's path
15523
15524 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
15525
15526         * as/z80/Makefile: fix permanent rebuild of z80
15527         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
15528         * support/regression/tests/bitfields.c: added Johan's bitfields.c
15529
15530 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
15531
15532         * src/SDCCopt.c: add special case optimization to replace modulo by
15533           a power of two with a bitwise AND.
15534
15535 2003-04-18    <johan AT balder>
15536
15537         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
15538
15539 2003-04-17    <johan AT balder>
15540
15541         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
15542         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
15543
15544 2003-04-13  Borut Razem <borut.razem AT siol.net>
15545
15546         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
15547         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
15548           fixed mingw problem in adl_NORMALIZE_PATH
15549
15550 2003-04-12  Borut Razem <borut.razem AT siol.net>
15551
15552         * fixed "#pragma SAVE/RESTORE can not be nested":
15553         * src/SDCC.lex: reworked pragma handling functions
15554         * sdcc/src/SDCCglobl.h: reworked stack handling macros
15555         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
15556
15557 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
15558
15559         * src/SDCCutil.c (pathEquivalent): defined but not used
15560         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
15561         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
15562         * configure: rebuilt from configure.in
15563         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
15564         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
15565         * device/include/Makefile.in: replace sdcc_datadir
15566         * device/lib/Makefile.in: replace sdcc_datadir
15567         * Makefile.common.in: add LDFLAGS from configure
15568         * packihx/Makefile.in: use LDFLAGS
15569         * src/Makefile.in: use LDFLAGS
15570         * support/cpp2/Makefile.in: add LDFLAGS from configure
15571         * support/makebin/Makefile: use LDFLAGS
15572         * .version: bumped version number to 2.3.5
15573
15574 2003-04-12  Borut Razem <borut.razem AT siol.net>
15575
15576         * completed "different paths" task:
15577         * src/SDCCmacro.c: fixed bug in handling quotes
15578         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
15579         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
15580
15581 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
15582
15583         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
15584
15585 2003-04-11 kevin Vigor <kevin AT vigor.nu>
15586
15587         * ds390/gen.c ds390/peeph.def: fix bug 706781
15588
15589 2003-04-11  Borut Razem <borut.razem AT siol.net>
15590
15591         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
15592
15593 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
15594
15595         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
15596         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
15597          set - this bit used to not be set...).
15598         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
15599           bad code in PIC Port
15600         * src/regression/and2.c added to test bug 609268
15601         * src/regression/Makefile added and2.c to regression test
15602
15603
15604 2003-04-08    <johan AT CP255758-A>
15605
15606         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
15607         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
15608         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
15609
15610 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
15611
15612         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
15613         fix bug #487815
15614         * support/cpp2/Makefile.in: fix bug #487815
15615         * configure: rebuilt from configure.in
15616         * Makefile.common.in: docdir changed, new path suffixes
15617         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
15618         * sdcc_vc_in.h: reflect changes from sdccconf.h
15619         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
15620         * src/SDCCutil.h: remove BINDIR hack
15621         * doc/sdccman.lyx: update new path hierarchy
15622
15623 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
15624
15625         * src/SDCCpeeph.c: added okToRemoveSLOC test
15626
15627 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
15628
15629         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
15630
15631 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
15632
15633         * src/SDCCpeeph.c: added labelIsReturnOnly test
15634         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
15635
15636 2003-04-05    <johan AT balder>
15637
15638         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
15639         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
15640         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
15641         * src/SDCCast.c: fixed a warning
15642         * src/SDCCast.h: fixed a warning
15643         * src/SDCCicode.c (operandFromAst): fixed a warning
15644
15645 2003-04-04    <johan AT balder>
15646
15647         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
15648         * src/SDCCast.c (decorateType): fixed bug #715076
15649         * src/SDCC.y: fixed bug #702907
15650
15651 2003-04-03    <johan AT balder>
15652
15653         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
15654         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
15655         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
15656         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
15657         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
15658
15659 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
15660
15661         * _decdptr.c: fix return values
15662         * _gptrget.c: fix return values
15663         * _gptrgetc.c: fix return values
15664         * _gptrput.c: fix return values
15665         * _mulint.c: fix return values
15666         * as/z80/Makefile: fix 'make -j' problem
15667
15668 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
15669
15670         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
15671         * configure.in: big cleanup, updated to autoconf 2.5x
15672         * configure: rebuilt from configure.in
15673         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
15674         * sdcc_vc_in.h: reflect changes from sdccconf.h
15675         * doc/Makefile: fixed a flaw in "make install"
15676
15677 2003-04-02    <johan AT balder>
15678
15679         * src/ds390/gen.c (genCmp): no comments
15680         * src/mcs51/gen.c (genCmp): no comments
15681         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
15682         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
15683
15684 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
15685
15686         * support/regression/generate-cases.py: place generated file in given sub directory
15687         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
15688         * support/regression/Makefile: improvements for 'make -j';
15689         side effect: it's simpler and faster now
15690
15691 2003-03-31  Borut Razem <borut.razem AT siol.net>
15692
15693         * src/z80/main.c: link-{port} and as-{port} defined without path
15694         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
15695
15696 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
15697
15698         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
15699
15700 2003-03-30  Borut Razem <borut.razem AT siol.net>
15701
15702         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
15703           changed type of list parameter to set
15704         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
15705         * src/port.h: changed type of do_assemble() parameter to set
15706         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
15707           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
15708           definition of "cppoutfilename" macro with NULL value in preProcess()
15709         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
15710         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
15711         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
15712           replaced with set *binPathSet
15713         * shash_add() deallocates the item, if allready exsists, before adding the new one
15714         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
15715
15716 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
15717
15718         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
15719           a nested for loop bug in the PIC port
15720         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
15721           for loops
15722
15723 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
15724
15725         * support/Util/dbuf.h: remove C++ stuff to make it portable
15726
15727 2003-03-28  Borut Razem <borut.razem AT siol.net>
15728
15729         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
15730           literal strings in stringLiteral()
15731         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
15732         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
15733           to the project
15734
15735 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
15736
15737         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
15738
15739 2003-03-26    <johan AT balder>
15740
15741         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
15742         * src/ds390/gen.c (saveRegisters): catched symbol abuse
15743         * src/SDCCast.c (decorateType): fixed " -v < 3"
15744
15745 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
15746
15747         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
15748         Added Lenny Story's debug infrastructure changes:
15749         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
15750         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
15751         * src/cdbFile.c: added
15752         * src/SDCCdebug.c: added
15753         * src/SDCCdebug.h: added
15754         * src/SDCCast.c (createFunction)
15755         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
15756         * src/SDCCmain.c (parseCmdLine, main)
15757         * src/SDCCmem.c (redoStackOffsets)
15758         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
15759         * src/SDCCsymt.h
15760         * src/common.h
15761         * src/avr/gen.c (genAVRCode)
15762         * src/ds390/gen.c (gen390Code)
15763         * src/mcs51/gen.c (gen51Code)
15764         * src/pic/gen.c (genpic14Code)
15765         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
15766         * src/xa51/gen.c (genXA51Code)
15767         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
15768
15769 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
15770
15771         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
15772         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
15773
15774 2003-03-22    <johan AT balder>
15775
15776         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
15777
15778 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
15779
15780         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
15781         * doc/cdbfileformat.lyx: added, written by Lenny Story
15782         * doc/Makefile: added cdbfileformat.lyx
15783         * doc/clean.mk: added cdbfileformat.lyx
15784
15785 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
15786
15787         * src/mcs51/peeph.def: fix bug #705773
15788
15789 2003-03-20    <johan AT balder>
15790
15791         An sfr/sbit can have an "at #" AND an initializer
15792         * src/SDCCsymt.c (checkSClass):
15793         * src/SDCCmem.c (allocGlobal):
15794         * src/SDCCmem.c (allocLocal):
15795         * src/SDCCast.c (createBlock):
15796
15797 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
15798
15799         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
15800
15801 2003-03-16    <johan AT balder>
15802
15803         Undid the hackup of const and volatile, the problem is much bigger
15804         * src/SDCC.y:1.65
15805         * src/SDCCast.c:1.171
15806         * src/SDCCglue.c:1.138
15807         * src/SDCCicode.c:1.146
15808         * src/SDCCsymt.c:1.150
15809         * src/SDCCval.c:1.65
15810
15811 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
15812
15813         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
15814         * src/ds390/gen.c (genAddrOf): fixed bug #704087
15815
15816 2003-03-13    <johan AT balder>
15817
15818         Hackup const and volatile modifiers in type chains a bit:
15819         * src/SDCC.y:1.63
15820         * src/SDCCast.c:1.169
15821         * src/SDCCglue.c:1.136
15822         * src/SDCCicode.c:1.143
15823         * src/SDCCsymt.c1.146
15824         * src/SDCCsymt.h1.59
15825         * src/SDCCval.c:1.63
15826
15827 2003-03-12    <johan AT balder>
15828
15829         * src/SDCCBBlock.h: more LRH debugging junk
15830         * src/SDCCcflow.h: more LRH debugging junk
15831         * src/SDCCloop.c: more LRH debugging junk
15832         * src/SDCC.y (struct_declaration): fixed bug #697590
15833         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
15834         * src/ds390/gen.c (aopForRemat): fixed bug #700031
15835         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
15836
15837 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
15838         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
15839         test function names must now match exactly).
15840         * src/SDCCcse.c: added special case in findCheaperOp to allow
15841         extending a short integer. Makes less awful code for bug 700121 test case.
15842
15843 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
15844
15845         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
15846         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
15847
15848 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
15849
15850         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
15851         actually called (operandsNotEqual() was called for all
15852         operandsNotEqualX tests).
15853
15854 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
15855
15856         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
15857         with shorter literals. Fixes bug 700121.
15858
15859 2003-03-11    <johan AT balder>
15860
15861         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
15862
15863 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
15864
15865         * src/SDCCloop.c (mergeRegions): an evil beast is dead
15866         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
15867
15868 2003-03-10  Borut Razem <borut.razem AT siol.net>
15869
15870         * src/SDCCmain.c: pipe preprocessor's output
15871         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
15872         * sdcc_vc_in.h: define pclose as _pclose for WIN32
15873         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
15874         which closes all pipes in pipeSet set
15875         * src/SDCCset.c: free deleted item in function deleteSetItem()
15876         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
15877         moved from z80 to src subproject
15878         * .version: increased version number to 2.3.4
15879
15880 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
15881
15882         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
15883         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
15884         * support/regression/ports/xa51/spec.mk: fix typo
15885
15886 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
15887
15888         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
15889
15890 2003-03-09  Borut Razem <borut.razem AT siol.net>
15891
15892         * src/SDCCmain.c: pipe preprocessor's output
15893         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
15894         * sdcc_vc_in.h: define pclose as _pclose for WIN32
15895         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
15896         which closes all pipes in pipeSet set
15897         * src/SDCCset.c: free deleted item in function deleteSetItem()
15898         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
15899         moved from z80 to src subproject
15900
15901 2003-03-09  Borut Razem <borut.razem AT siol.net>
15902
15903         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
15904         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
15905         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
15906         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
15907         * src/SDCCglobl.h: unification of WIN32 native definitions
15908
15909 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
15910
15911         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
15912
15913 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
15914
15915         * src/configure.in:   check for endianess (even while cross-compiling)
15916         * src/configure:      check for endianess (even while cross-compiling)
15917         * src/configure_in.h: check for endianess (even while cross-compiling)
15918         * src/avr/gen.c:        remove old endianess stuff
15919         * src/mcs51/gen.c:      remove old endianess stuff
15920         * src/ds390/gen.c:      remove old endianess stuff
15921         * src/pic/gen.c:        remove old endianess stuff
15922         * src/pic/genarith.c:   remove old endianess stuff
15923         * src/pic/glue.c:       fix endianess check
15924         * src/pic16/gen.c:      remove old endianess stuff
15925         * src/pic16/genarith.c: remove old endianess stuff
15926         * src/pic16/glue.c:     fix endianess check
15927         * src/xa51/gen.c:       remove old endianess stuff
15928         * src/z80/gen.c:        fix endianess check
15929         * src/SDCCglue.c:       fix endianess check
15930         * src/ds390/peeph.def: fix bug 700036
15931
15932 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
15933
15934         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
15935         * src/configure: find appropriate data-types on host for SDCC's int and long
15936         * src/configure.in: find appropriate data-types on host for SDCC's int and long
15937         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
15938         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
15939
15940 2003-03-07    <johan AT balder>
15941
15942         Just a big NOOP:
15943                 some minor cleanups before the big shot
15944                 OP_DEFS and OP_USES now use Kevin's protection
15945                 new option --nolabelopt
15946
15947         * src/SDCCBBlock.c:
15948         * src/SDCCast.c,:
15949         * src/SDCCcflow.c:
15950         * src/SDCCcse.c:
15951         * src/SDCCicode.c:
15952         * src/SDCCicode.h:
15953         * src/SDCClabel.c:
15954         * src/SDCCloop.c:
15955         * src/SDCCmain.c:
15956         * src/ds390/ralloc.c:
15957         * src/mcs51/ralloc.c:
15958         * src/pic/ralloc.c:
15959         * src/xa51/ralloc.c:
15960         * src/z80/ralloc.c:
15961
15962 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
15963
15964         * src/pic/pcode.c (get_op): fix 64 bit warnings
15965         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
15966         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
15967         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
15968         * support/regression/tests/malloc.c: fix 64 bit warnings
15969
15970 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
15971
15972         * src/mcs51/gen.c (genMinus): fixed bug 696436
15973
15974 2003-03-02  Borut Razem <borut.razem AT siol.net>
15975
15976         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
15977
15978 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
15979
15980         * configure.in: test for mkstemp
15981         * sdccconf_in.h: add HAVE_MKSTEMP
15982
15983 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
15984
15985         * device/include/ctype.h: removed warning while using --stack-auto
15986         * device/include/malloc.h: removed warning while using --stack-auto
15987         * device/include/string.h: removed warning while using --stack-auto
15988
15989 2003-02-23  Borut Razem <borut.razem AT siol.net>
15990
15991         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
15992         because NDEBUG is defined (see man assert)
15993         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
15994
15995 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
15996
15997         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
15998         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
15999
16000 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
16001
16002         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
16003         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
16004
16005 2003-02-18    <johan AT balder>
16006
16007         * as/mcs51/asmain.c (asmbl): module can start with a digit
16008         * as/z80/asmain.c (asmbl): module can start with a digit
16009
16010 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
16011
16012         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
16013         * src/asm.c: fix pipe() for Mingw32
16014
16015 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
16016
16017         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
16018         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
16019         make -V work again; --c1mode reads now from stdin
16020         * doc/sdccman.lyx: added --c1mode
16021         * support/Util/SDCCerr.c: new messages for c1 mode
16022         * support/Util/SDCCerr.h: new messages for c1 mode
16023         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
16024
16025 2003-02-15    <johan AT balder>
16026
16027         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
16028
16029 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
16030
16031         * doc/sdccman.lyx: Environment variables, -o and other minor things
16032
16033 2003-02-14    <johan AT balder>
16034
16035         * src/xa51/main.c: before anyone really tries to use it :)
16036
16037         * Install doc's in share/sdcc/doc
16038         * removed some obsolete files
16039         * Do a proper make distclean and uninstall
16040         M Makefile.common.in
16041         R sdccbuild.sh
16042         M as/Makefile
16043         M device/include/Makefile.in
16044         M device/lib/Makefile.in
16045         M doc/sdccman.lyx
16046         M link/Makefile
16047         M sim/ucsim/doc/Makefile.in
16048         M src/clean.mk
16049         R src/avr/peeph.rul
16050         R src/xa51/peeph.rul
16051         M support/cpp2/Makefile.in
16052         M support/makebin/Makefile
16053
16054
16055 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
16056
16057         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
16058
16059 2003-02-10  Borut Razem <borut.razem AT siol.net>
16060
16061         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
16062         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
16063         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
16064         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
16065         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
16066         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
16067         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
16068         src/z80/Makefile.bcc: Borland Makefile cleanup
16069         * as/z80/Makefile.bcc: Added Borland Makefile
16070         * support/cpp2/borland.h: Removed
16071
16072 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
16073
16074         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
16075         * src/SDCC.lex: new pragma NOIV
16076         * src/SDCCglobl.h: new pragma NOIV
16077         * src/SDCCmem.c: new pragma NOIV
16078
16079 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
16080
16081         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
16082
16083 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
16084
16085         * src/SDCCmain.c: signal handling is switched off by --debug
16086         * doc/Makefile: small fix for install; use clean.mk again
16087         * doc/clean.mk: clean *.pdf and *.html too
16088
16089 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
16090
16091         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
16092         * device/lib/printfl.c: fix a ds390 bug by making it portable
16093         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
16094         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
16095         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
16096         * debugger/mcs51/cmd.c: converted multi-line string literals
16097         * sim/ucsim/globals.cc: converted multi-line string literals
16098         * src/SDCCmain.c: introduced signal handler to remove temp files
16099         * doc/Makefile: small tweaks, implement clean
16100         * doc: removed generated files
16101
16102 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
16103
16104         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
16105         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
16106         Address Record is not correctly generated for DS390."
16107
16108 2003-02-02  Borut Razem <borut.razem AT siol.net>
16109
16110         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
16111         * as/mcs51/asm.h: fixed compilation with Borland C
16112         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
16113         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
16114         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
16115         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
16116         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
16117         src/z80/Makefile.bcc: delete $(LIB) only if exist
16118         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
16119
16120 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
16121
16122         * device/include/malloc.h: introduced NULL
16123         * device/include/string.h: introduced NULL
16124         * device/include/stdlib.h: introduced NULL
16125         * device/lib/_memcpy.c: removed NULL
16126         * device/lib/_strcat.c: removed NULL
16127         * device/lib/_strchr.c: removed NULL
16128         * device/lib/_strcmp.c: removed NULL
16129         * device/lib/_strcpy.c: removed NULL
16130         * device/lib/_strcspn.c: removed NULL
16131         * device/lib/_strlen.c: removed NULL
16132         * device/lib/_strncat.c: removed NULL
16133         * device/lib/_strncmp.c: removed NULL
16134         * device/lib/_strncpy.c: removed NULL
16135         * device/lib/_strpbrk.c: removed NULL
16136         * device/lib/_strrchr.c: removed NULL
16137         * device/lib/_strspn.c: removed NULL
16138         * device/lib/_strstr.c: removed NULL
16139         * device/lib/_strtok.c: removed NULL
16140         * device/lib/malloc.c: removed NULL, include own header
16141
16142 2003-02-02    <johan AT balder>
16143
16144         * 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
16145         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
16146         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
16147         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
16148         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
16149         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
16150
16151 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
16152
16153         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
16154         area 'DATA'"
16155
16156 2003-02-01    <johan AT balder>
16157
16158         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
16159
16160 2003-01-31    <johan AT CP255758-A>
16161
16162         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
16163
16164 2003-01-30    <johan AT balder>
16165
16166         * src/SDCCBBlock.c: automatic bug detection
16167         * src/SDCCicode.c: automatic bug detection
16168
16169 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
16170
16171         * src/SDCCglobl.h:   now --xram-size 0 works
16172         * src/SDCCmain.c:    now --xram-size 0 works
16173
16174 2003-01-29    <johan AT balder>
16175
16176         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
16177
16178 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
16179
16180         * as/mcs51/aslink.h: Added options --xram-size and --code-size
16181         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
16182         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
16183         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
16184         * src/SDCCglobl.h:   Added options --xram-size and --code-size
16185         * src/SDCCmain.c:    Added options --xram-size and --code-size
16186
16187 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
16188
16189         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
16190         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
16191
16192 2003-01-27    <johan AT balder>
16193
16194         * src/SDCC.y: fixed bug #613764
16195
16196 2003-01-26    <johan AT balder>
16197
16198         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
16199         * src/SDCCsymt.h: fixed bug #673374
16200         * src/SDCCglue.c: fixed bug #661910
16201         * src/SDCCast.c: fixed bug #458099 and 673374
16202
16203 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
16204
16205         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
16206         * as/mcs51/strcmpi.h: added
16207         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
16208         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
16209         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
16210         * as/mcs51/assym.c: strcmpi -> as_strcmpi
16211         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
16212         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
16213         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
16214         * as/mcs51/Makefile.aslink: new module strcmpi
16215         * as/mcs51/Makefile.asx8051: new module strcmpi
16216         * as/mcs51/Makefil.bcc: new module strcmpi
16217         * as/mcs51/Makefile.in: new module strcmpi
16218         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
16219
16220 2003-01-26    <johan AT balder>
16221
16222         * src/SDCCglue.c: reverted back to 1.124
16223         * src/SDCCast.c: reverted back to 1.156
16224         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
16225
16226 2003-01-25    <johan AT balder>
16227
16228         * src/SDCCglue.c: A better fix for bug #661910
16229         * src/SDCCast.c: A better fix for bug #661910
16230         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
16231
16232 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
16233
16234         * src/Makefile.in: remove spawn.o
16235         * src/SDCCmain.c: remove spawn.h
16236         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
16237         * src/spawn.c: removed
16238         * src/spawn.h: removed
16239         * support/regression/ports/ds390/spec.mk: link with -r
16240
16241 2003-01-24    <johan AT CP255758-A>
16242
16243         * src/ds390/gen.c (aopOp): fixed bug #667458
16244         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
16245         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
16246         (createIvalCharPtr): an ival doesn't always have a storage class anymore
16247
16248 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
16249
16250         * src/mcs51/peeph.def: better assembler identation by Frieder
16251         * src/mcs51/gen.c: better assembler identation by Frieder
16252
16253 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
16254
16255         * as/z80/string.h: removed for gcc 3.2
16256         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
16257         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
16258
16259 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
16260
16261         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
16262         * src/SDCCpeeph.c (replaceRule): fix bug #663503
16263         * support/regression/Makefile: separate temp files for ports
16264         * support/regression/generate-cases.py: separate temp files for ports
16265         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
16266         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
16267
16268 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
16269
16270         * moved tinitalk to device/examples/ds390
16271
16272 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
16273
16274         * as/mcs51/lkmem.c: rflag is for DS390
16275         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
16276         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
16277                          (linkEdit): move mem- and map-files the same way as ihx-files
16278         * src/z80/main.c (_setDefaultOptions): removed --generic
16279         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
16280         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
16281         * src/pic/glue.c (picglue): --c1mode works again
16282         * src/pic16/glue.c (pic16glue): --c1mode works again
16283         * src/asm.c (printCLine): fix #660034
16284
16285 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
16286
16287         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
16288         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
16289         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
16290         * as/mcs51/lkmem (summary): better fix for sp problem
16291         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
16292         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
16293         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
16294                                               remove --stack-after-data
16295
16296 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
16297
16298         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
16299         * src/SDCCutil.c (join): ugly bug: missing '\0'
16300         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
16301
16302 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
16303
16304         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
16305         * src/port.h: typo
16306         * src/pic/main.c (_asmCmd): gpasm supports -o
16307         * src/z80/main.c: more general macros
16308         * device/lib/Makefile.in: remove intermediate files
16309
16310 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
16311
16312         * .version: Bumped version number to 2.3.3
16313         * src/SDCCBBlock.c: new option -o
16314         * src/SDCCglobl.h: new option -o
16315         * src/SDCCglue.c: new option -o
16316         * src/SDCCmain.c: new option -o
16317         * src/asm.c: new option -o
16318         * src/ds390/main.c: new option -o
16319         * src/pic/glue.c: new option -o
16320         * src/pic/pcode.c: new option -o
16321         * src/pic/ralloc.c: new option -o
16322         * src/pic16/glue.c: new option -o
16323         * src/pic16/pcode.c: new option -o
16324         * src/pic16/ralloc.c: new option -o
16325         * src/z80/main.c: new option -o
16326         * device/lib/Makefile.in: use -o
16327         * support/regression/ports/ds390/spec.mk: use -o
16328         * support/regression/ports/gbz80/spec.mk: use -o
16329         * support/regression/ports/mcs51/spec.mk: use -o
16330         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
16331         * support/regression/ports/z80/spec.mk: use -o
16332         * support/regression/ports/ucz80/spec.mk: use -o
16333         * support/regression/ports/xa51/spec.mk: use -o
16334         * support/regression/fwk/lib/timeout.c: fix usage string
16335
16336 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
16337         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
16338
16339 2003-01-07    <johan AT balder>
16340
16341         * src/SDCCast.c (decorateType): fixed bug #600035
16342
16343 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
16344         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
16345         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
16346         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
16347         * src/pic/pcode.c: outcommented unused variable to remove warnings
16348         * src/pic/ralloc.c: outcommented unused variable to remove warnings
16349
16350 2003-01-06    <karl AT turbobit.com>
16351         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
16352         regression tests.
16353
16354 2003-01-06    <johan AT balder>
16355
16356         * src/SDCCicode.c: fixed array add
16357
16358 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
16359         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
16360         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
16361
16362 2003-01-04    <johan AT balder>
16363
16364         * src/SDCCval.c (getNelements): fixed the initialized array of structures
16365
16366 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
16367         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
16368
16369 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
16370         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
16371         * support/regression/tests/bug-524697.c: fit mem usage into 8032
16372
16373 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
16374         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
16375
16376 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
16377         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
16378
16379 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
16380         * src/mcs51/main.c: removed {bindir}{sep} from aslink
16381
16382 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
16383
16384         * in /sdcc/as/mcs51/ changed these files in order to create an
16385         aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
16386         lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
16387         following files to include the previous two files: aslink.dsp,
16388         Makefile.aslink, Makefile.bcc, and Makefile.in.
16389
16390         * Changed /sdcc/src/SDCCmain.c so it creates files with extension
16391         .adb instead of .cdb
16392
16393 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
16394
16395         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
16396         value from option --iram-size.
16397
16398 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
16399
16400         * /sdcc/as/mcs51/lklist.c: added boundary check before using
16401         dram[] array.
16402
16403 2002-09-18    <wiml AT hhhh.org>
16404
16405         * SDCClrange.h: exposed setFromRange() and setToRange()
16406         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
16407           packRegsForAccUse() (bug 542397)
16408         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
16409           multiple times and emitting the fetch operations more than once
16410           added aopGetUsesAcc() function to allow binary operators to
16411           fetch their operands in the correct order; made genMinus() emit
16412           compact code for X = LITERAL - Y
16413
16414 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
16415         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
16416         sprintf() in line 1267.
16417
16418 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
16419         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
16420         like ports.
16421
16422 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
16423         Changes to aslink (All the changes are marked with 'JCF'):
16424
16425         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
16426         summary().
16427
16428         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
16429         area BSEG.  Also moves, if possible, the DATA area down into the internal
16430         ram so more space is available.
16431
16432         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
16433         sflag.
16434
16435         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
16436         not bytes.  Function summary() which creates a memory usage summary
16437         file with extension .mem.  Reports of overlaping stack and small stack
16438         size.  If the space for the stack is less than 16 bytes aslink trows a
16439         warning.
16440
16441         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
16442         the 8051.  Option 'y' for memory summary output file.
16443
16444         Changes to sdcc (All the changes are marked with 'JCF'):
16445
16446         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
16447
16448         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
16449         overlaying area for it (uses RegBankUsed[4]).
16450
16451         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
16452         bank zero as used by default.  By default aslink locates the stack
16453         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
16454         the creation of the .mem file.  Delegates the allocation of data area
16455         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
16456         the begining of the stack area to aslink.
16457
16458         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
16459         glue() in SDCCglue.c creates an area for it.
16460
16461 2002-09-03  Borut Razem <borut.razem AT siol.net>
16462         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
16463         sdcc/src/pic/glue.c:
16464         introduced atexit() handler for teporay files removal in case of
16465         errors, assertions, ...
16466
16467 2002-08-29  Borut Razem <borut.razem AT siol.net>
16468         * sdcc/support/cpp2/auto-host_vc_in.h:
16469         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
16470         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
16471         Maybe there is a similar problem with BORLANDC? It should be checked!
16472
16473         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
16474         corrected improper use of assert: the assignment to clr variable was done inside the assert.
16475         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
16476         was not executed, and the compiler (cl) launched a warning:
16477         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
16478
16479 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
16480         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
16481
16482 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
16483         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
16484
16485         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
16486           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
16487           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
16488           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
16489           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
16490           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
16491           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
16492         - added Release configuration in VS projects
16493         - review of compiler an linker options
16494         - VC .exe files are generated in bin_vc directory, not to interfere
16495           with binaries generated from other projects (cygwin, mingw, bcc ...)
16496
16497         * sdcc/src/yacc.dsp: added
16498
16499         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
16500         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
16501         and insert the version number definitions from .version
16502
16503         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
16504
16505         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
16506         added - genarate auto-host.h using auto-host_vc_in.h as template
16507
16508         * sdcc/sdcc_vc.h,
16509         removed from CVS, generated automatically
16510
16511 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
16512         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
16513
16514 2002-08-11  Borut Razem <borut.razem AT siol.net>
16515         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
16516
16517 2002-08-10  Borut Razem <borut.razem AT siol.net>
16518         * src/SDCCmain.c (main):
16519         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
16520         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
16521         The consequence was that some temporary files were not removed.
16522
16523         * src/SDCCglue.c:
16524         unification of code in functions tempfilename() and tempfile():
16525         function tempnam() is defined in Visual Studio 6.0 and .NET
16526
16527         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
16528
16529         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
16530           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
16531         - removed compiler command line option /WX: Treats all warnings as errors
16532         - update a list of source files, included into the project
16533
16534         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
16535           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
16536         changed project type to Generic Project so that can be correcly converted to VS.NET project
16537
16538         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
16539
16540         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
16541
16542         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
16543
16544         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
16545         added return 0 statements after assert() to make compiler happy
16546
16547         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
16548         added newline in the def file to keep MSC compiler satisfied
16549
16550         * sdcc/src/z80/gen.c:
16551         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
16552           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
16553         - solved MSC error in function aopDump()
16554
16555         * sdcc_vc.h: define PREFIX as "\\sdcc"
16556
16557 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
16558         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
16559
16560 2002-06-22  Scott Dattalo <scott AT dattalo.com>
16561         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
16562         - Rewrote the register banking algorithm.
16563         - Added pCode live-range analysis to registers (for now, only non-used and
16564         singly-used registers optimized away)
16565
16566         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
16567
16568         * 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.
16569
16570 2002-05-10  Scott Dattalo <scott AT dattalo.com>
16571         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
16572
16573 2002-04-22  Michael Hope  <michaelh AT vroom>
16574
16575         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
16576
16577         * configure.in (DD_COPT): Added include support required for gbdk.
16578
16579         * .version: Bumped version number just to increase it.
16580
16581         * src/SDCCmain.c: Added -nostdinc to the default options.
16582
16583 2002-04-15  Michael Hope  <michaelh AT vroom>
16584
16585         * device/lib/z80/printf.c (sprintf): Added.
16586
16587         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
16588
16589         * src/z80/peeph.def: Added transpose redundent load rule.
16590
16591         * src/z80/main.c: Added force callee saves for jaune.
16592
16593         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
16594
16595         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
16596
16597 2002-03-28  Johan Knol  <johan AT balder>
16598
16599         * src/SDCCval.c: fixed bug #532436
16600
16601 2002-03-14  Scott Dattalo <scott AT dattalo.com>
16602         * /src/port.h:
16603         Added "char *Processor" field to the port structure.
16604
16605         * /src/SDCCmain.c:
16606         Added -p option. Allows port dependent processor to be specified.
16607
16608         * all ports:
16609         Initialized the new field char *Processor field to NULL in all ports
16610
16611         * /src/pic/*:
16612         Compiler generated registers for interrupt context saving
16613         were not getting allocated.
16614
16615 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
16616
16617         * /src/SDCCast.c:
16618         Fixed left shift. Will promote the left side of a left shift
16619         if a) left shifting more than size of operand or b) when assigned
16620         to something size > size of left side
16621
16622 2002-03-14  Scott Dattalo <scott AT dattalo.com>
16623         * src/pic/*
16624         tons of changes. Register allocation has been
16625         rewritten. Added customization for the various PICs. Flow
16626         analysis is restructured. ...
16627
16628         * src/pic/device.h:
16629         Added
16630
16631         * src/pic/device.c:
16632         Added. device.c is a PIC port hack to accomodate variations
16633         in PIC devices.
16634
16635 2002-03-13  Michael Hope  <michaelh AT vroom>
16636
16637         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
16638
16639 2002-03-04  johanknol  <johanknol AT manik>
16640
16641         * /src/SDCCval.c: fixed
16642
16643         const unsigned char arr[][2] = { { 0, 1 } };
16644         t18.c:1: error: Initializer element is not constant
16645
16646 2002-03-04  bela  <bela AT manik>
16647
16648         * /device/include/mcs51reg.h:
16649         ds89c420 register definition update
16650
16651 2002-03-03    <johan AT FRIJA>
16652
16653         * support/Util/SDCCerr.c: did something, but don't no why anymore
16654
16655         * support/regression/tests/bug-524691.c: made it a little less shy
16656
16657         * src/SDCCast.c (decorateType): fixed bug #524697
16658
16659         * src/SDCCast.c: made some lineno improvements
16660
16661         * src/SDCCval.c (getNelements): changed warning to error
16662
16663         * src/SDCCglue.c (printIvalArray): changed warning to error
16664
16665         * src/SDCCicode.c: fixed a warning for mingw
16666
16667         * src/SDCCast.c (decorateType): fixed the << promotion for ops
16668
16669         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
16670
16671 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
16672
16673         * src/ds390/peeph.def:
16674         Added some more peephole rules
16675
16676         * src/ds390/gen.c: Various fixes & enhancements
16677
16678         * src/SDCClrange.c, src/SDCClrange.h:
16679         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
16680
16681         * src/ds390/ralloc.c:
16682         various fixes & enhancements (ds390) specific
16683
16684         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
16685         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
16686         from rallocs.
16687
16688         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
16689
16690 2002-03-02    <johan AT FRIJA>
16691
16692         * src/SDCCast.c (decorateType): fixed bug #524708
16693
16694         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
16695
16696         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
16697
16698 2002-03-01  Michael Hope  <michaelh AT vroom>
16699
16700         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
16701
16702         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
16703
16704 2002-03-01    <johan AT FRIJA>
16705
16706         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
16707
16708         * src/SDCCast.c (decorateType): fixed bug #524209
16709
16710         * src/SDCCval.c (valNot): fixed bug #524195
16711
16712 2002-02-26    <johan AT balder>
16713
16714         * src/xa51/gen.c: fixed a warning
16715
16716         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
16717
16718         * src/SDCCast.c (decorateType): fixed bug #522534
16719
16720 2002-02-23    <johan AT balder>
16721
16722         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
16723
16724 2002-02-22    <johan AT balder>
16725
16726         * src/SDCCast.c: fixed bug #514865
16727
16728         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
16729
16730 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
16731
16732         * sdcc/src/SDCCloop.c:
16733         Previous fix was not good. basic blocks that have "break" or "return" are
16734         not really partof a loop , but live ranges used in these blocks should
16735         be live thru the entire loop, so set partOfLoop but don't add them to
16736         loop region
16737
16738 2002-02-21    <johan AT FRIJA>
16739
16740         * src/SDCCcse.c: fixed bug #514308
16741
16742 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
16743
16744         * src/SDCCloop.c:
16745         Fixed BUG #519583. If a conditional block ended in a return/break
16746         statement inside a loop, it was not being considered part of the loop.
16747
16748         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
16749
16750 2002-02-10  Karl Bongers <karl AT turbobit.com>
16751
16752         * debugger/*:
16753         Fixed up SDCDB debugger somewhat.  Updated debugger/README
16754         with lots of comments and notes.
16755
16756         * device/examples/test2.c:
16757         Fix bug, "red" variable not being initialized(compiler complained).
16758
16759         * device/examples/Makefile, examples/test3.c:
16760         Add Makefile in device/examples folder, compiles test3.c
16761         for use as a multiple module SDCDB test case.
16762
16763         * sim/ucsim/cmd.src/cmdset.cc:
16764         Took out debug printfs in ucsim "next" command.
16765
16766         * sim/ucsim/xa.src:
16767         Karl and Johan start ucsim XA support.  Most dissassembly working,
16768         about 75% emulation done(plenty of work remaining).
16769
16770         * sim/ucsim/z80.src:
16771         Add Z80 support to ucsim, add test-ucz80 regression test,
16772         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
16773         Notice z80 compiler fails on examples/test3.c/crc code.
16774
16775 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
16776
16777         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
16778         Added support for --parms-in-bank1
16779
16780         * src/ds390/peeph.def:
16781         added a few more peephole optimzations
16782
16783         * src/ds390/main.c:
16784         1) added __builtin_inp & __builtin_outp used to read in data of given length
16785            from a memory mapped port
16786         2) added __builtin_memcmp
16787         3) added __builtin_swapw swap bytes of a short
16788
16789         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
16790         1) handle multiple send & receives from register bank1
16791         2) ralloc can now allocate DPTR1 to some liveRanges
16792
16793         * src/SDCCsymt.c, src/SDCCsymt.h:
16794         changes to handle multiple sends & receives
16795
16796         * src/SDCCptropt.h:
16797         added some pointer arithmetic optimization
16798
16799         * src/SDCCptropt.c:
16800         added some pointer arithmetic optimizations but not stable yet so not
16801         called from anywhere (will get this working shortly)
16802
16803         * src/SDCCopt.c: fixed for multiple sends & receives
16804
16805         * src/SDCCmain.c:
16806         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
16807         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
16808            set preprocessor defines (depending on options)
16809
16810         * src/SDCCicode.c, src/SDCCicode.h:
16811         changes made to handle multiple sends & receives
16812
16813         * src/SDCCglobl.h:
16814         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
16815
16816         * src/SDCCcse.c, src/SDCCcse.h:
16817         added function findbackward def (to be used in upcoming optimization)
16818
16819         * src/SDCCcflow.c, src/SDCCcflow.h:
16820         added function returnAtEnd - to determine if a basic block terminates with
16821         a RETURN iCode
16822
16823         * src/SDCCast.c, src/SDCCast.h:
16824         added option parms-in-bank1
16825
16826         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
16827         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
16828         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
16829         adjusted for --parms-in-bank1 option
16830
16831         * device/include/string.h:
16832         donot redefine "reentrant" keyword
16833
16834         * device/include/ds80c390.h: Added some more SFRs
16835
16836 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
16837
16838         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
16839
16840 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
16841
16842         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
16843
16844 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
16845
16846         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
16847
16848 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
16849
16850         * Added --xram-movc option
16851
16852 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
16853
16854         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
16855
16856 2002-01-11  Johan Knol
16857
16858         * Added math lib of Jesus Calvino-Fraga
16859
16860 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
16861
16862         * src/SDCCmain.c (processFile): fix processing of ../../src.c
16863         * support/regression/Makefile: new target test-mcs51-stack-auto
16864         * support/regression/ports/mcs51-stack-auto/spec.mk: added
16865
16866 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
16867
16868         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
16869
16870 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
16871
16872         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
16873
16874 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
16875
16876         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
16877
16878         * src/SDCCglue.h: add definition for printIvalChar()
16879
16880 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
16881
16882         * src/SDCCast.c: fix #498138 by Johan
16883
16884         * src/SDCCglue.c: fix #498138 by Johan
16885
16886 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
16887
16888         * support/regression/Makefile: fix clean
16889
16890         * support/regression/ports/ds390/support.c: fix transmission of last character
16891
16892 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
16893
16894         * /sdcc/src/ds390/gen.c:
16895         a) improved computing address of stack variable
16896         b) took out some #if 0 code
16897         c) improved parmBytes adjustment
16898         d) improved genPlusIncr & genMinusIncr
16899         e) genCmp could generate bad code (when left assigned to DPTR)
16900         f) Fixed bug in hasInc
16901
16902         * /sdcc/src/ds390/ralloc.c:
16903         a) packRegsForSupport could mess up live information (Fixed)
16904         b) packRegsDPTRuse could be incorrect for left & right shift
16905
16906         * /sdcc/src/mcs51/ralloc.c:
16907         packRegsForSupport could mess up the live information (Fixed)
16908
16909         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
16910
16911         * /sdcc/src/SDCCast.c:
16912         can reverse a loop even if function call is present as long
16913         as the loop control variable is local & is not passed as parameter
16914
16915 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
16916
16917         * /sdcc/ChangeLog: *** empty log message ***
16918
16919         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
16920         More builtin function additions for TININative
16921
16922         * /sdcc/src/ds390/ralloc.c:
16923         Had broken the regression testsuite
16924
16925         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
16926
16927         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
16928         Added funcattr hasStackParms will be set for reentrant functions when there
16929         are paramteres on the stack, this helps in minimizing frame pointer generation
16930         typeFromStr can handle function pointers now
16931
16932         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
16933         *** empty log message ***
16934
16935 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
16936
16937         * /src/ds390/gen.c, /src/ds390/main.c:
16938         More builtin function additions for TININative
16939
16940         * /src/ds390/ralloc.c:
16941         Had broken the regression testsuite
16942
16943         * /src/SDCCast.c: Fixed a bug in dumptree
16944
16945         * /src/SDCCsymt.c, /src/SDCCsymt.h:
16946         Added funcattr hasStackParms will be set for reentrant functions when there
16947         are paramteres on the stack, this helps in minimizing frame pointer generation
16948         typeFromStr can handle function pointers now
16949
16950         * /doc/builtins.txt, /doc/TININative.txt:
16951         *** empty log message ***
16952
16953
16954 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
16955
16956         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
16957         ALPHA version for -mTININative
16958
16959         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
16960         updated to reflect changes in the port structure
16961
16962         * /src/port.h:
16963         added function do_assemble (similar to do_link) if non-null this function
16964         will be called to do assembly (-mTININative) requires a multi command
16965         assembly
16966         added function genAssemblerEnd will be called to generate assembler Epilogue
16967
16968         * /src/SDCCsymt.c:
16969         added _JavaNative to debug info printing
16970
16971         * /src/SDCCmain.c: added option --tini-libid
16972         added port->do_assemble function (-mTININative) has a multi command assemble
16973
16974         * /src/SDCCglue.c: Disabled "constExpr" check
16975         added port->genAssemblerEnd function
16976
16977         * /src/SDCCglobl.h: Added option --tini-libid value
16978
16979         * /src/SDCCast.h:
16980         tookout optimizeCompare from the header (has no external references)
16981
16982         * /src/SDCCast.c: made one more function "static"
16983
16984 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
16985
16986         * src/z80/mappings.i: Added z80asm support.
16987
16988         * src/z80/main.c: Added z80asm support on --asm=z80asm
16989
16990         * src/z80/gen.c: Fixed asm portability issues.
16991
16992         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
16993
16994         * src/SDCCglue.c (printExterns): Added global/extern split.
16995
16996 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
16997
16998         * support/regression/Makefile: added test for mcs51 model large
16999
17000         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
17001
17002         * support/regression/ports/gbz80/spec.mk: added -mgbz80
17003
17004 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
17005
17006         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
17007
17008 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
17009
17010         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
17011
17012         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
17013
17014 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
17015
17016         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
17017
17018         * support/regression/tests/simplefloat.c: Port to mcs51.
17019
17020 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
17021         * support/regression/tests/bug-485362.c: Added.
17022
17023         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
17024
17025         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
17026
17027         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
17028
17029         * src/z80/gen.c (aopDump): Added a dump function.
17030
17031 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
17032         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
17033
17034         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
17035
17036         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
17037
17038         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
17039
17040         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
17041
17042         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
17043
17044         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
17045
17046         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
17047
17048         * support/regression/ports/ds390/support.c: Use tinibios.
17049
17050         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
17051
17052 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
17053
17054         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
17055         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
17056
17057         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
17058
17059         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
17060
17061 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
17062
17063         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
17064
17065         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
17066         (packRegsForIYUse): Created and optimised.
17067
17068 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
17069
17070         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
17071 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
17072
17073         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
17074
17075         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
17076
17077         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
17078
17079 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
17080
17081         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
17082
17083         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
17084
17085 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
17086
17087         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
17088
17089         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
17090
17091         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
17092
17093 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
17094
17095         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
17096         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
17097         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
17098
17099         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
17100
17101         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
17102         (genNotFloat): Added.
17103         (genUminusFloat): Added.
17104
17105         * device/lib/z80/Makefile: Added floating pt stubs.
17106
17107         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
17108
17109         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
17110
17111         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
17112
17113 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
17114
17115         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
17116
17117         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
17118
17119         * sdcc/support/regression/Makefile: Add port ds390.
17120
17121         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
17122
17123         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
17124
17125         * sdcc/support/regression/ports/ds390/spec.mk: Added.
17126
17127         * sdcc/support/regression/ports/ds390/support.c: Added.
17128
17129         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
17130
17131         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
17132
17133         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
17134
17135 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
17136
17137         * device/include/malloc.h: Added z80 and gbz80 support.
17138
17139         * device/lib/gbz80/heap.s: Added.
17140
17141         * device/lib/z80/heap.s: Added.
17142
17143         * device/lib/malloc.c: Added z80 and gbz80 support.
17144
17145         * support/regression/tests/malloc.c (testMalloc): Added.
17146
17147         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
17148
17149         * support/regression/tests/bug-478094.c: Added.
17150
17151         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
17152
17153 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
17154
17155         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
17156
17157         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
17158
17159         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
17160
17161         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
17162
17163         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
17164
17165 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
17166
17167         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
17168
17169 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
17170
17171         * support/regression/tests/bug-477927.c: Added.
17172
17173         * src/z80/peeph.def: Added minor rules.
17174
17175         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
17176
17177         * src/z80/peeph.def: Added jump optimisation modification.
17178
17179 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
17180
17181         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
17182
17183 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
17184
17185         * support/regression/tests/funptrs.c: Added.
17186
17187 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
17188
17189         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
17190
17191 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
17192
17193         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
17194
17195         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
17196
17197         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
17198         (movLeft2ResultLong): Created.
17199
17200         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
17201         (joinPushes): Added.  Joins two char pushes into a word push.
17202
17203 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
17204
17205         * support/cpp2/Makefile.in (install): Added creation of dest dir.
17206
17207         * support/makebin/Makefile (install): Added creation of dest dir.
17208
17209 2001-10-24 Karl Bongers <karl AT turbobit.com>
17210
17211         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
17212
17213 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
17214
17215         * src/z80/ralloc.c: Turned off faulty pack for one use.
17216
17217         * src/z80/peeph-gbz80.def: Removed redundent restart options.
17218
17219         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
17220
17221 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
17222
17223         * support/regression/Makefile: Improved clean
17224
17225         * support/regression/ports/gbz80/spec.mk: Added clean
17226
17227         * support/regression/ports/host/spec.mk: Added clean
17228
17229         * support/regression/ports/z80/spec.mk: Added clean
17230
17231         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
17232
17233         * support/regression/ports/mcs51/timeout.c: little improvements
17234
17235 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
17236
17237         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
17238
17239         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
17240
17241         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
17242
17243 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
17244
17245         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
17246
17247         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
17248
17249 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
17250         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
17251
17252         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
17253
17254         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
17255
17256         * src/mcs51/main.c (_linkCmd): Added bin path to command.
17257
17258         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
17259
17260         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
17261
17262         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
17263
17264         * support/regression/tests/longor.c: Added.
17265
17266 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
17267
17268         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
17269
17270         * as/mcs51/aslink.h: define PATH_MAX
17271
17272         * as/mcs51/asm.h: define PATH_MAX
17273
17274         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
17275
17276         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
17277
17278         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
17279
17280         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
17281
17282         * src/SDCCglobl.h: define PATH_MAX
17283
17284         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
17285
17286         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
17287
17288 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
17289
17290         * src/z80/gen.c (gencjneshort): Fixed
17291
17292         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
17293
17294 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
17295
17296         * support/regression/tests/bug-469671.c: Added.
17297
17298         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
17299
17300 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
17301
17302         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
17303
17304         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
17305
17306 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
17307
17308         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
17309
17310         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
17311
17312         * src/device/lib/_mullong.c : removed hint: nooverlay bug
17313
17314         * src/device/lib/_divuint.c : removed hint: nooverlay bug
17315
17316         * src/device/lib/_divulong.c: removed hint: nooverlay bug
17317
17318         * src/device/lib/_moduint.c : removed hint: nooverlay bug
17319
17320         * src/device/lib/_modulong.c: removed hint: nooverlay bug
17321
17322 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
17323
17324         * 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.
17325
17326         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
17327
17328         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
17329
17330 2001-10-07    <johan AT FRIJA>
17331
17332         * device/lib/gets.c (gets): fixed the return value.
17333
17334 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
17335         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
17336
17337         * 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.
17338
17339         * 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.
17340
17341         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
17342
17343         * src/pic/gen.c: Removed Safe_strdup.
17344
17345         * configure.in: Added option to enable libgc support.
17346
17347         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
17348         (bitVectUnion): Optimised.
17349         (bitVectIntersect): Optimised.
17350         (bitVectBitsInCommon): Optimised.
17351         (bitVectCplAnd): Optimised.
17352
17353         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
17354
17355 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
17356
17357         * src/SDCCmain.c: distinguish between assembler debug and plain options
17358
17359         * src/avr/main.c:   remove standard assembler options
17360
17361         * src/ds390/main.c: remove standard assembler options
17362
17363         * src/mcs51/main.c: remove standard assembler options
17364
17365         * src/port.h: removed "PENDING" comment
17366
17367 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
17368
17369         * src/device/lib/_mulint.c  : new, with assember functions
17370
17371         * src/device/lib/_mullong.c : new, with assember functions
17372
17373         * src/device/lib/_divuint.c : with assember functions
17374
17375         * src/device/lib/_divsint.c : with assember functions
17376
17377         * src/device/lib/_divulong.c: with assember functions
17378
17379         * src/device/lib/_divslong.c: with assember functions
17380
17381         * src/device/lib/_moduint.c : with assember functions
17382
17383         * src/device/lib/_modsint.c : with assember functions
17384
17385         * src/device/lib/_modulong.c: with assember functions
17386
17387         * src/device/lib/_modslong.c: with assember functions
17388
17389         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
17390
17391         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
17392
17393         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
17394                                       replaced _mululong.c and _mulslong.c by _mullong.c
17395
17396 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
17397
17398         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
17399
17400 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
17401
17402         * src/SDCCglue.c: test, if win32api is available for MINGW
17403
17404 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
17405
17406         * src/SDCCsymt.c: no more _modifier in printTypeChain()
17407         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
17408         * support/regression/ports/gbz80/spec.mk: removed GENERIC
17409         * support/regression/ports/host/spec.mk: removed GENERIC
17410         * support/regression/ports/mcs51/spec.mk: removed GENERIC
17411         * support/regression/ports/z80/spec.mk: removed GENERIC
17412
17413 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
17414
17415         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
17416
17417         * support/regression/tests/bug-467035.c: Created.
17418
17419 2001-10-01    <johan AT FRIJA>
17420
17421         * src/SDCC.y: fixed bug #466586 part 1
17422
17423 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
17424
17425         * SDCCicode.c: z80 has no generic pointers
17426         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
17427
17428 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
17429
17430         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
17431
17432 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
17433
17434         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
17435
17436         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
17437
17438 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
17439
17440         * configure.in: Fixed up so that ucsim is only configured once.
17441
17442         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
17443
17444         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
17445         (getPathDifference): As above.
17446
17447         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
17448
17449         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
17450
17451 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
17452         * .version: Updated to 2.3.1
17453
17454         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
17455         Added copyright header.
17456
17457         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
17458         (assemble): Added support for macro based assembler commands.
17459         (linkEdit): Added support for macro based linker commands.
17460         (preProcess): Changed the pre-processor to use macros.
17461         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
17462         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
17463
17464         * device/lib/z80/crt0.s: Added module name for debugging.
17465
17466 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
17467
17468         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
17469
17470         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
17471
17472         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
17473
17474         * src/Makefile.in: Added SDCCmacro and SDCCutil
17475
17476 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
17477
17478         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
17479
17480 2001-09-16    <johan AT FRIJA>
17481
17482         * 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.
17483
17484 2001-09-15    <johan AT FRIJA>
17485
17486         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
17487         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
17488
17489 2001-09-11    <johan AT FRIJA>
17490
17491         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
17492
17493 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
17494
17495         * support/regression/tests/bug-460444.c: Added test case.
17496
17497         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
17498         (genCast): Added justification for all of the asserts.
17499
17500 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
17501
17502         * support/regression/support.c: _xdata replaced by xdata
17503
17504         * support/regression/spec.mk: removed _generic
17505
17506 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
17507
17508         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
17509
17510         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
17511         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
17512
17513         * src/z80/peeph.def: Added a rule to optimise shift then compare.
17514
17515         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
17516
17517         * support/regression/tests/bug-460010.c: Added test case.
17518
17519         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
17520
17521 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
17522
17523         * support/regression/Makefile: inter-port-clean adjusted for mcs51
17524
17525         * support/regression/testfwk.c: removed workaround for bug #436344
17526
17527         * support/regression/tests/bp.c: use less memory with mcs51
17528
17529         * support/regression/tests/bug-441448.c: use less memory
17530
17531         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
17532
17533         * support/regression/collate-results.py: typo
17534
17535 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
17536
17537         * support/regression/tests/fetchoverlap.c: Added new test case.
17538
17539         * support/regression/tests/bp.c: Added new test case.
17540
17541         * support/regression/tests/bug-448984.c: Added new test case.
17542
17543         * support/regression/tests/pow2shifts.c: Added new test case.
17544
17545         * src/z80/gen.c: Turned off the noise it normally generates for the release.
17546         (genlshTwo): Fixed right shift for count > 8.
17547
17548         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
17549
17550 2001-09-08    <johan AT FRIJA>
17551
17552         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
17553
17554 2001-09-07    <johan AT FRIJA>
17555
17556         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
17557
17558         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
17559
17560 2001-09-06    <johan AT FRIJA>
17561
17562         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
17563         * bernhard noted me at this: "() equals to (void)" (1.38)
17564
17565 2001-09-05    <johan AT FRIJA>
17566
17567         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
17568
17569 2001-09-04    <johan AT FRIJA>
17570
17571         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
17572
17573
17574 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
17575
17576         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
17577
17578 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
17579
17580         * link/z80/aslink.h: Fixed path for PATH_MAX
17581
17582 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
17583
17584         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
17585
17586         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
17587
17588         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
17589
17590         * 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.
17591
17592 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
17593
17594         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
17595         (genCmp): Fixed up genCmp for the GB with longs.
17596
17597         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
17598
17599         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
17600
17601         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
17602
17603         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
17604
17605 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
17606
17607         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
17608
17609 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
17610
17611         * 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.
17612
17613         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
17614
17615 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
17616
17617         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
17618
17619         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
17620
17621 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
17622
17623         * sim/ucsim/configure:    little improvement of Cygwin-detection
17624         * sim/ucsim/configure.in: little improvement of Cygwin-detection
17625         * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
17626         * support/regression/tests/bug-221100.c: small changes for mcs51
17627         * support/regression/tests/bug-221168.c: small changes for mcs51
17628         * support/regression/tests/bug-227710.c: small changes for mcs51
17629         * support/regression/tests/staticinit.c: small changes for mcs51
17630         * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
17631         * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
17632         * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
17633
17634 $Revision$