MSC 6 does not have <stdint.h>. Use pstdint.h instead.
[fw/sdcc] / ChangeLog
1 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2
3         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
4         * support/Util/pstdint.h: added
5
6 2006-05-22 Raphael Neider <rneider AT web.de>
7
8         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
9           bug #1492360 (problematic due to generic pointers, see code)
10
11 2006-05-22 Borut Razem <borut.razem AT siol.net>
12
13         * support/regression/ports/pic16/specs.mk: removed stack size linker
14           directive
15         * support/regression/tests/array.c,
16           support/regression/tests/bitopcse.c,
17           support/regression/tests/bug-908454.c,
18           support/regression/tests/malloc.c: modified for pic16 regression test
19         * support/regression/tests/bitfields.c:
20           pic16 - excluded bitfileds of size > 8
21         * support/regression/tests/bp.c: pic16 - reduced data size
22         * support/regression/tests/bug-221100.c: pic16 - reduced data size
23         * support/regression/tests/bug-460010.c:
24           pic16 - used the absolute address the fits in memory
25         * support/regression/tests/bug-716242.c:
26           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
27         * support/regression/tests/float.c:
28           pic16 - excluded - data size too big
29         * support/regression/tests/onebyte.c:
30           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
31         * support/regression/tests/shifts.c:
32           pic16 - function names probably have to differ in first X characters
33           (gpasm limitation?)
34         * support/regression/tests/staticinit.c:
35           pic16 - excluded some tests due error: no target memory available for
36           section ".idata"
37
38 2006-05-22 Borut Razem <borut.razem AT siol.net>
39
40         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
41           second try. Thanks Stas Sergeev once more.
42
43 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
44
45         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
46           (genLeftShift, genRightShift): fixed bug 1491627
47         * src/hc08/peeph.def (rules 7, 8.x): added
48         * support/regression/tests/shifts.c (ShiftLeftByParam,
49           ShiftRightByParam, testShiftByParam): added to test variable shifting
50
51 2006-05-20 Raphael Neider <rneider AT web.de>
52
53         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
54         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
55           (allocReg): add only new registers to dynAllocRegs,
56           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
57             #1489055, #1445850, and probably #1483693
58
59 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
60
61         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
62         bug in for-loop that didn't emit the last of CONFIG and ID registers
63
64 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
65
66         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
67           with offset
68         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
69           1489016, 1434401 and 1490124
70         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
71           1489016, 1434401 and 1490124
72
73 2006-05-17 Borut Razem <borut.razem AT siol.net>
74
75         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
76           thanks Stas Sergeev
77
78 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
79
80         * device/include/mcs51/P89c51RD2.h,
81         * device/include/mcs51/P89LPC901.h,
82         * device/include/mcs51/P89LPC922.h,
83         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
84
85 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
86
87         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
88         to fix missing stack pragma in compiled binary object file,
89
90 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
91
92         * support/packihx/configure.in,
93         * support/packihx/configure: removed warning, autoconf >= 2.5x can
94         determine sizeof basic types even while cross compiling
95
96 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
97
98         * src/avr/gen.c (aopop),
99         * src/ds390/gen.c (aopOp),
100         * src/hc08/gen.c (aopOp),
101         * src/mcs51/gen.c (aopop),
102         * src/pic16/gen.c (pic16_aopOp),
103         * src/pic/gen.c (aopOp),
104         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
105         if size of operand is smaller than spill location
106
107 2006-05-12 Borut Razem <borut.razem AT siol.net>
108
109         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
110           have to have CR/LF line endings even if they are checked out on *nix
111           or on WIN32 in cygwin binmode
112
113 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
114
115         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
116         * device/include/ds80c390.h: added sfr16 definitions
117         * src/ds390/gen.c,
118         * src/ds390/gen.h,
119         * src/ds390/main.c,
120         * src/ds390/ralloc.c,
121         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
122           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
123           bit returning functions
124         * support/regression/tests/sfr16.c: enabled test on ds390
125
126 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
127
128         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
129         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
130
131 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
132
133         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
134         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
135           (cl_address_space constructor): removed expensive initialization,
136           (cl_address_space::get_cell): extended for late initialization,
137           (cl_address_space::*): use late initialization,
138           (cl_address_decoder::activate): removed expensive initialization,
139           This reduced regression test running time by 25%
140
141 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
142
143         * packihx/,
144         * configure.in,
145         * configure,
146         * sdcc.dsw,
147         * Makefile.bcc,
148         * Makefile.in,
149         * support/packihx/Makefile.in,
150         * support/packihx/clean.mk,
151         * support/packihx/Makefile.bcc,
152         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
153
154 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
155
156         * src/SDCCval.c (valNot): fix for regression test failure
157           of not.c on big endian hosts
158
159 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
160
161         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
162
163 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
164
165         * device/lib/mcs51/Makefile.in: changed string comparison operator
166           to = for POSIX compliance; == is bash extension
167
168 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
169
170         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
171           kosmonaut_pirx
172
173 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
174
175         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
176         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
177         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
178         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
179         bug report #1478657,
180
181 2006-05-05 Borut Razem <borut.razem AT siol.net>
182
183         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
184           making the html
185
186 2006-05-02 Borut Razem <borut.razem AT siol.net>
187
188         * doc/Makefile.in: removed *.ind dependency since there is no rule to
189           create *.ind, which made make to fail if invoked with -j 2
190
191 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
192
193         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
194           Hubert Sack for patch 1479782
195
196 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
197
198         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
199
200 2006-05-01 Raphael Neider <rneider AT web.de>
201
202         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
203           (create_pic): store only prefix-free device name,
204           (init_pic): check for device names with "16" prefix,
205           (list_valid_pics),
206         * src/pic/device.h (struct PIC_device),
207         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
208             stored device name,
209         * device/include/pic/pic12f{635,675,629,683}.h,
210         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
211         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
212         * device/include/pic/pic16f505.h,
213         * device/lib/pic/libdev/pic16f505.c: removed
214         * device/include/pic/pic14devices.txt: added support for pic12f
215             devices, removed unsupported non 16-bit devices
216             [above changes provided by patch from Zik Saleeba]
217         * src/pic/*, src/pic16/*, device/include/pic16/*,
218           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
219
220 2006-05-01 Borut Razem <borut.razem AT siol.net>
221
222         * configure.in, configure, doc/Makefile.in:
223           sync with nightly build makefile - latex, dvipdf and dvips
224           not needed any more
225
226 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
227
228         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
229         in the library source
230
231 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
232
233         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
234
235 2006-04-28 Raphael Neider <rneider AT web.de>
236
237         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
238         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
239           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
240         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
241
242 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
243
244         * device/lib/pic/libdev/Makefile.in,
245         * device/lib/hc08/Makefile.in,
246         * device/lib/gbz80/Makefile.in,
247         * device/lib/z80/Makefile.in,
248         * device/lib/ds390/Makefile.in,
249         * device/lib/ds400/Makefile.in: added srcdir to include search path,
250         thanks to Borut for the bug report
251         * configure.in,
252         * configure: always create doc/Makefile independent from --enable-doc
253         * Makefile.in: always install from directory doc independent from
254         --enable-doc
255         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
256         removed
257         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
258         * doc/Makefile.in: install *.txt if present
259         * device/include/Makefile.in (install): added installation of pic/*.inc
260         and pic/*.txt files again, they were erroneously removed
261
262 2006-04-28 Raphael Neider <rneider AT web.de>
263
264         * src/pic/{gen.c,main.h,pcode.c},
265         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
266             concerning signedness with casts
267
268 2006-04-28 Raphael Neider <rneider AT web.de>
269
270         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
271             definition of an interrupt handler,
272         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
273             interrupt handler stuff from picglue() to separate routine,
274           (picglue): enabled definition of intr handlers in files w/o main()
275
276 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
277
278         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
279           compilation with MSVC 2005 Express Edition (VC8)
280
281 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
282
283         * device/lib/Makefile: fixed build of gbz80 lib
284
285 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
286
287         * support/regression/tests/bug-460010.c,
288         * support/regression/tests/bug-524691.c,
289         * support/regression/tests/bug-716242.c: removed conditional defines
290           that are already in testfwk.h
291
292 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
293
294         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
295           (AccAXRsh1): added, shift right by 1,
296           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
297            AccAXLrl1
298         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
299
300 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
301
302         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
303         remove cast to same type
304         * src/SDCCast.c (decorateType): fix for RFE 1475742,
305         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
306         * as/z80/Makefile,
307         * link/z80/Makefile: removed, they have moved to
308         Makefile.in files
309         * configure,
310         * configure.in: replaced duplicate message about ucsim by missing sdcpp
311         * install-sh: fix bug #1204398 by setting umask 0022
312         * device/lib/Makefile: separate build of z80 and gbz80 lib
313
314 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
315
316         Enabled VPATH feature: changed nearly all Makefiles (149 files).
317         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
318
319         One basic decision: e.g. src/clean.mk includes further files. In order
320         to make this work there are two solutions:
321         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
322           run configure on them. This way they can use
323           'include $(srcdir)/port-clean.mk'
324         - always include clean.mk by the Makefile at the same level. To avoid
325           that `make clean` tries to include and build Makefile.dep the
326           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
327           implemented, because now even `make uninstall` doesn't create
328           Makefile.in. clean.mk could be eliminated by pasting it in
329           Makefile.in.
330
331         * debugger/mcs51/Makefile.in: build own objects from library sources
332         (SLIB, SDCC) in current directory
333
334         * configure, configure.in: renamed --disable-device-lib-build in
335         --disable-device-lib; added --enable-doc, the required tools are
336         searched by configure; added result message; the toolchain for the
337         belonging ports are now only built, if the port is enabled.
338
339         * support/regression/*: all output is written in directory gen, because
340         the fwk and ports directories don't livet in the build tree using vpath
341
342         * doc/sdccman.lyx: renamed --disable-device-lib-build to
343         --disable-device-lib, added --enable-doc, added section VPATH
344
345         * sim/ucsim/configure.in,
346         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
347         z80 are enabled by default
348
349 2006-04-24 Raphael Neider <rneider AT web.de>
350
351         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
352             to config word, "pic14_"-prefixed some extern functions
353           (pic14_emitConfigWord): emit __config directive(s) if assignment to
354             config word has been found
355         * src/pic/device.h: added prototypes
356         * src/pic/pcode.c: added "pic14_"-prefix where needed
357         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
358             fixup
359         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
360             words,
361           (pic14emitRegularMap): ignore config words,
362           (pic14createInterruptVect): moved generating __config directives away
363           (picglue): have __config directives emitted
364
365 2006-04-24 Borut Razem <borut.razem AT siol.net>
366
367         * doc/Makefile: sync with nightly build makefile
368
369 2006-04-24 Raphael Neider <rneider AT web.de>
370
371         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
372             registers that have not been assigned proper liveranges,
373             fixes #1469504 and #1474602,
374           (pCodeRegOptimizeRegUsage): fixed typo in comment
375
376 2006-04-24 Borut Razem <borut.razem AT siol.net>
377
378         * device/examples/main8051.c: deleted - it was removed from CVS
379           24.mar.2000 and after that modified 18.feb.2001, so it reappered
380           after the transition to Subversion
381         * src/SDCCalloc.h: deleted - it was removed  from CVS
382           3.feb.2001 and after that modified 18.feb.2001, so it reappered
383           after the transition to Subversion
384         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
385           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
386           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
387           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
388
389 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
390
391         * as/asx8051.dsp: added mcs51/strcmpi.h
392         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
393         * as/hc08/aslink.h: updated lnksect prototype
394         * as/hc08/asm.h,
395         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
396         * as/hc08/asmain.c,
397         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
398           (newdot): handle A_ABS
399         * as/hc08/asout.c,
400         * as/mcs51/asout.c (outarea): output address
401         * as/hc08/lkaomf51.c,
402         * as/mcs51/lkaomf51.c: disabled unused array UsageType
403         * as/hc08/m08pst.c,
404         * as/mcs51/i51pst.c,
405         * as/z80/z80pst.c: "ABS" is not A_OVR
406         * as/hc08/lkarea.c (newarea): read a_addr,
407           (lnkarea): added codemap array, sort absolute areas to the front,
408            combine all GSINITx/GSFINAL,
409           (find_empty_space, allocate_space): new functions,
410           (lnksect): return next address, handle absolute sections
411         * as/mcs51/lkarea.c (newarea): read a_addr,
412           lnksect2 prototype changed,
413           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
414           (find_empty_space, allocate_space): new, factored out of lnksect2,
415           (lnksect2): return next address, handle absolute sections
416         * as/hc08/lkhead.c,
417         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
418         * as/hc08/lklibr.c (addfile, fndsym),
419         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
420           index out of range and detect both '\' and '/'
421         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
422         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
423           regression tests (ds390 cannot return bool yet)
424         * doc/sdccman.lyx: changed version number, document changed --no-peep,
425           document critical interrupts on z80, document changed SDCC define
426         * src/asm.c (_asxxxx_mapping): fixed .org directive,
427           (_a390_mapping): added .org directive
428         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
429           (genMultOneByte): fixed warnings
430         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
431           ones
432         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
433         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
434           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
435         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
436         * src/pic16/main.c: removed newReg prototype
437         * src/pic16/pcode.c,
438         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
439           warnings
440         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
441           ones
442         * src/pic16/ralloc.c
443         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
444           to fix warnings
445         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
446           from short to PIC_OPTYPE
447         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
448         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
449           optype from short to PIC_OPTYPE
450         * src/port.h: made int_size unsigned to fix warnings
451         * src/SDCC.y: fixed warning on MSVC
452         * src/SDCCicode.c (getArraySizePtr): return unsigned int
453         * src/SDCCopt.c (convertToFcall): fixed warnings
454         * src/SDCCsymt.h: removed double prototype for genSymName
455         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
456           offset int to fix warnings
457
458 2006-04-22 Borut Razem <borut.razem AT siol.net>
459
460         * doc/sdccman.lyx, */Makefile, */Makefile.in:
461           references to CVS replaced with Subversion
462
463 2006-04-21 Borut Razem <borut.razem AT siol.net>
464
465         * doc/sdccman.lyx, */Makefile, */Makefile.in:
466           references to CVS replaced with Subversion
467
468 2006-04-19 Borut Razem <borut.razem AT siol.net>
469
470         * src/version.awk: adapted for svn
471         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
472           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
473           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
474           /binutils-avr/etc/*.vi, *.jin: removed all properties
475           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
476
477 2006-04-19 Borut Razem <borut.razem AT siol.net>
478
479         * CVS to Subversion migration completed
480
481 2006-04-18 Borut Razem <borut.razem AT siol.net>
482
483         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
484           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
485
486 2006-04-17 Borut Razem <borut.razem AT siol.net>
487
488         * device/include/Makefile.in: added pic/*.inc to the installation
489
490 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
491
492         * support/regression/collate-results.py: fixed output in case of
493         a valdiag error
494         * support/regression/generate-cases.py: fixed splitting of pathnames
495         with dots
496         * as/hc08/lklibr.c (addfile),
497         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
498
499 2006-04-11 Raphael Neider <rneider AT web.de>
500
501         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
502         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
503         * src/pic16/pcode.c (assignValnums): fixed #1460578
504
505 2006-04-11 Raphael Neider <rneider AT web.de>
506
507         * device/lib/pic/libdev/*.c,
508         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
509           fixes #1468739, enables compilation in --std-c99 mode
510         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
511
512 2006-04-11 Raphael Neider <rneider AT web.de>
513
514         * src/pic/device.c (find_device): removed debug output
515           (list_valid_pics): enabled verbose listing of supported devices
516         * device/include/stdbool.h: define bool as char for pic14/16 as well
517
518 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
519
520         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
521
522 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
523
524         * .version: bumped version to 2.5.6
525         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
526
527 2006-04-06 Raphael Neider <rneider AT web.de>
528
529         * .version: bumped version to 2.5.6 (pic14 ABI changed)
530         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
531         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
532           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
533             pic14_constructAbsMap
534           (pic14printPublics): declare absolute global symbols as global
535           (pic14createInterruptVect),
536         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
537           (newReg): assume new registers unused, use correct name in
538             hashtable (reg->name instead of name), more debugLog output
539         * src/pic/device.h (PIC_device): added fields for verbose output
540         * src/pic/device.c: moved device definition to pic14devices.txt,
541             added routines for runtime parsing of pic14devices.txt,
542             added support for second config word
543         * src/pic/main.c (_process_pragma): removed #pragma maxram,
544           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
545           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
546           (_pic14_parseOptions): moved pCodeInitRegisters here
547           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
548         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
549           (pCodeInitRegisters): rewrapped comments, perpared new approach to
550             handling the pseudo stack
551         * device/lib/Makefile.in: ignore failures in objects-pic16,
552         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
553         * device/lib/pic/NEWS: document new dependency on picXXX.lib
554         * device/lib/pic/Makefile.subdir,
555         * device/lib/pic16/Makefile.subdir: improved clean rules
556         * device/lib/pic/libdev/: NEW, pic14 device libraries
557         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
558         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
559         * device/include/Makefile.in: create subdir and install pic14 headers
560         * device/include/pic/p16f_common.inc: removed unused declarations
561         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
562             PICs from inc2h.pl v1.6,
563             replaced BIT_AT macros with struct declarations
564         * device/include/pic/pic14devices.txt: definition of supported devices,
565             all above improvements contributed by Zik Saleeba, thanks
566         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
567         * support/scripts/sdcc.nsi: also install pic14 device libraries and
568             headers
569
570 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
571
572         * device/include/mcs51/c8051f410.h: added interrupt numbers,
573         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
574           thanks to Charles Olds
575
576 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
577
578         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
579
580 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
581
582         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
583         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
584         * support/regression/bug1464657.c: added, new test
585
586 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
587
588         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
589           version number
590
591 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
592
593         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
594           --no-peep and --peep-file <file> are used don't use default rules but
595           do use the <file>
596
597 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
598
599         * src/mcs51/gen.c (genCall): fixed bug 1457608
600
601 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
602
603         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
604         changes seem to cause (trigger?) problems with the build system.
605
606 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
607
608         * src/SDCCpeeph.c (operandsLiteral): new, added,
609           (callFuncByName): inserted operandsLiteral
610         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
611
612 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
613
614         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
615         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
616
617 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
618
619         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
620           implemented patch 1120823 Thanks to Willy De la Court (normal
621           interrupts need an interrupt number now if they are made critical),
622           and enabled nesting of critical functions though not for gbz80
623           (genCritical, genEndCritical): added functions
624           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
625         * src/z80/mappings.i: added "ei" to all mappings
626
627 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
628
629         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
630         submitted by the Debian SDCC maintainer Aurelien Jarno:
631         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
632         archive with gcc 4.1 on mips and wrote the patch"
633
634 2006-03-16 Raphael Neider <rneider AT web.de>
635
636         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
637           the left operand is shorter than the result (c* = lit-c* + int),
638           fixes bug #1450796
639         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
640           OP_SYMBOL
641
642 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
643
644         * src/.version: increased version number to 2.5.5
645         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
646         linking is done manually in pic16 port's _linkEdit,
647         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
648         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
649         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
650         allocate asmop as AOP_ACC,
651         (aopForRemat): added parameter 'bool result' in function declaration,
652         (pic16_aopGet): return AOP_ACC when accessing WREG,
653         (pic16_popGetTempReg): minor modification,
654         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
655         'pic16_allocWithIdx',
656         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
657         calling function in absolute addresses,
658         (genAssign): take into account AOP_ACC asmop,
659         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
660         * src/pic16/pcoderegs.c: some debug functions and lines added,
661         * src/pic16/ralloc.c (decodeRegType): added but commented out,
662         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
663         register too,
664         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
665         call to allocReg, not by manually allocating a new one,
666         (pic16_assignRegisters): now before going through the register
667         allocating functions mark all registers as free. This eliminates some
668         side effects resulting from peephole parser done earlier in the backbone
669
670 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
671
672         * src/SDCCicode.c (geniCodeLogic),
673         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
674
675 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
676
677         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
678           (genSend): bugfix, do not allocate and free twice,
679           (shiftRLong): handle partially overlapping aops
680         * support/regression/tests/bitopcse.c: fixed warning redefined idata
681
682 2006-03-08 Borut Razem <borut.razem AT siol.net>
683
684         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
685           for pic16
686
687 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
688
689         * support/regression/tests/bug1409955.c: new, added
690         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
691         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
692           (aopForSym, aopOp): increment asmop.allocated if reused,
693           (freeAsmop): decrement asmop.allocated and check for zero instead of
694           using asmop.freed,
695           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
696           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
697            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
698            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
699            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
700            genSignedRightShift, genRightShift, genDataPointerGet,
701            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
702            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
703             in reverse order from allocation,
704           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
705             added swappedLR to keep track
706         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
707           pdata & code for GCC, z80, gbz80 & hc08
708         * support/regression/tests/zeropad.c: moved defines to testfwk.h
709
710 2006-03-08 Raphael Neider <rneider AT web.de>
711
712         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
713
714 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
715
716         * device/include/mcs51/c8051f410.h: new SiLabs mcu
717         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
718         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
719
720 2006-03-06 Borut Razem <borut.razem AT siol.net>
721
722         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
723           made the linker quiet
724
725 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
726
727         * src/pic16/gen.c (genPcall): fixed bug #1443644
728         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
729         which dumps before the function entry point a data byte which represents
730         the number of the local variables used by the specified function, added
731         'xinst' for initial support for Extended Instruction Support,
732         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
733         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
734         port->fun_prefix anymore (may change later),
735         (genFunction, genEndFunction): do not store/restore local registers for
736         _main (this should take care the --main-return command line option in
737         the future),
738         (genOr): removed some legacy pic-port instructions,
739         * src/pic16/genarith.c (genAddLit): re-enabled old code because
740         performing operations with SFR's causes data to be written more than
741         once to each SFR. Perhaps SFRs should be handled in special cases...
742         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
743         pcode.h
744         * src/pic16/main.c (_process_pragma): stack bound checking did not take
745         into account for stack starting position,
746         (struct OPTIONS pic16_optionsTable): added command line argument
747         --extended or -y for Extended Instruction Support,
748         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
749         (deassignLRs): *** perhaps the most important change, old 'for' code
750         (commented out for reference), didn't account for some registers which
751         were left marked 'not free' after a pointer operation. The change
752         reduces register usage a lot in some cases
753
754 2006-03-04 Borut Razem <borut.razem AT siol.net>
755
756         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
757           _clean
758         * support/regression/tests/bug-524697.c: decreased array size for
759           mcs51 to fit into the internal RAM
760         * support/regression/Makefile.in: a little bit more verbose
761
762 2006-03-03 Borut Razem <borut.razem AT siol.net>
763
764         * support/regression/fwk/lib/testfwk.c,
765           support/regression/fwk/include/testfwk.h: introduced function
766           _prints(), nonrecursive _printn(), call _initEmu() from main()
767         * support/regression/ports/gbz80/support.asm,
768           support/regression/ports/ucz80/support.asm,
769           support/regression/ports/z80/support.asm,
770           support/regression/ports/ds390/support.c,
771           support/regression/ports/hc08/support.c,
772           support/regression/ports/host/support.c,
773           support/regression/ports/mcs51/support.c,
774           support/regression/ports/xa51/support.c: added empty _initEmu()
775           function
776         * support/regression/ports/pic16/gpsim.cmd,
777           support/regression/ports/pic16/spec.mk,
778           support/regression/ports/pic16/support.c,
779           support/regression/Makefile.in: added pic16 regression test
780
781 2006-03-01 Raphael Neider <rneider AT web.de>
782
783         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
784           genConstPointerGet): use safe way of generating MOVFF to cover
785             literals as well as registers, fixes bug #1440527
786         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
787             dereference
788           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
789             more correctly, fixes bug #1232186
790           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
791         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
792             gplink guess the correct processor in more cases, applied patch
793             from Till Riedel attached to and fixing bug #1436552
794
795 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
796
797         * support/regression/tests/array.c: added, contains check for #1434401
798         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
799
800 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
801
802         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
803         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
804         * device/include/mcs51/c8051f326.h,
805         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
806         * device/include/mcs51/c8051f000.h,
807         * device/include/mcs51/c8051f018.h,
808         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
809           PCON_IDLE,PCON_STOP and added sfr16 definitions
810
811 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
812
813         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
814           genGetWord): fixed bug 1409955
815
816 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
817
818         * device/include/hc08/mc68hc908gp32.h,
819         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
820
821 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
822
823         * src/SDCCast.c (constExprValue): return NULL if not a value
824         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
825         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
826         * support/regression/tests/bitfields.c: enabled signed bitfield for all
827
828 2006-02-13 Borut Razem <borut.razem AT siol.net>
829
830         * src/regression/ptrarg.c: added, fails due to bug #1430967
831         * src/regression/Makefile: ptrarg.c added, ...
832
833 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
834
835         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
836         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
837
838 2006-02-11 Borut Razem <borut.razem AT siol.net>
839
840         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
841           print "Processor: xxx" message to stdout only if --verbose
842
843 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
844
845         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
846         * support/regression/tests/bug1426356.c: added
847         * support/regression/tests/bitfields.c: removed 2 tests
848
849 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
850
851         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
852         * device/include/mcs51/c8051f330.h,
853         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
854           PCON_IDLE,PCON_STOP and added sfr16 definitions
855         * device/lib/_divsint.c,
856         * device/lib/_divuint.c,
857         * device/lib/_divulong.c,
858         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
859           register bank bug for small stackauto
860
861 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
862
863         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
864
865 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
866
867         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
868         * all.dsp: corrected several bin paths
869         * device/include/mcs51/c8051f120.h,
870         * device/include/mcs51/c8051f300.h,
871         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
872           to PCON_IDLE,PCON_STOP
873         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
874         * device/lib/printf_large.c (output_float): fixed bug 1388703
875         * support/regression/tests/bug1057979.c: added test for bug 1388703
876
877 2006-02-08 Raphael Neider <rneider AT web.de>
878
879         * src/pic/pcode.c (pciTRIS): fixed typo,
880           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
881           (LinkFlow): fixed handling of flows that end in a call,
882           (ReuseReg): perform safety check earlier
883         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
884             to work with flows at the beginning of a pBlock,
885             fixes #1426557 (Symbol not previously defined),
886           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
887             usage information
888           (RemoveUnusedRegisters): update register usage info
889         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
890             created, reuse existing ones instead
891         * src/pic/gen.c (genPcall): fixed #1424719
892
893 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
894
895         * link/z80/lkmain.c,
896         * link/z80/lklex.c,
897         * link/z80/lkdata.c,
898         * link/z80/aslink.h: fixed build on current cygwin:
899         replaced getline() by lk_getline()
900
901 2006-02-01 Borut Razem <borut.razem AT siol.net>
902
903         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
904           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
905           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
906           src/regression/bool1.c, src/regression/bool2.c,
907           src/regression/bool3.c, src/regression/call1.c,
908           src/regression/compare.c, src/regression/compare10.c,
909           src/regression/compare2.c, src/regression/compare3.c,
910           src/regression/compare4.c, src/regression/compare5.c,
911           src/regression/compare6.c, src/regression/compare7.c,
912           src/regression/compare8.c, src/regression/compare9.c,
913           src/regression/configword.c, src/regression/for.c,
914           src/regression/inline.c, src/regression/mult1.c,
915           src/regression/nestfor.c, src/regression/or1.c,
916           src/regression/pointer1.c, src/regression/ptrfunc.c,
917           src/regression/rotate1.c, src/regression/rotate2.c,
918           src/regression/rotate3.c, src/regression/rotate4.c,
919           src/regression/rotate5.c, src/regression/rotate6.c,
920           src/regression/rotate7.c, src/regression/string1.c,
921           src/regression/struct1.c, src/regression/sub.c,
922           src/regression/sub2.c, src/regression/switch1.c,
923           src/regression/while.c, src/regression/xor.c,
924           src/regression/create_stc, src/regression/simulate,
925           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
926           regression tests
927         * src/regression/gpsim_assert.h: added
928
929 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
930
931         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
932         ((void (code *) (void)) 0) ();
933         * as/hc08/aslex.c,
934         * as/hc08/aslink.h,
935         * as/hc08/asm.h,
936         * as/hc08/asmain.c,
937         * as/hc08/lkdata.c,
938         * as/hc08/lklex.c,
939         * as/hc08/lkmain.c,
940         * as/mcs51/aslex.c,
941         * as/mcs51/aslink.h,
942         * as/mcs51/asm.h,
943         * as/mcs51/asmain.c,
944         * as/mcs51/lkdata.c,
945         * as/mcs51/lklex.c,
946         * as/mcs51/lkmain.c,
947         * as/z80/aslex.c,
948         * as/z80/asm.h,
949         * as/z80/asmain.c: fixed build on current cygwin:
950         replaced getline() by as_getline()
951
952 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
953
954         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
955         declarator in the symbol chain
956         * src/SDCCsymt.h,
957         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
958         parameter list for function pointers
959         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
960         * support/regression/tests/bug-716242.c: added
961
962 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
963
964         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
965         offset if possible
966         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
967
968 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
969
970         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
971         inifinitely recurseable, added static
972         * support/regression/tests/bug-1408066.c: added
973
974 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
975
976         * src/SDCCicode.h,
977         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
978         renamed, added possibility to create "postLoopLbl"-labels
979         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
980         newiTempLoopHeaderLabel
981         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
982         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
983         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
984         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
985         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
986         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
987         (basicInduction): fixed bug #136564, made static,
988         (loopInduction): changed parameter of basicInduction, made static,
989         (addPostLoopBlock): added
990         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
991         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
992         findLoopEndSeq
993         * support/regression/tests/bug-136564.c: added
994         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
995         --std-sdcc99 to LIBSDCCFLAGS
996
997 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
998
999         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
1000         while loop
1001         * support/regression/tests/bug-1406131.c: added
1002
1003 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
1004
1005         * src/SDCCast.c (decorateType): fix promotion of unary minus
1006         * src/SDCCsymt.c (computeType): beautified
1007         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
1008         (valUnaryPM, valComplement): fix sign and promotion,
1009         (valNot): ANSI: result type is int (SDCC: unsigned char)
1010         * support/regression/tests/uminus.c: speedup by removing superflous
1011         test case 'int'
1012         * support/regression/tests/onebyte.c: added promotion and signedness
1013         tests for unary minus
1014         * support/regressions/tests/bug-477927.c: disable warning about
1015         uninitialized variables
1016         * support/regression/tests/not.c: added
1017
1018 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1019
1020         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1021         * src/mcs51/gen.c (gen51Code): show final register usage after
1022         fillGaps in asm with --i-code-in-asm
1023         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1024         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1025         incUsed, rliveClear, adjustIChain): made static,
1026         (setFromRange): excluded because it's unused,
1027         (findPrevUseSym, markWholeLoop): added,
1028         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1029         through all branches of predecessors enables sdcc to emit the warning
1030         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1031         (rlivePoint): made static, added parameter emitWarnings which is only
1032         true during the first run out of two,
1033         (findRecursiveSucc, findRecursivePred): removed,
1034         (computeLiveRanges): made static, added parameter emitWarnings,
1035         (dumpIcRlive): added for debugging only
1036         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1037         removed prototype of setFromRange()
1038         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1039         in call of computeLiveRanges()
1040         * support/regression/tests/bug-895992.c: added
1041         * support/regression/tests/bug-971834.c: added
1042         * support/valdiag/tests/bug-895992.c: added
1043         * support/valdiag/tests/bug-971834.c: added
1044
1045 2005-12-18 Raphael Neider <rneider AT web.de>
1046
1047         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1048           (genUnpackBits): improved code for direct operands,
1049           (genPackBits): improved code for literal assignment to bitfields
1050             and for direct destination operands (no FSR indirection),
1051             prevented redundant AND, fixes #1362800,
1052           (AccLsh): added parameter to disable masking of the result
1053         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1054           skip instructions with side-effects (like incfsz),
1055           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1056         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1057         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1058           fixes #1375263
1059
1060 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1061
1062         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1063         volatile variables as spill location
1064
1065 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1066
1067         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1068         replacing literals
1069         * support/regression/tests/bug-1376320.c: added
1070
1071 2005-12-08 Raphael Neider <rneider AT web.de>
1072
1073         * src/pic/device.c: renamed is_shared to pic14_is_shared
1074         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1075         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1076           (is_valid_identifier): added for above workaround
1077
1078 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1079
1080         * device/lib/Makefile.in: fixed to enable port-specific-objects
1081         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1082           char, thanks Hubert Sack
1083         * doc/sdccman.lyx: documented --xstack-loc,
1084           elaborated a bit more on interrupts and pitfalls,
1085           removed "setjmp/longjmp unsupported",
1086           documented some unsupported C99 features
1087         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1088         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1089           if, thanks Hubert Sack
1090         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1091         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1092           make make_library
1093         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1094           regression tests can report resource usage (rfe 700441)
1095         * support/regression/collate-results.py: report resource usage
1096         * support/regression/ports/ds390/spec.mk,
1097         * support/regression/ports/hc08/spec.mk,
1098         * support/regression/ports/mcs51/spec.mk,
1099         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1100         * support/regression/ports/ds390/uCsim.cmd,
1101         * support/regression/ports/hc08/uCsim.cmd,
1102         * support/regression/ports/mcs51/uCsim.cmd,
1103         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1104         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1105           library, use the default one
1106         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1107           building the library
1108
1109 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1110
1111         * config.dsp: added dependency on .version and configure_vc.awk
1112         * device/include/setjmp.h: updated for --stack-auto and --xstack
1113         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1114         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1115         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1116         * device/lib/libsdcc.lib: added _setjmp
1117         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1118           (decorateType): fixed bug 1372851,
1119           (optimizeGetHbit): fixed warning
1120         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1121           array initialisation
1122         * support/regression/tests/bug1057979.c: added test for bug 1358192
1123         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1124
1125 2005-12-03 Borut Razem <borut.razem AT siol.net>
1126
1127         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1128           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1129
1130 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1131
1132         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1133         createIval): implement symbol independant "flexible array member",
1134         (createIvalCharPtr): implemented flexible array initialisation with a
1135         string
1136         * src/SDCCsymt.c (copyStruct): removed,
1137         (getSize): fixed misleading comment,
1138         (getAllocSize): removed, the additional allocation size is now in
1139         sym->flexArrayLength,
1140         (checkStructFlexArray): new, syntax checks for flexible array members,
1141         (compStructSize): added syntax checks for "flexible array members"
1142         (copyStruct): removed,
1143         (copyLinkChain): removed inefficient fix for bug 770487
1144         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1145         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1146         symbol->flexArrayLength
1147         * src/SDCCerr.c,
1148         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1149         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1150         * support/regression/tests/structflexarray.c: added
1151         * support/valdiag/tests/structflexiblearray.c: added
1152
1153 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1154
1155         * src/SDCCast.c (decorateType): fixed bug 1368489
1156         * support/Util/SDCCerr.c,
1157         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1158
1159 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1160
1161         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1162           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1163
1164 2005-11-27 Borut Razem <borut.razem AT siol.net>
1165
1166         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1167           support/cpp2/mkdeps.h: added command line option
1168           -obj-ext=<extension> to SDCPP to define object file externion, used
1169           for generation of make dependencies (-M)
1170         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1171
1172 2005-11-26 Borut Razem <borut.razem AT siol.net>
1173
1174         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1175           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1176           added pic and pic16 libraries
1177
1178 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1179
1180         * device/include/float.h: Corrected typo in prototype of __fsgt
1181
1182 2005-11-25 Borut Razem <borut.razem AT siol.net>
1183
1184         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1185           added creation of model-mcs51-stack-auto libraries
1186
1187 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1188
1189         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1190         and fields-list too
1191         * src/SDCCast.c (createIvalArray): removed obsolete comment
1192
1193 2005-11-24 Borut Razem <borut.razem AT siol.net>
1194
1195         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1196           added missing device/lib/mcs51/crt*.asm sources
1197
1198 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1199
1200         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1201
1202 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1203
1204         * device/lib/_fs2schar.c,
1205         * device/lib/_fs2sint.c,
1206         * device/lib/_fs2slong.c: optimized inline asm
1207
1208 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1209
1210         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1211           Better handling of floats between -1.0 and 0.0.
1212
1213 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1214
1215         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1216           (the missing "if"s prohibited removal of redundant labels)
1217
1218 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1219
1220         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1221           Properly convert floats between -1.0 and 0.0 to long, int, and char
1222           types (max integer value of negative floats tends to zero).
1223         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1224           Removed changes made so to work properly with floats between
1225           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1226           and _fs2char.c
1227
1228 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1229
1230         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1231         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1232         (genCast) cosmetic change
1233         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1234         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1235         from mcs51
1236         * support/regression/tests/bitfields (testSignedBitfields): added
1237
1238 2005-11-18 Borut Razem <borut.razem AT siol.net>
1239
1240         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1241         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1242           introduced SILENT option to make building of pic16 libraries less
1243
1244 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1245
1246         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1247           Now they work properly with floats between -1.0 and 0.0
1248         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1249
1250 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1251
1252         * src/SDCCicode.c (printOperand): added missing else
1253
1254 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1255
1256         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1257         reformatted for better readability
1258         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1259         signed bitfields
1260
1261 2005-11-17 Borut Razem <borut.razem AT siol.net>
1262
1263         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1264           introduced SILENT option to make building of pic16 libraries less
1265           verbose - used for nightly snapshot build
1266         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1267           available on Win32 platforms.
1268         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1269           medium, large, pic and pic16
1270
1271 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1272
1273         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1274           printf("%f"...) sets fraction to zero.
1275
1276 2005-11-16 Raphael Neider <rneider AT web.de>
1277
1278         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1279           fixes #1357221
1280         * src/pic/gen.c (genIfx): implemented for CARRY bit
1281         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1282           to generic pointers, fixes #1357332,
1283           (pic16_movLit2f): NEW,
1284           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1285
1286 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1287
1288         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1289
1290 2005-11-11 Raphael Neider <rneider AT web.de>
1291
1292         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1293         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1294           compute pointer's type from operand,
1295           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1296           improved single bit reads, fixes bug #1353379
1297
1298 2005-11-09 Borut Razem <borut.razem AT siol.net>
1299
1300         * support/scripts/sdcc.nsi: added lib/pic to the package
1301
1302 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1303
1304         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1305
1306 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1307
1308         * support/regression/tests/bug1348008.c: added
1309         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1310         * support/regression/tests/bug1337835.c: updated comment
1311
1312 2005-11-06 Borut Razem <borut.razem AT siol.net>
1313
1314         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1315           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1316           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1317           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1318           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1319           dynamic construction of cl_error_class and derivates - 2.nd try
1320
1321 2005-11-05 Borut Razem <borut.razem AT siol.net>
1322
1323         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1324           bug, which caused Bus Errors on sparc solaris
1325
1326 2005-11-04 Borut Razem <borut.razem AT siol.net>
1327
1328         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1329           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1330           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1331           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1332           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1333           and derivates to resolve the initialization problem on OSX
1334
1335 2005-11-02 Borut Razem <borut.razem AT siol.net>
1336
1337         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1338           corrected typo - #include <winsock2.h>
1339
1340 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1341
1342         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1343           (_asxxxx_mapping): added org directive for future enhancements
1344
1345 2005-11-01 Borut Razem <borut.razem AT siol.net>
1346
1347         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1348           enabled sockets on WIN32
1349         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1350
1351 2005-10-31 Borut Razem <borut.razem AT siol.net>
1352
1353         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1354           WIN32 backslash path delimiters should be escaped when used in C strings
1355         * support/regression/tests/bitfields.c: exclude failing assertions for
1356           __CYGWIN32__ and __MINGW32__ hosts
1357
1358 2005-10-30 Borut Razem <borut.razem AT siol.net>
1359
1360         * src/SDCCutil.c: corrected double comparison typo
1361
1362 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1363
1364         * device/lib/medium/Makefile: added for new memory model medium
1365         * device/include/asm/mcs51/features.h: updated for medium/pdata
1366         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1367           added Multiply & Accumulate sbit's and MAC0_PAGE define
1368         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1369         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1370         * device/lib/_mullong.c: update for medium model
1371         * device/lib/incl.mk: added medium model
1372         * doc/sdccman.lyx: documented medium model
1373         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1374         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1375         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1376         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1377           (allocParms): set SCLS and OCLS to pdata for medium model
1378         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1379           for pdata,
1380           (powof2): return <0 if not power of 2
1381         * src/avr/gen.c (genBitWise): use updated powof2
1382         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1383           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1384           (shiftLLeftOrResult): use B if necessary
1385         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1386         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1387         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1388         * support/regression/Makefile.in: added test-mcs51-medium
1389         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1390
1391 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1392
1393         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1394         specifier unsigned
1395         * device/lib/time.c (mktime): fixed bug 1334315
1396
1397 2005-10-28 Raphael Neider <rneider AT web.de>
1398
1399         * device/include/pic/p16f_common.inc: added common declarations
1400         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1401
1402 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1403
1404         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1405           (aopPutUsesAcc): added to predict accumulator use,
1406           (assignResultValue): save acc if necessary,
1407           (genMinusDec): store result if indirectly addressed,
1408           (genDivOneByte):  save acc if necessary,
1409           (movLeft2Result): bugfix if left already in acc,
1410           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1411             attention to accumulator use (esp. pdata),
1412           (genReceive): receive pdata correctly
1413         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1414         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1415
1416 2005-10-27 Raphael Neider <rneider AT web.de>
1417
1418         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1419
1420 2005-10-27 Raphael Neider <rneider AT web.de>
1421
1422         * .version: changed version to 2.5.4
1423         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1424         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1425           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1426             arithmetics support routines
1427         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1428         * device/lib/Makefile.in: also create installdir for pic
1429
1430         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1431           pic14 port as well
1432         * src/pic/device.c (dump_sfr): rewritten to delegate register
1433           placement to the linker (use `extern sym' rather than sym EQU addr),
1434           (validAddress): fixed to check last specified address
1435         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1436           (popGetLit): truncate literal value to 8 bit,
1437           (popGet): moved assert to more appropriate place
1438           (popGetExternal): create pCode operand from and mark the according
1439             symbol as being `extern'
1440           (popGetAddr): added sanity check on immediate's offset, provide
1441             GPOINTER tag on demand
1442           (aopPut): fixed for immediates,
1443           (mov2w_op): move operand's address or contents to WREG (depending on
1444             operand type), safer variant of mov2w,
1445           (movwf,call_libraryfunc): NEW, handy abbreviations,
1446           (get_argument_pcop,get_return_val_pcop,pass_argument,
1447           get_returnvalue): interface for accessing function parameters and
1448             return values,
1449           (assignResultValuei,genRet): use new parameter/return value interface
1450           (pic14_getDataSize): back to old version handling generic pointers,
1451           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1452             provided implementation and/or fixed old one,
1453           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1454             calls, removed legacy 8051 reference code
1455           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1456           (loadSignToC): NEW, move the operands sign bit to CARRY,
1457           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1458             genRightShiftSigned, accepts negative shift counts,
1459           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1460           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1461             generic pointers, __data pointers and __code pointers,
1462           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1463             and signed bitfields, limit bitfields to 8 bit,
1464           (genDataPointerGet): fixed number of bytes read,
1465           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1466           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1467             pointers to constant data are no longer assumed to point to __code
1468             space, removed invalid pointer types,
1469           (bitpatternFromVal): retrieve the PICs representation of an integer
1470             or float literal,
1471           (genDataPointerSet): fixed assigning to po_immediate operands,
1472           (genGenPointerSet): implemented as library call,
1473           (genIfx): fixed incorrect condition,
1474           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1475             provide GPOINTER tag according to destination's storage class,
1476           (genCast): added code to handle casting to generic pointers, added
1477             sign-/zero extension of the result
1478           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1479         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1480         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1481           extend the result
1482         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1483           address/register resides in the shared banks
1484           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1485             put all variables into separate sections (have the linker arrange
1486             them)
1487           (picglue): put init code and interrupt handlers in separate sections
1488         * src/pic/main.c: added port specific options table, modified to PORT
1489           structure to make GPOINTERs 3 byte, added pic14_options
1490           (_pic14_do_link): private linking routine (update paths to libraries,
1491             add libsdcc.lib by default)
1492         * src/pic/main.h: declare pic14_options
1493         * src/pic/pcode.c: fixed instructions i/o relations,
1494           (RegCond): reverted to correct version,
1495           (newpCodeOpLit): truncate literals to 8 bit,
1496           (genericPrint): added debug output,
1497           (getRegFromInstruction): fixed for various operand types, simplified
1498           (BuildFlow): fixed broken handling of isntructions with labels
1499           (LinkFlow): start at last instruction in flow (skip trailing comments),
1500             pass the flow on to the next instruction after CALL
1501           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1502           (insertPCodeInstruction): fixed inserting after a skip instruction,
1503           (DoBankSelect): fixed for labeled instructions
1504           (OptimizepBlock): honor --nopeep switch
1505           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1506         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1507         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1508           (pCodeOptime2pCodes): allow disabling this optimization via
1509             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1510             but is still buggy), started implementation of a dataflow based
1511             pCode optimization (CSE + dead code elimination)
1512           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1513         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1514           names are independant of the stack location and therefore portable across
1515           devices
1516
1517 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1518
1519         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1520           (selectSpil): fixed bug 1337835 by not spilling bit variables
1521         * support/regression/tests/bug1337835.c: added test for this bug
1522         * src/mcs51/peeph.def: restart after rule 3.c,
1523           addded rules 263.x to optimize loading constants
1524
1525 2005-10-26 Raphael Neider <rneider AT web.de>
1526
1527         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1528         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1529           (genAssign): emit warning when casting literals to generic pointer
1530             type, also applies when taking the address of a fixed variable,
1531           (genCast): improved casting to generic pointers
1532         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1533           extern variables, added verbose error message
1534         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1535
1536 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1537
1538         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1539         carry must be complemented too
1540         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1541         could be emitted by genMinus
1542         * src/SDCCval.c (constVal): fixed bug 1305065
1543
1544 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1545
1546         * src/SDCCast.c (addCast): added promotion for bit variables
1547         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1548         promotion casts + optimisation
1549         (optimizeGetWord): fix warning 'i' might be used uninitialized
1550         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1551         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1552
1553 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1554
1555         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1556         all chars are promoted to int; promotion should be handled in SDCCast.c
1557
1558 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1559
1560         * device/lib/_strcmp.c: Fixed bug 1326457
1561
1562 2005-10-11 Raphael Neider <rneider AT web.de>
1563
1564         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1565         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1566
1567 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1568
1569         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1570         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1571
1572 2005-10-04 Raphael Neider <rneider AT web.de>
1573
1574         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1575           device/lib/pic16/pics.all: added pic18f1320
1576         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1577
1578 2005-09-30 Raphael Neider <rneider AT web.de>
1579
1580         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1581         * src/pic16/devices.inc: NEW, provides device descriptions
1582         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1583
1584 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1585
1586         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1587           GETHBIT
1588
1589 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1590
1591         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1592           documented Any Order Bit, Higher Order Byte and Higher Order Word
1593         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1594         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1595           (optimizeGetAbit): new, to get any bit, not only the high bit,
1596           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1597           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1598           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1599           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1600             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1601             GETABIT, GETBYTE, GETWORD: decorate them,
1602           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1603           (ast_print): added GETABIT, GETBYTE, GETWORD
1604         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1605         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1606           (geniCodeBinary): new generic binary icode,
1607           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1608         * src/port.h: updated comment for PORT.hasExtBitOp
1609         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1610           (genGetByte): new, to get a single byte,
1611           (genGetWord): new, to get a word from a long,
1612           (gen51Code): added GETABIT, GETBYTE, GETWORD
1613         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1614
1615 2005-09-23 Raphael Neider <rneider AT web.de>
1616
1617         * configure.in, configure: have device/lib/pic configured
1618         * device/lib/Makefile.in: added model-pic14
1619         * device/lib/clean.mk: added pic/ to clean rule
1620         * device/lib/pic: added rudimentary pic14 library providing support
1621           functions for multiplication/division/generic pointer access
1622         * src/SDCCopt.c (convilong): mark support functions as extern
1623           for pic14 port as well
1624         * src/pic/gen.c (genMult): added assertions,
1625           (genpic14Code): emit warning on unhandled iCodes
1626         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1627         * src/pic/pcode.c (pCodeOpCopy),
1628         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1629           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1630           SFR_REGISTER}), made safe for future extensions
1631         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1632           instructions even if preceeded by SKIP instructions (also remove
1633           them); removed unused code
1634         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1635           prevents leaving parts of the structure uninitialized after copying
1636
1637 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1638
1639         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1640           ago by me
1641         * support/regression/tests/addsub.c: added test for the bug
1642
1643 2005-09-21 Raphael Neider <rneider AT web.de>
1644
1645         * device/include/pic16/pic18f1220.h,
1646           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1647         * device/lib/pic16/Makefile.rules: added missing opening paren
1648         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1649           are provided in genutils.c,
1650           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1651           operand/result sizes,
1652           (genCmp): assert on NULL pointers first, then check deref'ed values
1653         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1654           result size
1655
1656 2005-09-18 Raphael Neider <rneider AT web.de>
1657
1658         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1659           as these are now unused,
1660           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1661         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1662           local, avoids uninitialized pointer dereference on r->name
1663         * src/pic16/ralloc.c (newReg): fixed indentation
1664
1665 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1666
1667         * src/SDCCval.c (constVal): fixed bug 730366
1668         * support/Util/SDCCerr.c,
1669         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1670
1671 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1672
1673         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1674
1675 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1676
1677         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1678
1679 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1680
1681         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1682           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1683         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1684           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1685         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1686         * packihx/packihx.c (hexDigit): made c unsigned char
1687         * as/mcs51/lklibr.c (fndsym),
1688         * link/z80/lkgb.c (gb),
1689         * link/z80/lklibr.c (fndsym),
1690         * link/z80/lkrloc.c (relr),
1691         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1692         * src/SDCC.lex (checkCurrFile, process_pragma),
1693         * src/SDCCglue.c (spacesToUnderscores),
1694         * src/SDCCmain.c (setParseWithComma, processFile),
1695         * src/asm.c (tvsprintf, printCLine),
1696         * src/avr/gen.c (emitcode, aopPut),
1697         * src/ds390/gen.c (emitcode),
1698         * src/hc08/gen.c (emitcode, emitinline),
1699         * src/mcs51/gen.c (emitcode, genInline),
1700         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1701           tokenizeLineNode),
1702         * src/pic/ralloc.c (debugLog),
1703         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1704           tokenizeLineNode),
1705         * src/pic16/ralloc.c (debugLog),
1706         * src/z80/main.c (_process_pragma):
1707            made all ctype.h function calls safe
1708         * src/SDCCopt.c: include math.h for fabs
1709         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1710           and used them throughout the code to make ctype.h function calls safe
1711         * src/ds390/main.c (asmLineNodeFromLineNode),
1712         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1713         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1714            unsigned char*
1715         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1716           (newpCodeAsmDir): made ctype.h function calls safe
1717         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1718           pic16_emitcode):  made lbp unsigned char*
1719         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1720           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1721         * src/xa51/gen.c (emitcode),
1722         * src/z80/gen.c (_emit2): made lbp unsigned char*
1723         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1724            char*
1725
1726 2005-09-05 Raphael Neider <rneider AT web.de>
1727
1728         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1729           access bank splitpoint
1730
1731 2005-09-05 Raphael Neider <rneider AT web.de>
1732
1733         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1734
1735 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1736
1737         * .version: changed to version 2.5.3
1738         * doc/sdccman.lyx: changed version to 2.5.3,
1739           documented --codeseg and --constseg and pragma codeseg and constseg,
1740           documented bit parameters (reentrant) and bit returning
1741         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1742            currFunc->recvSize, but is this ok for all ports?
1743           (ast2iCode): result of ~ on unsigned char must be cast to int for
1744            bool to work
1745         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1746           function pointers in bit space
1747         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1748           (processFuncArgs): call port.reg_parm() with reentrancy info
1749         * src/port.h,
1750         * src/avr/main.c,
1751         * src/ds390/main.c,
1752         * src/hc08/main.c,
1753         * src/pic/main.c,
1754         * src/pic16/main.c,
1755         * src/xa51/main.c,
1756         * src/z80/main.c: port.reg_parm prototype extended with
1757           "bool reentrant" parameter
1758         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1759           options.stackAuto for allocating bit register parameters
1760         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1761           (genSend): set BitBankUsed if it is,
1762           (selectRegBank): factored out of genCall for use in genPcall,
1763           (genCall): removed redundant dtype assignmen, use selectRegBank,
1764           (genPcall): handle returning in Carry properly, save in F0 if needed,
1765           (genReceive): handle bit register parameters
1766         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1767           (mcs51_assignRegisters): enable bit registers for all reentrant
1768            functions and don't set BitBankUsed unconditionally
1769         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1770         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1771         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1772
1773 2005-08-27 Borut Razem <borut.razem AT siol.net>
1774
1775         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1776         ppc-osx (Darwin) does not support -u option. It seems that it is
1777         supported only on Linux - GNU cp
1778
1779 2005-08-25 Borut Razem <borut.razem AT siol.net>
1780
1781         * sim/ucsim/gui.src/serio.src/Makefile.in,
1782           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1783           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1784           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1785           install and strip, since the strip at /usr/ccs/bin should be used
1786           on solaris
1787
1788 2005-08-24 Borut Razem <borut.razem AT siol.net>
1789
1790         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1791
1792 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1793
1794         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1795         ffffffffu
1796
1797 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1798
1799         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1800         * as/mcs51/lkmain.c (link_main): fixed warning
1801         * device/include/stdbool.h: ds390 has no advanced bit support yet
1802         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1803         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1804         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1805           and updated their macros
1806         * src/SDCCval.c (constVal): updated comment for renamed b_long
1807
1808 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1809
1810         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1811         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1812           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1813           (oprio): set priority for '['
1814         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1815            and adb_24_bit
1816         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1817         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1818         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1819         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1820           added overlayable BIT_BANK area
1821         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1822           (summary2): explain 'T' in legenda
1823         * as/mcs51/lkrloc.c: replaced old K&R style,
1824           (relr): added R_BIT processing,
1825           (errmsg): added "Bit-addressable relocation error",
1826           (adb_bit): added for converting from byte- to bit-addressable space,
1827           (adb_24_bit): added for converting from byte- to bit-addressable space
1828         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1829            used in reentrant functions now even as return value
1830         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1831         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1832           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1833         * src/SDCCglobl.h: added indicator BitBankUsed
1834         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1835            the bit registers b0-b7
1836         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1837           (geniCodeCast): fixed bug 1263853,
1838           (geniCodeLogicAndOr): put result in bool or char,
1839           (geniCodeReceive): added parameter func for accessing the return type,
1840           (geniCodeFunctionBody): pass func to geniCodeReceive
1841         * src/SDCCmain.c: added indicator BitBankUsed
1842         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1843         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1844           (checkSClass): don't put automatic bool/bit on stack,
1845           (checkFunction): removed check on function cannot return bit
1846         * src/SDCCsymt.h: added newBoolLink prototype
1847         * src/mcs51/gen.c (rb1regs): added bit registers,
1848           (movc): created for assigning to carry,
1849           (pushReg, popReg): created for pushing registers,
1850           (sameRegs): check both AOP_REG and AOP_CRY types,
1851           (aopOp): handle bit registers,
1852           (aopPut): optimization no self-assign,
1853           (saveRegisters): push reg->base (bits) only once for bit registers,
1854            and use pushReg,
1855           (unsaveRegisters): pop reg->base only once and use popReg,
1856           (assignResultValue): added parameter func and return in carry for bits,
1857           (genIpush): optimization no reload in A if not changed,
1858           (genSend): bit parameters in reentrant functions are passed in bit
1859            registers by first assigning to bits in B, then save registers and
1860            copy B to bits,
1861           (genCall): handle returning in Carry properly, save it in F0 if needed,
1862           (genPcall): updated assignResultValue call, this is not safe yet for bit
1863            returning function !!!
1864           (genFunction): don't generate equ's for bit registers and use pushReg,
1865           (genEndFunction): take care of bit returning functions and use popReg,
1866           (genRet): return bit in Carry,
1867           (genIfx): optimize bit registers and other directly addressable bits,
1868           (genReceive): updated assignResultValue call
1869         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1870           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1871            registers when using stack-auto
1872         * src/mcs51/ralloc.c (_G): added allBitregs,
1873           (regs8051): added the bit registers,
1874           (createStackSpil): use macro IS_BIT,
1875           (getRegBit): added to allocate a bit register, else spill,
1876           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1877           (updateRegUsage): factored out to ease stepping while debugging,
1878           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1879            also allocate bit registers,
1880           (fillGaps): handle bit registers,
1881           (findAllBitregs): added to create bit vector with all bit registers,
1882           (mcs51_allBitregs): returns this bit vector,
1883           (mcs51_assignRegisters): when using stack-auto use bit registers for
1884            passing parameters and creating local variables
1885         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1886
1887 2005-08-22 Borut Razem <borut.razem AT siol.net>
1888
1889         * device/lib/Makefile.in: replaced find option -or with -o
1890           to make it run on solaris
1891
1892 2005-08-22 Raphael Neider <rneider AT web.de>
1893
1894         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1895           fixes #1265442 (crash on Solaris)
1896
1897 2005-08-20 Borut Razem <borut.razem AT siol.net>
1898
1899         * configure, configure.in: added tests for libsocket and libnsl libraries,
1900           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1901           from support/regression/Makefile.in
1902         * support/regression/Makefile.in: added
1903         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1904         * sim/ucsim/libtool: regenerated on sparc-solaris
1905         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1906           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1907           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1908           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1909           sparc-solaris, which doesn't use GNU ld linker
1910         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1911         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1912
1913 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1914
1915         * src/mcs51/peeph.def: updated comments
1916
1917 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1918
1919         * device/lib/_gptrget.c,
1920         * device/lib/_gptrput.c: slightly shorter
1921         * doc/sdccman.lyx: incremented version
1922         * src/mcs51/peeph.def: moved peephole comments to the line of first
1923           change to better keep line correlation, reanimated 186.e
1924         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1925
1926 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1927
1928         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1929           David Saxton with quotes around file name.
1930
1931 2005-08-15 Borut Razem <borut.razem AT siol.net>
1932
1933         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1934           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1935           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1936           make tests run on x86_64 platform
1937
1938 2005-08-13 Raphael Neider <rneider AT web.de>
1939
1940         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1941           as it might be executed DURING a build (parallel make is wonderful)
1942
1943 2005-08-13 Raphael Neider <rneider AT web.de>
1944
1945         * device/lib/Makefile.in (port-specific-objects-pic16):
1946           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1947         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1948           dependency
1949         * device/lib/pic16/Makefile.rules: build subdirs before creating
1950           the library, removed builddir rule, create $(builddir) early in
1951           recurse rule, use empty recurse rule for leaf directories
1952         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1953           mkdir errors (race condition), removed duplicate suffix "hex"
1954           from clean rules
1955         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1956         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1957           prevents mkdir -p from aborting on Alpha
1958
1959 2005-08-12 Raphael Neider <rneider AT web.de>
1960
1961         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1962           db-statements in order to allow for arrays of pointers in code
1963           sections to be placed without interspersed 0-padding, fixes
1964           bug #1256215
1965         * (emitStatistics): fixed division by zero for pic18f1220
1966         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1967           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1968         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1969         * (pic16_pCodeConstString): keep track of already emitted string
1970           literals to prevent "duplicate definitions of symbol _str_NR"
1971         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1972           debug message
1973         * device/lib/Makefile.in: ignore failing PIC16 library builds
1974         * device/lib/pic16/Makefile: do not build if gputils are missing
1975         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1976
1977 2005-08-10 Raphael Neider <rneider AT web.de>
1978
1979         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1980           my last commit)
1981
1982 2005-08-10 Raphael Neider <rneider AT web.de>
1983
1984         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1985           Rokas' patch to add the new fixed point type "__fixed16x16"
1986         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1987           functions for __fixed16x16 arithmetics
1988         * device/lib/pic16: reimplemented the build system to support
1989           a separate build directory, better handling of libio (create
1990           the library in a separate subdir for each architecture) and
1991           easier configuration (centralized in Makefile.common)
1992
1993 2005-08-07 Raphael Neider <rneider AT web.de>
1994
1995         * src/pic16/gen.c (genrshTwo): fixed sign extension
1996         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1997         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1998           added T0CONbits
1999         * device/include/pic16/pic18f4220.h: NEW, header for
2000           pic18f4220 and pic18f4320
2001         * device/include/pic16/pic18fregs.h: added new devices,
2002           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
2003         * device/include/pic16/signal.h: resolved name clashes
2004           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
2005           to also allow testing for interrupt enable bits, added
2006           comments on how to use the macros
2007         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
2008         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
2009           register definitions for the devices
2010         * device/lib/pic16/pics.all: added new devices
2011         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2012           allocated memory
2013         * device/lib/pic16/libc/stdlib/memfree: do not count
2014           the block header as free memory
2015         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2016           simplified and added missing end-of-blocklist-marker
2017           (reported by Peter Onion, fixes #1252814)
2018         * (_mergeHeapBlock): fixed loop condition
2019         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2020           len==0, restructured code
2021         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2022           up a bit, reduced bitfield accesses, prevent endless loops
2023           in case of heap corruption
2024         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2025           "unreferenced arguments/must return a value" warnings
2026         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2027           replaced BAUDREG with SPBRG
2028         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2029           device/lib/pic16/debug/gstack/gstack.c: replaced
2030           _naked, _asm, _endasm with __naked, __asm, __endasm
2031
2032 2005-08-05 Raphael Neider <rneider AT web.de>
2033
2034         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2035           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2036
2037 2005-08-05 Borut Razem <borut.razem AT siol.net>
2038
2039         * device/lib/Makefile.in: added missing ';'
2040         * configure: removed ^M characters
2041
2042 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2043
2044         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2045           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2046           License
2047
2048 2005-08-04 Borut Razem <borut.razem AT siol.net>
2049
2050         * configure.in: pic16 libraries build 2nd try - enable running
2051           configure in device/lib/pic16
2052         * configure: regenerated from configure.in
2053         * device/lib/Makefile.in: create $(PORT)/bin directory
2054
2055 2005-08-03 Raphael Neider <rneider AT web.de>
2056
2057         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2058           to get/set values via pointers
2059         * (genUnpackBits,genPackBits): changed detection of
2060           ptr->bitfield vs. sym.bitfield, fixed access via generic
2061           pointers, removed dead (wrong) code for multibyte bitfields
2062         * (genNearPointerGet, genGenPointerGet): removed useless code,
2063           fixed bitfield detection, fixes #1250594
2064         * (genNearPointerSet): removed useless code
2065         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2066           and introduced macro pic16_emitpcode that conditionally emits
2067           the origin of the following pCode (useful for debugging SDCC)
2068         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2069         * (createDefmap): fixed handling of LFSR for --optimize-df
2070
2071 2005-08-02 Borut Razem <borut.razem AT siol.net>
2072
2073         * device/lib/Makefile.in: pic16 libraries build enabled since
2074           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2075
2076 2005-08-02 Raphael Neider <rneider AT web.de>
2077
2078         * src/pic16/gen.c (genPackBits): removed deprecated warning
2079         * (genGenPointerSet): fixed bitfield detection
2080
2081 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2082
2083         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2084
2085 2005-07-31 Raphael Neider <rneider AT web.de>
2086
2087         * device/lib/pic16/libdev/pic18f458.c,
2088           device/include/pic16/pic18f458.h: added missing T0CONbits
2089
2090 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2091
2092         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2093
2094 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2095
2096         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2097
2098 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2099
2100         * device/include/mcs51/at89c51ed2.h: added.
2101
2102 2005-07-23 Raphael Neider <rneider AT web.de>
2103
2104         * src/pic/gen.h: added emitpcode macro for debugging
2105         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2106           and replace by macro adding debug information on demand
2107         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2108         * (gencjne): tried to fix; replaced with correct (slower) code
2109         * (gen{Unp,P}ackBits): fixed single bit access
2110         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2111         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2112           previous instruction
2113         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2114           register has to be handled with care (forbidding movement
2115           of assignments/uses, removing assignments completely, ...)
2116         * (pCodeOptime2pCodes): make use of regIsSpecial
2117         * added lots of debugging output (commented out)
2118         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2119           from being reused as result UNLESS it is known to work
2120
2121 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2122
2123         * support/Util/dbuf.h: include <stddef.h> for size_t
2124         * .version: changed to version 2.5.2
2125
2126 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2127
2128         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2129
2130 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2131
2132         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2133           (genModOneByte): removed needless psha/pula
2134
2135 2005-07-22 Raphael Neider <rneider AT web.de>
2136
2137         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2138           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2139         * src/pic/gen.c (resolveIfx): do not "invent" labels
2140         * (genSkipc): changed to positive logic
2141         * (genSkipCond): removed as no longer needed
2142         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2143           backport from PIC16
2144         * (genLeftShift): check operands are in different registers
2145         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2146           INCF does not update CARRY...
2147         * src/pic/main.c: fixed _linkCmd
2148         * src/pic/pcode.c (unlinkpCode): added inactive code
2149         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2150           alive (do not assign result and operand overlapping registers)
2151
2152 2005-07-22 Raphael Neider <rneider AT web.de>
2153
2154         * src/pic/device.c (dump_sfr): replaced register declaration with
2155           call to emitSymbolToFile() to avoid duplicate symbols
2156         * (assignRelocatableRegisters): do not declare external symbols
2157         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2158           right (take size of type, not etype)
2159         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2160         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2161         * (packRegsForAccUse): disabled assignment of WREG as
2162           the result reg to prevent occurence of just fixed #1235003,
2163           fixes #1242954
2164         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2165           symbols (avoids duplicate symbols in .asm file)
2166         * (pic14emitRegularMap): use emitSymbolToFile()
2167         * src/pic/gen.c (aopOp): fixed spillLocation handling
2168         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2169         * (genDataPointerSet): removed unneccessary variables/output
2170
2171 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2172
2173         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2174         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2175
2176 2005-07-21 Raphael Neider <rneider AT web.de>
2177
2178         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2179           architecture cannot handle them efficiently, fixes bug #1235003
2180         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2181           check for empty sets before using them (fixes bug #1232190)
2182
2183 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2184
2185         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2186           (lnksect2): generate warnings for memory overlap
2187         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2188           constseg to set the name of these segments so you can instruct the linker
2189           to place them in banks
2190         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2191         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2192           added code_seg and const_seg to options
2193         * src/SDCCglue.c (emitMaps): use options.const_seg,
2194           (createInterruptVect): put interrupt vectors in segment HOME,
2195           (glue): put HOME before static segment and put the main glue in HOME,
2196           (glue): use options.code_seg
2197         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2198         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2199           these segments so you can instruct the linker to place them in banks
2200           (linkEdit): use code_loc for HOME segment which should be the first
2201           segment in code memory now
2202         * src/SDCCmem.c: fixed more stuff like bug 1238386
2203         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2204           (changePointer): don't change function pointers to code pointers for
2205           banked functions,
2206           (compareType): added exceptional check for banked function pointers
2207         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2208         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2209           after static in code memory
2210         * src/mcs51/gen.c: added aopLiteralLong prototype,
2211           (aopForSym): use getSize for functions,
2212           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2213           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2214           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2215           the segment,
2216           (genPcall): use call for literal function pointers and generate banked
2217           calls over the one trampoline so there's only one place for the user to
2218           modify according to his/hers hardware,
2219           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2220           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2221         * src/mcs51/main.c: added keyword banked,
2222           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2223         * support/Util/SDCCerr.c,
2224         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2225           needed for passing the bank and address to the trampoline
2226         * device/lib/mcs51/crtbank.asm: added for bankswitching
2227         * device/lib/mcs51/Makefile: added crtbank
2228
2229 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2230
2231         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2232           for fields at offset 0 of a struct or union as reported
2233           on 2005-07-07 in the developer mailing list.
2234
2235 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2236
2237         * src/SDCCmem.c: fixed bug 1238386
2238
2239 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2240
2241         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2242           (patch #1144962), added peephole 300, enabled 259.x
2243         * doc/sdccman.lyx: removed screenshot and provided link instead
2244
2245 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2246
2247         * doc/sdccman.lyx: added section about debugging with ddd
2248         * doc/figures/ddd_example.eps: screenshot of debugging session
2249
2250 2005-07-04 Raphael Neider <rneider AT web.de>
2251
2252         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2253           like CODE pointers, fixes #1115683
2254         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2255           call, fixes bugs #1232211, #1228110,
2256           fixed wrong casts to pCodeFlow from pCodeInstructions
2257
2258 2005-07-04 Raphael Neider <rneider AT web.de>
2259
2260         * src/pic/gen.c (popGet): changed assert to allow for
2261           bit operands
2262         * (popGetAddr): changed signature to provide
2263           an additional index, patched all call sites
2264         * (genCmpEq): handle literal-like operands correctly
2265         * (genAddrOf): added sanity checks on __code/__data pointers
2266         * (genAssign): added handling of symbols from __code section
2267         * (gencjne): do not generate code for comparisons whose result
2268           is neither stored nor used, fixes bug #1171114
2269         * (AccLsh, AccRsh): operate on operand instead of WREG
2270         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2271           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2272           by known count
2273         * rewrote complete shift-by-literal logic, commented unused
2274           functions out
2275         * (genConstPointerGet): get multiple bytes (if result size > 1),
2276           fixed handling of non-immediate addresses
2277         * (genPointerGet): handle CODE pointers like CONST pointers
2278         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2279         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2280           operand is to be treated as a literal or not
2281         * (mov2w,genPcall,genCmpEq),
2282           src/pic/genarith.c: use aop_isLitLike() to decide between
2283           literal/register contents
2284         * (addSign): added missing offset
2285         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2286           only emit comment in debug-mode,
2287           use {aop,op}_isLitLike throughout the file
2288         * src/pic/glue.c: fix initializers for pointers (work in progress)
2289         * src/pic/pcode.c (get_op): honor index on _const symbols
2290         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2291         * (dumppBlock): added pCode size estimation
2292         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2293           check for IS_SYMOP before OP_SYMBOL'ing
2294         * fixed indentation, compacted switch-statements
2295         * (allocReg): find free register and allocate it instead of
2296           allocating new registers all the time
2297         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2298           registers as its operands (necessary only for multibyte GETs)
2299
2300 2005-07-01 Raphael Neider <rneider AT web.de>
2301
2302         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2303           debugging .asm-output macros FENTRY + FEXIT
2304         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2305           way... I wonder...
2306         * (emitpComment): NEW, printf to pCode
2307         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2308           offset handling
2309         * (popGetAddr): NEW, variant of popGet to access an immediates
2310           high(er) bytes instead of the n'th byte of memory they reference,
2311           replaced popGet with popGetAddr where neccessary
2312         * (genDataPointerGet): reactivated and fixed implementation
2313         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2314           accesses
2315         * (genDataPointerSet): fixed multibyte assignments
2316         * (genpic14Code): fixed --i-code-in-asm handling
2317         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2318         * (genPlus): fixed index-out-of-bounds error
2319         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2320         * src/pic/ralloc.c: added debugging output macro FENTRY2
2321         * (spillThis): fixed indentation, enbraced for-body for clarity
2322         * (rematStr): commented out as now unused
2323         * (regTypeNum): commented out special spill case (overwrites
2324           arbitrary values)
2325         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2326
2327 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2328
2329         * doc/sdccman.lyx: documented sfr16/sfr32,
2330           added example for using storage class with function pointers
2331         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2332
2333 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2334
2335         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2336         * device/lib/_itoa.c,
2337         * device/lib/_ltoa.c: optimized codesize
2338         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2339           but don't know how to suppress the double warning.
2340         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2341         * support/Util/SDCCerr.c,
2342         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2343
2344 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2345
2346         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2347           fixed old K&R prototypes
2348         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2349         * device/lib/_gptrget.c,
2350         * device/lib/_gptrgetc.c,
2351         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2352           also new versions for small generic pointers and banked generic pointers
2353         * src/port.h: added const_name
2354         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2355         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2356         * src/SDCCcse.c (findPrevIc): check all associative operators
2357         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2358         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2359         * src/SDCCmem.c: updated comments,
2360           set far-space to 0 for pdata, results in optimized code
2361         * src/SDCCmem.h: added macro CONST_NAME
2362         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2363           moving the info into the highest bits, see also gptrget/gptrput
2364         * src/src.dsp: added sdcc.ico to project files
2365         * src/avr/gen.c (genCast): fixed bug 0x%d
2366         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2367         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2368           relation between ptr_type and DCL_TYPE,
2369           (genCast): fixed bug 0x%d
2370         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2371           (CODE)" for const_name
2372         * src/hc08/gen.c (genCast): fixed bug 0x%d
2373         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2374           (hc08_port): added "CONST (CODE)" for const_name
2375         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2376           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2377           between ptr_type and DCL_TYPE,
2378           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2379           operand* and took AOP() inside function so sfr-ness can be checked,
2380           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2381           new prototype,
2382           (genFunction, genEndFunction): optimized stack setup,
2383           (genMinus): optimized for literals with ending zeroes (in bytes),
2384           (genCast): fixed bug 0x%d
2385         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2386           (mcs51_port): added "CONST (CODE)" for const_name
2387         * src/mcs51/peeph.def: made rule 226 more generic
2388         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2389         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2390         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2391         * src/z80/main.c (z80_port): added NULL for const_name,
2392           (gbz80_port): added NULL for const_name
2393         * support/regression/tests/bug663539.c,
2394         * support/regression/tests/sfr16.c: new tests
2395
2396 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2397
2398         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2399
2400 2005-06-24 Raphael Neider <rneider AT web.de>
2401
2402         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2403           corrected typos...
2404         * device/include/pic16/signal.h: added USBIF
2405           and SIG_USB
2406
2407 2005-06-24 Raphael Neider <rneider AT web.de>
2408
2409         * device/lib/pic16/libdev/pic18f2455.c,
2410           device/include/pic16/pic18f2455.h: NEW
2411         * device/include/pic16/pic18fregs.h,
2412           device/lib/pic16/pics.all,
2413           src/pic16/device.c: added 18f2455
2414         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2415           device/include/pic16/{pic18f[68][567].h,usart.h}:
2416           replaced MULTIPLE_USARTS define with more relaible
2417           compatibility sfrs (for USART access)
2418
2419 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2420
2421         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2422           and the output asm file line is printed on two lines.
2423
2424 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2425
2426         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2427           BGT, BLE, BHI, and BLS instructions
2428         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2429           genCmpEq): removed
2430         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2431           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2432           fixes bug #1216342
2433         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2434
2435 2005-06-15 Raphael Neider <rneider AT web.de>
2436
2437         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2438         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2439         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2440           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2441           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2442
2443 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2444
2445         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2446           Marcel Telka in bug #1215704
2447
2448 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2449
2450         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2451           located in shared memory bank.
2452
2453 2005-05-31 Raphael Neider <rneider AT web.de>
2454
2455         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2456           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2457           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2458
2459 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2460
2461         * device/lib/_strncpy.c: fixed the fix
2462
2463 2005-05-26 Raphael Neider <rneider AT web.de>
2464
2465         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2466           initializers with \0, bug #1208187
2467         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2468           intializers with \0, bug #1208187
2469
2470 2005-05-26 Raphael Neider <rneider AT web.de>
2471
2472         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2473           initializers with \0, bug #1208187
2474         * src/pic16/main.c (_process_pragma): added sanity checks
2475           for stack position and size, emit warnings when appropriate
2476
2477 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2478
2479         * device/lib/_strncpy.c: fixed not filling with \0
2480
2481 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2482
2483         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2484           createFunction),
2485         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2486           compound_statement),
2487         * src/SDCCsymt.h,
2488         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2489
2490 2005-05-24 Raphael Neider <rneider AT web.de>
2491
2492         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2493
2494 2005-05-24 Raphael Neider <rneider AT web.de>
2495
2496         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2497           TRISE definitions, closes bug #1162453
2498
2499 2005-05-22 Raphael Neider <rneider AT web.de>
2500
2501         * src/pic16/main.c (_process_pragma): check for missing
2502           arguments to pragmas code and udata
2503         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2504           consistency fixes to match other headers (thanks to Jim Paris)
2505         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2506
2507 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2508
2509         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2510
2511 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2512
2513         * support/regression/tests/bug1198642.c: new test
2514         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2515         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2516         * support/scripts/resource.h,
2517         * support/scripts/resource.rc,
2518         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2519         * support/scripts/sdcc.ico: added 32x32 icon
2520
2521 2005-05-18 Raphael Neider <rneider AT web.de>
2522
2523         * device/lib/pic16/libdev/pic18f*.c,
2524         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2525           keywords to "__sfr" and "__at (X)"
2526         * device/include/pic16/pic18fregs.h: added pic18f4520
2527         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2528           #1203088 (MPLAB compatibility)
2529
2530 2005-05-17 Raphael Neider <rneider AT web.de>
2531
2532         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2533         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2534         * device/lib/pic16/pics.all: added new devices
2535         * src/pic16/device.c: added support for pic18f4520
2536
2537 2005-05-16 Raphael Neider <rneider AT web.de>
2538         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2539         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2540         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2541           convenience function for bit access
2542
2543 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2544
2545         * device/lib/printf_large.c: fixed bug 1193299
2546         * support/regression/tests/bug1057979.c: added test %3.3s
2547
2548 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2549
2550         * device/include/mcs51/8051.h,
2551         * device/include/mcs51/8052.h: made parseable with lint
2552         * device/include/mcs51/lint.h: added include file for (sp)lint
2553         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2554         * doc/cdbfileformat.lyx,
2555         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2556
2557 2005-05-14 Raphael Neider <rneider AT web.de>
2558
2559         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2560         * device/lib/pic16/libc/stdlib/itoa.c (new)
2561         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2562         * device/lib/pic16/libio/Makefile: exclude subdir according to
2563           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2564         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2565         * src/pic16/gen.c (genFunction): prevent annoying warning
2566         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2567           nameclashes on BeOS
2568         * support/cpp2/cppmain.c (cpp_output_string): new
2569         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2570           fixes bug 1116802
2571
2572 2005-05-13 Borut Razem <borut.razem AT siol.net>
2573
2574         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2575
2576 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2577
2578         * .version: changed to version 2.5.1; back to bleeding edge development
2579
2580 2005-05-11 Borut Razem <borut.razem AT siol.net>
2581
2582         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2583           generate PDF version 1.3 documents
2584
2585 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2586
2587         * .version: changed to version 2.5.0
2588
2589 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2590
2591         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2592
2593 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2594
2595         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2596         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2597         well as many smaller updates.
2598         * .version: changed to version 2.5.0-pre1
2599
2600 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2601
2602         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2603
2604 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2605
2606         * support/regression/tests/bug1185672.c: added
2607         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2608           bug 1185672
2609         * src/mcs51/gen.c (genCall): added comments, made it look safer
2610         * src/mcs51/gen.c (genEndFunction): simplified
2611
2612 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2613
2614         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2615
2616 2005-04-14 Borut Razem <borut.razem AT siol.net>
2617
2618         * fixed bug 1045046 - SIGSEGV with really simple code?:
2619           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2620           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2621
2622 2005-04-14 Borut Razem <borut.razem AT siol.net>
2623
2624         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2625           src/pic16/device.h: temporarily disabled experimental #inline pragma
2626           for 2.5.0 release
2627
2628 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2629
2630         * device/include/z80/stdio.h,
2631         * device/include/z80/string.h: removed these highly incomplete files so
2632           SDCC can use the default ones in device/include/
2633
2634 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2635
2636         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2637         gcc warning.
2638         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2639         fix sdcpp warnings.
2640
2641 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2642
2643         * device/include/malloc.h: removed redundant __reentrant prototypes
2644         * device/lib/_mullong.c: added working xstack variant in asm (C version
2645           doesn't pass regression tests)
2646         * device/lib/bpx.c: used __data and made bpx char for mcs51
2647         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2648           (createFunction): fixed bug with xstackPtr
2649         * src/SDCCcse.c: corrected comments
2650         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2651           (killDeadCode, eBBlockFromiCode): removed unused code
2652         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2653           corrected comments
2654         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2655           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2656           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2657           (genModOneByte): fixed warning in MSVC
2658         * src/mcs51/main.c (): added comments
2659         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2660
2661 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2662
2663         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2664
2665 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2666
2667         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2668
2669 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2670
2671         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2672         characters arrays of larger size than the declared one.
2673
2674 2005-04-10 Borut Razem <borut.razem AT siol.net>
2675
2676         * src/pic/gen.c (genInline),
2677           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2678           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2679           (findNextInstruction), (findPrevInstruction),
2680           (findInstructionUsingLabel),
2681           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2682         * src/pic/pcode.c (findLabel): added missing '\n'
2683         * src/src.dsp: added SDCCdwarf2.c to the project
2684
2685 2005-04-09 Borut Razem <borut.razem AT siol.net>
2686
2687         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2688
2689 2005-04-08 Raphael Neider <rneider AT web.de>
2690
2691         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2692           into the chain after a given one) and mergeDefmapSymbols (combine
2693           defmap entries for each symbol per pcode)
2694         * (createDefmap): have defmap entries merged in the end
2695         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2696           a symbol before replacing one access type's symbol, merge symbols in
2697           the end (replacement symbol might already have an entry)
2698         * (assignValnums): keep reference to written WREG intact
2699
2700 2005-04-08 Raphael Neider <rneider AT web.de>
2701
2702         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2703           Alpha)
2704
2705 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2706
2707         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2708         bytes
2709
2710 2005-04-07 Raphael Neider <rneider AT web.de>
2711
2712         * device/include/pic16/usart.h: added compatibility defines for
2713           devices with more than one USART
2714         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2715
2716 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2717
2718         * device/lib/Makefile.in: updated for port specific include
2719
2720 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2721
2722         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2723
2724 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2725
2726         * device/include/8051.h,
2727         * device/include/8052.h,
2728         * device/include/at89S8252.h,
2729         * device/include/at89c55.h,
2730         * device/include/at89x051.h,
2731         * device/include/at89x51.h,
2732         * device/include/at89x52.h,
2733         * device/include/mcs51reg.h,
2734         * device/include/reg51.h,
2735         * device/include/reg764.h,
2736         * device/include/regc515c.h,
2737         * device/include/sab80515.h: (re)moved these 12 files
2738         * device/include/mcs51/8051.h,
2739         * device/include/mcs51/8052.h,
2740         * device/include/mcs51/at89S8252.h,
2741         * device/include/mcs51/at89c55.h,
2742         * device/include/mcs51/at89x051.h,
2743         * device/include/mcs51/at89x51.h,
2744         * device/include/mcs51/at89x52.h,
2745         * device/include/mcs51/mcs51reg.h,
2746         * device/include/mcs51/reg51.h,
2747         * device/include/mcs51/reg764.h,
2748         * device/include/mcs51/regc515c.h,
2749         * device/include/mcs51/sab80515.h: and added them here
2750
2751 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2752
2753         * device/include/stdarg.h: changed SDCC specific keywords to double
2754           underlined form.
2755         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2756           mcs51 and ds390.
2757         * device/include/hc08/mc68hc908gp32.h,
2758         * device/include/hc08/mc68hc908jb8.h,
2759         * device/include/hc08/mc68hc908jkjl.h,
2760         * device/include/hc08/mc68hc908qy.h: fixed comments
2761         * device/include/mcs51/README: updated
2762         * device/include/mcs51/c8051f120.h: added PINRSF
2763         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2764         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2765           amidst code. Also inline is not supported.
2766
2767 2005-04-06 Raphael Neider <rneider AT web.de>
2768
2769         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2770         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2771           callers stack/frame pointers
2772
2773 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2774
2775         * device/include/pic16/usart.h: added, missing in previous commit,
2776         * device/include/pic16/adc.h: fixed typo,
2777         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2778         commit,
2779         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2780         <p18fxxx.inc>
2781         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2782         uninitialized because a bug appears with gplink
2783         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2784         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2785         complains for unrecognised option
2786
2787 2005-04-05 Raphael Neider <rneider AT web.de>
2788
2789         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2790           structs as well (using memcpy)
2791         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2792           on ISRs (GOTO has no label)
2793         * src/pic16/device.h: added OF_OPTIMIZE_DF
2794         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2795           new data flow analysis/optimization
2796         * src/pic16/pcode.c: added (prototypes for and implementation of)
2797           dataflow analysis functions, fixed pCodeInstructions' inCond and
2798           outCond values, made RCALL a branch instruction
2799         * (pic16_unlinkpCode): keep C line if possible
2800         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2801           C line moved if possible
2802         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2803         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2804           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2805         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2806           new flow)
2807         * (pic16_getJumptabpCode): NEW, needed in...
2808         * (LinkFlow): fixed handling of jumptables, calls and conditional
2809           branches
2810         * (pic16_InsertCommentAfter): NEW
2811         * (pic16_pCodeReplace): made verbose and flow preserving
2812         * (AnalyzeFlow): added call to data flow analysis
2813         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2814         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2815         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2816
2817 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2818
2819         * src/SDCCast.c (decorateType): fixed bug #1105626
2820
2821 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2822
2823         * device/include/asm/pic16/features.h,
2824         * pic18f*.h headers,
2825         * device/include/pic16/adc.h,
2826         * device/include/pic16/delay.h,
2827         * device/include/pic16/i2c.h,
2828         * device/include/pic16/malloc.h,
2829         * device/include/pic16/stdio.h,
2830         * device/include/pic16/stdlib.h,
2831         * device/include/pic16/string.h,
2832         * device/lib/pic16/libc/stdio/printf_tiny.c,
2833         * device/lib/pic16/libc/stdio/printf_small.c,
2834         * device/lib/pic16/libc/stdio/strmgpsim.c,
2835         * device/lib/pic16/libc/stdio/strmmssp.c,
2836         * device/lib/pic16/libc/stdio/strmusart.c,
2837         * device/lib/pic16/libc/stdio/vfprintf.c,
2838         * device/lib/pic16/libc/stdlib/ltoa.c,
2839         * device/lib/pic16/libc/stdlib/putchar.c,
2840         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2841         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2842         * device/lib/pic16/libc/stdlib/memchrram.c,
2843         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2844         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2845         * device/lib/pic16/libio/adc/adcbusy.c,
2846         * device/lib/pic16/libio/adc/adcread.c,
2847         * device/lib/pic16/libio/adc/adcsetch.c,
2848         * device/lib/pic16/libio/usart/ubaud.c,
2849         * device/lib/pic16/libio/usart/ubusy.c,
2850         * device/lib/pic16/libio/usart/udrdy.c,
2851         * device/lib/pic16/libio/usart/uopen.c,
2852         * device/lib/pic16/libio/usart/uputc.c,
2853         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2854         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2855         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2856         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2857         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2858         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2859         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2860         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2861         specific keywords to double underlined form,
2862         * device/lib/pic16/libc/Makefile.rules,
2863         * device/lib/pic16/libsdcc/Makefile.rules,
2864         * device/lib/pic16/libm/Makefile,
2865         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2866         to compile with C standard set in Makefile.common
2867         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2868         rand.c and crc.c in compilation process,
2869         * device/lib/pic16/libsdcc/int/divuint.c,
2870         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2871         `c' from signed to unsigned,
2872         * device/lib/pic16/startup/crt0.c,
2873         * device/lib/pic16/startup/crt0i.c,
2874         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2875         keywords to double underlined form, bug fixes in _do_cinit function
2876         which prevented the correct initialization of the .idata segment,
2877         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2878         core to enter a infinite loop
2879         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2880
2881 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2882
2883         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2884
2885 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2886
2887         * device/include/Makefile.in: add support for hc08 subdirectory
2888         * device/include/hc08/: new subdirectory
2889         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2890         Lucas Loizaga, thanks!
2891         * device/include/hc08/mc68hc908qy.h,
2892         * device/include/hc08/mc68hc908gp32.h,
2893         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2894         their own directory. Changed internal macro names to use the compiler
2895         reserved namespace. Changed SDCC specific keywords to double
2896         underlined form.
2897         * device/include/math.h,
2898         * device/include/malloc.h,
2899         * device/include/stdarg.h,
2900         * device/include/stdbool.h
2901         * device/include/string.h,
2902         * device/include/tinibios.h,
2903         * device/include/ds400rom.h,
2904         * device/include/8051.h,
2905         * device/include/8052.h,
2906         * device/include/80c51xa.h,
2907         * device/include/at89c55.h,
2908         * device/include/at89S8252.h,
2909         * device/include/at89x51.h,
2910         * device/include/at89x52.h,
2911         * device/include/ds80c390.h,
2912         * device/include/reg764.h,
2913         * device/include/regc515c.h,
2914         * device/include/sab80515.h,
2915         * device/include/mcs51/c8051f000.h,
2916         * device/include/mcs51/c8051f018.h,
2917         * device/include/mcs51/c8051f020.h,
2918         * device/include/mcs51/c8051f040.h,
2919         * device/include/mcs51/c8051f060.h,
2920         * device/include/mcs51/c8051f120.h,
2921         * device/include/mcs51/c8051f300.h,
2922         * device/include/mcs51/c8051f310.h,
2923         * device/include/mcs51/c8051f320.h,
2924         * device/include/mcs51/c8051f330.h,
2925         * device/include/mcs51/c8051f350.h,
2926         * device/include/z180.h: Changed SDCC specific keywords to double
2927         underlined form.
2928
2929 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2930
2931         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2932         18F4455,
2933         * (pic16_assignConfigWordValue): disable testing of configuration
2934         register value with config mask,
2935         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2936         function with port->fun_prefix,
2937         * (genFunction): when generating a naked interrupt function never
2938         create an absolute segment placed in interrupt vector address, place
2939         the actual interrupt function at IVA instead, when an interrupt
2940         function is generated with unspecified interrupt then do not create
2941         the absolute section,
2942         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2943         code for generating a call to generic pointer get/put function with
2944         a call to function pic16_callGenericPointer(),
2945         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2946         the call to the generic pointer get/put functions with prefixing the
2947         function name with port->fun_prefix,
2948         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2949         * src/pic16/main.c (_process_pragma): prefix function with
2950         port->fun_prefix,
2951         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2952         calling assembler, old 18Fxxxx macro is deprecated,
2953         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2954         PC_ASMDIR in while condition,
2955         * (findInstruction): add PC_ASMDIR in while condition,
2956         * (buildCallTree): prefix main with port->fun_prefix,
2957         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2958         identifier for variable with banked access in instructions BTFSS,
2959         BTFSC, BCF, BSF, BTG
2960         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2961         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2962         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2963         perform optimization when enviroment variable NO_REG_OPT is set,
2964         * (insideLRBlock): NEW, return 1 if register is inside an
2965         INF_LOCALREGS block,
2966         * (RemoveRegFromLRBlock): remove a register that is completely
2967         eliminated by register optimization, but it is still left in local
2968         register store/restore in/from stack block,
2969         * (Remove2pcodes): after removing register, check to see if it
2970         should be removed from local register store/restore in/from stack
2971         block,
2972         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2973         DUMMY_READ_VOLATILE,
2974
2975         * device/include/pic16/adc.h: minor prototype modifications and
2976         update,
2977         * device/include/pic16/malloc.h: added GPL notice various
2978         modifications,
2979         * device/include/pic16/stdint.h: NEW, standard header for ints
2980         * device/include/pic16/delay.h: NEW, header for delay functions,
2981         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2982         delay1mtcy,
2983         * device/include/pic16/signal.h: NEW, header providing helper macros
2984         for implementing signal handlers,
2985         * device/include/pic16/stdio.h: added prototypes for functions,
2986         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2987         prototypes for stdin and stdout, added macro PUTCHAR to
2988         automatically implement putchar function prototype,
2989         * device/include/pic16/usart.h: modified and updated USART library,
2990         * device/lib/pic16/libio/adc/,
2991         * device/lib/pic16/libio/i2c: some modifications to improve library
2992         performance,
2993         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2994         family of functions,
2995         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2996         family of functions and other sources,
2997         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2998         of the PIC18Fxx[28] devices,
2999         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
3000         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
3001         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
3002         _do_cinit function, because the previous failed when local variables
3003         where not placed in the same memory bank,
3004         * device/lib/pic16/libsdcc/char/: various modifications to improve
3005         library performance,
3006         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
3007         information on the new functions of the c library and more...
3008
3009 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3010
3011         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3012
3013 2005-03-26 Raphael Neider <rneider AT web.de>
3014
3015         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3016           if condition == CARRY)
3017         * (genCmp): adapted to new genSkipc semantics
3018         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3019           on rIfx (genCmp was broken)
3020
3021 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3022
3023         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3024         * src/z80/main.c (_keywords[]),
3025         * src/SDCCglobal.h (struct options),
3026         * src/SDCC.y,
3027         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3028         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3029         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3030         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3031         always available in leading double underscore form. The C99 support is
3032         mostly missing, but it's a start.
3033         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3034         reserved identifier "__data".
3035
3036 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3037
3038         * src/mcs51/peeph.def: fixed bug 1170013
3039
3040 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3041
3042         * device/include/mcs51reg.h: fixed bug 842007
3043
3044 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3045
3046         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3047         last time.
3048
3049 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3050
3051         * src/port.h (struct PORT),
3052         * src/avr/ralloc.c (avr_assignRegisters),
3053         * src/avr/main.c,
3054         * src/ds390/ralloc.c (ds390_assignRegisters),
3055         * src/ds390/main.c,
3056         * src/hc08/ralloc.c (hc08_assignRegisters),
3057         * src/hc08/main.c,
3058         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3059         * src/mcs51/main.c,
3060         * src/pic/ralloc.c (pic14_assignRegisters),
3061         * src/pic/main.c,
3062         * src/pic16/ralloc.c (pic16_assignRegisters),
3063         * src/pic16/main.c,
3064         * src/xa51/ralloc.c (xa51_assignRegisters),
3065         * src/xa51/main.c,
3066         * src/z80/ralloc.c (z80_assignRegisters),
3067         * src/z80/ralloc.h,
3068         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3069         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3070         * src/SDCCcse.h,
3071         * src/SDCCdflow.c (computeDataFlow),
3072         * src/SDCCdflow.h,
3073         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3074         * src/SDCCloop.h,
3075         * src/SDCCcflow.c (*),
3076         * src/SDCCcflow.h,
3077         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3078         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3079         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3080         immedDom() returning wrong block; probably fixes bug #1160833)
3081
3082 2005-03-20 Borut Razem <borut.razem AT siol.net>
3083
3084         * support/scripts/inc2h.pl: WIN32 port
3085
3086 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3087
3088         * device/lib/makefile.in: added abs.c and labs.c
3089
3090 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3091
3092         * device/include/stdint.h: added
3093         * device/lib/abs.c: added
3094         * device/lib/labs.c: added
3095         * device/include/stdlib.h: added abs() and labs() prototypes
3096         * device/lib/libsdcc.lib: added abs and labs
3097         * device/include/float.h,
3098         * device/lib/_fsmul.c,
3099         * device/lib/printf_fast.c,
3100         * device/lib/printf_tiny.c: updated comments
3101
3102 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3103
3104         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3105         bug #1164313
3106
3107 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3108
3109         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3110         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3111
3112 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3113
3114         * device/lib/printf_large.c: removed inline assembly for portability and
3115           readability. Use printf_fast if speed or size are more important.
3116         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3117         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3118
3119 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3120
3121         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3122         prevent compiler warning
3123
3124 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3125
3126         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3127         moved to level 0 and declared as static. Also they are explicit
3128         placed in access bank. This was necessery because some times they
3129         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3130         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3131         optimizations. Currently only compare to unsigned char is implemented,
3132         * src/pic16/gen.c: added fReturnIdx array,
3133         * (struct resolvedIfx) is moved to gen.h and made public,
3134         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3135         * (aopForSym): added an optimization to directly store in stack of
3136         the operand of a SEND iCode,
3137         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3138         but as registers instead (AOP_REG) using the fReturnIdx array,
3139         * (pic16_freeAsmop): remove the freed register from the
3140         _G.sregsAlloc field,
3141         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3142         a compare of 'WREG',
3143         * (pic16_popGetTempRegCond): changed function prototype, now
3144         function takes also a bitVector argument v which holds the current
3145         set of registers that are allocated for stack access by aopForSym,
3146         registers allocated in aopForSym for accessing stack symbols are not
3147         any more part of the functions usedRegs field,
3148         * (genCall): some times aopOp is called for a stack variable to be
3149         send, aopForSym might perform the push, if this is true make sure
3150         that genCall doesn't push the variable twice by testing _G.resDirect,
3151         * (genFunction): changed testing for unspecified interrupt number
3152         from 256 to INTNO_UNSPEC,
3153         * modified selection scheme of frame pointer generation. Previously
3154         if function did use local registers a frame pointer was generated,
3155         now a frame pointer is generated only if function has arguments
3156         (that need PLUSW2 register access), or has stack arguments, or the
3157         compiler is not instructed to omit the frame pointer,
3158         * (genEndFunction): before restoring local registers that were saved
3159         in the function preamble, also restore the registers that *might*
3160         have been allocated for stack access,
3161         * (genRet): removed some old comments,
3162         * (genCmp, the active (RN's) version): added a call to the
3163         pic16_genCmp_special function to perform the compare with a more
3164         robust and optimized way,
3165         * (genInline): a feature has been added in inline code generation,
3166         which allows a wildcard variable substitution when writing inline
3167         assembly. Code is incomplete and experimental therefore undocumented,
3168         * (genCast): changed order of aopOp for result and right to allow
3169         aopForSym to directly load the result if possible,
3170         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3171         perform an optimized compare on some selected special occasions,
3172         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3173         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3174         generate an IVT any more,
3175         * src/pic16/main.c (pic16_optionsTable): added command line option
3176         --optimize-cmp,
3177         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3178         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3179         macros,
3180         * src/pic16/NOTES: Raphael Neider added in list of active developers
3181         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3182         jumptable_end to prevent bug #,
3183         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3184         inCond and outCond fields,
3185         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3186         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3187         turn off register spilling,
3188         * (packRegsForOneUse): synced with other ports' versions although it
3189         is not used currently,
3190         * (pic16_packRegisters): added an optimization while reading
3191         structure bitfields, some registers may be saved (malloc code is
3192         decreased by 80 bytes)
3193
3194 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3195
3196         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3197         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3198         this can be optimized more?
3199
3200 2005-03-10 Raphael Neider <rneider AT web.de>
3201
3202         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3203           genNearPointerGet): (hopefully) fixed access to bitfields via
3204           pointers (p->bitN = x; and x = p->bitN; failed)
3205
3206 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3207
3208         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3209
3210 2005-03-09 Raphael Neider <rneider AT web.de>
3211
3212         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3213
3214 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3215
3216         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3217         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3218           (regTypeNum): set REG_BIT type if necessary
3219         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3220         * support/regression/tests/critical.c: check bug 1144613
3221
3222 2005-03-02 Raphael Neider <rneider AT web.de>
3223
3224         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3225
3226 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3227
3228         * src/avr/ralloc.c (serialRegAssign),
3229         * src/ds390/ralloc.c (serialRegAssign),
3230         * src/hc08/ralloc.c (serialRegAssign),
3231         * src/mcs51/ralloc.c (serialRegAssign),
3232         * src/pic/ralloc.c (serialRegAssign),
3233         * src/pic16/ralloc.c (serialRegAssign),
3234         * src/xa51/ralloc.c (serialRegAssign),
3235         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3236
3237 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3238
3239         * src/SDCCast.c (decorateType): fixed bug 1124787
3240
3241 2005-02-20 Hubert Sack <sack AT digiplan.de>
3242         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3243
3244         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3245         patch #1121755
3246
3247 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3248
3249         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3250         to keep the correct label reference count when adding/removing references
3251         to labels. A peephole file using this is appended to patch #1144962.
3252
3253 2005-02-14 Raphael Neider <rneider AT web.de>
3254
3255         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3256         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3257         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3258           retrievals of result operand's value on assignment
3259
3260 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3261
3262         * device/include/pic16/string.h: modified prototype for memccpy()
3263         to memccpy(void *, void *, char, size_t)
3264         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3265         check whether to omit frame pointer or not,
3266         * (genInline): convert all occurences of "\n" to LF in inline
3267         assembler blocks, this helps formatting the inline text,
3268         * (pic16_loadFSR0): modified prototype,
3269         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3270         removed some 8051 legacy code,
3271         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3272         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3273         before allocating temporary registers in functions,
3274
3275 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3276
3277         * support/regression/tests/bitvars.c: corrected the "fix"
3278
3279 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3280
3281         * support/regression/tests/bitvars.c,
3282         * support/regression/tests/bitwise.c,
3283         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3284
3285 2005-02-10 Raphael Neider <rneider AT web.de>
3286
3287         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3288           different size for Alpha
3289         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3290
3291 2005-02-09 Raphael Neider <rneider AT web.de>
3292
3293         * src/SDCC.lex(doPragma) : save and restore warning options as well
3294           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3295         * have #pragma less_pedantic set the errorlevel to WARNING
3296           (fixes #1117001)
3297         * (cloneOptimize) : fixed wrong malloc's size
3298         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3299           facilitate correct handling of #pragma (save|restore)
3300
3301 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3302
3303         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3304
3305 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3306
3307         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3308
3309 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3310
3311         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3312
3313 2005-02-02 Raphael Neider <rneider AT web.de>
3314
3315         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3316         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3317         * (pic16_storeForReturn): fixed to allow returning function pointers
3318         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3319         * device/include/pic16/{stddef.h,stdbool.h}: added
3320
3321 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3322
3323         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3324
3325 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3326
3327         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3328         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3329          appeared to be required
3330
3331 2005-01-31 Borut Razem <borut.razem AT siol.net>
3332
3333         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3334           include/mcs51 and include/z80 directories to the package
3335
3336 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3337
3338         * src/hc08/gen.c (genFunction): fixed bug #1112752
3339
3340 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3341
3342         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3343
3344 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3345
3346         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3347
3348 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3349
3350         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3351
3352 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3353
3354         * device/include/c8051fxxx.h: removed these 6 files
3355         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3356
3357 2005-01-26 Raphael Neider <rneider AT web.de>
3358
3359         * src/pic16/gen.c (genAssign): fixed assignment from longs
3360           in codespace (were cut to three bytes)
3361         * (genDummyRead): implemented (except for CODESPACE...),
3362           fixed bug #1108575
3363         * src/pic16/glue.c (emitStatistics): beautified
3364         * device/lib/pic16/libm/Makefile: added include path
3365
3366 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3367
3368         * src/z80/gen.c (aopPut): fixed bug #1103902
3369
3370 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3371
3372         * device/lib/expf.c: fixed bug #1095792
3373
3374 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3375
3376         * device/lib/pic16/libm: added Math library sources
3377
3378 2005-01-24 Raphael Neider <rneider AT web.de>
3379
3380         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3381           to enable upcast to pCodeOpReg2 (there is no type tag to
3382           differenciate the two and pic16_popGet2p cast into PCOR2)
3383         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3384           (sizeof(sectNames) changed to sizeof(sectName))
3385           Both patches fix segfaults under MinGW.
3386
3387 2005-01-23 Raphael Neider <rneider AT web.de>
3388
3389         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3390           Safe_[mc]?alloc()'ed variables
3391         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3392           of (byte sized) temporaries (assign them to WREG for now)
3393         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3394           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3395           this might fix SIGSEGVs on MinGW...
3396         * src/SDCCopt.c (killDeadCode): restored original behaviour
3397           (volatile operands might get thrown away though)
3398
3399 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3400
3401         * src/pic16/gen.c: fixed bug #1106975,
3402         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3403         pointer update, INTCON is saved, global interrupts are disabled and
3404         restored after updateing TOS.
3405         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3406         * added function attribute 'shadowregs' to take advantage of shadow
3407         registers,
3408         * added function attribute 'wparam' as an alternative to the wparam
3409         pragma,
3410         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3411         user declares a non-ISR function as 'shadowregs',
3412         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3413
3414 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3415
3416         * .version: bumped version number to 2.4.8
3417         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3418         pic16 port,
3419         * device/lib/pic16/libio/i2c/: I2C module support library,
3420         * device/include/pic16/i2c.h: I2C support library header,
3421         * device/lib/pic16/libc/stdio/: standard IO support sources,
3422         * (printf_small.c): printf_small() source, supports float print,
3423         * (printf_tiny.c): printf_tiny() source, does not support floats,
3424         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3425         enable global optimizations for entire library source, other
3426         Makefiles in the source tree are also modified to reflect this,
3427         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3428         function,
3429         * doc/sdccman.lyx: updated to reflect new changes,
3430         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3431         sym->onStack if-case,
3432         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3433         sbit, idata, _idata, xdata, _xdata,
3434         * added pragma library, to link an external library, (see doc),
3435         * removed command line options, --pomit-config-words, --pomit-ivt,
3436         --pleave-reset-vector,
3437         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3438         when calling assembler to reflect memory model used, also define
3439         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3440         reflect stack model used,
3441         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3442         on stack return NULL,
3443
3444 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3445
3446         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3447           of the operands is volatile. Fixes #1020220
3448
3449 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3450
3451         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3452         * (OptimizeRegUsage): make sure that there is really no other flow where
3453           the first pCode is used
3454
3455 2005-01-22 Raphael Neider <rneider AT web.de>
3456
3457         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3458           to fix #1106967 (pCode->seq are not set up correctly)
3459
3460 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3461
3462         * src/SDCCglue.c (glue): make sure code area is declared before the
3463         static initialization area.
3464
3465 2005-01-21 Raphael Neider <rneider AT web.de>
3466
3467         * device/lib/Makefile.in: fixed test for pic16 install dir
3468         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3469           optimizations
3470         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3471           added --optimize-goto compiler switch and pragma wparam documentation
3472         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3473         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3474           and PRODH closing bug #1071770 (peephole optimizer)
3475
3476 2005-01-19 Raphael Neider <rneider AT web.de>
3477
3478         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3479           cmdLine buffers (used when calling sdcpp...) are large enough
3480           (MAX_PATH=256 truncates arguments leading to system halts when
3481           used in MinGW...)
3482         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3483         * (genUminus): rewritten to for efficiency
3484         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3485           used uninitialized in some cases)
3486         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3487           copy the third byte from the int -- now assumes 0x80 (data memory)
3488         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3489           operands (genAddLit expects the iCode's operands to swapped as
3490           well), fixed leftover bytes (crashed for short left operands)
3491         * (pic16_genMinusDec): performance improvements, removed false
3492           PIC14 emitSKPNCs
3493         * (pic16_genMinus): fixed to cope with differently sized operands
3494         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3495           for --obanksel > 1
3496         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3497         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3498           new banksel optimization
3499         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3500           analysis for temporary registers (segfaults...)
3501         * src/pic16/peeph.def: added rule
3502
3503 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3504
3505         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3506         which converts a float number to its ASCII representation
3507         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3508         functions to convert the fractional and integer part of a float to ASCII,
3509         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3510         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3511         ram
3512         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3513         _STATMEM macros,
3514         * device/include/pic16/adc.h: added GPL info,
3515         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3516         a pCodeOp as tested operand,
3517         * (genNearPointerGet): optimized bit testing, does not use
3518         intermediate register for bit value, test directly instead with
3519         BTFSS, BTFSC, works only for single bits,
3520         * (genpic16Code): dump the name of the iCode in the asm,
3521         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3522         renamed to pic16_decodeOp,
3523         * (serialRegAssign): do not allocate a temporary register for iCode
3524         sequences that test a single bit for 1/0
3525
3526 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3527
3528         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3529         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3530         access stack and frame pointers. They are initially assigned to
3531         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3532         accessing SFRs. Updated all occurences of modification of stack or
3533         frame pointer in gen.c and pcode.c,
3534         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3535         assigning of a literal value to pointers,
3536         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3537         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3538         selected
3539
3540 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3541
3542         * doc/sdccman.lyx: update documentation about stack pragma, added
3543         some info for stack memory models
3544
3545 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3546
3547         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3548
3549 2005-01-08 Raphael Neider <rneider AT web.de>
3550
3551         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3552           udata sections to fix bug #1097823
3553
3554 2005-01-05 Raphael Neider <rneider AT web.de>
3555
3556         * src/pic16/gen.c (genGenericShift): added handling of differently
3557           sized left operand and result
3558
3559 2005-01-04 Raphael Neider <rneider AT web.de>
3560
3561         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3562         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3563           to hold the condition bit)
3564         * added new version of genCmp (old code available via #define)
3565         * added new version of genShiftLeft/genShiftRight in a generic
3566           way, now supports shifting by negative values
3567         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3568           shiftCount (expected by genGenericShift)
3569         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3570         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3571           dump
3572         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3573           is an invalid literal too...)
3574
3575 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3576
3577         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3578         from Raphael Neider,
3579         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3580         for 8-bit literals. This fixes some literal operands which are sign
3581         extended to 16-bits ints when instruction needs only 8-bits.
3582
3583 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3584
3585         * device/lib/logf.c: added mcs51 assembly version
3586         * device/lib/expf.c: added mcs51 assembly version
3587         * device/lib/_logexpf.c: new shared asm code for expf and logf
3588         * device/include/math.h: add defines for assembly math library
3589         * device/lib/Makefile.in: build new _logexpf.c
3590         * device/lib/libfloat.lib: use new _logexpf.c
3591
3592 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3593
3594         * src/pic/device.c
3595         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3596           device types which have less than 0x7f registers.
3597
3598 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3599
3600         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3601
3602 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3603
3604         * device/lib/printf_fast.c: only build on supported arch.
3605         * device/lib/printf_tiny.c: only build on supported arch.
3606         * device/lib/printf_fast_f.c: only build if asm float lib
3607         * device/lib/_fsget1arg.c: only build if asm float lib
3608         * device/lib/_fsget2args.c: only build if asm float lib
3609         * device/lib/_fsnormalize.c: only build if asm float lib
3610         * device/lib/_fsreturnval.c: only build if asm float lib
3611         * device/lib/_fsrshift.c: only build if asm float lib
3612         * device/lib/_fsswapargs.c: only build if asm float lib
3613         * device/include/stdio.h: don't provide print_fast,
3614           print_fast_f, print_tiny prototypes if --xstack used
3615
3616 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3617
3618         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3619         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3620           to the SOURCES
3621
3622 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3623
3624         * device/lib/printf_fast_f.c: same as printf_fast, but
3625           with floating point enabled
3626         * device/lib/printf_fast.c: minor tweaks
3627         * device/include/stdio.h: add printf_fast_f
3628
3629 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3630
3631         * src/SDCCmain.c: make --float-reent default for mcs51
3632         * device/lib/_fsadd.c: added mcs51 assembly version
3633         * device/lib/_fssub.c: added mcs51 assembly version
3634         * device/lib/_fsmul.c: added mcs51 assembly version
3635         * device/lib/_fsdiv.c: added mcs51 assembly version
3636         * device/lib/_fseq.c: added mcs51 assembly version
3637         * device/lib/_fsneq.c: added mcs51 assembly version
3638         * device/lib/_fsgt.c: added mcs51 assembly version
3639         * device/lib/_fslt.c: added mcs51 assembly version
3640         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3641         * device/lib/Makefile.in: add _fscmp to build
3642         * device/lib/libfloat.lib: add _fscmp to build
3643
3644 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3645
3646         * device/lib/_fs2slong.c: added mcs51 assembly version
3647         * device/lib/_fs2sint.c: added mcs51 assembly version
3648         * device/lib/_fs2schar.c: added mcs51 assembly version
3649         * device/lib/_fs2ulong.c: added mcs51 assembly version
3650         * device/lib/_fs2uint.c: added mcs51 assembly version
3651         * device/lib/_fs2uchar.c: added mcs51 assembly version
3652         * device/lib/_slong2fs.c: added mcs51 assembly version
3653         * device/lib/_sint2fs.c: added mcs51 assembly version
3654         * device/lib/_schar2fs.c: added mcs51 assembly version
3655         * device/lib/_ulong2fs.c: added mcs51 assembly version
3656         * device/lib/_uint2fs.c: added mcs51 assembly version
3657         * device/lib/_uchar2fs.c: added mcs51 assembly version
3658         * device/include/float.h: added #define to select asm vs c
3659
3660 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3661
3662         * device/lib/printf_fast.c: improvements to float output
3663         * device/include/float.h: add defines for assembly float library
3664         * device/lib/_fsget1arg.c: receive 1 float arg
3665         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3666         * device/lib/_fsnormalize.c: normalize a float
3667         * device/lib/_fsreturnval.c: return float, various helper routines
3668         * device/lib/_fsrshift.c: right shift a float's mantissa
3669         * device/lib/_fsswapargs.c: swap 2 floats
3670         * device/lib/Makefile.in: build these 6 new files for mcs51
3671         * device/lib/libfloat.lib: add these 6 files to the library
3672
3673 2004-12-26 Borut Razem <borut.razem AT siol.net>
3674
3675         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3676           built by gcc 3.4.2
3677
3678 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3679
3680         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3681           and fully reentrant and register bank neutral.
3682         * device/lib/printf_fast.c: added float (not enabled by default),
3683           added compact/slower integer (also not enabled by default),
3684           improved size/speed of fast integer code, other minor changes
3685         * device/include/stdio.h, device/lib/Makefile.in,
3686           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3687
3688 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3689
3690         * src/pic16/pcode.c: declaring variables other than at the start of a
3691           block is not supported in C by VC6.
3692
3693 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3694
3695         * applied a previous patch from Raphael Neider that wasn't included
3696         in the previous commits, which fixes infinite loops within jumptable
3697         improvements,
3698         * made some fixes that previous patches introduced
3699
3700 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3701
3702         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3703         that fixes an issue with AOP_PCODE asmop's offset,
3704         * (pic16_popCopyReg): update instance field too,
3705         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3706         function of pic port,
3707         * (genCmp, genAnd, genAssign),
3708         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3709
3710 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3711
3712         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3713         variables initial values to idata section,
3714         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3715         variables in some functions. This utilizes parmBytes field of iCode
3716         structure to hold the offset of the variable in stack. (might be
3717         able to use the stack field too?)
3718         * applied patch from Raphael Neider # ### , # ###
3719         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3720         variable initial values in idata section,
3721         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3722         for static variables with initial value
3723         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3724         applied fix in while loop from Raphael Neider.
3725
3726 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3727
3728         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3729         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3730         * src/ds390/ralloc.c (serialRegAssign): spill bits
3731         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3732         * support/Util/SDCCerr.c,
3733         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3734         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3735         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3736
3737 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3738
3739         * device/include/sdcc-lib.h: inserted LGPL, added includes
3740           asm/ds390/features.h and asm/mcs51/features.h
3741         * device/include/asm/default/features.h,
3742         * device/include/asm/gbz80/features.h,
3743         * device/include/asm/z80/features.h: added empty _AUTOMEM
3744           and _STATMEM
3745         * device/include/asm/ds390/features.h,
3746         * device/include/asm/mcs51/features.h: added files with defines for
3747           _AUTOMEM and _STATMEM indicating automatic and static storage class
3748         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3749         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3750         * src/SDCCicode.c (geniCodeCast),
3751         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3752         * src/SDCCloop.c (loopInduction): removed unused variable lr
3753         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3754           to convertToFcall to include char modulo (RFE 1065037), added check
3755           if left operand is unsigned and use abs of literal value
3756         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3757           as it doesn't work after conversion from peephole.def to peephole.rul
3758         * src/mcs51/gen.c (toBoolean): added check for size,
3759           (genModOneByte): optimized code for signed char modulo a literal
3760           power of 2 (thanks to Hubert Sack),
3761           (genRRC): removed unnecessary "clr c",
3762           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3763         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3764           jump optimization,
3765           swapped rules 256.c and 256.d,
3766           extended 256.d by using new multiple checks (thanks Erik),
3767           added rules 256.e and 256.f,
3768           updated rule 261.a and 261.b to new generated code
3769         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3770
3771 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3772
3773         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3774           induction related bugs, including first part of bug #1074377
3775
3776 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3777
3778         * applied patch from bug-report #1076292,
3779         * applied patches for genAnd and Goto-optimizations for Raphael
3780         Neider,
3781         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3782         dump a less iCode information,
3783         * src/pic16/device.h (pic16_options_t): added field debgen,
3784         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3785         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3786         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3787         puclic,
3788         * (various functions): added macros FENTRY and FENTRY2 to functions,
3789         to emit function prologue,
3790         * (various functions): fixed indentation,
3791         * (genNearPointerGet): fixed loading of FSR0,
3792         * (genPackBits): applied patch from Raphael Neider to fix updating
3793         of FSR0 and touching only the modified bits,
3794         * src/pic16/genarith.c (various functions): added macros FENTRY to
3795         emit function prologue in comments,
3796         * src/pic16/pcode.h: added functions debugf2, debugf3,
3797         * src/pic16/ralloc.c: partial fix for packForPush caused
3798         segmentation fault,
3799
3800 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3801
3802         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3803           <stsp AT users.sourceforge.net> with reversed byte order
3804         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3805
3806 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3807
3808         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3809           bug #1074377
3810         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3811         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3812
3813 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3814
3815         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3816
3817 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3818
3819         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3820           conditions,
3821           (setFromConditionArgs): friendly operand parser for peephole rules,
3822           (operandBaseName, operandsNotRelated): new peephole condition
3823           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3824           architecture specific register naming into account, handles n-way
3825           comparisons, and supports quoted literals
3826         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3827
3828 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3829
3830         * src/mcs51/peeph.def: fixed bug #1076940
3831
3832 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3833
3834         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3835
3836 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3837
3838         Adding support for replacing ljmps with sjmps in jumptables
3839         generated for switch statements. For now you need to set the
3840         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3841         Now 4 algorithms for mcs51 jumptable generation are used:
3842         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3843         addresses loaded pc-relative for up to 112 cases and stack-pushing
3844         target addresses loaded with offset from dptr for up to 256 cases.
3845
3846         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3847         * src/mcs51/main.c: adapted constants for switch table generation
3848         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3849
3850 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3851
3852         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3853         * support/regression/tests/bug1057979.c: added test for bug 1073386
3854
3855 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3856
3857         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3858         compilers
3859
3860 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3861
3862         * src/pic16/device.h,
3863         * src/pic16/genarith.c,
3864         * src/pic16/glue.c,
3865         * src/pic16/main.c,
3866         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3867
3868 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3869
3870         Large cummulative patch for pic16 port.
3871         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3872         to call when a stack overflow occurs,
3873         * (malloc.h): added CVS Id tag,
3874         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3875         variable,
3876         * added libc directory. The current version of LibC contains string
3877         functions, ctype functions and macros and some functions of the
3878         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3879         be extensively tested in the future. Standard disclaimer here.
3880         Library is not automatically build yet. But one can build it by
3881         invoking 'make' inside the libc directory.
3882         * added ADC library under libio. Preliminary version yet.
3883
3884         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3885         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3886         aopForRemat() now and not by pic16_aopOp(),
3887         * (pic16_popGetTempReg): removed warning messgae when allocating
3888         temporary registers, its a buggy feature and will be removed,
3889         * (pic16_popGet): set register instance field in AOP_CRY,
3890         * (pic16_outBitC): fixed for results in size greater than 1,
3891         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3892         * (pic16_storeForReturn): optimized return of 0,
3893         * (genCmp): experimental code for new genCmp which uses PIC18's
3894         special compare&skip instructions. Initial tests fail some times
3895         with variables grater than 1 byte in size, so new code is disabled,
3896         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3897         a single bit,
3898         * (genCast): began a fix to optimize the casting of a bit to another
3899         bit, now assigning a bitfield to another bitfield will fail, sorry,
3900         * src/pic16/main.c: disabled the use of lr-support feature,
3901         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3902         * added some function prototypes, added function _debugf prototype,
3903         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3904         bits with offset (case PO_GPR_BIT),
3905         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3906         command line,
3907         * (isBankInstruction): modified to return 0 for no banking instruction,
3908         and 1 for banking instruction,
3909         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3910         caused stop processing pCodes after a inline assembly block,
3911         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3912         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3913         registers when it shouldn't,
3914         * src/pic16/ralloc.c (allocReg): add preliminary support for
3915         supporting a limited set of temporary registers,
3916
3917 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3918
3919         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3920           genDataPointerSet): ensure assignments always copy in MSB to LSB
3921           order,
3922           (loadRegFromAop): recognize CLRH optimization,
3923           (genFunction): optimize RECEIVE iCodes in reentrant functions
3924
3925 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3926
3927         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3928           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3929           selected.
3930         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3931         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3932           contiguous with data
3933
3934 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3935
3936         * device/lib/_gptrget.c (_gptrget),
3937         * device/lib/_gptrgetc.c (_gptrgetc),
3938         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3939           instead of sjmp to ret
3940         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3941           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3942
3943 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3944
3945         * .version: bumped version to 2.4.7
3946         * device/lib/_gptrget.c (_gptrget): is now _naked
3947         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3948         * device/lib/_gptrput.c (_gptrput): is now _naked
3949         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3950           (createFunction): fixed xstack
3951         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3952         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3953           or bit either,
3954           (geniCodeCritical): store original interrupt state in an iTemp bit
3955           var unless stack-auto
3956         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3957         * src/SDCCmain.c (setIncludePath): added include/target to search path
3958         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3959         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3960           prototype,
3961           (processFuncArgs): put bit vars in bit area
3962         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3963           unsaveRBank): fixed xstack,
3964           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3965           (genFunction, genEndFunction): fixed xstack,
3966           (genAssign): optimization don't walk backwards through mem
3967         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3968         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3969         * support/regression/Makefile: also make library (for stack-auto) when
3970           making "all" and added "test-mcs51-xstack-auto"
3971         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3972         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3973         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3974         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3975         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3976           make-library by MAKE_LIBRARY
3977         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3978           regression tests for xstack
3979         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3980         * support/regression/tests/critical.c: test for critical on mcs51
3981
3982 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3983
3984         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3985           built version of sdcc instead of installed version
3986
3987 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3988
3989         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3990         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3991           vprintf.c now
3992         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3993         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3994           WARNING: remove device/lib/build/z80/printf.o by hand when
3995           updating from previous build!
3996         * device/lib/z80/printf.c: updated comment
3997         * support/regression/tests/bug1057979.c: test all ports now
3998         * support/regression/tests/bug1065458.c: file added
3999
4000 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4001
4002         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
4003           *_start and *_end symbols for static functions
4004
4005 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
4006
4007         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
4008           and search crt0.o in all library paths,
4009           (setIncludePath): proper handling of --nostdinc,
4010           (setLibPath): proper handling of --nostdlib
4011         * support/regression/Makefile,
4012         * support/regression/ports/ds390/spec.mk,
4013         * support/regression/ports/gbz80/spec.mk,
4014         * support/regression/ports/hc08/spec.mk,
4015         * support/regression/ports/mcs51/spec.mk,
4016         * support/regression/ports/mcs51-large/spec.mk,
4017         * support/regression/ports/mcs51-stack-auto/spec.mk,
4018         * support/regression/ports/z80/spec.mk: use include and lib files from
4019           built version of sdcc instead of installed version
4020         * doc/sdccman.lyx: fixed typo in --nostdinc
4021
4022 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4023
4024         * src/pic/pcode.c,
4025         * src/pic/device.c,
4026         * src/pic/ralloc.c,
4027         * src/pic/gen.c : added support to generate code for struct bit fields.
4028
4029 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4030
4031         * as/xa51/xa_version.h,
4032         * device/include/errno.h,
4033         * device/include/regc515c.h,
4034         * device/lib/_itoa.c,
4035         * device/lib/_ltoa.c,
4036         * device/lib/ser_ir_cts_rts.c,
4037         * sim/ucsim/xa.src/glob.cc,
4038         * sim/ucsim/xa.src/inst_gen.cc,
4039         * sim/ucsim/xa.src/xa_bit.cc,
4040         * sim/ucsim/xa.src/xa_sfr.cc,
4041         * sim/ucsim/z80.src/inst_dd.cc,
4042         * sim/ucsim/z80.src/inst_fdcb.cc,
4043         * support/scripts/keil2sdcc.pl,
4044         * src/pic16/pic16.dsp,
4045         * src/pic16/pic16a.dsp: corrected cvs line endings
4046         * device/lib/printf_large.c: fixed bug 1057979
4047         * src/pic16/gen.c: fixed non-C standard code
4048         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4049         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4050         * support/regression/ports/mcs51/support.c: reload T1 asap
4051         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4052           pdata use and clear idata startup behaviour
4053         * support/regression/tests/bug1057979.c: added
4054
4055 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4056
4057         * device/examples/ds390/ow390/ad26.h,
4058         * device/examples/ds390/ow390/cnt1d.h,
4059         * device/examples/ds390/ow390/crcutil.c,
4060         * device/examples/ds390/ow390/ownet.h,
4061         * device/examples/ds390/ow390/owsesu.c,
4062         * device/examples/ds390/ow390/swt12.h,
4063         * device/examples/ds390/ow390/swtoper.c,
4064         * device/examples/ds390/ow390/temp10.h,
4065         * device/examples/ds390/ow390/thermodl.c,
4066         * device/examples/ds390/tinitalk/tinitalk.dsp,
4067         * device/examples/ds390/tinitalk/tinitalk.dsw,
4068         * device/examples/mcs51/clock/hw.h,
4069         * device/examples/mcs51/simple2/go.bat,
4070         * device/examples/serialcomm/windows/serial.h,
4071         * device/examples/xa51/dummy.c,
4072         * device/examples/xa51/hello.c,
4073         * device/include/80c51xa.h,
4074         * device/include/at89x051.h: corrected cvs line endings
4075
4076 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4077
4078         * src/pic16/main.c (options): added command line --gstack, to trace
4079         stack over/under flows,
4080         * added pragma 'wparam' to allow passing first byte of function
4081         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4082         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4083         call to __gstack_test function and sets up the symbol as extern,
4084         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4085         * popaop): added call to pic16_testStackOverflow,
4086         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4087         wparamList list,
4088         * (genCall, genPcall): now all parameters are passed via stack
4089         except in functions that are pass to wparam pragma in which WREG is
4090         used too,
4091         * (genPcall): REENTRANT flag is checked to see if variable prototype
4092         contains reentrant keyword, don't call a non-reentrant function, via
4093         a reentrant function pointer or vice versa, functions are never
4094         passed via WREG,
4095         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4096         D.Winkler,
4097         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4098         SIGSEGV when accessing a NULL register stucture,
4099         * (pic16_printGPointerType): modified to handle UPPER modifier for
4100         function initializers, changed prototype of function to simpler one,
4101         * (pic16_printIvalFuncPtr): check to see if function is already
4102         added in externs list,
4103         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4104         optimized a move from W to SFR with a move to the same register
4105         later after a CALL,
4106         * device/lib/pic16/debug: NEW directory, contains debug features
4107         which are enabled when linking with libdebug.lib, currently command
4108         line option --gstack enables stack pointer tracing for over/under
4109         flow, corresponding sources are in debug/gstack
4110
4111 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4112
4113         * doc/sdccman.lyx: updated SDCC version,
4114         * (PIC16 port): update list of command line options,
4115         * src/pic16/device.h (structure pic16_options_t): added field gstack
4116         to enable stack overflow tracing on push/pops,
4117         * src/pic16/device.c (statistics structure): added statistics
4118         structure,
4119         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4120         pic16_dump_int_registers): increase statistics counters for each
4121         * variable which is encountered
4122         * (pic16_dump_usection): emit each .udata variable to its own udata
4123         section,
4124         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4125         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4126         parameters via stack, otherwise use old scheme,
4127         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4128         assembler output file,
4129         * src/pic16/main.c: added command line options --gstack to enable
4130         push/pop tracing for stack overflow,
4131         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4132         instructions): added size of each instruction,
4133         * (pic16_countInstruction): estimate size of instructions in
4134         the_pFile list, inline assembly blocks are not counted,
4135         * (pic16_FixRegisterBanking): trace previous register usage, when
4136         banksel optimizations is greater than 0, don't emit a redudant
4137         banksel directive,
4138
4139 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4140
4141         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4142         * src/pic16/ralloc.c : applied same fix for pic16.
4143         * src/pic/gen.c : tidied it up a little.
4144
4145 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4146
4147         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4148         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4149
4150 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4151
4152         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4153
4154 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4155
4156         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4157         non-reentrant function __modsint in the interrupt function (thus
4158         corrupting math operations during serial I/O)
4159         * device/lib/ser_ir.c: as above, changed buffersize
4160         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4161         256.c,d for zeroing
4162         * doc/Makefile: added option -t for rsync
4163
4164 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4165
4166         * src/SDCCast.h (struct ast),
4167         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4168
4169 2004-10-20 Borut Razem <borut.razem AT siol.net>
4170
4171         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4172         package
4173
4174 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4175
4176         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4177         makefile targets,
4178         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4179         support functions to replace long sequences of MOVFF's from access
4180         bank registers to stack and vice versa,
4181         * src/pic16/device.h: added new field opt_flags, where optimization
4182         flags can be set to enable certain features,
4183         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4184         * pBlock, (genFunction, genEndFunction): surroung loop for
4185         saving/loading used registers in stack with PC_INFO pCodes,
4186         INF_LREGS. Code in between can then be optimized by pCode optimizer
4187         to support function calls,
4188         * (genDataPointerSet): fixed bug which loaded float fields in
4189         structures with corrupt data,
4190         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4191         in a standard way debug info on stderr. Feature used for developing
4192         and debugging only,
4193         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4194         obsolete chunks of code,
4195         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4196         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4197         * pic16/src/pcode.c (pic16_newpCodeInfo,
4198         * (pic16_newpCodeOpLocalRegs),
4199         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4200         feature,
4201         * (pic16_pCodeConstString): printing of the initial value of a
4202         symbol as a comment is inhibited since parsing was already done by
4203         copyStr and output is corrupt,
4204         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4205
4206 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4207
4208         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4209
4210 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4211
4212         * as/mcs51/lkarea.c: removed old K&R style,
4213           (lnksect): changed check on boundary error,
4214           (lnksect2): changed check on boundary error,
4215           (lnksect2): extend XSTK to end of page if size = 1
4216         * as/mcs51/lkmain.c: removed old K&R style,
4217           (Areas51): create l_IRAM symbol
4218         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4219         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4220           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4221         * device/lib/_mullong.c: added version to be compiled with xstack
4222         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4223         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4224         * device/lib/mcs51/crtxstack.asm: fixed comment
4225         * src/SDCCglue.c: maxInterrupts defaults to 0,
4226           (emitMaps): added pdata,
4227           (createInterruptVect): (re)moved default,
4228           (glue): added pdata,
4229           (glue): moved __start__xstack to XSTK with default size 1
4230         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4231           and options.float_rent when options.stackAuto is set,
4232           (linkEdit): only write XDATA_NAME if provided on command line
4233         * src/SDCCmem.h,
4234         * src/SDCCmem.c: added pdata
4235         * src/port.h: added pdata_name to PORT
4236         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4237           (saveRegisters, unsaveRegisters): removed usage of B,
4238           (genMinus): fixed accumulator clash,
4239           (genJumpTab): added comment, this needs another look
4240         * src/mcs51/gen.c: added check for "B in use" paranoia,
4241           added pushB() and popB()
4242         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4243           chance
4244         * src/avr/main.c,
4245         * src/ds390/main.c,
4246         * src/hc08/main.c,
4247         * src/mcs51/main.c,
4248         * src/pic/main.c,
4249         * src/pic16/main.c,
4250         * src/xa51/main.c,
4251         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4252           added PSEG (PAG,XDATA) or NULL to port specifier
4253         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4254         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4255           (_mcs51_genInitStartup): removed __start__xstack equ,
4256           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4257         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4258         * src/z80/gen.c (_rleAppend): fixed warnings
4259         * support/regression/tests/zeropad.c: added pdata test
4260         * .version: bumped to 2.4.6
4261
4262 2004-10-17 Borut Razem <borut.razem AT siol.net>
4263
4264         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4265         as a part of nightly build
4266
4267 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4268
4269         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4270         WREG holds the first byte function parameters,
4271         * (aopForSym): take special case for symbols which are in FARSPACE
4272         but in CODESPACE too,
4273         * (assignResultValue): modified to take into account _G.useWreg,
4274         * (genCall): don't use wreg for parameter passing when function is
4275         declared as reentrant, too, added optimization INCF to stack
4276         pointer when stack parameter count is 1,
4277         * (genFunction, genEndFunction): refurnished and fixed to not using
4278         wreg for passing parameters when function has varargs or is
4279         reentrant, fixed bug with symbol name compare for generating
4280         functions in absolute address,
4281         * (pic16_storeForReturn): refurnished,
4282         * (genCmp): began writing a new version of the function, not ready
4283         yet, therefore it is disabled,
4284         * (genAssign): do not read code memory when assigning a function to
4285         a pointer function,
4286         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4287         array of characters, not pointer,
4288         * (pic16initialComments): in debug mode emit an .ident directive for
4289         the assembler,
4290         * (_process_pragma): emit a new warning type (internal to pic16)
4291         when setting stack to default length, emit a similar warning when
4292         placing a function at absolute address and address is not word aligned
4293         * (_pic16_parseOptions): added 'return TRUE' statement,
4294         * (_pic16_linkEdit): if compiling a source, then add the source's
4295         file object, first in the list of objects to link,
4296
4297 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4298
4299         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4300         * src/pic/main.c : removed VC warning.
4301         * src/pic/gen.c : changed comment.
4302
4303 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4304
4305         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4306         reference to a deprecated symbol _GPTRREG was causing failure to
4307         link. Thanks G. M. Gallant for the info.
4308
4309 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4310
4311         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4312         comments for Bugs item #954788.
4313
4314 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4315
4316         * src/pic16/device.c (pic16_dump_gsection,
4317         * pic16_groupRegistersInSection): handle symbols declared to be in
4318         access bank differently,
4319         * src/pic16/gen.c (struct _G): added field resDirect,
4320         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4321         send values read from stack directly to result and don't allocate
4322         temporary values,
4323         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4324         same registers,
4325         * (pic16_sameRegsOfs): NEW,
4326         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4327         free because they were not allocated from temporary pool,
4328         * pic16_popRegFromString): workaround to fix a problem with
4329         allocating variables twice or never,
4330         * (genGenPointerGet): using PRODL instead of FSR0H,
4331         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4332         instead of FSR0H,
4333         * (genAssign): take advantage of the _G.resDirect flag,
4334         * (genCast): around line 11844, use mov2f instead of directly
4335         MOVFF'ing between operands to account for literal values,
4336         * src/pic16/genutils.c: some new debug functions for gpsim have been
4337         added,
4338         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4339         float with integer part only,
4340         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4341         place variables in access bank
4342         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4343         updated sources to reflect recent changes in gen.c
4344
4345 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4346
4347         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4348         sources that searched for headers in installation path, now the
4349         device/include/pic16 is used,
4350         * src/pic16/glue.c (pic16glue),
4351         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4352         .line directives if not in debug mode, this suppresses assembler's
4353         warnings for ignored directives
4354
4355 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4356
4357         * src/port.h: made reset_regparms prototype void parameter explicit.
4358         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4359         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4360         * doc/sdccman.lyx: documented warning disabling and how to use
4361           printf_large to make it print floats.
4362         * device/include/stdbool.h: NEW
4363         * device/lib/_atof.c,
4364         * device/lib/_divuint.c,
4365         * device/lib/_divulong.c,
4366         * device/lib/expf.c,
4367         * device/lib/printf_large.c,
4368         * device/lib/sincosf.c,
4369         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4370         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4371           a completely reentrant lib.
4372
4373 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4374
4375         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4376         * device/include/pic16/stdio.h: fixed bug with colon
4377
4378 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4379
4380         * device/include/pic16/stdio.h,
4381         * device/include/pic16/stdlib.h,
4382         * device/include/pic16/math.h: NEW
4383         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4384         declared as _naked to reduce overhead
4385         * device/lib/Makefile.in (target port-specific-objects-pic16):
4386         changed * to *.* so to ignore the CVS directory,
4387         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4388         stacked variables back in stack,
4389         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4390         corruption
4391
4392 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4393
4394         * .version: bumped version number to 2.4.5
4395         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4396         * support/Util/SDCCerr.c (messages structure): added entry for
4397         W_POSSBUG2
4398
4399         Large cumulative patch for pic16 port and libraries.
4400         * device/include/pic16/sdcc-lib.h,
4401         * device/include/pic16/stdarg.h,
4402         * device/include/asm/pic16/features.h,
4403         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4404         * device/include/pic16/float.h: changes reentrant keyword with
4405         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4406         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4407         updated target build-libraries to include objects from gptr,
4408         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4409         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4410         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4411         all function headings,
4412         * src/SDCCmain.c: added global parameter userIncDirsSet,
4413         * (parseCmdLine): when option -I is encountered add directory to
4414         userIncDirsSet too,
4415         * src/version.awk: added space between control and long,
4416         * src/pic16/NOTES: added some notes for the port,
4417         * src/pic16/gen.c: added prototype for mov2fp function,
4418         * (fReturnpic16[]): properly named return value registers,
4419         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4420         * (aopForSym): added code to handle symbols with onStack flag set,
4421         symbols onStack are allocated PTRSIZE bytes,
4422         * (aopFreeAsmop): handles special case where asmops are stack objects,
4423         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4424         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4425         added argument lock to trace flaws in allocating temporary registers
4426         when developing port,
4427         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4428         * (pic16_popRegFromString): reenabled allocating a direct register
4429         from string,
4430         * (assignResultValue): various beautifications,
4431         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4432         referenced function argument,
4433         * (genIpush): reenabled to allow stacked arguments, handles only
4434         ic->parmPush iCodes,
4435         * (genCall, genPcall): major changes to allow for variable argument
4436         functions, fixed a bug with falsely restoring stack pointer after
4437         returning from call,
4438         * (genFunction): pending code for critical function,
4439         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4440         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4441         * (genNearPointerGet): fixed bug with indirect reading, was always
4442         reading from INDF0
4443         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4444         pointers,
4445         * (genAddrOf): rewrote code to take address of a stacked function parameter
4446         * (genCast): fixed casting to generic pointer type,
4447         * src/pic16/gen.h: added AOP_STA,
4448         * (struct asmop): added field stk,
4449         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4450         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4451         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4452         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4453         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4454         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4455         generic pointers,
4456         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4457         and library paths,
4458         * (pic16_port structure): generic pointer size is set to 3,
4459         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4460         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4461         compiler warning,
4462         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4463         operand is an iTemp,
4464
4465 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4466
4467         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4468         * debugger/mcs51/simi.c: addapt new syntax of s51
4469
4470 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4471
4472         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4473         * src/pic16/pcode.c: commented out some calls to free() in order to
4474         fix bug #989576,
4475
4476 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4477
4478         * src/SDCCicode.h,
4479         * src/SDCCicode.c (isiCodeInFunctionCall),
4480         * src/avr/ralloc.c (selectSpil),
4481         * src/pic/ralloc.c (selectSpil),
4482         * src/pic16/ralloc.c (selectSpil),
4483         * src/ds390/ralloc.c (selectSpil),
4484         * src/hc08/ralloc.c (selectSpil),
4485         * src/xa51/ralloc.c (selectSpil),
4486         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4487         stack in the middle of a function call sequence (fixes bug #1020268)
4488         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4489         costs associated with the minimum switch case.
4490
4491 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4492
4493         * src/SDCC.lex: fixed bug #1030549
4494
4495 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4496
4497         * src/SDCCcse.h (struct cseDef),
4498         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4499         over a function call if the CSE is derived from a symbol whose
4500         address has been taken (fixes bug #1029883)
4501         * support/regression/tests/bug-1029883: a new regression test for
4502         this bug
4503
4504 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4505
4506         * src/hc08/gen.c (emitinline): fixed bug #1029778
4507         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4508         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4509         and starts toward RFE #905167)
4510
4511 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4512
4513         * src/pic16/gen.c (mov2f): New function to move an operand to
4514         another without considering if it is a literal or a register,
4515         * (pic16_sameRegs): don't check if they are both AOP_REG,
4516         * (AccRsh): removed andmask=0 lines,
4517         * (genLeftShift): duplicated to be improved in future versions,
4518         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4519         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4520         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4521         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4522         * (insertBankSwitch): fixed inserting banksel directives algorithm
4523         for instructions that follow a skip instruction, this fixes a report
4524         for broken subtraction code generation,
4525         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4526         iCode is a left op, just in case result and right share the same
4527         registers
4528
4529 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4530
4531         * src/hc08/main.c,
4532         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4533         preservation of HX
4534         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4535         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4536         on 2004-09-12; it was buggy
4537
4538 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4539
4540         * src/SDCCsymt.h: removed RESULT_CHECK
4541         * src/SDCCast.c,
4542         * src/SDCCglue.c,
4543         * src/SDCCval.c,
4544         * src/pic/glue.c,
4545         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4546
4547 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4548
4549         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4550         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4551         configuration values no more rejected by compiler, they are assigned
4552         to configuration registers with a warning message instead,
4553         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4554         the for-loop so last conf register is emitted too,
4555         * (_pic16_initPaths): link library libsdcc.lib by default,
4556         * (_hasNativeMulFor): modified test for multiplication according to
4557         Raphael Neider's remarks. Integer multiplication is also done with
4558         support functions,
4559         * device/include/pic16/pic18fregs.h: corrected type error in while
4560         testing and including 18f6720 header file
4561
4562 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4563
4564         * src/pic16/device.h (pic16_options): removed field use_crt,
4565         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4566         until an optimization to handle single bits is added,
4567         * (pic16_loadFSR0): moved before genUnpackBits,
4568         * (genAnd): some white lines removed,
4569         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4570         leave_reset flags in pic16_options when using crt modules,
4571
4572 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4573
4574         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4575           for bugs 898889 & 979599. Also used some safer print instructions.
4576
4577 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4578
4579         * src/pic16/device.h (pic16_options_t): added field use_crt,
4580         crt_name, no_crt,
4581         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4582         catch a probable future bug,
4583         * src/pic16/gen.c: aopIdx function commented out,
4584         * (genAssign): commented out old code which used aopIdx,
4585         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4586         code, added if conditionals to take into account the --use-crt
4587         command line options,
4588         * src/pic16/main.c (pic16_optionsTable): added new command line
4589         options, --use-crt= and --no-crt,
4590         * (_pic16_linkEdit): now the proper crt object is added in the
4591         linker command line except than when --no-crt is specified,
4592         * src/pic16/pcode.c,
4593         * src/pic16/pcode.h: added some structures and functions for a new
4594         optimization scheme to compansate for instruction overhead between
4595         same iCodes, this scheme is currently under development and is not
4596         working in any way,
4597         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4598         to && operator,
4599         * device/lib/pic16/startup/crt0i.c,
4600         * device/lib/pic16/startup/crt0iz.c: added global char variable
4601         __uflags to force the generation of an idata section
4602
4603 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4604
4605         * doc/Makefile,
4606         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4607         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4608
4609 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4610
4611         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4612         Frieder) and clarified the default code optimization mode
4613
4614 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4615
4616         * src/SDCC.lex (doPragma, process_pragma),
4617         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4618         "opt_code_size", and "opt_code_balanced"
4619         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4620         regrouped options by category, added support for category headers
4621         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4622         and "--opt-code-size"
4623         * doc/sdccman.lyx: documented these new options and pragmas
4624         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4625         preference into account
4626
4627 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4628
4629         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4630           geniCodePreDec): Fixed bug 904237 by generating a warning
4631         * src/SDCCerr.h,
4632         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4633
4634 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4635
4636         * src/pic/device.c : When no max ram set validate full memory range.
4637         * src/pic/pcode.c,
4638         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4639
4640 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4641
4642         * device/lib/_gptrget.c,
4643         * device/lib/_gptrput.c: updated comment
4644         * device/lib/calloc.c,
4645         * device/lib/free.c,
4646         * device/lib/malloc.c,
4647         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4648         * src/SDCCcse.c (cseBBlock),
4649         * src/SDCCicode.c (printOperand, geniCodeArray),
4650         * src/SDCCicode.h (struct operand): fixed bug 868103
4651         * support/regression/tests/bug-868103.c: added
4652         * src/SDCCast.c (searchLitOp),
4653         * src/SDCCcse.h (struct cseDef),
4654         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4655         * src/SDCCicode.h (struct operand),
4656         * src/SDCCsymt.h (struct sym_link),
4657         * src/avr/gen.c (hasInc),
4658         * src/ds390/gen.c (hasInc),
4659         * src/hc08/gen.c (genPlusIncr, hasInc),
4660         * src/mcs51/gen.c (hasInc),
4661         * src/pic16/glue.c (pic16_printIvalChar),
4662         * src/pic16/ralloc.c (regWithIdx),
4663         * src/xa51/gen.c (hasInc) : removed warnings
4664         * src/SDCCast.c (createBlock): added comment ???
4665         * src/hc08/ralloc.c: updated comments
4666
4667 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4668
4669         * doc/sdccman.lyx: updated section on switch statements, added
4670         section about semaphore locking
4671         * doc/Makefile: added option -info for latex2html
4672         * device/lib/_gptrget.c,
4673         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4674
4675 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4676
4677         * src/pic/device.h,
4678         * src/pic/device.c,
4679         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4680          maxram is less than 0x100.
4681
4682 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4683
4684         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4685
4686 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4687
4688         * src/port.h,
4689         * src/mcs51/main.c,
4690         * src/ds390/main.c,
4691         * src/z80/main.c,
4692         * src/hc08/main.c,
4693         * src/pic/main.c,
4694         * src/pic16/main.c,
4695         * src/avr/main.c,
4696         * src/xa51/main.c
4697         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4698         a jump table is the best form for a switch statement, including
4699         automatic insertion of missing cases to make the case range
4700         continuous. Developed in collaboration with Frieder Ferlemann.
4701
4702 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4703
4704         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4705         accumulator result if it needs sign extension
4706
4707 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4708
4709         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4710
4711 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4712
4713         * device/lib/gbz80/printf.c,
4714         * device/lib/z80/printf.c: removed define for NULL
4715
4716 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4717
4718         * as/xa51/xa_link.c,
4719         * device/examples/ds390/ow390/ad26.c,
4720         * device/examples/ds390/ow390/cnt1d.c,
4721         * device/examples/ds390/ow390/counter.c,
4722         * device/examples/ds390/ow390/ds2480.h,
4723         * device/examples/ds390/ow390/ds2480ut.c,
4724         * device/examples/ds390/ow390/findtype.c,
4725         * device/examples/ds390/ow390/gethumd.c,
4726         * device/examples/ds390/ow390/owllu.c,
4727         * device/examples/ds390/ow390/ownetu.c,
4728         * device/examples/ds390/ow390/swt12.c,
4729         * device/examples/ds390/ow390/swtloop.c,
4730         * device/examples/ds390/ow390/temp.c,
4731         * device/examples/ds390/ow390/temp10.c,
4732         * device/examples/ds390/ow390/thermo21.c,
4733         * device/examples/ds390/ow390/tinilnk.c,
4734         * device/examples/ds390/ow390/tstfind.c,
4735         * device/examples/serialcomm/windows/serial.cpp,
4736         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4737         * device/include/reg51.h: fixed line endings for cvs
4738
4739 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4740
4741         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4742         packRegsForAccUse, packRegisters): new accumulator register
4743         packing algorithm
4744         * support/regression/ports/hc08/support.c (_putchar): suppress
4745         warning of unused variable
4746         * src/SDCCicode.c: added SWAP entry to codeTable
4747
4748 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4749
4750         * device/lib/sprintf.c: forgot to add this file before previous commit
4751
4752 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4753
4754         * src/pic16/gen.c (genPackBits): added operand right in function
4755         parameters, load result directly if p_type is POINTER (that is
4756         called by genNearPointerSet)
4757         * (genUnPackBits): added operand left in function parameters,
4758         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4759         FSR0 if accessing bitfields,
4760
4761 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4762
4763         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4764           _print_format; updated printf, sprintf, vsprintf
4765         * device/include/asm/default/features.h: corrected comment/define
4766         * device/lib/Makefile.in: added sprintf.c
4767         * device/lib/libsdcc.lib: added sprintf module
4768         * device/lib/printf_large.c,
4769         * device/lib/vprintf.c,
4770         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4771           into these 3 files
4772         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4773         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4774         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4775           hc08 test
4776         * support/regression/tests/zeropad.c: define idata as data for hc08
4777
4778 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4779
4780         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4781         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4782         labels are referenced at least once (even if a reference is not found)
4783         * src/hc08/gen.c (emitcode): set isComment flag for comments
4784         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4785         loads), rules 6a..6b (optimize jumps to return)
4786
4787 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4788
4789         * device/lib/acosf.c (acosf),
4790         * device/lib/asinf.c (asinf),
4791         * device/lib/atanf.c (atanf),
4792         * device/lib/ceilf.c (ceilf),
4793         * device/lib/cosf.c (cosf),
4794         * device/lib/coshf.c (coshf),
4795         * device/lib/cotf.c (cotf),
4796         * device/lib/fabsf.c (fabsf),
4797         * device/lib/floorf.c (floorf),
4798         * device/lib/log10f.c (log10f),
4799         * device/lib/logf.c (logf),
4800         * device/lib/sinf.c (sinf),
4801         * device/lib/sinhf.c (sinhf),
4802         * device/lib/sqrtf.c (sqrtf),
4803         * device/lib/tanf.c (tanf),
4804         * device/lib/tanhf.c (tanhf),
4805         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4806         replaced all instances of "reentrant" in the library functions
4807         defined in math.h with this macro.
4808         * support/regression/tests/float_trans.c: reenabled test for hc08
4809
4810 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4811
4812         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4813         erroneously deleted
4814
4815 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4816
4817         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4818         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4819         multi-byte volatile operands are used
4820         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4821         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4822         initialization to area GSINIT0 so that it would always precede
4823         any static initializers in GSINIT
4824         * support/regression/tests/zeropad.c: fixed idata define for hc08
4825         * support/regression/tests/bug-927659.c,
4826         * support/regression/tests/float_trans.c: disabled tests for hc08
4827         pending missing library routines
4828         * .version: increased version number to 2.4.4 - hc08 port now passes
4829         regression tests
4830
4831
4832 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4833
4834         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4835         * Makefile.common.in,
4836         * as/Makefile,
4837         * as/hc08/Makefile.in,
4838         * as/mcs51/Makefile.in,
4839         * as/z80/Makefile.in,
4840         * debugger/mcs51/Makefile.in,
4841         * device/include/Makefile.in,
4842         * device/lib/Makefile.in,
4843         * doc/Makefile,
4844         * link/Makefile,
4845         * link/z80/Makefile.in,
4846         * packihx/Makefile.in,
4847         * sim/ucsim/main_in.mk,
4848         * sim/ucsim/avr.src/Makefile.in,
4849         * sim/ucsim/doc/Makefile.in,
4850         * sim/ucsim/gui.src/serio.src/Makefile.in,
4851         * sim/ucsim/hc08.src/Makefile.in,
4852         * sim/ucsim/s51.src/Makefile.in,
4853         * sim/ucsim/xa.src/Makefile.in,
4854         * sim/ucsim/z80.src/Makefile.in,
4855         * src/Makefile.in,
4856         * support/cpp2/Makefile.in,
4857         * support/librarian/Makefile,
4858         * support/makebin/Makefile: added DESTDIR to the install path proposed
4859         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4860         * doc/sdccman.lyx: added DESTDIR documentation
4861
4862 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4863
4864         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4865         instruction for interrupt handlers, use fast returns when returning
4866         from high priority interrupts
4867
4868 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4869
4870         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4871         code generation
4872         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4873         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4874         bugs, ported much of Bernhard's code from mcs51
4875         * src/mcs51/gen.c (genSend),
4876         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4877         than one when calling a reentrant function
4878         * device/lib/_mullong.c: defined an alternate struct layout for big
4879         endian ports (hc08)
4880
4881 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4882
4883         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4884         test
4885
4886 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4887
4888         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4889         are sane and complete before asking the port its prefered parameter
4890         passing method (fixes bug #1017633)
4891         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4892         and _ret3
4893
4894 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4895
4896         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4897         problem in bitfields >= 8 bits.
4898
4899 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4900
4901         * src/SDCCsymt.c: undid changes that were not meant to be committed
4902
4903 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4904
4905         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4906
4907 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4908
4909         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4910           copied and wrong bit got inverted
4911
4912 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4913
4914         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4915         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4916         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4917         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4918         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4919         assignments to bitfields at known addresses
4920         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4921         reads from bitfields at known addresses
4922         * src/hc08/ralloc.c (packRegisters),
4923         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4924         genhc08Code): optimize pointer get values used as conditionals
4925         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4926         and branch
4927
4928 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4929
4930         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4931         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4932         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4933         as conditionals
4934
4935 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4936
4937         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4938
4939 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4940
4941         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4942         related problems
4943
4944 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4945
4946         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4947
4948 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4949
4950         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4951         mcs51 port
4952
4953 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4954
4955         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4956
4957 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4958
4959         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4960         cases use more compact code.
4961
4962 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4963
4964         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4965
4966 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4967
4968         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4969
4970 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4971
4972         * src/SDCCsymt.h,
4973         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4974         parameter of changePointer() from symbol* to sym_link*
4975         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4976         * src/SDCCsymt.c (compareType): void* type is castable to other
4977         pointers, but not necesarily an exact match.
4978         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4979         is no longer blindly treated as an exact match.
4980         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4981
4982 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4983
4984         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4985
4986 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4987
4988         * src/pic/gen.c,
4989         * src/pic/pcode.c,
4990         * src/pic/ralloc.h,
4991         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4992
4993 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4994
4995         * src/pic/device.c,
4996         * src/pic/device.h,
4997         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4998
4999 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5000
5001         * src/mcs51/gen.c (emitcode): fixed bug #992819
5002
5003 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
5004
5005         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
5006           there's no need to make it worse
5007
5008 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5009
5010         * src/mcs51/ralloc.c (deassignLR),
5011         * src/ds390/ralloc.c (deassignLR),
5012         * src/hc08/ralloc.c (deassignLR),
5013         * src/z80/ralloc.c (deassignLR),
5014         * src/pic/ralloc.c (deassignLR),
5015         * src/pic16/ralloc.c (deassignLR),
5016         * src/avr/ralloc.c (deassignLR),
5017         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5018         rlivePoint): fixed another part of bug #971834
5019
5020 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5021
5022         * src/z80/main.c: enabled "critical" keyword
5023         * src/z80/mappings.i,
5024         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5025         functions (fixes bug #979646)
5026         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5027
5028 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5029
5030         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5031           such as c:\mydir.
5032
5033 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5034
5035         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5036           doesn't disable too much optimizations
5037
5038 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5039
5040         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5041
5042 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5043
5044         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5045
5046 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5047
5048         * src/pic/gen.c tidied up tabs
5049         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5050         * src/pic/main.c tidied up tabs
5051         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5052         * src/pic/pcoderegs.c tidied up tabs
5053         * src/pic/ralloc.c tidied up tabs
5054
5055 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5056
5057         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5058         to S_FIXED for pic16 port and when symbol is not in level 0,
5059         allocate for S_REGISTER storage class and pic16 port, too,
5060         * src/pic16/device.h: prototype for checkSym,
5061         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5062         * (pic16_assignConfigWordValue): test the value and the mask to
5063         validate that the value is suitable for the configuration word,
5064         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5065         collect extern declared symbols, don't emit symbol twice, check
5066         first if symbol is in publics set first,
5067         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5068         * added command line '--fstack' which enables an experimental
5069         feature for stack access, too buggy to be used yet...
5070         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5071         * (pic16_allocDirReg): when register has storage class S_REGISTER
5072         allocate in pic16_dynAccessRegs,
5073         * device/include/pic16/pic18f????.h: modified configuration word
5074         naming convention, words started as CONFIG0H but should be CONFIG1H
5075
5076 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5077
5078         * device/include/mcs51reg.h: fixed bug 970993
5079
5080 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5081
5082         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5083         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5084         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5085         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5086         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5087         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5088           error/warning numbers,
5089           added function setWarningDisabled()
5090         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5091         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5092           _memcmp.c _memmove.c calloc.c realloc.c free.c
5093         * support/regression/tests/malloc.c: added tests for new functionality
5094         * support/regression/tests/zeropad.c: added tests for truncated initializers
5095           and initialized char arrays starting with '\x0'
5096         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5097
5098 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5099
5100         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5101
5102 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5103
5104         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5105         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5106         peephole 177.e. Thanks to anonymous
5107
5108 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5109
5110         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5111         function isn't used in the source but referenced as a
5112         variable initializer then declare it as extern in .asm file
5113
5114 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5115
5116         * .version: increased version number to 2.4.3
5117
5118         Adding version extension according to ChangeLog CVS revision
5119         * src/Makefile.in (target all): added dependency 'version.h'
5120         * (rule version.h): added rule to create version.h from ChangeLog,
5121         * (rule dep): added dependency version.h,
5122         * src/version.awk: AWK script to create version.h
5123         * src/SDCCdwarf2.c (dwWriteModule),
5124         * src/SDCCglue.c (initialComments),
5125         * src/SDCCmain.c (printVersionInfo): modified to write after
5126         version string the version extension number,
5127         * src/SDCCutil.c: included "version.h"
5128         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5129         number,
5130         * src/SDCCutil.h: added prototype for getBuildNumber
5131
5132         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5133         includeDirsSet, too,
5134         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5135         const char [] is found in function prototype...
5136
5137         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5138         moving to WREG with source is already in WREG,
5139         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5140         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5141         * (aopForSym): stack'ed symbols are partially supported, added
5142         if-clause to support symbols in FARSPACE,
5143         * (sameRegs): added test for AOP_ACC to see if registers are same,
5144         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5145         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5146         * (pic16_popRegFromString): will not allocate a new register if it
5147         doesn't find one by name, bug may have introduced...
5148         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5149         * (genIpush): revived to use pic16 port's stack,
5150         * (genAddrOf): added incomplete case for stack'ed operand,
5151         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5152         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5153         can handle multibyte operands,
5154         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5155         * (pic16initialComments): added message for MPLAB compatibility
5156         mode enabled,
5157         * src/pic16/main.h: prototype for pic16_mplab_comp,
5158         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5159         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5160         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5161         because of increased complexity of procedure,
5162         * (_process_pragma): stack pragma changed to format 'stack pos len',
5163         emit symbol '_stack_end' to conform with gplink,
5164         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5165         to search for register,
5166         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5167         PO_GPR_REGISTER,
5168         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5169         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5170         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5171         case for PO_GPR_REGISTER,
5172         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5173         dies, the new era is ahead !...
5174         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5175         pic16_dynInternalRegs,
5176         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5177         * (pic16_allocDirReg): minor optimizations and bug fixes,
5178         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5179
5180         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5181         load stack and frame pointer with address of 'stack_end' symbol
5182
5183 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5184
5185         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5186         without source code but only variable initializers
5187
5188 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5189
5190         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5191         external are not declared as extern to reduce overhead while linking
5192
5193 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5194
5195         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5196
5197 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5198
5199         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5200           Yee Keat for the patch
5201         * src/SDCCast.c (decorateType): fixed bug #979599
5202         * src/ds390/gen.h: removed local fReturnSizeDS390
5203         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5204         * src/ds390/gen.c (genAnd, genOr, genXor),
5205         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5206
5207 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5208
5209         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5210         add relFilesSet to $3, manipulate $2 to handle linking of object
5211         files without source files in command line,
5212         * device/include/pic16 (all headers): added ID location macros,
5213         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5214         entries for ID location bytes,
5215         * (pic16_assignIdByteValue): NEW,
5216         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5217         added field dumpcalltree to pic16_options_t,
5218         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5219         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5220         emitting rFalseIfx label after check_carry label,
5221         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5222         pic16_emitDIRegs), NEW
5223         * (pic16glue): dump .calltree file when option --calltree found,
5224         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5225         * (_pic16_genAssemblerPreamble): emit ID locations after
5226         configuration registers,
5227         * (pic16_linkCmd): modifications of the link command,
5228         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5229         * (pic16_pCodeInitRegisters): don't init stack registers,
5230         * (pic16_findPrevInstruction): fixed bug,
5231         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5232         bug with immediate registers,
5233         * (buildCallTree): traces stack push and pop,
5234         * (pct2): dump also stack usage for each function,
5235         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5236         * (pic16_allocDirReg): various modifications,
5237         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5238         fixed to 1,
5239
5240 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5241
5242         * src/pic16/pcode.c: removed buggy double colon
5243
5244 2004-07-01 Borut Razem <borut.razem AT siol.net>
5245
5246         * support/scripts/sdcc.nsi: added include/pic16 to setup
5247
5248 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5249
5250         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5251         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5252         target 'clean',
5253         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5254         specific command line arguments. Also added sample lkr script
5255         for placing a variable at a specific memory bank.
5256         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5257         at a specific memory bank,
5258         * (pic16_dump_isection): fixed bug which caused string literals to
5259         be omitted when dumping idata section,
5260         * (pic16_groupRegistersInSection): added code to handle registers
5261         in specific memory banks,
5262         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5263         public, all references are renamed too,
5264         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5265         AOP_DPTR2,
5266         * (pic16_storeForReturn): added case to handle when dest is WREG,
5267         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5268         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5269         pic16_rel_udata, check to see if that register is marked as being
5270         a member of a specific memory bank,
5271         * (pic16_printIvalCharPtr): added code to add string literals either
5272         to code or the idata sections,
5273         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5274         also accept the 'udata' pragma,
5275         * src/pic16/main.h: new structure types sectName and sectSym
5276         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5277         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5278         * (pic16_findPrevInstruction): fixed, it returned nothing,
5279         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5280         instruction combinations,
5281         * (pic16_FixRegisterBanking): heavily reorganised,
5282         * (pic16_AnalyzeBanking): if generating banksel directives is
5283         disabled, then don't call FixRegisterBanking at all,
5284         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5285         completely removed,
5286         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5287
5288 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5289
5290         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5291         Phuah Yee Keat <yk.phuah AT nestac.com>
5292
5293 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5294
5295         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5296         correctly the IVT even if it is relocated to some other location
5297
5298 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5299
5300         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5301         * device/include/pic16/pic18f2220.h: NEW,
5302         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5303         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5304         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5305         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5306         nodefaultlibs, ivt_loc is the location of the interrupt vector
5307         table, and nodefaultlibs signs that default libraries should not be
5308         linked in link stage,
5309         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5310         according to --ivt-loc argument,
5311         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5312         when pragma stack is found,
5313
5314 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5315
5316         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5317         256 (range check), 257 (do while), 258.a-f (bit banging
5318         f.e. on 3-wire SPI bus)
5319
5320 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5321
5322         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5323         variables used exclusively within a loop
5324
5325 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5326
5327         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5328
5329 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5330
5331         * src/SDCClrange.c (computeClash): fixed bug #971834
5332
5333 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5334
5335         * src/mcs51/gen.c (genCmp): fixed bug #975903
5336         * src/hc08/gen.c (operandsEqu),
5337         * src/ds390/gen.c (operandsEqu),
5338         * src/z80/gen.c (operandsEqu),
5339         * src/pic/gen.c (operandsEqu),
5340         * src/pic16/gen.c (operandsEqu),
5341         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5342         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5343
5344 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5345
5346         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5347
5348 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5349
5350         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5351         default case in switch statement,
5352         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5353         to eliminate problem with initialisation of pointers, but problem
5354         still exists,
5355         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5356         * (emitStaticSegment): removed various lines emitting debug info,
5357         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5358         added processor registers for utilizing EEPROM,
5359         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5360         configurable and set 8
5361
5362 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5363
5364         * .version: increased version number to 2.4.2,
5365
5366         Cumulative patch for pic16 port
5367         * src/pic16/device.c: changed scheme to dump initial values for
5368         variables in idata segment, all print_idata* functions were removed,
5369         now the pic16_printIval* will be called,
5370         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5371         * _pic16_printPointerType, pic16_printPointerType,
5372         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5373         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5374         NEW, similar to the respective functions in SDCCglue.c,
5375         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5376         way, emitting hex bytes,
5377         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5378
5379 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5380
5381         * src/avr/ralloc.c (serialRegAssign),
5382         * src/xa51/ralloc.c (serialRegAssign),
5383         * src/pic/ralloc.c (serialRegAssign),
5384         * src/pic16/ralloc.c (serialRegAssign),
5385         * src/hc08/ralloc.c (serialRegAssign),
5386         * src/z80/ralloc.c (serialRegAssign),
5387         * src/ds390/ralloc.c (serialRegAssign),
5388         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5389
5390 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5391
5392         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5393         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5394
5395 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5396
5397         Cumulative patch for pic16 port:
5398         * src/pic16/device.h (typedef PIC16_device) modified fields for
5399         defining microcontrollers,
5400         * src/pic16/device.c: added new info for all devices in Pics16 array,
5401         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5402         to be optimised out by the pCode optimiser,
5403         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5404         specially, bug reported by G.M. Gallant,
5405         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5406         as force'd so that cannot be optimised out by pCode optimiser,
5407         * src/pic16/pcode.c,
5408         * src/pic16/pcodepeeph.c,
5409         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5410         they are disabled by default, but can be enabled explicit with
5411         command argument --denable-peeps, for testing,
5412         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5413         --pomit-ivt in COMPILE_FLAGS
5414
5415 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5416
5417         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5418           compilation on MSVC
5419
5420 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5421
5422         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5423
5424 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5425
5426         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5427         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5428
5429 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5430
5431         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5432         would only assign 0x300001 register.
5433
5434 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5435
5436         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5437         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5438
5439 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5440
5441         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5442         for ds80c400
5443         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5444         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5445         added peephole 254 (left shift), 255 (jump table)
5446
5447 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5448
5449         * device/lib/Makefile.in: removed comment line with model-pic16,
5450         * (target port-specific-objects-pic16): the libraries and objects
5451         are copied to the build directory form the device/lib/pic16/bin
5452         directory
5453
5454         Cumulative patch concerning pic16 port:
5455         * library directory has been re-organized,
5456         * added support for PIC18F1220,
5457         * added headers and library sources for chips 18f1220,18f6520,
5458         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5459
5460         * configuration registers setting has changed, now each supported
5461         device has a complete description of the registers it uses,
5462         * all initialisations are moved to idata sections, these section
5463         can be absolute or relocatable,
5464         * fixed initialisation of codespace variables,
5465         * fixed warning about PCLATU and gpsim,
5466         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5467         * (genAssign): use table reads when assigning from variables in codespace,
5468         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5469         char/int variables placed in codespace,
5470         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5471         registers set in .asm file, no need for --pomit-config-words anymore,
5472         * (pic16glue): some 8051 legacy segments are commented out
5473         (to be removed completely),
5474         * added support for alternative assembler and linker with --asm=
5475         and --link= command line arguments,
5476         * peepholes are disabled automatically in the port, no need to
5477         specify on command line,
5478         * port supports natively char/int/long multiplication, but converts
5479         all divisions to support functions,
5480         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5481         to the file set in variable $2,
5482         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5483         strings in ASCII format and not in hex,
5484         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5485         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5486         allocate proper register if iCodes aren't temporary,
5487
5488 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5489
5490         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5491
5492 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5493
5494         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5495         is commented out
5496
5497 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5498
5499         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5500         computed address is reused
5501         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5502         multi-byte bitfields
5503
5504 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5505
5506         * src/z80/gen.c: (genArrayInit): must check for pointers too
5507
5508 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5509
5510         * support/regression/tests/zeropad.c: never meant to commit the
5511           nestedstruct test: removed, added check for GCC version
5512
5513 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5514
5515         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5516         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5517         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5518           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5519           bugs 928906 and 954082 half-empty initializers
5520         * src/SDCCsymt.h,
5521         * src/SDCCsymt.c (getAllocSize): added for above fix
5522         * src/z80/gen.c (genArrayInit): fixed bug 741044
5523         * support/regression/tests/zeropad.c: added tests
5524
5525 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5526
5527         * src/pic16/device.c (pic16_dump_section): corrected bug which
5528         caused some symbols of the libraries to be misplaced
5529
5530 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5531
5532         * src/pic16/glue.c,
5533         * src/pic16/ralloc.h,
5534         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5535         to fix conflict with pic port
5536
5537 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5538
5539         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5540         externs configuration variables,
5541         * src/pic16/ralloc.h,
5542         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5543         prototype in header, commented out some debug messages
5544
5545 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5546
5547         * src/pic16/glue.c,
5548         * src/pic16/main.c,
5549         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5550         for gpasm COFF object generation. Thanks to D. Hawkins for
5551         his patch info
5552
5553 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5554
5555         * src/ds390/main.c,
5556         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5557         Brock for spotting this)
5558         * src/ds390/gen.c (genEndFunction),
5559         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5560         interrupt handler and critical. Disable push/pop optimizations when
5561         peephole optimizations disabled.
5562
5563 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5564
5565         Updated pic16 library sources and headers.
5566         * device/lib/pic16/pic18f*/ ,
5567         * device/include/pic16/*.h: modified to handle structured SFR
5568         definitions
5569
5570 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5571
5572         * src/port.h (PORT structure): added hook initPaths, now each
5573         port can declare its own default search paths,
5574         which can been seen with the --print-search-dirs option,
5575         see pic16 port for example,
5576         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5577         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5578         * (doPrintSearchDirs): NEW, replaces in a central manner the
5579         printing of search dirs which was split in set*Paths functions,
5580         * (main): added call to port->initPaths and doPrintSearchDirs,
5581         * src/avr/main.c,
5582         * src/ds390/main.c,
5583         * src/hc08/main.c,
5584         * src/izt/i186.c,
5585         * src/izt/tlcs900h.c,
5586         * src/mcs51/main.c,
5587         * src/pic/main.c,
5588         * src/pic16/main.c: modified port structures to reflect addition of
5589         initPaths hook,
5590
5591         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5592         * (pic16_dump_section): for registers in same address reserve memory once,
5593         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5594         to no_banksel,
5595         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5596         result is greater in size than right or left,
5597         * (pic16_genUMult8X8_8): there are some cases where the result can
5598         be 16 bits size, so handle these,
5599         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5600         * (pic16_outBitC): modified to emit pcodes,
5601         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5602         or not,
5603         * (genDivOneByte): implemented algorithm to divide 8-bits,
5604         * (genCmp): uncommented goto, but issues still exist,
5605         * (genAnd): fixed a bug with variables >8bits,
5606         * (genPackBits): optimization added that uses BCF/BSF to change a
5607         single bit,
5608         * (genAssign): fixed bug when assigning floating point literals,
5609         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5610         __sdcc_gsinit_startup label,
5611         * src/pic16/main.c (_pic16_init): removed search directory
5612         initialisations,
5613         * (_pic16_initPaths): NEW, used to initialise search directories,
5614         * (_hasNativeMulFor): support functions for all except char/int
5615         multiplication, and char division,
5616         * (PIC16_port struct): modified entry for native mul support,
5617         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5618         no_banksel option,
5619         * (buildCallTree): call to register_usage is ifdef'ed out,
5620
5621 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5622
5623         * device/include/string.h: applied Stas Sergeev's patch to make this
5624         header file compatible with the preprocessor -Wundef option
5625         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5626         failure (fixes bug #941458)
5627
5628 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5629
5630         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5631         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5632         that the variable, not the function, should be static
5633         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5634         to be consistent with non-literal case
5635
5636 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5637
5638         * src/SDCCast.c (isConformingBody): fixed bug #949967
5639         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5640         convilong): fixed bug #952086
5641
5642 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5643
5644         * src/SDCCmem.c (allocVariables): fixed bug #955321
5645
5646 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5647
5648         * src/hc08/main.c (_hc08_genAssemblerEnd),
5649         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5650         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5651         completely eliminated the use of a temporary file
5652         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5653         when more than one file linked
5654         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5655
5656 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5657
5658         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5659         which fixes bug #543481
5660         * support/regression/tests/bug-751703.c: fixed comments left from a
5661         cut and paste error
5662         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5663         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5664         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5665         scopes
5666         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5667         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5668         are now changed to underscores in moduleName
5669
5670 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5671
5672         * as/mcs51/lkmem.c: better fix for bug #954173
5673
5674 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5675         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5676
5677         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5678         * device/include/c8051f000.h,
5679         * device/include/c8051f120.h,
5680         * device/include/c8051f300.h,
5681         * device/include/c8051f310.h,
5682         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5683         PWM16) and detab'ed
5684
5685 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5686
5687         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5688         and mailing lists, doc'ed --no-peep-comments, removed reference
5689         to knoppix (newest version has no LyX/LaTeX), other minor changes
5690         * src/SDCCglue.c (glue): save 2 bytes stack space with
5691         option --main-return. The ljmp could probably be avoided too
5692
5693 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5694
5695         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5696
5697 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5698
5699         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5700         * src/SDCCopt.c (isLocalWithoutDef),
5701         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5702         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5703         (credit to Maarten Brock for patch #949363, on which this is based)
5704         * support/regression/tests/bug-751703.c: some test cases of extern used
5705         within inner scopes.
5706
5707 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5708
5709         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5710         SPEC_STRUCT
5711         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5712         struct definitions
5713         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5714         dwWriteLabel): fix to create valid debugger symbols even when
5715         the module name has non-alphanumeric symbols in it
5716         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5717         when a variable's allocation has been optimized away
5718
5719
5720 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5721
5722         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5723         * src/hc08/main.c,
5724         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5725         * src/mcs51/main.c,
5726         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5727         * src/ds390/main.c,
5728         * src/z80/gen.c (z80_emitDebuggerSymbol),
5729         * src/z80/main.c,
5730         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5731         * src/pic/main.c,
5732         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5733         * src/pic16/main.c,
5734         * src/avr/gen.c (avr_emitDebuggerSymbol),
5735         * src/avr/main.c,
5736         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5737         * src/xa51/main.c,
5738         * src/SDCCdebug.c (emitDebuggerSymbol),
5739         * src/SDCCdebug.h,
5740         * src/port.h: added a debugger struct to the port struct. Added a
5741         callback for defining debugger symbols
5742
5743         * src/SDCCast.c (createLabel),
5744         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5745         with isitmp = 1
5746         * src/SDCCicode.h,
5747         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5748         iCode back to the ast for the function
5749
5750         * src/hc08/ralloc.c (hc08_assignRegisters),
5751         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5752         unneeded fields from the regs struct.
5753         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5754         pushReg() & pullReg() functions instead of emitcode()
5755
5756         * src/hc08/gen.c (genLabel, genhc08Code),
5757         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5758
5759         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5760         debugger hooks
5761
5762         * src/hc08/gen.c (genEndFunction, genhc08Code),
5763         * src/hc08/gen.h,
5764         * src/mcs51/gen.c (genEndFunction, gen51Code),
5765         * src/mcs51/gen.h,
5766         * src/ds390/gen.c (genEndFunction, gen390Code),
5767         * src/ds390/gen.h,
5768         * src/z80/gen.c (genEndFunction, genZ80Code),
5769         * src/z80/gen.h,
5770         * src/z80/z80.h,
5771         * src/pic/gen.c (genEndFunction, genpic14Code),
5772         * src/pic/gen.h,
5773         * src/pic16/gen.c (genEndFunction, genpic16Code),
5774         * src/pic16/gen.h,
5775         * src/avr/gen.c (genEndFunction, genAVRCode),
5776         * src/avr/gen.h,
5777         * src/xa51/gen.c (genEndFunction, genXA51Code),
5778         * src/xa51/gen.h,
5779         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5780         specific code to cdbFile.c and out of the backend code generators
5781
5782         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5783         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5784         starting address is now 0
5785
5786         * as/hc08/asm.h,
5787         * as/hc08/m08pst.c,
5788         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5789         assembler directive for DWARF support
5790         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5791
5792         * src/src.dsp,
5793         * src/Makefile.in,
5794         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5795
5796 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5797
5798         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5799         and inappropriate peephole optimization in jump tables
5800
5801 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5802
5803         * as/hc08/m08pst.c,
5804         * src/SDCCglue.c: sdccopt works for the hc08 port now
5805
5806 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5807
5808         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5809
5810 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5811
5812         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5813
5814 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5815
5816         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5817         rules
5818         * src/SDCCmain.c,
5819         * src/SDCCglobl.h,
5820         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5821         comments from the peephole optimizer replacement rules
5822         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5823         symbols
5824         * src/SDCCcse.c (updateSpillLocation),
5825         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5826         equivalents
5827         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5828         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5829         objects far pointers
5830
5831 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5832
5833         * src/SDCCsymt.h: a missing part of my last change
5834         * src/pic/ralloc.c (regTypeNum),
5835         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5836
5837 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5838
5839         * src/SDCCicode.h,
5840         * src/SDCCicode.c (aggrToPtrDclType),
5841         * src/SDCCptropt.h,
5842         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5843         ptrPseudoSymConvert),
5844         * src/pic/ralloc.c (regTypeNum),
5845         * src/pic16/ralloc.c (regTypeNum),
5846         * src/hc08/ralloc.c (regTypeNum),
5847         * src/ds390/ralloc.c (regTypeNum),
5848         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5849         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5850
5851 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5852
5853         * link/z80/lkmain.c (afile),
5854         * as/hc08/lkmain.c (afile),
5855         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5856         prevent a pointer problem when a filename has no directory and
5857         no extension specified.
5858
5859 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5860
5861         * link/z80/lkmain.c (afile): allow periods in directory names
5862         * link/z80/lkmain.c (afile),
5863         * as/mcs51/lkmain.c (afile),
5864         * as/hc08/lkmain.c (afile): allow linker script file to have an
5865         extension other than ".lnk"
5866         * link/z80/lklex.c (getfid),
5867         * link/z80/lkmain.c (parse),
5868         * as/mcs51/lklex.c (getfid),
5869         * as/mcs51/lkmain.c (parse),
5870         * as/hc08/lklex.c (getfid),
5871         * as/hc08/lkmain.c (parse): Support comments in the linker script
5872         file on lines by themselves and after filenames
5873
5874 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5875
5876         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5877
5878 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5879
5880         * src/z80/peeph-z80.def: removed some peephole rules that don't
5881         work with multibyte arithmetic (fixed bug #937126)
5882         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5883         to registers and not global variables
5884         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5885         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5886         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5887         checking for assignments not internally generated (fixed bug #931895)
5888         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5889         structure member (fixed bug #930072)
5890
5891 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5892
5893         * src/SDCCmain.c (linkEdit),
5894         * src/hc08/main.c (_hc08_parseOptions),
5895         * as/hc08/Makefile.in,
5896         * as/hc08/aslink.h,
5897         * as/hc08/asm.h,
5898         * as/hc08/m08pst.c,
5899         * as/hc08/lkrloc.c (relr, rele),
5900         * as/hc08/lkarea.c (lnkarea)
5901         * as/hc08/lkmain.c (afile, parse),
5902         * as/hc08/lkelf.c: support for ELF output
5903         * as/hc08/lks19.c (s19),
5904         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5905
5906 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5907
5908         * as/mcs51/lkihx.c: Fixed bug #899105.
5909
5910 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5911
5912         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5913         .dsp files from Unix to DOS.
5914
5915 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5916
5917         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5918         function pointers; we have been compliant for several months now.
5919         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5920         change that was accidently commented out
5921         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5922         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5923         bug #922319
5924
5925 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5926
5927         * src/hc08/gen.c: output of all of the internal debugging information
5928         is now controlled by the D() macro; it is disabled by default
5929
5930 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5931
5932         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5933         harder to keep the same registers during a CAST iCode
5934         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5935         long via int can be done in a single cast, if the signedness is
5936         correct.
5937         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5938         putchar() in tinibios.c in ds390's library
5939
5940 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5941
5942         * src/SDCCast.c (decorateType): fixed bug #898889,
5943         cast result of a literal complement too
5944         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5945         fixed check for bitfields
5946
5947 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5948
5949         * src/SDCCicode.c (geniCodeLogic): made it static,
5950         (geniCodeLogicAndOr): added in order to fix bug #905492,
5951         (ast2iCode): fixed bug #905492
5952         * support/regression/tests/bug-905492.c: added
5953         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5954         (processParms): fixed bug #927659: don't copy parms, this will clear
5955         decorated flag
5956         * support/regression/tests/bug-927659.c: added
5957
5958 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5959
5960         * src/SDCCast.c (addCast): don't cast float to char
5961         * device/lib/libsdcc.lib: added _memmove
5962
5963 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5964
5965         * device/lib/large/Makefile: fixed parallel execution by
5966         replacing `make` by `$(MAKE)`
5967
5968 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5969
5970         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5971         offsets (fixes bug #923936)
5972
5973 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5974
5975         * device/lib/small/Makefile: fixed parallel execution by
5976         replacing `make` by `$(MAKE)`
5977
5978 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5979
5980         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5981
5982 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5983
5984         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5985         * src/regression/Makefile: Regression test was not running.
5986
5987 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5988
5989         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5990         complement if possible
5991         * src/SDCCval.c (valComplement),
5992         * src/SDCCicode.c (operandOperation): fixed complement of literal
5993         * support/regression/tests/onebyte.c (testComplement): added
5994
5995 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5996
5997         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5998         return an optimized tree; actually replace actParm with the new tree
5999         * src/SDCCast.h: added some parantheses to remove side effects
6000         * support/regression/tests/bug-920866.c
6001
6002 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
6003         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
6004         Bit operands were not being handled properly in the pic14 port.
6005         (now src/regression/add.c passes again).
6006
6007 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6008
6009         * src/SDCC.y (labeled_statement): case and default no longer require
6010         a following statement (RFE #893037)
6011
6012 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6013
6014         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6015         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6016         disabled (fixes bug #916294)
6017         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6018         "mov a,acc"; patch provided by Lenny Story
6019         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6020
6021 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6022
6023         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6024         functions
6025         * src/ds390/gen.c (genFunction, genEndFunction),
6026         * src/ds390/ralloc.c (ds390_assignRegisters),
6027         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6028         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6029         pushed if there are parameters passed on the stack. Also, a cleaner
6030         way to decide if r0/r1 should be pushed/popped. (Together they fix
6031         bug #918693)
6032
6033 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6034
6035         * doc/sdccman.lyx,
6036         * device/lib/mcs51/crtpagesfr.asm,
6037         * device/lib/mcs51/crtxinit.asm,
6038         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6039         to avoid confusion with Si Lab's SFRPAGE register.
6040
6041 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6042
6043         * src/SDCCglue.c (emitMaps): allow public sfr variables
6044         * src/SDCCglue.c (initialComments): include compiler build date
6045         with compiler version and put the timestamp of the generated
6046         assembly file on a serperate line to be less confusing.
6047         * src/port.h: added genInitStartup hook
6048         * src/avr/main.c,
6049         * src/ds390/main.c,
6050         * src/hc08/main.c,
6051         * src/pic/main.c,
6052         * src/pic16/main.c,
6053         * src/xa51/main.c,
6054         * src/z80/main.c: genInitStartup initialize as NULL (default to
6055         historical behaviour)
6056         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6057         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6058         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6059         library instead of hard coding it into the compiler.
6060         * support/regression/ports/mcs51-stack-auto/spec.mk,
6061         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6062         * device/lib/mcs51/Makefile,
6063         * device/lib/small/Makefile,
6064         * device/lib/large/Makefile,
6065         * device/lib/mcs51/crtpagesfr.asm,
6066         * device/lib/mcs51/crtstart.asm,
6067         * device/lib/mcs51/crtxclear.asm,
6068         * device/lib/mcs51/crtxinit.asm,
6069         * device/lib/mcs51/crtclear.asm,
6070         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6071         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6072         and into user configurable files.
6073         * device/lib/clean.mk: clean mcs51 directory too
6074         * support/regression/tests/longlit.c: added static to T1 declaration
6075         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6076         accesses in the initialization code
6077
6078 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6079
6080         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6081         OSCTRIMVAL as noted in bug #916008
6082
6083 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6084
6085         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6086         in loops with multiple exits (reported as incorrect registers
6087         used by Martin Helmling in Sdcc-user list)
6088
6089 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6090
6091         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6092         made ds390 register extensions look less like error messages
6093
6094 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6095
6096         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6097         reported by Adam Wozniak in Sdcc-user list
6098
6099 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6100
6101         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6102         arithmetic optimizations, added debug output
6103
6104 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6105
6106         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6107         * sdcc.spec: updated and split sdcc into 3 rpms
6108         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6109         needed for literals of LEFT_OP and '+'
6110         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6111         introduced RESULT_TYPE_NOPROM
6112         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6113         left shift
6114         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6115         limited promotion to int only for '*'
6116         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6117
6118 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6119
6120         * src/pic16/gen.c (genSkip),
6121         (genc16bit2lit), (gencjneshort): commented out
6122         (is_LitOp): new helper function, checks operand type
6123         (genCmpEq): rewritten
6124
6125 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6126
6127         * support/regression/tests/bug-908454.c: added
6128
6129 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6130
6131         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6132         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6133         (geniCodeCast): cosmetic, don't preserve bit storage class
6134         (geniCodeLeftShift): added promotion
6135         (geniCodeLogic): fixed regression
6136         * src/SDCCsymt.c (computeTypeOr): accept bits too
6137         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6138
6139 2004-03-07  Borut Razem <borut.razem AT siol.net>
6140
6141         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6142
6143 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6144
6145         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6146         version of pic16_genPackRegisters which does not check if ic is a
6147         CAST operator,
6148         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6149         function cause string1.c regression test fails
6150
6151 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6152
6153         * sim/ucsim/configure.in,
6154         * sim/ucsim/configure,
6155         * sim/ucsim/doc/Makefile.in: use docdir
6156         * src/SDCC.y: fixed sbit atrributes
6157         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6158         * src/SDCCast.c (decorateType): |^& need special promotion handling
6159         * src/SDCCast.h,
6160         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6161         * src/SDCCsymt.h (computeType),
6162         * src/SDCCicode.c: computeType() needs op
6163         * src/SDCCsymt.c (checkTypeSanity),
6164         * doc/sddman.lyx: "plain" bitfields are unsigned
6165         * src/SDCCsymt.c (computeTypeOr): added
6166         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6167         |^& ops
6168         * src/SDCCval.c (val*): computeType() needs op
6169         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6170         * support/regression/tests/onebyte.c: added tests for |^&
6171
6172 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6173
6174         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6175         for writing icode into asm output.
6176
6177 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6178
6179         * src/pic16/device.c: added some debug lines enabled
6180         with macro DEBUG_CHECK,
6181         * src/pic16/genarith.c: more debug in genPlus,
6182         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6183         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6184         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6185         * (aopForSym): onStack symbols are re-placed in data memspace,
6186         and onStack flag is cleared,
6187         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6188         copy temporary pcodeop,
6189         * (genPcall): added warning for not updating PCLATU,
6190         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6191         always true for pic16 port,
6192         * (genMultOneWord): NEW, supports integer multiplication,
6193         * (genMult): modified to call genMultOneWord,
6194         * (ifxForOp): added warning when return NULL,
6195         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6196         flag is set before call to operandFromSymbol for implicit
6197         added structures,
6198         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6199         options.intlong_rent are set by default,
6200         * (_hasNativeMulFor): modified to allow port generation of integer
6201         multiplication,
6202         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6203         set regtype to REG_SFR for all registers, restricting seting the
6204         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6205
6206 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6207
6208         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6209         more than 500 times in the regression tests
6210
6211 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6212
6213         * support/Util/SDCCerr.h,
6214         * support/Util/SDCCerr.c,
6215         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6216         enumerator_list),
6217         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6218         for symbol conflicts.
6219         * support/valdiags/tests/enum.c,
6220         * support/valdiags/tests/tentdecl.c,
6221         * support/valdiags/tests/struct.c: expect possible error messages
6222         referring to original symbol definitions.
6223         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6224         * src/SDCCsymt.h,
6225         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6226
6227 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6228
6229         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6230
6231 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6232
6233         * src/pic16/ralloc.c (newReg): fixed bug #908929
6234
6235 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6236
6237         * src/ds390/gen.c: added missing #include "main.h"
6238
6239 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6240
6241         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6242         checking if symbol is already in set,
6243         * src/pic16/device.h: prototype for checkAddSym,
6244         * src/pic16/gen.c: (_G): added entry interruptvector,
6245         * (assignResultValue): removed some commented out lines,
6246         * (genFunction): check for ISR via sym->type, absolute section for
6247         interrupt code is created via a new pBlock, the goto instruction is
6248         placed now correctly at the interrupt vector position, changed all
6249         references from ivec to _G.interruptvector,
6250         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6251         is the interrupt is a high priority one, same for return from ISR,
6252         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6253         externs to calls of checkAddSym,
6254         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6255         pic16_pcode_verbose flag is set,
6256         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6257         * src/pic16/pcoderegs.c: message about how many registers are saved
6258         will only be emitted if pic16_pcode_verbose flag is set,
6259
6260 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6261
6262         * src/ds390/ralloc.h,
6263         * src/ds390/ralloc.c (ds390_regWithIdx),
6264         * src/ds390/gen.c (emitcode),
6265         * src/ds390/main.h,
6266         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6267         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6268         ds390operandCompare, getRegsRead, getRegsWritten,
6269         initializeAsmLineNode): customized instruction size calculation for
6270         ds390, started basis for some register optimizations
6271         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6272         corresponding assembly output
6273         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6274         missing push/pop of r0/r1. Optimized push/pops
6275
6276 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6277
6278         * src/mcs51/main.c (instructionSize): fixed ACALL size
6279         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6280
6281 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6282
6283         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6284         the sorting of rlist with NULL elements
6285         * (print_idataType, print_idata): NEW to create idata sections
6286         * src/pic16/device.h: idataSymSet new variable
6287         * src/pic16/gen.c (genFunction): fixed some bugs in string
6288         comparing, improved the absolute section creation for ISRs,
6289         added FSR0L/FSR0H in registers that are saved in an ISR,
6290         * (genInline): fixed the processing of inline snippets,
6291         now they undergo no process by the peephole optimizer
6292         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6293         are placed in idataSymSet,
6294         * (pic16emitStaticSeg): extern symbols are added in externs,
6295         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6296         switching when aboslute variables are placed in access bank memory
6297         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6298         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6299         commented out with #if,
6300         * (pic16_packRegisters): reintroduce the check for CAST because some
6301         symbols are not correctly handled,
6302         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6303         pCodeInstruction instead of pCode,
6304         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6305         pCodeAsmDir definition,
6306         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6307         directive, then the argument directive is emitted without the leading
6308         tab, hack for inline labels which must be in the first column,
6309         * (compareLabel,pic16_findNextInstruction),
6310         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6311         * (insertBankSwitch): modified for the new pCodeAsmDir,
6312
6313 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6314         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6315
6316         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6317         instance,
6318         * (pushSide): commented out with #if,
6319         * (assignResultValue): fixed some typos in saving
6320         registers,
6321         * (genPcall): FIXED and sync'ed with genCall,
6322         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6323         * (genNearPointerGet): fixed to handle some more cases,
6324         implementation scheme via table reads,
6325         * (genConstPointerGet): modified to access code memory correct,
6326         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6327         and improved to handle some cases
6328         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6329         instead of "RETLW" for init data
6330         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6331         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6332         variables are placed in access bank memory (<0x80 and >=0xf80),
6333         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6334         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6335         TBLWT_POSTDEC,TBLWT_PREINC
6336         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6337         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6338         directives
6339         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6340         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6341         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6342         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6343
6344 2004-02-29  Borut Razem <borut.razem AT siol.net>
6345
6346         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6347         support/Util/findme.h, support/Util/system.h: enhance binary relative
6348         search for lib and include by using findProgramPath()
6349
6350 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6351
6352         * src/SDCCpeeph.h,
6353         * src/SDCCpeeph.c (pcDistance),
6354         * src/port.h,
6355         * src/mcs51/ralloc.h,
6356         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6357         * src/mcs51/main.h,
6358         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6359         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6360         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6361         size calculation port specific, started basis for some register
6362         optimizations
6363         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6364         missing push/pop of r0/r1. Optimized push/pops
6365         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6366         * device/lib/_modsint.c (_modsint),
6367         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6368         and stack version so regression tests pass
6369
6370 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6371
6372         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6373         * src/SDCCast.c (decorateType): catch another small optimization
6374         with '?' operator
6375         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6376         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6377         modified to finally use computeType() all over SDCC,
6378         see Feature Request #877103
6379         * src/SDCCval.h: cosmetic
6380         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6381         valCompare(); regression tested in muldiv.c
6382         * support/regression/tests/muldiv.c (testMod): mod sign follows
6383         dividend only
6384
6385 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6386
6387         * src/SDCCast.c (decorateType): fixed bug #902362
6388         * doc/INSTALL.txt: fixed install instructions for win32
6389
6390 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6391
6392         * device/include/Makefile.in (install): fixed by replacing spaces
6393         by tabs
6394         * doc/README.txt,
6395         * doc/INSTALL.txt: updated for release
6396         * doc/sdccman.lyx: added warning for --xstack being buggy
6397
6398 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6399
6400         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6401         to eliminate build warnings.
6402         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6403
6404 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6405            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6406
6407         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6408         removed -penable-stack, added comment for stack pragma, added
6409         warning for not initializing the stack/frame registers, removed
6410         comment at interrupts section
6411
6412         Stack is made permanent, there is no ability to disable stack usage.
6413         * src/pic16/device.h,
6414         * src/pic16/device.c: removed all references to USE_STACK macro,
6415         * src/pic16/device.c (pic16_dump_section): when no elements in
6416         rlist, free rlist before return,
6417         * (pic16_dump_int_registers): NEW, internal registers are a new set
6418         of general purpose registers reused by each function,
6419         * (checkAddReg): returns 1 if registers is added to set,
6420         * (pic16_groupRegistersInSection): when a registers is of type
6421         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6422         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6423         SRCASECMP macro is moved here from device.c
6424         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6425         PO_PCLATU, PO_PRODL, PO_PRODH,
6426         * (pic16_pCodeOpType, genMinus,
6427         changed compares to "a" register, with AOP_ACC,
6428         * (pic16_genPlus): fixed some bugs and indented properly,
6429         * (pic16_addSign): changed size to size+offset in the MOVWF
6430         instruction,
6431         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6432         multiply 8-bit operand by literal, result is 8-bit,
6433         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6434         multiply 2 8-bit operand, result is 8-bit,
6435         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6436         genUMult8X*_16,
6437         * src/pic16/gen.c: changed accUse to contain WREG only,
6438         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6439         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6440         true, do not use immediate addressing any more unless sym is a
6441         pointer in codespace,
6442         * (aopForRemat): do not use immediate addressing when symbol not in
6443         codespace and when symbol's address is requested,
6444         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6445         accUse size (= 1),
6446         * (aopGet): added case for AOP_ACC and don't return "accumulator
6447         bug" but WREG instead,
6448         * (popGetTempReg): pushes contents of temporary register in stack,
6449         * (popReleaseTempReg): pops contents of temporary register from
6450         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6451         * (pic16_popGet): separated case AOP_ACC to return register WREG
6452         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6453         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6454         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6455         the use of immediate pointers to certain cases only.
6456
6457         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6458         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6459         * (assignResultValue, genCall, genRet): modified to use the new
6460         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6461         genPcall is still broken,
6462         * (genFunction): added code to create 'A' type pBlocks when
6463         interrupt functions are generated, code not extensively tested yet,
6464         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6465         * (genEndFunction): modified so ISRs pop stored registers from stack,
6466         * (genMultOneByte): cleanup,
6467         * (AccRsh): added flag andmask, to and result with appropriate mask,
6468         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6469         * (genDataPointerGet): fixed and reenabled its use,
6470         * (genNearDataPointerGet): bugs fixed,
6471         * (genDataPointerSet): bugs fixed,
6472         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6473         pic16_DumpSymbol, pic16_DumpOp,
6474         * src/pic16/genutils.h: function prototypes for the above functions,
6475         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6476         pointers,
6477         * (pic16emitRegularMap): many many many improvements, but needs a
6478         major cleanup,
6479         * src/pic16/main.c: enable_stack in pic16_options is removed,
6480         * (_pic16_parseOptions): removed command line options -penable-stack,
6481         * (_process_pragma): emit stack symbol only when stack pragma is
6482         processed,
6483         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6484         redirected to FSR0L/FSR0H pair,
6485         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6486         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6487         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6488         for immediates,
6489         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6490         * (dumpPicOptype): NEW,
6491         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6492         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6493         with movff instruction,
6494         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6495         added pic16_int_regs, some packRegsFor* functions are commented out,
6496         because produce errors,
6497         * src/pic16/NOTES: minor modifications
6498
6499 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6500
6501         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6502         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6503         --pack-iram.
6504         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6505         * as/mcs51/lkaomf51.c: fixed bug #895763
6506
6507 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6508
6509         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6510
6511 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6512
6513         * doc/sdccman.lyx: added details about the HC08 storage classes and
6514         interrupts, fixed the register usage info for z80 & gbz80
6515
6516 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6517
6518         * doc/sdccman.lyx: added more pic16 port documentation
6519         * device/include/pic16/: added header pic18fregs.h
6520
6521 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6522
6523         * doc/sdccman.lyx: added Vangelis' contribution
6524
6525 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6526
6527         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6528         extend to the next CALL or PCALL, not just to the next CALL.
6529
6530 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6531
6532         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6533
6534 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6535
6536         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6537         bug #895752 and a better fix for bug #716790
6538
6539 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6540
6541         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6542
6543 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6544
6545         * doc/sdccman.lyx: minor changes, minor changed
6546
6547 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6548
6549         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6550         which can't handle SDCC_NEWONEBYTEOPS,
6551         (geniCodeMultiply): removed conversion from mult to shift for pic14
6552         and pic16
6553
6554 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6555
6556         * src/hc08/gen.h,
6557         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6558         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6559         thus fixing bug #895406
6560
6561 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6562
6563         * device/lib/_modsint.c,
6564         * device/lib/_modslong.c: sign follows divisor only
6565         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6566         signs or signedness can be ignored
6567         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6568         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6569         added optimization for IFX,
6570         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6571         arguments;
6572         reenabled optimization for IFX, which was removed on 2004-01-11
6573         * src/SDCCast.h: added return type IFX
6574         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6575         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6576         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6577         SDCC_OLDONEBYTEOPS selects the old behaviour
6578         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6579         changed again and commented promotion rule
6580         * src/SDCCval.c (valDiv): promotion no longer necessary
6581         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6582         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6583         rewritten
6584         * support/regression/tests/onebyte.c: added
6585
6586 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6587
6588         * gen.c (genInline): reverted to old code for assemnling inline
6589         code because of bug reported James Chadd
6590
6591 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6592
6593         * ralloc.h: missing declarations from previous patch,
6594         seems that patch for ralloc.h was never applied, fixed
6595
6596 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6597            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6598
6599         * pcode.c,
6600         * pcode.h,
6601         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6602         indirect addressing. Marked FSR0 as deprecated
6603         * gen.c (pointerCode): commented out, not needed now
6604         (pic16_popGet2p): new MOVFF helper function
6605         (genGenPointerGet),
6606         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6607         (shiftRLong): removed duplicate debugging info
6608
6609 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6610
6611         * src/ds390/gen.c (genNearPointerGet),
6612         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6613         optimization with bits, but not bitfields.
6614         * src/ds390/ralloc.c (packRegisters),
6615         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6616
6617 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6618
6619         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6620
6621 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6622
6623         * src/SDCCsymt.h,
6624         * src/SDCCicode.c (operandFromSymbol),
6625         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6626         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6627         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6628         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6629         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6630         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6631         bug #892038
6632         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6633         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6634         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6635         * src/SDCCsymt.c (newSymbol),
6636         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6637         enumerator_list),
6638         * src/SDCCval.h,
6639         * src/SDCCval.c (newiList): fixed bug #885705
6640
6641 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6642
6643         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6644         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6645
6646 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6647
6648         * device/include/c8051f120.h,
6649         * device/include/c8051f300.h,
6650         * device/include/c8051f310.h: added/updated header files for Silicon
6651         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6652         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6653         in new section Submitting patches
6654
6655 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6656
6657         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6658         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6659         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6660         genGenPointerSet),
6661         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6662         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6663         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6664         genGenPointerSet),
6665         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6666         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6667         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6668         genGenPointerSet),
6669         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6670         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6671         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6672         genGenPointerSet): fixed bug #892400
6673         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6674         to eliminate build warnings.
6675         * src/SDCCast.c (processParms),
6676         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6677         fixed bug 751859
6678         * support/valdiag/valdiag.py: added GCC to the list of defines active
6679         when compiling with gcc
6680
6681 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6682
6683         * support/Util/SDCCerr.h,
6684         * support/Util/SDCCerr.c,
6685         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6686         with an incomplete type (fixed bug #883734)
6687         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6688
6689 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6690
6691         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6692
6693 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6694
6695         * src/SDCCast.c (decorateType),
6696         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6697         function pointer implementation
6698         * support/regression/tests/funptrs.c: added tests to verify both forms
6699         of function pointers work correctly. Added tests to verify parameters
6700         are passed in the correct order.
6701
6702 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6703
6704         * device.c (regCompare): registers are sorted by ascending
6705         address and increasing size,
6706         * main.c (_pic16_finaliseOptions): removed the declaration
6707         of compiler macro MCU. Now a macro of the format pic18fxxxx
6708         will be defined from the command line
6709
6710 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6711             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6712
6713         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6714         PCOP_RLCF was overwritten!
6715         * gen.c (genSkip): commented out calls to pic16_emitcode,
6716         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6717         * (genlshTwo),
6718         * (genRRC): added debugging info,
6719         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6720         overwritten while shifting,
6721         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6722         overwritten while shifting,
6723         * (AccLsh),
6724         * (AccRsh),
6725         * (shiftLLeftOrResult),
6726         * (shiftRLeftOrResult),
6727         * (shiftRLong),
6728         * (shiftLLong): Implemented with pic16_emitpcode
6729         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6730         * (genLeftShift): Fixed bug, operand for shift by variable always
6731         was "and"ed with 0x0f,
6732         * (genLeftShiftLiteral),
6733         * (genrshTwo),
6734         * (genRightShiftLiteral): added debugging info,
6735         * (genrshFour): added comment,
6736         * (genRightShift): determined signedness from operand "left"
6737         instead of "result"
6738
6739 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6740
6741         * src/SDCCicode.c (geniCodeParms),
6742         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6743         function pointers, fixed function pointer bugs #861242 and #861896
6744
6745 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6746
6747         * device/include/c8051f000.h,
6748         * device/include/c8051f120.h,
6749         * device/include/c8051f300.h: added header files for Silicon
6750         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6751
6752 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6753
6754         * src/SDCCast.c (processParams): added new type flow and restructured
6755         (gatherAutoInit): added new type flow
6756         (addCast): cosmetic changes
6757         (getLeftResultType): added new type flow for array indices, patch
6758         provided by Stas, see FR #877103
6759         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6760         array index patch by Stas
6761         * src/SDCCast.h: added prototype getResultTypeFromType()
6762         * src/SDCCval.h,
6763         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6764         * src/pic/glue.c (pic14emitStaticSeg),
6765         * src/pic16/glue.c (pic16emitStaticSeg),
6766         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6767         for initialization of symbols
6768         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6769         * support/Util/SDCCerr.h:
6770         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6771         * .version: bumped version number to 2.3.8
6772         * device/include/Makefile.in (install),
6773         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6774         avoid warnings
6775
6776 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6777
6778         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6779         Slade Rich fixed an optimization bug
6780         * src/pic/pcodepeep.c,
6781         * src/pic/pcoderegs.c
6782         * doc/Makefile (install): added test for directory
6783
6784 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6785
6786         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6787         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6788         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6789         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6790         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6791         * as/mcs51/asexpr.c (term),
6792         * as/hc08/asexpr.c (term): fixed bug #887146
6793
6794 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6795
6796         * src/z80/gen.c (genMult): handle single byte result product
6797         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6798         DUMMY_READ_VOLATILE (fixed bug #886367)
6799
6800 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6801
6802         * support/regression/tests/libmullong.c: fixed logic, on little endian
6803         hosts we ended without a mullong_wrapper()
6804
6805 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6806
6807         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6808         virus/worm forged address usage.
6809
6810 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6811
6812         Fixed promotion, it should be done on AST level:
6813         * src/SDCCast.c (addCast): added promotion to int
6814         (decorateType): updated call to upCast()
6815         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6816         usualUnaryConversions()
6817
6818 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6819
6820         * support/regression/tests/literalop.c (mulWrapper): Added a
6821         wrapper to remove integer overflow warnings.
6822
6823         * support/regression/tests/float_trans.c: Made work on host.
6824
6825         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6826         location of sz80.
6827
6828         * support/regression/generate-cases.py (main): Changed from inline
6829         to a main method.
6830
6831         * doc/Makefile (install): Changed to depth first to get rid of
6832         missing directory install warning.
6833
6834         * as/Makefile (install-doc): Made work on Mac.
6835
6836 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6837
6838         * src/SDCCast.c: added an additional type flow in decorateType() of
6839         opposite direction, see feature request #860006; it's enabled at runtime
6840         by setting the environment variable SDCC_NEWTYPEFLOW
6841         * src/SDCCast.h: changed prototype of decorateType()
6842         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6843         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6844         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6845         see feature request #877103
6846         * src/SDCCval.c: updated call of decorateType()
6847         (valBitwise): fixed bug #882876
6848         (valMinus): added promotion
6849         (valLogicAndOr): result is unsigned
6850         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6851         * src/SDCCsymt.c (computeType),
6852         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6853         must not cause an unsigned operation
6854         * src/pic/glue (pic14emitRegularMap),
6855         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6856
6857 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6858
6859         * src/pic/pcode.c (PCodeID): commented out left over debug code
6860
6861 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6862
6863         * support/valdiag/tests/overflow.c: added shift tests
6864         * src/pic/device.c,
6865         * src/pic/gen.c,
6866         * src/pic/gen.h,
6867         * src/pic/glue.c,
6868         * src/pic/main.c,
6869         * src/pic/pcode.c,
6870         * src/pic/pcode.h,
6871         * src/pic/pcodepeep.c,
6872         * src/pic/pcoderegs.c,
6873         * src/pic/ralloc.c,
6874         * src/pic/ralloc.h: applied patch from Slade Rich;
6875         added support for multiple code pages and multiple RAM banks on the
6876         PIC 14 port. The ASM files now no longer simply assume all the
6877         code / RAM are in the same page / bank. This means the linker can
6878         safely allocate code/RAM of separate ASM files to different pages/banks.
6879         * doc/sdccman.lyx: added Slade's tips
6880         * src/mcs51/peeph.def: fixed bug #880768
6881
6882 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6883
6884         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6885         * src/SDCCast.c (decorateType): fixed bug #880197
6886
6887 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6888
6889         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6890         getopt.h.
6891
6892         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6893         strtof is not part of C89 and isn't included with Mac OS X.
6894
6895 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6896
6897         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6898         shiftL2Left2Result): fixed bug #879326
6899         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6900         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6901         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6902         address fetch for clr instruction
6903         * device/lib/hc08/_mulint.c: created optimized assembly version
6904         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6905
6906 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6907
6908         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6909         proposed in FR #877103
6910
6911 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6912
6913         * src/SDCCval.c (cheapestVal): added missing checks
6914         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6915         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6916
6917 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6918
6919         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6920         equal operands
6921
6922 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6923
6924         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6925         loaded with the linker search paths (-L arguments) and the libraries
6926         to be linked with the current source (-l arguments). Changes
6927         currently will affect only the pic16 port.
6928         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6929         include path the port specific paths and port specific libraries,
6930         * gplink command now contains the $3 argument,
6931         * src/pic16/device.h,
6932         * src/pic16/device.c,: structure PIC_device is made public and
6933         renamed to PIC16_device, the same for variable Pics which is renamed
6934         to Pics16. Updated all references to them.
6935         * src/pic16/glue.c (pic16glue): corrected bug with code
6936         initialization which bypassed the variable initializations block.
6937
6938         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6939         COMPILE_FLAGS and added the --nostdinc option
6940
6941 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6942
6943         * device/include/mc68hc908jb8.h: Register defs for another member
6944         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6945
6946 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6947
6948         Documenting changes from previous commits.
6949         * configure.in (version 1.56),
6950         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6951         when generating output files to configure the pic16 library,
6952         but now I've commented it out, since gputils aren't installed in the
6953         SF compile farm, so library won't compile
6954
6955         * device/lib/Makefile.in (version 1.56): initially I've added in
6956         target 'all' the prerequestive 'model-pic16' so it compiled the
6957         pic16 library, but now I've commented it out for the same reasons
6958         above,
6959         * added targets 'model-pic16' and 'objects-pic16' to compile the
6960         library
6961         * added target 'port-specific-objects-pic16' to handle the
6962         generated libraries and copy them into the build/ directory
6963         * added target 'clean-intermediate-pic16' to clean intermediate
6964         files into pic16 directory
6965         * in target 'installdirs' added line to create directory pic16 in
6966         the installation path
6967
6968         * device/include/Makefile.in (version 1.11): in target 'install'
6969         added lines to copy all header files to installation path,
6970         * in target 'installdirs' added line create directory for pic16
6971         headers in the installation path
6972
6973 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6974
6975         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6976          a function call
6977
6978 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6979
6980         * configure,
6981         * device/lib/configure.in,
6982         * device/lib/configure: fixed for autoconf 2.57
6983
6984 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6985
6986         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6987         option so that it actually works. Made it specific to the z80, since
6988         the gbz80 doesn't have these kinds of I/O ports.
6989
6990 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6991
6992         * device/include/z180.h,
6993         * device/lib/_memcpy.c,
6994         * device/lib/_memmove.c,
6995         * device/lib/_mulint.c,
6996         * device/lib/ser_ir.c,
6997         * device/lib/ser_ir_cts_rts.c,
6998         * device/lib/_strcmp.c,
6999         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
7000         * src/z80/main.c (_process_pragma): add support for pragmas bank and
7001         portmode; added deprecation warning for bank= and protmode= forms.
7002         Also, guard against buffer overflow.
7003         * src/z80/gen.c (aopGet): generate better code for sfr banked read
7004
7005 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7006
7007         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
7008         changed interrupt vector table generation to only emit declared vectors.
7009         * device/include/Makefile.in: added missing backslash
7010         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7011
7012 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7013
7014         Mainly changes to support compilation of the device libraries
7015         * src/pic16/device.c: stack is allocated via symbol and not
7016         via literal number. The symbol is placed in the corresponding
7017         position of the data ram
7018         * (pic16_dump_section): relocatable and absolute uninitialized
7019         data are now emitted in sorted order to reduce section naming,
7020         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7021         weren't marked as being in the access bank,
7022
7023 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7024
7025         Added portion of GNU PIC Library under the directory
7026         device/include/pic16 and device/lib/pic16. These files
7027         contain the declarations of SFRs for the PIC18Fxx2 devices.
7028         The directory is initialized via configure from toplevel.
7029
7030 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7031
7032         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7033         the spilllocations to be compared correctly
7034
7035 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7036
7037         * src/SDCCast.c (decorateType): fixed bug introduced today
7038
7039 2004-01-12  Borut Razem <borut.razem AT siol.net>
7040
7041         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7042         doc/sdccman.lyx: upper case pragmas are deprecated
7043
7044 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7045
7046         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7047         in simpler and even better code
7048
7049 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7050
7051         * src/SDCCicode.c (operandOperation): fixed bug #874819
7052         * src/SDCCast.c (decorateType): fixed
7053         char foo (unsigned long ul) { return ul > 0; }
7054
7055 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7056
7057         * doc/sdccman.lyx: Moved and added some sections, small changes
7058         all over. Telling LaTeX to be less strict with word spacing
7059         to better keep the right margin. Changed some notes about
7060         maintainance of the ports in section 3.2.1 - is it OK like this?
7061
7062 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7063
7064         SDCC source changes:
7065         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7066         convilong): modified to inform the pic16 port that builtin functions
7067         are external
7068
7069         PIC16 PORT specific changes:
7070         * src/pic16/device.c pic16_dump_equates() added,
7071         processor registers declared internally by the port are emitted in
7072         the translation as equates,
7073         * src/pic16/gen.c: inline code is passed unprocessed to the
7074         translation,
7075         * (pic16_popGetLit2): fnuction modified to take second operand as
7076         pCodeOp pointer and not as literal,
7077         * (popRegFromIdx): prefixed with pic16_,
7078         * (pic16_popCombine2): modified to receive already allocated pCode
7079         operands,
7080         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7081         * (genFunction): initializes local stack frame and pushes on stack
7082         all the registers used by this function,
7083         * (genEndFunction): restores all registers from stack and restores
7084         stack frame,
7085         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7086         improvements,
7087         * (pic16glue): changed the program startup sequence,
7088         * added new dbName code 'A' for functions placed in absolute section
7089         * src/pic16/main.c: added function attribute _naked,
7090         * added pragma 'code' to place a fnuction at an absolute address,
7091         * added command line arguments --debug-ralloc and --pcode-verbose,
7092         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7093         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7094         * (pic16_newpCodeOpLit2): modified to take the second operand as
7095         pCodeOp pointer,
7096         * (pic16_printpBlock): modified to emit each function in a separate
7097         section,
7098         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7099         UPPER for immediate operands,
7100         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7101         instruction,
7102         * src/pic16/peeph.def: all peepholes with movff are commented out,
7103         because there is a problem in the pcode peep optimizer,
7104         * src/pic16/ralloc.c: the register allocator can now reuse local
7105         function symbols for another function. This saves register usage.
7106         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7107
7108         Added file src/pic16/NOTES with information about program writing on
7109         the current port version.
7110
7111 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7112
7113         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7114         and peephole 252 (array access)
7115
7116 2004-01-09  Borut Razem <borut.razem AT siol.net>
7117
7118         * src/SDCCmain.c : fixed #872250: -l command line defined library
7119           files are scanned before standard library files
7120
7121 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7122
7123         * src/SDCCast.c (decorateType): fixed bug #874046
7124
7125 2004-01-09  Borut Razem <borut.razem AT siol.net>
7126
7127         * support/scripts/sdcc.nsi: remove previous installation
7128
7129 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7130
7131         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7132         bytes for last interrupt vector (mcs51)
7133         * sdcc.spec: fixed typo
7134
7135 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7136
7137         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7138         gen51Code): more efficient parameter receive for --model-large
7139         ("bug" #845294)
7140
7141 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7142
7143         * src/ds390/main.c,
7144         * src/z80/main.c: added missed needLinkerScript flags (more than
7145         one port structure defined in these file)
7146         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7147         bug #795325
7148
7149 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7150
7151         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7152         * src/port.h: added flag needLinkerScript in port->linker
7153         structure to inform whether to create a .lnk file or not,
7154         * src/avr/main.c,
7155         * src/ds390/main.c,
7156         * src/hc08/main.c,
7157         * src/mcs51/main.c,
7158         * src/pic/main.c,
7159         * src/pic16/main.c,
7160         * src/xa51/main.c,
7161         * src/z80/main.c: changed appropriately to configure
7162         needLinkerScript flag
7163         * src/pic/gen.c,
7164         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7165         * src/pic/glue.c: added variable udata_section_name to
7166         override default uninitialized data segment definition for
7167         devices only with SHAREBANK memory (reported from Erik Epetrich)
7168         * (pic14emitOverlay): modified to emit a commented overlay segment
7169         directive when no overlay data exist
7170         * (picglue): modified to emit uninitialized data segment
7171         according to udata_section_name
7172         * src/pic/main.c (_pic14_parseOptions): added command line
7173         options --udata-section-name=[name] to override default
7174         udata definition name
7175         * modified _linkCmd and _asmCmd to include compiler passed
7176         arguments via -W option
7177         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7178         object file from '.rel' to '.o' in port->linker structure,
7179         changed size of fptr from 2 to 3 in port structure
7180
7181 2004-01-07  Borut Razem <borut.razem AT siol.net>
7182
7183         * support/scripts/sdcc.nsi: update PATH
7184         * support/scripts/sdcc.ico: craeted
7185
7186 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7187
7188         * device/include/Makefile.in: fix install
7189         * doc/Makefile: fix install
7190
7191 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7192
7193         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7194         in bug #860505
7195         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7196         how the function variable allocation summary is displayed; also
7197         include information about variables allocated to the overlay
7198         segment
7199
7200 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7201
7202         * as/mcs51/lkmain.c: Help about -Y option
7203         * as/mcs51/lkarea.c: Fixed gcc warnings
7204
7205 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7206
7207         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7208         fixed warning
7209         * support/valdiag/tests/overflow.c: added
7210         * src/SDCCast.c (decorateType),
7211         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7212         LEFT_OP (left shift)
7213
7214 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7215
7216         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7217         (default behaviour).
7218
7219 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7220
7221         A python script to validate compiler diagnostic messages. It can be
7222         used to verify that sdcc complains about bad c source code and
7223         gives a good location of the error.
7224         * support/valdiag/Makefile,
7225         * support/valdiag/valdiag.py,
7226         * support/valdiag/tests/*
7227
7228 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7229
7230         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7231         * src/SDCCsymt.c (newEnumType),
7232         * src/SDCCsymt.h
7233         * support/Util/SDCCerr.c,
7234         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7235         enum related bugs.
7236         * support/regression/tests/enum.c: added test for enum values that
7237         require at least 2 bytes of storage.
7238
7239 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7240
7241         * src/common.h: added ifndef/define/endif macros
7242         around the header file.
7243         Bug reported from Jesus Calvino-Fraga
7244
7245 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7246
7247         * sdcc.spec: updated
7248         * device/include/Makefile.in: don't install CVS directories
7249         * device/lib/Makefile.in: added removal of CVS directories after install
7250         * doc/Makefile: fixed install, added local_icons
7251         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7252         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7253         * src/ds390/gen.c (genRightShift): fixed bug #870788
7254         * src/SDCCast.c (decorateType): fixed bug #870781
7255
7256 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7257
7258         PIC16 port related changes:
7259         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7260         added variable stackPos,
7261
7262         * gen.c: genCall, assignResultValue: added support for
7263         pushing/retrieving function parameters to/from stack,
7264         genFunction,genEndFunction: setup stack frame for the
7265         generated function,
7266         genAddrOf: will be changed according to bug 863624
7267
7268         * added files genutils.c and genutils.h which contain gen*
7269         debugged and optimised functions extracted from gen.c
7270
7271         * glue.c: added variable 'externs' which holds extern symbols,
7272         pic16emitRegularMap: is modified to properly handle relocatable
7273          symbols under the new scheme,
7274         pic16createInterruptVect: is modified
7275         pic16printPublics: is modified to emit 'global' assembler directives,
7276         added pic16_printExterns to print extern symbols,
7277         pic16glue: initializes stack/frame pointer in the beginning of
7278         the assembly output. Temporary hack, will be corrected later,
7279         because gplink yet does not support stack and SDCC does not
7280         yet support a type of crt0.o object to create the final binary.
7281
7282         * Removed many lines that contain 8051 legacy code.
7283         * The code is finally placed under a 'code' directive.
7284         * Added port specific options.
7285
7286         * _process_pragma: simplified since now we do not need *special*
7287         include file to define SFR registers. But a separate header
7288         will be needed. This will be developed later.
7289         * _pic16_parseOptions: added, parses port specific options:
7290         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7291         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7292         --preplace-udata-with=
7293
7294         * _pic16_setDefaultOptions: modified to initialize section names,
7295         but hack is temporarly out of order since it needs improvement.
7296         * _pic16_genAssemblerPreamble: configuration words are emitted by
7297         their address instead of their name. This part is incomplete and
7298         supports only the 18Fxx2 devices. Other devices will emit an error
7299         during assembly since they do not contain the same set of config
7300         registers
7301         * _pic16_genIVT: is modified,
7302
7303         * pcode.c: added definitions for some hardware registers that are needed
7304         for stack support
7305         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7306         All PCI entries are updated. Now LFSR is supported.
7307         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7308         * added pic16_newpCodeOpLit2 to support instructions with
7309         two literal arguments
7310         * pic16_pCode2str: corrected code that emits assembler instructions
7311         with two literal operands and those that have an access bit modifier
7312         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7313         this fixes a bug which caused some labels to be lost, when an
7314         assembler directive was added, i.e. banksel,
7315         * pic16_FixRegisterBanking: improved logic that causes the insertion
7316         of bank switching,
7317         * InlineFunction: functions that are called once, are not any more
7318         inlined. This can be a port option in the future,
7319
7320         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7321
7322         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7323         hold the corresponding uninitialized symbols,
7324         * pic16_allocProcessorRegister: registers have explicit marked the
7325         accessBank field,
7326         * pic16_allocInternalRegister: registers are explicit marked as
7327         not used,
7328         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7329         processing list, so bit registers were lost,
7330         *
7331
7332         * ralloc.h: added field 'accessBank' and original symbol operand
7333         in register definition,
7334         * removed the field isMapped from register definition,
7335
7336         ** Several functions have been removed from various sources:
7337         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7338         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7339         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7340         pic16_assignRelocatableRegisters
7341
7342         ** others have been introduced:
7343         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7344         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7345
7346 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7347
7348         * support/scripts/inc2h.pl: changed definition of BIT_AT
7349         to emit 'sbit at' instead of 'bit at'. This was a request.
7350
7351         PIC16 port related preliminary changes:
7352         * gen.c: prefixed function popRegFromString with
7353         pic16_ and all references to it corrected
7354         * pcode.c: all pic16_pc_* hardware registers prefixed
7355         with underscore (_),
7356         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7357         * ralloc.c: newReg(): when register is REG_SFR then
7358         set address to rIdx,
7359         pic16_allocProcessorRegister(): marks register wasUsed=0
7360         pic16_writeUsedRegs(): added a call to assign processor
7361         registers via pic16_assignFixedRegisters
7362
7363 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7364
7365         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7366         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7367         variables in unused register banks.  Also the SSEG is placed
7368         wherever there is enough space for it, and IDATA can be anywhere
7369         in internal RAM.  For now compile using -Wl-Y[stack_size].
7370         The mem file is different for this option as well, since it
7371         makes no sense of talking about DSEG lenght.
7372
7373 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7374
7375         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7376         in certain cases, e.g. when ROM assignment, patch provided
7377         from Albert den Haan.
7378
7379 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7380
7381         Many signedness and type propagation fixes:
7382         * src/SDCCicode.c: made geniCodeCast() static
7383         replaced SPEC_ by IS_ (cosmetic)
7384         (operandOperation): fixed div and mod operation
7385         (usualBinaryConversions): added support for promotion of char
7386         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7387         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7388         (geniCodeAdd): an array index will stay unsigned, even if promoted
7389         from char to int
7390         (geniCodeArray): ditto
7391         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7392         * src/SDCCsymt.c (computeType): added more support for char;
7393         promotion of char is selectable by promoteCharToInt, fixed signedness
7394         for all cases
7395         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7396         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7397         * src/SDCCval (val*): replaced signedness calculation by
7398         computeType()
7399         rearranged if-branches (cosmetic)
7400         (valShift): added warning W_SHIFT_CHANGED
7401         (valCompare): fixed problem with different types
7402         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7403         * support/regression/tests/literalop.c: added many cases
7404         * support/regression/tests/ast_constant_folding.c: changed finally to
7405         'unsigned int'
7406         * .version: new year, new version: 2.3.7
7407         * src/SDCCmain.c (main): applied patch #866468
7408         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7409         provided by Scott Bronson
7410         * doc/sdccman.lyx: updated documentation for sdcdb
7411         updated and added chapter tips
7412
7413 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7414
7415         * src/SDCCsymt.h: missing from yesterday's commits
7416
7417 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7418
7419         * src/SDCC.y (struct_or_union_specifier),
7420         * support/Util/SDCCerr.c,
7421         * support/Util/SDCCerr.h: verify that struct & union tags are used
7422         as declared.
7423
7424 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7425
7426         * src/SDCCglobl.h: missing from yesterday's commits
7427
7428 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7429
7430         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7431         sft_attributes, struct_declaration, parameter_declaration,
7432         type_name, start_block, declaration_list),
7433         * src/SDCC.lex (check_type): support redefinition of typedef names
7434
7435 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7436
7437         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7438         aligned xdata arrays. Erik helped me with the if clause.
7439
7440 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7441
7442         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7443         warning
7444
7445 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7446
7447         * src/SDCCast.h,
7448         * src/SDCCast.c (newAst_),
7449         * src/SDCCicode.h,
7450         * src/SDCCicode.c (ast2iCode, newiCode),
7451         * src/SDCCglobl.h,
7452         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7453         expr, statement, expression_statement, selection_statement,
7454         iteration_statement, expr_opt, jump_statement): foundation for tracking
7455         sequence points
7456         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7457         point code too)
7458
7459 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7460
7461         * support/Util/SDCCerr.c,
7462         * src/SDCCast.h,
7463         * src/SDCCast.c (createCase, createDefault, decorateType),
7464         * src/SDCClabel.c (labelUnreach),
7465         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7466         to error messages.
7467         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7468         (with thanks to Stas Sergeev)
7469         * device/include/time.h,
7470         * device/lib/time.c (CheckTime): suppress unreachable code warning
7471
7472 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7473
7474         * src/SDCCast.c (createIvalCharPtr),
7475         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7476         bug #753752)
7477         * support/regression/tests/nullstring.c: tests for these two bugs
7478
7479 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7480
7481         * support/Util/SDCCerr.h,
7482         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7483         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7484         about storage class and 'at' used inside struct or union
7485         * src/SDCCBBlock.c (iCodeFromeBBlock),
7486         * src/SDCCcse.c (ifxOptimize),
7487         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7488         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7489         printIval, emitStaticSeg, emitOverlay),
7490         * src/SDCClabel.c (deleteIfx),
7491         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7492         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7493         gatherAutoInit, processParms),
7494         * support/Util/SDCCerr.h,
7495         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7496         reporting for post-parse errors.
7497
7498 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7499
7500         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7501         implicit casts via union; they don't work on big endian systems
7502         (possible fix for bug #861138)
7503
7504 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7505
7506         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7507         * src/mcs51/main.c: fixed the fix for bug #737001
7508
7509 2003-12-15  Borut Razem <borut.razem AT siol.net>
7510
7511         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7512
7513 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7514
7515         * support/makebin/makebin.c: put output in binary mode
7516
7517 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7518
7519         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7520         xdata and data memory on startup. Set the environment variable
7521         SDCC_NOGENRAMCLEAR to disable this.
7522         * src/mcs51/peephole.def,
7523         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7524         (allows non-interrupt and interrupt code to safely compete for a resource
7525         without the non-interrupt code having to disable interrupts)
7526
7527 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7528
7529         * src/SDCCicode.c (geniCodeAdd),
7530         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7531         with valFromType if type might be a pointer and host is big endian).
7532         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7533         types, not just integer types.
7534         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7535         multiply defined with mismatching "at" address.
7536
7537 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7538
7539         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7540         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7541         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7542         with embedded nulls (fixed bug #753752)
7543
7544 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7545
7546         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7547         Apparently this did not see much testing (endless loop)
7548
7549 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7550
7551         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7552
7553 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7554
7555         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7556         gracefully handle NULL memmap pointers
7557
7558 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7559
7560         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7561         instead of deleting the iCode when an operand is volatile
7562         * src/z80/gen.c (genDummyRead),
7563         * src/mcs51/gen.c (genDummyRead),
7564         * src/ds390/gen.c (genDummyRead),
7565         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7566         not just IC_RIGHT
7567         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7568         * src/SDCC.y: fixed bug #850420
7569
7570 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7571
7572         Applied z80 i/o port patch from Peter Townson and fixed some operators
7573         to better handle operands in A register.
7574         * device/include/z180.h
7575         * src/SDCC.y
7576         * src/SDCCglue.c
7577         * src/z80/gen.c
7578         * src/z80/gen.h
7579         * src/z80/main.c
7580         * src/z80/peeph-z80.def
7581         * src/z80/peeph.def
7582         * src/z80/z80.h
7583
7584 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7585
7586         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7587
7588 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7589
7590         * device/lib/hc08/_mullong.c: Removed extra #endif
7591
7592 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7593
7594         * sim/ucsim/hc08.src/inst.cc,
7595         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7596         carries from x to h
7597         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7598         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7599         * device/include/stdarg.h: fixed varargs for hc08
7600         * device/lib/Makefile.in,
7601         * device/lib/hc08/Makefile,
7602         * device/lib/hc08/_mulint.c,
7603         * device/lib/hc08/_mullong.c: fixed some endian problems
7604
7605 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7606
7607         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7608         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7609         * device/lib/_gptrget.c,
7610         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7611
7612 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7613
7614         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7615         * src/SDCCast.c (astErrors): fixed bug #846007
7616         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7617
7618 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7619
7620         * src/SDCCast.c (decorateType): disabled a transformation I added in
7621         revision 1.188 (access to fields of a structure at an absolute address);
7622         it breaks with bitfields, extern declarations, and gcse analysis.
7623         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7624         could be assigned through a pointer, so don't complain.
7625         * src/SDCCast.c (astErrors),
7626         * src/SDCCast.h,
7627         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7628
7629 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7630
7631         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7632         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7633         output of __config directives, since gpasm now supports them
7634         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7635         pre-processor macro, i.e. -DMCU=p18f452
7636         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7637         and modified to handle 'cast' icode similarly to '=' icode
7638         * src/pic16/device.h (typedef struct PIC_device): added field
7639         'extMIface' to indicate that chip has external memory interface
7640         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7641         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7642         18F8720
7643
7644 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7645
7646         * src/SDCC.y (pointer): fixed bug #846006
7647         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7648         * src/SDCCast.c (decorateType): fixed bug #846009
7649         * src/ds390/peeph.def,
7650         * src/ds390/gen.c (genAnd, genOr),
7651         * src/mcs51/peeph.def,
7652         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7653
7654 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7655
7656         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7657         * src/SDCCdflow.c
7658         * src/SDCCcse.c
7659         * src/SDCCcse.h
7660         * src/SDCCBBlock.h
7661         * src/SDCCBBlock.c
7662
7663 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7664
7665         fixed bug #845089
7666         * src/SDCCbitv.h,
7667         * src/SDCCbitv.c: added function to free a bitvector
7668         * src/SDCClrange.h,
7669         * src/SDCClrange.c: added function to recompute the liveranges
7670         * src/avr/ralloc.c,
7671         * src/ds390/ralloc.c,
7672         * src/hc08/ralloc.c,
7673         * src/mcs51/ralloc.c,
7674         * src/pic/ralloc.c,
7675         * src/pic16/ralloc.c,
7676         * src/xa51/ralloc.c,
7677         * src/z80/ralloc.c: recompute the liveranges after register packing
7678
7679 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7680
7681         * src/SDCCloop.c (newInduction): fixed bug #845630
7682
7683 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7684
7685         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7686         inadvertantly left behind from my 2003-11-12 change
7687
7688 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7689
7690         Updated headers I neglected to commit yesterday.
7691         * src/SDCClrange.h,
7692         * src/SDCCicode.h
7693
7694 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7695
7696         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7697         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7698         * src/SDCCopt.c (eBBlockFromiCode),
7699         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7700         the creation of the key hash table from the sequencing so it can be used
7701         earlier (for some GCSE bug fixes still pending)
7702
7703 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7704
7705         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7706         * support/regression/tests/addsub.c: testing genPlus shortcut
7707
7708 2003-11-15  Borut Razem <borut.razem AT siol.net>
7709
7710         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7711
7712 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7713
7714         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7715         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7716         ordering is immaterial.
7717         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7718
7719 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7720
7721         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7722         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7723         (SIGSEV) of bug #840381
7724         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7725         unlink new file before rename if new and old filenames are the same)
7726
7727 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7728
7729         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7730         uninitialized variables) for the mcs51. Set environment variable
7731         SDCC_GENRAMCLEAR to test.
7732         xdata initialization slightly shorter
7733
7734 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7735
7736         * src/SDCCsymt.h,
7737         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7738         #838241 & 780691 (basicly the same bug)
7739         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7740         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7741
7742 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7743
7744         * src/SDCCmain.c (linkEdit): "fix" #834252
7745
7746 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7747
7748         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7749         * src/SDCCast.h,
7750         * src/SDCC.y: fixed bug #819403
7751
7752 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7753
7754         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7755         the reentrant attribute.
7756         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7757         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7758         simulation
7759         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7760         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7761         erroneously reduced to a literal.
7762         * src/hc08/ralloc.c (packRegisters, rematStr),
7763         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7764         some cases
7765
7766 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7767
7768         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7769         * doc/sdccman.lyx: changed from 'article' to 'book'
7770         * doc/Makefile: readded test_suite_spec and cdbfileformat
7771
7772 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7773
7774         * device/include/stdlib.h: include malloc.h to comply with ANSI
7775         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7776
7777 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7778
7779         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7780         * doc/clean.mk: also remove *.out files
7781         * doc/sdccman.lyx: some additions, larger top/bottom margins
7782
7783 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7784
7785         * src/SDCC.y: fixed bug #837365
7786         * support/regression/tests/bitopcse.c
7787         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7788         a symbol (might be valop instead)
7789         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7790         * device/lib/clean.mk: added hc08 to the cleaning list
7791
7792 2003-11-04  Borut Razem <borut.razem AT siol.net>
7793
7794         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7795           made 2003-11-04
7796         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7797           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7798           malloc is declared in standard stdlib.h
7799
7800 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7801
7802         * device/lib/hc08/Makefile: need to clean .rel not .o files
7803         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7804
7805 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7806
7807         * src/port.h,
7808         * src/hc08/main.c,
7809         * src/mcs51/main.c,
7810         * src/ds390/main.c,
7811         * src/z80/main.c,
7812         * src/avr/main.c,
7813         * src/pic/main.c,
7814         * src/pic16/main.c,
7815         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7816         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7817         tests (which uses the port's oclsExpense function)
7818         * src/SDCC.y,
7819         * src/SDCCast.c,
7820         * src/SDCCicode.c,
7821         * src/hc08/gen.c,
7822         * src/ds390/gen.c,
7823         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7824
7825 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7826
7827         * src/SDCCcse.c (ifxOptimize),
7828         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7829         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7830         deleting the IFX iCode.
7831         * src/hc08/ralloc.c: reduced unneeded slocs
7832         * src/hc08/gen.c: fixed bug in asmopToBoolean
7833
7834 2003-11-04  Borut Razem <borut.razem AT siol.net>
7835
7836         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7837           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7838           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7839           transferred to configure
7840
7841 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7842
7843         Use headers defined in the C[++] standards:
7844         * sim/ucsim/gui.src/serio.src/fileio.cc
7845         * sim/ucsim/gui.src/serio.src/frontend.cc
7846         * sim/ucsim/gui.src/serio.src/main.cc
7847         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7848         * support/Util/NewAlloc.c
7849         * as/hc08/lklibr.c
7850         * as/mcs51/lklibr.c
7851         * as/z80/aslist.c
7852         * as/z80/assym.c
7853
7854 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7855
7856         * Added MSVC projects for hc08 assembler and linker:
7857         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7858         /as/hc08/link_hc08.dsp
7859
7860 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7861
7862         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7863
7864 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7865
7866         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7867
7868 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7869
7870         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7871
7872 2003-10-31  Borut Razem <borut.razem AT siol.net>
7873
7874         * support/cpp2/cpplib.h,
7875           support/cpp2/cpplib.c,
7876           support/cpp2/cpplex.c,
7877           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7878           to switch _asm block preprocessing on / off. Default is
7879           #pragma preproc_asm +
7880
7881 2003-10-31  Borut Razem <borut.razem AT siol.net>
7882
7883         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7884           when outputting comment blocks (when executed with -C option) and
7885           _asm (SDCPP specific) blocks
7886
7887 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7888
7889         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7890
7891 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7892
7893         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7894
7895 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7896
7897         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7898         * src/SDCCast.c (decorateType): fixed bug #832664
7899
7900 2003-10-31  Borut Razem <borut.razem AT siol.net>
7901
7902         * support\cpp2\cpplex.c: fixed for SDCPP:
7903           comments(when executed with -C option) and _asm blocks
7904           were included even if they where in skipped #if block.
7905           Applied solution from GCC cpp 3.3.2
7906
7907 2003-10-31  Borut Razem <borut.razem AT siol.net>
7908
7909         * src/SDCC.lex: sdcc now understands both formats:
7910           '# <line_number> <file_name>' and
7911           '#line <line_number> <file_name>'
7912         * support/cpp2/cppmain.c: sdcpp now generates the standard
7913           '# <line_number> <file_name>' instead of former
7914           '#line <line_number> <file_name>'
7915
7916 2003-10-30  Borut Razem <borut.razem AT siol.net>
7917
7918         * support/cpp2/cpphash.h,
7919         * support/cpp2/cpplib.h
7920         * support/cpp2/cpplex.c,
7921         * support/cpp2/cppmain.c,
7922         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7923
7924 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7925
7926         Fixed a number of problems revealed by bug #827883.
7927         * src/SDCCloop.c (loopInvariants): Spill location of the
7928         result operand should be recomputed if extracted from
7929         a loop. Also, don't extract assignments of an iTemp
7930         from a literal.
7931         * src/SDCCast.c (isConformingBody): loop reversal should
7932         not occur if the control variable is involved with a
7933         relational operator.
7934
7935 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7936
7937         * .version: bumped to 2.3.6 to reflect the big improvements
7938         made by Erik and Klaus. Thanks!
7939
7940 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7941
7942         Replaced the livrange code.
7943         * src/SDCClrange.c: added new LR code
7944         * src/SDCCloop.c,
7945         * src/SDCCBBlock.h: removed remainig parts from old LR code
7946         * src/ds390/ralloc.c,
7947         * src/ds390/gen.c: minor fixes to make it work with new code
7948
7949 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7950
7951         * as/hc08/asm.h,
7952         * as/hc08/lkrloc.c,
7953         * src/hc08/gen.c,
7954         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7955         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7956         (tweaked fix for bug #818696)
7957
7958 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7959
7960         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7961
7962 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7963
7964         * src/SDCCmain.c,
7965         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7966         * src/mcs51/gen.c (gencjneshort),
7967         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7968         more efficient (per Scott Bronson's suggestion)
7969
7970 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7971
7972         Extended the semantics of the critical keyword to include
7973         individual statements. See RFE #827755 and #799831
7974         * src/SDCC.y
7975         * src/SDCCicode.c
7976         * src/SDCCopt.c
7977         * src/SDCCast.c
7978         * support/Util/SDCCerr.c
7979         * support/Util/SDCCerr.h
7980         * src/mcs51/gen.c
7981         * src/ds390/gen.c
7982         * src/hc08/gen.c
7983
7984 2003-10-19  Borut Razem <borut.razem AT siol.net>
7985
7986         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7987
7988 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7989
7990         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7991         Fixed bug #818696
7992         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7993         and predecrement operand is displayed
7994
7995 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7996
7997         * src/SDCCval.c (valMinus): fixed bug #826041
7998
7999 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8000
8001         Some hc08 related updates that I missed earlier
8002         * sim/ucsim/stypes.h
8003         * support/regression/ports/hc08/spec.mk
8004
8005 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8006
8007         New target "hc08" for the Motorola 68hc08 family of micros
8008
8009         * configure
8010         * configure.in
8011         * Makefile
8012         * src/hc08/*
8013         * src/SDCCmain.c
8014         * src/port.h
8015         * sim/ucsim/hc08.src/*
8016         * sim/ucsim/configure.in
8017         * src/ucsim/configure
8018         * sim/ucsim/packages_in.mk
8019         * as/hc08/*
8020         * as/Makefile
8021         * device/include/mc68hc908qy.h
8022         * device/lib/hc08/*
8023         * device/lib/Makefile.in
8024         * support/regression/ports/hc08/*
8025         * support/regression/Makefile
8026
8027 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8028
8029         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8030         regression test
8031         * src/ds390/gen.c (genCast): fixed bug #821957
8032
8033 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8034
8035         * device/lib/logf.c: "fixed" overlay bug
8036         * support/regression/ports/host/spec.mk: added m library
8037         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8038         * support/regression/tests/float_trans: added (for Eric)
8039
8040 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8041
8042         * src/mcs51/gen.c (genCpl): fixed bug
8043         http://sf.net/mailarchive/message.php?msg_id=6263915
8044
8045 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8046
8047         * src/SDCCast.c (decorateType): added extended constant folding
8048         * src/SDCCsymt.c (computeType): cleanup
8049         * src/SDCCval.c (valShift): minor optimization
8050         * support/regression/tests/ast_constant_folding.c: added
8051
8052 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8053
8054         * src/SDCCmain.c: removed some unintended changes
8055
8056 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8057
8058         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8059         * src/z80/gen.c: fixed part of bug #817589
8060         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8061
8062 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8063
8064         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8065         * src/SDCCcflow.c
8066         * src/SDCCcse.c
8067         * src/SDCCdflow.c
8068         * src/SDCClabel.c
8069         * src/SDCClrange.c
8070         * src/SDCCmem.c
8071         * src/SDCCopt.c
8072         * src/SDCCpeeph.c
8073         * src/SDCCset.c
8074         * src/avr/ralloc.c
8075         * src/ds390/ralloc.c
8076         * src/izt/ralloc.c
8077         * src/mcs51/ralloc.c
8078         * src/pic/ralloc.c
8079         * src/pic16/ralloc.c
8080         * src/xa51/ralloc.c
8081         * src/z80/ralloc.c
8082         * src/z80/gen.c: removed unused label "release:"
8083
8084 2003-10-06  Borut Razem <borut.razem AT siol.net>
8085
8086         * src/SDCC.lex: removed definition of unused variables
8087           save_optimize and save_options
8088
8089 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8090
8091         * clean.mk: removed '=' in "-maxdepth=1"
8092         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8093         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8094
8095 2003-10-06  Borut Razem <borut.razem AT siol.net>
8096
8097         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8098           my_unput() replaced by unput()
8099
8100 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8101
8102         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8103         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8104         type-punned pointer will break strict-aliasing rules"
8105         Old LR behaviour is again default; Klaus' LR can be choosen by
8106         defining the environment variable LRKLAUS
8107         * src/SDCCBBlock.h
8108         * src/SDCCloop.c
8109         * src/SDCClrange.c
8110         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8111         * clean.mk: fixed removal of files in bin/CVS/
8112         * device/lib/clean.mk: fixed removal of directories small and large
8113         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8114         * src/SDCCicode.c,
8115         * src/SDCCval.c: removed superflous test for pedantic
8116
8117 2003-10-05  Borut Razem <borut.razem AT siol.net>
8118
8119         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8120           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8121           message "unmatched #pragma SAVE and #pragma RESTORE"
8122
8123 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8124
8125         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8126           assembly, critical functions, atomic, nojtbound)
8127
8128 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8129
8130         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8131         * src/SDCCBBlock.h
8132         * src/SDCCloop.c
8133         * src/SDCCloop.h
8134         * src/SDCClrange.c
8135
8136 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8137
8138         * src/z80/gen.h,
8139         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8140         * src/mcs51/gen.h
8141         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8142         * src/ds390/gen.h
8143         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8144         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8145         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8146
8147 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8148
8149         * src/z80/gen.c (genRet): fixed bug #524753
8150         * src/z80/gen.c (genCast): fixed internal error on cast from
8151         pointer to long
8152         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8153         fix for bug #477835 to the z80
8154         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8155         for tracking iCodes in the peephole optimizer for z80
8156
8157 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8158
8159         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8160         the other part of bug #814548
8161         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8162
8163 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8164
8165         * src/SDCCcse.c: fixed part of bug #814548
8166
8167 2003-09-28  Borut Razem <borut.razem AT siol.net>
8168
8169         * src/asm.c: rewrite of printILine() to use temporary file instead
8170           a pipe
8171         * src/xa51/main.c: commented out declaration of int rewinds
8172
8173 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8174
8175         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8176
8177 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8178
8179         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8180         * src/asm.c (printILine): Fixed bug #811015
8181
8182 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8183
8184         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8185         freeing.
8186
8187 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8188
8189         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8190         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8191         to correctly handle general case of AOP_PAIRPTR
8192         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8193
8194 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8195
8196         * src/mcs51/ralloc.c (fillGaps),
8197         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8198         register positioning bug)
8199
8200 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8201
8202         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8203
8204 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8205
8206         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8207         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8208         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8209         (ralloc doesn't intentionally do this now, but perhaps later)
8210         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8211         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8212         register positioning bugs (Fixed bug #762602 and #795325)
8213         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8214         (Fixed bug #808779)
8215         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8216         lines that --i-code-in-asm generates
8217
8218 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8219
8220         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8221         trying to fclose a FILE* that was already closed.
8222
8223 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8224
8225         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8226         of const struct should be treated as if const themselves)
8227
8228 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8229
8230         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8231
8232 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8233
8234         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8235         Unix (/n) and DOS (/r/n) line terminations.
8236
8237 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8238
8239         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8240         bug #613775
8241
8242 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8243
8244         * src/mcs51/gen.c (genFunction, genEndFunction),
8245         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8246         and restore of EA so that stack offsets to parameters are
8247         correct when using both critical and reentrant/stack-auto.
8248         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8249         size (can be triggered in error if sloc is shared between
8250         different sized objects)
8251         * device/include/float.h: fixed macros to explicitly use
8252         unsigned long where needed
8253
8254 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8255
8256         Feature req. 799831: added code to allow nesting of critical functions
8257         * src/mcs51/gen.c (genFunction, genEndFunction)
8258         * src/ds390/gen.c (genFunction, genEndFunction)
8259
8260 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8261
8262         * src/SDCCsymt.c (sclsFromPtr),
8263         * src/SDCCsymt.h,
8264         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8265         support for standard C idiom of memory mapped variables; for
8266         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8267         to xdata int at 0x1234 tempvar = 1.
8268         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8269         provided by Akiya ISHIDA
8270
8271 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8272
8273         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8274         * src/SDCCval.c (constVal): added reduction from int to char
8275         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8276         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8277         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8278         to ignore the sign
8279         * support/regression/tests/shifts.c: fixed
8280
8281 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8282
8283         * src/z80/gen.c (genXor): Fixed bug #805445
8284
8285 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8286
8287         Fixed bug #621531 (const & volatile confusion in the type chain).
8288         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8289         refer to the const or volatile state of the pointer itself.
8290
8291         * src/SDCCast.c
8292         * src/SDCCglue.c
8293         * src/SDCCicode.c
8294         * src/SDCCsymt.c
8295         * src/SDCCval.c
8296         * src/SDCC.y
8297         * src/SDCCsymt.h
8298         * src/pic/gen.c
8299         * src/pic/ralloc.c
8300         * src/pic16/gen.c
8301         * src/pic16/ralloc.c
8302         * support/regression/tests/const.c
8303
8304 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8305
8306         When checking for duplicated modules, use absolute paths
8307         instead of relative paths.  Files changed:
8308
8309         * as/mcs51/lklib.c
8310         * link/z80/lklib.c
8311
8312 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8313
8314         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8315
8316 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8317
8318         * device/include/string.h: added size_t typedef, changed
8319         prototypes to use size_t, eliminated separate reentrant and
8320         non-reentrant declarations, added _memmove declaration
8321         * device/lib/_memcpy.c: changed to use size_t instead of int,
8322         changed /4 to >>2 to avoid division library call
8323         * device/lib/_memcmp.c,
8324         * device/lib/_memset.c,
8325         * device/lib/_strncat.c,
8326         * device/lib/_strncpy.c,
8327         * device/lib/_strncmp.c: changed to use size_t instead of int
8328         * device/lib/_memmove.c: new file (fixed bug #772294)
8329         * device/lib/Makefile.in: added _memmove.c
8330         * device/lib/z80/asm_strings.s: fixed bug #772290
8331         * support/regression/tests/bitfields.c: attempt to fix host assertion
8332         failure on amd64-unknown-linux2.2
8333
8334 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8335
8336         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8337         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8338         * as/z80/asmain.c (main): fixed bug #801766
8339
8340 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8341
8342         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8343         compilers
8344
8345 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8346
8347         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8348         reported in bug #800609
8349
8350 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8351
8352         * Top header beautifications in src/pic16 directory:
8353           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8354           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8355           pcoderegs.h, ralloc.c, ralloc.h
8356         * main.c: added top header and GPL license notice
8357         * pcode.c: fixed the if-conditional warning
8358
8359 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8360
8361         * device/lib/_mullong.c: replaced int by short for gcc
8362
8363 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8364
8365         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8366         and JUMPTABLE iCodes properly now (worked by accident before)
8367         * src/mcs51/gen.c (leftRightUseAcc),
8368         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8369         iCode properly now. Use getSize instead of nRegs since a & b
8370         aren't part of the nRegs tally.
8371
8372 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8373
8374         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8375         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8376           before instructions that use the _STATUS register
8377
8378 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8379
8380         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8381         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8382         fetching of the pointer
8383         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8384         copied from genNearPointerSet()
8385         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8386         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8387         If they pop r0/r1 they must be called in the opposite order than aopOp().
8388         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8389         (resp. --stack-auto), prepared for --xstack
8390
8391 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8392
8393         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8394
8395 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8396
8397         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8398         these ports have their own __sdcc_external_start()
8399
8400 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8401
8402         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8403         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8404         type for bits was changed. It resulted in bit variables becoming
8405         global, which is not permitted in PIC 14 assembly output.
8406
8407 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8408
8409         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8410
8411 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8412
8413         Z80 and MCS51 linkers complaint if a public symbol is defined
8414         in more than one library module:
8415
8416         * as/mcs51/lklib.c
8417         * link/z80/lklib.c
8418         * as/mcs51/Makefile.in
8419
8420 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8421
8422         A few small changes that speed up the peephole optimizer.
8423
8424         * src/SDCCpeeph.c
8425
8426 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8427
8428         Try to make the peephole optimizer smarter by maintaining
8429         an association between the assembly source code and the
8430         iCodes that originated them. Put this information to use
8431         with a new peephole rule condition "notVolatile" so that
8432         the rules can be aggressive yet still safe.
8433
8434         * src/SDCCpeeph.c
8435         * src/SDCCpeeph.h
8436         * src/mcs51/gen.c
8437         * src/mcs51/peeph.def
8438
8439 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8440
8441         Fixed bug #741761
8442
8443         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8444         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8445         if the left or right operand symbols have the accuse flag set.
8446
8447 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8448
8449         Changed the type of the result of the ! (NOT) operator to char;
8450         previously it returned the same type as the source. This allows
8451         us to eliminate all the genFloatNot functions (all of its target
8452         implementations were very buggy) since !float can use the same
8453         code as !long now.
8454
8455         * src/SDCCicode.c (ast2iCode): ! returns char
8456         * src/mcs51/gen.c (genNot, genNotFloat),
8457         * src/ds390/gen.c (genNot, genNotFloat),
8458         * src/z80/gen.c (genNot, genNotFloat),
8459         * src/pic/gen.c (genNot, genNotFloat),
8460         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8461
8462 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8463
8464         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8465         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8466            during interrupts. Ensure WSAVE is located at a shared bank address.
8467         2. Fixed page selection in some places
8468         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8469            the registers name strings.
8470         4. Fixed "signed / unsigned compare" compiler warnings.
8471         5. The PIC port manages its own allocation of the general purpose
8472            registers, but makes no attempt to reuse them. As a result when
8473            compiling it soon runs out of general purpose registers. Some
8474            additional code was added to the files pcode.c and device.c to walk
8475            through the function call tree and rename the registers so that they
8476            get reused.
8477
8478         * src/pic/device.c
8479         * src/pic/gen.c
8480         * src/pic/glue.c
8481         * src/pic/pcode.c
8482         * src/pic/pcode.h
8483         * src/pic/ralloc.c
8484         * src/pic/ralloc.h
8485         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8486         genPlus() & genMinus() when the result is the same as left or right
8487
8488 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8489
8490         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8491
8492 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8493
8494         Made bitfield a distinct type from bit so that bitfields
8495         convert as per ANSI C and bits retain their traditional
8496         boolean style behaviour. Implemented bitfield support in
8497         the z80 port.
8498
8499         * src/SDCCsymt.h,
8500         * src/SDCCsymt.c,
8501         * src/SDCCast.c,
8502         * src/cdbFile.c,
8503         * src/mcs51/gen.c,
8504         * src/ds390/gen.c: bit v bitfield split
8505         * src/z80/gen.c: New support for bitfields
8506         * support/regression/tests/bitfields.c: reenabled z80,
8507         added more tests
8508
8509 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8510
8511         Rules 246.x, 247.x relate to bitfields, the others speed up
8512         access to xdata mapped I/O devices.
8513
8514         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8515
8516 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8517
8518         Cleaned up genPackBits and genUnpackBits and added two helper
8519         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8520         for literal assignments in genPackBits (thanks to Frieder for
8521         reminding me).
8522
8523         * src/mcs51/gen.c
8524         * src/ds390/gen.c
8525
8526 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8527
8528         Fixed bug #748310 (pointer to function type mishandled when the
8529         function name is omitted). Also fixed a SIGSEGV when a function
8530         attribute (reentrant, etc) is used on a non-function or on a
8531         function but misplaced before the parameter list.
8532
8533         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8534         bug #748310
8535         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8536         * support/Util/SDCCerr.h,
8537         * support/Util/SDCCerr.c: Added func attr misuse error msg
8538
8539 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8540
8541         Fixed bug #787649 by anonymous
8542         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8543         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8544
8545 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8546
8547         Fixed numerous bitfield problems.
8548
8549         * src/SDCC.y: More bitfield related error checking
8550         * src/SDCCsymt.h,
8551         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8552         * support/Util/SDCCerr.h,
8553         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8554         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8555         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8556         * support/regression/tests/bitfields.c: tests added
8557
8558 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8559
8560         Made the constant following the "interrupt" keyword optional. If
8561         omitted, the function will not automatically be given an entry
8562         in the interrupt vector table (similar to #pragma NOIV, but
8563         less syntacticly kludgy). The interrupt number is also now
8564         range checked. Also fixed a bug in the high order bit example
8565         in the manual.
8566
8567         * src/SDCC.y
8568         * src/SDCCmem.c
8569         * src/SDCCglue.c
8570         * src/SDCCsymt.h
8571         * support/Util/SDCCerr.c
8572         * support/Util/SDCCerr.h
8573         * doc/sdccman.lyx
8574
8575 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8576
8577         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8578         * src/SDCCicode.c (operandOperation): rewritten some ops
8579         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8580         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8581         other type
8582         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8583         be re-activated by defining REDUCE_LITERALS)
8584         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8585         unsigned, but are signed by default
8586         * src/SDCCval.c (constVal): rearranged
8587         * src/SDCCval.c (valMod): preliminary fix
8588         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8589         * support/regression/literalop.c: added, work in progress
8590
8591 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8592
8593         Generate warnings for useless declarations like "char data;"
8594         that don't do what new users expect.
8595
8596         * src/SDCC.y
8597         * support/Util/SDCCerr.h
8598         * support/Util/SDCCerr.c
8599
8600 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8601
8602         * src/SDCCval.c (valMult): fix overflow detection of negative int
8603
8604 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8605
8606         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8607
8608         Changes to support big endian targets:
8609
8610         * src/ports.h
8611         * src/SDCCglue.c
8612         * src/avr/main.c
8613         * src/ds390/main.c
8614         * src/izt/i186.c
8615         * src/mcs51/main.c
8616         * src/pic/main.c
8617         * src/pic16/main.c
8618         * src/xa51/main.c
8619         * src/z80/main.c
8620
8621 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8622
8623         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8624         * device/lib/time.c: fixed warning "integer overflow in expression"
8625
8626 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8627
8628         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8629         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8630         constants are unsigned; added recognition of "u" flag for unsigned
8631         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8632         * src/SDCCval.c (valDiv, valMod): fixed signdness
8633         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8634         signedness of modulo, left and right shift
8635         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8636         * support/Util/SDCCerr.h: added warning W_INT_OVL
8637         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8638         * src/SDCCast.c (ast_print): improved output of constants
8639
8640 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8641
8642         Fixed some warnings when building with MSVC:
8643
8644         * as\mcs51\asdata.c
8645         * as\z80\asdata.c
8646         * as\mcs51\asm.h
8647         * as\z80\asm.h
8648         * link\z80\aslink.h
8649         * link\z80\lkdata.c
8650         * link\z80\lkeval.c
8651         * link\z80\lkgb.c
8652         * link\z80\lkihx.c
8653         * link\z80\lks19.c
8654         * link\z80\lksym.c
8655         * support\cpp2\cpplib.c
8656         * src\ds390\gen.c
8657         * src\mcs51\gen.c
8658
8659 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8660
8661         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8662
8663 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8664
8665         * support\librarian\clean.mk: Do not remove Makefile.
8666         * support\librarian\Makefile: added.
8667
8668 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8669
8670         Added librarian to MSVC build:
8671         * all.dsp
8672         * sdcc.dsw
8673         * support\librarian\librarian.dsp
8674
8675         'configure' not needed for librarian, removed:
8676         * support\librarian\configure
8677         * support\librarian\configure.in
8678         * support\librarian\config_in.h
8679         * support\librarian\Makefile.in
8680
8681         Hopefully these ones built the librarian and the rest of sdcc properly:
8682         * Makefile
8683         * Makefile.common.in
8684
8685         Messed up 'configure', so revert to previous version:
8686         * configure
8687         * configure.in
8688
8689 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8690
8691         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8692         there, while the mantissa of a double is "only" 53 bits wide.
8693
8694 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8695
8696         Adding sdcclib to the build.  MSVC project coming soon.
8697         Files added/changed:
8698
8699         * support\librarian\clean.mk
8700         * support\librarian\configure
8701         * support\librarian\configure.in
8702         * support\librarian\config_in.h
8703         * support\librarian\Makefile.bcc
8704         * support\librarian\Makefile.in
8705         * support\librarian\sdcclib.c
8706         * Makefile.bcc
8707         * Makefile
8708         * Makefile.common.in
8709         * configure
8710         * configure.in
8711
8712 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8713
8714         Linker now complaints if linked modules have conflicting options, for
8715         example, one compiled using --model-large and another one compiled with
8716         --model-small.  The following files were modified:
8717
8718         * as\mcs51\asdata.c
8719         * as\mcs51\aslink.h
8720         * as\mcs51\asm.h
8721         * as\mcs51\asmain.c
8722         * as\mcs51\asout.c
8723         * as\mcs51\i51pst.c
8724         * as\mcs51\lkdata.c
8725         * as\mcs51\lklibr.c
8726         * as\mcs51\lkmain.c
8727         * as\z80\asdata.c
8728         * as\z80\asm.h
8729         * as\z80\asmain.c
8730         * as\z80\asout.c
8731         * as\z80\z80pst.c
8732         * link\z80\aslink.h
8733         * link\z80\lkdata.c
8734         * link\z80\lklibr.c
8735         * link\z80\lkmain.c
8736         * src\SDCCglue.c
8737
8738 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8739
8740         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8741         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8742
8743 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8744
8745         * src/z80/mappings.i: fix _mul[us][int,long] entries
8746
8747 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8748
8749         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8750
8751 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8752
8753         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8754         * support/regression/tests/bitopcse.c: added
8755         fixed warning:
8756         * src/avr/gen.c:
8757         * src/pic/gen.c:
8758         * src/pic16/gen.c:
8759         * src/z80/gen.c:
8760         * src/xa51/gen.c:
8761
8762 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8763
8764         added support for new library format to z80, gbz80 linkers:
8765         *link/z80/aslink.h
8766         *link/z80/lklex.c
8767         *link/z80/lklib.c
8768         *link/z80/lklist.c
8769
8770 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8771
8772         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8773         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8774
8775 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8776
8777         added DUMMY_READ_VOLATILE:
8778         * src/SDCC.y:
8779         * src/avr/gen.c:
8780         * src/xa51/gen.c:
8781         * src/z80/gen.c:
8782         * src/pic/gen.c:
8783         * src/pic16/gen.c:
8784         * src/mcs51/gen.c:
8785         * src/ds390/gen.c:
8786         * src/SDCCcse.c (algebraicOpts): many improvements
8787         * src/SDCCcse.h: removed algebraicOpts()
8788         * src/SDCCicode.c (picDummyRead): added
8789
8790 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8791
8792         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8793         "Insufficient space in data memory".
8794
8795 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8796
8797         * src/mcs51/gen.c: fixed bug #771358
8798         * src/z80/gen.c: fixed bug #759087
8799
8800 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8801
8802         * src/pic16/glue.c: minor cleanup by Vangelis
8803
8804 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8805
8806         * device/include/regc515c.h: fixed #758477
8807         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8808         * device/lib/_gptrput.c: saved a few bytes
8809         * my tab spacing is 8, yours too?)
8810         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8811         * device/lib/serial.c: process RX bytes earlier than TX bytes
8812         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8813
8814 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8815
8816         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8817
8818 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8819
8820     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8821
8822 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8823
8824         * device/lib/Makefile.in: bad fix, reverted to 1.43
8825
8826 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8827
8828         * device/lib/Makefile.in: added missing z80 object files
8829
8830 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8831
8832         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8833         pic16 progress by Vangelis:
8834         * src/SDCCglobl.h:
8835         * src/SDCCmain.c:
8836         * src/pic/Makefile:
8837         * src/pic:
8838         * pic/Makefile:
8839         * pic16/device.c:
8840         * pic16/device.h:
8841         * pic16/gen.c:
8842         * pic16/gen.h:
8843         * pic16/genarith.c:
8844         * pic16/glue.c:
8845         * pic16/main.c:
8846         * pic16/pcode.c:
8847         * pic16/pcode.h:
8848         * pic16/pcodepeep.c:
8849         * pic16/peeph.def:
8850
8851 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8852
8853     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8854
8855 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8856
8857     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8858     added gbz80 build to MSVC project.
8859     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8860     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8861     from 8051 stuff and setup so it links using a .lnk file.
8862
8863 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8864
8865     * support/librarian/sdcclib.c: sdcc librarian.
8866     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8867     with sdcclib.
8868
8869 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8870
8871     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8872
8873 2003-07-02  Borut Razem <borut.razem AT siol.net>
8874
8875         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8876         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8877         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8878         src/xa51/main.c, src/z80/main.c:
8879         virtualization of glue() function: each port has it's own glue function,
8880         which is accessed by do_glue function pointer in PORT.general structure
8881
8882 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8883
8884         * DS800C400 fun, improved ROM interface and tinibios.
8885
8886 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8887
8888         * More support for DS80C400. Now includes beginning of interface to ROM.
8889
8890 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8891
8892         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8893
8894 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8895
8896         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8897
8898 2003-06-19  Borut Razem <borut.razem AT siol.net>
8899
8900         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8901
8902 2003-06-19  Borut Razem <borut.razem AT siol.net>
8903
8904         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8905         fixed Z80 port - crt0.o: cannot open.
8906
8907 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8908
8909         * support/Util/MySystem.c (merge_command): revert bad fix
8910
8911 2003-06-18  Borut Razem <borut.razem AT siol.net>
8912
8913         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8914
8915 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8916
8917         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8918         option --use-stdout sends errors to stdout instead of stderr.
8919
8920 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8921
8922         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8923
8924 2003-06-15  Borut Razem <borut.razem AT siol.net>
8925
8926         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8927         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8928         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8929         fixed width array of pointers replaced with sets;
8930         multiple include and lib paths ared transferred to preprocessor and linker
8931         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8932         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8933         fixed width array of pointers
8934         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8935         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8936         fixupPath(), getPathDifference()
8937         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8938         fixed width array of pointers
8939
8940 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8941
8942         * src/pic16/ralloc.c: fix warnings
8943         * src/pic16/pcode.c: fix warning
8944
8945 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8946
8947          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8948         know all the details, but essentially this set of changes enable
8949         the pic16 port to generate movff instructions and generate assembler
8950         directives,
8951         * src/SDCCmain.c:
8952         * src/pic16/gen.c:
8953         * src/pic16/glue.c:
8954         * src/pic16/pcode.c:
8955         * src/pic16/device.c:
8956         * src/pic16/main.c:
8957         * src/pic16/pcode.h:
8958         * src/pic16/pcoderegs.c:
8959         * src/pic16/ralloc.c:
8960         * src/pic16/ralloc.h:
8961
8962 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8963
8964         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8965         added option --vc, so sdcc errors and warnings are compatible with
8966         Microsoft Visual Studio.
8967
8968 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8969
8970         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8971           device/lib/libfloat.lib: added atof function.
8972
8973 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8974
8975         * doc/sdccman.lyx: updated to Lyx 1.3
8976         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8977         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8978         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8979
8980 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8981
8982         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8983
8984 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8985
8986         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8987           additions to the "related tools/documentation" section
8988
8989 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8990
8991         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8992
8993 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8994
8995         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8996         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8997
8998 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8999
9000         * doc/sdccman.lyx: fix double dash and other minor things
9001         * doc/Makefile: fix double dash
9002
9003 2003-05-28  Karl Bongers(patches from Martin Helmling)
9004         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
9005           condition and ignore commands.
9006
9007 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9008
9009         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9010           is in parts still quite out of date, I did changes as far as I felt makes sense
9011           for a non-native english speaker.
9012           Please feel free to add to the manual or to correct my changes.
9013         * doc/Makefile: undid touching the date of intermediate tex files.
9014
9015 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9016
9017         * doc/sdccman.lyx: Manual has an index now
9018
9019 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9020
9021         Finalize muluint/mulsint and mululong/mulslong merging:
9022         * device/lib/_mulint.c
9023         * device/lib/_mullong.c
9024         * device/lib/gbz80/mul.s
9025         * device/lib/gbz80/stubs.s
9026         * device/lib/z80/mul.s
9027         * device/lib/z80/stubs.s
9028         * src/SDCCsymt.c (initCSupport)
9029
9030 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9031
9032         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9033         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9034           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9035           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9036           instead of /Zm500.
9037
9038 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9039
9040         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9041           the regression tests I'm not brave enough to enable 245.b, 245.c
9042         * doc/sdccman.lyx: added latex preamble for hyperref package.
9043           Using pdflatex this will give you a hyperlinked pdf file with
9044           bookmarks. (prepend '%' before /usepackage if this breaks something)
9045
9046 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9047
9048          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9049
9050 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9051
9052         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9053
9054 2003-05-21    <johan AT balder>
9055
9056         * src/SDCCglue.c (printIval): fixed bug #739934
9057
9058 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9059
9060         Applied patch from bug 737905 (renamed yylineo to mylineno):
9061         * src/altlex.c
9062         * src/SDCCast.c
9063         * src/SDCglobl.h
9064         * src/SDCC.lex
9065         * src/SDCCsymt.c
9066         * src/SDCCval.c
9067         * src/pic16/pcode.c: Cleaned warnings
9068         * src/pic16/pcodeflow.c: Cleaned warnings
9069         * src/pic16/pcoderegs.c: Cleaned warnings
9070
9071 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9072
9073         * src/pic16/pcode.c: Cleaned warnings
9074         * src/pic16/pcodepeep.c: Cleaned warnings
9075         * src/pic16/ralloc.c: Cleaned warnings
9076
9077 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9078
9079         * doc/sdccman.lyx: fixed bug 739745
9080         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9081
9082 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9083
9084         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9085         it can be defined with CFLAGS when running configure
9086         * src/SDCCmain.c: fixed compiling + linking with object files
9087
9088 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9089
9090         * configure.in: configure for pic16 port,
9091             added --disable-pic16-port
9092         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9093         * src/SDCCmain.c: linkOptions is changed to set *,
9094             added if/endif conditional macros to remove options help
9095             messages from optionsTable when a port is not configured, added
9096             support for the PIc16 port in the ports table, when executing
9097             the compiler with no port specified on command line, a default
9098             port is selected with the new macro DEFAULT_PORT which is
9099             defined in port.h, in setDefaultOptions() linkOptions is removed
9100             from initialization assignment, since now it is a set,
9101             parseCmdLine uses setParseWithComma for linkOptions, in
9102             linkEdit() linkOptions are accessed with new function indexSet()
9103             which returns the i'th item of a set variable. See SDCCset.c, in
9104             linkEdit() when calling buildCmdLine(), added linkOptions as
9105             last argument. Now users can pass arguments to gplink via the
9106             -Wl option, main() uses pic16glue() to glue up pic16 programs
9107         * src/SDCCpeeph.c: various changes to support pic16
9108         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9109             return the i'th item of the set
9110         * src/SDCCset.h: added function prototype for indexSet()
9111         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9112         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9113         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9114             added macro DEFAULT_PORT
9115         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9116         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9117             generated
9118         * src/pic16/glue.c: commented out some error producing lines
9119         * src/pic16/main.c: __config directives are commented out to stop
9120             gpasm complaining and test the linkage with gplink, _linkCmd and
9121             _asmCmd changed to be more gplink and gpasm friendly
9122         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9123             produced an error when parsed, peep rule 12 is added to utilize
9124             movff, but it is commented out since the pCode does not support
9125             yet a command with 2 address arguments
9126
9127 2003-05-18    <johan AT balder>
9128
9129         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9130         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9131 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9132
9133         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9134   Added feature to script commands from file.
9135
9136 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9137
9138         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9139         * src/SDCCutil.c: include ctype.h for win32
9140
9141 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9142
9143         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9144
9145 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9146
9147         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9148   Fixed so you can set breakpoints prior to run, run does not stop
9149   on entry now.  Add tbreak.  Other enhancements and fixes for use
9150   with ddd.
9151
9152 2003-05-12  Borut Razem <borut.razem AT siol.net>
9153
9154         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9155
9156 2003-05-11  Borut Razem <borut.razem AT siol.net>
9157
9158         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9159         the path of bin directory, so that PATH is the only env. variable, which has to be set
9160         in case of standard installation.
9161         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9162         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9163         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9164
9165 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9166
9167         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9168         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9169         temp files are in the port dir; clean the gen/test directory when
9170         generating new test.c
9171         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9172         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9173         * support/regression/tests/zeropad.c: added
9174
9175 2003-05-09    <johan AT balder>
9176
9177         * src/SDCCglue.c: fixed bug #597940
9178
9179 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9180
9181         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9182   cache sfr, optimize next,step, fix off by one sourceline,
9183   support ddd list function.
9184         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9185
9186 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9187
9188         * support/regression/HTMLgen.py: added compare_s2f()
9189         * support/regression/Makefile: redo 1.27
9190         * support/regression/generate-cases.py: redo 1.5
9191
9192 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9193
9194         * support/regression/tests/float.c: workaround 33 bit hex constant
9195         * support/regression/tests/simplefloat.c: fix division for host
9196
9197 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9198
9199         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9200         that tame's the PIC's over-aggressive optimizer.
9201
9202 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9203
9204          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9205          support for MSVC.
9206
9207 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9208
9209         Initial support for DS80C400. "Hello world" runs on TINIm400
9210         (with polled I/O).
9211
9212 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9213
9214          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9215          * Some notes on ddd usage added in debugger/README
9216          Martin Helmling adding more features and fixes for ddd GUI debugger.
9217          Code added for nexti, stepi, up, down, and other adjustments.
9218
9219 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9220
9221         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9222         * src/pic/peeph.def Added two rules to optimize carry manipulation
9223         * src/pic/* removed debug printfs
9224
9225 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9226
9227         * debugger/mcs51/cmd.c: added header newalloc.h
9228
9229 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9230
9231         * as/Makefile: new EXEEXT
9232         * as/z80/Makefile: remove trailing slash of BUILDIR
9233         * as/z80/clean.mk: new EXEEXT
9234         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9235         * support/cpp2/Makefile.in: new EXEEXT
9236         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9237
9238 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9239
9240         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9241         EXEEXT was introduced to fix all related problems with targets
9242         "clean", "install" and "uninstall"; a couple of further flaws
9243         especially with "clean" have been fixed too
9244         * as/mcs51/Makefile.in
9245         * as/mcs51/clean.mk
9246         * as/z80/Makefile
9247         * Makefile
9248         * clean.mk
9249         * debugger/mcs51/Makefile.in
9250         * debugger/mcs51/clean.mk
9251         * link/z80/Makefile
9252         * link/z80/Makefile.in
9253         * link/z80/clean.mk
9254         * link/Makefile
9255         * packihx/Makefile.in
9256         * packihx/clean.mk
9257         * sim/ucsim/Makefile
9258         * sim/ucsim/clean.mk
9259         * sim/ucsim/avr.src/Makefile.in
9260         * sim/ucsim/avr.src/clean.mk
9261         * sim/ucsim/s51.src/Makefile.in
9262         * sim/ucsim/s51.src/clean.mk
9263         * sim/ucsim/xa.src/Makefile.in
9264         * sim/ucsim/xa.src/clean.mk
9265         * sim/ucsim/z80.src/Makefile.in
9266         * sim/ucsim/z80.src/clean.mk
9267         * sim/ucsim/main_in.mk
9268         * sim/ucsim/packages_in.mk
9269         * sim/ucsim/gui.src/Makefile.in
9270         * sim/ucsim/gui.src/serio.src/Makefile.in
9271         * sim/ucsim/gui.src/serio.src/clean.mk
9272         * src/Makefile.in
9273         * src/clean.mk
9274         * support/cpp2/Makefile.in
9275         * support/cpp2/clean.mk
9276         * support/makebin/Makefile
9277         * support/makebin/clean.mk
9278         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9279         * doc/sdccman.lyx: --program-suffix no longer needed
9280
9281 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9282
9283          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9284          Martin Helmling added support for ddd GUI debugger.
9285          Code added to display assembly, set variables, and other commands
9286          to interface to ddd.
9287
9288 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9289
9290         * as/Makefile: fix target clean
9291         * as/clean.mk: fix target clean
9292         * as/z80/clean.mk: fix target clean
9293
9294 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9295
9296         * Makefile.common.in: added  AT EXEEXT AT
9297         * configure.in: removed all mingw32 stuff
9298         * configure: rebuilt from configure.in
9299         * doc/sdccman.lyx: updated section "installation"
9300         * support/scripts/sdcc_mingw32: adapted to configure
9301         * support/scripts/sdcc_cygwin_mingw32: added
9302
9303 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9304
9305         * src/pic Added object file support for the PIC port
9306         * src/pic Applied patch from Craig Franklin (this started the object file support)
9307         * src/regression Updated the PIC regression tests for object files
9308
9309 2003-04-20  Borut Razem <borut.razem AT siol.net>
9310
9311         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9312           lklex.c: In function `getfid':
9313           lklex.c:203: warning: array subscript has type `char'
9314         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9315           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9316         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9317           stack handling macros
9318
9319 2003-04-19  Borut Razem <borut.razem AT siol.net>
9320
9321         * "handling space characters in file path" task:
9322         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9323         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9324         * support/Util/MySystem.h: make it self-sufficient
9325         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9326           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9327           handling space characters in file path
9328         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9329           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9330         * support/Util/MySystem.c: handling space characters in executable's path
9331
9332 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9333
9334         * as/z80/Makefile: fix permanent rebuild of z80
9335         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9336         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9337
9338 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9339
9340         * src/SDCCopt.c: add special case optimization to replace modulo by
9341           a power of two with a bitwise AND.
9342
9343 2003-04-18    <johan AT balder>
9344
9345         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9346
9347 2003-04-17    <johan AT balder>
9348
9349         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9350         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9351
9352 2003-04-13  Borut Razem <borut.razem AT siol.net>
9353
9354         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9355         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9356           fixed mingw problem in adl_NORMALIZE_PATH
9357
9358 2003-04-12  Borut Razem <borut.razem AT siol.net>
9359
9360         * fixed "#pragma SAVE/RESTORE can not be nested":
9361         * src/SDCC.lex: reworked pragma handling functions
9362         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9363         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9364
9365 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9366
9367         * src/SDCCutil.c (pathEquivalent): defined but not used
9368         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9369         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9370         * configure: rebuilt from configure.in
9371         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9372         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9373         * device/include/Makefile.in: replace sdcc_datadir
9374         * device/lib/Makefile.in: replace sdcc_datadir
9375         * Makefile.common.in: add LDFLAGS from configure
9376         * packihx/Makefile.in: use LDFLAGS
9377         * src/Makefile.in: use LDFLAGS
9378         * support/cpp2/Makefile.in: add LDFLAGS from configure
9379         * support/makebin/Makefile: use LDFLAGS
9380         * .version: bumped version number to 2.3.5
9381
9382 2003-04-12  Borut Razem <borut.razem AT siol.net>
9383
9384         * completed "different paths" task:
9385         * src/SDCCmacro.c: fixed bug in handling quotes
9386         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9387         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9388
9389 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9390
9391         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9392
9393 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9394
9395         * ds390/gen.c ds390/peeph.def: fix bug 706781
9396
9397 2003-04-11  Borut Razem <borut.razem AT siol.net>
9398
9399         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9400
9401 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9402
9403         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9404         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9405          set - this bit used to not be set...).
9406         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9407           bad code in PIC Port
9408         * src/regression/and2.c added to test bug 609268
9409         * src/regression/Makefile added and2.c to regression test
9410
9411
9412 2003-04-08    <johan AT CP255758-A>
9413
9414         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9415         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9416         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9417
9418 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9419
9420         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9421         fix bug #487815
9422         * support/cpp2/Makefile.in: fix bug #487815
9423         * configure: rebuilt from configure.in
9424         * Makefile.common.in: docdir changed, new path suffixes
9425         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9426         * sdcc_vc_in.h: reflect changes from sdccconf.h
9427         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9428         * src/SDCCutil.h: remove BINDIR hack
9429         * doc/sdccman.lyx: update new path hierarchy
9430
9431 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9432
9433         * src/SDCCpeeph.c: added okToRemoveSLOC test
9434
9435 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9436
9437         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9438
9439 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9440
9441         * src/SDCCpeeph.c: added labelIsReturnOnly test
9442         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9443
9444 2003-04-05    <johan AT balder>
9445
9446         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9447         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9448         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9449         * src/SDCCast.c: fixed a warning
9450         * src/SDCCast.h: fixed a warning
9451         * src/SDCCicode.c (operandFromAst): fixed a warning
9452
9453 2003-04-04    <johan AT balder>
9454
9455         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9456         * src/SDCCast.c (decorateType): fixed bug #715076
9457         * src/SDCC.y: fixed bug #702907
9458
9459 2003-04-03    <johan AT balder>
9460
9461         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9462         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9463         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9464         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9465         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9466
9467 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9468
9469         * _decdptr.c: fix return values
9470         * _gptrget.c: fix return values
9471         * _gptrgetc.c: fix return values
9472         * _gptrput.c: fix return values
9473         * _mulint.c: fix return values
9474         * as/z80/Makefile: fix 'make -j' problem
9475
9476 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9477
9478         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9479         * configure.in: big cleanup, updated to autoconf 2.5x
9480         * configure: rebuilt from configure.in
9481         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9482         * sdcc_vc_in.h: reflect changes from sdccconf.h
9483         * doc/Makefile: fixed a flaw in "make install"
9484
9485 2003-04-02    <johan AT balder>
9486
9487         * src/ds390/gen.c (genCmp): no comments
9488         * src/mcs51/gen.c (genCmp): no comments
9489         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9490         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9491
9492 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9493
9494         * support/regression/generate-cases.py: place generated file in given sub directory
9495         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9496         * support/regression/Makefile: improvements for 'make -j';
9497         side effect: it's simpler and faster now
9498
9499 2003-03-31  Borut Razem <borut.razem AT siol.net>
9500
9501         * src/z80/main.c: link-{port} and as-{port} defined without path
9502         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9503
9504 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9505
9506         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9507
9508 2003-03-30  Borut Razem <borut.razem AT siol.net>
9509
9510         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9511           changed type of list parameter to set
9512         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9513         * src/port.h: changed type of do_assemble() parameter to set
9514         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9515           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9516           definition of "cppoutfilename" macro with NULL value in preProcess()
9517         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9518         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9519         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9520           replaced with set *binPathSet
9521         * shash_add() deallocates the item, if allready exsists, before adding the new one
9522         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9523
9524 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9525
9526         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9527           a nested for loop bug in the PIC port
9528         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9529           for loops
9530
9531 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9532
9533         * support/Util/dbuf.h: remove C++ stuff to make it portable
9534
9535 2003-03-28  Borut Razem <borut.razem AT siol.net>
9536
9537         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9538           literal strings in stringLiteral()
9539         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9540         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9541           to the project
9542
9543 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9544
9545         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9546
9547 2003-03-26    <johan AT balder>
9548
9549         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9550         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9551         * src/SDCCast.c (decorateType): fixed " -v < 3"
9552
9553 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9554
9555         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9556         Added Lenny Story's debug infrastructure changes:
9557         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9558         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9559         * src/cdbFile.c: added
9560         * src/SDCCdebug.c: added
9561         * src/SDCCdebug.h: added
9562         * src/SDCCast.c (createFunction)
9563         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9564         * src/SDCCmain.c (parseCmdLine, main)
9565         * src/SDCCmem.c (redoStackOffsets)
9566         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9567         * src/SDCCsymt.h
9568         * src/common.h
9569         * src/avr/gen.c (genAVRCode)
9570         * src/ds390/gen.c (gen390Code)
9571         * src/mcs51/gen.c (gen51Code)
9572         * src/pic/gen.c (genpic14Code)
9573         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9574         * src/xa51/gen.c (genXA51Code)
9575         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9576
9577 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9578
9579         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9580         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9581
9582 2003-03-22    <johan AT balder>
9583
9584         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9585
9586 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9587
9588         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9589         * doc/cdbfileformat.lyx: added, written by Lenny Story
9590         * doc/Makefile: added cdbfileformat.lyx
9591         * doc/clean.mk: added cdbfileformat.lyx
9592
9593 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9594
9595         * src/mcs51/peeph.def: fix bug #705773
9596
9597 2003-03-20    <johan AT balder>
9598
9599         An sfr/sbit can have an "at #" AND an initializer
9600         * src/SDCCsymt.c (checkSClass):
9601         * src/SDCCmem.c (allocGlobal):
9602         * src/SDCCmem.c (allocLocal):
9603         * src/SDCCast.c (createBlock):
9604
9605 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9606
9607         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9608
9609 2003-03-16    <johan AT balder>
9610
9611         Undid the hackup of const and volatile, the problem is much bigger
9612         * src/SDCC.y:1.65
9613         * src/SDCCast.c:1.171
9614         * src/SDCCglue.c:1.138
9615         * src/SDCCicode.c:1.146
9616         * src/SDCCsymt.c:1.150
9617         * src/SDCCval.c:1.65
9618
9619 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9620
9621         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9622         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9623
9624 2003-03-13    <johan AT balder>
9625
9626         Hackup const and volatile modifiers in type chains a bit:
9627         * src/SDCC.y:1.63
9628         * src/SDCCast.c:1.169
9629         * src/SDCCglue.c:1.136
9630         * src/SDCCicode.c:1.143
9631         * src/SDCCsymt.c1.146
9632         * src/SDCCsymt.h1.59
9633         * src/SDCCval.c:1.63
9634
9635 2003-03-12    <johan AT balder>
9636
9637         * src/SDCCBBlock.h: more LRH debugging junk
9638         * src/SDCCcflow.h: more LRH debugging junk
9639         * src/SDCCloop.c: more LRH debugging junk
9640         * src/SDCC.y (struct_declaration): fixed bug #697590
9641         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9642         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9643         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9644
9645 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9646         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9647         test function names must now match exactly).
9648         * src/SDCCcse.c: added special case in findCheaperOp to allow
9649         extending a short integer. Makes less awful code for bug 700121 test case.
9650
9651 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9652
9653         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9654         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9655
9656 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9657
9658         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9659         actually called (operandsNotEqual() was called for all
9660         operandsNotEqualX tests).
9661
9662 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9663
9664         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9665         with shorter literals. Fixes bug 700121.
9666
9667 2003-03-11    <johan AT balder>
9668
9669         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9670
9671 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9672
9673         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9674         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9675
9676 2003-03-10  Borut Razem <borut.razem AT siol.net>
9677
9678         * src/SDCCmain.c: pipe preprocessor's output
9679         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9680         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9681         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9682         which closes all pipes in pipeSet set
9683         * src/SDCCset.c: free deleted item in function deleteSetItem()
9684         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9685         moved from z80 to src subproject
9686         * .version: increased version number to 2.3.4
9687
9688 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9689
9690         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9691         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9692         * support/regression/ports/xa51/spec.mk: fix typo
9693
9694 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9695
9696         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9697
9698 2003-03-09  Borut Razem <borut.razem AT siol.net>
9699
9700         * src/SDCCmain.c: pipe preprocessor's output
9701         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9702         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9703         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9704         which closes all pipes in pipeSet set
9705         * src/SDCCset.c: free deleted item in function deleteSetItem()
9706         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9707         moved from z80 to src subproject
9708
9709 2003-03-09  Borut Razem <borut.razem AT siol.net>
9710
9711         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9712         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9713         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9714         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9715         * src/SDCCglobl.h: unification of WIN32 native definitions
9716
9717 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9718
9719         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9720
9721 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9722
9723         * src/configure.in:   check for endianess (even while cross-compiling)
9724         * src/configure:      check for endianess (even while cross-compiling)
9725         * src/configure_in.h: check for endianess (even while cross-compiling)
9726         * src/avr/gen.c:        remove old endianess stuff
9727         * src/mcs51/gen.c:      remove old endianess stuff
9728         * src/ds390/gen.c:      remove old endianess stuff
9729         * src/pic/gen.c:        remove old endianess stuff
9730         * src/pic/genarith.c:   remove old endianess stuff
9731         * src/pic/glue.c:       fix endianess check
9732         * src/pic16/gen.c:      remove old endianess stuff
9733         * src/pic16/genarith.c: remove old endianess stuff
9734         * src/pic16/glue.c:     fix endianess check
9735         * src/xa51/gen.c:       remove old endianess stuff
9736         * src/z80/gen.c:        fix endianess check
9737         * src/SDCCglue.c:       fix endianess check
9738         * src/ds390/peeph.def: fix bug 700036
9739
9740 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9741
9742         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9743         * src/configure: find appropriate data-types on host for SDCC's int and long
9744         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9745         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9746         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9747
9748 2003-03-07    <johan AT balder>
9749
9750         Just a big NOOP:
9751                 some minor cleanups before the big shot
9752                 OP_DEFS and OP_USES now use Kevin's protection
9753                 new option --nolabelopt
9754
9755         * src/SDCCBBlock.c:
9756         * src/SDCCast.c,:
9757         * src/SDCCcflow.c:
9758         * src/SDCCcse.c:
9759         * src/SDCCicode.c:
9760         * src/SDCCicode.h:
9761         * src/SDCClabel.c:
9762         * src/SDCCloop.c:
9763         * src/SDCCmain.c:
9764         * src/ds390/ralloc.c:
9765         * src/mcs51/ralloc.c:
9766         * src/pic/ralloc.c:
9767         * src/xa51/ralloc.c:
9768         * src/z80/ralloc.c:
9769
9770 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9771
9772         * src/pic/pcode.c (get_op): fix 64 bit warnings
9773         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9774         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9775         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9776         * support/regression/tests/malloc.c: fix 64 bit warnings
9777
9778 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9779
9780         * src/mcs51/gen.c (genMinus): fixed bug 696436
9781
9782 2003-03-02  Borut Razem <borut.razem AT siol.net>
9783
9784         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9785
9786 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9787
9788         * configure.in: test for mkstemp
9789         * sdccconf_in.h: add HAVE_MKSTEMP
9790
9791 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9792
9793         * device/include/ctype.h: removed warning while using --stack-auto
9794         * device/include/malloc.h: removed warning while using --stack-auto
9795         * device/include/string.h: removed warning while using --stack-auto
9796
9797 2003-02-23  Borut Razem <borut.razem AT siol.net>
9798
9799         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9800         because NDEBUG is defined (see man assert)
9801         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9802
9803 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9804
9805         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9806         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9807
9808 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9809
9810         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9811         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9812
9813 2003-02-18    <johan AT balder>
9814
9815         * as/mcs51/asmain.c (asmbl): module can start with a digit
9816         * as/z80/asmain.c (asmbl): module can start with a digit
9817
9818 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9819
9820         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9821         * src/asm.c: fix pipe() for Mingw32
9822
9823 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9824
9825         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9826         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9827         make -V work again; --c1mode reads now from stdin
9828         * doc/sdccman.lyx: added --c1mode
9829         * support/Util/SDCCerr.c: new messages for c1 mode
9830         * support/Util/SDCCerr.h: new messages for c1 mode
9831         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9832
9833 2003-02-15    <johan AT balder>
9834
9835         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9836
9837 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9838
9839         * doc/sdccman.lyx: Environment variables, -o and other minor things
9840
9841 2003-02-14    <johan AT balder>
9842
9843         * src/xa51/main.c: before anyone really tries to use it :)
9844
9845         * Install doc's in share/sdcc/doc
9846         * removed some obsolete files
9847         * Do a proper make distclean and uninstall
9848         M Makefile.common.in
9849         R sdccbuild.sh
9850         M as/Makefile
9851         M device/include/Makefile.in
9852         M device/lib/Makefile.in
9853         M doc/sdccman.lyx
9854         M link/Makefile
9855         M sim/ucsim/doc/Makefile.in
9856         M src/clean.mk
9857         R src/avr/peeph.rul
9858         R src/xa51/peeph.rul
9859         M support/cpp2/Makefile.in
9860         M support/makebin/Makefile
9861
9862
9863 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9864
9865         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9866
9867 2003-02-10  Borut Razem <borut.razem AT siol.net>
9868
9869         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9870         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9871         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9872         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9873         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9874         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9875         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9876         src/z80/Makefile.bcc: Borland Makefile cleanup
9877         * as/z80/Makefile.bcc: Added Borland Makefile
9878         * support/cpp2/borland.h: Removed
9879
9880 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9881
9882         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9883         * src/SDCC.lex: new pragma NOIV
9884         * src/SDCCglobl.h: new pragma NOIV
9885         * src/SDCCmem.c: new pragma NOIV
9886
9887 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9888
9889         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9890
9891 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9892
9893         * src/SDCCmain.c: signal handling is switched off by --debug
9894         * doc/Makefile: small fix for install; use clean.mk again
9895         * doc/clean.mk: clean *.pdf and *.html too
9896
9897 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9898
9899         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9900         * device/lib/printfl.c: fix a ds390 bug by making it portable
9901         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9902         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9903         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9904         * debugger/mcs51/cmd.c: converted multi-line string literals
9905         * sim/ucsim/globals.cc: converted multi-line string literals
9906         * src/SDCCmain.c: introduced signal handler to remove temp files
9907         * doc/Makefile: small tweaks, implement clean
9908         * doc: removed generated files
9909
9910 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9911
9912         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9913         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9914         Address Record is not correctly generated for DS390."
9915
9916 2003-02-02  Borut Razem <borut.razem AT siol.net>
9917
9918         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9919         * as/mcs51/asm.h: fixed compilation with Borland C
9920         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9921         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9922         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9923         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9924         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9925         src/z80/Makefile.bcc: delete $(LIB) only if exist
9926         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9927
9928 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9929
9930         * device/include/malloc.h: introduced NULL
9931         * device/include/string.h: introduced NULL
9932         * device/include/stdlib.h: introduced NULL
9933         * device/lib/_memcpy.c: removed NULL
9934         * device/lib/_strcat.c: removed NULL
9935         * device/lib/_strchr.c: removed NULL
9936         * device/lib/_strcmp.c: removed NULL
9937         * device/lib/_strcpy.c: removed NULL
9938         * device/lib/_strcspn.c: removed NULL
9939         * device/lib/_strlen.c: removed NULL
9940         * device/lib/_strncat.c: removed NULL
9941         * device/lib/_strncmp.c: removed NULL
9942         * device/lib/_strncpy.c: removed NULL
9943         * device/lib/_strpbrk.c: removed NULL
9944         * device/lib/_strrchr.c: removed NULL
9945         * device/lib/_strspn.c: removed NULL
9946         * device/lib/_strstr.c: removed NULL
9947         * device/lib/_strtok.c: removed NULL
9948         * device/lib/malloc.c: removed NULL, include own header
9949
9950 2003-02-02    <johan AT balder>
9951
9952         * 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
9953         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9954         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9955         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9956         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9957         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9958
9959 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9960
9961         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9962         area 'DATA'"
9963
9964 2003-02-01    <johan AT balder>
9965
9966         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9967
9968 2003-01-31    <johan AT CP255758-A>
9969
9970         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9971
9972 2003-01-30    <johan AT balder>
9973
9974         * src/SDCCBBlock.c: automatic bug detection
9975         * src/SDCCicode.c: automatic bug detection
9976
9977 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9978
9979         * src/SDCCglobl.h:   now --xram-size 0 works
9980         * src/SDCCmain.c:    now --xram-size 0 works
9981
9982 2003-01-29    <johan AT balder>
9983
9984         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9985
9986 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9987
9988         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9989         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9990         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9991         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9992         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9993         * src/SDCCmain.c:    Added options --xram-size and --code-size
9994
9995 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9996
9997         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9998         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9999
10000 2003-01-27    <johan AT balder>
10001
10002         * src/SDCC.y: fixed bug #613764
10003
10004 2003-01-26    <johan AT balder>
10005
10006         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
10007         * src/SDCCsymt.h: fixed bug #673374
10008         * src/SDCCglue.c: fixed bug #661910
10009         * src/SDCCast.c: fixed bug #458099 and 673374
10010
10011 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10012
10013         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10014         * as/mcs51/strcmpi.h: added
10015         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10016         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10017         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10018         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10019         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10020         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10021         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10022         * as/mcs51/Makefile.aslink: new module strcmpi
10023         * as/mcs51/Makefile.asx8051: new module strcmpi
10024         * as/mcs51/Makefil.bcc: new module strcmpi
10025         * as/mcs51/Makefile.in: new module strcmpi
10026         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10027
10028 2003-01-26    <johan AT balder>
10029
10030         * src/SDCCglue.c: reverted back to 1.124
10031         * src/SDCCast.c: reverted back to 1.156
10032         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10033
10034 2003-01-25    <johan AT balder>
10035
10036         * src/SDCCglue.c: A better fix for bug #661910
10037         * src/SDCCast.c: A better fix for bug #661910
10038         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10039
10040 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10041
10042         * src/Makefile.in: remove spawn.o
10043         * src/SDCCmain.c: remove spawn.h
10044         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10045         * src/spawn.c: removed
10046         * src/spawn.h: removed
10047         * support/regression/ports/ds390/spec.mk: link with -r
10048
10049 2003-01-24    <johan AT CP255758-A>
10050
10051         * src/ds390/gen.c (aopOp): fixed bug #667458
10052         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10053         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10054         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10055
10056 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10057
10058         * src/mcs51/peeph.def: better assembler identation by Frieder
10059         * src/mcs51/gen.c: better assembler identation by Frieder
10060
10061 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10062
10063         * as/z80/string.h: removed for gcc 3.2
10064         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10065         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10066
10067 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10068
10069         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10070         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10071         * support/regression/Makefile: separate temp files for ports
10072         * support/regression/generate-cases.py: separate temp files for ports
10073         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10074         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10075
10076 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10077
10078         * moved tinitalk to device/examples/ds390
10079
10080 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10081
10082         * as/mcs51/lkmem.c: rflag is for DS390
10083         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10084         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10085                          (linkEdit): move mem- and map-files the same way as ihx-files
10086         * src/z80/main.c (_setDefaultOptions): removed --generic
10087         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10088         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10089         * src/pic/glue.c (picglue): --c1mode works again
10090         * src/pic16/glue.c (pic16glue): --c1mode works again
10091         * src/asm.c (printCLine): fix #660034
10092
10093 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10094
10095         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10096         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10097         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10098         * as/mcs51/lkmem (summary): better fix for sp problem
10099         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10100         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10101         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10102                                               remove --stack-after-data
10103
10104 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10105
10106         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10107         * src/SDCCutil.c (join): ugly bug: missing '\0'
10108         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10109
10110 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10111
10112         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10113         * src/port.h: typo
10114         * src/pic/main.c (_asmCmd): gpasm supports -o
10115         * src/z80/main.c: more general macros
10116         * device/lib/Makefile.in: remove intermediate files
10117
10118 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10119
10120         * .version: Bumped version number to 2.3.3
10121         * src/SDCCBBlock.c: new option -o
10122         * src/SDCCglobl.h: new option -o
10123         * src/SDCCglue.c: new option -o
10124         * src/SDCCmain.c: new option -o
10125         * src/asm.c: new option -o
10126         * src/ds390/main.c: new option -o
10127         * src/pic/glue.c: new option -o
10128         * src/pic/pcode.c: new option -o
10129         * src/pic/ralloc.c: new option -o
10130         * src/pic16/glue.c: new option -o
10131         * src/pic16/pcode.c: new option -o
10132         * src/pic16/ralloc.c: new option -o
10133         * src/z80/main.c: new option -o
10134         * device/lib/Makefile.in: use -o
10135         * support/regression/ports/ds390/spec.mk: use -o
10136         * support/regression/ports/gbz80/spec.mk: use -o
10137         * support/regression/ports/mcs51/spec.mk: use -o
10138         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10139         * support/regression/ports/z80/spec.mk: use -o
10140         * support/regression/ports/ucz80/spec.mk: use -o
10141         * support/regression/ports/xa51/spec.mk: use -o
10142         * support/regression/fwk/lib/timeout.c: fix usage string
10143
10144 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10145         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10146
10147 2003-01-07    <johan AT balder>
10148
10149         * src/SDCCast.c (decorateType): fixed bug #600035
10150
10151 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10152         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10153         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10154         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10155         * src/pic/pcode.c: outcommented unused variable to remove warnings
10156         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10157
10158 2003-01-06    <karl AT turbobit.com>
10159         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10160    regression tests.
10161
10162 2003-01-06    <johan AT balder>
10163
10164         * src/SDCCicode.c: fixed array add
10165
10166 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10167         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10168         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10169
10170 2003-01-04    <johan AT balder>
10171
10172         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10173
10174 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10175         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10176
10177 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10178         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10179         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10180
10181 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10182         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10183
10184 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10185         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10186
10187 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10188         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10189
10190 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10191
10192     * in \sdcc\as\mcs51\ changed these files in order to create an
10193     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10194     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10195     following files to include the previous two files: aslink.dsp,
10196     Makefile.aslink, Makefile.bcc, and Makefile.in.
10197
10198     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10199     .adb instead of .cdb
10200
10201 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10202
10203         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10204         value from option --iram-size.
10205
10206 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10207
10208         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10209         dram[] array.
10210
10211 2002-09-18    <wiml AT hhhh.org>
10212
10213         * SDCClrange.h: exposed setFromRange() and setToRange()
10214         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10215           packRegsForAccUse() (bug 542397)
10216         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10217           multiple times and emitting the fetch operations more than once
10218           added aopGetUsesAcc() function to allow binary operators to
10219           fetch their operands in the correct order; made genMinus() emit
10220           compact code for X = LITERAL - Y
10221
10222 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10223         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10224         sprintf() in line 1267.
10225
10226 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10227         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10228         like ports.
10229
10230 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10231         Changes to aslink (All the changes are marked with 'JCF'):
10232
10233         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10234         summary().
10235
10236         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10237         area BSEG.  Also moves, if possible, the DATA area down into the internal
10238         ram so more space is available.
10239
10240         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10241         sflag.
10242
10243         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10244         not bytes.  Function summary() which creates a memory usage summary
10245         file with extension .mem.  Reports of overlaping stack and small stack
10246         size.  If the space for the stack is less than 16 bytes aslink trows a
10247         warning.
10248
10249         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10250         the 8051.  Option 'y' for memory summary output file.
10251
10252         Changes to sdcc (All the changes are marked with 'JCF'):
10253
10254         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10255
10256         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10257         overlaying area for it (uses RegBankUsed[4]).
10258
10259         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10260         bank zero as used by default.  By default aslink locates the stack
10261         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10262         the creation of the .mem file.  Delegates the allocation of data area
10263         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10264         the begining of the stack area to aslink.
10265
10266         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10267         glue() in SDCCglue.c creates an area for it.
10268
10269 2002-09-03  Borut Razem <borut.razem AT siol.net>
10270         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10271         sdcc/src/pic/glue.c:
10272         introduced atexit() handler for teporay files removal in case of
10273         errors, assertions, ...
10274
10275 2002-08-29  Borut Razem <borut.razem AT siol.net>
10276         * sdcc/support/cpp2/auto-host_vc_in.h:
10277         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10278         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10279         Maybe there is a similar problem with BORLANDC? It should be checked!
10280
10281         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10282         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10283         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10284         was not executed, and the compiler (cl) launched a warning:
10285         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10286
10287 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10288         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10289
10290 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10291         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10292
10293         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10294           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10295           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10296           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10297           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10298           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10299           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10300         - added Release configuration in VS projects
10301         - review of compiler an linker options
10302         - VC .exe files are generated in bin_vc directory, not to interfere
10303           with binaries generated from other projects (cygwin, mingw, bcc ...)
10304
10305         * sdcc/src/yacc.dsp: added
10306
10307         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10308         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10309         and insert the version number definitions from .version
10310
10311         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10312
10313         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10314         added - genarate auto-host.h using auto-host_vc_in.h as template
10315
10316         * sdcc/sdcc_vc.h,
10317         removed from CVS, generated automatically
10318
10319 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10320         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10321
10322 2002-08-11  Borut Razem <borut.razem AT siol.net>
10323         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10324
10325 2002-08-10  Borut Razem <borut.razem AT siol.net>
10326         * src/SDCCmain.c (main):
10327         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10328         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10329         The consequence was that some temporary files were not removed.
10330
10331         * src/SDCCglue.c:
10332         unification of code in functions tempfilename() and tempfile():
10333         function tempnam() is defined in Visual Studio 6.0 and .NET
10334
10335         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10336
10337         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10338           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10339         - removed compiler command line option /WX: Treats all warnings as errors
10340         - update a list of source files, included into the project
10341
10342         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10343           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10344         changed project type to Generic Project so that can be correcly converted to VS.NET project
10345
10346         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10347
10348         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10349
10350         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10351
10352         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10353         added return 0 statements after assert() to make compiler happy
10354
10355         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10356         added newline in the def file to keep MSC compiler satisfied
10357
10358         * sdcc/src/z80/gen.c:
10359         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10360           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10361         - solved MSC error in function aopDump()
10362
10363         * sdcc_vc.h: define PREFIX as "\\sdcc"
10364
10365 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10366         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10367
10368 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10369         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10370         - Rewrote the register banking algorithm.
10371         - Added pCode live-range analysis to registers (for now, only non-used and
10372         singly-used registers optimized away)
10373
10374         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10375
10376         * 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.
10377
10378 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10379         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10380
10381 2002-04-22  Michael Hope  <michaelh AT vroom>
10382
10383         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10384
10385         * configure.in (DD_COPT): Added include support required for gbdk.
10386
10387         * .version: Bumped version number just to increase it.
10388
10389         * src/SDCCmain.c: Added -nostdinc to the default options.
10390
10391 2002-04-15  Michael Hope  <michaelh AT vroom>
10392
10393         * device/lib/z80/printf.c (sprintf): Added.
10394
10395         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10396
10397         * src/z80/peeph.def: Added transpose redundent load rule.
10398
10399         * src/z80/main.c: Added force callee saves for jaune.
10400
10401         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10402
10403         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10404
10405 2002-03-28  Johan Knol  <johan AT balder>
10406
10407         * src/SDCCval.c: fixed bug #532436
10408
10409 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10410         * /src/port.h:
10411         Added "char *Processor" field to the port structure.
10412
10413         * /src/SDCCmain.c:
10414         Added -p option. Allows port dependent processor to be specified.
10415
10416         * all ports:
10417         Initialized the new field char *Processor field to NULL in all ports
10418
10419         * /src/pic/*:
10420         Compiler generated registers for interrupt context saving
10421         were not getting allocated.
10422
10423 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10424
10425         * /src/SDCCast.c:
10426         Fixed left shift. Will promote the left side of a left shift
10427         if a) left shifting more than size of operand or b) when assigned
10428         to something size > size of left side
10429
10430 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10431         * src/pic/*
10432         tons of changes. Register allocation has been
10433         rewritten. Added customization for the various PICs. Flow
10434         analysis is restructured. ...
10435
10436         * src/pic/device.h:
10437         Added
10438
10439         * src/pic/device.c:
10440         Added. device.c is a PIC port hack to accomodate variations
10441         in PIC devices.
10442
10443 2002-03-13  Michael Hope  <michaelh AT vroom>
10444
10445         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10446
10447 2002-03-04  johanknol  <johanknol AT manik>
10448
10449         * /src/SDCCval.c: fixed
10450
10451         const unsigned char arr[][2] = { { 0, 1 } };
10452         t18.c:1: error: Initializer element is not constant
10453
10454 2002-03-04  bela  <bela AT manik>
10455
10456         * /device/include/mcs51reg.h:
10457         ds89c420 register definition update
10458
10459 2002-03-03    <johan AT FRIJA>
10460
10461         * support/Util/SDCCerr.c: did something, but don't no why anymore
10462
10463         * support/regression/tests/bug-524691.c: made it a little less shy
10464
10465         * src/SDCCast.c (decorateType): fixed bug #524697
10466
10467         * src/SDCCast.c: made some lineno improvements
10468
10469         * src/SDCCval.c (getNelements): changed warning to error
10470
10471         * src/SDCCglue.c (printIvalArray): changed warning to error
10472
10473         * src/SDCCicode.c: fixed a warning for mingw
10474
10475         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10476
10477         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10478
10479 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10480
10481         * src/ds390/peeph.def:
10482         Added some more peephole rules
10483
10484         * src/ds390/gen.c: Various fixes & enhancements
10485
10486         * src/SDCClrange.c, src/SDCClrange.h:
10487         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10488
10489         * src/ds390/ralloc.c:
10490         various fixes & enhancements (ds390) specific
10491
10492         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10493         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10494         from rallocs.
10495
10496         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10497
10498 2002-03-02    <johan AT FRIJA>
10499
10500         * src/SDCCast.c (decorateType): fixed bug #524708
10501
10502         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10503
10504         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10505
10506 2002-03-01  Michael Hope  <michaelh AT vroom>
10507
10508         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10509
10510         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10511
10512 2002-03-01    <johan AT FRIJA>
10513
10514         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10515
10516         * src/SDCCast.c (decorateType): fixed bug #524209
10517
10518         * src/SDCCval.c (valNot): fixed bug #524195
10519
10520 2002-02-26    <johan AT balder>
10521
10522         * src/xa51/gen.c: fixed a warning
10523
10524         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10525
10526         * src/SDCCast.c (decorateType): fixed bug #522534
10527
10528 2002-02-23    <johan AT balder>
10529
10530         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10531
10532 2002-02-22    <johan AT balder>
10533
10534         * src/SDCCast.c: fixed bug #514865
10535
10536         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10537
10538 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10539
10540         * sdcc/src/SDCCloop.c:
10541         Previous fix was not good. basic blocks that have "break" or "return" are
10542         not really partof a loop , but live ranges used in these blocks should
10543         be live thru the entire loop, so set partOfLoop but don't add them to
10544         loop region
10545
10546 2002-02-21    <johan AT FRIJA>
10547
10548         * src/SDCCcse.c: fixed bug #514308
10549
10550 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10551
10552         * src/SDCCloop.c:
10553         Fixed BUG #519583. If a conditional block ended in a return/break
10554         statement inside a loop, it was not being considered part of the loop.
10555
10556         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10557
10558 2002-02-10  Karl Bongers <karl AT turbobit.com>
10559
10560         * debugger/*:
10561         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10562         with lots of comments and notes.
10563
10564         * device/examples/test2.c:
10565         Fix bug, "red" variable not being initialized(compiler complained).
10566
10567         * device/examples/Makefile, examples/test3.c:
10568         Add Makefile in device/examples folder, compiles test3.c
10569         for use as a multiple module SDCDB test case.
10570
10571         * sim/ucsim/cmd.src/cmdset.cc:
10572         Took out debug printfs in ucsim "next" command.
10573
10574         * sim/ucsim/xa.src:
10575         Karl and Johan start ucsim XA support.  Most dissassembly working,
10576         about 75% emulation done(plenty of work remaining).
10577
10578         * sim/ucsim/z80.src:
10579         Add Z80 support to ucsim, add test-ucz80 regression test,
10580         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10581         Notice z80 compiler fails on examples/test3.c/crc code.
10582
10583 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10584
10585         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10586         Added support for --parms-in-bank1
10587
10588         * src/ds390/peeph.def:
10589         added a few more peephole optimzations
10590
10591         * src/ds390/main.c:
10592         1) added __builtin_inp & __builtin_outp used to read in data of given length
10593            from a memory mapped port
10594         2) added __builtin_memcmp
10595         3) added __builtin_swapw swap bytes of a short
10596
10597         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10598         1) handle multiple send & receives from register bank1
10599         2) ralloc can now allocate DPTR1 to some liveRanges
10600
10601         * src/SDCCsymt.c, src/SDCCsymt.h:
10602         changes to handle multiple sends & receives
10603
10604         * src/SDCCptropt.h:
10605         added some pointer arithmetic optimization
10606
10607         * src/SDCCptropt.c:
10608         added some pointer arithmetic optimizations but not stable yet so not
10609         called from anywhere (will get this working shortly)
10610
10611         * src/SDCCopt.c: fixed for multiple sends & receives
10612
10613         * src/SDCCmain.c:
10614         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10615         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10616            set preprocessor defines (depending on options)
10617
10618         * src/SDCCicode.c, src/SDCCicode.h:
10619         changes made to handle multiple sends & receives
10620
10621         * src/SDCCglobl.h:
10622         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10623
10624         * src/SDCCcse.c, src/SDCCcse.h:
10625         added function findbackward def (to be used in upcoming optimization)
10626
10627         * src/SDCCcflow.c, src/SDCCcflow.h:
10628         added function returnAtEnd - to determine if a basic block terminates with
10629         a RETURN iCode
10630
10631         * src/SDCCast.c, src/SDCCast.h:
10632         added option parms-in-bank1
10633
10634         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10635         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10636         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10637         adjusted for --parms-in-bank1 option
10638
10639         * device/include/string.h:
10640         donot redefine "reentrant" keyword
10641
10642         * device/include/ds80c390.h: Added some more SFRs
10643
10644 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10645
10646         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10647
10648 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10649
10650         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10651
10652 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10653
10654         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10655
10656 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10657
10658         * Added --xram-movc option
10659
10660 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10661
10662         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10663
10664 2002-01-11  Johan Knol
10665
10666         * Added math lib of Jesus Calvino-Fraga
10667
10668 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10669
10670         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10671         * support/regression/Makefile: new target test-mcs51-stack-auto
10672         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10673
10674 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10675
10676         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10677
10678 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10679
10680         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10681
10682 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10683
10684         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10685
10686         * src/SDCCglue.h: add definition for printIvalChar()
10687
10688 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10689
10690         * src/SDCCast.c: fix #498138 by Johan
10691
10692         * src/SDCCglue.c: fix #498138 by Johan
10693
10694 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10695
10696         * support/regression/Makefile: fix clean
10697
10698         * support/regression/ports/ds390/support.c: fix transmission of last character
10699
10700 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10701
10702         * /sdcc/src/ds390/gen.c:
10703         a) improved computing address of stack variable
10704         b) took out some #if 0 code
10705         c) improved parmBytes adjustment
10706         d) improved genPlusIncr & genMinusIncr
10707         e) genCmp could generate bad code (when left assigned to DPTR)
10708         f) Fixed bug in hasInc
10709
10710         * /sdcc/src/ds390/ralloc.c:
10711         a) packRegsForSupport could mess up live information (Fixed)
10712         b) packRegsDPTRuse could be incorrect for left & right shift
10713
10714         * /sdcc/src/mcs51/ralloc.c:
10715         packRegsForSupport could mess up the live information (Fixed)
10716
10717         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10718
10719         * /sdcc/src/SDCCast.c:
10720         can reverse a loop even if function call is present as long
10721         as the loop control variable is local & is not passed as parameter
10722
10723 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10724
10725         * /sdcc/ChangeLog: *** empty log message ***
10726
10727         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10728         More builtin function additions for TININative
10729
10730         * /sdcc/src/ds390/ralloc.c:
10731         Had broken the regression testsuite
10732
10733         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10734
10735         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10736         Added funcattr hasStackParms will be set for reentrant functions when there
10737         are paramteres on the stack, this helps in minimizing frame pointer generation
10738         typeFromStr can handle function pointers now
10739
10740         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10741         *** empty log message ***
10742
10743 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10744
10745         * /src/ds390/gen.c, /src/ds390/main.c:
10746         More builtin function additions for TININative
10747
10748         * /src/ds390/ralloc.c:
10749         Had broken the regression testsuite
10750
10751         * /src/SDCCast.c: Fixed a bug in dumptree
10752
10753         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10754         Added funcattr hasStackParms will be set for reentrant functions when there
10755         are paramteres on the stack, this helps in minimizing frame pointer generation
10756         typeFromStr can handle function pointers now
10757
10758         * /doc/builtins.txt, /doc/TININative.txt:
10759         *** empty log message ***
10760
10761
10762 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10763
10764         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10765         ALPHA version for -mTININative
10766
10767         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10768         updated to reflect changes in the port structure
10769
10770         * /src/port.h:
10771         added function do_assemble (similar to do_link) if non-null this function
10772         will be called to do assembly (-mTININative) requires a multi command
10773         assembly
10774         added function genAssemblerEnd will be called to generate assembler Epilogue
10775
10776         * /src/SDCCsymt.c:
10777         added _JavaNative to debug info printing
10778
10779         * /src/SDCCmain.c: added option --tini-libid
10780         added port->do_assemble function (-mTININative) has a multi command assemble
10781
10782         * /src/SDCCglue.c: Disabled "constExpr" check
10783         added port->genAssemblerEnd function
10784
10785         * /src/SDCCglobl.h: Added option --tini-libid value
10786
10787         * /src/SDCCast.h:
10788         tookout optimizeCompare from the header (has no external references)
10789
10790         * /src/SDCCast.c: made one more function "static"
10791
10792 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10793
10794         * src/z80/mappings.i: Added z80asm support.
10795
10796         * src/z80/main.c: Added z80asm support on --asm=z80asm
10797
10798         * src/z80/gen.c: Fixed asm portability issues.
10799
10800         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10801
10802         * src/SDCCglue.c (printExterns): Added global/extern split.
10803
10804 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10805
10806         * support/regression/Makefile: added test for mcs51 model large
10807
10808         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10809
10810         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10811
10812 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10813
10814         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10815
10816 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10817
10818         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10819
10820         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10821
10822 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10823
10824         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10825
10826         * support/regression/tests/simplefloat.c: Port to mcs51.
10827
10828 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10829         * support/regression/tests/bug-485362.c: Added.
10830
10831         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10832
10833         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10834
10835         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10836
10837         * src/z80/gen.c (aopDump): Added a dump function.
10838
10839 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10840         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10841
10842         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10843
10844         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10845
10846         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10847
10848         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10849
10850         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10851
10852         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10853
10854         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10855
10856         * support/regression/ports/ds390/support.c: Use tinibios.
10857
10858         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10859
10860 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10861
10862         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10863         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10864
10865         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10866
10867         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10868
10869 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10870
10871         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10872
10873         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10874         (packRegsForIYUse): Created and optimised.
10875
10876 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10877
10878         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10879 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10880
10881         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10882
10883         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10884
10885         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10886
10887 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10888
10889         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10890
10891         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10892
10893 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10894
10895         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10896
10897         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10898
10899         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10900
10901 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10902
10903         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10904         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10905         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10906
10907         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10908
10909         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10910         (genNotFloat): Added.
10911         (genUminusFloat): Added.
10912
10913         * device/lib/z80/Makefile: Added floating pt stubs.
10914
10915         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10916
10917         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10918
10919         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10920
10921 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10922
10923         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10924
10925         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10926
10927         * sdcc/support/regression/Makefile: Add port ds390.
10928
10929         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10930
10931         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10932
10933         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10934
10935         * sdcc/support/regression/ports/ds390/support.c: Added.
10936
10937         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10938
10939         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10940
10941         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10942
10943 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10944
10945         * device/include/malloc.h: Added z80 and gbz80 support.
10946
10947         * device/lib/gbz80/heap.s: Added.
10948
10949         * device/lib/z80/heap.s: Added.
10950
10951         * device/lib/malloc.c: Added z80 and gbz80 support.
10952
10953         * support/regression/tests/malloc.c (testMalloc): Added.
10954
10955         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10956
10957         * support/regression/tests/bug-478094.c: Added.
10958
10959         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10960
10961 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10962
10963         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10964
10965         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10966
10967         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10968
10969         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10970
10971         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10972
10973 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10974
10975         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10976
10977 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10978
10979         * support/regression/tests/bug-477927.c: Added.
10980
10981         * src/z80/peeph.def: Added minor rules.
10982
10983         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10984
10985         * src/z80/peeph.def: Added jump optimisation modification.
10986
10987 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10988
10989         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10990
10991 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10992
10993         * support/regression/tests/funptrs.c: Added.
10994
10995 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10996
10997         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10998
10999 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
11000
11001         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
11002
11003         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
11004
11005         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
11006         (movLeft2ResultLong): Created.
11007
11008         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
11009         (joinPushes): Added.  Joins two char pushes into a word push.
11010
11011 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11012
11013         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11014
11015         * support/makebin/Makefile (install): Added creation of dest dir.
11016
11017 2001-10-24 Karl Bongers <karl AT turbobit.com>
11018
11019         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11020
11021 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11022
11023         * src/z80/ralloc.c: Turned off faulty pack for one use.
11024
11025         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11026
11027         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11028
11029 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11030
11031         * support/regression/Makefile: Improved clean
11032
11033         * support/regression/ports/gbz80/spec.mk: Added clean
11034
11035         * support/regression/ports/host/spec.mk: Added clean
11036
11037         * support/regression/ports/z80/spec.mk: Added clean
11038
11039         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11040
11041         * support/regression/ports/mcs51/timeout.c: little improvements
11042
11043 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11044
11045         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11046
11047         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11048
11049         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11050
11051 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11052
11053         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11054
11055         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11056
11057 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11058         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11059
11060         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11061
11062         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11063
11064         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11065
11066         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11067
11068         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11069
11070         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11071
11072         * support/regression/tests/longor.c: Added.
11073
11074 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11075
11076         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11077
11078         * as/mcs51/aslink.h: define PATH_MAX
11079
11080         * as/mcs51/asm.h: define PATH_MAX
11081
11082         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11083
11084         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11085
11086         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11087
11088         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11089
11090         * src/SDCCglobl.h: define PATH_MAX
11091
11092         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11093
11094         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11095
11096 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11097
11098         * src/z80/gen.c (gencjneshort): Fixed
11099
11100         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11101
11102 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11103
11104         * support/regression/tests/bug-469671.c: Added.
11105
11106         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11107
11108 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11109
11110         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11111
11112         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11113
11114 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11115
11116         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11117
11118         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11119
11120         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11121
11122         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11123
11124         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11125
11126         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11127
11128         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11129
11130 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11131
11132         * 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.
11133
11134         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11135
11136         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11137
11138 2001-10-07    <johan AT FRIJA>
11139
11140         * device/lib/gets.c (gets): fixed the return value.
11141
11142 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11143         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11144
11145         * 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.
11146
11147         * 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.
11148
11149         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11150
11151         * src/pic/gen.c: Removed Safe_strdup.
11152
11153         * configure.in: Added option to enable libgc support.
11154
11155         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11156         (bitVectUnion): Optimised.
11157         (bitVectIntersect): Optimised.
11158         (bitVectBitsInCommon): Optimised.
11159         (bitVectCplAnd): Optimised.
11160
11161         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11162
11163 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11164
11165         * src/SDCCmain.c: distinguish between assembler debug and plain options
11166
11167         * src/avr/main.c:   remove standard assembler options
11168
11169         * src/ds390/main.c: remove standard assembler options
11170
11171         * src/mcs51/main.c: remove standard assembler options
11172
11173         * src/port.h: removed "PENDING" comment
11174
11175 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11176
11177         * src/device/lib/_mulint.c  : new, with assember functions
11178
11179         * src/device/lib/_mullong.c : new, with assember functions
11180
11181         * src/device/lib/_divuint.c : with assember functions
11182
11183         * src/device/lib/_divsint.c : with assember functions
11184
11185         * src/device/lib/_divulong.c: with assember functions
11186
11187         * src/device/lib/_divslong.c: with assember functions
11188
11189         * src/device/lib/_moduint.c : with assember functions
11190
11191         * src/device/lib/_modsint.c : with assember functions
11192
11193         * src/device/lib/_modulong.c: with assember functions
11194
11195         * src/device/lib/_modslong.c: with assember functions
11196
11197         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11198
11199         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11200
11201         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11202                                       replaced _mululong.c and _mulslong.c by _mullong.c
11203
11204 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11205
11206         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11207
11208 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11209
11210         * src/SDCCglue.c: test, if win32api is available for MINGW
11211
11212 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11213
11214         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11215         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11216         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11217         * support/regression/ports/host/spec.mk: removed GENERIC
11218         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11219         * support/regression/ports/z80/spec.mk: removed GENERIC
11220
11221 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11222
11223         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11224
11225         * support/regression/tests/bug-467035.c: Created.
11226
11227 2001-10-01    <johan AT FRIJA>
11228
11229         * src/SDCC.y: fixed bug #466586 part 1
11230
11231 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11232
11233         * SDCCicode.c: z80 has no generic pointers
11234         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11235
11236 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11237
11238         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11239
11240 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11241
11242         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11243
11244         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11245
11246 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11247
11248         * configure.in: Fixed up so that ucsim is only configured once.
11249
11250         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11251
11252         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11253         (getPathDifference): As above.
11254
11255         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11256
11257         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11258
11259 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11260         * .version: Updated to 2.3.1
11261
11262         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11263         Added copyright header.
11264
11265         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11266         (assemble): Added support for macro based assembler commands.
11267         (linkEdit): Added support for macro based linker commands.
11268         (preProcess): Changed the pre-processor to use macros.
11269         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11270         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11271
11272         * device/lib/z80/crt0.s: Added module name for debugging.
11273
11274 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11275
11276         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11277
11278         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11279
11280         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11281
11282         * src/Makefile.in: Added SDCCmacro and SDCCutil
11283
11284 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11285
11286         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11287
11288 2001-09-16    <johan AT FRIJA>
11289
11290         * 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.
11291
11292 2001-09-15    <johan AT FRIJA>
11293
11294         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11295         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11296
11297 2001-09-11    <johan AT FRIJA>
11298
11299         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11300
11301 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11302
11303         * support/regression/tests/bug-460444.c: Added test case.
11304
11305         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11306         (genCast): Added justification for all of the asserts.
11307
11308 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11309
11310         * support/regression/support.c: _xdata replaced by xdata
11311
11312         * support/regression/spec.mk: removed _generic
11313
11314 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11315
11316         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11317
11318         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11319         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11320
11321         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11322
11323         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11324
11325         * support/regression/tests/bug-460010.c: Added test case.
11326
11327         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11328
11329 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11330
11331         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11332
11333         * support/regression/testfwk.c: removed workaround for bug #436344
11334
11335         * support/regression/tests/bp.c: use less memory with mcs51
11336
11337         * support/regression/tests/bug-441448.c: use less memory
11338
11339         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11340
11341         * support/regression/collate-results.py: typo
11342
11343 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11344
11345         * support/regression/tests/fetchoverlap.c: Added new test case.
11346
11347         * support/regression/tests/bp.c: Added new test case.
11348
11349         * support/regression/tests/bug-448984.c: Added new test case.
11350
11351         * support/regression/tests/pow2shifts.c: Added new test case.
11352
11353         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11354         (genlshTwo): Fixed right shift for count > 8.
11355
11356         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11357
11358 2001-09-08    <johan AT FRIJA>
11359
11360         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11361
11362 2001-09-07    <johan AT FRIJA>
11363
11364         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11365
11366         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11367
11368 2001-09-06    <johan AT FRIJA>
11369
11370         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11371         * bernhard noted me at this: "() equals to (void)" (1.38)
11372
11373 2001-09-05    <johan AT FRIJA>
11374
11375         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11376
11377 2001-09-04    <johan AT FRIJA>
11378
11379         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11380
11381
11382 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11383
11384         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11385
11386 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11387
11388         * link/z80/aslink.h: Fixed path for PATH_MAX
11389
11390 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11391
11392         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11393
11394         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11395
11396         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11397
11398         * 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.
11399
11400 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11401
11402         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11403         (genCmp): Fixed up genCmp for the GB with longs.
11404
11405         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11406
11407         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11408
11409         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11410
11411         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11412
11413 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11414
11415         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11416
11417 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11418
11419         * 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.
11420
11421         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11422
11423 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11424
11425         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11426
11427         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11428
11429 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11430
11431   * sim/ucsim/configure:    little improvement of Cygwin-detection
11432   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11433   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11434   * support/regression/tests/bug-221100.c: small changes for mcs51
11435   * support/regression/tests/bug-221168.c: small changes for mcs51
11436   * support/regression/tests/bug-227710.c: small changes for mcs51
11437   * support/regression/tests/staticinit.c: small changes for mcs51
11438   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11439   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11440   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11441
11442 $Revision$