9cd477a968bf45ef09d747025c9b5a51e0e706a6
[fw/sdcc] / ChangeLog
1 2006-05-22 Borut Razem <borut.razem AT siol.net>
2
3         * support/regression/ports/pic16/specs.mk: removed stack size linker
4           directive
5         * support/regression/tests/array.c,
6           support/regression/tests/bitopcse.c,
7           support/regression/tests/bug-908454.c,
8           support/regression/tests/malloc.c: modified for pic16 regression test
9         * support/regression/tests/bitfields.c:
10           pic16 - excluded bitfileds of size > 8
11         * support/regression/tests/bp.c: pic16 - reduced data size
12         * support/regression/tests/bug-221100.c: pic16 - reduced data size
13         * support/regression/tests/bug-460010.c:
14           pic16 - used the absolute address the fits in memory
15         * support/regression/tests/bug-716242.c:
16           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
17         * support/regression/tests/float.c:
18           pic16 - excluded - data size too big
19         * support/regression/tests/onebyte.c:
20           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
21         * support/regression/tests/shifts.c:
22           pic16 - function names probably have to differ in first X characters
23           (gpasm limitation?)
24         * support/regression/tests/staticinit.c:
25           pic16 - excluded some tests due error: no target memory available for
26           section ".idata"
27
28 2006-05-22 Borut Razem <borut.razem AT siol.net>
29
30         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
31           second try. Thanks Stas Sergeev once more.
32
33 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
34
35         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
36           (genLeftShift, genRightShift): fixed bug 1491627
37         * src/hc08/peeph.def (rules 7, 8.x): added
38         * support/regression/tests/shifts.c (ShiftLeftByParam,
39           ShiftRightByParam, testShiftByParam): added to test variable shifting
40
41 2006-05-20 Raphael Neider <rneider AT web.de>
42
43         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
44         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
45           (allocReg): add only new registers to dynAllocRegs,
46           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
47             #1489055, #1445850, and probably #1483693
48
49 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
50
51         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
52         bug in for-loop that didn't emit the last of CONFIG and ID registers
53
54 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
55
56         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
57           with offset
58         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
59           1489016, 1434401 and 1490124
60         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
61           1489016, 1434401 and 1490124
62
63 2006-05-17 Borut Razem <borut.razem AT siol.net>
64
65         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
66           thanks Stas Sergeev
67
68 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
69
70         * device/include/mcs51/P89c51RD2.h,
71         * device/include/mcs51/P89LPC901.h,
72         * device/include/mcs51/P89LPC922.h,
73         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
74
75 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
76
77         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
78         to fix missing stack pragma in compiled binary object file,
79
80 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
81
82         * support/packihx/configure.in,
83         * support/packihx/configure: removed warning, autoconf >= 2.5x can
84         determine sizeof basic types even while cross compiling
85
86 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
87
88         * src/avr/gen.c (aopop),
89         * src/ds390/gen.c (aopOp),
90         * src/hc08/gen.c (aopOp),
91         * src/mcs51/gen.c (aopop),
92         * src/pic16/gen.c (pic16_aopOp),
93         * src/pic/gen.c (aopOp),
94         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
95         if size of operand is smaller than spill location
96
97 2006-05-12 Borut Razem <borut.razem AT siol.net>
98
99         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
100           have to have CR/LF line endings even if they are checked out on *nix
101           or on WIN32 in cygwin binmode
102
103 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
104
105         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
106         * device/include/ds80c390.h: added sfr16 definitions
107         * src/ds390/gen.c,
108         * src/ds390/gen.h,
109         * src/ds390/main.c,
110         * src/ds390/ralloc.c,
111         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
112           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
113           bit returning functions
114         * support/regression/tests/sfr16.c: enabled test on ds390
115
116 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
117
118         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
119         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
120
121 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
122
123         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
124         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
125           (cl_address_space constructor): removed expensive initialization,
126           (cl_address_space::get_cell): extended for late initialization,
127           (cl_address_space::*): use late initialization,
128           (cl_address_decoder::activate): removed expensive initialization,
129           This reduced regression test running time by 25%
130
131 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
132
133         * packihx/,
134         * configure.in,
135         * configure,
136         * sdcc.dsw,
137         * Makefile.bcc,
138         * Makefile.in,
139         * support/packihx/Makefile.in,
140         * support/packihx/clean.mk,
141         * support/packihx/Makefile.bcc,
142         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
143
144 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
145
146         * src/SDCCval.c (valNot): fix for regression test failure
147           of not.c on big endian hosts
148
149 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
150
151         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
152
153 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
154
155         * device/lib/mcs51/Makefile.in: changed string comparison operator
156           to = for POSIX compliance; == is bash extension
157
158 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
159
160         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
161           kosmonaut_pirx
162
163 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
164
165         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
166         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
167         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
168         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
169         bug report #1478657,
170
171 2006-05-05 Borut Razem <borut.razem AT siol.net>
172
173         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
174           making the html
175
176 2006-05-02 Borut Razem <borut.razem AT siol.net>
177
178         * doc/Makefile.in: removed *.ind dependency since there is no rule to
179           create *.ind, which made make to fail if invoked with -j 2
180
181 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
182
183         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
184           Hubert Sack for patch 1479782
185
186 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
187
188         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
189
190 2006-05-01 Raphael Neider <rneider AT web.de>
191
192         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
193           (create_pic): store only prefix-free device name,
194           (init_pic): check for device names with "16" prefix,
195           (list_valid_pics),
196         * src/pic/device.h (struct PIC_device),
197         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
198             stored device name,
199         * device/include/pic/pic12f{635,675,629,683}.h,
200         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
201         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
202         * device/include/pic/pic16f505.h,
203         * device/lib/pic/libdev/pic16f505.c: removed
204         * device/include/pic/pic14devices.txt: added support for pic12f
205             devices, removed unsupported non 16-bit devices
206             [above changes provided by patch from Zik Saleeba]
207         * src/pic/*, src/pic16/*, device/include/pic16/*,
208           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
209
210 2006-05-01 Borut Razem <borut.razem AT siol.net>
211
212         * configure.in, configure, doc/Makefile.in:
213           sync with nightly build makefile - latex, dvipdf and dvips
214           not needed any more
215
216 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
217
218         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
219         in the library source
220
221 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
222
223         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
224
225 2006-04-28 Raphael Neider <rneider AT web.de>
226
227         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
228         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
229           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
230         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
231
232 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
233
234         * device/lib/pic/libdev/Makefile.in,
235         * device/lib/hc08/Makefile.in,
236         * device/lib/gbz80/Makefile.in,
237         * device/lib/z80/Makefile.in,
238         * device/lib/ds390/Makefile.in,
239         * device/lib/ds400/Makefile.in: added srcdir to include search path,
240         thanks to Borut for the bug report
241         * configure.in,
242         * configure: always create doc/Makefile independent from --enable-doc
243         * Makefile.in: always install from directory doc independent from
244         --enable-doc
245         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
246         removed
247         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
248         * doc/Makefile.in: install *.txt if present
249         * device/include/Makefile.in (install): added installation of pic/*.inc
250         and pic/*.txt files again, they were erroneously removed
251
252 2006-04-28 Raphael Neider <rneider AT web.de>
253
254         * src/pic/{gen.c,main.h,pcode.c},
255         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
256             concerning signedness with casts
257
258 2006-04-28 Raphael Neider <rneider AT web.de>
259
260         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
261             definition of an interrupt handler,
262         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
263             interrupt handler stuff from picglue() to separate routine,
264           (picglue): enabled definition of intr handlers in files w/o main()
265
266 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
267
268         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
269           compilation with MSVC 2005 Express Edition (VC8)
270
271 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
272
273         * device/lib/Makefile: fixed build of gbz80 lib
274
275 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
276
277         * support/regression/tests/bug-460010.c,
278         * support/regression/tests/bug-524691.c,
279         * support/regression/tests/bug-716242.c: removed conditional defines
280           that are already in testfwk.h
281
282 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
283
284         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
285           (AccAXRsh1): added, shift right by 1,
286           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
287            AccAXLrl1
288         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
289
290 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
291
292         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
293         remove cast to same type
294         * src/SDCCast.c (decorateType): fix for RFE 1475742,
295         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
296         * as/z80/Makefile,
297         * link/z80/Makefile: removed, they have moved to
298         Makefile.in files
299         * configure,
300         * configure.in: replaced duplicate message about ucsim by missing sdcpp
301         * install-sh: fix bug #1204398 by setting umask 0022
302         * device/lib/Makefile: separate build of z80 and gbz80 lib
303
304 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
305
306         Enabled VPATH feature: changed nearly all Makefiles (149 files).
307         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
308
309         One basic decision: e.g. src/clean.mk includes further files. In order
310         to make this work there are two solutions:
311         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
312           run configure on them. This way they can use
313           'include $(srcdir)/port-clean.mk'
314         - always include clean.mk by the Makefile at the same level. To avoid
315           that `make clean` tries to include and build Makefile.dep the
316           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
317           implemented, because now even `make uninstall` doesn't create
318           Makefile.in. clean.mk could be eliminated by pasting it in
319           Makefile.in.
320
321         * debugger/mcs51/Makefile.in: build own objects from library sources
322         (SLIB, SDCC) in current directory
323
324         * configure, configure.in: renamed --disable-device-lib-build in
325         --disable-device-lib; added --enable-doc, the required tools are
326         searched by configure; added result message; the toolchain for the
327         belonging ports are now only built, if the port is enabled.
328
329         * support/regression/*: all output is written in directory gen, because
330         the fwk and ports directories don't livet in the build tree using vpath
331
332         * doc/sdccman.lyx: renamed --disable-device-lib-build to
333         --disable-device-lib, added --enable-doc, added section VPATH
334
335         * sim/ucsim/configure.in,
336         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
337         z80 are enabled by default
338
339 2006-04-24 Raphael Neider <rneider AT web.de>
340
341         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
342             to config word, "pic14_"-prefixed some extern functions
343           (pic14_emitConfigWord): emit __config directive(s) if assignment to
344             config word has been found
345         * src/pic/device.h: added prototypes
346         * src/pic/pcode.c: added "pic14_"-prefix where needed
347         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
348             fixup
349         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
350             words,
351           (pic14emitRegularMap): ignore config words,
352           (pic14createInterruptVect): moved generating __config directives away
353           (picglue): have __config directives emitted
354
355 2006-04-24 Borut Razem <borut.razem AT siol.net>
356
357         * doc/Makefile: sync with nightly build makefile
358
359 2006-04-24 Raphael Neider <rneider AT web.de>
360
361         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
362             registers that have not been assigned proper liveranges,
363             fixes #1469504 and #1474602,
364           (pCodeRegOptimizeRegUsage): fixed typo in comment
365
366 2006-04-24 Borut Razem <borut.razem AT siol.net>
367
368         * device/examples/main8051.c: deleted - it was removed from CVS
369           24.mar.2000 and after that modified 18.feb.2001, so it reappered
370           after the transition to Subversion
371         * src/SDCCalloc.h: deleted - it was removed  from CVS
372           3.feb.2001 and after that modified 18.feb.2001, so it reappered
373           after the transition to Subversion
374         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
375           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
376           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
377           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
378
379 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
380
381         * as/asx8051.dsp: added mcs51/strcmpi.h
382         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
383         * as/hc08/aslink.h: updated lnksect prototype
384         * as/hc08/asm.h,
385         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
386         * as/hc08/asmain.c,
387         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
388           (newdot): handle A_ABS
389         * as/hc08/asout.c,
390         * as/mcs51/asout.c (outarea): output address
391         * as/hc08/lkaomf51.c,
392         * as/mcs51/lkaomf51.c: disabled unused array UsageType
393         * as/hc08/m08pst.c,
394         * as/mcs51/i51pst.c,
395         * as/z80/z80pst.c: "ABS" is not A_OVR
396         * as/hc08/lkarea.c (newarea): read a_addr,
397           (lnkarea): added codemap array, sort absolute areas to the front,
398            combine all GSINITx/GSFINAL,
399           (find_empty_space, allocate_space): new functions,
400           (lnksect): return next address, handle absolute sections
401         * as/mcs51/lkarea.c (newarea): read a_addr,
402           lnksect2 prototype changed,
403           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
404           (find_empty_space, allocate_space): new, factored out of lnksect2,
405           (lnksect2): return next address, handle absolute sections
406         * as/hc08/lkhead.c,
407         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
408         * as/hc08/lklibr.c (addfile, fndsym),
409         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
410           index out of range and detect both '\' and '/'
411         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
412         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
413           regression tests (ds390 cannot return bool yet)
414         * doc/sdccman.lyx: changed version number, document changed --no-peep,
415           document critical interrupts on z80, document changed SDCC define
416         * src/asm.c (_asxxxx_mapping): fixed .org directive,
417           (_a390_mapping): added .org directive
418         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
419           (genMultOneByte): fixed warnings
420         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
421           ones
422         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
423         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
424           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
425         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
426         * src/pic16/main.c: removed newReg prototype
427         * src/pic16/pcode.c,
428         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
429           warnings
430         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
431           ones
432         * src/pic16/ralloc.c
433         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
434           to fix warnings
435         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
436           from short to PIC_OPTYPE
437         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
438         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
439           optype from short to PIC_OPTYPE
440         * src/port.h: made int_size unsigned to fix warnings
441         * src/SDCC.y: fixed warning on MSVC
442         * src/SDCCicode.c (getArraySizePtr): return unsigned int
443         * src/SDCCopt.c (convertToFcall): fixed warnings
444         * src/SDCCsymt.h: removed double prototype for genSymName
445         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
446           offset int to fix warnings
447
448 2006-04-22 Borut Razem <borut.razem AT siol.net>
449
450         * doc/sdccman.lyx, */Makefile, */Makefile.in:
451           references to CVS replaced with Subversion
452
453 2006-04-21 Borut Razem <borut.razem AT siol.net>
454
455         * doc/sdccman.lyx, */Makefile, */Makefile.in:
456           references to CVS replaced with Subversion
457
458 2006-04-19 Borut Razem <borut.razem AT siol.net>
459
460         * src/version.awk: adapted for svn
461         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
462           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
463           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
464           /binutils-avr/etc/*.vi, *.jin: removed all properties
465           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
466
467 2006-04-19 Borut Razem <borut.razem AT siol.net>
468
469         * CVS to Subversion migration completed
470
471 2006-04-18 Borut Razem <borut.razem AT siol.net>
472
473         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
474           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
475
476 2006-04-17 Borut Razem <borut.razem AT siol.net>
477
478         * device/include/Makefile.in: added pic/*.inc to the installation
479
480 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
481
482         * support/regression/collate-results.py: fixed output in case of
483         a valdiag error
484         * support/regression/generate-cases.py: fixed splitting of pathnames
485         with dots
486         * as/hc08/lklibr.c (addfile),
487         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
488
489 2006-04-11 Raphael Neider <rneider AT web.de>
490
491         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
492         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
493         * src/pic16/pcode.c (assignValnums): fixed #1460578
494
495 2006-04-11 Raphael Neider <rneider AT web.de>
496
497         * device/lib/pic/libdev/*.c,
498         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
499           fixes #1468739, enables compilation in --std-c99 mode
500         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
501
502 2006-04-11 Raphael Neider <rneider AT web.de>
503
504         * src/pic/device.c (find_device): removed debug output
505           (list_valid_pics): enabled verbose listing of supported devices
506         * device/include/stdbool.h: define bool as char for pic14/16 as well
507
508 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
509
510         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
511
512 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
513
514         * .version: bumped version to 2.5.6
515         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
516
517 2006-04-06 Raphael Neider <rneider AT web.de>
518
519         * .version: bumped version to 2.5.6 (pic14 ABI changed)
520         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
521         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
522           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
523             pic14_constructAbsMap
524           (pic14printPublics): declare absolute global symbols as global
525           (pic14createInterruptVect),
526         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
527           (newReg): assume new registers unused, use correct name in
528             hashtable (reg->name instead of name), more debugLog output
529         * src/pic/device.h (PIC_device): added fields for verbose output
530         * src/pic/device.c: moved device definition to pic14devices.txt,
531             added routines for runtime parsing of pic14devices.txt,
532             added support for second config word
533         * src/pic/main.c (_process_pragma): removed #pragma maxram,
534           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
535           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
536           (_pic14_parseOptions): moved pCodeInitRegisters here
537           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
538         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
539           (pCodeInitRegisters): rewrapped comments, perpared new approach to
540             handling the pseudo stack
541         * device/lib/Makefile.in: ignore failures in objects-pic16,
542         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
543         * device/lib/pic/NEWS: document new dependency on picXXX.lib
544         * device/lib/pic/Makefile.subdir,
545         * device/lib/pic16/Makefile.subdir: improved clean rules
546         * device/lib/pic/libdev/: NEW, pic14 device libraries
547         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
548         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
549         * device/include/Makefile.in: create subdir and install pic14 headers
550         * device/include/pic/p16f_common.inc: removed unused declarations
551         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
552             PICs from inc2h.pl v1.6,
553             replaced BIT_AT macros with struct declarations
554         * device/include/pic/pic14devices.txt: definition of supported devices,
555             all above improvements contributed by Zik Saleeba, thanks
556         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
557         * support/scripts/sdcc.nsi: also install pic14 device libraries and
558             headers
559
560 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
561
562         * device/include/mcs51/c8051f410.h: added interrupt numbers,
563         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
564           thanks to Charles Olds
565
566 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
567
568         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
569
570 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
571
572         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
573         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
574         * support/regression/bug1464657.c: added, new test
575
576 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
577
578         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
579           version number
580
581 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
582
583         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
584           --no-peep and --peep-file <file> are used don't use default rules but
585           do use the <file>
586
587 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
588
589         * src/mcs51/gen.c (genCall): fixed bug 1457608
590
591 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
592
593         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
594         changes seem to cause (trigger?) problems with the build system.
595
596 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
597
598         * src/SDCCpeeph.c (operandsLiteral): new, added,
599           (callFuncByName): inserted operandsLiteral
600         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
601
602 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
603
604         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
605         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
606
607 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
608
609         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
610           implemented patch 1120823 Thanks to Willy De la Court (normal
611           interrupts need an interrupt number now if they are made critical),
612           and enabled nesting of critical functions though not for gbz80
613           (genCritical, genEndCritical): added functions
614           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
615         * src/z80/mappings.i: added "ei" to all mappings
616
617 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
618
619         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
620         submitted by the Debian SDCC maintainer Aurelien Jarno:
621         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
622         archive with gcc 4.1 on mips and wrote the patch"
623
624 2006-03-16 Raphael Neider <rneider AT web.de>
625
626         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
627           the left operand is shorter than the result (c* = lit-c* + int),
628           fixes bug #1450796
629         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
630           OP_SYMBOL
631
632 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
633
634         * src/.version: increased version number to 2.5.5
635         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
636         linking is done manually in pic16 port's _linkEdit,
637         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
638         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
639         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
640         allocate asmop as AOP_ACC,
641         (aopForRemat): added parameter 'bool result' in function declaration,
642         (pic16_aopGet): return AOP_ACC when accessing WREG,
643         (pic16_popGetTempReg): minor modification,
644         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
645         'pic16_allocWithIdx',
646         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
647         calling function in absolute addresses,
648         (genAssign): take into account AOP_ACC asmop,
649         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
650         * src/pic16/pcoderegs.c: some debug functions and lines added,
651         * src/pic16/ralloc.c (decodeRegType): added but commented out,
652         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
653         register too,
654         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
655         call to allocReg, not by manually allocating a new one,
656         (pic16_assignRegisters): now before going through the register
657         allocating functions mark all registers as free. This eliminates some
658         side effects resulting from peephole parser done earlier in the backbone
659
660 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
661
662         * src/SDCCicode.c (geniCodeLogic),
663         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
664
665 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
666
667         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
668           (genSend): bugfix, do not allocate and free twice,
669           (shiftRLong): handle partially overlapping aops
670         * support/regression/tests/bitopcse.c: fixed warning redefined idata
671
672 2006-03-08 Borut Razem <borut.razem AT siol.net>
673
674         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
675           for pic16
676
677 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
678
679         * support/regression/tests/bug1409955.c: new, added
680         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
681         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
682           (aopForSym, aopOp): increment asmop.allocated if reused,
683           (freeAsmop): decrement asmop.allocated and check for zero instead of
684           using asmop.freed,
685           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
686           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
687            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
688            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
689            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
690            genSignedRightShift, genRightShift, genDataPointerGet,
691            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
692            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
693             in reverse order from allocation,
694           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
695             added swappedLR to keep track
696         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
697           pdata & code for GCC, z80, gbz80 & hc08
698         * support/regression/tests/zeropad.c: moved defines to testfwk.h
699
700 2006-03-08 Raphael Neider <rneider AT web.de>
701
702         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
703
704 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
705
706         * device/include/mcs51/c8051f410.h: new SiLabs mcu
707         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
708         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
709
710 2006-03-06 Borut Razem <borut.razem AT siol.net>
711
712         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
713           made the linker quiet
714
715 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
716
717         * src/pic16/gen.c (genPcall): fixed bug #1443644
718         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
719         which dumps before the function entry point a data byte which represents
720         the number of the local variables used by the specified function, added
721         'xinst' for initial support for Extended Instruction Support,
722         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
723         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
724         port->fun_prefix anymore (may change later),
725         (genFunction, genEndFunction): do not store/restore local registers for
726         _main (this should take care the --main-return command line option in
727         the future),
728         (genOr): removed some legacy pic-port instructions,
729         * src/pic16/genarith.c (genAddLit): re-enabled old code because
730         performing operations with SFR's causes data to be written more than
731         once to each SFR. Perhaps SFRs should be handled in special cases...
732         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
733         pcode.h
734         * src/pic16/main.c (_process_pragma): stack bound checking did not take
735         into account for stack starting position,
736         (struct OPTIONS pic16_optionsTable): added command line argument
737         --extended or -y for Extended Instruction Support,
738         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
739         (deassignLRs): *** perhaps the most important change, old 'for' code
740         (commented out for reference), didn't account for some registers which
741         were left marked 'not free' after a pointer operation. The change
742         reduces register usage a lot in some cases
743
744 2006-03-04 Borut Razem <borut.razem AT siol.net>
745
746         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
747           _clean
748         * support/regression/tests/bug-524697.c: decreased array size for
749           mcs51 to fit into the internal RAM
750         * support/regression/Makefile.in: a little bit more verbose
751
752 2006-03-03 Borut Razem <borut.razem AT siol.net>
753
754         * support/regression/fwk/lib/testfwk.c,
755           support/regression/fwk/include/testfwk.h: introduced function
756           _prints(), nonrecursive _printn(), call _initEmu() from main()
757         * support/regression/ports/gbz80/support.asm,
758           support/regression/ports/ucz80/support.asm,
759           support/regression/ports/z80/support.asm,
760           support/regression/ports/ds390/support.c,
761           support/regression/ports/hc08/support.c,
762           support/regression/ports/host/support.c,
763           support/regression/ports/mcs51/support.c,
764           support/regression/ports/xa51/support.c: added empty _initEmu()
765           function
766         * support/regression/ports/pic16/gpsim.cmd,
767           support/regression/ports/pic16/spec.mk,
768           support/regression/ports/pic16/support.c,
769           support/regression/Makefile.in: added pic16 regression test
770
771 2006-03-01 Raphael Neider <rneider AT web.de>
772
773         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
774           genConstPointerGet): use safe way of generating MOVFF to cover
775             literals as well as registers, fixes bug #1440527
776         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
777             dereference
778           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
779             more correctly, fixes bug #1232186
780           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
781         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
782             gplink guess the correct processor in more cases, applied patch
783             from Till Riedel attached to and fixing bug #1436552
784
785 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
786
787         * support/regression/tests/array.c: added, contains check for #1434401
788         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
789
790 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
791
792         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
793         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
794         * device/include/mcs51/c8051f326.h,
795         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
796         * device/include/mcs51/c8051f000.h,
797         * device/include/mcs51/c8051f018.h,
798         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
799           PCON_IDLE,PCON_STOP and added sfr16 definitions
800
801 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
802
803         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
804           genGetWord): fixed bug 1409955
805
806 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
807
808         * device/include/hc08/mc68hc908gp32.h,
809         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
810
811 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
812
813         * src/SDCCast.c (constExprValue): return NULL if not a value
814         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
815         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
816         * support/regression/tests/bitfields.c: enabled signed bitfield for all
817
818 2006-02-13 Borut Razem <borut.razem AT siol.net>
819
820         * src/regression/ptrarg.c: added, fails due to bug #1430967
821         * src/regression/Makefile: ptrarg.c added, ...
822
823 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
824
825         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
826         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
827
828 2006-02-11 Borut Razem <borut.razem AT siol.net>
829
830         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
831           print "Processor: xxx" message to stdout only if --verbose
832
833 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
834
835         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
836         * support/regression/tests/bug1426356.c: added
837         * support/regression/tests/bitfields.c: removed 2 tests
838
839 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
840
841         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
842         * device/include/mcs51/c8051f330.h,
843         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
844           PCON_IDLE,PCON_STOP and added sfr16 definitions
845         * device/lib/_divsint.c,
846         * device/lib/_divuint.c,
847         * device/lib/_divulong.c,
848         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
849           register bank bug for small stackauto
850
851 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
852
853         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
854
855 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
856
857         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
858         * all.dsp: corrected several bin paths
859         * device/include/mcs51/c8051f120.h,
860         * device/include/mcs51/c8051f300.h,
861         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
862           to PCON_IDLE,PCON_STOP
863         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
864         * device/lib/printf_large.c (output_float): fixed bug 1388703
865         * support/regression/tests/bug1057979.c: added test for bug 1388703
866
867 2006-02-08 Raphael Neider <rneider AT web.de>
868
869         * src/pic/pcode.c (pciTRIS): fixed typo,
870           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
871           (LinkFlow): fixed handling of flows that end in a call,
872           (ReuseReg): perform safety check earlier
873         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
874             to work with flows at the beginning of a pBlock,
875             fixes #1426557 (Symbol not previously defined),
876           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
877             usage information
878           (RemoveUnusedRegisters): update register usage info
879         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
880             created, reuse existing ones instead
881         * src/pic/gen.c (genPcall): fixed #1424719
882
883 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
884
885         * link/z80/lkmain.c,
886         * link/z80/lklex.c,
887         * link/z80/lkdata.c,
888         * link/z80/aslink.h: fixed build on current cygwin:
889         replaced getline() by lk_getline()
890
891 2006-02-01 Borut Razem <borut.razem AT siol.net>
892
893         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
894           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
895           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
896           src/regression/bool1.c, src/regression/bool2.c,
897           src/regression/bool3.c, src/regression/call1.c,
898           src/regression/compare.c, src/regression/compare10.c,
899           src/regression/compare2.c, src/regression/compare3.c,
900           src/regression/compare4.c, src/regression/compare5.c,
901           src/regression/compare6.c, src/regression/compare7.c,
902           src/regression/compare8.c, src/regression/compare9.c,
903           src/regression/configword.c, src/regression/for.c,
904           src/regression/inline.c, src/regression/mult1.c,
905           src/regression/nestfor.c, src/regression/or1.c,
906           src/regression/pointer1.c, src/regression/ptrfunc.c,
907           src/regression/rotate1.c, src/regression/rotate2.c,
908           src/regression/rotate3.c, src/regression/rotate4.c,
909           src/regression/rotate5.c, src/regression/rotate6.c,
910           src/regression/rotate7.c, src/regression/string1.c,
911           src/regression/struct1.c, src/regression/sub.c,
912           src/regression/sub2.c, src/regression/switch1.c,
913           src/regression/while.c, src/regression/xor.c,
914           src/regression/create_stc, src/regression/simulate,
915           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
916           regression tests
917         * src/regression/gpsim_assert.h: added
918
919 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
920
921         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
922         ((void (code *) (void)) 0) ();
923         * as/hc08/aslex.c,
924         * as/hc08/aslink.h,
925         * as/hc08/asm.h,
926         * as/hc08/asmain.c,
927         * as/hc08/lkdata.c,
928         * as/hc08/lklex.c,
929         * as/hc08/lkmain.c,
930         * as/mcs51/aslex.c,
931         * as/mcs51/aslink.h,
932         * as/mcs51/asm.h,
933         * as/mcs51/asmain.c,
934         * as/mcs51/lkdata.c,
935         * as/mcs51/lklex.c,
936         * as/mcs51/lkmain.c,
937         * as/z80/aslex.c,
938         * as/z80/asm.h,
939         * as/z80/asmain.c: fixed build on current cygwin:
940         replaced getline() by as_getline()
941
942 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
943
944         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
945         declarator in the symbol chain
946         * src/SDCCsymt.h,
947         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
948         parameter list for function pointers
949         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
950         * support/regression/tests/bug-716242.c: added
951
952 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
953
954         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
955         offset if possible
956         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
957
958 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
959
960         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
961         inifinitely recurseable, added static
962         * support/regression/tests/bug-1408066.c: added
963
964 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
965
966         * src/SDCCicode.h,
967         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
968         renamed, added possibility to create "postLoopLbl"-labels
969         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
970         newiTempLoopHeaderLabel
971         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
972         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
973         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
974         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
975         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
976         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
977         (basicInduction): fixed bug #136564, made static,
978         (loopInduction): changed parameter of basicInduction, made static,
979         (addPostLoopBlock): added
980         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
981         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
982         findLoopEndSeq
983         * support/regression/tests/bug-136564.c: added
984         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
985         --std-sdcc99 to LIBSDCCFLAGS
986
987 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
988
989         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
990         while loop
991         * support/regression/tests/bug-1406131.c: added
992
993 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
994
995         * src/SDCCast.c (decorateType): fix promotion of unary minus
996         * src/SDCCsymt.c (computeType): beautified
997         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
998         (valUnaryPM, valComplement): fix sign and promotion,
999         (valNot): ANSI: result type is int (SDCC: unsigned char)
1000         * support/regression/tests/uminus.c: speedup by removing superflous
1001         test case 'int'
1002         * support/regression/tests/onebyte.c: added promotion and signedness
1003         tests for unary minus
1004         * support/regressions/tests/bug-477927.c: disable warning about
1005         uninitialized variables
1006         * support/regression/tests/not.c: added
1007
1008 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1009
1010         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1011         * src/mcs51/gen.c (gen51Code): show final register usage after
1012         fillGaps in asm with --i-code-in-asm
1013         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1014         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1015         incUsed, rliveClear, adjustIChain): made static,
1016         (setFromRange): excluded because it's unused,
1017         (findPrevUseSym, markWholeLoop): added,
1018         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1019         through all branches of predecessors enables sdcc to emit the warning
1020         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1021         (rlivePoint): made static, added parameter emitWarnings which is only
1022         true during the first run out of two,
1023         (findRecursiveSucc, findRecursivePred): removed,
1024         (computeLiveRanges): made static, added parameter emitWarnings,
1025         (dumpIcRlive): added for debugging only
1026         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1027         removed prototype of setFromRange()
1028         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1029         in call of computeLiveRanges()
1030         * support/regression/tests/bug-895992.c: added
1031         * support/regression/tests/bug-971834.c: added
1032         * support/valdiag/tests/bug-895992.c: added
1033         * support/valdiag/tests/bug-971834.c: added
1034
1035 2005-12-18 Raphael Neider <rneider AT web.de>
1036
1037         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1038           (genUnpackBits): improved code for direct operands,
1039           (genPackBits): improved code for literal assignment to bitfields
1040             and for direct destination operands (no FSR indirection),
1041             prevented redundant AND, fixes #1362800,
1042           (AccLsh): added parameter to disable masking of the result
1043         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1044           skip instructions with side-effects (like incfsz),
1045           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1046         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1047         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1048           fixes #1375263
1049
1050 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1051
1052         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1053         volatile variables as spill location
1054
1055 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1056
1057         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1058         replacing literals
1059         * support/regression/tests/bug-1376320.c: added
1060
1061 2005-12-08 Raphael Neider <rneider AT web.de>
1062
1063         * src/pic/device.c: renamed is_shared to pic14_is_shared
1064         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1065         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1066           (is_valid_identifier): added for above workaround
1067
1068 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1069
1070         * device/lib/Makefile.in: fixed to enable port-specific-objects
1071         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1072           char, thanks Hubert Sack
1073         * doc/sdccman.lyx: documented --xstack-loc,
1074           elaborated a bit more on interrupts and pitfalls,
1075           removed "setjmp/longjmp unsupported",
1076           documented some unsupported C99 features
1077         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1078         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1079           if, thanks Hubert Sack
1080         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1081         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1082           make make_library
1083         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1084           regression tests can report resource usage (rfe 700441)
1085         * support/regression/collate-results.py: report resource usage
1086         * support/regression/ports/ds390/spec.mk,
1087         * support/regression/ports/hc08/spec.mk,
1088         * support/regression/ports/mcs51/spec.mk,
1089         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1090         * support/regression/ports/ds390/uCsim.cmd,
1091         * support/regression/ports/hc08/uCsim.cmd,
1092         * support/regression/ports/mcs51/uCsim.cmd,
1093         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1094         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1095           library, use the default one
1096         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1097           building the library
1098
1099 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1100
1101         * config.dsp: added dependency on .version and configure_vc.awk
1102         * device/include/setjmp.h: updated for --stack-auto and --xstack
1103         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1104         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1105         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1106         * device/lib/libsdcc.lib: added _setjmp
1107         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1108           (decorateType): fixed bug 1372851,
1109           (optimizeGetHbit): fixed warning
1110         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1111           array initialisation
1112         * support/regression/tests/bug1057979.c: added test for bug 1358192
1113         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1114
1115 2005-12-03 Borut Razem <borut.razem AT siol.net>
1116
1117         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1118           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1119
1120 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1121
1122         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1123         createIval): implement symbol independant "flexible array member",
1124         (createIvalCharPtr): implemented flexible array initialisation with a
1125         string
1126         * src/SDCCsymt.c (copyStruct): removed,
1127         (getSize): fixed misleading comment,
1128         (getAllocSize): removed, the additional allocation size is now in
1129         sym->flexArrayLength,
1130         (checkStructFlexArray): new, syntax checks for flexible array members,
1131         (compStructSize): added syntax checks for "flexible array members"
1132         (copyStruct): removed,
1133         (copyLinkChain): removed inefficient fix for bug 770487
1134         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1135         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1136         symbol->flexArrayLength
1137         * src/SDCCerr.c,
1138         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1139         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1140         * support/regression/tests/structflexarray.c: added
1141         * support/valdiag/tests/structflexiblearray.c: added
1142
1143 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1144
1145         * src/SDCCast.c (decorateType): fixed bug 1368489
1146         * support/Util/SDCCerr.c,
1147         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1148
1149 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1150
1151         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1152           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1153
1154 2005-11-27 Borut Razem <borut.razem AT siol.net>
1155
1156         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1157           support/cpp2/mkdeps.h: added command line option
1158           -obj-ext=<extension> to SDCPP to define object file externion, used
1159           for generation of make dependencies (-M)
1160         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1161
1162 2005-11-26 Borut Razem <borut.razem AT siol.net>
1163
1164         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1165           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1166           added pic and pic16 libraries
1167
1168 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1169
1170         * device/include/float.h: Corrected typo in prototype of __fsgt
1171
1172 2005-11-25 Borut Razem <borut.razem AT siol.net>
1173
1174         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1175           added creation of model-mcs51-stack-auto libraries
1176
1177 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1178
1179         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1180         and fields-list too
1181         * src/SDCCast.c (createIvalArray): removed obsolete comment
1182
1183 2005-11-24 Borut Razem <borut.razem AT siol.net>
1184
1185         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1186           added missing device/lib/mcs51/crt*.asm sources
1187
1188 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1189
1190         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1191
1192 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1193
1194         * device/lib/_fs2schar.c,
1195         * device/lib/_fs2sint.c,
1196         * device/lib/_fs2slong.c: optimized inline asm
1197
1198 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1199
1200         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1201           Better handling of floats between -1.0 and 0.0.
1202
1203 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1204
1205         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1206           (the missing "if"s prohibited removal of redundant labels)
1207
1208 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1209
1210         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1211           Properly convert floats between -1.0 and 0.0 to long, int, and char
1212           types (max integer value of negative floats tends to zero).
1213         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1214           Removed changes made so to work properly with floats between
1215           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1216           and _fs2char.c
1217
1218 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1219
1220         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1221         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1222         (genCast) cosmetic change
1223         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1224         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1225         from mcs51
1226         * support/regression/tests/bitfields (testSignedBitfields): added
1227
1228 2005-11-18 Borut Razem <borut.razem AT siol.net>
1229
1230         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1231         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1232           introduced SILENT option to make building of pic16 libraries less
1233
1234 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1235
1236         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1237           Now they work properly with floats between -1.0 and 0.0
1238         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1239
1240 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1241
1242         * src/SDCCicode.c (printOperand): added missing else
1243
1244 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1245
1246         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1247         reformatted for better readability
1248         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1249         signed bitfields
1250
1251 2005-11-17 Borut Razem <borut.razem AT siol.net>
1252
1253         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1254           introduced SILENT option to make building of pic16 libraries less
1255           verbose - used for nightly snapshot build
1256         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1257           available on Win32 platforms.
1258         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1259           medium, large, pic and pic16
1260
1261 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1262
1263         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1264           printf("%f"...) sets fraction to zero.
1265
1266 2005-11-16 Raphael Neider <rneider AT web.de>
1267
1268         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1269           fixes #1357221
1270         * src/pic/gen.c (genIfx): implemented for CARRY bit
1271         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1272           to generic pointers, fixes #1357332,
1273           (pic16_movLit2f): NEW,
1274           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1275
1276 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1277
1278         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1279
1280 2005-11-11 Raphael Neider <rneider AT web.de>
1281
1282         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1283         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1284           compute pointer's type from operand,
1285           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1286           improved single bit reads, fixes bug #1353379
1287
1288 2005-11-09 Borut Razem <borut.razem AT siol.net>
1289
1290         * support/scripts/sdcc.nsi: added lib/pic to the package
1291
1292 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1293
1294         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1295
1296 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1297
1298         * support/regression/tests/bug1348008.c: added
1299         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1300         * support/regression/tests/bug1337835.c: updated comment
1301
1302 2005-11-06 Borut Razem <borut.razem AT siol.net>
1303
1304         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1305           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1306           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1307           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1308           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1309           dynamic construction of cl_error_class and derivates - 2.nd try
1310
1311 2005-11-05 Borut Razem <borut.razem AT siol.net>
1312
1313         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1314           bug, which caused Bus Errors on sparc solaris
1315
1316 2005-11-04 Borut Razem <borut.razem AT siol.net>
1317
1318         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1319           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1320           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1321           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1322           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1323           and derivates to resolve the initialization problem on OSX
1324
1325 2005-11-02 Borut Razem <borut.razem AT siol.net>
1326
1327         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1328           corrected typo - #include <winsock2.h>
1329
1330 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1331
1332         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1333           (_asxxxx_mapping): added org directive for future enhancements
1334
1335 2005-11-01 Borut Razem <borut.razem AT siol.net>
1336
1337         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1338           enabled sockets on WIN32
1339         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1340
1341 2005-10-31 Borut Razem <borut.razem AT siol.net>
1342
1343         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1344           WIN32 backslash path delimiters should be escaped when used in C strings
1345         * support/regression/tests/bitfields.c: exclude failing assertions for
1346           __CYGWIN32__ and __MINGW32__ hosts
1347
1348 2005-10-30 Borut Razem <borut.razem AT siol.net>
1349
1350         * src/SDCCutil.c: corrected double comparison typo
1351
1352 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1353
1354         * device/lib/medium/Makefile: added for new memory model medium
1355         * device/include/asm/mcs51/features.h: updated for medium/pdata
1356         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1357           added Multiply & Accumulate sbit's and MAC0_PAGE define
1358         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1359         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1360         * device/lib/_mullong.c: update for medium model
1361         * device/lib/incl.mk: added medium model
1362         * doc/sdccman.lyx: documented medium model
1363         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1364         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1365         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1366         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1367           (allocParms): set SCLS and OCLS to pdata for medium model
1368         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1369           for pdata,
1370           (powof2): return <0 if not power of 2
1371         * src/avr/gen.c (genBitWise): use updated powof2
1372         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1373           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1374           (shiftLLeftOrResult): use B if necessary
1375         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1376         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1377         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1378         * support/regression/Makefile.in: added test-mcs51-medium
1379         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1380
1381 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1382
1383         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1384         specifier unsigned
1385         * device/lib/time.c (mktime): fixed bug 1334315
1386
1387 2005-10-28 Raphael Neider <rneider AT web.de>
1388
1389         * device/include/pic/p16f_common.inc: added common declarations
1390         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1391
1392 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1393
1394         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1395           (aopPutUsesAcc): added to predict accumulator use,
1396           (assignResultValue): save acc if necessary,
1397           (genMinusDec): store result if indirectly addressed,
1398           (genDivOneByte):  save acc if necessary,
1399           (movLeft2Result): bugfix if left already in acc,
1400           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1401             attention to accumulator use (esp. pdata),
1402           (genReceive): receive pdata correctly
1403         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1404         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1405
1406 2005-10-27 Raphael Neider <rneider AT web.de>
1407
1408         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1409
1410 2005-10-27 Raphael Neider <rneider AT web.de>
1411
1412         * .version: changed version to 2.5.4
1413         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1414         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1415           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1416             arithmetics support routines
1417         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1418         * device/lib/Makefile.in: also create installdir for pic
1419
1420         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1421           pic14 port as well
1422         * src/pic/device.c (dump_sfr): rewritten to delegate register
1423           placement to the linker (use `extern sym' rather than sym EQU addr),
1424           (validAddress): fixed to check last specified address
1425         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1426           (popGetLit): truncate literal value to 8 bit,
1427           (popGet): moved assert to more appropriate place
1428           (popGetExternal): create pCode operand from and mark the according
1429             symbol as being `extern'
1430           (popGetAddr): added sanity check on immediate's offset, provide
1431             GPOINTER tag on demand
1432           (aopPut): fixed for immediates,
1433           (mov2w_op): move operand's address or contents to WREG (depending on
1434             operand type), safer variant of mov2w,
1435           (movwf,call_libraryfunc): NEW, handy abbreviations,
1436           (get_argument_pcop,get_return_val_pcop,pass_argument,
1437           get_returnvalue): interface for accessing function parameters and
1438             return values,
1439           (assignResultValuei,genRet): use new parameter/return value interface
1440           (pic14_getDataSize): back to old version handling generic pointers,
1441           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1442             provided implementation and/or fixed old one,
1443           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1444             calls, removed legacy 8051 reference code
1445           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1446           (loadSignToC): NEW, move the operands sign bit to CARRY,
1447           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1448             genRightShiftSigned, accepts negative shift counts,
1449           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1450           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1451             generic pointers, __data pointers and __code pointers,
1452           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1453             and signed bitfields, limit bitfields to 8 bit,
1454           (genDataPointerGet): fixed number of bytes read,
1455           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1456           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1457             pointers to constant data are no longer assumed to point to __code
1458             space, removed invalid pointer types,
1459           (bitpatternFromVal): retrieve the PICs representation of an integer
1460             or float literal,
1461           (genDataPointerSet): fixed assigning to po_immediate operands,
1462           (genGenPointerSet): implemented as library call,
1463           (genIfx): fixed incorrect condition,
1464           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1465             provide GPOINTER tag according to destination's storage class,
1466           (genCast): added code to handle casting to generic pointers, added
1467             sign-/zero extension of the result
1468           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1469         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1470         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1471           extend the result
1472         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1473           address/register resides in the shared banks
1474           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1475             put all variables into separate sections (have the linker arrange
1476             them)
1477           (picglue): put init code and interrupt handlers in separate sections
1478         * src/pic/main.c: added port specific options table, modified to PORT
1479           structure to make GPOINTERs 3 byte, added pic14_options
1480           (_pic14_do_link): private linking routine (update paths to libraries,
1481             add libsdcc.lib by default)
1482         * src/pic/main.h: declare pic14_options
1483         * src/pic/pcode.c: fixed instructions i/o relations,
1484           (RegCond): reverted to correct version,
1485           (newpCodeOpLit): truncate literals to 8 bit,
1486           (genericPrint): added debug output,
1487           (getRegFromInstruction): fixed for various operand types, simplified
1488           (BuildFlow): fixed broken handling of isntructions with labels
1489           (LinkFlow): start at last instruction in flow (skip trailing comments),
1490             pass the flow on to the next instruction after CALL
1491           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1492           (insertPCodeInstruction): fixed inserting after a skip instruction,
1493           (DoBankSelect): fixed for labeled instructions
1494           (OptimizepBlock): honor --nopeep switch
1495           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1496         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1497         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1498           (pCodeOptime2pCodes): allow disabling this optimization via
1499             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1500             but is still buggy), started implementation of a dataflow based
1501             pCode optimization (CSE + dead code elimination)
1502           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1503         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1504           names are independant of the stack location and therefore portable across
1505           devices
1506
1507 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1508
1509         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1510           (selectSpil): fixed bug 1337835 by not spilling bit variables
1511         * support/regression/tests/bug1337835.c: added test for this bug
1512         * src/mcs51/peeph.def: restart after rule 3.c,
1513           addded rules 263.x to optimize loading constants
1514
1515 2005-10-26 Raphael Neider <rneider AT web.de>
1516
1517         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1518         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1519           (genAssign): emit warning when casting literals to generic pointer
1520             type, also applies when taking the address of a fixed variable,
1521           (genCast): improved casting to generic pointers
1522         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1523           extern variables, added verbose error message
1524         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1525
1526 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1527
1528         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1529         carry must be complemented too
1530         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1531         could be emitted by genMinus
1532         * src/SDCCval.c (constVal): fixed bug 1305065
1533
1534 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1535
1536         * src/SDCCast.c (addCast): added promotion for bit variables
1537         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1538         promotion casts + optimisation
1539         (optimizeGetWord): fix warning 'i' might be used uninitialized
1540         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1541         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1542
1543 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1544
1545         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1546         all chars are promoted to int; promotion should be handled in SDCCast.c
1547
1548 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1549
1550         * device/lib/_strcmp.c: Fixed bug 1326457
1551
1552 2005-10-11 Raphael Neider <rneider AT web.de>
1553
1554         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1555         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1556
1557 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1558
1559         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1560         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1561
1562 2005-10-04 Raphael Neider <rneider AT web.de>
1563
1564         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1565           device/lib/pic16/pics.all: added pic18f1320
1566         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1567
1568 2005-09-30 Raphael Neider <rneider AT web.de>
1569
1570         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1571         * src/pic16/devices.inc: NEW, provides device descriptions
1572         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1573
1574 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1575
1576         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1577           GETHBIT
1578
1579 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1580
1581         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1582           documented Any Order Bit, Higher Order Byte and Higher Order Word
1583         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1584         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1585           (optimizeGetAbit): new, to get any bit, not only the high bit,
1586           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1587           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1588           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1589           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1590             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1591             GETABIT, GETBYTE, GETWORD: decorate them,
1592           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1593           (ast_print): added GETABIT, GETBYTE, GETWORD
1594         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1595         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1596           (geniCodeBinary): new generic binary icode,
1597           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1598         * src/port.h: updated comment for PORT.hasExtBitOp
1599         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1600           (genGetByte): new, to get a single byte,
1601           (genGetWord): new, to get a word from a long,
1602           (gen51Code): added GETABIT, GETBYTE, GETWORD
1603         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1604
1605 2005-09-23 Raphael Neider <rneider AT web.de>
1606
1607         * configure.in, configure: have device/lib/pic configured
1608         * device/lib/Makefile.in: added model-pic14
1609         * device/lib/clean.mk: added pic/ to clean rule
1610         * device/lib/pic: added rudimentary pic14 library providing support
1611           functions for multiplication/division/generic pointer access
1612         * src/SDCCopt.c (convilong): mark support functions as extern
1613           for pic14 port as well
1614         * src/pic/gen.c (genMult): added assertions,
1615           (genpic14Code): emit warning on unhandled iCodes
1616         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1617         * src/pic/pcode.c (pCodeOpCopy),
1618         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1619           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1620           SFR_REGISTER}), made safe for future extensions
1621         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1622           instructions even if preceeded by SKIP instructions (also remove
1623           them); removed unused code
1624         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1625           prevents leaving parts of the structure uninitialized after copying
1626
1627 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1628
1629         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1630           ago by me
1631         * support/regression/tests/addsub.c: added test for the bug
1632
1633 2005-09-21 Raphael Neider <rneider AT web.de>
1634
1635         * device/include/pic16/pic18f1220.h,
1636           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1637         * device/lib/pic16/Makefile.rules: added missing opening paren
1638         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1639           are provided in genutils.c,
1640           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1641           operand/result sizes,
1642           (genCmp): assert on NULL pointers first, then check deref'ed values
1643         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1644           result size
1645
1646 2005-09-18 Raphael Neider <rneider AT web.de>
1647
1648         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1649           as these are now unused,
1650           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1651         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1652           local, avoids uninitialized pointer dereference on r->name
1653         * src/pic16/ralloc.c (newReg): fixed indentation
1654
1655 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1656
1657         * src/SDCCval.c (constVal): fixed bug 730366
1658         * support/Util/SDCCerr.c,
1659         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1660
1661 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1662
1663         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1664
1665 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1666
1667         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1668
1669 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1670
1671         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1672           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1673         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1674           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1675         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1676         * packihx/packihx.c (hexDigit): made c unsigned char
1677         * as/mcs51/lklibr.c (fndsym),
1678         * link/z80/lkgb.c (gb),
1679         * link/z80/lklibr.c (fndsym),
1680         * link/z80/lkrloc.c (relr),
1681         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1682         * src/SDCC.lex (checkCurrFile, process_pragma),
1683         * src/SDCCglue.c (spacesToUnderscores),
1684         * src/SDCCmain.c (setParseWithComma, processFile),
1685         * src/asm.c (tvsprintf, printCLine),
1686         * src/avr/gen.c (emitcode, aopPut),
1687         * src/ds390/gen.c (emitcode),
1688         * src/hc08/gen.c (emitcode, emitinline),
1689         * src/mcs51/gen.c (emitcode, genInline),
1690         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1691           tokenizeLineNode),
1692         * src/pic/ralloc.c (debugLog),
1693         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1694           tokenizeLineNode),
1695         * src/pic16/ralloc.c (debugLog),
1696         * src/z80/main.c (_process_pragma):
1697            made all ctype.h function calls safe
1698         * src/SDCCopt.c: include math.h for fabs
1699         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1700           and used them throughout the code to make ctype.h function calls safe
1701         * src/ds390/main.c (asmLineNodeFromLineNode),
1702         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1703         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1704            unsigned char*
1705         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1706           (newpCodeAsmDir): made ctype.h function calls safe
1707         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1708           pic16_emitcode):  made lbp unsigned char*
1709         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1710           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1711         * src/xa51/gen.c (emitcode),
1712         * src/z80/gen.c (_emit2): made lbp unsigned char*
1713         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1714            char*
1715
1716 2005-09-05 Raphael Neider <rneider AT web.de>
1717
1718         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1719           access bank splitpoint
1720
1721 2005-09-05 Raphael Neider <rneider AT web.de>
1722
1723         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1724
1725 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1726
1727         * .version: changed to version 2.5.3
1728         * doc/sdccman.lyx: changed version to 2.5.3,
1729           documented --codeseg and --constseg and pragma codeseg and constseg,
1730           documented bit parameters (reentrant) and bit returning
1731         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1732            currFunc->recvSize, but is this ok for all ports?
1733           (ast2iCode): result of ~ on unsigned char must be cast to int for
1734            bool to work
1735         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1736           function pointers in bit space
1737         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1738           (processFuncArgs): call port.reg_parm() with reentrancy info
1739         * src/port.h,
1740         * src/avr/main.c,
1741         * src/ds390/main.c,
1742         * src/hc08/main.c,
1743         * src/pic/main.c,
1744         * src/pic16/main.c,
1745         * src/xa51/main.c,
1746         * src/z80/main.c: port.reg_parm prototype extended with
1747           "bool reentrant" parameter
1748         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1749           options.stackAuto for allocating bit register parameters
1750         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1751           (genSend): set BitBankUsed if it is,
1752           (selectRegBank): factored out of genCall for use in genPcall,
1753           (genCall): removed redundant dtype assignmen, use selectRegBank,
1754           (genPcall): handle returning in Carry properly, save in F0 if needed,
1755           (genReceive): handle bit register parameters
1756         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1757           (mcs51_assignRegisters): enable bit registers for all reentrant
1758            functions and don't set BitBankUsed unconditionally
1759         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1760         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1761         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1762
1763 2005-08-27 Borut Razem <borut.razem AT siol.net>
1764
1765         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1766         ppc-osx (Darwin) does not support -u option. It seems that it is
1767         supported only on Linux - GNU cp
1768
1769 2005-08-25 Borut Razem <borut.razem AT siol.net>
1770
1771         * sim/ucsim/gui.src/serio.src/Makefile.in,
1772           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1773           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1774           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1775           install and strip, since the strip at /usr/ccs/bin should be used
1776           on solaris
1777
1778 2005-08-24 Borut Razem <borut.razem AT siol.net>
1779
1780         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1781
1782 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1783
1784         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1785         ffffffffu
1786
1787 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1788
1789         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1790         * as/mcs51/lkmain.c (link_main): fixed warning
1791         * device/include/stdbool.h: ds390 has no advanced bit support yet
1792         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1793         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1794         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1795           and updated their macros
1796         * src/SDCCval.c (constVal): updated comment for renamed b_long
1797
1798 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1799
1800         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1801         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1802           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1803           (oprio): set priority for '['
1804         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1805            and adb_24_bit
1806         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1807         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1808         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1809         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1810           added overlayable BIT_BANK area
1811         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1812           (summary2): explain 'T' in legenda
1813         * as/mcs51/lkrloc.c: replaced old K&R style,
1814           (relr): added R_BIT processing,
1815           (errmsg): added "Bit-addressable relocation error",
1816           (adb_bit): added for converting from byte- to bit-addressable space,
1817           (adb_24_bit): added for converting from byte- to bit-addressable space
1818         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1819            used in reentrant functions now even as return value
1820         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1821         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1822           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1823         * src/SDCCglobl.h: added indicator BitBankUsed
1824         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1825            the bit registers b0-b7
1826         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1827           (geniCodeCast): fixed bug 1263853,
1828           (geniCodeLogicAndOr): put result in bool or char,
1829           (geniCodeReceive): added parameter func for accessing the return type,
1830           (geniCodeFunctionBody): pass func to geniCodeReceive
1831         * src/SDCCmain.c: added indicator BitBankUsed
1832         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1833         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1834           (checkSClass): don't put automatic bool/bit on stack,
1835           (checkFunction): removed check on function cannot return bit
1836         * src/SDCCsymt.h: added newBoolLink prototype
1837         * src/mcs51/gen.c (rb1regs): added bit registers,
1838           (movc): created for assigning to carry,
1839           (pushReg, popReg): created for pushing registers,
1840           (sameRegs): check both AOP_REG and AOP_CRY types,
1841           (aopOp): handle bit registers,
1842           (aopPut): optimization no self-assign,
1843           (saveRegisters): push reg->base (bits) only once for bit registers,
1844            and use pushReg,
1845           (unsaveRegisters): pop reg->base only once and use popReg,
1846           (assignResultValue): added parameter func and return in carry for bits,
1847           (genIpush): optimization no reload in A if not changed,
1848           (genSend): bit parameters in reentrant functions are passed in bit
1849            registers by first assigning to bits in B, then save registers and
1850            copy B to bits,
1851           (genCall): handle returning in Carry properly, save it in F0 if needed,
1852           (genPcall): updated assignResultValue call, this is not safe yet for bit
1853            returning function !!!
1854           (genFunction): don't generate equ's for bit registers and use pushReg,
1855           (genEndFunction): take care of bit returning functions and use popReg,
1856           (genRet): return bit in Carry,
1857           (genIfx): optimize bit registers and other directly addressable bits,
1858           (genReceive): updated assignResultValue call
1859         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1860           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1861            registers when using stack-auto
1862         * src/mcs51/ralloc.c (_G): added allBitregs,
1863           (regs8051): added the bit registers,
1864           (createStackSpil): use macro IS_BIT,
1865           (getRegBit): added to allocate a bit register, else spill,
1866           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1867           (updateRegUsage): factored out to ease stepping while debugging,
1868           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1869            also allocate bit registers,
1870           (fillGaps): handle bit registers,
1871           (findAllBitregs): added to create bit vector with all bit registers,
1872           (mcs51_allBitregs): returns this bit vector,
1873           (mcs51_assignRegisters): when using stack-auto use bit registers for
1874            passing parameters and creating local variables
1875         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1876
1877 2005-08-22 Borut Razem <borut.razem AT siol.net>
1878
1879         * device/lib/Makefile.in: replaced find option -or with -o
1880           to make it run on solaris
1881
1882 2005-08-22 Raphael Neider <rneider AT web.de>
1883
1884         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1885           fixes #1265442 (crash on Solaris)
1886
1887 2005-08-20 Borut Razem <borut.razem AT siol.net>
1888
1889         * configure, configure.in: added tests for libsocket and libnsl libraries,
1890           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1891           from support/regression/Makefile.in
1892         * support/regression/Makefile.in: added
1893         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1894         * sim/ucsim/libtool: regenerated on sparc-solaris
1895         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1896           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1897           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1898           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1899           sparc-solaris, which doesn't use GNU ld linker
1900         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1901         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1902
1903 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1904
1905         * src/mcs51/peeph.def: updated comments
1906
1907 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1908
1909         * device/lib/_gptrget.c,
1910         * device/lib/_gptrput.c: slightly shorter
1911         * doc/sdccman.lyx: incremented version
1912         * src/mcs51/peeph.def: moved peephole comments to the line of first
1913           change to better keep line correlation, reanimated 186.e
1914         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1915
1916 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1917
1918         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1919           David Saxton with quotes around file name.
1920
1921 2005-08-15 Borut Razem <borut.razem AT siol.net>
1922
1923         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1924           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1925           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1926           make tests run on x86_64 platform
1927
1928 2005-08-13 Raphael Neider <rneider AT web.de>
1929
1930         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1931           as it might be executed DURING a build (parallel make is wonderful)
1932
1933 2005-08-13 Raphael Neider <rneider AT web.de>
1934
1935         * device/lib/Makefile.in (port-specific-objects-pic16):
1936           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1937         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1938           dependency
1939         * device/lib/pic16/Makefile.rules: build subdirs before creating
1940           the library, removed builddir rule, create $(builddir) early in
1941           recurse rule, use empty recurse rule for leaf directories
1942         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1943           mkdir errors (race condition), removed duplicate suffix "hex"
1944           from clean rules
1945         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1946         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1947           prevents mkdir -p from aborting on Alpha
1948
1949 2005-08-12 Raphael Neider <rneider AT web.de>
1950
1951         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1952           db-statements in order to allow for arrays of pointers in code
1953           sections to be placed without interspersed 0-padding, fixes
1954           bug #1256215
1955         * (emitStatistics): fixed division by zero for pic18f1220
1956         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1957           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1958         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1959         * (pic16_pCodeConstString): keep track of already emitted string
1960           literals to prevent "duplicate definitions of symbol _str_NR"
1961         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1962           debug message
1963         * device/lib/Makefile.in: ignore failing PIC16 library builds
1964         * device/lib/pic16/Makefile: do not build if gputils are missing
1965         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1966
1967 2005-08-10 Raphael Neider <rneider AT web.de>
1968
1969         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1970           my last commit)
1971
1972 2005-08-10 Raphael Neider <rneider AT web.de>
1973
1974         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1975           Rokas' patch to add the new fixed point type "__fixed16x16"
1976         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1977           functions for __fixed16x16 arithmetics
1978         * device/lib/pic16: reimplemented the build system to support
1979           a separate build directory, better handling of libio (create
1980           the library in a separate subdir for each architecture) and
1981           easier configuration (centralized in Makefile.common)
1982
1983 2005-08-07 Raphael Neider <rneider AT web.de>
1984
1985         * src/pic16/gen.c (genrshTwo): fixed sign extension
1986         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1987         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1988           added T0CONbits
1989         * device/include/pic16/pic18f4220.h: NEW, header for
1990           pic18f4220 and pic18f4320
1991         * device/include/pic16/pic18fregs.h: added new devices,
1992           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1993         * device/include/pic16/signal.h: resolved name clashes
1994           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1995           to also allow testing for interrupt enable bits, added
1996           comments on how to use the macros
1997         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1998         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1999           register definitions for the devices
2000         * device/lib/pic16/pics.all: added new devices
2001         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2002           allocated memory
2003         * device/lib/pic16/libc/stdlib/memfree: do not count
2004           the block header as free memory
2005         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2006           simplified and added missing end-of-blocklist-marker
2007           (reported by Peter Onion, fixes #1252814)
2008         * (_mergeHeapBlock): fixed loop condition
2009         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2010           len==0, restructured code
2011         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2012           up a bit, reduced bitfield accesses, prevent endless loops
2013           in case of heap corruption
2014         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2015           "unreferenced arguments/must return a value" warnings
2016         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2017           replaced BAUDREG with SPBRG
2018         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2019           device/lib/pic16/debug/gstack/gstack.c: replaced
2020           _naked, _asm, _endasm with __naked, __asm, __endasm
2021
2022 2005-08-05 Raphael Neider <rneider AT web.de>
2023
2024         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2025           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2026
2027 2005-08-05 Borut Razem <borut.razem AT siol.net>
2028
2029         * device/lib/Makefile.in: added missing ';'
2030         * configure: removed ^M characters
2031
2032 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2033
2034         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2035           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2036           License
2037
2038 2005-08-04 Borut Razem <borut.razem AT siol.net>
2039
2040         * configure.in: pic16 libraries build 2nd try - enable running
2041           configure in device/lib/pic16
2042         * configure: regenerated from configure.in
2043         * device/lib/Makefile.in: create $(PORT)/bin directory
2044
2045 2005-08-03 Raphael Neider <rneider AT web.de>
2046
2047         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2048           to get/set values via pointers
2049         * (genUnpackBits,genPackBits): changed detection of
2050           ptr->bitfield vs. sym.bitfield, fixed access via generic
2051           pointers, removed dead (wrong) code for multibyte bitfields
2052         * (genNearPointerGet, genGenPointerGet): removed useless code,
2053           fixed bitfield detection, fixes #1250594
2054         * (genNearPointerSet): removed useless code
2055         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2056           and introduced macro pic16_emitpcode that conditionally emits
2057           the origin of the following pCode (useful for debugging SDCC)
2058         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2059         * (createDefmap): fixed handling of LFSR for --optimize-df
2060
2061 2005-08-02 Borut Razem <borut.razem AT siol.net>
2062
2063         * device/lib/Makefile.in: pic16 libraries build enabled since
2064           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2065
2066 2005-08-02 Raphael Neider <rneider AT web.de>
2067
2068         * src/pic16/gen.c (genPackBits): removed deprecated warning
2069         * (genGenPointerSet): fixed bitfield detection
2070
2071 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2072
2073         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2074
2075 2005-07-31 Raphael Neider <rneider AT web.de>
2076
2077         * device/lib/pic16/libdev/pic18f458.c,
2078           device/include/pic16/pic18f458.h: added missing T0CONbits
2079
2080 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2081
2082         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2083
2084 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2085
2086         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2087
2088 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2089
2090         * device/include/mcs51/at89c51ed2.h: added.
2091
2092 2005-07-23 Raphael Neider <rneider AT web.de>
2093
2094         * src/pic/gen.h: added emitpcode macro for debugging
2095         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2096           and replace by macro adding debug information on demand
2097         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2098         * (gencjne): tried to fix; replaced with correct (slower) code
2099         * (gen{Unp,P}ackBits): fixed single bit access
2100         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2101         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2102           previous instruction
2103         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2104           register has to be handled with care (forbidding movement
2105           of assignments/uses, removing assignments completely, ...)
2106         * (pCodeOptime2pCodes): make use of regIsSpecial
2107         * added lots of debugging output (commented out)
2108         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2109           from being reused as result UNLESS it is known to work
2110
2111 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2112
2113         * support/Util/dbuf.h: include <stddef.h> for size_t
2114         * .version: changed to version 2.5.2
2115
2116 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2117
2118         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2119
2120 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2121
2122         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2123           (genModOneByte): removed needless psha/pula
2124
2125 2005-07-22 Raphael Neider <rneider AT web.de>
2126
2127         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2128           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2129         * src/pic/gen.c (resolveIfx): do not "invent" labels
2130         * (genSkipc): changed to positive logic
2131         * (genSkipCond): removed as no longer needed
2132         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2133           backport from PIC16
2134         * (genLeftShift): check operands are in different registers
2135         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2136           INCF does not update CARRY...
2137         * src/pic/main.c: fixed _linkCmd
2138         * src/pic/pcode.c (unlinkpCode): added inactive code
2139         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2140           alive (do not assign result and operand overlapping registers)
2141
2142 2005-07-22 Raphael Neider <rneider AT web.de>
2143
2144         * src/pic/device.c (dump_sfr): replaced register declaration with
2145           call to emitSymbolToFile() to avoid duplicate symbols
2146         * (assignRelocatableRegisters): do not declare external symbols
2147         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2148           right (take size of type, not etype)
2149         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2150         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2151         * (packRegsForAccUse): disabled assignment of WREG as
2152           the result reg to prevent occurence of just fixed #1235003,
2153           fixes #1242954
2154         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2155           symbols (avoids duplicate symbols in .asm file)
2156         * (pic14emitRegularMap): use emitSymbolToFile()
2157         * src/pic/gen.c (aopOp): fixed spillLocation handling
2158         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2159         * (genDataPointerSet): removed unneccessary variables/output
2160
2161 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2162
2163         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2164         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2165
2166 2005-07-21 Raphael Neider <rneider AT web.de>
2167
2168         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2169           architecture cannot handle them efficiently, fixes bug #1235003
2170         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2171           check for empty sets before using them (fixes bug #1232190)
2172
2173 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2174
2175         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2176           (lnksect2): generate warnings for memory overlap
2177         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2178           constseg to set the name of these segments so you can instruct the linker
2179           to place them in banks
2180         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2181         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2182           added code_seg and const_seg to options
2183         * src/SDCCglue.c (emitMaps): use options.const_seg,
2184           (createInterruptVect): put interrupt vectors in segment HOME,
2185           (glue): put HOME before static segment and put the main glue in HOME,
2186           (glue): use options.code_seg
2187         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2188         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2189           these segments so you can instruct the linker to place them in banks
2190           (linkEdit): use code_loc for HOME segment which should be the first
2191           segment in code memory now
2192         * src/SDCCmem.c: fixed more stuff like bug 1238386
2193         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2194           (changePointer): don't change function pointers to code pointers for
2195           banked functions,
2196           (compareType): added exceptional check for banked function pointers
2197         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2198         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2199           after static in code memory
2200         * src/mcs51/gen.c: added aopLiteralLong prototype,
2201           (aopForSym): use getSize for functions,
2202           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2203           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2204           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2205           the segment,
2206           (genPcall): use call for literal function pointers and generate banked
2207           calls over the one trampoline so there's only one place for the user to
2208           modify according to his/hers hardware,
2209           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2210           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2211         * src/mcs51/main.c: added keyword banked,
2212           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2213         * support/Util/SDCCerr.c,
2214         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2215           needed for passing the bank and address to the trampoline
2216         * device/lib/mcs51/crtbank.asm: added for bankswitching
2217         * device/lib/mcs51/Makefile: added crtbank
2218
2219 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2220
2221         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2222           for fields at offset 0 of a struct or union as reported
2223           on 2005-07-07 in the developer mailing list.
2224
2225 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2226
2227         * src/SDCCmem.c: fixed bug 1238386
2228
2229 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2230
2231         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2232           (patch #1144962), added peephole 300, enabled 259.x
2233         * doc/sdccman.lyx: removed screenshot and provided link instead
2234
2235 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2236
2237         * doc/sdccman.lyx: added section about debugging with ddd
2238         * doc/figures/ddd_example.eps: screenshot of debugging session
2239
2240 2005-07-04 Raphael Neider <rneider AT web.de>
2241
2242         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2243           like CODE pointers, fixes #1115683
2244         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2245           call, fixes bugs #1232211, #1228110,
2246           fixed wrong casts to pCodeFlow from pCodeInstructions
2247
2248 2005-07-04 Raphael Neider <rneider AT web.de>
2249
2250         * src/pic/gen.c (popGet): changed assert to allow for
2251           bit operands
2252         * (popGetAddr): changed signature to provide
2253           an additional index, patched all call sites
2254         * (genCmpEq): handle literal-like operands correctly
2255         * (genAddrOf): added sanity checks on __code/__data pointers
2256         * (genAssign): added handling of symbols from __code section
2257         * (gencjne): do not generate code for comparisons whose result
2258           is neither stored nor used, fixes bug #1171114
2259         * (AccLsh, AccRsh): operate on operand instead of WREG
2260         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2261           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2262           by known count
2263         * rewrote complete shift-by-literal logic, commented unused
2264           functions out
2265         * (genConstPointerGet): get multiple bytes (if result size > 1),
2266           fixed handling of non-immediate addresses
2267         * (genPointerGet): handle CODE pointers like CONST pointers
2268         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2269         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2270           operand is to be treated as a literal or not
2271         * (mov2w,genPcall,genCmpEq),
2272           src/pic/genarith.c: use aop_isLitLike() to decide between
2273           literal/register contents
2274         * (addSign): added missing offset
2275         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2276           only emit comment in debug-mode,
2277           use {aop,op}_isLitLike throughout the file
2278         * src/pic/glue.c: fix initializers for pointers (work in progress)
2279         * src/pic/pcode.c (get_op): honor index on _const symbols
2280         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2281         * (dumppBlock): added pCode size estimation
2282         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2283           check for IS_SYMOP before OP_SYMBOL'ing
2284         * fixed indentation, compacted switch-statements
2285         * (allocReg): find free register and allocate it instead of
2286           allocating new registers all the time
2287         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2288           registers as its operands (necessary only for multibyte GETs)
2289
2290 2005-07-01 Raphael Neider <rneider AT web.de>
2291
2292         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2293           debugging .asm-output macros FENTRY + FEXIT
2294         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2295           way... I wonder...
2296         * (emitpComment): NEW, printf to pCode
2297         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2298           offset handling
2299         * (popGetAddr): NEW, variant of popGet to access an immediates
2300           high(er) bytes instead of the n'th byte of memory they reference,
2301           replaced popGet with popGetAddr where neccessary
2302         * (genDataPointerGet): reactivated and fixed implementation
2303         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2304           accesses
2305         * (genDataPointerSet): fixed multibyte assignments
2306         * (genpic14Code): fixed --i-code-in-asm handling
2307         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2308         * (genPlus): fixed index-out-of-bounds error
2309         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2310         * src/pic/ralloc.c: added debugging output macro FENTRY2
2311         * (spillThis): fixed indentation, enbraced for-body for clarity
2312         * (rematStr): commented out as now unused
2313         * (regTypeNum): commented out special spill case (overwrites
2314           arbitrary values)
2315         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2316
2317 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2318
2319         * doc/sdccman.lyx: documented sfr16/sfr32,
2320           added example for using storage class with function pointers
2321         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2322
2323 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2324
2325         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2326         * device/lib/_itoa.c,
2327         * device/lib/_ltoa.c: optimized codesize
2328         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2329           but don't know how to suppress the double warning.
2330         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2331         * support/Util/SDCCerr.c,
2332         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2333
2334 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2335
2336         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2337           fixed old K&R prototypes
2338         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2339         * device/lib/_gptrget.c,
2340         * device/lib/_gptrgetc.c,
2341         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2342           also new versions for small generic pointers and banked generic pointers
2343         * src/port.h: added const_name
2344         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2345         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2346         * src/SDCCcse.c (findPrevIc): check all associative operators
2347         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2348         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2349         * src/SDCCmem.c: updated comments,
2350           set far-space to 0 for pdata, results in optimized code
2351         * src/SDCCmem.h: added macro CONST_NAME
2352         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2353           moving the info into the highest bits, see also gptrget/gptrput
2354         * src/src.dsp: added sdcc.ico to project files
2355         * src/avr/gen.c (genCast): fixed bug 0x%d
2356         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2357         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2358           relation between ptr_type and DCL_TYPE,
2359           (genCast): fixed bug 0x%d
2360         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2361           (CODE)" for const_name
2362         * src/hc08/gen.c (genCast): fixed bug 0x%d
2363         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2364           (hc08_port): added "CONST (CODE)" for const_name
2365         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2366           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2367           between ptr_type and DCL_TYPE,
2368           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2369           operand* and took AOP() inside function so sfr-ness can be checked,
2370           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2371           new prototype,
2372           (genFunction, genEndFunction): optimized stack setup,
2373           (genMinus): optimized for literals with ending zeroes (in bytes),
2374           (genCast): fixed bug 0x%d
2375         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2376           (mcs51_port): added "CONST (CODE)" for const_name
2377         * src/mcs51/peeph.def: made rule 226 more generic
2378         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2379         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2380         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2381         * src/z80/main.c (z80_port): added NULL for const_name,
2382           (gbz80_port): added NULL for const_name
2383         * support/regression/tests/bug663539.c,
2384         * support/regression/tests/sfr16.c: new tests
2385
2386 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2387
2388         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2389
2390 2005-06-24 Raphael Neider <rneider AT web.de>
2391
2392         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2393           corrected typos...
2394         * device/include/pic16/signal.h: added USBIF
2395           and SIG_USB
2396
2397 2005-06-24 Raphael Neider <rneider AT web.de>
2398
2399         * device/lib/pic16/libdev/pic18f2455.c,
2400           device/include/pic16/pic18f2455.h: NEW
2401         * device/include/pic16/pic18fregs.h,
2402           device/lib/pic16/pics.all,
2403           src/pic16/device.c: added 18f2455
2404         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2405           device/include/pic16/{pic18f[68][567].h,usart.h}:
2406           replaced MULTIPLE_USARTS define with more relaible
2407           compatibility sfrs (for USART access)
2408
2409 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2410
2411         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2412           and the output asm file line is printed on two lines.
2413
2414 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2415
2416         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2417           BGT, BLE, BHI, and BLS instructions
2418         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2419           genCmpEq): removed
2420         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2421           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2422           fixes bug #1216342
2423         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2424
2425 2005-06-15 Raphael Neider <rneider AT web.de>
2426
2427         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2428         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2429         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2430           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2431           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2432
2433 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2434
2435         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2436           Marcel Telka in bug #1215704
2437
2438 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2439
2440         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2441           located in shared memory bank.
2442
2443 2005-05-31 Raphael Neider <rneider AT web.de>
2444
2445         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2446           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2447           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2448
2449 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2450
2451         * device/lib/_strncpy.c: fixed the fix
2452
2453 2005-05-26 Raphael Neider <rneider AT web.de>
2454
2455         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2456           initializers with \0, bug #1208187
2457         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2458           intializers with \0, bug #1208187
2459
2460 2005-05-26 Raphael Neider <rneider AT web.de>
2461
2462         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2463           initializers with \0, bug #1208187
2464         * src/pic16/main.c (_process_pragma): added sanity checks
2465           for stack position and size, emit warnings when appropriate
2466
2467 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2468
2469         * device/lib/_strncpy.c: fixed not filling with \0
2470
2471 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2472
2473         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2474           createFunction),
2475         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2476           compound_statement),
2477         * src/SDCCsymt.h,
2478         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2479
2480 2005-05-24 Raphael Neider <rneider AT web.de>
2481
2482         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2483
2484 2005-05-24 Raphael Neider <rneider AT web.de>
2485
2486         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2487           TRISE definitions, closes bug #1162453
2488
2489 2005-05-22 Raphael Neider <rneider AT web.de>
2490
2491         * src/pic16/main.c (_process_pragma): check for missing
2492           arguments to pragmas code and udata
2493         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2494           consistency fixes to match other headers (thanks to Jim Paris)
2495         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2496
2497 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2498
2499         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2500
2501 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2502
2503         * support/regression/tests/bug1198642.c: new test
2504         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2505         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2506         * support/scripts/resource.h,
2507         * support/scripts/resource.rc,
2508         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2509         * support/scripts/sdcc.ico: added 32x32 icon
2510
2511 2005-05-18 Raphael Neider <rneider AT web.de>
2512
2513         * device/lib/pic16/libdev/pic18f*.c,
2514         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2515           keywords to "__sfr" and "__at (X)"
2516         * device/include/pic16/pic18fregs.h: added pic18f4520
2517         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2518           #1203088 (MPLAB compatibility)
2519
2520 2005-05-17 Raphael Neider <rneider AT web.de>
2521
2522         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2523         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2524         * device/lib/pic16/pics.all: added new devices
2525         * src/pic16/device.c: added support for pic18f4520
2526
2527 2005-05-16 Raphael Neider <rneider AT web.de>
2528         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2529         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2530         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2531           convenience function for bit access
2532
2533 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2534
2535         * device/lib/printf_large.c: fixed bug 1193299
2536         * support/regression/tests/bug1057979.c: added test %3.3s
2537
2538 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2539
2540         * device/include/mcs51/8051.h,
2541         * device/include/mcs51/8052.h: made parseable with lint
2542         * device/include/mcs51/lint.h: added include file for (sp)lint
2543         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2544         * doc/cdbfileformat.lyx,
2545         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2546
2547 2005-05-14 Raphael Neider <rneider AT web.de>
2548
2549         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2550         * device/lib/pic16/libc/stdlib/itoa.c (new)
2551         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2552         * device/lib/pic16/libio/Makefile: exclude subdir according to
2553           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2554         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2555         * src/pic16/gen.c (genFunction): prevent annoying warning
2556         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2557           nameclashes on BeOS
2558         * support/cpp2/cppmain.c (cpp_output_string): new
2559         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2560           fixes bug 1116802
2561
2562 2005-05-13 Borut Razem <borut.razem AT siol.net>
2563
2564         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2565
2566 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2567
2568         * .version: changed to version 2.5.1; back to bleeding edge development
2569
2570 2005-05-11 Borut Razem <borut.razem AT siol.net>
2571
2572         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2573           generate PDF version 1.3 documents
2574
2575 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2576
2577         * .version: changed to version 2.5.0
2578
2579 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2580
2581         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2582
2583 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2584
2585         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2586         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2587         well as many smaller updates.
2588         * .version: changed to version 2.5.0-pre1
2589
2590 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2591
2592         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2593
2594 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2595
2596         * support/regression/tests/bug1185672.c: added
2597         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2598           bug 1185672
2599         * src/mcs51/gen.c (genCall): added comments, made it look safer
2600         * src/mcs51/gen.c (genEndFunction): simplified
2601
2602 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2603
2604         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2605
2606 2005-04-14 Borut Razem <borut.razem AT siol.net>
2607
2608         * fixed bug 1045046 - SIGSEGV with really simple code?:
2609           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2610           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2611
2612 2005-04-14 Borut Razem <borut.razem AT siol.net>
2613
2614         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2615           src/pic16/device.h: temporarily disabled experimental #inline pragma
2616           for 2.5.0 release
2617
2618 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2619
2620         * device/include/z80/stdio.h,
2621         * device/include/z80/string.h: removed these highly incomplete files so
2622           SDCC can use the default ones in device/include/
2623
2624 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2625
2626         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2627         gcc warning.
2628         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2629         fix sdcpp warnings.
2630
2631 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2632
2633         * device/include/malloc.h: removed redundant __reentrant prototypes
2634         * device/lib/_mullong.c: added working xstack variant in asm (C version
2635           doesn't pass regression tests)
2636         * device/lib/bpx.c: used __data and made bpx char for mcs51
2637         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2638           (createFunction): fixed bug with xstackPtr
2639         * src/SDCCcse.c: corrected comments
2640         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2641           (killDeadCode, eBBlockFromiCode): removed unused code
2642         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2643           corrected comments
2644         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2645           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2646           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2647           (genModOneByte): fixed warning in MSVC
2648         * src/mcs51/main.c (): added comments
2649         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2650
2651 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2652
2653         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2654
2655 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2656
2657         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2658
2659 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2660
2661         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2662         characters arrays of larger size than the declared one.
2663
2664 2005-04-10 Borut Razem <borut.razem AT siol.net>
2665
2666         * src/pic/gen.c (genInline),
2667           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2668           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2669           (findNextInstruction), (findPrevInstruction),
2670           (findInstructionUsingLabel),
2671           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2672         * src/pic/pcode.c (findLabel): added missing '\n'
2673         * src/src.dsp: added SDCCdwarf2.c to the project
2674
2675 2005-04-09 Borut Razem <borut.razem AT siol.net>
2676
2677         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2678
2679 2005-04-08 Raphael Neider <rneider AT web.de>
2680
2681         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2682           into the chain after a given one) and mergeDefmapSymbols (combine
2683           defmap entries for each symbol per pcode)
2684         * (createDefmap): have defmap entries merged in the end
2685         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2686           a symbol before replacing one access type's symbol, merge symbols in
2687           the end (replacement symbol might already have an entry)
2688         * (assignValnums): keep reference to written WREG intact
2689
2690 2005-04-08 Raphael Neider <rneider AT web.de>
2691
2692         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2693           Alpha)
2694
2695 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2696
2697         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2698         bytes
2699
2700 2005-04-07 Raphael Neider <rneider AT web.de>
2701
2702         * device/include/pic16/usart.h: added compatibility defines for
2703           devices with more than one USART
2704         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2705
2706 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2707
2708         * device/lib/Makefile.in: updated for port specific include
2709
2710 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2711
2712         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2713
2714 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2715
2716         * device/include/8051.h,
2717         * device/include/8052.h,
2718         * device/include/at89S8252.h,
2719         * device/include/at89c55.h,
2720         * device/include/at89x051.h,
2721         * device/include/at89x51.h,
2722         * device/include/at89x52.h,
2723         * device/include/mcs51reg.h,
2724         * device/include/reg51.h,
2725         * device/include/reg764.h,
2726         * device/include/regc515c.h,
2727         * device/include/sab80515.h: (re)moved these 12 files
2728         * device/include/mcs51/8051.h,
2729         * device/include/mcs51/8052.h,
2730         * device/include/mcs51/at89S8252.h,
2731         * device/include/mcs51/at89c55.h,
2732         * device/include/mcs51/at89x051.h,
2733         * device/include/mcs51/at89x51.h,
2734         * device/include/mcs51/at89x52.h,
2735         * device/include/mcs51/mcs51reg.h,
2736         * device/include/mcs51/reg51.h,
2737         * device/include/mcs51/reg764.h,
2738         * device/include/mcs51/regc515c.h,
2739         * device/include/mcs51/sab80515.h: and added them here
2740
2741 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2742
2743         * device/include/stdarg.h: changed SDCC specific keywords to double
2744           underlined form.
2745         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2746           mcs51 and ds390.
2747         * device/include/hc08/mc68hc908gp32.h,
2748         * device/include/hc08/mc68hc908jb8.h,
2749         * device/include/hc08/mc68hc908jkjl.h,
2750         * device/include/hc08/mc68hc908qy.h: fixed comments
2751         * device/include/mcs51/README: updated
2752         * device/include/mcs51/c8051f120.h: added PINRSF
2753         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2754         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2755           amidst code. Also inline is not supported.
2756
2757 2005-04-06 Raphael Neider <rneider AT web.de>
2758
2759         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2760         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2761           callers stack/frame pointers
2762
2763 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2764
2765         * device/include/pic16/usart.h: added, missing in previous commit,
2766         * device/include/pic16/adc.h: fixed typo,
2767         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2768         commit,
2769         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2770         <p18fxxx.inc>
2771         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2772         uninitialized because a bug appears with gplink
2773         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2774         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2775         complains for unrecognised option
2776
2777 2005-04-05 Raphael Neider <rneider AT web.de>
2778
2779         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2780           structs as well (using memcpy)
2781         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2782           on ISRs (GOTO has no label)
2783         * src/pic16/device.h: added OF_OPTIMIZE_DF
2784         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2785           new data flow analysis/optimization
2786         * src/pic16/pcode.c: added (prototypes for and implementation of)
2787           dataflow analysis functions, fixed pCodeInstructions' inCond and
2788           outCond values, made RCALL a branch instruction
2789         * (pic16_unlinkpCode): keep C line if possible
2790         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2791           C line moved if possible
2792         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2793         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2794           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2795         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2796           new flow)
2797         * (pic16_getJumptabpCode): NEW, needed in...
2798         * (LinkFlow): fixed handling of jumptables, calls and conditional
2799           branches
2800         * (pic16_InsertCommentAfter): NEW
2801         * (pic16_pCodeReplace): made verbose and flow preserving
2802         * (AnalyzeFlow): added call to data flow analysis
2803         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2804         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2805         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2806
2807 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2808
2809         * src/SDCCast.c (decorateType): fixed bug #1105626
2810
2811 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2812
2813         * device/include/asm/pic16/features.h,
2814         * pic18f*.h headers,
2815         * device/include/pic16/adc.h,
2816         * device/include/pic16/delay.h,
2817         * device/include/pic16/i2c.h,
2818         * device/include/pic16/malloc.h,
2819         * device/include/pic16/stdio.h,
2820         * device/include/pic16/stdlib.h,
2821         * device/include/pic16/string.h,
2822         * device/lib/pic16/libc/stdio/printf_tiny.c,
2823         * device/lib/pic16/libc/stdio/printf_small.c,
2824         * device/lib/pic16/libc/stdio/strmgpsim.c,
2825         * device/lib/pic16/libc/stdio/strmmssp.c,
2826         * device/lib/pic16/libc/stdio/strmusart.c,
2827         * device/lib/pic16/libc/stdio/vfprintf.c,
2828         * device/lib/pic16/libc/stdlib/ltoa.c,
2829         * device/lib/pic16/libc/stdlib/putchar.c,
2830         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2831         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2832         * device/lib/pic16/libc/stdlib/memchrram.c,
2833         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2834         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2835         * device/lib/pic16/libio/adc/adcbusy.c,
2836         * device/lib/pic16/libio/adc/adcread.c,
2837         * device/lib/pic16/libio/adc/adcsetch.c,
2838         * device/lib/pic16/libio/usart/ubaud.c,
2839         * device/lib/pic16/libio/usart/ubusy.c,
2840         * device/lib/pic16/libio/usart/udrdy.c,
2841         * device/lib/pic16/libio/usart/uopen.c,
2842         * device/lib/pic16/libio/usart/uputc.c,
2843         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2844         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2845         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2846         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2847         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2848         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2849         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2850         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2851         specific keywords to double underlined form,
2852         * device/lib/pic16/libc/Makefile.rules,
2853         * device/lib/pic16/libsdcc/Makefile.rules,
2854         * device/lib/pic16/libm/Makefile,
2855         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2856         to compile with C standard set in Makefile.common
2857         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2858         rand.c and crc.c in compilation process,
2859         * device/lib/pic16/libsdcc/int/divuint.c,
2860         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2861         `c' from signed to unsigned,
2862         * device/lib/pic16/startup/crt0.c,
2863         * device/lib/pic16/startup/crt0i.c,
2864         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2865         keywords to double underlined form, bug fixes in _do_cinit function
2866         which prevented the correct initialization of the .idata segment,
2867         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2868         core to enter a infinite loop
2869         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2870
2871 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2872
2873         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2874
2875 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2876
2877         * device/include/Makefile.in: add support for hc08 subdirectory
2878         * device/include/hc08/: new subdirectory
2879         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2880         Lucas Loizaga, thanks!
2881         * device/include/hc08/mc68hc908qy.h,
2882         * device/include/hc08/mc68hc908gp32.h,
2883         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2884         their own directory. Changed internal macro names to use the compiler
2885         reserved namespace. Changed SDCC specific keywords to double
2886         underlined form.
2887         * device/include/math.h,
2888         * device/include/malloc.h,
2889         * device/include/stdarg.h,
2890         * device/include/stdbool.h
2891         * device/include/string.h,
2892         * device/include/tinibios.h,
2893         * device/include/ds400rom.h,
2894         * device/include/8051.h,
2895         * device/include/8052.h,
2896         * device/include/80c51xa.h,
2897         * device/include/at89c55.h,
2898         * device/include/at89S8252.h,
2899         * device/include/at89x51.h,
2900         * device/include/at89x52.h,
2901         * device/include/ds80c390.h,
2902         * device/include/reg764.h,
2903         * device/include/regc515c.h,
2904         * device/include/sab80515.h,
2905         * device/include/mcs51/c8051f000.h,
2906         * device/include/mcs51/c8051f018.h,
2907         * device/include/mcs51/c8051f020.h,
2908         * device/include/mcs51/c8051f040.h,
2909         * device/include/mcs51/c8051f060.h,
2910         * device/include/mcs51/c8051f120.h,
2911         * device/include/mcs51/c8051f300.h,
2912         * device/include/mcs51/c8051f310.h,
2913         * device/include/mcs51/c8051f320.h,
2914         * device/include/mcs51/c8051f330.h,
2915         * device/include/mcs51/c8051f350.h,
2916         * device/include/z180.h: Changed SDCC specific keywords to double
2917         underlined form.
2918
2919 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2920
2921         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2922         18F4455,
2923         * (pic16_assignConfigWordValue): disable testing of configuration
2924         register value with config mask,
2925         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2926         function with port->fun_prefix,
2927         * (genFunction): when generating a naked interrupt function never
2928         create an absolute segment placed in interrupt vector address, place
2929         the actual interrupt function at IVA instead, when an interrupt
2930         function is generated with unspecified interrupt then do not create
2931         the absolute section,
2932         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2933         code for generating a call to generic pointer get/put function with
2934         a call to function pic16_callGenericPointer(),
2935         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2936         the call to the generic pointer get/put functions with prefixing the
2937         function name with port->fun_prefix,
2938         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2939         * src/pic16/main.c (_process_pragma): prefix function with
2940         port->fun_prefix,
2941         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2942         calling assembler, old 18Fxxxx macro is deprecated,
2943         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2944         PC_ASMDIR in while condition,
2945         * (findInstruction): add PC_ASMDIR in while condition,
2946         * (buildCallTree): prefix main with port->fun_prefix,
2947         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2948         identifier for variable with banked access in instructions BTFSS,
2949         BTFSC, BCF, BSF, BTG
2950         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2951         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2952         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2953         perform optimization when enviroment variable NO_REG_OPT is set,
2954         * (insideLRBlock): NEW, return 1 if register is inside an
2955         INF_LOCALREGS block,
2956         * (RemoveRegFromLRBlock): remove a register that is completely
2957         eliminated by register optimization, but it is still left in local
2958         register store/restore in/from stack block,
2959         * (Remove2pcodes): after removing register, check to see if it
2960         should be removed from local register store/restore in/from stack
2961         block,
2962         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2963         DUMMY_READ_VOLATILE,
2964
2965         * device/include/pic16/adc.h: minor prototype modifications and
2966         update,
2967         * device/include/pic16/malloc.h: added GPL notice various
2968         modifications,
2969         * device/include/pic16/stdint.h: NEW, standard header for ints
2970         * device/include/pic16/delay.h: NEW, header for delay functions,
2971         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2972         delay1mtcy,
2973         * device/include/pic16/signal.h: NEW, header providing helper macros
2974         for implementing signal handlers,
2975         * device/include/pic16/stdio.h: added prototypes for functions,
2976         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2977         prototypes for stdin and stdout, added macro PUTCHAR to
2978         automatically implement putchar function prototype,
2979         * device/include/pic16/usart.h: modified and updated USART library,
2980         * device/lib/pic16/libio/adc/,
2981         * device/lib/pic16/libio/i2c: some modifications to improve library
2982         performance,
2983         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2984         family of functions,
2985         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2986         family of functions and other sources,
2987         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2988         of the PIC18Fxx[28] devices,
2989         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2990         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2991         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2992         _do_cinit function, because the previous failed when local variables
2993         where not placed in the same memory bank,
2994         * device/lib/pic16/libsdcc/char/: various modifications to improve
2995         library performance,
2996         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2997         information on the new functions of the c library and more...
2998
2999 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3000
3001         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3002
3003 2005-03-26 Raphael Neider <rneider AT web.de>
3004
3005         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3006           if condition == CARRY)
3007         * (genCmp): adapted to new genSkipc semantics
3008         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3009           on rIfx (genCmp was broken)
3010
3011 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3012
3013         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3014         * src/z80/main.c (_keywords[]),
3015         * src/SDCCglobal.h (struct options),
3016         * src/SDCC.y,
3017         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3018         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3019         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3020         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3021         always available in leading double underscore form. The C99 support is
3022         mostly missing, but it's a start.
3023         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3024         reserved identifier "__data".
3025
3026 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3027
3028         * src/mcs51/peeph.def: fixed bug 1170013
3029
3030 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3031
3032         * device/include/mcs51reg.h: fixed bug 842007
3033
3034 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3035
3036         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3037         last time.
3038
3039 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3040
3041         * src/port.h (struct PORT),
3042         * src/avr/ralloc.c (avr_assignRegisters),
3043         * src/avr/main.c,
3044         * src/ds390/ralloc.c (ds390_assignRegisters),
3045         * src/ds390/main.c,
3046         * src/hc08/ralloc.c (hc08_assignRegisters),
3047         * src/hc08/main.c,
3048         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3049         * src/mcs51/main.c,
3050         * src/pic/ralloc.c (pic14_assignRegisters),
3051         * src/pic/main.c,
3052         * src/pic16/ralloc.c (pic16_assignRegisters),
3053         * src/pic16/main.c,
3054         * src/xa51/ralloc.c (xa51_assignRegisters),
3055         * src/xa51/main.c,
3056         * src/z80/ralloc.c (z80_assignRegisters),
3057         * src/z80/ralloc.h,
3058         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3059         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3060         * src/SDCCcse.h,
3061         * src/SDCCdflow.c (computeDataFlow),
3062         * src/SDCCdflow.h,
3063         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3064         * src/SDCCloop.h,
3065         * src/SDCCcflow.c (*),
3066         * src/SDCCcflow.h,
3067         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3068         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3069         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3070         immedDom() returning wrong block; probably fixes bug #1160833)
3071
3072 2005-03-20 Borut Razem <borut.razem AT siol.net>
3073
3074         * support/scripts/inc2h.pl: WIN32 port
3075
3076 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3077
3078         * device/lib/makefile.in: added abs.c and labs.c
3079
3080 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3081
3082         * device/include/stdint.h: added
3083         * device/lib/abs.c: added
3084         * device/lib/labs.c: added
3085         * device/include/stdlib.h: added abs() and labs() prototypes
3086         * device/lib/libsdcc.lib: added abs and labs
3087         * device/include/float.h,
3088         * device/lib/_fsmul.c,
3089         * device/lib/printf_fast.c,
3090         * device/lib/printf_tiny.c: updated comments
3091
3092 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3093
3094         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3095         bug #1164313
3096
3097 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3098
3099         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3100         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3101
3102 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3103
3104         * device/lib/printf_large.c: removed inline assembly for portability and
3105           readability. Use printf_fast if speed or size are more important.
3106         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3107         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3108
3109 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3110
3111         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3112         prevent compiler warning
3113
3114 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3115
3116         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3117         moved to level 0 and declared as static. Also they are explicit
3118         placed in access bank. This was necessery because some times they
3119         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3120         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3121         optimizations. Currently only compare to unsigned char is implemented,
3122         * src/pic16/gen.c: added fReturnIdx array,
3123         * (struct resolvedIfx) is moved to gen.h and made public,
3124         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3125         * (aopForSym): added an optimization to directly store in stack of
3126         the operand of a SEND iCode,
3127         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3128         but as registers instead (AOP_REG) using the fReturnIdx array,
3129         * (pic16_freeAsmop): remove the freed register from the
3130         _G.sregsAlloc field,
3131         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3132         a compare of 'WREG',
3133         * (pic16_popGetTempRegCond): changed function prototype, now
3134         function takes also a bitVector argument v which holds the current
3135         set of registers that are allocated for stack access by aopForSym,
3136         registers allocated in aopForSym for accessing stack symbols are not
3137         any more part of the functions usedRegs field,
3138         * (genCall): some times aopOp is called for a stack variable to be
3139         send, aopForSym might perform the push, if this is true make sure
3140         that genCall doesn't push the variable twice by testing _G.resDirect,
3141         * (genFunction): changed testing for unspecified interrupt number
3142         from 256 to INTNO_UNSPEC,
3143         * modified selection scheme of frame pointer generation. Previously
3144         if function did use local registers a frame pointer was generated,
3145         now a frame pointer is generated only if function has arguments
3146         (that need PLUSW2 register access), or has stack arguments, or the
3147         compiler is not instructed to omit the frame pointer,
3148         * (genEndFunction): before restoring local registers that were saved
3149         in the function preamble, also restore the registers that *might*
3150         have been allocated for stack access,
3151         * (genRet): removed some old comments,
3152         * (genCmp, the active (RN's) version): added a call to the
3153         pic16_genCmp_special function to perform the compare with a more
3154         robust and optimized way,
3155         * (genInline): a feature has been added in inline code generation,
3156         which allows a wildcard variable substitution when writing inline
3157         assembly. Code is incomplete and experimental therefore undocumented,
3158         * (genCast): changed order of aopOp for result and right to allow
3159         aopForSym to directly load the result if possible,
3160         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3161         perform an optimized compare on some selected special occasions,
3162         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3163         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3164         generate an IVT any more,
3165         * src/pic16/main.c (pic16_optionsTable): added command line option
3166         --optimize-cmp,
3167         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3168         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3169         macros,
3170         * src/pic16/NOTES: Raphael Neider added in list of active developers
3171         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3172         jumptable_end to prevent bug #,
3173         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3174         inCond and outCond fields,
3175         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3176         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3177         turn off register spilling,
3178         * (packRegsForOneUse): synced with other ports' versions although it
3179         is not used currently,
3180         * (pic16_packRegisters): added an optimization while reading
3181         structure bitfields, some registers may be saved (malloc code is
3182         decreased by 80 bytes)
3183
3184 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3185
3186         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3187         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3188         this can be optimized more?
3189
3190 2005-03-10 Raphael Neider <rneider AT web.de>
3191
3192         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3193           genNearPointerGet): (hopefully) fixed access to bitfields via
3194           pointers (p->bitN = x; and x = p->bitN; failed)
3195
3196 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3197
3198         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3199
3200 2005-03-09 Raphael Neider <rneider AT web.de>
3201
3202         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3203
3204 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3205
3206         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3207         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3208           (regTypeNum): set REG_BIT type if necessary
3209         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3210         * support/regression/tests/critical.c: check bug 1144613
3211
3212 2005-03-02 Raphael Neider <rneider AT web.de>
3213
3214         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3215
3216 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3217
3218         * src/avr/ralloc.c (serialRegAssign),
3219         * src/ds390/ralloc.c (serialRegAssign),
3220         * src/hc08/ralloc.c (serialRegAssign),
3221         * src/mcs51/ralloc.c (serialRegAssign),
3222         * src/pic/ralloc.c (serialRegAssign),
3223         * src/pic16/ralloc.c (serialRegAssign),
3224         * src/xa51/ralloc.c (serialRegAssign),
3225         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3226
3227 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3228
3229         * src/SDCCast.c (decorateType): fixed bug 1124787
3230
3231 2005-02-20 Hubert Sack <sack AT digiplan.de>
3232         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3233
3234         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3235         patch #1121755
3236
3237 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3238
3239         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3240         to keep the correct label reference count when adding/removing references
3241         to labels. A peephole file using this is appended to patch #1144962.
3242
3243 2005-02-14 Raphael Neider <rneider AT web.de>
3244
3245         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3246         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3247         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3248           retrievals of result operand's value on assignment
3249
3250 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3251
3252         * device/include/pic16/string.h: modified prototype for memccpy()
3253         to memccpy(void *, void *, char, size_t)
3254         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3255         check whether to omit frame pointer or not,
3256         * (genInline): convert all occurences of "\n" to LF in inline
3257         assembler blocks, this helps formatting the inline text,
3258         * (pic16_loadFSR0): modified prototype,
3259         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3260         removed some 8051 legacy code,
3261         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3262         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3263         before allocating temporary registers in functions,
3264
3265 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3266
3267         * support/regression/tests/bitvars.c: corrected the "fix"
3268
3269 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3270
3271         * support/regression/tests/bitvars.c,
3272         * support/regression/tests/bitwise.c,
3273         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3274
3275 2005-02-10 Raphael Neider <rneider AT web.de>
3276
3277         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3278           different size for Alpha
3279         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3280
3281 2005-02-09 Raphael Neider <rneider AT web.de>
3282
3283         * src/SDCC.lex(doPragma) : save and restore warning options as well
3284           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3285         * have #pragma less_pedantic set the errorlevel to WARNING
3286           (fixes #1117001)
3287         * (cloneOptimize) : fixed wrong malloc's size
3288         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3289           facilitate correct handling of #pragma (save|restore)
3290
3291 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3292
3293         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3294
3295 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3296
3297         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3298
3299 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3300
3301         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3302
3303 2005-02-02 Raphael Neider <rneider AT web.de>
3304
3305         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3306         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3307         * (pic16_storeForReturn): fixed to allow returning function pointers
3308         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3309         * device/include/pic16/{stddef.h,stdbool.h}: added
3310
3311 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3312
3313         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3314
3315 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3316
3317         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3318         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3319          appeared to be required
3320
3321 2005-01-31 Borut Razem <borut.razem AT siol.net>
3322
3323         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3324           include/mcs51 and include/z80 directories to the package
3325
3326 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3327
3328         * src/hc08/gen.c (genFunction): fixed bug #1112752
3329
3330 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3331
3332         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3333
3334 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3335
3336         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3337
3338 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3339
3340         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3341
3342 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3343
3344         * device/include/c8051fxxx.h: removed these 6 files
3345         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3346
3347 2005-01-26 Raphael Neider <rneider AT web.de>
3348
3349         * src/pic16/gen.c (genAssign): fixed assignment from longs
3350           in codespace (were cut to three bytes)
3351         * (genDummyRead): implemented (except for CODESPACE...),
3352           fixed bug #1108575
3353         * src/pic16/glue.c (emitStatistics): beautified
3354         * device/lib/pic16/libm/Makefile: added include path
3355
3356 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3357
3358         * src/z80/gen.c (aopPut): fixed bug #1103902
3359
3360 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3361
3362         * device/lib/expf.c: fixed bug #1095792
3363
3364 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3365
3366         * device/lib/pic16/libm: added Math library sources
3367
3368 2005-01-24 Raphael Neider <rneider AT web.de>
3369
3370         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3371           to enable upcast to pCodeOpReg2 (there is no type tag to
3372           differenciate the two and pic16_popGet2p cast into PCOR2)
3373         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3374           (sizeof(sectNames) changed to sizeof(sectName))
3375           Both patches fix segfaults under MinGW.
3376
3377 2005-01-23 Raphael Neider <rneider AT web.de>
3378
3379         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3380           Safe_[mc]?alloc()'ed variables
3381         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3382           of (byte sized) temporaries (assign them to WREG for now)
3383         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3384           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3385           this might fix SIGSEGVs on MinGW...
3386         * src/SDCCopt.c (killDeadCode): restored original behaviour
3387           (volatile operands might get thrown away though)
3388
3389 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3390
3391         * src/pic16/gen.c: fixed bug #1106975,
3392         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3393         pointer update, INTCON is saved, global interrupts are disabled and
3394         restored after updateing TOS.
3395         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3396         * added function attribute 'shadowregs' to take advantage of shadow
3397         registers,
3398         * added function attribute 'wparam' as an alternative to the wparam
3399         pragma,
3400         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3401         user declares a non-ISR function as 'shadowregs',
3402         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3403
3404 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3405
3406         * .version: bumped version number to 2.4.8
3407         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3408         pic16 port,
3409         * device/lib/pic16/libio/i2c/: I2C module support library,
3410         * device/include/pic16/i2c.h: I2C support library header,
3411         * device/lib/pic16/libc/stdio/: standard IO support sources,
3412         * (printf_small.c): printf_small() source, supports float print,
3413         * (printf_tiny.c): printf_tiny() source, does not support floats,
3414         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3415         enable global optimizations for entire library source, other
3416         Makefiles in the source tree are also modified to reflect this,
3417         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3418         function,
3419         * doc/sdccman.lyx: updated to reflect new changes,
3420         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3421         sym->onStack if-case,
3422         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3423         sbit, idata, _idata, xdata, _xdata,
3424         * added pragma library, to link an external library, (see doc),
3425         * removed command line options, --pomit-config-words, --pomit-ivt,
3426         --pleave-reset-vector,
3427         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3428         when calling assembler to reflect memory model used, also define
3429         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3430         reflect stack model used,
3431         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3432         on stack return NULL,
3433
3434 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3435
3436         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3437           of the operands is volatile. Fixes #1020220
3438
3439 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3440
3441         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3442         * (OptimizeRegUsage): make sure that there is really no other flow where
3443           the first pCode is used
3444
3445 2005-01-22 Raphael Neider <rneider AT web.de>
3446
3447         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3448           to fix #1106967 (pCode->seq are not set up correctly)
3449
3450 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3451
3452         * src/SDCCglue.c (glue): make sure code area is declared before the
3453         static initialization area.
3454
3455 2005-01-21 Raphael Neider <rneider AT web.de>
3456
3457         * device/lib/Makefile.in: fixed test for pic16 install dir
3458         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3459           optimizations
3460         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3461           added --optimize-goto compiler switch and pragma wparam documentation
3462         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3463         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3464           and PRODH closing bug #1071770 (peephole optimizer)
3465
3466 2005-01-19 Raphael Neider <rneider AT web.de>
3467
3468         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3469           cmdLine buffers (used when calling sdcpp...) are large enough
3470           (MAX_PATH=256 truncates arguments leading to system halts when
3471           used in MinGW...)
3472         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3473         * (genUminus): rewritten to for efficiency
3474         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3475           used uninitialized in some cases)
3476         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3477           copy the third byte from the int -- now assumes 0x80 (data memory)
3478         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3479           operands (genAddLit expects the iCode's operands to swapped as
3480           well), fixed leftover bytes (crashed for short left operands)
3481         * (pic16_genMinusDec): performance improvements, removed false
3482           PIC14 emitSKPNCs
3483         * (pic16_genMinus): fixed to cope with differently sized operands
3484         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3485           for --obanksel > 1
3486         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3487         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3488           new banksel optimization
3489         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3490           analysis for temporary registers (segfaults...)
3491         * src/pic16/peeph.def: added rule
3492
3493 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3494
3495         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3496         which converts a float number to its ASCII representation
3497         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3498         functions to convert the fractional and integer part of a float to ASCII,
3499         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3500         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3501         ram
3502         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3503         _STATMEM macros,
3504         * device/include/pic16/adc.h: added GPL info,
3505         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3506         a pCodeOp as tested operand,
3507         * (genNearPointerGet): optimized bit testing, does not use
3508         intermediate register for bit value, test directly instead with
3509         BTFSS, BTFSC, works only for single bits,
3510         * (genpic16Code): dump the name of the iCode in the asm,
3511         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3512         renamed to pic16_decodeOp,
3513         * (serialRegAssign): do not allocate a temporary register for iCode
3514         sequences that test a single bit for 1/0
3515
3516 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3517
3518         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3519         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3520         access stack and frame pointers. They are initially assigned to
3521         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3522         accessing SFRs. Updated all occurences of modification of stack or
3523         frame pointer in gen.c and pcode.c,
3524         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3525         assigning of a literal value to pointers,
3526         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3527         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3528         selected
3529
3530 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3531
3532         * doc/sdccman.lyx: update documentation about stack pragma, added
3533         some info for stack memory models
3534
3535 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3536
3537         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3538
3539 2005-01-08 Raphael Neider <rneider AT web.de>
3540
3541         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3542           udata sections to fix bug #1097823
3543
3544 2005-01-05 Raphael Neider <rneider AT web.de>
3545
3546         * src/pic16/gen.c (genGenericShift): added handling of differently
3547           sized left operand and result
3548
3549 2005-01-04 Raphael Neider <rneider AT web.de>
3550
3551         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3552         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3553           to hold the condition bit)
3554         * added new version of genCmp (old code available via #define)
3555         * added new version of genShiftLeft/genShiftRight in a generic
3556           way, now supports shifting by negative values
3557         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3558           shiftCount (expected by genGenericShift)
3559         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3560         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3561           dump
3562         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3563           is an invalid literal too...)
3564
3565 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3566
3567         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3568         from Raphael Neider,
3569         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3570         for 8-bit literals. This fixes some literal operands which are sign
3571         extended to 16-bits ints when instruction needs only 8-bits.
3572
3573 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3574
3575         * device/lib/logf.c: added mcs51 assembly version
3576         * device/lib/expf.c: added mcs51 assembly version
3577         * device/lib/_logexpf.c: new shared asm code for expf and logf
3578         * device/include/math.h: add defines for assembly math library
3579         * device/lib/Makefile.in: build new _logexpf.c
3580         * device/lib/libfloat.lib: use new _logexpf.c
3581
3582 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3583
3584         * src/pic/device.c
3585         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3586           device types which have less than 0x7f registers.
3587
3588 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3589
3590         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3591
3592 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3593
3594         * device/lib/printf_fast.c: only build on supported arch.
3595         * device/lib/printf_tiny.c: only build on supported arch.
3596         * device/lib/printf_fast_f.c: only build if asm float lib
3597         * device/lib/_fsget1arg.c: only build if asm float lib
3598         * device/lib/_fsget2args.c: only build if asm float lib
3599         * device/lib/_fsnormalize.c: only build if asm float lib
3600         * device/lib/_fsreturnval.c: only build if asm float lib
3601         * device/lib/_fsrshift.c: only build if asm float lib
3602         * device/lib/_fsswapargs.c: only build if asm float lib
3603         * device/include/stdio.h: don't provide print_fast,
3604           print_fast_f, print_tiny prototypes if --xstack used
3605
3606 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3607
3608         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3609         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3610           to the SOURCES
3611
3612 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3613
3614         * device/lib/printf_fast_f.c: same as printf_fast, but
3615           with floating point enabled
3616         * device/lib/printf_fast.c: minor tweaks
3617         * device/include/stdio.h: add printf_fast_f
3618
3619 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3620
3621         * src/SDCCmain.c: make --float-reent default for mcs51
3622         * device/lib/_fsadd.c: added mcs51 assembly version
3623         * device/lib/_fssub.c: added mcs51 assembly version
3624         * device/lib/_fsmul.c: added mcs51 assembly version
3625         * device/lib/_fsdiv.c: added mcs51 assembly version
3626         * device/lib/_fseq.c: added mcs51 assembly version
3627         * device/lib/_fsneq.c: added mcs51 assembly version
3628         * device/lib/_fsgt.c: added mcs51 assembly version
3629         * device/lib/_fslt.c: added mcs51 assembly version
3630         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3631         * device/lib/Makefile.in: add _fscmp to build
3632         * device/lib/libfloat.lib: add _fscmp to build
3633
3634 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3635
3636         * device/lib/_fs2slong.c: added mcs51 assembly version
3637         * device/lib/_fs2sint.c: added mcs51 assembly version
3638         * device/lib/_fs2schar.c: added mcs51 assembly version
3639         * device/lib/_fs2ulong.c: added mcs51 assembly version
3640         * device/lib/_fs2uint.c: added mcs51 assembly version
3641         * device/lib/_fs2uchar.c: added mcs51 assembly version
3642         * device/lib/_slong2fs.c: added mcs51 assembly version
3643         * device/lib/_sint2fs.c: added mcs51 assembly version
3644         * device/lib/_schar2fs.c: added mcs51 assembly version
3645         * device/lib/_ulong2fs.c: added mcs51 assembly version
3646         * device/lib/_uint2fs.c: added mcs51 assembly version
3647         * device/lib/_uchar2fs.c: added mcs51 assembly version
3648         * device/include/float.h: added #define to select asm vs c
3649
3650 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3651
3652         * device/lib/printf_fast.c: improvements to float output
3653         * device/include/float.h: add defines for assembly float library
3654         * device/lib/_fsget1arg.c: receive 1 float arg
3655         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3656         * device/lib/_fsnormalize.c: normalize a float
3657         * device/lib/_fsreturnval.c: return float, various helper routines
3658         * device/lib/_fsrshift.c: right shift a float's mantissa
3659         * device/lib/_fsswapargs.c: swap 2 floats
3660         * device/lib/Makefile.in: build these 6 new files for mcs51
3661         * device/lib/libfloat.lib: add these 6 files to the library
3662
3663 2004-12-26 Borut Razem <borut.razem AT siol.net>
3664
3665         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3666           built by gcc 3.4.2
3667
3668 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3669
3670         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3671           and fully reentrant and register bank neutral.
3672         * device/lib/printf_fast.c: added float (not enabled by default),
3673           added compact/slower integer (also not enabled by default),
3674           improved size/speed of fast integer code, other minor changes
3675         * device/include/stdio.h, device/lib/Makefile.in,
3676           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3677
3678 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3679
3680         * src/pic16/pcode.c: declaring variables other than at the start of a
3681           block is not supported in C by VC6.
3682
3683 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3684
3685         * applied a previous patch from Raphael Neider that wasn't included
3686         in the previous commits, which fixes infinite loops within jumptable
3687         improvements,
3688         * made some fixes that previous patches introduced
3689
3690 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3691
3692         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3693         that fixes an issue with AOP_PCODE asmop's offset,
3694         * (pic16_popCopyReg): update instance field too,
3695         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3696         function of pic port,
3697         * (genCmp, genAnd, genAssign),
3698         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3699
3700 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3701
3702         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3703         variables initial values to idata section,
3704         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3705         variables in some functions. This utilizes parmBytes field of iCode
3706         structure to hold the offset of the variable in stack. (might be
3707         able to use the stack field too?)
3708         * applied patch from Raphael Neider # ### , # ###
3709         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3710         variable initial values in idata section,
3711         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3712         for static variables with initial value
3713         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3714         applied fix in while loop from Raphael Neider.
3715
3716 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3717
3718         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3719         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3720         * src/ds390/ralloc.c (serialRegAssign): spill bits
3721         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3722         * support/Util/SDCCerr.c,
3723         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3724         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3725         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3726
3727 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3728
3729         * device/include/sdcc-lib.h: inserted LGPL, added includes
3730           asm/ds390/features.h and asm/mcs51/features.h
3731         * device/include/asm/default/features.h,
3732         * device/include/asm/gbz80/features.h,
3733         * device/include/asm/z80/features.h: added empty _AUTOMEM
3734           and _STATMEM
3735         * device/include/asm/ds390/features.h,
3736         * device/include/asm/mcs51/features.h: added files with defines for
3737           _AUTOMEM and _STATMEM indicating automatic and static storage class
3738         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3739         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3740         * src/SDCCicode.c (geniCodeCast),
3741         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3742         * src/SDCCloop.c (loopInduction): removed unused variable lr
3743         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3744           to convertToFcall to include char modulo (RFE 1065037), added check
3745           if left operand is unsigned and use abs of literal value
3746         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3747           as it doesn't work after conversion from peephole.def to peephole.rul
3748         * src/mcs51/gen.c (toBoolean): added check for size,
3749           (genModOneByte): optimized code for signed char modulo a literal
3750           power of 2 (thanks to Hubert Sack),
3751           (genRRC): removed unnecessary "clr c",
3752           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3753         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3754           jump optimization,
3755           swapped rules 256.c and 256.d,
3756           extended 256.d by using new multiple checks (thanks Erik),
3757           added rules 256.e and 256.f,
3758           updated rule 261.a and 261.b to new generated code
3759         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3760
3761 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3762
3763         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3764           induction related bugs, including first part of bug #1074377
3765
3766 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3767
3768         * applied patch from bug-report #1076292,
3769         * applied patches for genAnd and Goto-optimizations for Raphael
3770         Neider,
3771         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3772         dump a less iCode information,
3773         * src/pic16/device.h (pic16_options_t): added field debgen,
3774         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3775         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3776         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3777         puclic,
3778         * (various functions): added macros FENTRY and FENTRY2 to functions,
3779         to emit function prologue,
3780         * (various functions): fixed indentation,
3781         * (genNearPointerGet): fixed loading of FSR0,
3782         * (genPackBits): applied patch from Raphael Neider to fix updating
3783         of FSR0 and touching only the modified bits,
3784         * src/pic16/genarith.c (various functions): added macros FENTRY to
3785         emit function prologue in comments,
3786         * src/pic16/pcode.h: added functions debugf2, debugf3,
3787         * src/pic16/ralloc.c: partial fix for packForPush caused
3788         segmentation fault,
3789
3790 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3791
3792         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3793           <stsp AT users.sourceforge.net> with reversed byte order
3794         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3795
3796 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3797
3798         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3799           bug #1074377
3800         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3801         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3802
3803 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3804
3805         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3806
3807 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3808
3809         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3810           conditions,
3811           (setFromConditionArgs): friendly operand parser for peephole rules,
3812           (operandBaseName, operandsNotRelated): new peephole condition
3813           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3814           architecture specific register naming into account, handles n-way
3815           comparisons, and supports quoted literals
3816         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3817
3818 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3819
3820         * src/mcs51/peeph.def: fixed bug #1076940
3821
3822 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3823
3824         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3825
3826 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3827
3828         Adding support for replacing ljmps with sjmps in jumptables
3829         generated for switch statements. For now you need to set the
3830         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3831         Now 4 algorithms for mcs51 jumptable generation are used:
3832         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3833         addresses loaded pc-relative for up to 112 cases and stack-pushing
3834         target addresses loaded with offset from dptr for up to 256 cases.
3835
3836         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3837         * src/mcs51/main.c: adapted constants for switch table generation
3838         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3839
3840 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3841
3842         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3843         * support/regression/tests/bug1057979.c: added test for bug 1073386
3844
3845 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3846
3847         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3848         compilers
3849
3850 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3851
3852         * src/pic16/device.h,
3853         * src/pic16/genarith.c,
3854         * src/pic16/glue.c,
3855         * src/pic16/main.c,
3856         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3857
3858 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3859
3860         Large cummulative patch for pic16 port.
3861         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3862         to call when a stack overflow occurs,
3863         * (malloc.h): added CVS Id tag,
3864         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3865         variable,
3866         * added libc directory. The current version of LibC contains string
3867         functions, ctype functions and macros and some functions of the
3868         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3869         be extensively tested in the future. Standard disclaimer here.
3870         Library is not automatically build yet. But one can build it by
3871         invoking 'make' inside the libc directory.
3872         * added ADC library under libio. Preliminary version yet.
3873
3874         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3875         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3876         aopForRemat() now and not by pic16_aopOp(),
3877         * (pic16_popGetTempReg): removed warning messgae when allocating
3878         temporary registers, its a buggy feature and will be removed,
3879         * (pic16_popGet): set register instance field in AOP_CRY,
3880         * (pic16_outBitC): fixed for results in size greater than 1,
3881         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3882         * (pic16_storeForReturn): optimized return of 0,
3883         * (genCmp): experimental code for new genCmp which uses PIC18's
3884         special compare&skip instructions. Initial tests fail some times
3885         with variables grater than 1 byte in size, so new code is disabled,
3886         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3887         a single bit,
3888         * (genCast): began a fix to optimize the casting of a bit to another
3889         bit, now assigning a bitfield to another bitfield will fail, sorry,
3890         * src/pic16/main.c: disabled the use of lr-support feature,
3891         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3892         * added some function prototypes, added function _debugf prototype,
3893         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3894         bits with offset (case PO_GPR_BIT),
3895         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3896         command line,
3897         * (isBankInstruction): modified to return 0 for no banking instruction,
3898         and 1 for banking instruction,
3899         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3900         caused stop processing pCodes after a inline assembly block,
3901         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3902         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3903         registers when it shouldn't,
3904         * src/pic16/ralloc.c (allocReg): add preliminary support for
3905         supporting a limited set of temporary registers,
3906
3907 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3908
3909         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3910           genDataPointerSet): ensure assignments always copy in MSB to LSB
3911           order,
3912           (loadRegFromAop): recognize CLRH optimization,
3913           (genFunction): optimize RECEIVE iCodes in reentrant functions
3914
3915 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3916
3917         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3918           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3919           selected.
3920         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3921         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3922           contiguous with data
3923
3924 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3925
3926         * device/lib/_gptrget.c (_gptrget),
3927         * device/lib/_gptrgetc.c (_gptrgetc),
3928         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3929           instead of sjmp to ret
3930         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3931           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3932
3933 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3934
3935         * .version: bumped version to 2.4.7
3936         * device/lib/_gptrget.c (_gptrget): is now _naked
3937         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3938         * device/lib/_gptrput.c (_gptrput): is now _naked
3939         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3940           (createFunction): fixed xstack
3941         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3942         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3943           or bit either,
3944           (geniCodeCritical): store original interrupt state in an iTemp bit
3945           var unless stack-auto
3946         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3947         * src/SDCCmain.c (setIncludePath): added include/target to search path
3948         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3949         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3950           prototype,
3951           (processFuncArgs): put bit vars in bit area
3952         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3953           unsaveRBank): fixed xstack,
3954           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3955           (genFunction, genEndFunction): fixed xstack,
3956           (genAssign): optimization don't walk backwards through mem
3957         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3958         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3959         * support/regression/Makefile: also make library (for stack-auto) when
3960           making "all" and added "test-mcs51-xstack-auto"
3961         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3962         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3963         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3964         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3965         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3966           make-library by MAKE_LIBRARY
3967         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3968           regression tests for xstack
3969         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3970         * support/regression/tests/critical.c: test for critical on mcs51
3971
3972 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3973
3974         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3975           built version of sdcc instead of installed version
3976
3977 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3978
3979         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3980         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3981           vprintf.c now
3982         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3983         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3984           WARNING: remove device/lib/build/z80/printf.o by hand when
3985           updating from previous build!
3986         * device/lib/z80/printf.c: updated comment
3987         * support/regression/tests/bug1057979.c: test all ports now
3988         * support/regression/tests/bug1065458.c: file added
3989
3990 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3991
3992         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3993           *_start and *_end symbols for static functions
3994
3995 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3996
3997         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3998           and search crt0.o in all library paths,
3999           (setIncludePath): proper handling of --nostdinc,
4000           (setLibPath): proper handling of --nostdlib
4001         * support/regression/Makefile,
4002         * support/regression/ports/ds390/spec.mk,
4003         * support/regression/ports/gbz80/spec.mk,
4004         * support/regression/ports/hc08/spec.mk,
4005         * support/regression/ports/mcs51/spec.mk,
4006         * support/regression/ports/mcs51-large/spec.mk,
4007         * support/regression/ports/mcs51-stack-auto/spec.mk,
4008         * support/regression/ports/z80/spec.mk: use include and lib files from
4009           built version of sdcc instead of installed version
4010         * doc/sdccman.lyx: fixed typo in --nostdinc
4011
4012 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4013
4014         * src/pic/pcode.c,
4015         * src/pic/device.c,
4016         * src/pic/ralloc.c,
4017         * src/pic/gen.c : added support to generate code for struct bit fields.
4018
4019 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4020
4021         * as/xa51/xa_version.h,
4022         * device/include/errno.h,
4023         * device/include/regc515c.h,
4024         * device/lib/_itoa.c,
4025         * device/lib/_ltoa.c,
4026         * device/lib/ser_ir_cts_rts.c,
4027         * sim/ucsim/xa.src/glob.cc,
4028         * sim/ucsim/xa.src/inst_gen.cc,
4029         * sim/ucsim/xa.src/xa_bit.cc,
4030         * sim/ucsim/xa.src/xa_sfr.cc,
4031         * sim/ucsim/z80.src/inst_dd.cc,
4032         * sim/ucsim/z80.src/inst_fdcb.cc,
4033         * support/scripts/keil2sdcc.pl,
4034         * src/pic16/pic16.dsp,
4035         * src/pic16/pic16a.dsp: corrected cvs line endings
4036         * device/lib/printf_large.c: fixed bug 1057979
4037         * src/pic16/gen.c: fixed non-C standard code
4038         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4039         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4040         * support/regression/ports/mcs51/support.c: reload T1 asap
4041         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4042           pdata use and clear idata startup behaviour
4043         * support/regression/tests/bug1057979.c: added
4044
4045 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4046
4047         * device/examples/ds390/ow390/ad26.h,
4048         * device/examples/ds390/ow390/cnt1d.h,
4049         * device/examples/ds390/ow390/crcutil.c,
4050         * device/examples/ds390/ow390/ownet.h,
4051         * device/examples/ds390/ow390/owsesu.c,
4052         * device/examples/ds390/ow390/swt12.h,
4053         * device/examples/ds390/ow390/swtoper.c,
4054         * device/examples/ds390/ow390/temp10.h,
4055         * device/examples/ds390/ow390/thermodl.c,
4056         * device/examples/ds390/tinitalk/tinitalk.dsp,
4057         * device/examples/ds390/tinitalk/tinitalk.dsw,
4058         * device/examples/mcs51/clock/hw.h,
4059         * device/examples/mcs51/simple2/go.bat,
4060         * device/examples/serialcomm/windows/serial.h,
4061         * device/examples/xa51/dummy.c,
4062         * device/examples/xa51/hello.c,
4063         * device/include/80c51xa.h,
4064         * device/include/at89x051.h: corrected cvs line endings
4065
4066 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4067
4068         * src/pic16/main.c (options): added command line --gstack, to trace
4069         stack over/under flows,
4070         * added pragma 'wparam' to allow passing first byte of function
4071         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4072         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4073         call to __gstack_test function and sets up the symbol as extern,
4074         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4075         * popaop): added call to pic16_testStackOverflow,
4076         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4077         wparamList list,
4078         * (genCall, genPcall): now all parameters are passed via stack
4079         except in functions that are pass to wparam pragma in which WREG is
4080         used too,
4081         * (genPcall): REENTRANT flag is checked to see if variable prototype
4082         contains reentrant keyword, don't call a non-reentrant function, via
4083         a reentrant function pointer or vice versa, functions are never
4084         passed via WREG,
4085         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4086         D.Winkler,
4087         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4088         SIGSEGV when accessing a NULL register stucture,
4089         * (pic16_printGPointerType): modified to handle UPPER modifier for
4090         function initializers, changed prototype of function to simpler one,
4091         * (pic16_printIvalFuncPtr): check to see if function is already
4092         added in externs list,
4093         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4094         optimized a move from W to SFR with a move to the same register
4095         later after a CALL,
4096         * device/lib/pic16/debug: NEW directory, contains debug features
4097         which are enabled when linking with libdebug.lib, currently command
4098         line option --gstack enables stack pointer tracing for over/under
4099         flow, corresponding sources are in debug/gstack
4100
4101 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4102
4103         * doc/sdccman.lyx: updated SDCC version,
4104         * (PIC16 port): update list of command line options,
4105         * src/pic16/device.h (structure pic16_options_t): added field gstack
4106         to enable stack overflow tracing on push/pops,
4107         * src/pic16/device.c (statistics structure): added statistics
4108         structure,
4109         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4110         pic16_dump_int_registers): increase statistics counters for each
4111         * variable which is encountered
4112         * (pic16_dump_usection): emit each .udata variable to its own udata
4113         section,
4114         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4115         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4116         parameters via stack, otherwise use old scheme,
4117         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4118         assembler output file,
4119         * src/pic16/main.c: added command line options --gstack to enable
4120         push/pop tracing for stack overflow,
4121         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4122         instructions): added size of each instruction,
4123         * (pic16_countInstruction): estimate size of instructions in
4124         the_pFile list, inline assembly blocks are not counted,
4125         * (pic16_FixRegisterBanking): trace previous register usage, when
4126         banksel optimizations is greater than 0, don't emit a redudant
4127         banksel directive,
4128
4129 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4130
4131         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4132         * src/pic16/ralloc.c : applied same fix for pic16.
4133         * src/pic/gen.c : tidied it up a little.
4134
4135 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4136
4137         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4138         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4139
4140 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4141
4142         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4143
4144 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4145
4146         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4147         non-reentrant function __modsint in the interrupt function (thus
4148         corrupting math operations during serial I/O)
4149         * device/lib/ser_ir.c: as above, changed buffersize
4150         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4151         256.c,d for zeroing
4152         * doc/Makefile: added option -t for rsync
4153
4154 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4155
4156         * src/SDCCast.h (struct ast),
4157         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4158
4159 2004-10-20 Borut Razem <borut.razem AT siol.net>
4160
4161         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4162         package
4163
4164 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4165
4166         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4167         makefile targets,
4168         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4169         support functions to replace long sequences of MOVFF's from access
4170         bank registers to stack and vice versa,
4171         * src/pic16/device.h: added new field opt_flags, where optimization
4172         flags can be set to enable certain features,
4173         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4174         * pBlock, (genFunction, genEndFunction): surroung loop for
4175         saving/loading used registers in stack with PC_INFO pCodes,
4176         INF_LREGS. Code in between can then be optimized by pCode optimizer
4177         to support function calls,
4178         * (genDataPointerSet): fixed bug which loaded float fields in
4179         structures with corrupt data,
4180         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4181         in a standard way debug info on stderr. Feature used for developing
4182         and debugging only,
4183         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4184         obsolete chunks of code,
4185         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4186         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4187         * pic16/src/pcode.c (pic16_newpCodeInfo,
4188         * (pic16_newpCodeOpLocalRegs),
4189         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4190         feature,
4191         * (pic16_pCodeConstString): printing of the initial value of a
4192         symbol as a comment is inhibited since parsing was already done by
4193         copyStr and output is corrupt,
4194         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4195
4196 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4197
4198         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4199
4200 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4201
4202         * as/mcs51/lkarea.c: removed old K&R style,
4203           (lnksect): changed check on boundary error,
4204           (lnksect2): changed check on boundary error,
4205           (lnksect2): extend XSTK to end of page if size = 1
4206         * as/mcs51/lkmain.c: removed old K&R style,
4207           (Areas51): create l_IRAM symbol
4208         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4209         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4210           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4211         * device/lib/_mullong.c: added version to be compiled with xstack
4212         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4213         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4214         * device/lib/mcs51/crtxstack.asm: fixed comment
4215         * src/SDCCglue.c: maxInterrupts defaults to 0,
4216           (emitMaps): added pdata,
4217           (createInterruptVect): (re)moved default,
4218           (glue): added pdata,
4219           (glue): moved __start__xstack to XSTK with default size 1
4220         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4221           and options.float_rent when options.stackAuto is set,
4222           (linkEdit): only write XDATA_NAME if provided on command line
4223         * src/SDCCmem.h,
4224         * src/SDCCmem.c: added pdata
4225         * src/port.h: added pdata_name to PORT
4226         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4227           (saveRegisters, unsaveRegisters): removed usage of B,
4228           (genMinus): fixed accumulator clash,
4229           (genJumpTab): added comment, this needs another look
4230         * src/mcs51/gen.c: added check for "B in use" paranoia,
4231           added pushB() and popB()
4232         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4233           chance
4234         * src/avr/main.c,
4235         * src/ds390/main.c,
4236         * src/hc08/main.c,
4237         * src/mcs51/main.c,
4238         * src/pic/main.c,
4239         * src/pic16/main.c,
4240         * src/xa51/main.c,
4241         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4242           added PSEG (PAG,XDATA) or NULL to port specifier
4243         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4244         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4245           (_mcs51_genInitStartup): removed __start__xstack equ,
4246           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4247         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4248         * src/z80/gen.c (_rleAppend): fixed warnings
4249         * support/regression/tests/zeropad.c: added pdata test
4250         * .version: bumped to 2.4.6
4251
4252 2004-10-17 Borut Razem <borut.razem AT siol.net>
4253
4254         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4255         as a part of nightly build
4256
4257 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4258
4259         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4260         WREG holds the first byte function parameters,
4261         * (aopForSym): take special case for symbols which are in FARSPACE
4262         but in CODESPACE too,
4263         * (assignResultValue): modified to take into account _G.useWreg,
4264         * (genCall): don't use wreg for parameter passing when function is
4265         declared as reentrant, too, added optimization INCF to stack
4266         pointer when stack parameter count is 1,
4267         * (genFunction, genEndFunction): refurnished and fixed to not using
4268         wreg for passing parameters when function has varargs or is
4269         reentrant, fixed bug with symbol name compare for generating
4270         functions in absolute address,
4271         * (pic16_storeForReturn): refurnished,
4272         * (genCmp): began writing a new version of the function, not ready
4273         yet, therefore it is disabled,
4274         * (genAssign): do not read code memory when assigning a function to
4275         a pointer function,
4276         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4277         array of characters, not pointer,
4278         * (pic16initialComments): in debug mode emit an .ident directive for
4279         the assembler,
4280         * (_process_pragma): emit a new warning type (internal to pic16)
4281         when setting stack to default length, emit a similar warning when
4282         placing a function at absolute address and address is not word aligned
4283         * (_pic16_parseOptions): added 'return TRUE' statement,
4284         * (_pic16_linkEdit): if compiling a source, then add the source's
4285         file object, first in the list of objects to link,
4286
4287 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4288
4289         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4290         * src/pic/main.c : removed VC warning.
4291         * src/pic/gen.c : changed comment.
4292
4293 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4294
4295         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4296         reference to a deprecated symbol _GPTRREG was causing failure to
4297         link. Thanks G. M. Gallant for the info.
4298
4299 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4300
4301         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4302         comments for Bugs item #954788.
4303
4304 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4305
4306         * src/pic16/device.c (pic16_dump_gsection,
4307         * pic16_groupRegistersInSection): handle symbols declared to be in
4308         access bank differently,
4309         * src/pic16/gen.c (struct _G): added field resDirect,
4310         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4311         send values read from stack directly to result and don't allocate
4312         temporary values,
4313         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4314         same registers,
4315         * (pic16_sameRegsOfs): NEW,
4316         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4317         free because they were not allocated from temporary pool,
4318         * pic16_popRegFromString): workaround to fix a problem with
4319         allocating variables twice or never,
4320         * (genGenPointerGet): using PRODL instead of FSR0H,
4321         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4322         instead of FSR0H,
4323         * (genAssign): take advantage of the _G.resDirect flag,
4324         * (genCast): around line 11844, use mov2f instead of directly
4325         MOVFF'ing between operands to account for literal values,
4326         * src/pic16/genutils.c: some new debug functions for gpsim have been
4327         added,
4328         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4329         float with integer part only,
4330         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4331         place variables in access bank
4332         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4333         updated sources to reflect recent changes in gen.c
4334
4335 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4336
4337         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4338         sources that searched for headers in installation path, now the
4339         device/include/pic16 is used,
4340         * src/pic16/glue.c (pic16glue),
4341         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4342         .line directives if not in debug mode, this suppresses assembler's
4343         warnings for ignored directives
4344
4345 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4346
4347         * src/port.h: made reset_regparms prototype void parameter explicit.
4348         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4349         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4350         * doc/sdccman.lyx: documented warning disabling and how to use
4351           printf_large to make it print floats.
4352         * device/include/stdbool.h: NEW
4353         * device/lib/_atof.c,
4354         * device/lib/_divuint.c,
4355         * device/lib/_divulong.c,
4356         * device/lib/expf.c,
4357         * device/lib/printf_large.c,
4358         * device/lib/sincosf.c,
4359         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4360         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4361           a completely reentrant lib.
4362
4363 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4364
4365         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4366         * device/include/pic16/stdio.h: fixed bug with colon
4367
4368 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4369
4370         * device/include/pic16/stdio.h,
4371         * device/include/pic16/stdlib.h,
4372         * device/include/pic16/math.h: NEW
4373         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4374         declared as _naked to reduce overhead
4375         * device/lib/Makefile.in (target port-specific-objects-pic16):
4376         changed * to *.* so to ignore the CVS directory,
4377         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4378         stacked variables back in stack,
4379         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4380         corruption
4381
4382 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4383
4384         * .version: bumped version number to 2.4.5
4385         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4386         * support/Util/SDCCerr.c (messages structure): added entry for
4387         W_POSSBUG2
4388
4389         Large cumulative patch for pic16 port and libraries.
4390         * device/include/pic16/sdcc-lib.h,
4391         * device/include/pic16/stdarg.h,
4392         * device/include/asm/pic16/features.h,
4393         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4394         * device/include/pic16/float.h: changes reentrant keyword with
4395         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4396         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4397         updated target build-libraries to include objects from gptr,
4398         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4399         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4400         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4401         all function headings,
4402         * src/SDCCmain.c: added global parameter userIncDirsSet,
4403         * (parseCmdLine): when option -I is encountered add directory to
4404         userIncDirsSet too,
4405         * src/version.awk: added space between control and long,
4406         * src/pic16/NOTES: added some notes for the port,
4407         * src/pic16/gen.c: added prototype for mov2fp function,
4408         * (fReturnpic16[]): properly named return value registers,
4409         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4410         * (aopForSym): added code to handle symbols with onStack flag set,
4411         symbols onStack are allocated PTRSIZE bytes,
4412         * (aopFreeAsmop): handles special case where asmops are stack objects,
4413         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4414         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4415         added argument lock to trace flaws in allocating temporary registers
4416         when developing port,
4417         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4418         * (pic16_popRegFromString): reenabled allocating a direct register
4419         from string,
4420         * (assignResultValue): various beautifications,
4421         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4422         referenced function argument,
4423         * (genIpush): reenabled to allow stacked arguments, handles only
4424         ic->parmPush iCodes,
4425         * (genCall, genPcall): major changes to allow for variable argument
4426         functions, fixed a bug with falsely restoring stack pointer after
4427         returning from call,
4428         * (genFunction): pending code for critical function,
4429         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4430         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4431         * (genNearPointerGet): fixed bug with indirect reading, was always
4432         reading from INDF0
4433         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4434         pointers,
4435         * (genAddrOf): rewrote code to take address of a stacked function parameter
4436         * (genCast): fixed casting to generic pointer type,
4437         * src/pic16/gen.h: added AOP_STA,
4438         * (struct asmop): added field stk,
4439         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4440         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4441         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4442         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4443         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4444         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4445         generic pointers,
4446         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4447         and library paths,
4448         * (pic16_port structure): generic pointer size is set to 3,
4449         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4450         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4451         compiler warning,
4452         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4453         operand is an iTemp,
4454
4455 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4456
4457         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4458         * debugger/mcs51/simi.c: addapt new syntax of s51
4459
4460 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4461
4462         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4463         * src/pic16/pcode.c: commented out some calls to free() in order to
4464         fix bug #989576,
4465
4466 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4467
4468         * src/SDCCicode.h,
4469         * src/SDCCicode.c (isiCodeInFunctionCall),
4470         * src/avr/ralloc.c (selectSpil),
4471         * src/pic/ralloc.c (selectSpil),
4472         * src/pic16/ralloc.c (selectSpil),
4473         * src/ds390/ralloc.c (selectSpil),
4474         * src/hc08/ralloc.c (selectSpil),
4475         * src/xa51/ralloc.c (selectSpil),
4476         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4477         stack in the middle of a function call sequence (fixes bug #1020268)
4478         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4479         costs associated with the minimum switch case.
4480
4481 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4482
4483         * src/SDCC.lex: fixed bug #1030549
4484
4485 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4486
4487         * src/SDCCcse.h (struct cseDef),
4488         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4489         over a function call if the CSE is derived from a symbol whose
4490         address has been taken (fixes bug #1029883)
4491         * support/regression/tests/bug-1029883: a new regression test for
4492         this bug
4493
4494 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4495
4496         * src/hc08/gen.c (emitinline): fixed bug #1029778
4497         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4498         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4499         and starts toward RFE #905167)
4500
4501 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4502
4503         * src/pic16/gen.c (mov2f): New function to move an operand to
4504         another without considering if it is a literal or a register,
4505         * (pic16_sameRegs): don't check if they are both AOP_REG,
4506         * (AccRsh): removed andmask=0 lines,
4507         * (genLeftShift): duplicated to be improved in future versions,
4508         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4509         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4510         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4511         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4512         * (insertBankSwitch): fixed inserting banksel directives algorithm
4513         for instructions that follow a skip instruction, this fixes a report
4514         for broken subtraction code generation,
4515         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4516         iCode is a left op, just in case result and right share the same
4517         registers
4518
4519 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4520
4521         * src/hc08/main.c,
4522         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4523         preservation of HX
4524         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4525         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4526         on 2004-09-12; it was buggy
4527
4528 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4529
4530         * src/SDCCsymt.h: removed RESULT_CHECK
4531         * src/SDCCast.c,
4532         * src/SDCCglue.c,
4533         * src/SDCCval.c,
4534         * src/pic/glue.c,
4535         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4536
4537 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4538
4539         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4540         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4541         configuration values no more rejected by compiler, they are assigned
4542         to configuration registers with a warning message instead,
4543         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4544         the for-loop so last conf register is emitted too,
4545         * (_pic16_initPaths): link library libsdcc.lib by default,
4546         * (_hasNativeMulFor): modified test for multiplication according to
4547         Raphael Neider's remarks. Integer multiplication is also done with
4548         support functions,
4549         * device/include/pic16/pic18fregs.h: corrected type error in while
4550         testing and including 18f6720 header file
4551
4552 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4553
4554         * src/pic16/device.h (pic16_options): removed field use_crt,
4555         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4556         until an optimization to handle single bits is added,
4557         * (pic16_loadFSR0): moved before genUnpackBits,
4558         * (genAnd): some white lines removed,
4559         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4560         leave_reset flags in pic16_options when using crt modules,
4561
4562 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4563
4564         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4565           for bugs 898889 & 979599. Also used some safer print instructions.
4566
4567 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4568
4569         * src/pic16/device.h (pic16_options_t): added field use_crt,
4570         crt_name, no_crt,
4571         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4572         catch a probable future bug,
4573         * src/pic16/gen.c: aopIdx function commented out,
4574         * (genAssign): commented out old code which used aopIdx,
4575         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4576         code, added if conditionals to take into account the --use-crt
4577         command line options,
4578         * src/pic16/main.c (pic16_optionsTable): added new command line
4579         options, --use-crt= and --no-crt,
4580         * (_pic16_linkEdit): now the proper crt object is added in the
4581         linker command line except than when --no-crt is specified,
4582         * src/pic16/pcode.c,
4583         * src/pic16/pcode.h: added some structures and functions for a new
4584         optimization scheme to compansate for instruction overhead between
4585         same iCodes, this scheme is currently under development and is not
4586         working in any way,
4587         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4588         to && operator,
4589         * device/lib/pic16/startup/crt0i.c,
4590         * device/lib/pic16/startup/crt0iz.c: added global char variable
4591         __uflags to force the generation of an idata section
4592
4593 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4594
4595         * doc/Makefile,
4596         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4597         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4598
4599 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4600
4601         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4602         Frieder) and clarified the default code optimization mode
4603
4604 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4605
4606         * src/SDCC.lex (doPragma, process_pragma),
4607         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4608         "opt_code_size", and "opt_code_balanced"
4609         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4610         regrouped options by category, added support for category headers
4611         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4612         and "--opt-code-size"
4613         * doc/sdccman.lyx: documented these new options and pragmas
4614         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4615         preference into account
4616
4617 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4618
4619         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4620           geniCodePreDec): Fixed bug 904237 by generating a warning
4621         * src/SDCCerr.h,
4622         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4623
4624 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4625
4626         * src/pic/device.c : When no max ram set validate full memory range.
4627         * src/pic/pcode.c,
4628         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4629
4630 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4631
4632         * device/lib/_gptrget.c,
4633         * device/lib/_gptrput.c: updated comment
4634         * device/lib/calloc.c,
4635         * device/lib/free.c,
4636         * device/lib/malloc.c,
4637         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4638         * src/SDCCcse.c (cseBBlock),
4639         * src/SDCCicode.c (printOperand, geniCodeArray),
4640         * src/SDCCicode.h (struct operand): fixed bug 868103
4641         * support/regression/tests/bug-868103.c: added
4642         * src/SDCCast.c (searchLitOp),
4643         * src/SDCCcse.h (struct cseDef),
4644         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4645         * src/SDCCicode.h (struct operand),
4646         * src/SDCCsymt.h (struct sym_link),
4647         * src/avr/gen.c (hasInc),
4648         * src/ds390/gen.c (hasInc),
4649         * src/hc08/gen.c (genPlusIncr, hasInc),
4650         * src/mcs51/gen.c (hasInc),
4651         * src/pic16/glue.c (pic16_printIvalChar),
4652         * src/pic16/ralloc.c (regWithIdx),
4653         * src/xa51/gen.c (hasInc) : removed warnings
4654         * src/SDCCast.c (createBlock): added comment ???
4655         * src/hc08/ralloc.c: updated comments
4656
4657 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4658
4659         * doc/sdccman.lyx: updated section on switch statements, added
4660         section about semaphore locking
4661         * doc/Makefile: added option -info for latex2html
4662         * device/lib/_gptrget.c,
4663         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4664
4665 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4666
4667         * src/pic/device.h,
4668         * src/pic/device.c,
4669         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4670          maxram is less than 0x100.
4671
4672 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4673
4674         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4675
4676 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4677
4678         * src/port.h,
4679         * src/mcs51/main.c,
4680         * src/ds390/main.c,
4681         * src/z80/main.c,
4682         * src/hc08/main.c,
4683         * src/pic/main.c,
4684         * src/pic16/main.c,
4685         * src/avr/main.c,
4686         * src/xa51/main.c
4687         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4688         a jump table is the best form for a switch statement, including
4689         automatic insertion of missing cases to make the case range
4690         continuous. Developed in collaboration with Frieder Ferlemann.
4691
4692 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4693
4694         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4695         accumulator result if it needs sign extension
4696
4697 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4698
4699         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4700
4701 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4702
4703         * device/lib/gbz80/printf.c,
4704         * device/lib/z80/printf.c: removed define for NULL
4705
4706 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4707
4708         * as/xa51/xa_link.c,
4709         * device/examples/ds390/ow390/ad26.c,
4710         * device/examples/ds390/ow390/cnt1d.c,
4711         * device/examples/ds390/ow390/counter.c,
4712         * device/examples/ds390/ow390/ds2480.h,
4713         * device/examples/ds390/ow390/ds2480ut.c,
4714         * device/examples/ds390/ow390/findtype.c,
4715         * device/examples/ds390/ow390/gethumd.c,
4716         * device/examples/ds390/ow390/owllu.c,
4717         * device/examples/ds390/ow390/ownetu.c,
4718         * device/examples/ds390/ow390/swt12.c,
4719         * device/examples/ds390/ow390/swtloop.c,
4720         * device/examples/ds390/ow390/temp.c,
4721         * device/examples/ds390/ow390/temp10.c,
4722         * device/examples/ds390/ow390/thermo21.c,
4723         * device/examples/ds390/ow390/tinilnk.c,
4724         * device/examples/ds390/ow390/tstfind.c,
4725         * device/examples/serialcomm/windows/serial.cpp,
4726         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4727         * device/include/reg51.h: fixed line endings for cvs
4728
4729 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4730
4731         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4732         packRegsForAccUse, packRegisters): new accumulator register
4733         packing algorithm
4734         * support/regression/ports/hc08/support.c (_putchar): suppress
4735         warning of unused variable
4736         * src/SDCCicode.c: added SWAP entry to codeTable
4737
4738 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4739
4740         * device/lib/sprintf.c: forgot to add this file before previous commit
4741
4742 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4743
4744         * src/pic16/gen.c (genPackBits): added operand right in function
4745         parameters, load result directly if p_type is POINTER (that is
4746         called by genNearPointerSet)
4747         * (genUnPackBits): added operand left in function parameters,
4748         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4749         FSR0 if accessing bitfields,
4750
4751 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4752
4753         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4754           _print_format; updated printf, sprintf, vsprintf
4755         * device/include/asm/default/features.h: corrected comment/define
4756         * device/lib/Makefile.in: added sprintf.c
4757         * device/lib/libsdcc.lib: added sprintf module
4758         * device/lib/printf_large.c,
4759         * device/lib/vprintf.c,
4760         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4761           into these 3 files
4762         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4763         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4764         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4765           hc08 test
4766         * support/regression/tests/zeropad.c: define idata as data for hc08
4767
4768 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4769
4770         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4771         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4772         labels are referenced at least once (even if a reference is not found)
4773         * src/hc08/gen.c (emitcode): set isComment flag for comments
4774         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4775         loads), rules 6a..6b (optimize jumps to return)
4776
4777 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4778
4779         * device/lib/acosf.c (acosf),
4780         * device/lib/asinf.c (asinf),
4781         * device/lib/atanf.c (atanf),
4782         * device/lib/ceilf.c (ceilf),
4783         * device/lib/cosf.c (cosf),
4784         * device/lib/coshf.c (coshf),
4785         * device/lib/cotf.c (cotf),
4786         * device/lib/fabsf.c (fabsf),
4787         * device/lib/floorf.c (floorf),
4788         * device/lib/log10f.c (log10f),
4789         * device/lib/logf.c (logf),
4790         * device/lib/sinf.c (sinf),
4791         * device/lib/sinhf.c (sinhf),
4792         * device/lib/sqrtf.c (sqrtf),
4793         * device/lib/tanf.c (tanf),
4794         * device/lib/tanhf.c (tanhf),
4795         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4796         replaced all instances of "reentrant" in the library functions
4797         defined in math.h with this macro.
4798         * support/regression/tests/float_trans.c: reenabled test for hc08
4799
4800 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4801
4802         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4803         erroneously deleted
4804
4805 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4806
4807         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4808         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4809         multi-byte volatile operands are used
4810         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4811         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4812         initialization to area GSINIT0 so that it would always precede
4813         any static initializers in GSINIT
4814         * support/regression/tests/zeropad.c: fixed idata define for hc08
4815         * support/regression/tests/bug-927659.c,
4816         * support/regression/tests/float_trans.c: disabled tests for hc08
4817         pending missing library routines
4818         * .version: increased version number to 2.4.4 - hc08 port now passes
4819         regression tests
4820
4821
4822 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4823
4824         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4825         * Makefile.common.in,
4826         * as/Makefile,
4827         * as/hc08/Makefile.in,
4828         * as/mcs51/Makefile.in,
4829         * as/z80/Makefile.in,
4830         * debugger/mcs51/Makefile.in,
4831         * device/include/Makefile.in,
4832         * device/lib/Makefile.in,
4833         * doc/Makefile,
4834         * link/Makefile,
4835         * link/z80/Makefile.in,
4836         * packihx/Makefile.in,
4837         * sim/ucsim/main_in.mk,
4838         * sim/ucsim/avr.src/Makefile.in,
4839         * sim/ucsim/doc/Makefile.in,
4840         * sim/ucsim/gui.src/serio.src/Makefile.in,
4841         * sim/ucsim/hc08.src/Makefile.in,
4842         * sim/ucsim/s51.src/Makefile.in,
4843         * sim/ucsim/xa.src/Makefile.in,
4844         * sim/ucsim/z80.src/Makefile.in,
4845         * src/Makefile.in,
4846         * support/cpp2/Makefile.in,
4847         * support/librarian/Makefile,
4848         * support/makebin/Makefile: added DESTDIR to the install path proposed
4849         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4850         * doc/sdccman.lyx: added DESTDIR documentation
4851
4852 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4853
4854         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4855         instruction for interrupt handlers, use fast returns when returning
4856         from high priority interrupts
4857
4858 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4859
4860         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4861         code generation
4862         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4863         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4864         bugs, ported much of Bernhard's code from mcs51
4865         * src/mcs51/gen.c (genSend),
4866         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4867         than one when calling a reentrant function
4868         * device/lib/_mullong.c: defined an alternate struct layout for big
4869         endian ports (hc08)
4870
4871 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4872
4873         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4874         test
4875
4876 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4877
4878         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4879         are sane and complete before asking the port its prefered parameter
4880         passing method (fixes bug #1017633)
4881         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4882         and _ret3
4883
4884 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4885
4886         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4887         problem in bitfields >= 8 bits.
4888
4889 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4890
4891         * src/SDCCsymt.c: undid changes that were not meant to be committed
4892
4893 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4894
4895         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4896
4897 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4898
4899         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4900           copied and wrong bit got inverted
4901
4902 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4903
4904         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4905         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4906         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4907         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4908         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4909         assignments to bitfields at known addresses
4910         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4911         reads from bitfields at known addresses
4912         * src/hc08/ralloc.c (packRegisters),
4913         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4914         genhc08Code): optimize pointer get values used as conditionals
4915         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4916         and branch
4917
4918 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4919
4920         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4921         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4922         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4923         as conditionals
4924
4925 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4926
4927         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4928
4929 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4930
4931         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4932         related problems
4933
4934 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4935
4936         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4937
4938 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4939
4940         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4941         mcs51 port
4942
4943 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4944
4945         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4946
4947 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4948
4949         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4950         cases use more compact code.
4951
4952 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4953
4954         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4955
4956 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4957
4958         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4959
4960 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4961
4962         * src/SDCCsymt.h,
4963         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4964         parameter of changePointer() from symbol* to sym_link*
4965         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4966         * src/SDCCsymt.c (compareType): void* type is castable to other
4967         pointers, but not necesarily an exact match.
4968         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4969         is no longer blindly treated as an exact match.
4970         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4971
4972 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4973
4974         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4975
4976 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4977
4978         * src/pic/gen.c,
4979         * src/pic/pcode.c,
4980         * src/pic/ralloc.h,
4981         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4982
4983 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4984
4985         * src/pic/device.c,
4986         * src/pic/device.h,
4987         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4988
4989 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4990
4991         * src/mcs51/gen.c (emitcode): fixed bug #992819
4992
4993 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4994
4995         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4996           there's no need to make it worse
4997
4998 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4999
5000         * src/mcs51/ralloc.c (deassignLR),
5001         * src/ds390/ralloc.c (deassignLR),
5002         * src/hc08/ralloc.c (deassignLR),
5003         * src/z80/ralloc.c (deassignLR),
5004         * src/pic/ralloc.c (deassignLR),
5005         * src/pic16/ralloc.c (deassignLR),
5006         * src/avr/ralloc.c (deassignLR),
5007         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5008         rlivePoint): fixed another part of bug #971834
5009
5010 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5011
5012         * src/z80/main.c: enabled "critical" keyword
5013         * src/z80/mappings.i,
5014         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5015         functions (fixes bug #979646)
5016         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5017
5018 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5019
5020         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5021           such as c:\mydir.
5022
5023 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5024
5025         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5026           doesn't disable too much optimizations
5027
5028 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5029
5030         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5031
5032 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5033
5034         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5035
5036 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5037
5038         * src/pic/gen.c tidied up tabs
5039         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5040         * src/pic/main.c tidied up tabs
5041         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5042         * src/pic/pcoderegs.c tidied up tabs
5043         * src/pic/ralloc.c tidied up tabs
5044
5045 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5046
5047         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5048         to S_FIXED for pic16 port and when symbol is not in level 0,
5049         allocate for S_REGISTER storage class and pic16 port, too,
5050         * src/pic16/device.h: prototype for checkSym,
5051         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5052         * (pic16_assignConfigWordValue): test the value and the mask to
5053         validate that the value is suitable for the configuration word,
5054         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5055         collect extern declared symbols, don't emit symbol twice, check
5056         first if symbol is in publics set first,
5057         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5058         * added command line '--fstack' which enables an experimental
5059         feature for stack access, too buggy to be used yet...
5060         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5061         * (pic16_allocDirReg): when register has storage class S_REGISTER
5062         allocate in pic16_dynAccessRegs,
5063         * device/include/pic16/pic18f????.h: modified configuration word
5064         naming convention, words started as CONFIG0H but should be CONFIG1H
5065
5066 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5067
5068         * device/include/mcs51reg.h: fixed bug 970993
5069
5070 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5071
5072         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5073         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5074         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5075         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5076         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5077         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5078           error/warning numbers,
5079           added function setWarningDisabled()
5080         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5081         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5082           _memcmp.c _memmove.c calloc.c realloc.c free.c
5083         * support/regression/tests/malloc.c: added tests for new functionality
5084         * support/regression/tests/zeropad.c: added tests for truncated initializers
5085           and initialized char arrays starting with '\x0'
5086         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5087
5088 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5089
5090         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5091
5092 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5093
5094         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5095         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5096         peephole 177.e. Thanks to anonymous
5097
5098 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5099
5100         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5101         function isn't used in the source but referenced as a
5102         variable initializer then declare it as extern in .asm file
5103
5104 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5105
5106         * .version: increased version number to 2.4.3
5107
5108         Adding version extension according to ChangeLog CVS revision
5109         * src/Makefile.in (target all): added dependency 'version.h'
5110         * (rule version.h): added rule to create version.h from ChangeLog,
5111         * (rule dep): added dependency version.h,
5112         * src/version.awk: AWK script to create version.h
5113         * src/SDCCdwarf2.c (dwWriteModule),
5114         * src/SDCCglue.c (initialComments),
5115         * src/SDCCmain.c (printVersionInfo): modified to write after
5116         version string the version extension number,
5117         * src/SDCCutil.c: included "version.h"
5118         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5119         number,
5120         * src/SDCCutil.h: added prototype for getBuildNumber
5121
5122         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5123         includeDirsSet, too,
5124         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5125         const char [] is found in function prototype...
5126
5127         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5128         moving to WREG with source is already in WREG,
5129         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5130         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5131         * (aopForSym): stack'ed symbols are partially supported, added
5132         if-clause to support symbols in FARSPACE,
5133         * (sameRegs): added test for AOP_ACC to see if registers are same,
5134         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5135         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5136         * (pic16_popRegFromString): will not allocate a new register if it
5137         doesn't find one by name, bug may have introduced...
5138         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5139         * (genIpush): revived to use pic16 port's stack,
5140         * (genAddrOf): added incomplete case for stack'ed operand,
5141         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5142         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5143         can handle multibyte operands,
5144         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5145         * (pic16initialComments): added message for MPLAB compatibility
5146         mode enabled,
5147         * src/pic16/main.h: prototype for pic16_mplab_comp,
5148         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5149         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5150         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5151         because of increased complexity of procedure,
5152         * (_process_pragma): stack pragma changed to format 'stack pos len',
5153         emit symbol '_stack_end' to conform with gplink,
5154         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5155         to search for register,
5156         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5157         PO_GPR_REGISTER,
5158         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5159         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5160         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5161         case for PO_GPR_REGISTER,
5162         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5163         dies, the new era is ahead !...
5164         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5165         pic16_dynInternalRegs,
5166         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5167         * (pic16_allocDirReg): minor optimizations and bug fixes,
5168         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5169
5170         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5171         load stack and frame pointer with address of 'stack_end' symbol
5172
5173 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5174
5175         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5176         without source code but only variable initializers
5177
5178 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5179
5180         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5181         external are not declared as extern to reduce overhead while linking
5182
5183 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5184
5185         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5186
5187 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5188
5189         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5190           Yee Keat for the patch
5191         * src/SDCCast.c (decorateType): fixed bug #979599
5192         * src/ds390/gen.h: removed local fReturnSizeDS390
5193         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5194         * src/ds390/gen.c (genAnd, genOr, genXor),
5195         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5196
5197 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5198
5199         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5200         add relFilesSet to $3, manipulate $2 to handle linking of object
5201         files without source files in command line,
5202         * device/include/pic16 (all headers): added ID location macros,
5203         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5204         entries for ID location bytes,
5205         * (pic16_assignIdByteValue): NEW,
5206         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5207         added field dumpcalltree to pic16_options_t,
5208         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5209         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5210         emitting rFalseIfx label after check_carry label,
5211         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5212         pic16_emitDIRegs), NEW
5213         * (pic16glue): dump .calltree file when option --calltree found,
5214         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5215         * (_pic16_genAssemblerPreamble): emit ID locations after
5216         configuration registers,
5217         * (pic16_linkCmd): modifications of the link command,
5218         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5219         * (pic16_pCodeInitRegisters): don't init stack registers,
5220         * (pic16_findPrevInstruction): fixed bug,
5221         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5222         bug with immediate registers,
5223         * (buildCallTree): traces stack push and pop,
5224         * (pct2): dump also stack usage for each function,
5225         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5226         * (pic16_allocDirReg): various modifications,
5227         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5228         fixed to 1,
5229
5230 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5231
5232         * src/pic16/pcode.c: removed buggy double colon
5233
5234 2004-07-01 Borut Razem <borut.razem AT siol.net>
5235
5236         * support/scripts/sdcc.nsi: added include/pic16 to setup
5237
5238 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5239
5240         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5241         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5242         target 'clean',
5243         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5244         specific command line arguments. Also added sample lkr script
5245         for placing a variable at a specific memory bank.
5246         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5247         at a specific memory bank,
5248         * (pic16_dump_isection): fixed bug which caused string literals to
5249         be omitted when dumping idata section,
5250         * (pic16_groupRegistersInSection): added code to handle registers
5251         in specific memory banks,
5252         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5253         public, all references are renamed too,
5254         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5255         AOP_DPTR2,
5256         * (pic16_storeForReturn): added case to handle when dest is WREG,
5257         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5258         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5259         pic16_rel_udata, check to see if that register is marked as being
5260         a member of a specific memory bank,
5261         * (pic16_printIvalCharPtr): added code to add string literals either
5262         to code or the idata sections,
5263         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5264         also accept the 'udata' pragma,
5265         * src/pic16/main.h: new structure types sectName and sectSym
5266         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5267         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5268         * (pic16_findPrevInstruction): fixed, it returned nothing,
5269         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5270         instruction combinations,
5271         * (pic16_FixRegisterBanking): heavily reorganised,
5272         * (pic16_AnalyzeBanking): if generating banksel directives is
5273         disabled, then don't call FixRegisterBanking at all,
5274         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5275         completely removed,
5276         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5277
5278 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5279
5280         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5281         Phuah Yee Keat <yk.phuah AT nestac.com>
5282
5283 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5284
5285         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5286         correctly the IVT even if it is relocated to some other location
5287
5288 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5289
5290         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5291         * device/include/pic16/pic18f2220.h: NEW,
5292         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5293         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5294         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5295         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5296         nodefaultlibs, ivt_loc is the location of the interrupt vector
5297         table, and nodefaultlibs signs that default libraries should not be
5298         linked in link stage,
5299         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5300         according to --ivt-loc argument,
5301         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5302         when pragma stack is found,
5303
5304 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5305
5306         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5307         256 (range check), 257 (do while), 258.a-f (bit banging
5308         f.e. on 3-wire SPI bus)
5309
5310 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5311
5312         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5313         variables used exclusively within a loop
5314
5315 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5316
5317         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5318
5319 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5320
5321         * src/SDCClrange.c (computeClash): fixed bug #971834
5322
5323 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5324
5325         * src/mcs51/gen.c (genCmp): fixed bug #975903
5326         * src/hc08/gen.c (operandsEqu),
5327         * src/ds390/gen.c (operandsEqu),
5328         * src/z80/gen.c (operandsEqu),
5329         * src/pic/gen.c (operandsEqu),
5330         * src/pic16/gen.c (operandsEqu),
5331         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5332         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5333
5334 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5335
5336         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5337
5338 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5339
5340         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5341         default case in switch statement,
5342         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5343         to eliminate problem with initialisation of pointers, but problem
5344         still exists,
5345         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5346         * (emitStaticSegment): removed various lines emitting debug info,
5347         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5348         added processor registers for utilizing EEPROM,
5349         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5350         configurable and set 8
5351
5352 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5353
5354         * .version: increased version number to 2.4.2,
5355
5356         Cumulative patch for pic16 port
5357         * src/pic16/device.c: changed scheme to dump initial values for
5358         variables in idata segment, all print_idata* functions were removed,
5359         now the pic16_printIval* will be called,
5360         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5361         * _pic16_printPointerType, pic16_printPointerType,
5362         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5363         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5364         NEW, similar to the respective functions in SDCCglue.c,
5365         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5366         way, emitting hex bytes,
5367         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5368
5369 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5370
5371         * src/avr/ralloc.c (serialRegAssign),
5372         * src/xa51/ralloc.c (serialRegAssign),
5373         * src/pic/ralloc.c (serialRegAssign),
5374         * src/pic16/ralloc.c (serialRegAssign),
5375         * src/hc08/ralloc.c (serialRegAssign),
5376         * src/z80/ralloc.c (serialRegAssign),
5377         * src/ds390/ralloc.c (serialRegAssign),
5378         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5379
5380 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5381
5382         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5383         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5384
5385 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5386
5387         Cumulative patch for pic16 port:
5388         * src/pic16/device.h (typedef PIC16_device) modified fields for
5389         defining microcontrollers,
5390         * src/pic16/device.c: added new info for all devices in Pics16 array,
5391         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5392         to be optimised out by the pCode optimiser,
5393         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5394         specially, bug reported by G.M. Gallant,
5395         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5396         as force'd so that cannot be optimised out by pCode optimiser,
5397         * src/pic16/pcode.c,
5398         * src/pic16/pcodepeeph.c,
5399         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5400         they are disabled by default, but can be enabled explicit with
5401         command argument --denable-peeps, for testing,
5402         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5403         --pomit-ivt in COMPILE_FLAGS
5404
5405 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5406
5407         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5408           compilation on MSVC
5409
5410 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5411
5412         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5413
5414 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5415
5416         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5417         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5418
5419 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5420
5421         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5422         would only assign 0x300001 register.
5423
5424 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5425
5426         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5427         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5428
5429 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5430
5431         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5432         for ds80c400
5433         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5434         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5435         added peephole 254 (left shift), 255 (jump table)
5436
5437 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5438
5439         * device/lib/Makefile.in: removed comment line with model-pic16,
5440         * (target port-specific-objects-pic16): the libraries and objects
5441         are copied to the build directory form the device/lib/pic16/bin
5442         directory
5443
5444         Cumulative patch concerning pic16 port:
5445         * library directory has been re-organized,
5446         * added support for PIC18F1220,
5447         * added headers and library sources for chips 18f1220,18f6520,
5448         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5449
5450         * configuration registers setting has changed, now each supported
5451         device has a complete description of the registers it uses,
5452         * all initialisations are moved to idata sections, these section
5453         can be absolute or relocatable,
5454         * fixed initialisation of codespace variables,
5455         * fixed warning about PCLATU and gpsim,
5456         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5457         * (genAssign): use table reads when assigning from variables in codespace,
5458         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5459         char/int variables placed in codespace,
5460         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5461         registers set in .asm file, no need for --pomit-config-words anymore,
5462         * (pic16glue): some 8051 legacy segments are commented out
5463         (to be removed completely),
5464         * added support for alternative assembler and linker with --asm=
5465         and --link= command line arguments,
5466         * peepholes are disabled automatically in the port, no need to
5467         specify on command line,
5468         * port supports natively char/int/long multiplication, but converts
5469         all divisions to support functions,
5470         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5471         to the file set in variable $2,
5472         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5473         strings in ASCII format and not in hex,
5474         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5475         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5476         allocate proper register if iCodes aren't temporary,
5477
5478 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5479
5480         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5481
5482 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5483
5484         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5485         is commented out
5486
5487 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5488
5489         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5490         computed address is reused
5491         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5492         multi-byte bitfields
5493
5494 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5495
5496         * src/z80/gen.c: (genArrayInit): must check for pointers too
5497
5498 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5499
5500         * support/regression/tests/zeropad.c: never meant to commit the
5501           nestedstruct test: removed, added check for GCC version
5502
5503 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5504
5505         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5506         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5507         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5508           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5509           bugs 928906 and 954082 half-empty initializers
5510         * src/SDCCsymt.h,
5511         * src/SDCCsymt.c (getAllocSize): added for above fix
5512         * src/z80/gen.c (genArrayInit): fixed bug 741044
5513         * support/regression/tests/zeropad.c: added tests
5514
5515 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5516
5517         * src/pic16/device.c (pic16_dump_section): corrected bug which
5518         caused some symbols of the libraries to be misplaced
5519
5520 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5521
5522         * src/pic16/glue.c,
5523         * src/pic16/ralloc.h,
5524         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5525         to fix conflict with pic port
5526
5527 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5528
5529         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5530         externs configuration variables,
5531         * src/pic16/ralloc.h,
5532         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5533         prototype in header, commented out some debug messages
5534
5535 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5536
5537         * src/pic16/glue.c,
5538         * src/pic16/main.c,
5539         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5540         for gpasm COFF object generation. Thanks to D. Hawkins for
5541         his patch info
5542
5543 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5544
5545         * src/ds390/main.c,
5546         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5547         Brock for spotting this)
5548         * src/ds390/gen.c (genEndFunction),
5549         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5550         interrupt handler and critical. Disable push/pop optimizations when
5551         peephole optimizations disabled.
5552
5553 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5554
5555         Updated pic16 library sources and headers.
5556         * device/lib/pic16/pic18f*/ ,
5557         * device/include/pic16/*.h: modified to handle structured SFR
5558         definitions
5559
5560 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5561
5562         * src/port.h (PORT structure): added hook initPaths, now each
5563         port can declare its own default search paths,
5564         which can been seen with the --print-search-dirs option,
5565         see pic16 port for example,
5566         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5567         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5568         * (doPrintSearchDirs): NEW, replaces in a central manner the
5569         printing of search dirs which was split in set*Paths functions,
5570         * (main): added call to port->initPaths and doPrintSearchDirs,
5571         * src/avr/main.c,
5572         * src/ds390/main.c,
5573         * src/hc08/main.c,
5574         * src/izt/i186.c,
5575         * src/izt/tlcs900h.c,
5576         * src/mcs51/main.c,
5577         * src/pic/main.c,
5578         * src/pic16/main.c: modified port structures to reflect addition of
5579         initPaths hook,
5580
5581         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5582         * (pic16_dump_section): for registers in same address reserve memory once,
5583         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5584         to no_banksel,
5585         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5586         result is greater in size than right or left,
5587         * (pic16_genUMult8X8_8): there are some cases where the result can
5588         be 16 bits size, so handle these,
5589         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5590         * (pic16_outBitC): modified to emit pcodes,
5591         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5592         or not,
5593         * (genDivOneByte): implemented algorithm to divide 8-bits,
5594         * (genCmp): uncommented goto, but issues still exist,
5595         * (genAnd): fixed a bug with variables >8bits,
5596         * (genPackBits): optimization added that uses BCF/BSF to change a
5597         single bit,
5598         * (genAssign): fixed bug when assigning floating point literals,
5599         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5600         __sdcc_gsinit_startup label,
5601         * src/pic16/main.c (_pic16_init): removed search directory
5602         initialisations,
5603         * (_pic16_initPaths): NEW, used to initialise search directories,
5604         * (_hasNativeMulFor): support functions for all except char/int
5605         multiplication, and char division,
5606         * (PIC16_port struct): modified entry for native mul support,
5607         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5608         no_banksel option,
5609         * (buildCallTree): call to register_usage is ifdef'ed out,
5610
5611 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5612
5613         * device/include/string.h: applied Stas Sergeev's patch to make this
5614         header file compatible with the preprocessor -Wundef option
5615         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5616         failure (fixes bug #941458)
5617
5618 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5619
5620         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5621         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5622         that the variable, not the function, should be static
5623         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5624         to be consistent with non-literal case
5625
5626 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5627
5628         * src/SDCCast.c (isConformingBody): fixed bug #949967
5629         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5630         convilong): fixed bug #952086
5631
5632 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5633
5634         * src/SDCCmem.c (allocVariables): fixed bug #955321
5635
5636 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5637
5638         * src/hc08/main.c (_hc08_genAssemblerEnd),
5639         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5640         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5641         completely eliminated the use of a temporary file
5642         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5643         when more than one file linked
5644         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5645
5646 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5647
5648         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5649         which fixes bug #543481
5650         * support/regression/tests/bug-751703.c: fixed comments left from a
5651         cut and paste error
5652         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5653         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5654         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5655         scopes
5656         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5657         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5658         are now changed to underscores in moduleName
5659
5660 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5661
5662         * as/mcs51/lkmem.c: better fix for bug #954173
5663
5664 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5665         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5666
5667         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5668         * device/include/c8051f000.h,
5669         * device/include/c8051f120.h,
5670         * device/include/c8051f300.h,
5671         * device/include/c8051f310.h,
5672         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5673         PWM16) and detab'ed
5674
5675 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5676
5677         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5678         and mailing lists, doc'ed --no-peep-comments, removed reference
5679         to knoppix (newest version has no LyX/LaTeX), other minor changes
5680         * src/SDCCglue.c (glue): save 2 bytes stack space with
5681         option --main-return. The ljmp could probably be avoided too
5682
5683 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5684
5685         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5686
5687 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5688
5689         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5690         * src/SDCCopt.c (isLocalWithoutDef),
5691         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5692         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5693         (credit to Maarten Brock for patch #949363, on which this is based)
5694         * support/regression/tests/bug-751703.c: some test cases of extern used
5695         within inner scopes.
5696
5697 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5698
5699         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5700         SPEC_STRUCT
5701         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5702         struct definitions
5703         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5704         dwWriteLabel): fix to create valid debugger symbols even when
5705         the module name has non-alphanumeric symbols in it
5706         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5707         when a variable's allocation has been optimized away
5708
5709
5710 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5711
5712         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5713         * src/hc08/main.c,
5714         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5715         * src/mcs51/main.c,
5716         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5717         * src/ds390/main.c,
5718         * src/z80/gen.c (z80_emitDebuggerSymbol),
5719         * src/z80/main.c,
5720         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5721         * src/pic/main.c,
5722         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5723         * src/pic16/main.c,
5724         * src/avr/gen.c (avr_emitDebuggerSymbol),
5725         * src/avr/main.c,
5726         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5727         * src/xa51/main.c,
5728         * src/SDCCdebug.c (emitDebuggerSymbol),
5729         * src/SDCCdebug.h,
5730         * src/port.h: added a debugger struct to the port struct. Added a
5731         callback for defining debugger symbols
5732
5733         * src/SDCCast.c (createLabel),
5734         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5735         with isitmp = 1
5736         * src/SDCCicode.h,
5737         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5738         iCode back to the ast for the function
5739
5740         * src/hc08/ralloc.c (hc08_assignRegisters),
5741         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5742         unneeded fields from the regs struct.
5743         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5744         pushReg() & pullReg() functions instead of emitcode()
5745
5746         * src/hc08/gen.c (genLabel, genhc08Code),
5747         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5748
5749         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5750         debugger hooks
5751
5752         * src/hc08/gen.c (genEndFunction, genhc08Code),
5753         * src/hc08/gen.h,
5754         * src/mcs51/gen.c (genEndFunction, gen51Code),
5755         * src/mcs51/gen.h,
5756         * src/ds390/gen.c (genEndFunction, gen390Code),
5757         * src/ds390/gen.h,
5758         * src/z80/gen.c (genEndFunction, genZ80Code),
5759         * src/z80/gen.h,
5760         * src/z80/z80.h,
5761         * src/pic/gen.c (genEndFunction, genpic14Code),
5762         * src/pic/gen.h,
5763         * src/pic16/gen.c (genEndFunction, genpic16Code),
5764         * src/pic16/gen.h,
5765         * src/avr/gen.c (genEndFunction, genAVRCode),
5766         * src/avr/gen.h,
5767         * src/xa51/gen.c (genEndFunction, genXA51Code),
5768         * src/xa51/gen.h,
5769         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5770         specific code to cdbFile.c and out of the backend code generators
5771
5772         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5773         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5774         starting address is now 0
5775
5776         * as/hc08/asm.h,
5777         * as/hc08/m08pst.c,
5778         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5779         assembler directive for DWARF support
5780         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5781
5782         * src/src.dsp,
5783         * src/Makefile.in,
5784         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5785
5786 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5787
5788         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5789         and inappropriate peephole optimization in jump tables
5790
5791 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5792
5793         * as/hc08/m08pst.c,
5794         * src/SDCCglue.c: sdccopt works for the hc08 port now
5795
5796 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5797
5798         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5799
5800 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5801
5802         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5803
5804 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5805
5806         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5807         rules
5808         * src/SDCCmain.c,
5809         * src/SDCCglobl.h,
5810         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5811         comments from the peephole optimizer replacement rules
5812         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5813         symbols
5814         * src/SDCCcse.c (updateSpillLocation),
5815         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5816         equivalents
5817         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5818         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5819         objects far pointers
5820
5821 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5822
5823         * src/SDCCsymt.h: a missing part of my last change
5824         * src/pic/ralloc.c (regTypeNum),
5825         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5826
5827 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5828
5829         * src/SDCCicode.h,
5830         * src/SDCCicode.c (aggrToPtrDclType),
5831         * src/SDCCptropt.h,
5832         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5833         ptrPseudoSymConvert),
5834         * src/pic/ralloc.c (regTypeNum),
5835         * src/pic16/ralloc.c (regTypeNum),
5836         * src/hc08/ralloc.c (regTypeNum),
5837         * src/ds390/ralloc.c (regTypeNum),
5838         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5839         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5840
5841 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5842
5843         * link/z80/lkmain.c (afile),
5844         * as/hc08/lkmain.c (afile),
5845         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5846         prevent a pointer problem when a filename has no directory and
5847         no extension specified.
5848
5849 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5850
5851         * link/z80/lkmain.c (afile): allow periods in directory names
5852         * link/z80/lkmain.c (afile),
5853         * as/mcs51/lkmain.c (afile),
5854         * as/hc08/lkmain.c (afile): allow linker script file to have an
5855         extension other than ".lnk"
5856         * link/z80/lklex.c (getfid),
5857         * link/z80/lkmain.c (parse),
5858         * as/mcs51/lklex.c (getfid),
5859         * as/mcs51/lkmain.c (parse),
5860         * as/hc08/lklex.c (getfid),
5861         * as/hc08/lkmain.c (parse): Support comments in the linker script
5862         file on lines by themselves and after filenames
5863
5864 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5865
5866         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5867
5868 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5869
5870         * src/z80/peeph-z80.def: removed some peephole rules that don't
5871         work with multibyte arithmetic (fixed bug #937126)
5872         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5873         to registers and not global variables
5874         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5875         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5876         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5877         checking for assignments not internally generated (fixed bug #931895)
5878         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5879         structure member (fixed bug #930072)
5880
5881 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5882
5883         * src/SDCCmain.c (linkEdit),
5884         * src/hc08/main.c (_hc08_parseOptions),
5885         * as/hc08/Makefile.in,
5886         * as/hc08/aslink.h,
5887         * as/hc08/asm.h,
5888         * as/hc08/m08pst.c,
5889         * as/hc08/lkrloc.c (relr, rele),
5890         * as/hc08/lkarea.c (lnkarea)
5891         * as/hc08/lkmain.c (afile, parse),
5892         * as/hc08/lkelf.c: support for ELF output
5893         * as/hc08/lks19.c (s19),
5894         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5895
5896 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5897
5898         * as/mcs51/lkihx.c: Fixed bug #899105.
5899
5900 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5901
5902         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5903         .dsp files from Unix to DOS.
5904
5905 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5906
5907         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5908         function pointers; we have been compliant for several months now.
5909         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5910         change that was accidently commented out
5911         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5912         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5913         bug #922319
5914
5915 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5916
5917         * src/hc08/gen.c: output of all of the internal debugging information
5918         is now controlled by the D() macro; it is disabled by default
5919
5920 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5921
5922         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5923         harder to keep the same registers during a CAST iCode
5924         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5925         long via int can be done in a single cast, if the signedness is
5926         correct.
5927         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5928         putchar() in tinibios.c in ds390's library
5929
5930 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5931
5932         * src/SDCCast.c (decorateType): fixed bug #898889,
5933         cast result of a literal complement too
5934         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5935         fixed check for bitfields
5936
5937 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5938
5939         * src/SDCCicode.c (geniCodeLogic): made it static,
5940         (geniCodeLogicAndOr): added in order to fix bug #905492,
5941         (ast2iCode): fixed bug #905492
5942         * support/regression/tests/bug-905492.c: added
5943         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5944         (processParms): fixed bug #927659: don't copy parms, this will clear
5945         decorated flag
5946         * support/regression/tests/bug-927659.c: added
5947
5948 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5949
5950         * src/SDCCast.c (addCast): don't cast float to char
5951         * device/lib/libsdcc.lib: added _memmove
5952
5953 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5954
5955         * device/lib/large/Makefile: fixed parallel execution by
5956         replacing `make` by `$(MAKE)`
5957
5958 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5959
5960         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5961         offsets (fixes bug #923936)
5962
5963 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5964
5965         * device/lib/small/Makefile: fixed parallel execution by
5966         replacing `make` by `$(MAKE)`
5967
5968 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5969
5970         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5971
5972 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5973
5974         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5975         * src/regression/Makefile: Regression test was not running.
5976
5977 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5978
5979         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5980         complement if possible
5981         * src/SDCCval.c (valComplement),
5982         * src/SDCCicode.c (operandOperation): fixed complement of literal
5983         * support/regression/tests/onebyte.c (testComplement): added
5984
5985 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5986
5987         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5988         return an optimized tree; actually replace actParm with the new tree
5989         * src/SDCCast.h: added some parantheses to remove side effects
5990         * support/regression/tests/bug-920866.c
5991
5992 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5993         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5994         Bit operands were not being handled properly in the pic14 port.
5995         (now src/regression/add.c passes again).
5996
5997 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5998
5999         * src/SDCC.y (labeled_statement): case and default no longer require
6000         a following statement (RFE #893037)
6001
6002 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6003
6004         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6005         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6006         disabled (fixes bug #916294)
6007         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6008         "mov a,acc"; patch provided by Lenny Story
6009         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6010
6011 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6012
6013         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6014         functions
6015         * src/ds390/gen.c (genFunction, genEndFunction),
6016         * src/ds390/ralloc.c (ds390_assignRegisters),
6017         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6018         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6019         pushed if there are parameters passed on the stack. Also, a cleaner
6020         way to decide if r0/r1 should be pushed/popped. (Together they fix
6021         bug #918693)
6022
6023 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6024
6025         * doc/sdccman.lyx,
6026         * device/lib/mcs51/crtpagesfr.asm,
6027         * device/lib/mcs51/crtxinit.asm,
6028         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6029         to avoid confusion with Si Lab's SFRPAGE register.
6030
6031 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6032
6033         * src/SDCCglue.c (emitMaps): allow public sfr variables
6034         * src/SDCCglue.c (initialComments): include compiler build date
6035         with compiler version and put the timestamp of the generated
6036         assembly file on a serperate line to be less confusing.
6037         * src/port.h: added genInitStartup hook
6038         * src/avr/main.c,
6039         * src/ds390/main.c,
6040         * src/hc08/main.c,
6041         * src/pic/main.c,
6042         * src/pic16/main.c,
6043         * src/xa51/main.c,
6044         * src/z80/main.c: genInitStartup initialize as NULL (default to
6045         historical behaviour)
6046         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6047         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6048         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6049         library instead of hard coding it into the compiler.
6050         * support/regression/ports/mcs51-stack-auto/spec.mk,
6051         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6052         * device/lib/mcs51/Makefile,
6053         * device/lib/small/Makefile,
6054         * device/lib/large/Makefile,
6055         * device/lib/mcs51/crtpagesfr.asm,
6056         * device/lib/mcs51/crtstart.asm,
6057         * device/lib/mcs51/crtxclear.asm,
6058         * device/lib/mcs51/crtxinit.asm,
6059         * device/lib/mcs51/crtclear.asm,
6060         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6061         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6062         and into user configurable files.
6063         * device/lib/clean.mk: clean mcs51 directory too
6064         * support/regression/tests/longlit.c: added static to T1 declaration
6065         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6066         accesses in the initialization code
6067
6068 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6069
6070         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6071         OSCTRIMVAL as noted in bug #916008
6072
6073 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6074
6075         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6076         in loops with multiple exits (reported as incorrect registers
6077         used by Martin Helmling in Sdcc-user list)
6078
6079 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6080
6081         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6082         made ds390 register extensions look less like error messages
6083
6084 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6085
6086         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6087         reported by Adam Wozniak in Sdcc-user list
6088
6089 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6090
6091         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6092         arithmetic optimizations, added debug output
6093
6094 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6095
6096         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6097         * sdcc.spec: updated and split sdcc into 3 rpms
6098         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6099         needed for literals of LEFT_OP and '+'
6100         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6101         introduced RESULT_TYPE_NOPROM
6102         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6103         left shift
6104         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6105         limited promotion to int only for '*'
6106         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6107
6108 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6109
6110         * src/pic16/gen.c (genSkip),
6111         (genc16bit2lit), (gencjneshort): commented out
6112         (is_LitOp): new helper function, checks operand type
6113         (genCmpEq): rewritten
6114
6115 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6116
6117         * support/regression/tests/bug-908454.c: added
6118
6119 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6120
6121         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6122         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6123         (geniCodeCast): cosmetic, don't preserve bit storage class
6124         (geniCodeLeftShift): added promotion
6125         (geniCodeLogic): fixed regression
6126         * src/SDCCsymt.c (computeTypeOr): accept bits too
6127         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6128
6129 2004-03-07  Borut Razem <borut.razem AT siol.net>
6130
6131         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6132
6133 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6134
6135         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6136         version of pic16_genPackRegisters which does not check if ic is a
6137         CAST operator,
6138         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6139         function cause string1.c regression test fails
6140
6141 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6142
6143         * sim/ucsim/configure.in,
6144         * sim/ucsim/configure,
6145         * sim/ucsim/doc/Makefile.in: use docdir
6146         * src/SDCC.y: fixed sbit atrributes
6147         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6148         * src/SDCCast.c (decorateType): |^& need special promotion handling
6149         * src/SDCCast.h,
6150         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6151         * src/SDCCsymt.h (computeType),
6152         * src/SDCCicode.c: computeType() needs op
6153         * src/SDCCsymt.c (checkTypeSanity),
6154         * doc/sddman.lyx: "plain" bitfields are unsigned
6155         * src/SDCCsymt.c (computeTypeOr): added
6156         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6157         |^& ops
6158         * src/SDCCval.c (val*): computeType() needs op
6159         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6160         * support/regression/tests/onebyte.c: added tests for |^&
6161
6162 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6163
6164         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6165         for writing icode into asm output.
6166
6167 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6168
6169         * src/pic16/device.c: added some debug lines enabled
6170         with macro DEBUG_CHECK,
6171         * src/pic16/genarith.c: more debug in genPlus,
6172         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6173         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6174         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6175         * (aopForSym): onStack symbols are re-placed in data memspace,
6176         and onStack flag is cleared,
6177         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6178         copy temporary pcodeop,
6179         * (genPcall): added warning for not updating PCLATU,
6180         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6181         always true for pic16 port,
6182         * (genMultOneWord): NEW, supports integer multiplication,
6183         * (genMult): modified to call genMultOneWord,
6184         * (ifxForOp): added warning when return NULL,
6185         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6186         flag is set before call to operandFromSymbol for implicit
6187         added structures,
6188         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6189         options.intlong_rent are set by default,
6190         * (_hasNativeMulFor): modified to allow port generation of integer
6191         multiplication,
6192         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6193         set regtype to REG_SFR for all registers, restricting seting the
6194         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6195
6196 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6197
6198         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6199         more than 500 times in the regression tests
6200
6201 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6202
6203         * support/Util/SDCCerr.h,
6204         * support/Util/SDCCerr.c,
6205         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6206         enumerator_list),
6207         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6208         for symbol conflicts.
6209         * support/valdiags/tests/enum.c,
6210         * support/valdiags/tests/tentdecl.c,
6211         * support/valdiags/tests/struct.c: expect possible error messages
6212         referring to original symbol definitions.
6213         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6214         * src/SDCCsymt.h,
6215         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6216
6217 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6218
6219         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6220
6221 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6222
6223         * src/pic16/ralloc.c (newReg): fixed bug #908929
6224
6225 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6226
6227         * src/ds390/gen.c: added missing #include "main.h"
6228
6229 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6230
6231         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6232         checking if symbol is already in set,
6233         * src/pic16/device.h: prototype for checkAddSym,
6234         * src/pic16/gen.c: (_G): added entry interruptvector,
6235         * (assignResultValue): removed some commented out lines,
6236         * (genFunction): check for ISR via sym->type, absolute section for
6237         interrupt code is created via a new pBlock, the goto instruction is
6238         placed now correctly at the interrupt vector position, changed all
6239         references from ivec to _G.interruptvector,
6240         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6241         is the interrupt is a high priority one, same for return from ISR,
6242         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6243         externs to calls of checkAddSym,
6244         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6245         pic16_pcode_verbose flag is set,
6246         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6247         * src/pic16/pcoderegs.c: message about how many registers are saved
6248         will only be emitted if pic16_pcode_verbose flag is set,
6249
6250 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6251
6252         * src/ds390/ralloc.h,
6253         * src/ds390/ralloc.c (ds390_regWithIdx),
6254         * src/ds390/gen.c (emitcode),
6255         * src/ds390/main.h,
6256         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6257         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6258         ds390operandCompare, getRegsRead, getRegsWritten,
6259         initializeAsmLineNode): customized instruction size calculation for
6260         ds390, started basis for some register optimizations
6261         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6262         corresponding assembly output
6263         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6264         missing push/pop of r0/r1. Optimized push/pops
6265
6266 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6267
6268         * src/mcs51/main.c (instructionSize): fixed ACALL size
6269         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6270
6271 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6272
6273         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6274         the sorting of rlist with NULL elements
6275         * (print_idataType, print_idata): NEW to create idata sections
6276         * src/pic16/device.h: idataSymSet new variable
6277         * src/pic16/gen.c (genFunction): fixed some bugs in string
6278         comparing, improved the absolute section creation for ISRs,
6279         added FSR0L/FSR0H in registers that are saved in an ISR,
6280         * (genInline): fixed the processing of inline snippets,
6281         now they undergo no process by the peephole optimizer
6282         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6283         are placed in idataSymSet,
6284         * (pic16emitStaticSeg): extern symbols are added in externs,
6285         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6286         switching when aboslute variables are placed in access bank memory
6287         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6288         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6289         commented out with #if,
6290         * (pic16_packRegisters): reintroduce the check for CAST because some
6291         symbols are not correctly handled,
6292         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6293         pCodeInstruction instead of pCode,
6294         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6295         pCodeAsmDir definition,
6296         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6297         directive, then the argument directive is emitted without the leading
6298         tab, hack for inline labels which must be in the first column,
6299         * (compareLabel,pic16_findNextInstruction),
6300         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6301         * (insertBankSwitch): modified for the new pCodeAsmDir,
6302
6303 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6304         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6305
6306         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6307         instance,
6308         * (pushSide): commented out with #if,
6309         * (assignResultValue): fixed some typos in saving
6310         registers,
6311         * (genPcall): FIXED and sync'ed with genCall,
6312         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6313         * (genNearPointerGet): fixed to handle some more cases,
6314         implementation scheme via table reads,
6315         * (genConstPointerGet): modified to access code memory correct,
6316         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6317         and improved to handle some cases
6318         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6319         instead of "RETLW" for init data
6320         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6321         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6322         variables are placed in access bank memory (<0x80 and >=0xf80),
6323         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6324         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6325         TBLWT_POSTDEC,TBLWT_PREINC
6326         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6327         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6328         directives
6329         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6330         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6331         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6332         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6333
6334 2004-02-29  Borut Razem <borut.razem AT siol.net>
6335
6336         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6337         support/Util/findme.h, support/Util/system.h: enhance binary relative
6338         search for lib and include by using findProgramPath()
6339
6340 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6341
6342         * src/SDCCpeeph.h,
6343         * src/SDCCpeeph.c (pcDistance),
6344         * src/port.h,
6345         * src/mcs51/ralloc.h,
6346         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6347         * src/mcs51/main.h,
6348         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6349         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6350         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6351         size calculation port specific, started basis for some register
6352         optimizations
6353         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6354         missing push/pop of r0/r1. Optimized push/pops
6355         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6356         * device/lib/_modsint.c (_modsint),
6357         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6358         and stack version so regression tests pass
6359
6360 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6361
6362         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6363         * src/SDCCast.c (decorateType): catch another small optimization
6364         with '?' operator
6365         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6366         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6367         modified to finally use computeType() all over SDCC,
6368         see Feature Request #877103
6369         * src/SDCCval.h: cosmetic
6370         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6371         valCompare(); regression tested in muldiv.c
6372         * support/regression/tests/muldiv.c (testMod): mod sign follows
6373         dividend only
6374
6375 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6376
6377         * src/SDCCast.c (decorateType): fixed bug #902362
6378         * doc/INSTALL.txt: fixed install instructions for win32
6379
6380 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6381
6382         * device/include/Makefile.in (install): fixed by replacing spaces
6383         by tabs
6384         * doc/README.txt,
6385         * doc/INSTALL.txt: updated for release
6386         * doc/sdccman.lyx: added warning for --xstack being buggy
6387
6388 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6389
6390         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6391         to eliminate build warnings.
6392         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6393
6394 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6395            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6396
6397         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6398         removed -penable-stack, added comment for stack pragma, added
6399         warning for not initializing the stack/frame registers, removed
6400         comment at interrupts section
6401
6402         Stack is made permanent, there is no ability to disable stack usage.
6403         * src/pic16/device.h,
6404         * src/pic16/device.c: removed all references to USE_STACK macro,
6405         * src/pic16/device.c (pic16_dump_section): when no elements in
6406         rlist, free rlist before return,
6407         * (pic16_dump_int_registers): NEW, internal registers are a new set
6408         of general purpose registers reused by each function,
6409         * (checkAddReg): returns 1 if registers is added to set,
6410         * (pic16_groupRegistersInSection): when a registers is of type
6411         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6412         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6413         SRCASECMP macro is moved here from device.c
6414         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6415         PO_PCLATU, PO_PRODL, PO_PRODH,
6416         * (pic16_pCodeOpType, genMinus,
6417         changed compares to "a" register, with AOP_ACC,
6418         * (pic16_genPlus): fixed some bugs and indented properly,
6419         * (pic16_addSign): changed size to size+offset in the MOVWF
6420         instruction,
6421         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6422         multiply 8-bit operand by literal, result is 8-bit,
6423         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6424         multiply 2 8-bit operand, result is 8-bit,
6425         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6426         genUMult8X*_16,
6427         * src/pic16/gen.c: changed accUse to contain WREG only,
6428         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6429         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6430         true, do not use immediate addressing any more unless sym is a
6431         pointer in codespace,
6432         * (aopForRemat): do not use immediate addressing when symbol not in
6433         codespace and when symbol's address is requested,
6434         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6435         accUse size (= 1),
6436         * (aopGet): added case for AOP_ACC and don't return "accumulator
6437         bug" but WREG instead,
6438         * (popGetTempReg): pushes contents of temporary register in stack,
6439         * (popReleaseTempReg): pops contents of temporary register from
6440         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6441         * (pic16_popGet): separated case AOP_ACC to return register WREG
6442         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6443         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6444         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6445         the use of immediate pointers to certain cases only.
6446
6447         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6448         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6449         * (assignResultValue, genCall, genRet): modified to use the new
6450         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6451         genPcall is still broken,
6452         * (genFunction): added code to create 'A' type pBlocks when
6453         interrupt functions are generated, code not extensively tested yet,
6454         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6455         * (genEndFunction): modified so ISRs pop stored registers from stack,
6456         * (genMultOneByte): cleanup,
6457         * (AccRsh): added flag andmask, to and result with appropriate mask,
6458         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6459         * (genDataPointerGet): fixed and reenabled its use,
6460         * (genNearDataPointerGet): bugs fixed,
6461         * (genDataPointerSet): bugs fixed,
6462         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6463         pic16_DumpSymbol, pic16_DumpOp,
6464         * src/pic16/genutils.h: function prototypes for the above functions,
6465         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6466         pointers,
6467         * (pic16emitRegularMap): many many many improvements, but needs a
6468         major cleanup,
6469         * src/pic16/main.c: enable_stack in pic16_options is removed,
6470         * (_pic16_parseOptions): removed command line options -penable-stack,
6471         * (_process_pragma): emit stack symbol only when stack pragma is
6472         processed,
6473         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6474         redirected to FSR0L/FSR0H pair,
6475         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6476         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6477         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6478         for immediates,
6479         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6480         * (dumpPicOptype): NEW,
6481         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6482         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6483         with movff instruction,
6484         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6485         added pic16_int_regs, some packRegsFor* functions are commented out,
6486         because produce errors,
6487         * src/pic16/NOTES: minor modifications
6488
6489 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6490
6491         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6492         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6493         --pack-iram.
6494         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6495         * as/mcs51/lkaomf51.c: fixed bug #895763
6496
6497 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6498
6499         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6500
6501 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6502
6503         * doc/sdccman.lyx: added details about the HC08 storage classes and
6504         interrupts, fixed the register usage info for z80 & gbz80
6505
6506 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6507
6508         * doc/sdccman.lyx: added more pic16 port documentation
6509         * device/include/pic16/: added header pic18fregs.h
6510
6511 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6512
6513         * doc/sdccman.lyx: added Vangelis' contribution
6514
6515 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6516
6517         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6518         extend to the next CALL or PCALL, not just to the next CALL.
6519
6520 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6521
6522         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6523
6524 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6525
6526         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6527         bug #895752 and a better fix for bug #716790
6528
6529 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6530
6531         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6532
6533 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6534
6535         * doc/sdccman.lyx: minor changes, minor changed
6536
6537 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6538
6539         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6540         which can't handle SDCC_NEWONEBYTEOPS,
6541         (geniCodeMultiply): removed conversion from mult to shift for pic14
6542         and pic16
6543
6544 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6545
6546         * src/hc08/gen.h,
6547         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6548         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6549         thus fixing bug #895406
6550
6551 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6552
6553         * device/lib/_modsint.c,
6554         * device/lib/_modslong.c: sign follows divisor only
6555         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6556         signs or signedness can be ignored
6557         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6558         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6559         added optimization for IFX,
6560         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6561         arguments;
6562         reenabled optimization for IFX, which was removed on 2004-01-11
6563         * src/SDCCast.h: added return type IFX
6564         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6565         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6566         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6567         SDCC_OLDONEBYTEOPS selects the old behaviour
6568         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6569         changed again and commented promotion rule
6570         * src/SDCCval.c (valDiv): promotion no longer necessary
6571         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6572         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6573         rewritten
6574         * support/regression/tests/onebyte.c: added
6575
6576 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6577
6578         * gen.c (genInline): reverted to old code for assemnling inline
6579         code because of bug reported James Chadd
6580
6581 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6582
6583         * ralloc.h: missing declarations from previous patch,
6584         seems that patch for ralloc.h was never applied, fixed
6585
6586 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6587            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6588
6589         * pcode.c,
6590         * pcode.h,
6591         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6592         indirect addressing. Marked FSR0 as deprecated
6593         * gen.c (pointerCode): commented out, not needed now
6594         (pic16_popGet2p): new MOVFF helper function
6595         (genGenPointerGet),
6596         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6597         (shiftRLong): removed duplicate debugging info
6598
6599 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6600
6601         * src/ds390/gen.c (genNearPointerGet),
6602         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6603         optimization with bits, but not bitfields.
6604         * src/ds390/ralloc.c (packRegisters),
6605         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6606
6607 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6608
6609         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6610
6611 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6612
6613         * src/SDCCsymt.h,
6614         * src/SDCCicode.c (operandFromSymbol),
6615         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6616         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6617         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6618         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6619         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6620         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6621         bug #892038
6622         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6623         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6624         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6625         * src/SDCCsymt.c (newSymbol),
6626         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6627         enumerator_list),
6628         * src/SDCCval.h,
6629         * src/SDCCval.c (newiList): fixed bug #885705
6630
6631 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6632
6633         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6634         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6635
6636 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6637
6638         * device/include/c8051f120.h,
6639         * device/include/c8051f300.h,
6640         * device/include/c8051f310.h: added/updated header files for Silicon
6641         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6642         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6643         in new section Submitting patches
6644
6645 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6646
6647         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6648         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6649         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6650         genGenPointerSet),
6651         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6652         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6653         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6654         genGenPointerSet),
6655         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6656         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6657         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6658         genGenPointerSet),
6659         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6660         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6661         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6662         genGenPointerSet): fixed bug #892400
6663         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6664         to eliminate build warnings.
6665         * src/SDCCast.c (processParms),
6666         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6667         fixed bug 751859
6668         * support/valdiag/valdiag.py: added GCC to the list of defines active
6669         when compiling with gcc
6670
6671 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6672
6673         * support/Util/SDCCerr.h,
6674         * support/Util/SDCCerr.c,
6675         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6676         with an incomplete type (fixed bug #883734)
6677         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6678
6679 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6680
6681         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6682
6683 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6684
6685         * src/SDCCast.c (decorateType),
6686         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6687         function pointer implementation
6688         * support/regression/tests/funptrs.c: added tests to verify both forms
6689         of function pointers work correctly. Added tests to verify parameters
6690         are passed in the correct order.
6691
6692 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6693
6694         * device.c (regCompare): registers are sorted by ascending
6695         address and increasing size,
6696         * main.c (_pic16_finaliseOptions): removed the declaration
6697         of compiler macro MCU. Now a macro of the format pic18fxxxx
6698         will be defined from the command line
6699
6700 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6701             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6702
6703         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6704         PCOP_RLCF was overwritten!
6705         * gen.c (genSkip): commented out calls to pic16_emitcode,
6706         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6707         * (genlshTwo),
6708         * (genRRC): added debugging info,
6709         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6710         overwritten while shifting,
6711         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6712         overwritten while shifting,
6713         * (AccLsh),
6714         * (AccRsh),
6715         * (shiftLLeftOrResult),
6716         * (shiftRLeftOrResult),
6717         * (shiftRLong),
6718         * (shiftLLong): Implemented with pic16_emitpcode
6719         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6720         * (genLeftShift): Fixed bug, operand for shift by variable always
6721         was "and"ed with 0x0f,
6722         * (genLeftShiftLiteral),
6723         * (genrshTwo),
6724         * (genRightShiftLiteral): added debugging info,
6725         * (genrshFour): added comment,
6726         * (genRightShift): determined signedness from operand "left"
6727         instead of "result"
6728
6729 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6730
6731         * src/SDCCicode.c (geniCodeParms),
6732         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6733         function pointers, fixed function pointer bugs #861242 and #861896
6734
6735 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6736
6737         * device/include/c8051f000.h,
6738         * device/include/c8051f120.h,
6739         * device/include/c8051f300.h: added header files for Silicon
6740         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6741
6742 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6743
6744         * src/SDCCast.c (processParams): added new type flow and restructured
6745         (gatherAutoInit): added new type flow
6746         (addCast): cosmetic changes
6747         (getLeftResultType): added new type flow for array indices, patch
6748         provided by Stas, see FR #877103
6749         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6750         array index patch by Stas
6751         * src/SDCCast.h: added prototype getResultTypeFromType()
6752         * src/SDCCval.h,
6753         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6754         * src/pic/glue.c (pic14emitStaticSeg),
6755         * src/pic16/glue.c (pic16emitStaticSeg),
6756         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6757         for initialization of symbols
6758         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6759         * support/Util/SDCCerr.h:
6760         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6761         * .version: bumped version number to 2.3.8
6762         * device/include/Makefile.in (install),
6763         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6764         avoid warnings
6765
6766 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6767
6768         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6769         Slade Rich fixed an optimization bug
6770         * src/pic/pcodepeep.c,
6771         * src/pic/pcoderegs.c
6772         * doc/Makefile (install): added test for directory
6773
6774 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6775
6776         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6777         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6778         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6779         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6780         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6781         * as/mcs51/asexpr.c (term),
6782         * as/hc08/asexpr.c (term): fixed bug #887146
6783
6784 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6785
6786         * src/z80/gen.c (genMult): handle single byte result product
6787         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6788         DUMMY_READ_VOLATILE (fixed bug #886367)
6789
6790 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6791
6792         * support/regression/tests/libmullong.c: fixed logic, on little endian
6793         hosts we ended without a mullong_wrapper()
6794
6795 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6796
6797         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6798         virus/worm forged address usage.
6799
6800 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6801
6802         Fixed promotion, it should be done on AST level:
6803         * src/SDCCast.c (addCast): added promotion to int
6804         (decorateType): updated call to upCast()
6805         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6806         usualUnaryConversions()
6807
6808 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6809
6810         * support/regression/tests/literalop.c (mulWrapper): Added a
6811         wrapper to remove integer overflow warnings.
6812
6813         * support/regression/tests/float_trans.c: Made work on host.
6814
6815         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6816         location of sz80.
6817
6818         * support/regression/generate-cases.py (main): Changed from inline
6819         to a main method.
6820
6821         * doc/Makefile (install): Changed to depth first to get rid of
6822         missing directory install warning.
6823
6824         * as/Makefile (install-doc): Made work on Mac.
6825
6826 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6827
6828         * src/SDCCast.c: added an additional type flow in decorateType() of
6829         opposite direction, see feature request #860006; it's enabled at runtime
6830         by setting the environment variable SDCC_NEWTYPEFLOW
6831         * src/SDCCast.h: changed prototype of decorateType()
6832         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6833         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6834         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6835         see feature request #877103
6836         * src/SDCCval.c: updated call of decorateType()
6837         (valBitwise): fixed bug #882876
6838         (valMinus): added promotion
6839         (valLogicAndOr): result is unsigned
6840         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6841         * src/SDCCsymt.c (computeType),
6842         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6843         must not cause an unsigned operation
6844         * src/pic/glue (pic14emitRegularMap),
6845         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6846
6847 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6848
6849         * src/pic/pcode.c (PCodeID): commented out left over debug code
6850
6851 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6852
6853         * support/valdiag/tests/overflow.c: added shift tests
6854         * src/pic/device.c,
6855         * src/pic/gen.c,
6856         * src/pic/gen.h,
6857         * src/pic/glue.c,
6858         * src/pic/main.c,
6859         * src/pic/pcode.c,
6860         * src/pic/pcode.h,
6861         * src/pic/pcodepeep.c,
6862         * src/pic/pcoderegs.c,
6863         * src/pic/ralloc.c,
6864         * src/pic/ralloc.h: applied patch from Slade Rich;
6865         added support for multiple code pages and multiple RAM banks on the
6866         PIC 14 port. The ASM files now no longer simply assume all the
6867         code / RAM are in the same page / bank. This means the linker can
6868         safely allocate code/RAM of separate ASM files to different pages/banks.
6869         * doc/sdccman.lyx: added Slade's tips
6870         * src/mcs51/peeph.def: fixed bug #880768
6871
6872 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6873
6874         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6875         * src/SDCCast.c (decorateType): fixed bug #880197
6876
6877 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6878
6879         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6880         getopt.h.
6881
6882         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6883         strtof is not part of C89 and isn't included with Mac OS X.
6884
6885 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6886
6887         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6888         shiftL2Left2Result): fixed bug #879326
6889         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6890         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6891         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6892         address fetch for clr instruction
6893         * device/lib/hc08/_mulint.c: created optimized assembly version
6894         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6895
6896 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6897
6898         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6899         proposed in FR #877103
6900
6901 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6902
6903         * src/SDCCval.c (cheapestVal): added missing checks
6904         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6905         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6906
6907 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6908
6909         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6910         equal operands
6911
6912 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6913
6914         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6915         loaded with the linker search paths (-L arguments) and the libraries
6916         to be linked with the current source (-l arguments). Changes
6917         currently will affect only the pic16 port.
6918         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6919         include path the port specific paths and port specific libraries,
6920         * gplink command now contains the $3 argument,
6921         * src/pic16/device.h,
6922         * src/pic16/device.c,: structure PIC_device is made public and
6923         renamed to PIC16_device, the same for variable Pics which is renamed
6924         to Pics16. Updated all references to them.
6925         * src/pic16/glue.c (pic16glue): corrected bug with code
6926         initialization which bypassed the variable initializations block.
6927
6928         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6929         COMPILE_FLAGS and added the --nostdinc option
6930
6931 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6932
6933         * device/include/mc68hc908jb8.h: Register defs for another member
6934         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6935
6936 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6937
6938         Documenting changes from previous commits.
6939         * configure.in (version 1.56),
6940         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6941         when generating output files to configure the pic16 library,
6942         but now I've commented it out, since gputils aren't installed in the
6943         SF compile farm, so library won't compile
6944
6945         * device/lib/Makefile.in (version 1.56): initially I've added in
6946         target 'all' the prerequestive 'model-pic16' so it compiled the
6947         pic16 library, but now I've commented it out for the same reasons
6948         above,
6949         * added targets 'model-pic16' and 'objects-pic16' to compile the
6950         library
6951         * added target 'port-specific-objects-pic16' to handle the
6952         generated libraries and copy them into the build/ directory
6953         * added target 'clean-intermediate-pic16' to clean intermediate
6954         files into pic16 directory
6955         * in target 'installdirs' added line to create directory pic16 in
6956         the installation path
6957
6958         * device/include/Makefile.in (version 1.11): in target 'install'
6959         added lines to copy all header files to installation path,
6960         * in target 'installdirs' added line create directory for pic16
6961         headers in the installation path
6962
6963 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6964
6965         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6966          a function call
6967
6968 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6969
6970         * configure,
6971         * device/lib/configure.in,
6972         * device/lib/configure: fixed for autoconf 2.57
6973
6974 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6975
6976         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6977         option so that it actually works. Made it specific to the z80, since
6978         the gbz80 doesn't have these kinds of I/O ports.
6979
6980 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6981
6982         * device/include/z180.h,
6983         * device/lib/_memcpy.c,
6984         * device/lib/_memmove.c,
6985         * device/lib/_mulint.c,
6986         * device/lib/ser_ir.c,
6987         * device/lib/ser_ir_cts_rts.c,
6988         * device/lib/_strcmp.c,
6989         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6990         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6991         portmode; added deprecation warning for bank= and protmode= forms.
6992         Also, guard against buffer overflow.
6993         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6994
6995 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6996
6997         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6998         changed interrupt vector table generation to only emit declared vectors.
6999         * device/include/Makefile.in: added missing backslash
7000         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7001
7002 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7003
7004         Mainly changes to support compilation of the device libraries
7005         * src/pic16/device.c: stack is allocated via symbol and not
7006         via literal number. The symbol is placed in the corresponding
7007         position of the data ram
7008         * (pic16_dump_section): relocatable and absolute uninitialized
7009         data are now emitted in sorted order to reduce section naming,
7010         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7011         weren't marked as being in the access bank,
7012
7013 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7014
7015         Added portion of GNU PIC Library under the directory
7016         device/include/pic16 and device/lib/pic16. These files
7017         contain the declarations of SFRs for the PIC18Fxx2 devices.
7018         The directory is initialized via configure from toplevel.
7019
7020 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7021
7022         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7023         the spilllocations to be compared correctly
7024
7025 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7026
7027         * src/SDCCast.c (decorateType): fixed bug introduced today
7028
7029 2004-01-12  Borut Razem <borut.razem AT siol.net>
7030
7031         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7032         doc/sdccman.lyx: upper case pragmas are deprecated
7033
7034 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7035
7036         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7037         in simpler and even better code
7038
7039 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7040
7041         * src/SDCCicode.c (operandOperation): fixed bug #874819
7042         * src/SDCCast.c (decorateType): fixed
7043         char foo (unsigned long ul) { return ul > 0; }
7044
7045 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7046
7047         * doc/sdccman.lyx: Moved and added some sections, small changes
7048         all over. Telling LaTeX to be less strict with word spacing
7049         to better keep the right margin. Changed some notes about
7050         maintainance of the ports in section 3.2.1 - is it OK like this?
7051
7052 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7053
7054         SDCC source changes:
7055         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7056         convilong): modified to inform the pic16 port that builtin functions
7057         are external
7058
7059         PIC16 PORT specific changes:
7060         * src/pic16/device.c pic16_dump_equates() added,
7061         processor registers declared internally by the port are emitted in
7062         the translation as equates,
7063         * src/pic16/gen.c: inline code is passed unprocessed to the
7064         translation,
7065         * (pic16_popGetLit2): fnuction modified to take second operand as
7066         pCodeOp pointer and not as literal,
7067         * (popRegFromIdx): prefixed with pic16_,
7068         * (pic16_popCombine2): modified to receive already allocated pCode
7069         operands,
7070         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7071         * (genFunction): initializes local stack frame and pushes on stack
7072         all the registers used by this function,
7073         * (genEndFunction): restores all registers from stack and restores
7074         stack frame,
7075         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7076         improvements,
7077         * (pic16glue): changed the program startup sequence,
7078         * added new dbName code 'A' for functions placed in absolute section
7079         * src/pic16/main.c: added function attribute _naked,
7080         * added pragma 'code' to place a fnuction at an absolute address,
7081         * added command line arguments --debug-ralloc and --pcode-verbose,
7082         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7083         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7084         * (pic16_newpCodeOpLit2): modified to take the second operand as
7085         pCodeOp pointer,
7086         * (pic16_printpBlock): modified to emit each function in a separate
7087         section,
7088         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7089         UPPER for immediate operands,
7090         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7091         instruction,
7092         * src/pic16/peeph.def: all peepholes with movff are commented out,
7093         because there is a problem in the pcode peep optimizer,
7094         * src/pic16/ralloc.c: the register allocator can now reuse local
7095         function symbols for another function. This saves register usage.
7096         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7097
7098         Added file src/pic16/NOTES with information about program writing on
7099         the current port version.
7100
7101 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7102
7103         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7104         and peephole 252 (array access)
7105
7106 2004-01-09  Borut Razem <borut.razem AT siol.net>
7107
7108         * src/SDCCmain.c : fixed #872250: -l command line defined library
7109           files are scanned before standard library files
7110
7111 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7112
7113         * src/SDCCast.c (decorateType): fixed bug #874046
7114
7115 2004-01-09  Borut Razem <borut.razem AT siol.net>
7116
7117         * support/scripts/sdcc.nsi: remove previous installation
7118
7119 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7120
7121         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7122         bytes for last interrupt vector (mcs51)
7123         * sdcc.spec: fixed typo
7124
7125 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7126
7127         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7128         gen51Code): more efficient parameter receive for --model-large
7129         ("bug" #845294)
7130
7131 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7132
7133         * src/ds390/main.c,
7134         * src/z80/main.c: added missed needLinkerScript flags (more than
7135         one port structure defined in these file)
7136         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7137         bug #795325
7138
7139 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7140
7141         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7142         * src/port.h: added flag needLinkerScript in port->linker
7143         structure to inform whether to create a .lnk file or not,
7144         * src/avr/main.c,
7145         * src/ds390/main.c,
7146         * src/hc08/main.c,
7147         * src/mcs51/main.c,
7148         * src/pic/main.c,
7149         * src/pic16/main.c,
7150         * src/xa51/main.c,
7151         * src/z80/main.c: changed appropriately to configure
7152         needLinkerScript flag
7153         * src/pic/gen.c,
7154         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7155         * src/pic/glue.c: added variable udata_section_name to
7156         override default uninitialized data segment definition for
7157         devices only with SHAREBANK memory (reported from Erik Epetrich)
7158         * (pic14emitOverlay): modified to emit a commented overlay segment
7159         directive when no overlay data exist
7160         * (picglue): modified to emit uninitialized data segment
7161         according to udata_section_name
7162         * src/pic/main.c (_pic14_parseOptions): added command line
7163         options --udata-section-name=[name] to override default
7164         udata definition name
7165         * modified _linkCmd and _asmCmd to include compiler passed
7166         arguments via -W option
7167         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7168         object file from '.rel' to '.o' in port->linker structure,
7169         changed size of fptr from 2 to 3 in port structure
7170
7171 2004-01-07  Borut Razem <borut.razem AT siol.net>
7172
7173         * support/scripts/sdcc.nsi: update PATH
7174         * support/scripts/sdcc.ico: craeted
7175
7176 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7177
7178         * device/include/Makefile.in: fix install
7179         * doc/Makefile: fix install
7180
7181 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7182
7183         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7184         in bug #860505
7185         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7186         how the function variable allocation summary is displayed; also
7187         include information about variables allocated to the overlay
7188         segment
7189
7190 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7191
7192         * as/mcs51/lkmain.c: Help about -Y option
7193         * as/mcs51/lkarea.c: Fixed gcc warnings
7194
7195 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7196
7197         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7198         fixed warning
7199         * support/valdiag/tests/overflow.c: added
7200         * src/SDCCast.c (decorateType),
7201         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7202         LEFT_OP (left shift)
7203
7204 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7205
7206         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7207         (default behaviour).
7208
7209 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7210
7211         A python script to validate compiler diagnostic messages. It can be
7212         used to verify that sdcc complains about bad c source code and
7213         gives a good location of the error.
7214         * support/valdiag/Makefile,
7215         * support/valdiag/valdiag.py,
7216         * support/valdiag/tests/*
7217
7218 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7219
7220         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7221         * src/SDCCsymt.c (newEnumType),
7222         * src/SDCCsymt.h
7223         * support/Util/SDCCerr.c,
7224         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7225         enum related bugs.
7226         * support/regression/tests/enum.c: added test for enum values that
7227         require at least 2 bytes of storage.
7228
7229 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7230
7231         * src/common.h: added ifndef/define/endif macros
7232         around the header file.
7233         Bug reported from Jesus Calvino-Fraga
7234
7235 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7236
7237         * sdcc.spec: updated
7238         * device/include/Makefile.in: don't install CVS directories
7239         * device/lib/Makefile.in: added removal of CVS directories after install
7240         * doc/Makefile: fixed install, added local_icons
7241         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7242         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7243         * src/ds390/gen.c (genRightShift): fixed bug #870788
7244         * src/SDCCast.c (decorateType): fixed bug #870781
7245
7246 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7247
7248         PIC16 port related changes:
7249         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7250         added variable stackPos,
7251
7252         * gen.c: genCall, assignResultValue: added support for
7253         pushing/retrieving function parameters to/from stack,
7254         genFunction,genEndFunction: setup stack frame for the
7255         generated function,
7256         genAddrOf: will be changed according to bug 863624
7257
7258         * added files genutils.c and genutils.h which contain gen*
7259         debugged and optimised functions extracted from gen.c
7260
7261         * glue.c: added variable 'externs' which holds extern symbols,
7262         pic16emitRegularMap: is modified to properly handle relocatable
7263          symbols under the new scheme,
7264         pic16createInterruptVect: is modified
7265         pic16printPublics: is modified to emit 'global' assembler directives,
7266         added pic16_printExterns to print extern symbols,
7267         pic16glue: initializes stack/frame pointer in the beginning of
7268         the assembly output. Temporary hack, will be corrected later,
7269         because gplink yet does not support stack and SDCC does not
7270         yet support a type of crt0.o object to create the final binary.
7271
7272         * Removed many lines that contain 8051 legacy code.
7273         * The code is finally placed under a 'code' directive.
7274         * Added port specific options.
7275
7276         * _process_pragma: simplified since now we do not need *special*
7277         include file to define SFR registers. But a separate header
7278         will be needed. This will be developed later.
7279         * _pic16_parseOptions: added, parses port specific options:
7280         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7281         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7282         --preplace-udata-with=
7283
7284         * _pic16_setDefaultOptions: modified to initialize section names,
7285         but hack is temporarly out of order since it needs improvement.
7286         * _pic16_genAssemblerPreamble: configuration words are emitted by
7287         their address instead of their name. This part is incomplete and
7288         supports only the 18Fxx2 devices. Other devices will emit an error
7289         during assembly since they do not contain the same set of config
7290         registers
7291         * _pic16_genIVT: is modified,
7292
7293         * pcode.c: added definitions for some hardware registers that are needed
7294         for stack support
7295         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7296         All PCI entries are updated. Now LFSR is supported.
7297         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7298         * added pic16_newpCodeOpLit2 to support instructions with
7299         two literal arguments
7300         * pic16_pCode2str: corrected code that emits assembler instructions
7301         with two literal operands and those that have an access bit modifier
7302         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7303         this fixes a bug which caused some labels to be lost, when an
7304         assembler directive was added, i.e. banksel,
7305         * pic16_FixRegisterBanking: improved logic that causes the insertion
7306         of bank switching,
7307         * InlineFunction: functions that are called once, are not any more
7308         inlined. This can be a port option in the future,
7309
7310         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7311
7312         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7313         hold the corresponding uninitialized symbols,
7314         * pic16_allocProcessorRegister: registers have explicit marked the
7315         accessBank field,
7316         * pic16_allocInternalRegister: registers are explicit marked as
7317         not used,
7318         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7319         processing list, so bit registers were lost,
7320         *
7321
7322         * ralloc.h: added field 'accessBank' and original symbol operand
7323         in register definition,
7324         * removed the field isMapped from register definition,
7325
7326         ** Several functions have been removed from various sources:
7327         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7328         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7329         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7330         pic16_assignRelocatableRegisters
7331
7332         ** others have been introduced:
7333         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7334         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7335
7336 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7337
7338         * support/scripts/inc2h.pl: changed definition of BIT_AT
7339         to emit 'sbit at' instead of 'bit at'. This was a request.
7340
7341         PIC16 port related preliminary changes:
7342         * gen.c: prefixed function popRegFromString with
7343         pic16_ and all references to it corrected
7344         * pcode.c: all pic16_pc_* hardware registers prefixed
7345         with underscore (_),
7346         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7347         * ralloc.c: newReg(): when register is REG_SFR then
7348         set address to rIdx,
7349         pic16_allocProcessorRegister(): marks register wasUsed=0
7350         pic16_writeUsedRegs(): added a call to assign processor
7351         registers via pic16_assignFixedRegisters
7352
7353 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7354
7355         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7356         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7357         variables in unused register banks.  Also the SSEG is placed
7358         wherever there is enough space for it, and IDATA can be anywhere
7359         in internal RAM.  For now compile using -Wl-Y[stack_size].
7360         The mem file is different for this option as well, since it
7361         makes no sense of talking about DSEG lenght.
7362
7363 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7364
7365         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7366         in certain cases, e.g. when ROM assignment, patch provided
7367         from Albert den Haan.
7368
7369 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7370
7371         Many signedness and type propagation fixes:
7372         * src/SDCCicode.c: made geniCodeCast() static
7373         replaced SPEC_ by IS_ (cosmetic)
7374         (operandOperation): fixed div and mod operation
7375         (usualBinaryConversions): added support for promotion of char
7376         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7377         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7378         (geniCodeAdd): an array index will stay unsigned, even if promoted
7379         from char to int
7380         (geniCodeArray): ditto
7381         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7382         * src/SDCCsymt.c (computeType): added more support for char;
7383         promotion of char is selectable by promoteCharToInt, fixed signedness
7384         for all cases
7385         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7386         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7387         * src/SDCCval (val*): replaced signedness calculation by
7388         computeType()
7389         rearranged if-branches (cosmetic)
7390         (valShift): added warning W_SHIFT_CHANGED
7391         (valCompare): fixed problem with different types
7392         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7393         * support/regression/tests/literalop.c: added many cases
7394         * support/regression/tests/ast_constant_folding.c: changed finally to
7395         'unsigned int'
7396         * .version: new year, new version: 2.3.7
7397         * src/SDCCmain.c (main): applied patch #866468
7398         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7399         provided by Scott Bronson
7400         * doc/sdccman.lyx: updated documentation for sdcdb
7401         updated and added chapter tips
7402
7403 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7404
7405         * src/SDCCsymt.h: missing from yesterday's commits
7406
7407 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7408
7409         * src/SDCC.y (struct_or_union_specifier),
7410         * support/Util/SDCCerr.c,
7411         * support/Util/SDCCerr.h: verify that struct & union tags are used
7412         as declared.
7413
7414 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7415
7416         * src/SDCCglobl.h: missing from yesterday's commits
7417
7418 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7419
7420         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7421         sft_attributes, struct_declaration, parameter_declaration,
7422         type_name, start_block, declaration_list),
7423         * src/SDCC.lex (check_type): support redefinition of typedef names
7424
7425 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7426
7427         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7428         aligned xdata arrays. Erik helped me with the if clause.
7429
7430 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7431
7432         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7433         warning
7434
7435 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7436
7437         * src/SDCCast.h,
7438         * src/SDCCast.c (newAst_),
7439         * src/SDCCicode.h,
7440         * src/SDCCicode.c (ast2iCode, newiCode),
7441         * src/SDCCglobl.h,
7442         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7443         expr, statement, expression_statement, selection_statement,
7444         iteration_statement, expr_opt, jump_statement): foundation for tracking
7445         sequence points
7446         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7447         point code too)
7448
7449 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7450
7451         * support/Util/SDCCerr.c,
7452         * src/SDCCast.h,
7453         * src/SDCCast.c (createCase, createDefault, decorateType),
7454         * src/SDCClabel.c (labelUnreach),
7455         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7456         to error messages.
7457         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7458         (with thanks to Stas Sergeev)
7459         * device/include/time.h,
7460         * device/lib/time.c (CheckTime): suppress unreachable code warning
7461
7462 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7463
7464         * src/SDCCast.c (createIvalCharPtr),
7465         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7466         bug #753752)
7467         * support/regression/tests/nullstring.c: tests for these two bugs
7468
7469 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7470
7471         * support/Util/SDCCerr.h,
7472         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7473         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7474         about storage class and 'at' used inside struct or union
7475         * src/SDCCBBlock.c (iCodeFromeBBlock),
7476         * src/SDCCcse.c (ifxOptimize),
7477         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7478         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7479         printIval, emitStaticSeg, emitOverlay),
7480         * src/SDCClabel.c (deleteIfx),
7481         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7482         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7483         gatherAutoInit, processParms),
7484         * support/Util/SDCCerr.h,
7485         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7486         reporting for post-parse errors.
7487
7488 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7489
7490         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7491         implicit casts via union; they don't work on big endian systems
7492         (possible fix for bug #861138)
7493
7494 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7495
7496         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7497         * src/mcs51/main.c: fixed the fix for bug #737001
7498
7499 2003-12-15  Borut Razem <borut.razem AT siol.net>
7500
7501         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7502
7503 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7504
7505         * support/makebin/makebin.c: put output in binary mode
7506
7507 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7508
7509         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7510         xdata and data memory on startup. Set the environment variable
7511         SDCC_NOGENRAMCLEAR to disable this.
7512         * src/mcs51/peephole.def,
7513         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7514         (allows non-interrupt and interrupt code to safely compete for a resource
7515         without the non-interrupt code having to disable interrupts)
7516
7517 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7518
7519         * src/SDCCicode.c (geniCodeAdd),
7520         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7521         with valFromType if type might be a pointer and host is big endian).
7522         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7523         types, not just integer types.
7524         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7525         multiply defined with mismatching "at" address.
7526
7527 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7528
7529         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7530         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7531         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7532         with embedded nulls (fixed bug #753752)
7533
7534 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7535
7536         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7537         Apparently this did not see much testing (endless loop)
7538
7539 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7540
7541         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7542
7543 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7544
7545         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7546         gracefully handle NULL memmap pointers
7547
7548 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7549
7550         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7551         instead of deleting the iCode when an operand is volatile
7552         * src/z80/gen.c (genDummyRead),
7553         * src/mcs51/gen.c (genDummyRead),
7554         * src/ds390/gen.c (genDummyRead),
7555         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7556         not just IC_RIGHT
7557         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7558         * src/SDCC.y: fixed bug #850420
7559
7560 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7561
7562         Applied z80 i/o port patch from Peter Townson and fixed some operators
7563         to better handle operands in A register.
7564         * device/include/z180.h
7565         * src/SDCC.y
7566         * src/SDCCglue.c
7567         * src/z80/gen.c
7568         * src/z80/gen.h
7569         * src/z80/main.c
7570         * src/z80/peeph-z80.def
7571         * src/z80/peeph.def
7572         * src/z80/z80.h
7573
7574 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7575
7576         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7577
7578 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7579
7580         * device/lib/hc08/_mullong.c: Removed extra #endif
7581
7582 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7583
7584         * sim/ucsim/hc08.src/inst.cc,
7585         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7586         carries from x to h
7587         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7588         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7589         * device/include/stdarg.h: fixed varargs for hc08
7590         * device/lib/Makefile.in,
7591         * device/lib/hc08/Makefile,
7592         * device/lib/hc08/_mulint.c,
7593         * device/lib/hc08/_mullong.c: fixed some endian problems
7594
7595 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7596
7597         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7598         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7599         * device/lib/_gptrget.c,
7600         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7601
7602 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7603
7604         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7605         * src/SDCCast.c (astErrors): fixed bug #846007
7606         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7607
7608 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7609
7610         * src/SDCCast.c (decorateType): disabled a transformation I added in
7611         revision 1.188 (access to fields of a structure at an absolute address);
7612         it breaks with bitfields, extern declarations, and gcse analysis.
7613         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7614         could be assigned through a pointer, so don't complain.
7615         * src/SDCCast.c (astErrors),
7616         * src/SDCCast.h,
7617         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7618
7619 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7620
7621         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7622         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7623         output of __config directives, since gpasm now supports them
7624         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7625         pre-processor macro, i.e. -DMCU=p18f452
7626         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7627         and modified to handle 'cast' icode similarly to '=' icode
7628         * src/pic16/device.h (typedef struct PIC_device): added field
7629         'extMIface' to indicate that chip has external memory interface
7630         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7631         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7632         18F8720
7633
7634 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7635
7636         * src/SDCC.y (pointer): fixed bug #846006
7637         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7638         * src/SDCCast.c (decorateType): fixed bug #846009
7639         * src/ds390/peeph.def,
7640         * src/ds390/gen.c (genAnd, genOr),
7641         * src/mcs51/peeph.def,
7642         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7643
7644 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7645
7646         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7647         * src/SDCCdflow.c
7648         * src/SDCCcse.c
7649         * src/SDCCcse.h
7650         * src/SDCCBBlock.h
7651         * src/SDCCBBlock.c
7652
7653 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7654
7655         fixed bug #845089
7656         * src/SDCCbitv.h,
7657         * src/SDCCbitv.c: added function to free a bitvector
7658         * src/SDCClrange.h,
7659         * src/SDCClrange.c: added function to recompute the liveranges
7660         * src/avr/ralloc.c,
7661         * src/ds390/ralloc.c,
7662         * src/hc08/ralloc.c,
7663         * src/mcs51/ralloc.c,
7664         * src/pic/ralloc.c,
7665         * src/pic16/ralloc.c,
7666         * src/xa51/ralloc.c,
7667         * src/z80/ralloc.c: recompute the liveranges after register packing
7668
7669 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7670
7671         * src/SDCCloop.c (newInduction): fixed bug #845630
7672
7673 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7674
7675         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7676         inadvertantly left behind from my 2003-11-12 change
7677
7678 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7679
7680         Updated headers I neglected to commit yesterday.
7681         * src/SDCClrange.h,
7682         * src/SDCCicode.h
7683
7684 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7685
7686         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7687         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7688         * src/SDCCopt.c (eBBlockFromiCode),
7689         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7690         the creation of the key hash table from the sequencing so it can be used
7691         earlier (for some GCSE bug fixes still pending)
7692
7693 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7694
7695         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7696         * support/regression/tests/addsub.c: testing genPlus shortcut
7697
7698 2003-11-15  Borut Razem <borut.razem AT siol.net>
7699
7700         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7701
7702 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7703
7704         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7705         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7706         ordering is immaterial.
7707         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7708
7709 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7710
7711         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7712         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7713         (SIGSEV) of bug #840381
7714         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7715         unlink new file before rename if new and old filenames are the same)
7716
7717 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7718
7719         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7720         uninitialized variables) for the mcs51. Set environment variable
7721         SDCC_GENRAMCLEAR to test.
7722         xdata initialization slightly shorter
7723
7724 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7725
7726         * src/SDCCsymt.h,
7727         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7728         #838241 & 780691 (basicly the same bug)
7729         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7730         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7731
7732 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7733
7734         * src/SDCCmain.c (linkEdit): "fix" #834252
7735
7736 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7737
7738         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7739         * src/SDCCast.h,
7740         * src/SDCC.y: fixed bug #819403
7741
7742 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7743
7744         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7745         the reentrant attribute.
7746         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7747         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7748         simulation
7749         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7750         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7751         erroneously reduced to a literal.
7752         * src/hc08/ralloc.c (packRegisters, rematStr),
7753         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7754         some cases
7755
7756 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7757
7758         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7759         * doc/sdccman.lyx: changed from 'article' to 'book'
7760         * doc/Makefile: readded test_suite_spec and cdbfileformat
7761
7762 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7763
7764         * device/include/stdlib.h: include malloc.h to comply with ANSI
7765         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7766
7767 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7768
7769         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7770         * doc/clean.mk: also remove *.out files
7771         * doc/sdccman.lyx: some additions, larger top/bottom margins
7772
7773 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7774
7775         * src/SDCC.y: fixed bug #837365
7776         * support/regression/tests/bitopcse.c
7777         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7778         a symbol (might be valop instead)
7779         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7780         * device/lib/clean.mk: added hc08 to the cleaning list
7781
7782 2003-11-04  Borut Razem <borut.razem AT siol.net>
7783
7784         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7785           made 2003-11-04
7786         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7787           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7788           malloc is declared in standard stdlib.h
7789
7790 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7791
7792         * device/lib/hc08/Makefile: need to clean .rel not .o files
7793         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7794
7795 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7796
7797         * src/port.h,
7798         * src/hc08/main.c,
7799         * src/mcs51/main.c,
7800         * src/ds390/main.c,
7801         * src/z80/main.c,
7802         * src/avr/main.c,
7803         * src/pic/main.c,
7804         * src/pic16/main.c,
7805         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7806         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7807         tests (which uses the port's oclsExpense function)
7808         * src/SDCC.y,
7809         * src/SDCCast.c,
7810         * src/SDCCicode.c,
7811         * src/hc08/gen.c,
7812         * src/ds390/gen.c,
7813         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7814
7815 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7816
7817         * src/SDCCcse.c (ifxOptimize),
7818         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7819         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7820         deleting the IFX iCode.
7821         * src/hc08/ralloc.c: reduced unneeded slocs
7822         * src/hc08/gen.c: fixed bug in asmopToBoolean
7823
7824 2003-11-04  Borut Razem <borut.razem AT siol.net>
7825
7826         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7827           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7828           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7829           transferred to configure
7830
7831 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7832
7833         Use headers defined in the C[++] standards:
7834         * sim/ucsim/gui.src/serio.src/fileio.cc
7835         * sim/ucsim/gui.src/serio.src/frontend.cc
7836         * sim/ucsim/gui.src/serio.src/main.cc
7837         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7838         * support/Util/NewAlloc.c
7839         * as/hc08/lklibr.c
7840         * as/mcs51/lklibr.c
7841         * as/z80/aslist.c
7842         * as/z80/assym.c
7843
7844 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7845
7846         * Added MSVC projects for hc08 assembler and linker:
7847         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7848         /as/hc08/link_hc08.dsp
7849
7850 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7851
7852         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7853
7854 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7855
7856         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7857
7858 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7859
7860         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7861
7862 2003-10-31  Borut Razem <borut.razem AT siol.net>
7863
7864         * support/cpp2/cpplib.h,
7865           support/cpp2/cpplib.c,
7866           support/cpp2/cpplex.c,
7867           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7868           to switch _asm block preprocessing on / off. Default is
7869           #pragma preproc_asm +
7870
7871 2003-10-31  Borut Razem <borut.razem AT siol.net>
7872
7873         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7874           when outputting comment blocks (when executed with -C option) and
7875           _asm (SDCPP specific) blocks
7876
7877 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7878
7879         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7880
7881 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7882
7883         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7884
7885 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7886
7887         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7888         * src/SDCCast.c (decorateType): fixed bug #832664
7889
7890 2003-10-31  Borut Razem <borut.razem AT siol.net>
7891
7892         * support\cpp2\cpplex.c: fixed for SDCPP:
7893           comments(when executed with -C option) and _asm blocks
7894           were included even if they where in skipped #if block.
7895           Applied solution from GCC cpp 3.3.2
7896
7897 2003-10-31  Borut Razem <borut.razem AT siol.net>
7898
7899         * src/SDCC.lex: sdcc now understands both formats:
7900           '# <line_number> <file_name>' and
7901           '#line <line_number> <file_name>'
7902         * support/cpp2/cppmain.c: sdcpp now generates the standard
7903           '# <line_number> <file_name>' instead of former
7904           '#line <line_number> <file_name>'
7905
7906 2003-10-30  Borut Razem <borut.razem AT siol.net>
7907
7908         * support/cpp2/cpphash.h,
7909         * support/cpp2/cpplib.h
7910         * support/cpp2/cpplex.c,
7911         * support/cpp2/cppmain.c,
7912         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7913
7914 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7915
7916         Fixed a number of problems revealed by bug #827883.
7917         * src/SDCCloop.c (loopInvariants): Spill location of the
7918         result operand should be recomputed if extracted from
7919         a loop. Also, don't extract assignments of an iTemp
7920         from a literal.
7921         * src/SDCCast.c (isConformingBody): loop reversal should
7922         not occur if the control variable is involved with a
7923         relational operator.
7924
7925 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7926
7927         * .version: bumped to 2.3.6 to reflect the big improvements
7928         made by Erik and Klaus. Thanks!
7929
7930 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7931
7932         Replaced the livrange code.
7933         * src/SDCClrange.c: added new LR code
7934         * src/SDCCloop.c,
7935         * src/SDCCBBlock.h: removed remainig parts from old LR code
7936         * src/ds390/ralloc.c,
7937         * src/ds390/gen.c: minor fixes to make it work with new code
7938
7939 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7940
7941         * as/hc08/asm.h,
7942         * as/hc08/lkrloc.c,
7943         * src/hc08/gen.c,
7944         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7945         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7946         (tweaked fix for bug #818696)
7947
7948 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7949
7950         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7951
7952 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7953
7954         * src/SDCCmain.c,
7955         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7956         * src/mcs51/gen.c (gencjneshort),
7957         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7958         more efficient (per Scott Bronson's suggestion)
7959
7960 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7961
7962         Extended the semantics of the critical keyword to include
7963         individual statements. See RFE #827755 and #799831
7964         * src/SDCC.y
7965         * src/SDCCicode.c
7966         * src/SDCCopt.c
7967         * src/SDCCast.c
7968         * support/Util/SDCCerr.c
7969         * support/Util/SDCCerr.h
7970         * src/mcs51/gen.c
7971         * src/ds390/gen.c
7972         * src/hc08/gen.c
7973
7974 2003-10-19  Borut Razem <borut.razem AT siol.net>
7975
7976         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7977
7978 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7979
7980         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7981         Fixed bug #818696
7982         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7983         and predecrement operand is displayed
7984
7985 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7986
7987         * src/SDCCval.c (valMinus): fixed bug #826041
7988
7989 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7990
7991         Some hc08 related updates that I missed earlier
7992         * sim/ucsim/stypes.h
7993         * support/regression/ports/hc08/spec.mk
7994
7995 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7996
7997         New target "hc08" for the Motorola 68hc08 family of micros
7998
7999         * configure
8000         * configure.in
8001         * Makefile
8002         * src/hc08/*
8003         * src/SDCCmain.c
8004         * src/port.h
8005         * sim/ucsim/hc08.src/*
8006         * sim/ucsim/configure.in
8007         * src/ucsim/configure
8008         * sim/ucsim/packages_in.mk
8009         * as/hc08/*
8010         * as/Makefile
8011         * device/include/mc68hc908qy.h
8012         * device/lib/hc08/*
8013         * device/lib/Makefile.in
8014         * support/regression/ports/hc08/*
8015         * support/regression/Makefile
8016
8017 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8018
8019         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8020         regression test
8021         * src/ds390/gen.c (genCast): fixed bug #821957
8022
8023 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8024
8025         * device/lib/logf.c: "fixed" overlay bug
8026         * support/regression/ports/host/spec.mk: added m library
8027         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8028         * support/regression/tests/float_trans: added (for Eric)
8029
8030 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8031
8032         * src/mcs51/gen.c (genCpl): fixed bug
8033         http://sf.net/mailarchive/message.php?msg_id=6263915
8034
8035 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8036
8037         * src/SDCCast.c (decorateType): added extended constant folding
8038         * src/SDCCsymt.c (computeType): cleanup
8039         * src/SDCCval.c (valShift): minor optimization
8040         * support/regression/tests/ast_constant_folding.c: added
8041
8042 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8043
8044         * src/SDCCmain.c: removed some unintended changes
8045
8046 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8047
8048         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8049         * src/z80/gen.c: fixed part of bug #817589
8050         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8051
8052 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8053
8054         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8055         * src/SDCCcflow.c
8056         * src/SDCCcse.c
8057         * src/SDCCdflow.c
8058         * src/SDCClabel.c
8059         * src/SDCClrange.c
8060         * src/SDCCmem.c
8061         * src/SDCCopt.c
8062         * src/SDCCpeeph.c
8063         * src/SDCCset.c
8064         * src/avr/ralloc.c
8065         * src/ds390/ralloc.c
8066         * src/izt/ralloc.c
8067         * src/mcs51/ralloc.c
8068         * src/pic/ralloc.c
8069         * src/pic16/ralloc.c
8070         * src/xa51/ralloc.c
8071         * src/z80/ralloc.c
8072         * src/z80/gen.c: removed unused label "release:"
8073
8074 2003-10-06  Borut Razem <borut.razem AT siol.net>
8075
8076         * src/SDCC.lex: removed definition of unused variables
8077           save_optimize and save_options
8078
8079 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8080
8081         * clean.mk: removed '=' in "-maxdepth=1"
8082         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8083         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8084
8085 2003-10-06  Borut Razem <borut.razem AT siol.net>
8086
8087         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8088           my_unput() replaced by unput()
8089
8090 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8091
8092         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8093         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8094         type-punned pointer will break strict-aliasing rules"
8095         Old LR behaviour is again default; Klaus' LR can be choosen by
8096         defining the environment variable LRKLAUS
8097         * src/SDCCBBlock.h
8098         * src/SDCCloop.c
8099         * src/SDCClrange.c
8100         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8101         * clean.mk: fixed removal of files in bin/CVS/
8102         * device/lib/clean.mk: fixed removal of directories small and large
8103         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8104         * src/SDCCicode.c,
8105         * src/SDCCval.c: removed superflous test for pedantic
8106
8107 2003-10-05  Borut Razem <borut.razem AT siol.net>
8108
8109         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8110           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8111           message "unmatched #pragma SAVE and #pragma RESTORE"
8112
8113 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8114
8115         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8116           assembly, critical functions, atomic, nojtbound)
8117
8118 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8119
8120         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8121         * src/SDCCBBlock.h
8122         * src/SDCCloop.c
8123         * src/SDCCloop.h
8124         * src/SDCClrange.c
8125
8126 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8127
8128         * src/z80/gen.h,
8129         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8130         * src/mcs51/gen.h
8131         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8132         * src/ds390/gen.h
8133         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8134         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8135         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8136
8137 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8138
8139         * src/z80/gen.c (genRet): fixed bug #524753
8140         * src/z80/gen.c (genCast): fixed internal error on cast from
8141         pointer to long
8142         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8143         fix for bug #477835 to the z80
8144         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8145         for tracking iCodes in the peephole optimizer for z80
8146
8147 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8148
8149         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8150         the other part of bug #814548
8151         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8152
8153 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8154
8155         * src/SDCCcse.c: fixed part of bug #814548
8156
8157 2003-09-28  Borut Razem <borut.razem AT siol.net>
8158
8159         * src/asm.c: rewrite of printILine() to use temporary file instead
8160           a pipe
8161         * src/xa51/main.c: commented out declaration of int rewinds
8162
8163 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8164
8165         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8166
8167 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8168
8169         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8170         * src/asm.c (printILine): Fixed bug #811015
8171
8172 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8173
8174         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8175         freeing.
8176
8177 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8178
8179         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8180         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8181         to correctly handle general case of AOP_PAIRPTR
8182         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8183
8184 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8185
8186         * src/mcs51/ralloc.c (fillGaps),
8187         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8188         register positioning bug)
8189
8190 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8191
8192         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8193
8194 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8195
8196         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8197         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8198         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8199         (ralloc doesn't intentionally do this now, but perhaps later)
8200         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8201         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8202         register positioning bugs (Fixed bug #762602 and #795325)
8203         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8204         (Fixed bug #808779)
8205         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8206         lines that --i-code-in-asm generates
8207
8208 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8209
8210         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8211         trying to fclose a FILE* that was already closed.
8212
8213 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8214
8215         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8216         of const struct should be treated as if const themselves)
8217
8218 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8219
8220         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8221
8222 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8223
8224         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8225         Unix (/n) and DOS (/r/n) line terminations.
8226
8227 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8228
8229         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8230         bug #613775
8231
8232 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8233
8234         * src/mcs51/gen.c (genFunction, genEndFunction),
8235         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8236         and restore of EA so that stack offsets to parameters are
8237         correct when using both critical and reentrant/stack-auto.
8238         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8239         size (can be triggered in error if sloc is shared between
8240         different sized objects)
8241         * device/include/float.h: fixed macros to explicitly use
8242         unsigned long where needed
8243
8244 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8245
8246         Feature req. 799831: added code to allow nesting of critical functions
8247         * src/mcs51/gen.c (genFunction, genEndFunction)
8248         * src/ds390/gen.c (genFunction, genEndFunction)
8249
8250 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8251
8252         * src/SDCCsymt.c (sclsFromPtr),
8253         * src/SDCCsymt.h,
8254         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8255         support for standard C idiom of memory mapped variables; for
8256         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8257         to xdata int at 0x1234 tempvar = 1.
8258         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8259         provided by Akiya ISHIDA
8260
8261 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8262
8263         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8264         * src/SDCCval.c (constVal): added reduction from int to char
8265         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8266         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8267         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8268         to ignore the sign
8269         * support/regression/tests/shifts.c: fixed
8270
8271 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8272
8273         * src/z80/gen.c (genXor): Fixed bug #805445
8274
8275 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8276
8277         Fixed bug #621531 (const & volatile confusion in the type chain).
8278         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8279         refer to the const or volatile state of the pointer itself.
8280
8281         * src/SDCCast.c
8282         * src/SDCCglue.c
8283         * src/SDCCicode.c
8284         * src/SDCCsymt.c
8285         * src/SDCCval.c
8286         * src/SDCC.y
8287         * src/SDCCsymt.h
8288         * src/pic/gen.c
8289         * src/pic/ralloc.c
8290         * src/pic16/gen.c
8291         * src/pic16/ralloc.c
8292         * support/regression/tests/const.c
8293
8294 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8295
8296         When checking for duplicated modules, use absolute paths
8297         instead of relative paths.  Files changed:
8298
8299         * as/mcs51/lklib.c
8300         * link/z80/lklib.c
8301
8302 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8303
8304         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8305
8306 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8307
8308         * device/include/string.h: added size_t typedef, changed
8309         prototypes to use size_t, eliminated separate reentrant and
8310         non-reentrant declarations, added _memmove declaration
8311         * device/lib/_memcpy.c: changed to use size_t instead of int,
8312         changed /4 to >>2 to avoid division library call
8313         * device/lib/_memcmp.c,
8314         * device/lib/_memset.c,
8315         * device/lib/_strncat.c,
8316         * device/lib/_strncpy.c,
8317         * device/lib/_strncmp.c: changed to use size_t instead of int
8318         * device/lib/_memmove.c: new file (fixed bug #772294)
8319         * device/lib/Makefile.in: added _memmove.c
8320         * device/lib/z80/asm_strings.s: fixed bug #772290
8321         * support/regression/tests/bitfields.c: attempt to fix host assertion
8322         failure on amd64-unknown-linux2.2
8323
8324 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8325
8326         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8327         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8328         * as/z80/asmain.c (main): fixed bug #801766
8329
8330 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8331
8332         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8333         compilers
8334
8335 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8336
8337         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8338         reported in bug #800609
8339
8340 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8341
8342         * Top header beautifications in src/pic16 directory:
8343           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8344           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8345           pcoderegs.h, ralloc.c, ralloc.h
8346         * main.c: added top header and GPL license notice
8347         * pcode.c: fixed the if-conditional warning
8348
8349 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8350
8351         * device/lib/_mullong.c: replaced int by short for gcc
8352
8353 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8354
8355         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8356         and JUMPTABLE iCodes properly now (worked by accident before)
8357         * src/mcs51/gen.c (leftRightUseAcc),
8358         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8359         iCode properly now. Use getSize instead of nRegs since a & b
8360         aren't part of the nRegs tally.
8361
8362 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8363
8364         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8365         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8366           before instructions that use the _STATUS register
8367
8368 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8369
8370         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8371         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8372         fetching of the pointer
8373         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8374         copied from genNearPointerSet()
8375         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8376         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8377         If they pop r0/r1 they must be called in the opposite order than aopOp().
8378         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8379         (resp. --stack-auto), prepared for --xstack
8380
8381 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8382
8383         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8384
8385 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8386
8387         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8388         these ports have their own __sdcc_external_start()
8389
8390 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8391
8392         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8393         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8394         type for bits was changed. It resulted in bit variables becoming
8395         global, which is not permitted in PIC 14 assembly output.
8396
8397 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8398
8399         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8400
8401 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8402
8403         Z80 and MCS51 linkers complaint if a public symbol is defined
8404         in more than one library module:
8405
8406         * as/mcs51/lklib.c
8407         * link/z80/lklib.c
8408         * as/mcs51/Makefile.in
8409
8410 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8411
8412         A few small changes that speed up the peephole optimizer.
8413
8414         * src/SDCCpeeph.c
8415
8416 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8417
8418         Try to make the peephole optimizer smarter by maintaining
8419         an association between the assembly source code and the
8420         iCodes that originated them. Put this information to use
8421         with a new peephole rule condition "notVolatile" so that
8422         the rules can be aggressive yet still safe.
8423
8424         * src/SDCCpeeph.c
8425         * src/SDCCpeeph.h
8426         * src/mcs51/gen.c
8427         * src/mcs51/peeph.def
8428
8429 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8430
8431         Fixed bug #741761
8432
8433         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8434         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8435         if the left or right operand symbols have the accuse flag set.
8436
8437 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8438
8439         Changed the type of the result of the ! (NOT) operator to char;
8440         previously it returned the same type as the source. This allows
8441         us to eliminate all the genFloatNot functions (all of its target
8442         implementations were very buggy) since !float can use the same
8443         code as !long now.
8444
8445         * src/SDCCicode.c (ast2iCode): ! returns char
8446         * src/mcs51/gen.c (genNot, genNotFloat),
8447         * src/ds390/gen.c (genNot, genNotFloat),
8448         * src/z80/gen.c (genNot, genNotFloat),
8449         * src/pic/gen.c (genNot, genNotFloat),
8450         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8451
8452 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8453
8454         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8455         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8456            during interrupts. Ensure WSAVE is located at a shared bank address.
8457         2. Fixed page selection in some places
8458         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8459            the registers name strings.
8460         4. Fixed "signed / unsigned compare" compiler warnings.
8461         5. The PIC port manages its own allocation of the general purpose
8462            registers, but makes no attempt to reuse them. As a result when
8463            compiling it soon runs out of general purpose registers. Some
8464            additional code was added to the files pcode.c and device.c to walk
8465            through the function call tree and rename the registers so that they
8466            get reused.
8467
8468         * src/pic/device.c
8469         * src/pic/gen.c
8470         * src/pic/glue.c
8471         * src/pic/pcode.c
8472         * src/pic/pcode.h
8473         * src/pic/ralloc.c
8474         * src/pic/ralloc.h
8475         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8476         genPlus() & genMinus() when the result is the same as left or right
8477
8478 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8479
8480         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8481
8482 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8483
8484         Made bitfield a distinct type from bit so that bitfields
8485         convert as per ANSI C and bits retain their traditional
8486         boolean style behaviour. Implemented bitfield support in
8487         the z80 port.
8488
8489         * src/SDCCsymt.h,
8490         * src/SDCCsymt.c,
8491         * src/SDCCast.c,
8492         * src/cdbFile.c,
8493         * src/mcs51/gen.c,
8494         * src/ds390/gen.c: bit v bitfield split
8495         * src/z80/gen.c: New support for bitfields
8496         * support/regression/tests/bitfields.c: reenabled z80,
8497         added more tests
8498
8499 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8500
8501         Rules 246.x, 247.x relate to bitfields, the others speed up
8502         access to xdata mapped I/O devices.
8503
8504         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8505
8506 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8507
8508         Cleaned up genPackBits and genUnpackBits and added two helper
8509         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8510         for literal assignments in genPackBits (thanks to Frieder for
8511         reminding me).
8512
8513         * src/mcs51/gen.c
8514         * src/ds390/gen.c
8515
8516 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8517
8518         Fixed bug #748310 (pointer to function type mishandled when the
8519         function name is omitted). Also fixed a SIGSEGV when a function
8520         attribute (reentrant, etc) is used on a non-function or on a
8521         function but misplaced before the parameter list.
8522
8523         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8524         bug #748310
8525         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8526         * support/Util/SDCCerr.h,
8527         * support/Util/SDCCerr.c: Added func attr misuse error msg
8528
8529 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8530
8531         Fixed bug #787649 by anonymous
8532         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8533         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8534
8535 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8536
8537         Fixed numerous bitfield problems.
8538
8539         * src/SDCC.y: More bitfield related error checking
8540         * src/SDCCsymt.h,
8541         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8542         * support/Util/SDCCerr.h,
8543         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8544         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8545         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8546         * support/regression/tests/bitfields.c: tests added
8547
8548 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8549
8550         Made the constant following the "interrupt" keyword optional. If
8551         omitted, the function will not automatically be given an entry
8552         in the interrupt vector table (similar to #pragma NOIV, but
8553         less syntacticly kludgy). The interrupt number is also now
8554         range checked. Also fixed a bug in the high order bit example
8555         in the manual.
8556
8557         * src/SDCC.y
8558         * src/SDCCmem.c
8559         * src/SDCCglue.c
8560         * src/SDCCsymt.h
8561         * support/Util/SDCCerr.c
8562         * support/Util/SDCCerr.h
8563         * doc/sdccman.lyx
8564
8565 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8566
8567         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8568         * src/SDCCicode.c (operandOperation): rewritten some ops
8569         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8570         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8571         other type
8572         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8573         be re-activated by defining REDUCE_LITERALS)
8574         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8575         unsigned, but are signed by default
8576         * src/SDCCval.c (constVal): rearranged
8577         * src/SDCCval.c (valMod): preliminary fix
8578         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8579         * support/regression/literalop.c: added, work in progress
8580
8581 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8582
8583         Generate warnings for useless declarations like "char data;"
8584         that don't do what new users expect.
8585
8586         * src/SDCC.y
8587         * support/Util/SDCCerr.h
8588         * support/Util/SDCCerr.c
8589
8590 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8591
8592         * src/SDCCval.c (valMult): fix overflow detection of negative int
8593
8594 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8595
8596         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8597
8598         Changes to support big endian targets:
8599
8600         * src/ports.h
8601         * src/SDCCglue.c
8602         * src/avr/main.c
8603         * src/ds390/main.c
8604         * src/izt/i186.c
8605         * src/mcs51/main.c
8606         * src/pic/main.c
8607         * src/pic16/main.c
8608         * src/xa51/main.c
8609         * src/z80/main.c
8610
8611 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8612
8613         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8614         * device/lib/time.c: fixed warning "integer overflow in expression"
8615
8616 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8617
8618         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8619         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8620         constants are unsigned; added recognition of "u" flag for unsigned
8621         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8622         * src/SDCCval.c (valDiv, valMod): fixed signdness
8623         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8624         signedness of modulo, left and right shift
8625         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8626         * support/Util/SDCCerr.h: added warning W_INT_OVL
8627         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8628         * src/SDCCast.c (ast_print): improved output of constants
8629
8630 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8631
8632         Fixed some warnings when building with MSVC:
8633
8634         * as\mcs51\asdata.c
8635         * as\z80\asdata.c
8636         * as\mcs51\asm.h
8637         * as\z80\asm.h
8638         * link\z80\aslink.h
8639         * link\z80\lkdata.c
8640         * link\z80\lkeval.c
8641         * link\z80\lkgb.c
8642         * link\z80\lkihx.c
8643         * link\z80\lks19.c
8644         * link\z80\lksym.c
8645         * support\cpp2\cpplib.c
8646         * src\ds390\gen.c
8647         * src\mcs51\gen.c
8648
8649 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8650
8651         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8652
8653 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8654
8655         * support\librarian\clean.mk: Do not remove Makefile.
8656         * support\librarian\Makefile: added.
8657
8658 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8659
8660         Added librarian to MSVC build:
8661         * all.dsp
8662         * sdcc.dsw
8663         * support\librarian\librarian.dsp
8664
8665         'configure' not needed for librarian, removed:
8666         * support\librarian\configure
8667         * support\librarian\configure.in
8668         * support\librarian\config_in.h
8669         * support\librarian\Makefile.in
8670
8671         Hopefully these ones built the librarian and the rest of sdcc properly:
8672         * Makefile
8673         * Makefile.common.in
8674
8675         Messed up 'configure', so revert to previous version:
8676         * configure
8677         * configure.in
8678
8679 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8680
8681         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8682         there, while the mantissa of a double is "only" 53 bits wide.
8683
8684 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8685
8686         Adding sdcclib to the build.  MSVC project coming soon.
8687         Files added/changed:
8688
8689         * support\librarian\clean.mk
8690         * support\librarian\configure
8691         * support\librarian\configure.in
8692         * support\librarian\config_in.h
8693         * support\librarian\Makefile.bcc
8694         * support\librarian\Makefile.in
8695         * support\librarian\sdcclib.c
8696         * Makefile.bcc
8697         * Makefile
8698         * Makefile.common.in
8699         * configure
8700         * configure.in
8701
8702 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8703
8704         Linker now complaints if linked modules have conflicting options, for
8705         example, one compiled using --model-large and another one compiled with
8706         --model-small.  The following files were modified:
8707
8708         * as\mcs51\asdata.c
8709         * as\mcs51\aslink.h
8710         * as\mcs51\asm.h
8711         * as\mcs51\asmain.c
8712         * as\mcs51\asout.c
8713         * as\mcs51\i51pst.c
8714         * as\mcs51\lkdata.c
8715         * as\mcs51\lklibr.c
8716         * as\mcs51\lkmain.c
8717         * as\z80\asdata.c
8718         * as\z80\asm.h
8719         * as\z80\asmain.c
8720         * as\z80\asout.c
8721         * as\z80\z80pst.c
8722         * link\z80\aslink.h
8723         * link\z80\lkdata.c
8724         * link\z80\lklibr.c
8725         * link\z80\lkmain.c
8726         * src\SDCCglue.c
8727
8728 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8729
8730         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8731         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8732
8733 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8734
8735         * src/z80/mappings.i: fix _mul[us][int,long] entries
8736
8737 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8738
8739         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8740
8741 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8742
8743         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8744         * support/regression/tests/bitopcse.c: added
8745         fixed warning:
8746         * src/avr/gen.c:
8747         * src/pic/gen.c:
8748         * src/pic16/gen.c:
8749         * src/z80/gen.c:
8750         * src/xa51/gen.c:
8751
8752 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8753
8754         added support for new library format to z80, gbz80 linkers:
8755         *link/z80/aslink.h
8756         *link/z80/lklex.c
8757         *link/z80/lklib.c
8758         *link/z80/lklist.c
8759
8760 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8761
8762         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8763         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8764
8765 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8766
8767         added DUMMY_READ_VOLATILE:
8768         * src/SDCC.y:
8769         * src/avr/gen.c:
8770         * src/xa51/gen.c:
8771         * src/z80/gen.c:
8772         * src/pic/gen.c:
8773         * src/pic16/gen.c:
8774         * src/mcs51/gen.c:
8775         * src/ds390/gen.c:
8776         * src/SDCCcse.c (algebraicOpts): many improvements
8777         * src/SDCCcse.h: removed algebraicOpts()
8778         * src/SDCCicode.c (picDummyRead): added
8779
8780 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8781
8782         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8783         "Insufficient space in data memory".
8784
8785 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8786
8787         * src/mcs51/gen.c: fixed bug #771358
8788         * src/z80/gen.c: fixed bug #759087
8789
8790 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8791
8792         * src/pic16/glue.c: minor cleanup by Vangelis
8793
8794 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8795
8796         * device/include/regc515c.h: fixed #758477
8797         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8798         * device/lib/_gptrput.c: saved a few bytes
8799         * my tab spacing is 8, yours too?)
8800         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8801         * device/lib/serial.c: process RX bytes earlier than TX bytes
8802         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8803
8804 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8805
8806         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8807
8808 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8809
8810     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8811
8812 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8813
8814         * device/lib/Makefile.in: bad fix, reverted to 1.43
8815
8816 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8817
8818         * device/lib/Makefile.in: added missing z80 object files
8819
8820 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8821
8822         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8823         pic16 progress by Vangelis:
8824         * src/SDCCglobl.h:
8825         * src/SDCCmain.c:
8826         * src/pic/Makefile:
8827         * src/pic:
8828         * pic/Makefile:
8829         * pic16/device.c:
8830         * pic16/device.h:
8831         * pic16/gen.c:
8832         * pic16/gen.h:
8833         * pic16/genarith.c:
8834         * pic16/glue.c:
8835         * pic16/main.c:
8836         * pic16/pcode.c:
8837         * pic16/pcode.h:
8838         * pic16/pcodepeep.c:
8839         * pic16/peeph.def:
8840
8841 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8842
8843     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8844
8845 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8846
8847     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8848     added gbz80 build to MSVC project.
8849     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8850     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8851     from 8051 stuff and setup so it links using a .lnk file.
8852
8853 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8854
8855     * support/librarian/sdcclib.c: sdcc librarian.
8856     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8857     with sdcclib.
8858
8859 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8860
8861     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8862
8863 2003-07-02  Borut Razem <borut.razem AT siol.net>
8864
8865         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8866         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8867         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8868         src/xa51/main.c, src/z80/main.c:
8869         virtualization of glue() function: each port has it's own glue function,
8870         which is accessed by do_glue function pointer in PORT.general structure
8871
8872 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8873
8874         * DS800C400 fun, improved ROM interface and tinibios.
8875
8876 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8877
8878         * More support for DS80C400. Now includes beginning of interface to ROM.
8879
8880 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8881
8882         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8883
8884 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8885
8886         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8887
8888 2003-06-19  Borut Razem <borut.razem AT siol.net>
8889
8890         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8891
8892 2003-06-19  Borut Razem <borut.razem AT siol.net>
8893
8894         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8895         fixed Z80 port - crt0.o: cannot open.
8896
8897 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8898
8899         * support/Util/MySystem.c (merge_command): revert bad fix
8900
8901 2003-06-18  Borut Razem <borut.razem AT siol.net>
8902
8903         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8904
8905 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8906
8907         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8908         option --use-stdout sends errors to stdout instead of stderr.
8909
8910 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8911
8912         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8913
8914 2003-06-15  Borut Razem <borut.razem AT siol.net>
8915
8916         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8917         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8918         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8919         fixed width array of pointers replaced with sets;
8920         multiple include and lib paths ared transferred to preprocessor and linker
8921         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8922         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8923         fixed width array of pointers
8924         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8925         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8926         fixupPath(), getPathDifference()
8927         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8928         fixed width array of pointers
8929
8930 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8931
8932         * src/pic16/ralloc.c: fix warnings
8933         * src/pic16/pcode.c: fix warning
8934
8935 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8936
8937          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8938         know all the details, but essentially this set of changes enable
8939         the pic16 port to generate movff instructions and generate assembler
8940         directives,
8941         * src/SDCCmain.c:
8942         * src/pic16/gen.c:
8943         * src/pic16/glue.c:
8944         * src/pic16/pcode.c:
8945         * src/pic16/device.c:
8946         * src/pic16/main.c:
8947         * src/pic16/pcode.h:
8948         * src/pic16/pcoderegs.c:
8949         * src/pic16/ralloc.c:
8950         * src/pic16/ralloc.h:
8951
8952 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8953
8954         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8955         added option --vc, so sdcc errors and warnings are compatible with
8956         Microsoft Visual Studio.
8957
8958 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8959
8960         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8961           device/lib/libfloat.lib: added atof function.
8962
8963 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8964
8965         * doc/sdccman.lyx: updated to Lyx 1.3
8966         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8967         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8968         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8969
8970 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8971
8972         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8973
8974 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8975
8976         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8977           additions to the "related tools/documentation" section
8978
8979 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8980
8981         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8982
8983 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8984
8985         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8986         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8987
8988 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8989
8990         * doc/sdccman.lyx: fix double dash and other minor things
8991         * doc/Makefile: fix double dash
8992
8993 2003-05-28  Karl Bongers(patches from Martin Helmling)
8994         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8995           condition and ignore commands.
8996
8997 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8998
8999         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9000           is in parts still quite out of date, I did changes as far as I felt makes sense
9001           for a non-native english speaker.
9002           Please feel free to add to the manual or to correct my changes.
9003         * doc/Makefile: undid touching the date of intermediate tex files.
9004
9005 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9006
9007         * doc/sdccman.lyx: Manual has an index now
9008
9009 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9010
9011         Finalize muluint/mulsint and mululong/mulslong merging:
9012         * device/lib/_mulint.c
9013         * device/lib/_mullong.c
9014         * device/lib/gbz80/mul.s
9015         * device/lib/gbz80/stubs.s
9016         * device/lib/z80/mul.s
9017         * device/lib/z80/stubs.s
9018         * src/SDCCsymt.c (initCSupport)
9019
9020 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9021
9022         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9023         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9024           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9025           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9026           instead of /Zm500.
9027
9028 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9029
9030         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9031           the regression tests I'm not brave enough to enable 245.b, 245.c
9032         * doc/sdccman.lyx: added latex preamble for hyperref package.
9033           Using pdflatex this will give you a hyperlinked pdf file with
9034           bookmarks. (prepend '%' before /usepackage if this breaks something)
9035
9036 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9037
9038          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9039
9040 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9041
9042         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9043
9044 2003-05-21    <johan AT balder>
9045
9046         * src/SDCCglue.c (printIval): fixed bug #739934
9047
9048 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9049
9050         Applied patch from bug 737905 (renamed yylineo to mylineno):
9051         * src/altlex.c
9052         * src/SDCCast.c
9053         * src/SDCglobl.h
9054         * src/SDCC.lex
9055         * src/SDCCsymt.c
9056         * src/SDCCval.c
9057         * src/pic16/pcode.c: Cleaned warnings
9058         * src/pic16/pcodeflow.c: Cleaned warnings
9059         * src/pic16/pcoderegs.c: Cleaned warnings
9060
9061 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9062
9063         * src/pic16/pcode.c: Cleaned warnings
9064         * src/pic16/pcodepeep.c: Cleaned warnings
9065         * src/pic16/ralloc.c: Cleaned warnings
9066
9067 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9068
9069         * doc/sdccman.lyx: fixed bug 739745
9070         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9071
9072 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9073
9074         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9075         it can be defined with CFLAGS when running configure
9076         * src/SDCCmain.c: fixed compiling + linking with object files
9077
9078 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9079
9080         * configure.in: configure for pic16 port,
9081             added --disable-pic16-port
9082         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9083         * src/SDCCmain.c: linkOptions is changed to set *,
9084             added if/endif conditional macros to remove options help
9085             messages from optionsTable when a port is not configured, added
9086             support for the PIc16 port in the ports table, when executing
9087             the compiler with no port specified on command line, a default
9088             port is selected with the new macro DEFAULT_PORT which is
9089             defined in port.h, in setDefaultOptions() linkOptions is removed
9090             from initialization assignment, since now it is a set,
9091             parseCmdLine uses setParseWithComma for linkOptions, in
9092             linkEdit() linkOptions are accessed with new function indexSet()
9093             which returns the i'th item of a set variable. See SDCCset.c, in
9094             linkEdit() when calling buildCmdLine(), added linkOptions as
9095             last argument. Now users can pass arguments to gplink via the
9096             -Wl option, main() uses pic16glue() to glue up pic16 programs
9097         * src/SDCCpeeph.c: various changes to support pic16
9098         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9099             return the i'th item of the set
9100         * src/SDCCset.h: added function prototype for indexSet()
9101         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9102         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9103         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9104             added macro DEFAULT_PORT
9105         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9106         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9107             generated
9108         * src/pic16/glue.c: commented out some error producing lines
9109         * src/pic16/main.c: __config directives are commented out to stop
9110             gpasm complaining and test the linkage with gplink, _linkCmd and
9111             _asmCmd changed to be more gplink and gpasm friendly
9112         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9113             produced an error when parsed, peep rule 12 is added to utilize
9114             movff, but it is commented out since the pCode does not support
9115             yet a command with 2 address arguments
9116
9117 2003-05-18    <johan AT balder>
9118
9119         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9120         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9121 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9122
9123         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9124   Added feature to script commands from file.
9125
9126 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9127
9128         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9129         * src/SDCCutil.c: include ctype.h for win32
9130
9131 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9132
9133         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9134
9135 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9136
9137         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9138   Fixed so you can set breakpoints prior to run, run does not stop
9139   on entry now.  Add tbreak.  Other enhancements and fixes for use
9140   with ddd.
9141
9142 2003-05-12  Borut Razem <borut.razem AT siol.net>
9143
9144         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9145
9146 2003-05-11  Borut Razem <borut.razem AT siol.net>
9147
9148         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9149         the path of bin directory, so that PATH is the only env. variable, which has to be set
9150         in case of standard installation.
9151         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9152         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9153         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9154
9155 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9156
9157         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9158         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9159         temp files are in the port dir; clean the gen/test directory when
9160         generating new test.c
9161         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9162         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9163         * support/regression/tests/zeropad.c: added
9164
9165 2003-05-09    <johan AT balder>
9166
9167         * src/SDCCglue.c: fixed bug #597940
9168
9169 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9170
9171         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9172   cache sfr, optimize next,step, fix off by one sourceline,
9173   support ddd list function.
9174         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9175
9176 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9177
9178         * support/regression/HTMLgen.py: added compare_s2f()
9179         * support/regression/Makefile: redo 1.27
9180         * support/regression/generate-cases.py: redo 1.5
9181
9182 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9183
9184         * support/regression/tests/float.c: workaround 33 bit hex constant
9185         * support/regression/tests/simplefloat.c: fix division for host
9186
9187 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9188
9189         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9190         that tame's the PIC's over-aggressive optimizer.
9191
9192 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9193
9194          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9195          support for MSVC.
9196
9197 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9198
9199         Initial support for DS80C400. "Hello world" runs on TINIm400
9200         (with polled I/O).
9201
9202 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9203
9204          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9205          * Some notes on ddd usage added in debugger/README
9206          Martin Helmling adding more features and fixes for ddd GUI debugger.
9207          Code added for nexti, stepi, up, down, and other adjustments.
9208
9209 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9210
9211         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9212         * src/pic/peeph.def Added two rules to optimize carry manipulation
9213         * src/pic/* removed debug printfs
9214
9215 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9216
9217         * debugger/mcs51/cmd.c: added header newalloc.h
9218
9219 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9220
9221         * as/Makefile: new EXEEXT
9222         * as/z80/Makefile: remove trailing slash of BUILDIR
9223         * as/z80/clean.mk: new EXEEXT
9224         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9225         * support/cpp2/Makefile.in: new EXEEXT
9226         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9227
9228 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9229
9230         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9231         EXEEXT was introduced to fix all related problems with targets
9232         "clean", "install" and "uninstall"; a couple of further flaws
9233         especially with "clean" have been fixed too
9234         * as/mcs51/Makefile.in
9235         * as/mcs51/clean.mk
9236         * as/z80/Makefile
9237         * Makefile
9238         * clean.mk
9239         * debugger/mcs51/Makefile.in
9240         * debugger/mcs51/clean.mk
9241         * link/z80/Makefile
9242         * link/z80/Makefile.in
9243         * link/z80/clean.mk
9244         * link/Makefile
9245         * packihx/Makefile.in
9246         * packihx/clean.mk
9247         * sim/ucsim/Makefile
9248         * sim/ucsim/clean.mk
9249         * sim/ucsim/avr.src/Makefile.in
9250         * sim/ucsim/avr.src/clean.mk
9251         * sim/ucsim/s51.src/Makefile.in
9252         * sim/ucsim/s51.src/clean.mk
9253         * sim/ucsim/xa.src/Makefile.in
9254         * sim/ucsim/xa.src/clean.mk
9255         * sim/ucsim/z80.src/Makefile.in
9256         * sim/ucsim/z80.src/clean.mk
9257         * sim/ucsim/main_in.mk
9258         * sim/ucsim/packages_in.mk
9259         * sim/ucsim/gui.src/Makefile.in
9260         * sim/ucsim/gui.src/serio.src/Makefile.in
9261         * sim/ucsim/gui.src/serio.src/clean.mk
9262         * src/Makefile.in
9263         * src/clean.mk
9264         * support/cpp2/Makefile.in
9265         * support/cpp2/clean.mk
9266         * support/makebin/Makefile
9267         * support/makebin/clean.mk
9268         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9269         * doc/sdccman.lyx: --program-suffix no longer needed
9270
9271 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9272
9273          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9274          Martin Helmling added support for ddd GUI debugger.
9275          Code added to display assembly, set variables, and other commands
9276          to interface to ddd.
9277
9278 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9279
9280         * as/Makefile: fix target clean
9281         * as/clean.mk: fix target clean
9282         * as/z80/clean.mk: fix target clean
9283
9284 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9285
9286         * Makefile.common.in: added  AT EXEEXT AT
9287         * configure.in: removed all mingw32 stuff
9288         * configure: rebuilt from configure.in
9289         * doc/sdccman.lyx: updated section "installation"
9290         * support/scripts/sdcc_mingw32: adapted to configure
9291         * support/scripts/sdcc_cygwin_mingw32: added
9292
9293 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9294
9295         * src/pic Added object file support for the PIC port
9296         * src/pic Applied patch from Craig Franklin (this started the object file support)
9297         * src/regression Updated the PIC regression tests for object files
9298
9299 2003-04-20  Borut Razem <borut.razem AT siol.net>
9300
9301         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9302           lklex.c: In function `getfid':
9303           lklex.c:203: warning: array subscript has type `char'
9304         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9305           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9306         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9307           stack handling macros
9308
9309 2003-04-19  Borut Razem <borut.razem AT siol.net>
9310
9311         * "handling space characters in file path" task:
9312         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9313         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9314         * support/Util/MySystem.h: make it self-sufficient
9315         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9316           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9317           handling space characters in file path
9318         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9319           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9320         * support/Util/MySystem.c: handling space characters in executable's path
9321
9322 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9323
9324         * as/z80/Makefile: fix permanent rebuild of z80
9325         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9326         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9327
9328 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9329
9330         * src/SDCCopt.c: add special case optimization to replace modulo by
9331           a power of two with a bitwise AND.
9332
9333 2003-04-18    <johan AT balder>
9334
9335         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9336
9337 2003-04-17    <johan AT balder>
9338
9339         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9340         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9341
9342 2003-04-13  Borut Razem <borut.razem AT siol.net>
9343
9344         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9345         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9346           fixed mingw problem in adl_NORMALIZE_PATH
9347
9348 2003-04-12  Borut Razem <borut.razem AT siol.net>
9349
9350         * fixed "#pragma SAVE/RESTORE can not be nested":
9351         * src/SDCC.lex: reworked pragma handling functions
9352         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9353         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9354
9355 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9356
9357         * src/SDCCutil.c (pathEquivalent): defined but not used
9358         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9359         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9360         * configure: rebuilt from configure.in
9361         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9362         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9363         * device/include/Makefile.in: replace sdcc_datadir
9364         * device/lib/Makefile.in: replace sdcc_datadir
9365         * Makefile.common.in: add LDFLAGS from configure
9366         * packihx/Makefile.in: use LDFLAGS
9367         * src/Makefile.in: use LDFLAGS
9368         * support/cpp2/Makefile.in: add LDFLAGS from configure
9369         * support/makebin/Makefile: use LDFLAGS
9370         * .version: bumped version number to 2.3.5
9371
9372 2003-04-12  Borut Razem <borut.razem AT siol.net>
9373
9374         * completed "different paths" task:
9375         * src/SDCCmacro.c: fixed bug in handling quotes
9376         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9377         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9378
9379 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9380
9381         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9382
9383 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9384
9385         * ds390/gen.c ds390/peeph.def: fix bug 706781
9386
9387 2003-04-11  Borut Razem <borut.razem AT siol.net>
9388
9389         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9390
9391 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9392
9393         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9394         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9395          set - this bit used to not be set...).
9396         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9397           bad code in PIC Port
9398         * src/regression/and2.c added to test bug 609268
9399         * src/regression/Makefile added and2.c to regression test
9400
9401
9402 2003-04-08    <johan AT CP255758-A>
9403
9404         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9405         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9406         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9407
9408 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9409
9410         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9411         fix bug #487815
9412         * support/cpp2/Makefile.in: fix bug #487815
9413         * configure: rebuilt from configure.in
9414         * Makefile.common.in: docdir changed, new path suffixes
9415         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9416         * sdcc_vc_in.h: reflect changes from sdccconf.h
9417         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9418         * src/SDCCutil.h: remove BINDIR hack
9419         * doc/sdccman.lyx: update new path hierarchy
9420
9421 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9422
9423         * src/SDCCpeeph.c: added okToRemoveSLOC test
9424
9425 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9426
9427         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9428
9429 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9430
9431         * src/SDCCpeeph.c: added labelIsReturnOnly test
9432         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9433
9434 2003-04-05    <johan AT balder>
9435
9436         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9437         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9438         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9439         * src/SDCCast.c: fixed a warning
9440         * src/SDCCast.h: fixed a warning
9441         * src/SDCCicode.c (operandFromAst): fixed a warning
9442
9443 2003-04-04    <johan AT balder>
9444
9445         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9446         * src/SDCCast.c (decorateType): fixed bug #715076
9447         * src/SDCC.y: fixed bug #702907
9448
9449 2003-04-03    <johan AT balder>
9450
9451         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9452         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9453         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9454         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9455         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9456
9457 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9458
9459         * _decdptr.c: fix return values
9460         * _gptrget.c: fix return values
9461         * _gptrgetc.c: fix return values
9462         * _gptrput.c: fix return values
9463         * _mulint.c: fix return values
9464         * as/z80/Makefile: fix 'make -j' problem
9465
9466 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9467
9468         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9469         * configure.in: big cleanup, updated to autoconf 2.5x
9470         * configure: rebuilt from configure.in
9471         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9472         * sdcc_vc_in.h: reflect changes from sdccconf.h
9473         * doc/Makefile: fixed a flaw in "make install"
9474
9475 2003-04-02    <johan AT balder>
9476
9477         * src/ds390/gen.c (genCmp): no comments
9478         * src/mcs51/gen.c (genCmp): no comments
9479         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9480         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9481
9482 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9483
9484         * support/regression/generate-cases.py: place generated file in given sub directory
9485         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9486         * support/regression/Makefile: improvements for 'make -j';
9487         side effect: it's simpler and faster now
9488
9489 2003-03-31  Borut Razem <borut.razem AT siol.net>
9490
9491         * src/z80/main.c: link-{port} and as-{port} defined without path
9492         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9493
9494 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9495
9496         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9497
9498 2003-03-30  Borut Razem <borut.razem AT siol.net>
9499
9500         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9501           changed type of list parameter to set
9502         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9503         * src/port.h: changed type of do_assemble() parameter to set
9504         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9505           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9506           definition of "cppoutfilename" macro with NULL value in preProcess()
9507         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9508         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9509         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9510           replaced with set *binPathSet
9511         * shash_add() deallocates the item, if allready exsists, before adding the new one
9512         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9513
9514 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9515
9516         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9517           a nested for loop bug in the PIC port
9518         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9519           for loops
9520
9521 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9522
9523         * support/Util/dbuf.h: remove C++ stuff to make it portable
9524
9525 2003-03-28  Borut Razem <borut.razem AT siol.net>
9526
9527         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9528           literal strings in stringLiteral()
9529         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9530         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9531           to the project
9532
9533 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9534
9535         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9536
9537 2003-03-26    <johan AT balder>
9538
9539         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9540         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9541         * src/SDCCast.c (decorateType): fixed " -v < 3"
9542
9543 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9544
9545         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9546         Added Lenny Story's debug infrastructure changes:
9547         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9548         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9549         * src/cdbFile.c: added
9550         * src/SDCCdebug.c: added
9551         * src/SDCCdebug.h: added
9552         * src/SDCCast.c (createFunction)
9553         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9554         * src/SDCCmain.c (parseCmdLine, main)
9555         * src/SDCCmem.c (redoStackOffsets)
9556         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9557         * src/SDCCsymt.h
9558         * src/common.h
9559         * src/avr/gen.c (genAVRCode)
9560         * src/ds390/gen.c (gen390Code)
9561         * src/mcs51/gen.c (gen51Code)
9562         * src/pic/gen.c (genpic14Code)
9563         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9564         * src/xa51/gen.c (genXA51Code)
9565         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9566
9567 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9568
9569         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9570         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9571
9572 2003-03-22    <johan AT balder>
9573
9574         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9575
9576 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9577
9578         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9579         * doc/cdbfileformat.lyx: added, written by Lenny Story
9580         * doc/Makefile: added cdbfileformat.lyx
9581         * doc/clean.mk: added cdbfileformat.lyx
9582
9583 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9584
9585         * src/mcs51/peeph.def: fix bug #705773
9586
9587 2003-03-20    <johan AT balder>
9588
9589         An sfr/sbit can have an "at #" AND an initializer
9590         * src/SDCCsymt.c (checkSClass):
9591         * src/SDCCmem.c (allocGlobal):
9592         * src/SDCCmem.c (allocLocal):
9593         * src/SDCCast.c (createBlock):
9594
9595 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9596
9597         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9598
9599 2003-03-16    <johan AT balder>
9600
9601         Undid the hackup of const and volatile, the problem is much bigger
9602         * src/SDCC.y:1.65
9603         * src/SDCCast.c:1.171
9604         * src/SDCCglue.c:1.138
9605         * src/SDCCicode.c:1.146
9606         * src/SDCCsymt.c:1.150
9607         * src/SDCCval.c:1.65
9608
9609 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9610
9611         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9612         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9613
9614 2003-03-13    <johan AT balder>
9615
9616         Hackup const and volatile modifiers in type chains a bit:
9617         * src/SDCC.y:1.63
9618         * src/SDCCast.c:1.169
9619         * src/SDCCglue.c:1.136
9620         * src/SDCCicode.c:1.143
9621         * src/SDCCsymt.c1.146
9622         * src/SDCCsymt.h1.59
9623         * src/SDCCval.c:1.63
9624
9625 2003-03-12    <johan AT balder>
9626
9627         * src/SDCCBBlock.h: more LRH debugging junk
9628         * src/SDCCcflow.h: more LRH debugging junk
9629         * src/SDCCloop.c: more LRH debugging junk
9630         * src/SDCC.y (struct_declaration): fixed bug #697590
9631         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9632         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9633         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9634
9635 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9636         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9637         test function names must now match exactly).
9638         * src/SDCCcse.c: added special case in findCheaperOp to allow
9639         extending a short integer. Makes less awful code for bug 700121 test case.
9640
9641 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9642
9643         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9644         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9645
9646 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9647
9648         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9649         actually called (operandsNotEqual() was called for all
9650         operandsNotEqualX tests).
9651
9652 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9653
9654         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9655         with shorter literals. Fixes bug 700121.
9656
9657 2003-03-11    <johan AT balder>
9658
9659         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9660
9661 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9662
9663         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9664         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9665
9666 2003-03-10  Borut Razem <borut.razem AT siol.net>
9667
9668         * src/SDCCmain.c: pipe preprocessor's output
9669         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9670         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9671         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9672         which closes all pipes in pipeSet set
9673         * src/SDCCset.c: free deleted item in function deleteSetItem()
9674         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9675         moved from z80 to src subproject
9676         * .version: increased version number to 2.3.4
9677
9678 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9679
9680         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9681         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9682         * support/regression/ports/xa51/spec.mk: fix typo
9683
9684 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9685
9686         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9687
9688 2003-03-09  Borut Razem <borut.razem AT siol.net>
9689
9690         * src/SDCCmain.c: pipe preprocessor's output
9691         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9692         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9693         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9694         which closes all pipes in pipeSet set
9695         * src/SDCCset.c: free deleted item in function deleteSetItem()
9696         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9697         moved from z80 to src subproject
9698
9699 2003-03-09  Borut Razem <borut.razem AT siol.net>
9700
9701         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9702         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9703         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9704         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9705         * src/SDCCglobl.h: unification of WIN32 native definitions
9706
9707 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9708
9709         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9710
9711 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9712
9713         * src/configure.in:   check for endianess (even while cross-compiling)
9714         * src/configure:      check for endianess (even while cross-compiling)
9715         * src/configure_in.h: check for endianess (even while cross-compiling)
9716         * src/avr/gen.c:        remove old endianess stuff
9717         * src/mcs51/gen.c:      remove old endianess stuff
9718         * src/ds390/gen.c:      remove old endianess stuff
9719         * src/pic/gen.c:        remove old endianess stuff
9720         * src/pic/genarith.c:   remove old endianess stuff
9721         * src/pic/glue.c:       fix endianess check
9722         * src/pic16/gen.c:      remove old endianess stuff
9723         * src/pic16/genarith.c: remove old endianess stuff
9724         * src/pic16/glue.c:     fix endianess check
9725         * src/xa51/gen.c:       remove old endianess stuff
9726         * src/z80/gen.c:        fix endianess check
9727         * src/SDCCglue.c:       fix endianess check
9728         * src/ds390/peeph.def: fix bug 700036
9729
9730 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9731
9732         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9733         * src/configure: find appropriate data-types on host for SDCC's int and long
9734         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9735         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9736         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9737
9738 2003-03-07    <johan AT balder>
9739
9740         Just a big NOOP:
9741                 some minor cleanups before the big shot
9742                 OP_DEFS and OP_USES now use Kevin's protection
9743                 new option --nolabelopt
9744
9745         * src/SDCCBBlock.c:
9746         * src/SDCCast.c,:
9747         * src/SDCCcflow.c:
9748         * src/SDCCcse.c:
9749         * src/SDCCicode.c:
9750         * src/SDCCicode.h:
9751         * src/SDCClabel.c:
9752         * src/SDCCloop.c:
9753         * src/SDCCmain.c:
9754         * src/ds390/ralloc.c:
9755         * src/mcs51/ralloc.c:
9756         * src/pic/ralloc.c:
9757         * src/xa51/ralloc.c:
9758         * src/z80/ralloc.c:
9759
9760 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9761
9762         * src/pic/pcode.c (get_op): fix 64 bit warnings
9763         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9764         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9765         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9766         * support/regression/tests/malloc.c: fix 64 bit warnings
9767
9768 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9769
9770         * src/mcs51/gen.c (genMinus): fixed bug 696436
9771
9772 2003-03-02  Borut Razem <borut.razem AT siol.net>
9773
9774         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9775
9776 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9777
9778         * configure.in: test for mkstemp
9779         * sdccconf_in.h: add HAVE_MKSTEMP
9780
9781 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9782
9783         * device/include/ctype.h: removed warning while using --stack-auto
9784         * device/include/malloc.h: removed warning while using --stack-auto
9785         * device/include/string.h: removed warning while using --stack-auto
9786
9787 2003-02-23  Borut Razem <borut.razem AT siol.net>
9788
9789         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9790         because NDEBUG is defined (see man assert)
9791         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9792
9793 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9794
9795         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9796         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9797
9798 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9799
9800         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9801         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9802
9803 2003-02-18    <johan AT balder>
9804
9805         * as/mcs51/asmain.c (asmbl): module can start with a digit
9806         * as/z80/asmain.c (asmbl): module can start with a digit
9807
9808 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9809
9810         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9811         * src/asm.c: fix pipe() for Mingw32
9812
9813 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9814
9815         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9816         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9817         make -V work again; --c1mode reads now from stdin
9818         * doc/sdccman.lyx: added --c1mode
9819         * support/Util/SDCCerr.c: new messages for c1 mode
9820         * support/Util/SDCCerr.h: new messages for c1 mode
9821         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9822
9823 2003-02-15    <johan AT balder>
9824
9825         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9826
9827 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9828
9829         * doc/sdccman.lyx: Environment variables, -o and other minor things
9830
9831 2003-02-14    <johan AT balder>
9832
9833         * src/xa51/main.c: before anyone really tries to use it :)
9834
9835         * Install doc's in share/sdcc/doc
9836         * removed some obsolete files
9837         * Do a proper make distclean and uninstall
9838         M Makefile.common.in
9839         R sdccbuild.sh
9840         M as/Makefile
9841         M device/include/Makefile.in
9842         M device/lib/Makefile.in
9843         M doc/sdccman.lyx
9844         M link/Makefile
9845         M sim/ucsim/doc/Makefile.in
9846         M src/clean.mk
9847         R src/avr/peeph.rul
9848         R src/xa51/peeph.rul
9849         M support/cpp2/Makefile.in
9850         M support/makebin/Makefile
9851
9852
9853 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9854
9855         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9856
9857 2003-02-10  Borut Razem <borut.razem AT siol.net>
9858
9859         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9860         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9861         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9862         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9863         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9864         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9865         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9866         src/z80/Makefile.bcc: Borland Makefile cleanup
9867         * as/z80/Makefile.bcc: Added Borland Makefile
9868         * support/cpp2/borland.h: Removed
9869
9870 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9871
9872         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9873         * src/SDCC.lex: new pragma NOIV
9874         * src/SDCCglobl.h: new pragma NOIV
9875         * src/SDCCmem.c: new pragma NOIV
9876
9877 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9878
9879         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9880
9881 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9882
9883         * src/SDCCmain.c: signal handling is switched off by --debug
9884         * doc/Makefile: small fix for install; use clean.mk again
9885         * doc/clean.mk: clean *.pdf and *.html too
9886
9887 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9888
9889         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9890         * device/lib/printfl.c: fix a ds390 bug by making it portable
9891         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9892         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9893         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9894         * debugger/mcs51/cmd.c: converted multi-line string literals
9895         * sim/ucsim/globals.cc: converted multi-line string literals
9896         * src/SDCCmain.c: introduced signal handler to remove temp files
9897         * doc/Makefile: small tweaks, implement clean
9898         * doc: removed generated files
9899
9900 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9901
9902         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9903         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9904         Address Record is not correctly generated for DS390."
9905
9906 2003-02-02  Borut Razem <borut.razem AT siol.net>
9907
9908         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9909         * as/mcs51/asm.h: fixed compilation with Borland C
9910         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9911         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9912         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9913         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9914         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9915         src/z80/Makefile.bcc: delete $(LIB) only if exist
9916         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9917
9918 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9919
9920         * device/include/malloc.h: introduced NULL
9921         * device/include/string.h: introduced NULL
9922         * device/include/stdlib.h: introduced NULL
9923         * device/lib/_memcpy.c: removed NULL
9924         * device/lib/_strcat.c: removed NULL
9925         * device/lib/_strchr.c: removed NULL
9926         * device/lib/_strcmp.c: removed NULL
9927         * device/lib/_strcpy.c: removed NULL
9928         * device/lib/_strcspn.c: removed NULL
9929         * device/lib/_strlen.c: removed NULL
9930         * device/lib/_strncat.c: removed NULL
9931         * device/lib/_strncmp.c: removed NULL
9932         * device/lib/_strncpy.c: removed NULL
9933         * device/lib/_strpbrk.c: removed NULL
9934         * device/lib/_strrchr.c: removed NULL
9935         * device/lib/_strspn.c: removed NULL
9936         * device/lib/_strstr.c: removed NULL
9937         * device/lib/_strtok.c: removed NULL
9938         * device/lib/malloc.c: removed NULL, include own header
9939
9940 2003-02-02    <johan AT balder>
9941
9942         * 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
9943         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9944         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9945         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9946         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9947         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9948
9949 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9950
9951         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9952         area 'DATA'"
9953
9954 2003-02-01    <johan AT balder>
9955
9956         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9957
9958 2003-01-31    <johan AT CP255758-A>
9959
9960         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9961
9962 2003-01-30    <johan AT balder>
9963
9964         * src/SDCCBBlock.c: automatic bug detection
9965         * src/SDCCicode.c: automatic bug detection
9966
9967 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9968
9969         * src/SDCCglobl.h:   now --xram-size 0 works
9970         * src/SDCCmain.c:    now --xram-size 0 works
9971
9972 2003-01-29    <johan AT balder>
9973
9974         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9975
9976 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9977
9978         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9979         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9980         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9981         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9982         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9983         * src/SDCCmain.c:    Added options --xram-size and --code-size
9984
9985 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9986
9987         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9988         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9989
9990 2003-01-27    <johan AT balder>
9991
9992         * src/SDCC.y: fixed bug #613764
9993
9994 2003-01-26    <johan AT balder>
9995
9996         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9997         * src/SDCCsymt.h: fixed bug #673374
9998         * src/SDCCglue.c: fixed bug #661910
9999         * src/SDCCast.c: fixed bug #458099 and 673374
10000
10001 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10002
10003         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10004         * as/mcs51/strcmpi.h: added
10005         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10006         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10007         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10008         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10009         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10010         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10011         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10012         * as/mcs51/Makefile.aslink: new module strcmpi
10013         * as/mcs51/Makefile.asx8051: new module strcmpi
10014         * as/mcs51/Makefil.bcc: new module strcmpi
10015         * as/mcs51/Makefile.in: new module strcmpi
10016         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10017
10018 2003-01-26    <johan AT balder>
10019
10020         * src/SDCCglue.c: reverted back to 1.124
10021         * src/SDCCast.c: reverted back to 1.156
10022         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10023
10024 2003-01-25    <johan AT balder>
10025
10026         * src/SDCCglue.c: A better fix for bug #661910
10027         * src/SDCCast.c: A better fix for bug #661910
10028         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10029
10030 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10031
10032         * src/Makefile.in: remove spawn.o
10033         * src/SDCCmain.c: remove spawn.h
10034         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10035         * src/spawn.c: removed
10036         * src/spawn.h: removed
10037         * support/regression/ports/ds390/spec.mk: link with -r
10038
10039 2003-01-24    <johan AT CP255758-A>
10040
10041         * src/ds390/gen.c (aopOp): fixed bug #667458
10042         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10043         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10044         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10045
10046 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10047
10048         * src/mcs51/peeph.def: better assembler identation by Frieder
10049         * src/mcs51/gen.c: better assembler identation by Frieder
10050
10051 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10052
10053         * as/z80/string.h: removed for gcc 3.2
10054         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10055         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10056
10057 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10058
10059         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10060         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10061         * support/regression/Makefile: separate temp files for ports
10062         * support/regression/generate-cases.py: separate temp files for ports
10063         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10064         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10065
10066 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10067
10068         * moved tinitalk to device/examples/ds390
10069
10070 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10071
10072         * as/mcs51/lkmem.c: rflag is for DS390
10073         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10074         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10075                          (linkEdit): move mem- and map-files the same way as ihx-files
10076         * src/z80/main.c (_setDefaultOptions): removed --generic
10077         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10078         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10079         * src/pic/glue.c (picglue): --c1mode works again
10080         * src/pic16/glue.c (pic16glue): --c1mode works again
10081         * src/asm.c (printCLine): fix #660034
10082
10083 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10084
10085         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10086         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10087         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10088         * as/mcs51/lkmem (summary): better fix for sp problem
10089         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10090         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10091         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10092                                               remove --stack-after-data
10093
10094 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10095
10096         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10097         * src/SDCCutil.c (join): ugly bug: missing '\0'
10098         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10099
10100 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10101
10102         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10103         * src/port.h: typo
10104         * src/pic/main.c (_asmCmd): gpasm supports -o
10105         * src/z80/main.c: more general macros
10106         * device/lib/Makefile.in: remove intermediate files
10107
10108 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10109
10110         * .version: Bumped version number to 2.3.3
10111         * src/SDCCBBlock.c: new option -o
10112         * src/SDCCglobl.h: new option -o
10113         * src/SDCCglue.c: new option -o
10114         * src/SDCCmain.c: new option -o
10115         * src/asm.c: new option -o
10116         * src/ds390/main.c: new option -o
10117         * src/pic/glue.c: new option -o
10118         * src/pic/pcode.c: new option -o
10119         * src/pic/ralloc.c: new option -o
10120         * src/pic16/glue.c: new option -o
10121         * src/pic16/pcode.c: new option -o
10122         * src/pic16/ralloc.c: new option -o
10123         * src/z80/main.c: new option -o
10124         * device/lib/Makefile.in: use -o
10125         * support/regression/ports/ds390/spec.mk: use -o
10126         * support/regression/ports/gbz80/spec.mk: use -o
10127         * support/regression/ports/mcs51/spec.mk: use -o
10128         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10129         * support/regression/ports/z80/spec.mk: use -o
10130         * support/regression/ports/ucz80/spec.mk: use -o
10131         * support/regression/ports/xa51/spec.mk: use -o
10132         * support/regression/fwk/lib/timeout.c: fix usage string
10133
10134 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10135         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10136
10137 2003-01-07    <johan AT balder>
10138
10139         * src/SDCCast.c (decorateType): fixed bug #600035
10140
10141 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10142         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10143         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10144         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10145         * src/pic/pcode.c: outcommented unused variable to remove warnings
10146         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10147
10148 2003-01-06    <karl AT turbobit.com>
10149         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10150    regression tests.
10151
10152 2003-01-06    <johan AT balder>
10153
10154         * src/SDCCicode.c: fixed array add
10155
10156 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10157         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10158         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10159
10160 2003-01-04    <johan AT balder>
10161
10162         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10163
10164 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10165         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10166
10167 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10168         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10169         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10170
10171 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10172         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10173
10174 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10175         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10176
10177 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10178         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10179
10180 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10181
10182     * in \sdcc\as\mcs51\ changed these files in order to create an
10183     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10184     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10185     following files to include the previous two files: aslink.dsp,
10186     Makefile.aslink, Makefile.bcc, and Makefile.in.
10187
10188     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10189     .adb instead of .cdb
10190
10191 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10192
10193         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10194         value from option --iram-size.
10195
10196 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10197
10198         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10199         dram[] array.
10200
10201 2002-09-18    <wiml AT hhhh.org>
10202
10203         * SDCClrange.h: exposed setFromRange() and setToRange()
10204         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10205           packRegsForAccUse() (bug 542397)
10206         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10207           multiple times and emitting the fetch operations more than once
10208           added aopGetUsesAcc() function to allow binary operators to
10209           fetch their operands in the correct order; made genMinus() emit
10210           compact code for X = LITERAL - Y
10211
10212 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10213         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10214         sprintf() in line 1267.
10215
10216 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10217         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10218         like ports.
10219
10220 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10221         Changes to aslink (All the changes are marked with 'JCF'):
10222
10223         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10224         summary().
10225
10226         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10227         area BSEG.  Also moves, if possible, the DATA area down into the internal
10228         ram so more space is available.
10229
10230         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10231         sflag.
10232
10233         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10234         not bytes.  Function summary() which creates a memory usage summary
10235         file with extension .mem.  Reports of overlaping stack and small stack
10236         size.  If the space for the stack is less than 16 bytes aslink trows a
10237         warning.
10238
10239         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10240         the 8051.  Option 'y' for memory summary output file.
10241
10242         Changes to sdcc (All the changes are marked with 'JCF'):
10243
10244         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10245
10246         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10247         overlaying area for it (uses RegBankUsed[4]).
10248
10249         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10250         bank zero as used by default.  By default aslink locates the stack
10251         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10252         the creation of the .mem file.  Delegates the allocation of data area
10253         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10254         the begining of the stack area to aslink.
10255
10256         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10257         glue() in SDCCglue.c creates an area for it.
10258
10259 2002-09-03  Borut Razem <borut.razem AT siol.net>
10260         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10261         sdcc/src/pic/glue.c:
10262         introduced atexit() handler for teporay files removal in case of
10263         errors, assertions, ...
10264
10265 2002-08-29  Borut Razem <borut.razem AT siol.net>
10266         * sdcc/support/cpp2/auto-host_vc_in.h:
10267         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10268         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10269         Maybe there is a similar problem with BORLANDC? It should be checked!
10270
10271         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10272         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10273         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10274         was not executed, and the compiler (cl) launched a warning:
10275         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10276
10277 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10278         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10279
10280 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10281         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10282
10283         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10284           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10285           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10286           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10287           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10288           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10289           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10290         - added Release configuration in VS projects
10291         - review of compiler an linker options
10292         - VC .exe files are generated in bin_vc directory, not to interfere
10293           with binaries generated from other projects (cygwin, mingw, bcc ...)
10294
10295         * sdcc/src/yacc.dsp: added
10296
10297         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10298         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10299         and insert the version number definitions from .version
10300
10301         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10302
10303         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10304         added - genarate auto-host.h using auto-host_vc_in.h as template
10305
10306         * sdcc/sdcc_vc.h,
10307         removed from CVS, generated automatically
10308
10309 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10310         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10311
10312 2002-08-11  Borut Razem <borut.razem AT siol.net>
10313         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10314
10315 2002-08-10  Borut Razem <borut.razem AT siol.net>
10316         * src/SDCCmain.c (main):
10317         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10318         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10319         The consequence was that some temporary files were not removed.
10320
10321         * src/SDCCglue.c:
10322         unification of code in functions tempfilename() and tempfile():
10323         function tempnam() is defined in Visual Studio 6.0 and .NET
10324
10325         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10326
10327         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10328           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10329         - removed compiler command line option /WX: Treats all warnings as errors
10330         - update a list of source files, included into the project
10331
10332         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10333           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10334         changed project type to Generic Project so that can be correcly converted to VS.NET project
10335
10336         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10337
10338         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10339
10340         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10341
10342         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10343         added return 0 statements after assert() to make compiler happy
10344
10345         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10346         added newline in the def file to keep MSC compiler satisfied
10347
10348         * sdcc/src/z80/gen.c:
10349         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10350           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10351         - solved MSC error in function aopDump()
10352
10353         * sdcc_vc.h: define PREFIX as "\\sdcc"
10354
10355 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10356         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10357
10358 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10359         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10360         - Rewrote the register banking algorithm.
10361         - Added pCode live-range analysis to registers (for now, only non-used and
10362         singly-used registers optimized away)
10363
10364         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10365
10366         * 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.
10367
10368 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10369         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10370
10371 2002-04-22  Michael Hope  <michaelh AT vroom>
10372
10373         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10374
10375         * configure.in (DD_COPT): Added include support required for gbdk.
10376
10377         * .version: Bumped version number just to increase it.
10378
10379         * src/SDCCmain.c: Added -nostdinc to the default options.
10380
10381 2002-04-15  Michael Hope  <michaelh AT vroom>
10382
10383         * device/lib/z80/printf.c (sprintf): Added.
10384
10385         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10386
10387         * src/z80/peeph.def: Added transpose redundent load rule.
10388
10389         * src/z80/main.c: Added force callee saves for jaune.
10390
10391         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10392
10393         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10394
10395 2002-03-28  Johan Knol  <johan AT balder>
10396
10397         * src/SDCCval.c: fixed bug #532436
10398
10399 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10400         * /src/port.h:
10401         Added "char *Processor" field to the port structure.
10402
10403         * /src/SDCCmain.c:
10404         Added -p option. Allows port dependent processor to be specified.
10405
10406         * all ports:
10407         Initialized the new field char *Processor field to NULL in all ports
10408
10409         * /src/pic/*:
10410         Compiler generated registers for interrupt context saving
10411         were not getting allocated.
10412
10413 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10414
10415         * /src/SDCCast.c:
10416         Fixed left shift. Will promote the left side of a left shift
10417         if a) left shifting more than size of operand or b) when assigned
10418         to something size > size of left side
10419
10420 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10421         * src/pic/*
10422         tons of changes. Register allocation has been
10423         rewritten. Added customization for the various PICs. Flow
10424         analysis is restructured. ...
10425
10426         * src/pic/device.h:
10427         Added
10428
10429         * src/pic/device.c:
10430         Added. device.c is a PIC port hack to accomodate variations
10431         in PIC devices.
10432
10433 2002-03-13  Michael Hope  <michaelh AT vroom>
10434
10435         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10436
10437 2002-03-04  johanknol  <johanknol AT manik>
10438
10439         * /src/SDCCval.c: fixed
10440
10441         const unsigned char arr[][2] = { { 0, 1 } };
10442         t18.c:1: error: Initializer element is not constant
10443
10444 2002-03-04  bela  <bela AT manik>
10445
10446         * /device/include/mcs51reg.h:
10447         ds89c420 register definition update
10448
10449 2002-03-03    <johan AT FRIJA>
10450
10451         * support/Util/SDCCerr.c: did something, but don't no why anymore
10452
10453         * support/regression/tests/bug-524691.c: made it a little less shy
10454
10455         * src/SDCCast.c (decorateType): fixed bug #524697
10456
10457         * src/SDCCast.c: made some lineno improvements
10458
10459         * src/SDCCval.c (getNelements): changed warning to error
10460
10461         * src/SDCCglue.c (printIvalArray): changed warning to error
10462
10463         * src/SDCCicode.c: fixed a warning for mingw
10464
10465         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10466
10467         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10468
10469 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10470
10471         * src/ds390/peeph.def:
10472         Added some more peephole rules
10473
10474         * src/ds390/gen.c: Various fixes & enhancements
10475
10476         * src/SDCClrange.c, src/SDCClrange.h:
10477         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10478
10479         * src/ds390/ralloc.c:
10480         various fixes & enhancements (ds390) specific
10481
10482         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10483         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10484         from rallocs.
10485
10486         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10487
10488 2002-03-02    <johan AT FRIJA>
10489
10490         * src/SDCCast.c (decorateType): fixed bug #524708
10491
10492         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10493
10494         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10495
10496 2002-03-01  Michael Hope  <michaelh AT vroom>
10497
10498         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10499
10500         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10501
10502 2002-03-01    <johan AT FRIJA>
10503
10504         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10505
10506         * src/SDCCast.c (decorateType): fixed bug #524209
10507
10508         * src/SDCCval.c (valNot): fixed bug #524195
10509
10510 2002-02-26    <johan AT balder>
10511
10512         * src/xa51/gen.c: fixed a warning
10513
10514         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10515
10516         * src/SDCCast.c (decorateType): fixed bug #522534
10517
10518 2002-02-23    <johan AT balder>
10519
10520         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10521
10522 2002-02-22    <johan AT balder>
10523
10524         * src/SDCCast.c: fixed bug #514865
10525
10526         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10527
10528 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10529
10530         * sdcc/src/SDCCloop.c:
10531         Previous fix was not good. basic blocks that have "break" or "return" are
10532         not really partof a loop , but live ranges used in these blocks should
10533         be live thru the entire loop, so set partOfLoop but don't add them to
10534         loop region
10535
10536 2002-02-21    <johan AT FRIJA>
10537
10538         * src/SDCCcse.c: fixed bug #514308
10539
10540 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10541
10542         * src/SDCCloop.c:
10543         Fixed BUG #519583. If a conditional block ended in a return/break
10544         statement inside a loop, it was not being considered part of the loop.
10545
10546         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10547
10548 2002-02-10  Karl Bongers <karl AT turbobit.com>
10549
10550         * debugger/*:
10551         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10552         with lots of comments and notes.
10553
10554         * device/examples/test2.c:
10555         Fix bug, "red" variable not being initialized(compiler complained).
10556
10557         * device/examples/Makefile, examples/test3.c:
10558         Add Makefile in device/examples folder, compiles test3.c
10559         for use as a multiple module SDCDB test case.
10560
10561         * sim/ucsim/cmd.src/cmdset.cc:
10562         Took out debug printfs in ucsim "next" command.
10563
10564         * sim/ucsim/xa.src:
10565         Karl and Johan start ucsim XA support.  Most dissassembly working,
10566         about 75% emulation done(plenty of work remaining).
10567
10568         * sim/ucsim/z80.src:
10569         Add Z80 support to ucsim, add test-ucz80 regression test,
10570         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10571         Notice z80 compiler fails on examples/test3.c/crc code.
10572
10573 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10574
10575         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10576         Added support for --parms-in-bank1
10577
10578         * src/ds390/peeph.def:
10579         added a few more peephole optimzations
10580
10581         * src/ds390/main.c:
10582         1) added __builtin_inp & __builtin_outp used to read in data of given length
10583            from a memory mapped port
10584         2) added __builtin_memcmp
10585         3) added __builtin_swapw swap bytes of a short
10586
10587         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10588         1) handle multiple send & receives from register bank1
10589         2) ralloc can now allocate DPTR1 to some liveRanges
10590
10591         * src/SDCCsymt.c, src/SDCCsymt.h:
10592         changes to handle multiple sends & receives
10593
10594         * src/SDCCptropt.h:
10595         added some pointer arithmetic optimization
10596
10597         * src/SDCCptropt.c:
10598         added some pointer arithmetic optimizations but not stable yet so not
10599         called from anywhere (will get this working shortly)
10600
10601         * src/SDCCopt.c: fixed for multiple sends & receives
10602
10603         * src/SDCCmain.c:
10604         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10605         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10606            set preprocessor defines (depending on options)
10607
10608         * src/SDCCicode.c, src/SDCCicode.h:
10609         changes made to handle multiple sends & receives
10610
10611         * src/SDCCglobl.h:
10612         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10613
10614         * src/SDCCcse.c, src/SDCCcse.h:
10615         added function findbackward def (to be used in upcoming optimization)
10616
10617         * src/SDCCcflow.c, src/SDCCcflow.h:
10618         added function returnAtEnd - to determine if a basic block terminates with
10619         a RETURN iCode
10620
10621         * src/SDCCast.c, src/SDCCast.h:
10622         added option parms-in-bank1
10623
10624         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10625         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10626         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10627         adjusted for --parms-in-bank1 option
10628
10629         * device/include/string.h:
10630         donot redefine "reentrant" keyword
10631
10632         * device/include/ds80c390.h: Added some more SFRs
10633
10634 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10635
10636         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10637
10638 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10639
10640         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10641
10642 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10643
10644         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10645
10646 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10647
10648         * Added --xram-movc option
10649
10650 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10651
10652         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10653
10654 2002-01-11  Johan Knol
10655
10656         * Added math lib of Jesus Calvino-Fraga
10657
10658 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10659
10660         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10661         * support/regression/Makefile: new target test-mcs51-stack-auto
10662         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10663
10664 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10665
10666         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10667
10668 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10669
10670         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10671
10672 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10673
10674         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10675
10676         * src/SDCCglue.h: add definition for printIvalChar()
10677
10678 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10679
10680         * src/SDCCast.c: fix #498138 by Johan
10681
10682         * src/SDCCglue.c: fix #498138 by Johan
10683
10684 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10685
10686         * support/regression/Makefile: fix clean
10687
10688         * support/regression/ports/ds390/support.c: fix transmission of last character
10689
10690 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10691
10692         * /sdcc/src/ds390/gen.c:
10693         a) improved computing address of stack variable
10694         b) took out some #if 0 code
10695         c) improved parmBytes adjustment
10696         d) improved genPlusIncr & genMinusIncr
10697         e) genCmp could generate bad code (when left assigned to DPTR)
10698         f) Fixed bug in hasInc
10699
10700         * /sdcc/src/ds390/ralloc.c:
10701         a) packRegsForSupport could mess up live information (Fixed)
10702         b) packRegsDPTRuse could be incorrect for left & right shift
10703
10704         * /sdcc/src/mcs51/ralloc.c:
10705         packRegsForSupport could mess up the live information (Fixed)
10706
10707         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10708
10709         * /sdcc/src/SDCCast.c:
10710         can reverse a loop even if function call is present as long
10711         as the loop control variable is local & is not passed as parameter
10712
10713 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10714
10715         * /sdcc/ChangeLog: *** empty log message ***
10716
10717         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10718         More builtin function additions for TININative
10719
10720         * /sdcc/src/ds390/ralloc.c:
10721         Had broken the regression testsuite
10722
10723         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10724
10725         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10726         Added funcattr hasStackParms will be set for reentrant functions when there
10727         are paramteres on the stack, this helps in minimizing frame pointer generation
10728         typeFromStr can handle function pointers now
10729
10730         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10731         *** empty log message ***
10732
10733 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10734
10735         * /src/ds390/gen.c, /src/ds390/main.c:
10736         More builtin function additions for TININative
10737
10738         * /src/ds390/ralloc.c:
10739         Had broken the regression testsuite
10740
10741         * /src/SDCCast.c: Fixed a bug in dumptree
10742
10743         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10744         Added funcattr hasStackParms will be set for reentrant functions when there
10745         are paramteres on the stack, this helps in minimizing frame pointer generation
10746         typeFromStr can handle function pointers now
10747
10748         * /doc/builtins.txt, /doc/TININative.txt:
10749         *** empty log message ***
10750
10751
10752 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10753
10754         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10755         ALPHA version for -mTININative
10756
10757         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10758         updated to reflect changes in the port structure
10759
10760         * /src/port.h:
10761         added function do_assemble (similar to do_link) if non-null this function
10762         will be called to do assembly (-mTININative) requires a multi command
10763         assembly
10764         added function genAssemblerEnd will be called to generate assembler Epilogue
10765
10766         * /src/SDCCsymt.c:
10767         added _JavaNative to debug info printing
10768
10769         * /src/SDCCmain.c: added option --tini-libid
10770         added port->do_assemble function (-mTININative) has a multi command assemble
10771
10772         * /src/SDCCglue.c: Disabled "constExpr" check
10773         added port->genAssemblerEnd function
10774
10775         * /src/SDCCglobl.h: Added option --tini-libid value
10776
10777         * /src/SDCCast.h:
10778         tookout optimizeCompare from the header (has no external references)
10779
10780         * /src/SDCCast.c: made one more function "static"
10781
10782 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10783
10784         * src/z80/mappings.i: Added z80asm support.
10785
10786         * src/z80/main.c: Added z80asm support on --asm=z80asm
10787
10788         * src/z80/gen.c: Fixed asm portability issues.
10789
10790         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10791
10792         * src/SDCCglue.c (printExterns): Added global/extern split.
10793
10794 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10795
10796         * support/regression/Makefile: added test for mcs51 model large
10797
10798         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10799
10800         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10801
10802 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10803
10804         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10805
10806 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10807
10808         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10809
10810         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10811
10812 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10813
10814         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10815
10816         * support/regression/tests/simplefloat.c: Port to mcs51.
10817
10818 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10819         * support/regression/tests/bug-485362.c: Added.
10820
10821         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10822
10823         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10824
10825         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10826
10827         * src/z80/gen.c (aopDump): Added a dump function.
10828
10829 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10830         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10831
10832         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10833
10834         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10835
10836         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10837
10838         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10839
10840         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10841
10842         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10843
10844         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10845
10846         * support/regression/ports/ds390/support.c: Use tinibios.
10847
10848         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10849
10850 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10851
10852         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10853         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10854
10855         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10856
10857         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10858
10859 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10860
10861         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10862
10863         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10864         (packRegsForIYUse): Created and optimised.
10865
10866 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10867
10868         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10869 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10870
10871         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10872
10873         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10874
10875         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10876
10877 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10878
10879         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10880
10881         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10882
10883 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10884
10885         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10886
10887         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10888
10889         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10890
10891 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10892
10893         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10894         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10895         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10896
10897         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10898
10899         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10900         (genNotFloat): Added.
10901         (genUminusFloat): Added.
10902
10903         * device/lib/z80/Makefile: Added floating pt stubs.
10904
10905         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10906
10907         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10908
10909         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10910
10911 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10912
10913         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10914
10915         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10916
10917         * sdcc/support/regression/Makefile: Add port ds390.
10918
10919         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10920
10921         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10922
10923         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10924
10925         * sdcc/support/regression/ports/ds390/support.c: Added.
10926
10927         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10928
10929         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10930
10931         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10932
10933 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10934
10935         * device/include/malloc.h: Added z80 and gbz80 support.
10936
10937         * device/lib/gbz80/heap.s: Added.
10938
10939         * device/lib/z80/heap.s: Added.
10940
10941         * device/lib/malloc.c: Added z80 and gbz80 support.
10942
10943         * support/regression/tests/malloc.c (testMalloc): Added.
10944
10945         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10946
10947         * support/regression/tests/bug-478094.c: Added.
10948
10949         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10950
10951 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10952
10953         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10954
10955         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10956
10957         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10958
10959         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10960
10961         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10962
10963 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10964
10965         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10966
10967 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10968
10969         * support/regression/tests/bug-477927.c: Added.
10970
10971         * src/z80/peeph.def: Added minor rules.
10972
10973         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10974
10975         * src/z80/peeph.def: Added jump optimisation modification.
10976
10977 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10978
10979         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10980
10981 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10982
10983         * support/regression/tests/funptrs.c: Added.
10984
10985 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10986
10987         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10988
10989 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10990
10991         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10992
10993         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10994
10995         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10996         (movLeft2ResultLong): Created.
10997
10998         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10999         (joinPushes): Added.  Joins two char pushes into a word push.
11000
11001 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11002
11003         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11004
11005         * support/makebin/Makefile (install): Added creation of dest dir.
11006
11007 2001-10-24 Karl Bongers <karl AT turbobit.com>
11008
11009         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11010
11011 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11012
11013         * src/z80/ralloc.c: Turned off faulty pack for one use.
11014
11015         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11016
11017         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11018
11019 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11020
11021         * support/regression/Makefile: Improved clean
11022
11023         * support/regression/ports/gbz80/spec.mk: Added clean
11024
11025         * support/regression/ports/host/spec.mk: Added clean
11026
11027         * support/regression/ports/z80/spec.mk: Added clean
11028
11029         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11030
11031         * support/regression/ports/mcs51/timeout.c: little improvements
11032
11033 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11034
11035         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11036
11037         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11038
11039         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11040
11041 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11042
11043         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11044
11045         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11046
11047 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11048         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11049
11050         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11051
11052         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11053
11054         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11055
11056         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11057
11058         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11059
11060         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11061
11062         * support/regression/tests/longor.c: Added.
11063
11064 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11065
11066         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11067
11068         * as/mcs51/aslink.h: define PATH_MAX
11069
11070         * as/mcs51/asm.h: define PATH_MAX
11071
11072         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11073
11074         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11075
11076         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11077
11078         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11079
11080         * src/SDCCglobl.h: define PATH_MAX
11081
11082         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11083
11084         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11085
11086 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11087
11088         * src/z80/gen.c (gencjneshort): Fixed
11089
11090         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11091
11092 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11093
11094         * support/regression/tests/bug-469671.c: Added.
11095
11096         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11097
11098 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11099
11100         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11101
11102         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11103
11104 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11105
11106         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11107
11108         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11109
11110         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11111
11112         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11113
11114         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11115
11116         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11117
11118         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11119
11120 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11121
11122         * 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.
11123
11124         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11125
11126         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11127
11128 2001-10-07    <johan AT FRIJA>
11129
11130         * device/lib/gets.c (gets): fixed the return value.
11131
11132 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11133         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11134
11135         * 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.
11136
11137         * 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.
11138
11139         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11140
11141         * src/pic/gen.c: Removed Safe_strdup.
11142
11143         * configure.in: Added option to enable libgc support.
11144
11145         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11146         (bitVectUnion): Optimised.
11147         (bitVectIntersect): Optimised.
11148         (bitVectBitsInCommon): Optimised.
11149         (bitVectCplAnd): Optimised.
11150
11151         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11152
11153 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11154
11155         * src/SDCCmain.c: distinguish between assembler debug and plain options
11156
11157         * src/avr/main.c:   remove standard assembler options
11158
11159         * src/ds390/main.c: remove standard assembler options
11160
11161         * src/mcs51/main.c: remove standard assembler options
11162
11163         * src/port.h: removed "PENDING" comment
11164
11165 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11166
11167         * src/device/lib/_mulint.c  : new, with assember functions
11168
11169         * src/device/lib/_mullong.c : new, with assember functions
11170
11171         * src/device/lib/_divuint.c : with assember functions
11172
11173         * src/device/lib/_divsint.c : with assember functions
11174
11175         * src/device/lib/_divulong.c: with assember functions
11176
11177         * src/device/lib/_divslong.c: with assember functions
11178
11179         * src/device/lib/_moduint.c : with assember functions
11180
11181         * src/device/lib/_modsint.c : with assember functions
11182
11183         * src/device/lib/_modulong.c: with assember functions
11184
11185         * src/device/lib/_modslong.c: with assember functions
11186
11187         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11188
11189         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11190
11191         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11192                                       replaced _mululong.c and _mulslong.c by _mullong.c
11193
11194 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11195
11196         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11197
11198 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11199
11200         * src/SDCCglue.c: test, if win32api is available for MINGW
11201
11202 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11203
11204         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11205         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11206         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11207         * support/regression/ports/host/spec.mk: removed GENERIC
11208         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11209         * support/regression/ports/z80/spec.mk: removed GENERIC
11210
11211 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11212
11213         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11214
11215         * support/regression/tests/bug-467035.c: Created.
11216
11217 2001-10-01    <johan AT FRIJA>
11218
11219         * src/SDCC.y: fixed bug #466586 part 1
11220
11221 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11222
11223         * SDCCicode.c: z80 has no generic pointers
11224         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11225
11226 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11227
11228         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11229
11230 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11231
11232         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11233
11234         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11235
11236 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11237
11238         * configure.in: Fixed up so that ucsim is only configured once.
11239
11240         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11241
11242         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11243         (getPathDifference): As above.
11244
11245         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11246
11247         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11248
11249 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11250         * .version: Updated to 2.3.1
11251
11252         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11253         Added copyright header.
11254
11255         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11256         (assemble): Added support for macro based assembler commands.
11257         (linkEdit): Added support for macro based linker commands.
11258         (preProcess): Changed the pre-processor to use macros.
11259         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11260         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11261
11262         * device/lib/z80/crt0.s: Added module name for debugging.
11263
11264 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11265
11266         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11267
11268         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11269
11270         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11271
11272         * src/Makefile.in: Added SDCCmacro and SDCCutil
11273
11274 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11275
11276         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11277
11278 2001-09-16    <johan AT FRIJA>
11279
11280         * 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.
11281
11282 2001-09-15    <johan AT FRIJA>
11283
11284         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11285         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11286
11287 2001-09-11    <johan AT FRIJA>
11288
11289         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11290
11291 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11292
11293         * support/regression/tests/bug-460444.c: Added test case.
11294
11295         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11296         (genCast): Added justification for all of the asserts.
11297
11298 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11299
11300         * support/regression/support.c: _xdata replaced by xdata
11301
11302         * support/regression/spec.mk: removed _generic
11303
11304 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11305
11306         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11307
11308         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11309         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11310
11311         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11312
11313         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11314
11315         * support/regression/tests/bug-460010.c: Added test case.
11316
11317         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11318
11319 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11320
11321         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11322
11323         * support/regression/testfwk.c: removed workaround for bug #436344
11324
11325         * support/regression/tests/bp.c: use less memory with mcs51
11326
11327         * support/regression/tests/bug-441448.c: use less memory
11328
11329         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11330
11331         * support/regression/collate-results.py: typo
11332
11333 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11334
11335         * support/regression/tests/fetchoverlap.c: Added new test case.
11336
11337         * support/regression/tests/bp.c: Added new test case.
11338
11339         * support/regression/tests/bug-448984.c: Added new test case.
11340
11341         * support/regression/tests/pow2shifts.c: Added new test case.
11342
11343         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11344         (genlshTwo): Fixed right shift for count > 8.
11345
11346         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11347
11348 2001-09-08    <johan AT FRIJA>
11349
11350         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11351
11352 2001-09-07    <johan AT FRIJA>
11353
11354         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11355
11356         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11357
11358 2001-09-06    <johan AT FRIJA>
11359
11360         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11361         * bernhard noted me at this: "() equals to (void)" (1.38)
11362
11363 2001-09-05    <johan AT FRIJA>
11364
11365         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11366
11367 2001-09-04    <johan AT FRIJA>
11368
11369         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11370
11371
11372 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11373
11374         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11375
11376 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11377
11378         * link/z80/aslink.h: Fixed path for PATH_MAX
11379
11380 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11381
11382         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11383
11384         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11385
11386         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11387
11388         * 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.
11389
11390 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11391
11392         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11393         (genCmp): Fixed up genCmp for the GB with longs.
11394
11395         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11396
11397         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11398
11399         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11400
11401         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11402
11403 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11404
11405         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11406
11407 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11408
11409         * 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.
11410
11411         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11412
11413 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11414
11415         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11416
11417         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11418
11419 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11420
11421   * sim/ucsim/configure:    little improvement of Cygwin-detection
11422   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11423   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11424   * support/regression/tests/bug-221100.c: small changes for mcs51
11425   * support/regression/tests/bug-221168.c: small changes for mcs51
11426   * support/regression/tests/bug-227710.c: small changes for mcs51
11427   * support/regression/tests/staticinit.c: small changes for mcs51
11428   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11429   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11430   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11431
11432 $Revision$