* support/regression/tests/bug-221100.c: fixed xdata problem caused by
[fw/sdcc] / ChangeLog
1 2006-05-24 Borut Razem <borut.razem AT siol.net>
2
3         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
4           modification of test for the pic16 port, put the array to the code
5           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
6
7 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
8
9         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
10         * support/Util/pstdint.h: added
11
12 2006-05-22 Borut Razem <borut.razem AT siol.net>
13
14         * src/regression/Makefile: removed bool2.c test, added -q linker option
15         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
16           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
17           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
18           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
19           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
20           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
21           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
22           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
23           define SUPPORT_BIT_TYPES 0, removed unused bit variables
24
25 2006-05-22 Raphael Neider <rneider AT web.de>
26
27         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
28           bug #1492360 (problematic due to generic pointers, see code)
29
30 2006-05-22 Borut Razem <borut.razem AT siol.net>
31
32         * support/regression/ports/pic16/specs.mk: removed stack size linker
33           directive
34         * support/regression/tests/array.c,
35           support/regression/tests/bitopcse.c,
36           support/regression/tests/bug-908454.c,
37           support/regression/tests/malloc.c: modified for pic16 regression test
38         * support/regression/tests/bitfields.c:
39           pic16 - excluded bitfileds of size > 8
40         * support/regression/tests/bp.c: pic16 - reduced data size
41         * support/regression/tests/bug-221100.c: pic16 - reduced data size
42         * support/regression/tests/bug-460010.c:
43           pic16 - used the absolute address the fits in memory
44         * support/regression/tests/bug-716242.c:
45           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
46         * support/regression/tests/float.c:
47           pic16 - excluded - data size too big
48         * support/regression/tests/onebyte.c:
49           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
50         * support/regression/tests/shifts.c:
51           pic16 - function names probably have to differ in first X characters
52           (gpasm limitation?)
53         * support/regression/tests/staticinit.c:
54           pic16 - excluded some tests due error: no target memory available for
55           section ".idata"
56
57 2006-05-22 Borut Razem <borut.razem AT siol.net>
58
59         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
60           second try. Thanks Stas Sergeev once more.
61
62 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
63
64         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
65           (genLeftShift, genRightShift): fixed bug 1491627
66         * src/hc08/peeph.def (rules 7, 8.x): added
67         * support/regression/tests/shifts.c (ShiftLeftByParam,
68           ShiftRightByParam, testShiftByParam): added to test variable shifting
69
70 2006-05-20 Raphael Neider <rneider AT web.de>
71
72         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
73         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
74           (allocReg): add only new registers to dynAllocRegs,
75           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
76             #1489055, #1445850, and probably #1483693
77
78 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
79
80         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
81         bug in for-loop that didn't emit the last of CONFIG and ID registers
82
83 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
84
85         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
86           with offset
87         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
88           1489016, 1434401 and 1490124
89         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
90           1489016, 1434401 and 1490124
91
92 2006-05-17 Borut Razem <borut.razem AT siol.net>
93
94         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
95           thanks Stas Sergeev
96
97 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
98
99         * device/include/mcs51/P89c51RD2.h,
100         * device/include/mcs51/P89LPC901.h,
101         * device/include/mcs51/P89LPC922.h,
102         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
103
104 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
105
106         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
107         to fix missing stack pragma in compiled binary object file,
108
109 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
110
111         * support/packihx/configure.in,
112         * support/packihx/configure: removed warning, autoconf >= 2.5x can
113         determine sizeof basic types even while cross compiling
114
115 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
116
117         * src/avr/gen.c (aopop),
118         * src/ds390/gen.c (aopOp),
119         * src/hc08/gen.c (aopOp),
120         * src/mcs51/gen.c (aopop),
121         * src/pic16/gen.c (pic16_aopOp),
122         * src/pic/gen.c (aopOp),
123         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
124         if size of operand is smaller than spill location
125
126 2006-05-12 Borut Razem <borut.razem AT siol.net>
127
128         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
129           have to have CR/LF line endings even if they are checked out on *nix
130           or on WIN32 in cygwin binmode
131
132 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
133
134         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
135         * device/include/ds80c390.h: added sfr16 definitions
136         * src/ds390/gen.c,
137         * src/ds390/gen.h,
138         * src/ds390/main.c,
139         * src/ds390/ralloc.c,
140         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
141           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
142           bit returning functions
143         * support/regression/tests/sfr16.c: enabled test on ds390
144
145 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
146
147         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
148         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
149
150 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
151
152         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
153         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
154           (cl_address_space constructor): removed expensive initialization,
155           (cl_address_space::get_cell): extended for late initialization,
156           (cl_address_space::*): use late initialization,
157           (cl_address_decoder::activate): removed expensive initialization,
158           This reduced regression test running time by 25%
159
160 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
161
162         * packihx/,
163         * configure.in,
164         * configure,
165         * sdcc.dsw,
166         * Makefile.bcc,
167         * Makefile.in,
168         * support/packihx/Makefile.in,
169         * support/packihx/clean.mk,
170         * support/packihx/Makefile.bcc,
171         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
172
173 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
174
175         * src/SDCCval.c (valNot): fix for regression test failure
176           of not.c on big endian hosts
177
178 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
179
180         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
181
182 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
183
184         * device/lib/mcs51/Makefile.in: changed string comparison operator
185           to = for POSIX compliance; == is bash extension
186
187 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
188
189         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
190           kosmonaut_pirx
191
192 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
193
194         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
195         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
196         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
197         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
198         bug report #1478657,
199
200 2006-05-05 Borut Razem <borut.razem AT siol.net>
201
202         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
203           making the html
204
205 2006-05-02 Borut Razem <borut.razem AT siol.net>
206
207         * doc/Makefile.in: removed *.ind dependency since there is no rule to
208           create *.ind, which made make to fail if invoked with -j 2
209
210 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
211
212         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
213           Hubert Sack for patch 1479782
214
215 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
216
217         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
218
219 2006-05-01 Raphael Neider <rneider AT web.de>
220
221         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
222           (create_pic): store only prefix-free device name,
223           (init_pic): check for device names with "16" prefix,
224           (list_valid_pics),
225         * src/pic/device.h (struct PIC_device),
226         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
227             stored device name,
228         * device/include/pic/pic12f{635,675,629,683}.h,
229         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
230         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
231         * device/include/pic/pic16f505.h,
232         * device/lib/pic/libdev/pic16f505.c: removed
233         * device/include/pic/pic14devices.txt: added support for pic12f
234             devices, removed unsupported non 16-bit devices
235             [above changes provided by patch from Zik Saleeba]
236         * src/pic/*, src/pic16/*, device/include/pic16/*,
237           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
238
239 2006-05-01 Borut Razem <borut.razem AT siol.net>
240
241         * configure.in, configure, doc/Makefile.in:
242           sync with nightly build makefile - latex, dvipdf and dvips
243           not needed any more
244
245 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
246
247         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
248         in the library source
249
250 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
251
252         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
253
254 2006-04-28 Raphael Neider <rneider AT web.de>
255
256         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
257         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
258           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
259         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
260
261 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
262
263         * device/lib/pic/libdev/Makefile.in,
264         * device/lib/hc08/Makefile.in,
265         * device/lib/gbz80/Makefile.in,
266         * device/lib/z80/Makefile.in,
267         * device/lib/ds390/Makefile.in,
268         * device/lib/ds400/Makefile.in: added srcdir to include search path,
269         thanks to Borut for the bug report
270         * configure.in,
271         * configure: always create doc/Makefile independent from --enable-doc
272         * Makefile.in: always install from directory doc independent from
273         --enable-doc
274         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
275         removed
276         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
277         * doc/Makefile.in: install *.txt if present
278         * device/include/Makefile.in (install): added installation of pic/*.inc
279         and pic/*.txt files again, they were erroneously removed
280
281 2006-04-28 Raphael Neider <rneider AT web.de>
282
283         * src/pic/{gen.c,main.h,pcode.c},
284         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
285             concerning signedness with casts
286
287 2006-04-28 Raphael Neider <rneider AT web.de>
288
289         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
290             definition of an interrupt handler,
291         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
292             interrupt handler stuff from picglue() to separate routine,
293           (picglue): enabled definition of intr handlers in files w/o main()
294
295 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
296
297         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
298           compilation with MSVC 2005 Express Edition (VC8)
299
300 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
301
302         * device/lib/Makefile: fixed build of gbz80 lib
303
304 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
305
306         * support/regression/tests/bug-460010.c,
307         * support/regression/tests/bug-524691.c,
308         * support/regression/tests/bug-716242.c: removed conditional defines
309           that are already in testfwk.h
310
311 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
312
313         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
314           (AccAXRsh1): added, shift right by 1,
315           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
316            AccAXLrl1
317         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
318
319 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
320
321         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
322         remove cast to same type
323         * src/SDCCast.c (decorateType): fix for RFE 1475742,
324         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
325         * as/z80/Makefile,
326         * link/z80/Makefile: removed, they have moved to
327         Makefile.in files
328         * configure,
329         * configure.in: replaced duplicate message about ucsim by missing sdcpp
330         * install-sh: fix bug #1204398 by setting umask 0022
331         * device/lib/Makefile: separate build of z80 and gbz80 lib
332
333 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
334
335         Enabled VPATH feature: changed nearly all Makefiles (149 files).
336         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
337
338         One basic decision: e.g. src/clean.mk includes further files. In order
339         to make this work there are two solutions:
340         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
341           run configure on them. This way they can use
342           'include $(srcdir)/port-clean.mk'
343         - always include clean.mk by the Makefile at the same level. To avoid
344           that `make clean` tries to include and build Makefile.dep the
345           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
346           implemented, because now even `make uninstall` doesn't create
347           Makefile.in. clean.mk could be eliminated by pasting it in
348           Makefile.in.
349
350         * debugger/mcs51/Makefile.in: build own objects from library sources
351         (SLIB, SDCC) in current directory
352
353         * configure, configure.in: renamed --disable-device-lib-build in
354         --disable-device-lib; added --enable-doc, the required tools are
355         searched by configure; added result message; the toolchain for the
356         belonging ports are now only built, if the port is enabled.
357
358         * support/regression/*: all output is written in directory gen, because
359         the fwk and ports directories don't livet in the build tree using vpath
360
361         * doc/sdccman.lyx: renamed --disable-device-lib-build to
362         --disable-device-lib, added --enable-doc, added section VPATH
363
364         * sim/ucsim/configure.in,
365         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
366         z80 are enabled by default
367
368 2006-04-24 Raphael Neider <rneider AT web.de>
369
370         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
371             to config word, "pic14_"-prefixed some extern functions
372           (pic14_emitConfigWord): emit __config directive(s) if assignment to
373             config word has been found
374         * src/pic/device.h: added prototypes
375         * src/pic/pcode.c: added "pic14_"-prefix where needed
376         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
377             fixup
378         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
379             words,
380           (pic14emitRegularMap): ignore config words,
381           (pic14createInterruptVect): moved generating __config directives away
382           (picglue): have __config directives emitted
383
384 2006-04-24 Borut Razem <borut.razem AT siol.net>
385
386         * doc/Makefile: sync with nightly build makefile
387
388 2006-04-24 Raphael Neider <rneider AT web.de>
389
390         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
391             registers that have not been assigned proper liveranges,
392             fixes #1469504 and #1474602,
393           (pCodeRegOptimizeRegUsage): fixed typo in comment
394
395 2006-04-24 Borut Razem <borut.razem AT siol.net>
396
397         * device/examples/main8051.c: deleted - it was removed from CVS
398           24.mar.2000 and after that modified 18.feb.2001, so it reappered
399           after the transition to Subversion
400         * src/SDCCalloc.h: deleted - it was removed  from CVS
401           3.feb.2001 and after that modified 18.feb.2001, so it reappered
402           after the transition to Subversion
403         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
404           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
405           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
406           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
407
408 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
409
410         * as/asx8051.dsp: added mcs51/strcmpi.h
411         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
412         * as/hc08/aslink.h: updated lnksect prototype
413         * as/hc08/asm.h,
414         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
415         * as/hc08/asmain.c,
416         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
417           (newdot): handle A_ABS
418         * as/hc08/asout.c,
419         * as/mcs51/asout.c (outarea): output address
420         * as/hc08/lkaomf51.c,
421         * as/mcs51/lkaomf51.c: disabled unused array UsageType
422         * as/hc08/m08pst.c,
423         * as/mcs51/i51pst.c,
424         * as/z80/z80pst.c: "ABS" is not A_OVR
425         * as/hc08/lkarea.c (newarea): read a_addr,
426           (lnkarea): added codemap array, sort absolute areas to the front,
427            combine all GSINITx/GSFINAL,
428           (find_empty_space, allocate_space): new functions,
429           (lnksect): return next address, handle absolute sections
430         * as/mcs51/lkarea.c (newarea): read a_addr,
431           lnksect2 prototype changed,
432           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
433           (find_empty_space, allocate_space): new, factored out of lnksect2,
434           (lnksect2): return next address, handle absolute sections
435         * as/hc08/lkhead.c,
436         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
437         * as/hc08/lklibr.c (addfile, fndsym),
438         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
439           index out of range and detect both '\' and '/'
440         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
441         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
442           regression tests (ds390 cannot return bool yet)
443         * doc/sdccman.lyx: changed version number, document changed --no-peep,
444           document critical interrupts on z80, document changed SDCC define
445         * src/asm.c (_asxxxx_mapping): fixed .org directive,
446           (_a390_mapping): added .org directive
447         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
448           (genMultOneByte): fixed warnings
449         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
450           ones
451         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
452         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
453           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
454         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
455         * src/pic16/main.c: removed newReg prototype
456         * src/pic16/pcode.c,
457         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
458           warnings
459         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
460           ones
461         * src/pic16/ralloc.c
462         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
463           to fix warnings
464         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
465           from short to PIC_OPTYPE
466         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
467         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
468           optype from short to PIC_OPTYPE
469         * src/port.h: made int_size unsigned to fix warnings
470         * src/SDCC.y: fixed warning on MSVC
471         * src/SDCCicode.c (getArraySizePtr): return unsigned int
472         * src/SDCCopt.c (convertToFcall): fixed warnings
473         * src/SDCCsymt.h: removed double prototype for genSymName
474         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
475           offset int to fix warnings
476
477 2006-04-22 Borut Razem <borut.razem AT siol.net>
478
479         * doc/sdccman.lyx, */Makefile, */Makefile.in:
480           references to CVS replaced with Subversion
481
482 2006-04-21 Borut Razem <borut.razem AT siol.net>
483
484         * doc/sdccman.lyx, */Makefile, */Makefile.in:
485           references to CVS replaced with Subversion
486
487 2006-04-19 Borut Razem <borut.razem AT siol.net>
488
489         * src/version.awk: adapted for svn
490         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
491           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
492           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
493           /binutils-avr/etc/*.vi, *.jin: removed all properties
494           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
495
496 2006-04-19 Borut Razem <borut.razem AT siol.net>
497
498         * CVS to Subversion migration completed
499
500 2006-04-18 Borut Razem <borut.razem AT siol.net>
501
502         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
503           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
504
505 2006-04-17 Borut Razem <borut.razem AT siol.net>
506
507         * device/include/Makefile.in: added pic/*.inc to the installation
508
509 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
510
511         * support/regression/collate-results.py: fixed output in case of
512         a valdiag error
513         * support/regression/generate-cases.py: fixed splitting of pathnames
514         with dots
515         * as/hc08/lklibr.c (addfile),
516         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
517
518 2006-04-11 Raphael Neider <rneider AT web.de>
519
520         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
521         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
522         * src/pic16/pcode.c (assignValnums): fixed #1460578
523
524 2006-04-11 Raphael Neider <rneider AT web.de>
525
526         * device/lib/pic/libdev/*.c,
527         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
528           fixes #1468739, enables compilation in --std-c99 mode
529         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
530
531 2006-04-11 Raphael Neider <rneider AT web.de>
532
533         * src/pic/device.c (find_device): removed debug output
534           (list_valid_pics): enabled verbose listing of supported devices
535         * device/include/stdbool.h: define bool as char for pic14/16 as well
536
537 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
538
539         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
540
541 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
542
543         * .version: bumped version to 2.5.6
544         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
545
546 2006-04-06 Raphael Neider <rneider AT web.de>
547
548         * .version: bumped version to 2.5.6 (pic14 ABI changed)
549         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
550         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
551           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
552             pic14_constructAbsMap
553           (pic14printPublics): declare absolute global symbols as global
554           (pic14createInterruptVect),
555         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
556           (newReg): assume new registers unused, use correct name in
557             hashtable (reg->name instead of name), more debugLog output
558         * src/pic/device.h (PIC_device): added fields for verbose output
559         * src/pic/device.c: moved device definition to pic14devices.txt,
560             added routines for runtime parsing of pic14devices.txt,
561             added support for second config word
562         * src/pic/main.c (_process_pragma): removed #pragma maxram,
563           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
564           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
565           (_pic14_parseOptions): moved pCodeInitRegisters here
566           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
567         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
568           (pCodeInitRegisters): rewrapped comments, perpared new approach to
569             handling the pseudo stack
570         * device/lib/Makefile.in: ignore failures in objects-pic16,
571         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
572         * device/lib/pic/NEWS: document new dependency on picXXX.lib
573         * device/lib/pic/Makefile.subdir,
574         * device/lib/pic16/Makefile.subdir: improved clean rules
575         * device/lib/pic/libdev/: NEW, pic14 device libraries
576         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
577         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
578         * device/include/Makefile.in: create subdir and install pic14 headers
579         * device/include/pic/p16f_common.inc: removed unused declarations
580         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
581             PICs from inc2h.pl v1.6,
582             replaced BIT_AT macros with struct declarations
583         * device/include/pic/pic14devices.txt: definition of supported devices,
584             all above improvements contributed by Zik Saleeba, thanks
585         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
586         * support/scripts/sdcc.nsi: also install pic14 device libraries and
587             headers
588
589 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
590
591         * device/include/mcs51/c8051f410.h: added interrupt numbers,
592         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
593           thanks to Charles Olds
594
595 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
596
597         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
598
599 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
600
601         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
602         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
603         * support/regression/bug1464657.c: added, new test
604
605 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
606
607         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
608           version number
609
610 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
611
612         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
613           --no-peep and --peep-file <file> are used don't use default rules but
614           do use the <file>
615
616 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
617
618         * src/mcs51/gen.c (genCall): fixed bug 1457608
619
620 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
621
622         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
623         changes seem to cause (trigger?) problems with the build system.
624
625 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
626
627         * src/SDCCpeeph.c (operandsLiteral): new, added,
628           (callFuncByName): inserted operandsLiteral
629         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
630
631 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
632
633         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
634         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
635
636 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
637
638         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
639           implemented patch 1120823 Thanks to Willy De la Court (normal
640           interrupts need an interrupt number now if they are made critical),
641           and enabled nesting of critical functions though not for gbz80
642           (genCritical, genEndCritical): added functions
643           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
644         * src/z80/mappings.i: added "ei" to all mappings
645
646 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
647
648         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
649         submitted by the Debian SDCC maintainer Aurelien Jarno:
650         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
651         archive with gcc 4.1 on mips and wrote the patch"
652
653 2006-03-16 Raphael Neider <rneider AT web.de>
654
655         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
656           the left operand is shorter than the result (c* = lit-c* + int),
657           fixes bug #1450796
658         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
659           OP_SYMBOL
660
661 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
662
663         * src/.version: increased version number to 2.5.5
664         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
665         linking is done manually in pic16 port's _linkEdit,
666         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
667         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
668         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
669         allocate asmop as AOP_ACC,
670         (aopForRemat): added parameter 'bool result' in function declaration,
671         (pic16_aopGet): return AOP_ACC when accessing WREG,
672         (pic16_popGetTempReg): minor modification,
673         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
674         'pic16_allocWithIdx',
675         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
676         calling function in absolute addresses,
677         (genAssign): take into account AOP_ACC asmop,
678         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
679         * src/pic16/pcoderegs.c: some debug functions and lines added,
680         * src/pic16/ralloc.c (decodeRegType): added but commented out,
681         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
682         register too,
683         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
684         call to allocReg, not by manually allocating a new one,
685         (pic16_assignRegisters): now before going through the register
686         allocating functions mark all registers as free. This eliminates some
687         side effects resulting from peephole parser done earlier in the backbone
688
689 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
690
691         * src/SDCCicode.c (geniCodeLogic),
692         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
693
694 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
695
696         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
697           (genSend): bugfix, do not allocate and free twice,
698           (shiftRLong): handle partially overlapping aops
699         * support/regression/tests/bitopcse.c: fixed warning redefined idata
700
701 2006-03-08 Borut Razem <borut.razem AT siol.net>
702
703         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
704           for pic16
705
706 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
707
708         * support/regression/tests/bug1409955.c: new, added
709         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
710         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
711           (aopForSym, aopOp): increment asmop.allocated if reused,
712           (freeAsmop): decrement asmop.allocated and check for zero instead of
713           using asmop.freed,
714           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
715           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
716            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
717            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
718            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
719            genSignedRightShift, genRightShift, genDataPointerGet,
720            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
721            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
722             in reverse order from allocation,
723           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
724             added swappedLR to keep track
725         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
726           pdata & code for GCC, z80, gbz80 & hc08
727         * support/regression/tests/zeropad.c: moved defines to testfwk.h
728
729 2006-03-08 Raphael Neider <rneider AT web.de>
730
731         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
732
733 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
734
735         * device/include/mcs51/c8051f410.h: new SiLabs mcu
736         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
737         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
738
739 2006-03-06 Borut Razem <borut.razem AT siol.net>
740
741         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
742           made the linker quiet
743
744 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
745
746         * src/pic16/gen.c (genPcall): fixed bug #1443644
747         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
748         which dumps before the function entry point a data byte which represents
749         the number of the local variables used by the specified function, added
750         'xinst' for initial support for Extended Instruction Support,
751         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
752         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
753         port->fun_prefix anymore (may change later),
754         (genFunction, genEndFunction): do not store/restore local registers for
755         _main (this should take care the --main-return command line option in
756         the future),
757         (genOr): removed some legacy pic-port instructions,
758         * src/pic16/genarith.c (genAddLit): re-enabled old code because
759         performing operations with SFR's causes data to be written more than
760         once to each SFR. Perhaps SFRs should be handled in special cases...
761         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
762         pcode.h
763         * src/pic16/main.c (_process_pragma): stack bound checking did not take
764         into account for stack starting position,
765         (struct OPTIONS pic16_optionsTable): added command line argument
766         --extended or -y for Extended Instruction Support,
767         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
768         (deassignLRs): *** perhaps the most important change, old 'for' code
769         (commented out for reference), didn't account for some registers which
770         were left marked 'not free' after a pointer operation. The change
771         reduces register usage a lot in some cases
772
773 2006-03-04 Borut Razem <borut.razem AT siol.net>
774
775         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
776           _clean
777         * support/regression/tests/bug-524697.c: decreased array size for
778           mcs51 to fit into the internal RAM
779         * support/regression/Makefile.in: a little bit more verbose
780
781 2006-03-03 Borut Razem <borut.razem AT siol.net>
782
783         * support/regression/fwk/lib/testfwk.c,
784           support/regression/fwk/include/testfwk.h: introduced function
785           _prints(), nonrecursive _printn(), call _initEmu() from main()
786         * support/regression/ports/gbz80/support.asm,
787           support/regression/ports/ucz80/support.asm,
788           support/regression/ports/z80/support.asm,
789           support/regression/ports/ds390/support.c,
790           support/regression/ports/hc08/support.c,
791           support/regression/ports/host/support.c,
792           support/regression/ports/mcs51/support.c,
793           support/regression/ports/xa51/support.c: added empty _initEmu()
794           function
795         * support/regression/ports/pic16/gpsim.cmd,
796           support/regression/ports/pic16/spec.mk,
797           support/regression/ports/pic16/support.c,
798           support/regression/Makefile.in: added pic16 regression test
799
800 2006-03-01 Raphael Neider <rneider AT web.de>
801
802         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
803           genConstPointerGet): use safe way of generating MOVFF to cover
804             literals as well as registers, fixes bug #1440527
805         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
806             dereference
807           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
808             more correctly, fixes bug #1232186
809           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
810         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
811             gplink guess the correct processor in more cases, applied patch
812             from Till Riedel attached to and fixing bug #1436552
813
814 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
815
816         * support/regression/tests/array.c: added, contains check for #1434401
817         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
818
819 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
820
821         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
822         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
823         * device/include/mcs51/c8051f326.h,
824         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
825         * device/include/mcs51/c8051f000.h,
826         * device/include/mcs51/c8051f018.h,
827         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
828           PCON_IDLE,PCON_STOP and added sfr16 definitions
829
830 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
831
832         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
833           genGetWord): fixed bug 1409955
834
835 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
836
837         * device/include/hc08/mc68hc908gp32.h,
838         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
839
840 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
841
842         * src/SDCCast.c (constExprValue): return NULL if not a value
843         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
844         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
845         * support/regression/tests/bitfields.c: enabled signed bitfield for all
846
847 2006-02-13 Borut Razem <borut.razem AT siol.net>
848
849         * src/regression/ptrarg.c: added, fails due to bug #1430967
850         * src/regression/Makefile: ptrarg.c added, ...
851
852 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
853
854         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
855         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
856
857 2006-02-11 Borut Razem <borut.razem AT siol.net>
858
859         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
860           print "Processor: xxx" message to stdout only if --verbose
861
862 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
863
864         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
865         * support/regression/tests/bug1426356.c: added
866         * support/regression/tests/bitfields.c: removed 2 tests
867
868 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
869
870         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
871         * device/include/mcs51/c8051f330.h,
872         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
873           PCON_IDLE,PCON_STOP and added sfr16 definitions
874         * device/lib/_divsint.c,
875         * device/lib/_divuint.c,
876         * device/lib/_divulong.c,
877         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
878           register bank bug for small stackauto
879
880 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
881
882         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
883
884 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
885
886         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
887         * all.dsp: corrected several bin paths
888         * device/include/mcs51/c8051f120.h,
889         * device/include/mcs51/c8051f300.h,
890         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
891           to PCON_IDLE,PCON_STOP
892         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
893         * device/lib/printf_large.c (output_float): fixed bug 1388703
894         * support/regression/tests/bug1057979.c: added test for bug 1388703
895
896 2006-02-08 Raphael Neider <rneider AT web.de>
897
898         * src/pic/pcode.c (pciTRIS): fixed typo,
899           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
900           (LinkFlow): fixed handling of flows that end in a call,
901           (ReuseReg): perform safety check earlier
902         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
903             to work with flows at the beginning of a pBlock,
904             fixes #1426557 (Symbol not previously defined),
905           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
906             usage information
907           (RemoveUnusedRegisters): update register usage info
908         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
909             created, reuse existing ones instead
910         * src/pic/gen.c (genPcall): fixed #1424719
911
912 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
913
914         * link/z80/lkmain.c,
915         * link/z80/lklex.c,
916         * link/z80/lkdata.c,
917         * link/z80/aslink.h: fixed build on current cygwin:
918         replaced getline() by lk_getline()
919
920 2006-02-01 Borut Razem <borut.razem AT siol.net>
921
922         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
923           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
924           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
925           src/regression/bool1.c, src/regression/bool2.c,
926           src/regression/bool3.c, src/regression/call1.c,
927           src/regression/compare.c, src/regression/compare10.c,
928           src/regression/compare2.c, src/regression/compare3.c,
929           src/regression/compare4.c, src/regression/compare5.c,
930           src/regression/compare6.c, src/regression/compare7.c,
931           src/regression/compare8.c, src/regression/compare9.c,
932           src/regression/configword.c, src/regression/for.c,
933           src/regression/inline.c, src/regression/mult1.c,
934           src/regression/nestfor.c, src/regression/or1.c,
935           src/regression/pointer1.c, src/regression/ptrfunc.c,
936           src/regression/rotate1.c, src/regression/rotate2.c,
937           src/regression/rotate3.c, src/regression/rotate4.c,
938           src/regression/rotate5.c, src/regression/rotate6.c,
939           src/regression/rotate7.c, src/regression/string1.c,
940           src/regression/struct1.c, src/regression/sub.c,
941           src/regression/sub2.c, src/regression/switch1.c,
942           src/regression/while.c, src/regression/xor.c,
943           src/regression/create_stc, src/regression/simulate,
944           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
945           regression tests
946         * src/regression/gpsim_assert.h: added
947
948 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
949
950         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
951         ((void (code *) (void)) 0) ();
952         * as/hc08/aslex.c,
953         * as/hc08/aslink.h,
954         * as/hc08/asm.h,
955         * as/hc08/asmain.c,
956         * as/hc08/lkdata.c,
957         * as/hc08/lklex.c,
958         * as/hc08/lkmain.c,
959         * as/mcs51/aslex.c,
960         * as/mcs51/aslink.h,
961         * as/mcs51/asm.h,
962         * as/mcs51/asmain.c,
963         * as/mcs51/lkdata.c,
964         * as/mcs51/lklex.c,
965         * as/mcs51/lkmain.c,
966         * as/z80/aslex.c,
967         * as/z80/asm.h,
968         * as/z80/asmain.c: fixed build on current cygwin:
969         replaced getline() by as_getline()
970
971 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
972
973         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
974         declarator in the symbol chain
975         * src/SDCCsymt.h,
976         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
977         parameter list for function pointers
978         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
979         * support/regression/tests/bug-716242.c: added
980
981 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
982
983         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
984         offset if possible
985         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
986
987 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
988
989         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
990         inifinitely recurseable, added static
991         * support/regression/tests/bug-1408066.c: added
992
993 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
994
995         * src/SDCCicode.h,
996         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
997         renamed, added possibility to create "postLoopLbl"-labels
998         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
999         newiTempLoopHeaderLabel
1000         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
1001         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
1002         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
1003         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
1004         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
1005         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
1006         (basicInduction): fixed bug #136564, made static,
1007         (loopInduction): changed parameter of basicInduction, made static,
1008         (addPostLoopBlock): added
1009         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
1010         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
1011         findLoopEndSeq
1012         * support/regression/tests/bug-136564.c: added
1013         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
1014         --std-sdcc99 to LIBSDCCFLAGS
1015
1016 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
1017
1018         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
1019         while loop
1020         * support/regression/tests/bug-1406131.c: added
1021
1022 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
1023
1024         * src/SDCCast.c (decorateType): fix promotion of unary minus
1025         * src/SDCCsymt.c (computeType): beautified
1026         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
1027         (valUnaryPM, valComplement): fix sign and promotion,
1028         (valNot): ANSI: result type is int (SDCC: unsigned char)
1029         * support/regression/tests/uminus.c: speedup by removing superflous
1030         test case 'int'
1031         * support/regression/tests/onebyte.c: added promotion and signedness
1032         tests for unary minus
1033         * support/regressions/tests/bug-477927.c: disable warning about
1034         uninitialized variables
1035         * support/regression/tests/not.c: added
1036
1037 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1038
1039         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1040         * src/mcs51/gen.c (gen51Code): show final register usage after
1041         fillGaps in asm with --i-code-in-asm
1042         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1043         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1044         incUsed, rliveClear, adjustIChain): made static,
1045         (setFromRange): excluded because it's unused,
1046         (findPrevUseSym, markWholeLoop): added,
1047         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1048         through all branches of predecessors enables sdcc to emit the warning
1049         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1050         (rlivePoint): made static, added parameter emitWarnings which is only
1051         true during the first run out of two,
1052         (findRecursiveSucc, findRecursivePred): removed,
1053         (computeLiveRanges): made static, added parameter emitWarnings,
1054         (dumpIcRlive): added for debugging only
1055         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1056         removed prototype of setFromRange()
1057         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1058         in call of computeLiveRanges()
1059         * support/regression/tests/bug-895992.c: added
1060         * support/regression/tests/bug-971834.c: added
1061         * support/valdiag/tests/bug-895992.c: added
1062         * support/valdiag/tests/bug-971834.c: added
1063
1064 2005-12-18 Raphael Neider <rneider AT web.de>
1065
1066         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1067           (genUnpackBits): improved code for direct operands,
1068           (genPackBits): improved code for literal assignment to bitfields
1069             and for direct destination operands (no FSR indirection),
1070             prevented redundant AND, fixes #1362800,
1071           (AccLsh): added parameter to disable masking of the result
1072         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1073           skip instructions with side-effects (like incfsz),
1074           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1075         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1076         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1077           fixes #1375263
1078
1079 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1080
1081         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1082         volatile variables as spill location
1083
1084 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1085
1086         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1087         replacing literals
1088         * support/regression/tests/bug-1376320.c: added
1089
1090 2005-12-08 Raphael Neider <rneider AT web.de>
1091
1092         * src/pic/device.c: renamed is_shared to pic14_is_shared
1093         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1094         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1095           (is_valid_identifier): added for above workaround
1096
1097 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1098
1099         * device/lib/Makefile.in: fixed to enable port-specific-objects
1100         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1101           char, thanks Hubert Sack
1102         * doc/sdccman.lyx: documented --xstack-loc,
1103           elaborated a bit more on interrupts and pitfalls,
1104           removed "setjmp/longjmp unsupported",
1105           documented some unsupported C99 features
1106         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1107         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1108           if, thanks Hubert Sack
1109         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1110         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1111           make make_library
1112         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1113           regression tests can report resource usage (rfe 700441)
1114         * support/regression/collate-results.py: report resource usage
1115         * support/regression/ports/ds390/spec.mk,
1116         * support/regression/ports/hc08/spec.mk,
1117         * support/regression/ports/mcs51/spec.mk,
1118         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1119         * support/regression/ports/ds390/uCsim.cmd,
1120         * support/regression/ports/hc08/uCsim.cmd,
1121         * support/regression/ports/mcs51/uCsim.cmd,
1122         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1123         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1124           library, use the default one
1125         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1126           building the library
1127
1128 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1129
1130         * config.dsp: added dependency on .version and configure_vc.awk
1131         * device/include/setjmp.h: updated for --stack-auto and --xstack
1132         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1133         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1134         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1135         * device/lib/libsdcc.lib: added _setjmp
1136         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1137           (decorateType): fixed bug 1372851,
1138           (optimizeGetHbit): fixed warning
1139         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1140           array initialisation
1141         * support/regression/tests/bug1057979.c: added test for bug 1358192
1142         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1143
1144 2005-12-03 Borut Razem <borut.razem AT siol.net>
1145
1146         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1147           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1148
1149 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1150
1151         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1152         createIval): implement symbol independant "flexible array member",
1153         (createIvalCharPtr): implemented flexible array initialisation with a
1154         string
1155         * src/SDCCsymt.c (copyStruct): removed,
1156         (getSize): fixed misleading comment,
1157         (getAllocSize): removed, the additional allocation size is now in
1158         sym->flexArrayLength,
1159         (checkStructFlexArray): new, syntax checks for flexible array members,
1160         (compStructSize): added syntax checks for "flexible array members"
1161         (copyStruct): removed,
1162         (copyLinkChain): removed inefficient fix for bug 770487
1163         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1164         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1165         symbol->flexArrayLength
1166         * src/SDCCerr.c,
1167         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1168         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1169         * support/regression/tests/structflexarray.c: added
1170         * support/valdiag/tests/structflexiblearray.c: added
1171
1172 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1173
1174         * src/SDCCast.c (decorateType): fixed bug 1368489
1175         * support/Util/SDCCerr.c,
1176         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1177
1178 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1179
1180         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1181           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1182
1183 2005-11-27 Borut Razem <borut.razem AT siol.net>
1184
1185         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1186           support/cpp2/mkdeps.h: added command line option
1187           -obj-ext=<extension> to SDCPP to define object file externion, used
1188           for generation of make dependencies (-M)
1189         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1190
1191 2005-11-26 Borut Razem <borut.razem AT siol.net>
1192
1193         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1194           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1195           added pic and pic16 libraries
1196
1197 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1198
1199         * device/include/float.h: Corrected typo in prototype of __fsgt
1200
1201 2005-11-25 Borut Razem <borut.razem AT siol.net>
1202
1203         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1204           added creation of model-mcs51-stack-auto libraries
1205
1206 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1207
1208         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1209         and fields-list too
1210         * src/SDCCast.c (createIvalArray): removed obsolete comment
1211
1212 2005-11-24 Borut Razem <borut.razem AT siol.net>
1213
1214         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1215           added missing device/lib/mcs51/crt*.asm sources
1216
1217 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1218
1219         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1220
1221 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1222
1223         * device/lib/_fs2schar.c,
1224         * device/lib/_fs2sint.c,
1225         * device/lib/_fs2slong.c: optimized inline asm
1226
1227 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1228
1229         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1230           Better handling of floats between -1.0 and 0.0.
1231
1232 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1233
1234         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1235           (the missing "if"s prohibited removal of redundant labels)
1236
1237 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1238
1239         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1240           Properly convert floats between -1.0 and 0.0 to long, int, and char
1241           types (max integer value of negative floats tends to zero).
1242         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1243           Removed changes made so to work properly with floats between
1244           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1245           and _fs2char.c
1246
1247 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1248
1249         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1250         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1251         (genCast) cosmetic change
1252         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1253         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1254         from mcs51
1255         * support/regression/tests/bitfields (testSignedBitfields): added
1256
1257 2005-11-18 Borut Razem <borut.razem AT siol.net>
1258
1259         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1260         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1261           introduced SILENT option to make building of pic16 libraries less
1262
1263 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1264
1265         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1266           Now they work properly with floats between -1.0 and 0.0
1267         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1268
1269 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1270
1271         * src/SDCCicode.c (printOperand): added missing else
1272
1273 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1274
1275         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1276         reformatted for better readability
1277         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1278         signed bitfields
1279
1280 2005-11-17 Borut Razem <borut.razem AT siol.net>
1281
1282         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1283           introduced SILENT option to make building of pic16 libraries less
1284           verbose - used for nightly snapshot build
1285         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1286           available on Win32 platforms.
1287         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1288           medium, large, pic and pic16
1289
1290 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1291
1292         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1293           printf("%f"...) sets fraction to zero.
1294
1295 2005-11-16 Raphael Neider <rneider AT web.de>
1296
1297         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1298           fixes #1357221
1299         * src/pic/gen.c (genIfx): implemented for CARRY bit
1300         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1301           to generic pointers, fixes #1357332,
1302           (pic16_movLit2f): NEW,
1303           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1304
1305 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1306
1307         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1308
1309 2005-11-11 Raphael Neider <rneider AT web.de>
1310
1311         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1312         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1313           compute pointer's type from operand,
1314           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1315           improved single bit reads, fixes bug #1353379
1316
1317 2005-11-09 Borut Razem <borut.razem AT siol.net>
1318
1319         * support/scripts/sdcc.nsi: added lib/pic to the package
1320
1321 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1322
1323         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1324
1325 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1326
1327         * support/regression/tests/bug1348008.c: added
1328         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1329         * support/regression/tests/bug1337835.c: updated comment
1330
1331 2005-11-06 Borut Razem <borut.razem AT siol.net>
1332
1333         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1334           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1335           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1336           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1337           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1338           dynamic construction of cl_error_class and derivates - 2.nd try
1339
1340 2005-11-05 Borut Razem <borut.razem AT siol.net>
1341
1342         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1343           bug, which caused Bus Errors on sparc solaris
1344
1345 2005-11-04 Borut Razem <borut.razem AT siol.net>
1346
1347         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1348           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1349           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1350           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1351           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1352           and derivates to resolve the initialization problem on OSX
1353
1354 2005-11-02 Borut Razem <borut.razem AT siol.net>
1355
1356         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1357           corrected typo - #include <winsock2.h>
1358
1359 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1360
1361         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1362           (_asxxxx_mapping): added org directive for future enhancements
1363
1364 2005-11-01 Borut Razem <borut.razem AT siol.net>
1365
1366         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1367           enabled sockets on WIN32
1368         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1369
1370 2005-10-31 Borut Razem <borut.razem AT siol.net>
1371
1372         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1373           WIN32 backslash path delimiters should be escaped when used in C strings
1374         * support/regression/tests/bitfields.c: exclude failing assertions for
1375           __CYGWIN32__ and __MINGW32__ hosts
1376
1377 2005-10-30 Borut Razem <borut.razem AT siol.net>
1378
1379         * src/SDCCutil.c: corrected double comparison typo
1380
1381 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1382
1383         * device/lib/medium/Makefile: added for new memory model medium
1384         * device/include/asm/mcs51/features.h: updated for medium/pdata
1385         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1386           added Multiply & Accumulate sbit's and MAC0_PAGE define
1387         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1388         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1389         * device/lib/_mullong.c: update for medium model
1390         * device/lib/incl.mk: added medium model
1391         * doc/sdccman.lyx: documented medium model
1392         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1393         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1394         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1395         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1396           (allocParms): set SCLS and OCLS to pdata for medium model
1397         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1398           for pdata,
1399           (powof2): return <0 if not power of 2
1400         * src/avr/gen.c (genBitWise): use updated powof2
1401         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1402           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1403           (shiftLLeftOrResult): use B if necessary
1404         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1405         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1406         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1407         * support/regression/Makefile.in: added test-mcs51-medium
1408         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1409
1410 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1411
1412         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1413         specifier unsigned
1414         * device/lib/time.c (mktime): fixed bug 1334315
1415
1416 2005-10-28 Raphael Neider <rneider AT web.de>
1417
1418         * device/include/pic/p16f_common.inc: added common declarations
1419         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1420
1421 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1422
1423         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1424           (aopPutUsesAcc): added to predict accumulator use,
1425           (assignResultValue): save acc if necessary,
1426           (genMinusDec): store result if indirectly addressed,
1427           (genDivOneByte):  save acc if necessary,
1428           (movLeft2Result): bugfix if left already in acc,
1429           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1430             attention to accumulator use (esp. pdata),
1431           (genReceive): receive pdata correctly
1432         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1433         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1434
1435 2005-10-27 Raphael Neider <rneider AT web.de>
1436
1437         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1438
1439 2005-10-27 Raphael Neider <rneider AT web.de>
1440
1441         * .version: changed version to 2.5.4
1442         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1443         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1444           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1445             arithmetics support routines
1446         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1447         * device/lib/Makefile.in: also create installdir for pic
1448
1449         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1450           pic14 port as well
1451         * src/pic/device.c (dump_sfr): rewritten to delegate register
1452           placement to the linker (use `extern sym' rather than sym EQU addr),
1453           (validAddress): fixed to check last specified address
1454         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1455           (popGetLit): truncate literal value to 8 bit,
1456           (popGet): moved assert to more appropriate place
1457           (popGetExternal): create pCode operand from and mark the according
1458             symbol as being `extern'
1459           (popGetAddr): added sanity check on immediate's offset, provide
1460             GPOINTER tag on demand
1461           (aopPut): fixed for immediates,
1462           (mov2w_op): move operand's address or contents to WREG (depending on
1463             operand type), safer variant of mov2w,
1464           (movwf,call_libraryfunc): NEW, handy abbreviations,
1465           (get_argument_pcop,get_return_val_pcop,pass_argument,
1466           get_returnvalue): interface for accessing function parameters and
1467             return values,
1468           (assignResultValuei,genRet): use new parameter/return value interface
1469           (pic14_getDataSize): back to old version handling generic pointers,
1470           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1471             provided implementation and/or fixed old one,
1472           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1473             calls, removed legacy 8051 reference code
1474           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1475           (loadSignToC): NEW, move the operands sign bit to CARRY,
1476           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1477             genRightShiftSigned, accepts negative shift counts,
1478           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1479           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1480             generic pointers, __data pointers and __code pointers,
1481           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1482             and signed bitfields, limit bitfields to 8 bit,
1483           (genDataPointerGet): fixed number of bytes read,
1484           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1485           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1486             pointers to constant data are no longer assumed to point to __code
1487             space, removed invalid pointer types,
1488           (bitpatternFromVal): retrieve the PICs representation of an integer
1489             or float literal,
1490           (genDataPointerSet): fixed assigning to po_immediate operands,
1491           (genGenPointerSet): implemented as library call,
1492           (genIfx): fixed incorrect condition,
1493           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1494             provide GPOINTER tag according to destination's storage class,
1495           (genCast): added code to handle casting to generic pointers, added
1496             sign-/zero extension of the result
1497           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1498         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1499         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1500           extend the result
1501         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1502           address/register resides in the shared banks
1503           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1504             put all variables into separate sections (have the linker arrange
1505             them)
1506           (picglue): put init code and interrupt handlers in separate sections
1507         * src/pic/main.c: added port specific options table, modified to PORT
1508           structure to make GPOINTERs 3 byte, added pic14_options
1509           (_pic14_do_link): private linking routine (update paths to libraries,
1510             add libsdcc.lib by default)
1511         * src/pic/main.h: declare pic14_options
1512         * src/pic/pcode.c: fixed instructions i/o relations,
1513           (RegCond): reverted to correct version,
1514           (newpCodeOpLit): truncate literals to 8 bit,
1515           (genericPrint): added debug output,
1516           (getRegFromInstruction): fixed for various operand types, simplified
1517           (BuildFlow): fixed broken handling of isntructions with labels
1518           (LinkFlow): start at last instruction in flow (skip trailing comments),
1519             pass the flow on to the next instruction after CALL
1520           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1521           (insertPCodeInstruction): fixed inserting after a skip instruction,
1522           (DoBankSelect): fixed for labeled instructions
1523           (OptimizepBlock): honor --nopeep switch
1524           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1525         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1526         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1527           (pCodeOptime2pCodes): allow disabling this optimization via
1528             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1529             but is still buggy), started implementation of a dataflow based
1530             pCode optimization (CSE + dead code elimination)
1531           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1532         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1533           names are independant of the stack location and therefore portable across
1534           devices
1535
1536 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1537
1538         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1539           (selectSpil): fixed bug 1337835 by not spilling bit variables
1540         * support/regression/tests/bug1337835.c: added test for this bug
1541         * src/mcs51/peeph.def: restart after rule 3.c,
1542           addded rules 263.x to optimize loading constants
1543
1544 2005-10-26 Raphael Neider <rneider AT web.de>
1545
1546         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1547         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1548           (genAssign): emit warning when casting literals to generic pointer
1549             type, also applies when taking the address of a fixed variable,
1550           (genCast): improved casting to generic pointers
1551         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1552           extern variables, added verbose error message
1553         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1554
1555 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1556
1557         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1558         carry must be complemented too
1559         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1560         could be emitted by genMinus
1561         * src/SDCCval.c (constVal): fixed bug 1305065
1562
1563 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1564
1565         * src/SDCCast.c (addCast): added promotion for bit variables
1566         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1567         promotion casts + optimisation
1568         (optimizeGetWord): fix warning 'i' might be used uninitialized
1569         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1570         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1571
1572 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1573
1574         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1575         all chars are promoted to int; promotion should be handled in SDCCast.c
1576
1577 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1578
1579         * device/lib/_strcmp.c: Fixed bug 1326457
1580
1581 2005-10-11 Raphael Neider <rneider AT web.de>
1582
1583         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1584         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1585
1586 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1587
1588         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1589         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1590
1591 2005-10-04 Raphael Neider <rneider AT web.de>
1592
1593         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1594           device/lib/pic16/pics.all: added pic18f1320
1595         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1596
1597 2005-09-30 Raphael Neider <rneider AT web.de>
1598
1599         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1600         * src/pic16/devices.inc: NEW, provides device descriptions
1601         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1602
1603 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1604
1605         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1606           GETHBIT
1607
1608 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1609
1610         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1611           documented Any Order Bit, Higher Order Byte and Higher Order Word
1612         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1613         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1614           (optimizeGetAbit): new, to get any bit, not only the high bit,
1615           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1616           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1617           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1618           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1619             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1620             GETABIT, GETBYTE, GETWORD: decorate them,
1621           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1622           (ast_print): added GETABIT, GETBYTE, GETWORD
1623         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1624         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1625           (geniCodeBinary): new generic binary icode,
1626           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1627         * src/port.h: updated comment for PORT.hasExtBitOp
1628         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1629           (genGetByte): new, to get a single byte,
1630           (genGetWord): new, to get a word from a long,
1631           (gen51Code): added GETABIT, GETBYTE, GETWORD
1632         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1633
1634 2005-09-23 Raphael Neider <rneider AT web.de>
1635
1636         * configure.in, configure: have device/lib/pic configured
1637         * device/lib/Makefile.in: added model-pic14
1638         * device/lib/clean.mk: added pic/ to clean rule
1639         * device/lib/pic: added rudimentary pic14 library providing support
1640           functions for multiplication/division/generic pointer access
1641         * src/SDCCopt.c (convilong): mark support functions as extern
1642           for pic14 port as well
1643         * src/pic/gen.c (genMult): added assertions,
1644           (genpic14Code): emit warning on unhandled iCodes
1645         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1646         * src/pic/pcode.c (pCodeOpCopy),
1647         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1648           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1649           SFR_REGISTER}), made safe for future extensions
1650         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1651           instructions even if preceeded by SKIP instructions (also remove
1652           them); removed unused code
1653         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1654           prevents leaving parts of the structure uninitialized after copying
1655
1656 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1657
1658         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1659           ago by me
1660         * support/regression/tests/addsub.c: added test for the bug
1661
1662 2005-09-21 Raphael Neider <rneider AT web.de>
1663
1664         * device/include/pic16/pic18f1220.h,
1665           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1666         * device/lib/pic16/Makefile.rules: added missing opening paren
1667         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1668           are provided in genutils.c,
1669           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1670           operand/result sizes,
1671           (genCmp): assert on NULL pointers first, then check deref'ed values
1672         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1673           result size
1674
1675 2005-09-18 Raphael Neider <rneider AT web.de>
1676
1677         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1678           as these are now unused,
1679           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1680         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1681           local, avoids uninitialized pointer dereference on r->name
1682         * src/pic16/ralloc.c (newReg): fixed indentation
1683
1684 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1685
1686         * src/SDCCval.c (constVal): fixed bug 730366
1687         * support/Util/SDCCerr.c,
1688         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1689
1690 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1691
1692         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1693
1694 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1695
1696         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1697
1698 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1699
1700         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1701           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1702         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1703           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1704         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1705         * packihx/packihx.c (hexDigit): made c unsigned char
1706         * as/mcs51/lklibr.c (fndsym),
1707         * link/z80/lkgb.c (gb),
1708         * link/z80/lklibr.c (fndsym),
1709         * link/z80/lkrloc.c (relr),
1710         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1711         * src/SDCC.lex (checkCurrFile, process_pragma),
1712         * src/SDCCglue.c (spacesToUnderscores),
1713         * src/SDCCmain.c (setParseWithComma, processFile),
1714         * src/asm.c (tvsprintf, printCLine),
1715         * src/avr/gen.c (emitcode, aopPut),
1716         * src/ds390/gen.c (emitcode),
1717         * src/hc08/gen.c (emitcode, emitinline),
1718         * src/mcs51/gen.c (emitcode, genInline),
1719         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1720           tokenizeLineNode),
1721         * src/pic/ralloc.c (debugLog),
1722         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1723           tokenizeLineNode),
1724         * src/pic16/ralloc.c (debugLog),
1725         * src/z80/main.c (_process_pragma):
1726            made all ctype.h function calls safe
1727         * src/SDCCopt.c: include math.h for fabs
1728         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1729           and used them throughout the code to make ctype.h function calls safe
1730         * src/ds390/main.c (asmLineNodeFromLineNode),
1731         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1732         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1733            unsigned char*
1734         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1735           (newpCodeAsmDir): made ctype.h function calls safe
1736         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1737           pic16_emitcode):  made lbp unsigned char*
1738         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1739           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1740         * src/xa51/gen.c (emitcode),
1741         * src/z80/gen.c (_emit2): made lbp unsigned char*
1742         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1743            char*
1744
1745 2005-09-05 Raphael Neider <rneider AT web.de>
1746
1747         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1748           access bank splitpoint
1749
1750 2005-09-05 Raphael Neider <rneider AT web.de>
1751
1752         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1753
1754 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1755
1756         * .version: changed to version 2.5.3
1757         * doc/sdccman.lyx: changed version to 2.5.3,
1758           documented --codeseg and --constseg and pragma codeseg and constseg,
1759           documented bit parameters (reentrant) and bit returning
1760         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1761            currFunc->recvSize, but is this ok for all ports?
1762           (ast2iCode): result of ~ on unsigned char must be cast to int for
1763            bool to work
1764         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1765           function pointers in bit space
1766         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1767           (processFuncArgs): call port.reg_parm() with reentrancy info
1768         * src/port.h,
1769         * src/avr/main.c,
1770         * src/ds390/main.c,
1771         * src/hc08/main.c,
1772         * src/pic/main.c,
1773         * src/pic16/main.c,
1774         * src/xa51/main.c,
1775         * src/z80/main.c: port.reg_parm prototype extended with
1776           "bool reentrant" parameter
1777         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1778           options.stackAuto for allocating bit register parameters
1779         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1780           (genSend): set BitBankUsed if it is,
1781           (selectRegBank): factored out of genCall for use in genPcall,
1782           (genCall): removed redundant dtype assignmen, use selectRegBank,
1783           (genPcall): handle returning in Carry properly, save in F0 if needed,
1784           (genReceive): handle bit register parameters
1785         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1786           (mcs51_assignRegisters): enable bit registers for all reentrant
1787            functions and don't set BitBankUsed unconditionally
1788         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1789         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1790         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1791
1792 2005-08-27 Borut Razem <borut.razem AT siol.net>
1793
1794         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1795         ppc-osx (Darwin) does not support -u option. It seems that it is
1796         supported only on Linux - GNU cp
1797
1798 2005-08-25 Borut Razem <borut.razem AT siol.net>
1799
1800         * sim/ucsim/gui.src/serio.src/Makefile.in,
1801           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1802           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1803           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1804           install and strip, since the strip at /usr/ccs/bin should be used
1805           on solaris
1806
1807 2005-08-24 Borut Razem <borut.razem AT siol.net>
1808
1809         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1810
1811 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1812
1813         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1814         ffffffffu
1815
1816 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1817
1818         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1819         * as/mcs51/lkmain.c (link_main): fixed warning
1820         * device/include/stdbool.h: ds390 has no advanced bit support yet
1821         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1822         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1823         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1824           and updated their macros
1825         * src/SDCCval.c (constVal): updated comment for renamed b_long
1826
1827 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1828
1829         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1830         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1831           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1832           (oprio): set priority for '['
1833         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1834            and adb_24_bit
1835         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1836         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1837         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1838         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1839           added overlayable BIT_BANK area
1840         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1841           (summary2): explain 'T' in legenda
1842         * as/mcs51/lkrloc.c: replaced old K&R style,
1843           (relr): added R_BIT processing,
1844           (errmsg): added "Bit-addressable relocation error",
1845           (adb_bit): added for converting from byte- to bit-addressable space,
1846           (adb_24_bit): added for converting from byte- to bit-addressable space
1847         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1848            used in reentrant functions now even as return value
1849         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1850         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1851           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1852         * src/SDCCglobl.h: added indicator BitBankUsed
1853         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1854            the bit registers b0-b7
1855         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1856           (geniCodeCast): fixed bug 1263853,
1857           (geniCodeLogicAndOr): put result in bool or char,
1858           (geniCodeReceive): added parameter func for accessing the return type,
1859           (geniCodeFunctionBody): pass func to geniCodeReceive
1860         * src/SDCCmain.c: added indicator BitBankUsed
1861         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1862         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1863           (checkSClass): don't put automatic bool/bit on stack,
1864           (checkFunction): removed check on function cannot return bit
1865         * src/SDCCsymt.h: added newBoolLink prototype
1866         * src/mcs51/gen.c (rb1regs): added bit registers,
1867           (movc): created for assigning to carry,
1868           (pushReg, popReg): created for pushing registers,
1869           (sameRegs): check both AOP_REG and AOP_CRY types,
1870           (aopOp): handle bit registers,
1871           (aopPut): optimization no self-assign,
1872           (saveRegisters): push reg->base (bits) only once for bit registers,
1873            and use pushReg,
1874           (unsaveRegisters): pop reg->base only once and use popReg,
1875           (assignResultValue): added parameter func and return in carry for bits,
1876           (genIpush): optimization no reload in A if not changed,
1877           (genSend): bit parameters in reentrant functions are passed in bit
1878            registers by first assigning to bits in B, then save registers and
1879            copy B to bits,
1880           (genCall): handle returning in Carry properly, save it in F0 if needed,
1881           (genPcall): updated assignResultValue call, this is not safe yet for bit
1882            returning function !!!
1883           (genFunction): don't generate equ's for bit registers and use pushReg,
1884           (genEndFunction): take care of bit returning functions and use popReg,
1885           (genRet): return bit in Carry,
1886           (genIfx): optimize bit registers and other directly addressable bits,
1887           (genReceive): updated assignResultValue call
1888         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1889           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1890            registers when using stack-auto
1891         * src/mcs51/ralloc.c (_G): added allBitregs,
1892           (regs8051): added the bit registers,
1893           (createStackSpil): use macro IS_BIT,
1894           (getRegBit): added to allocate a bit register, else spill,
1895           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1896           (updateRegUsage): factored out to ease stepping while debugging,
1897           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1898            also allocate bit registers,
1899           (fillGaps): handle bit registers,
1900           (findAllBitregs): added to create bit vector with all bit registers,
1901           (mcs51_allBitregs): returns this bit vector,
1902           (mcs51_assignRegisters): when using stack-auto use bit registers for
1903            passing parameters and creating local variables
1904         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1905
1906 2005-08-22 Borut Razem <borut.razem AT siol.net>
1907
1908         * device/lib/Makefile.in: replaced find option -or with -o
1909           to make it run on solaris
1910
1911 2005-08-22 Raphael Neider <rneider AT web.de>
1912
1913         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1914           fixes #1265442 (crash on Solaris)
1915
1916 2005-08-20 Borut Razem <borut.razem AT siol.net>
1917
1918         * configure, configure.in: added tests for libsocket and libnsl libraries,
1919           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1920           from support/regression/Makefile.in
1921         * support/regression/Makefile.in: added
1922         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1923         * sim/ucsim/libtool: regenerated on sparc-solaris
1924         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1925           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1926           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1927           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1928           sparc-solaris, which doesn't use GNU ld linker
1929         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1930         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1931
1932 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1933
1934         * src/mcs51/peeph.def: updated comments
1935
1936 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1937
1938         * device/lib/_gptrget.c,
1939         * device/lib/_gptrput.c: slightly shorter
1940         * doc/sdccman.lyx: incremented version
1941         * src/mcs51/peeph.def: moved peephole comments to the line of first
1942           change to better keep line correlation, reanimated 186.e
1943         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1944
1945 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1946
1947         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1948           David Saxton with quotes around file name.
1949
1950 2005-08-15 Borut Razem <borut.razem AT siol.net>
1951
1952         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1953           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1954           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1955           make tests run on x86_64 platform
1956
1957 2005-08-13 Raphael Neider <rneider AT web.de>
1958
1959         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1960           as it might be executed DURING a build (parallel make is wonderful)
1961
1962 2005-08-13 Raphael Neider <rneider AT web.de>
1963
1964         * device/lib/Makefile.in (port-specific-objects-pic16):
1965           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1966         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1967           dependency
1968         * device/lib/pic16/Makefile.rules: build subdirs before creating
1969           the library, removed builddir rule, create $(builddir) early in
1970           recurse rule, use empty recurse rule for leaf directories
1971         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1972           mkdir errors (race condition), removed duplicate suffix "hex"
1973           from clean rules
1974         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1975         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1976           prevents mkdir -p from aborting on Alpha
1977
1978 2005-08-12 Raphael Neider <rneider AT web.de>
1979
1980         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1981           db-statements in order to allow for arrays of pointers in code
1982           sections to be placed without interspersed 0-padding, fixes
1983           bug #1256215
1984         * (emitStatistics): fixed division by zero for pic18f1220
1985         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1986           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1987         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1988         * (pic16_pCodeConstString): keep track of already emitted string
1989           literals to prevent "duplicate definitions of symbol _str_NR"
1990         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1991           debug message
1992         * device/lib/Makefile.in: ignore failing PIC16 library builds
1993         * device/lib/pic16/Makefile: do not build if gputils are missing
1994         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1995
1996 2005-08-10 Raphael Neider <rneider AT web.de>
1997
1998         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1999           my last commit)
2000
2001 2005-08-10 Raphael Neider <rneider AT web.de>
2002
2003         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
2004           Rokas' patch to add the new fixed point type "__fixed16x16"
2005         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
2006           functions for __fixed16x16 arithmetics
2007         * device/lib/pic16: reimplemented the build system to support
2008           a separate build directory, better handling of libio (create
2009           the library in a separate subdir for each architecture) and
2010           easier configuration (centralized in Makefile.common)
2011
2012 2005-08-07 Raphael Neider <rneider AT web.de>
2013
2014         * src/pic16/gen.c (genrshTwo): fixed sign extension
2015         * src/pic16/device.c: added pic18f2320, 4220 and 4320
2016         * device/include/pic16/pic18f2220.h: changed some bit definitions,
2017           added T0CONbits
2018         * device/include/pic16/pic18f4220.h: NEW, header for
2019           pic18f4220 and pic18f4320
2020         * device/include/pic16/pic18fregs.h: added new devices,
2021           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
2022         * device/include/pic16/signal.h: resolved name clashes
2023           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
2024           to also allow testing for interrupt enable bits, added
2025           comments on how to use the macros
2026         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
2027         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
2028           register definitions for the devices
2029         * device/lib/pic16/pics.all: added new devices
2030         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2031           allocated memory
2032         * device/lib/pic16/libc/stdlib/memfree: do not count
2033           the block header as free memory
2034         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2035           simplified and added missing end-of-blocklist-marker
2036           (reported by Peter Onion, fixes #1252814)
2037         * (_mergeHeapBlock): fixed loop condition
2038         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2039           len==0, restructured code
2040         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2041           up a bit, reduced bitfield accesses, prevent endless loops
2042           in case of heap corruption
2043         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2044           "unreferenced arguments/must return a value" warnings
2045         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2046           replaced BAUDREG with SPBRG
2047         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2048           device/lib/pic16/debug/gstack/gstack.c: replaced
2049           _naked, _asm, _endasm with __naked, __asm, __endasm
2050
2051 2005-08-05 Raphael Neider <rneider AT web.de>
2052
2053         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2054           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2055
2056 2005-08-05 Borut Razem <borut.razem AT siol.net>
2057
2058         * device/lib/Makefile.in: added missing ';'
2059         * configure: removed ^M characters
2060
2061 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2062
2063         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2064           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2065           License
2066
2067 2005-08-04 Borut Razem <borut.razem AT siol.net>
2068
2069         * configure.in: pic16 libraries build 2nd try - enable running
2070           configure in device/lib/pic16
2071         * configure: regenerated from configure.in
2072         * device/lib/Makefile.in: create $(PORT)/bin directory
2073
2074 2005-08-03 Raphael Neider <rneider AT web.de>
2075
2076         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2077           to get/set values via pointers
2078         * (genUnpackBits,genPackBits): changed detection of
2079           ptr->bitfield vs. sym.bitfield, fixed access via generic
2080           pointers, removed dead (wrong) code for multibyte bitfields
2081         * (genNearPointerGet, genGenPointerGet): removed useless code,
2082           fixed bitfield detection, fixes #1250594
2083         * (genNearPointerSet): removed useless code
2084         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2085           and introduced macro pic16_emitpcode that conditionally emits
2086           the origin of the following pCode (useful for debugging SDCC)
2087         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2088         * (createDefmap): fixed handling of LFSR for --optimize-df
2089
2090 2005-08-02 Borut Razem <borut.razem AT siol.net>
2091
2092         * device/lib/Makefile.in: pic16 libraries build enabled since
2093           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2094
2095 2005-08-02 Raphael Neider <rneider AT web.de>
2096
2097         * src/pic16/gen.c (genPackBits): removed deprecated warning
2098         * (genGenPointerSet): fixed bitfield detection
2099
2100 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2101
2102         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2103
2104 2005-07-31 Raphael Neider <rneider AT web.de>
2105
2106         * device/lib/pic16/libdev/pic18f458.c,
2107           device/include/pic16/pic18f458.h: added missing T0CONbits
2108
2109 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2110
2111         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2112
2113 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2114
2115         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2116
2117 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2118
2119         * device/include/mcs51/at89c51ed2.h: added.
2120
2121 2005-07-23 Raphael Neider <rneider AT web.de>
2122
2123         * src/pic/gen.h: added emitpcode macro for debugging
2124         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2125           and replace by macro adding debug information on demand
2126         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2127         * (gencjne): tried to fix; replaced with correct (slower) code
2128         * (gen{Unp,P}ackBits): fixed single bit access
2129         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2130         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2131           previous instruction
2132         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2133           register has to be handled with care (forbidding movement
2134           of assignments/uses, removing assignments completely, ...)
2135         * (pCodeOptime2pCodes): make use of regIsSpecial
2136         * added lots of debugging output (commented out)
2137         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2138           from being reused as result UNLESS it is known to work
2139
2140 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2141
2142         * support/Util/dbuf.h: include <stddef.h> for size_t
2143         * .version: changed to version 2.5.2
2144
2145 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2146
2147         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2148
2149 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2150
2151         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2152           (genModOneByte): removed needless psha/pula
2153
2154 2005-07-22 Raphael Neider <rneider AT web.de>
2155
2156         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2157           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2158         * src/pic/gen.c (resolveIfx): do not "invent" labels
2159         * (genSkipc): changed to positive logic
2160         * (genSkipCond): removed as no longer needed
2161         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2162           backport from PIC16
2163         * (genLeftShift): check operands are in different registers
2164         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2165           INCF does not update CARRY...
2166         * src/pic/main.c: fixed _linkCmd
2167         * src/pic/pcode.c (unlinkpCode): added inactive code
2168         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2169           alive (do not assign result and operand overlapping registers)
2170
2171 2005-07-22 Raphael Neider <rneider AT web.de>
2172
2173         * src/pic/device.c (dump_sfr): replaced register declaration with
2174           call to emitSymbolToFile() to avoid duplicate symbols
2175         * (assignRelocatableRegisters): do not declare external symbols
2176         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2177           right (take size of type, not etype)
2178         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2179         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2180         * (packRegsForAccUse): disabled assignment of WREG as
2181           the result reg to prevent occurence of just fixed #1235003,
2182           fixes #1242954
2183         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2184           symbols (avoids duplicate symbols in .asm file)
2185         * (pic14emitRegularMap): use emitSymbolToFile()
2186         * src/pic/gen.c (aopOp): fixed spillLocation handling
2187         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2188         * (genDataPointerSet): removed unneccessary variables/output
2189
2190 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2191
2192         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2193         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2194
2195 2005-07-21 Raphael Neider <rneider AT web.de>
2196
2197         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2198           architecture cannot handle them efficiently, fixes bug #1235003
2199         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2200           check for empty sets before using them (fixes bug #1232190)
2201
2202 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2203
2204         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2205           (lnksect2): generate warnings for memory overlap
2206         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2207           constseg to set the name of these segments so you can instruct the linker
2208           to place them in banks
2209         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2210         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2211           added code_seg and const_seg to options
2212         * src/SDCCglue.c (emitMaps): use options.const_seg,
2213           (createInterruptVect): put interrupt vectors in segment HOME,
2214           (glue): put HOME before static segment and put the main glue in HOME,
2215           (glue): use options.code_seg
2216         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2217         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2218           these segments so you can instruct the linker to place them in banks
2219           (linkEdit): use code_loc for HOME segment which should be the first
2220           segment in code memory now
2221         * src/SDCCmem.c: fixed more stuff like bug 1238386
2222         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2223           (changePointer): don't change function pointers to code pointers for
2224           banked functions,
2225           (compareType): added exceptional check for banked function pointers
2226         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2227         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2228           after static in code memory
2229         * src/mcs51/gen.c: added aopLiteralLong prototype,
2230           (aopForSym): use getSize for functions,
2231           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2232           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2233           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2234           the segment,
2235           (genPcall): use call for literal function pointers and generate banked
2236           calls over the one trampoline so there's only one place for the user to
2237           modify according to his/hers hardware,
2238           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2239           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2240         * src/mcs51/main.c: added keyword banked,
2241           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2242         * support/Util/SDCCerr.c,
2243         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2244           needed for passing the bank and address to the trampoline
2245         * device/lib/mcs51/crtbank.asm: added for bankswitching
2246         * device/lib/mcs51/Makefile: added crtbank
2247
2248 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2249
2250         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2251           for fields at offset 0 of a struct or union as reported
2252           on 2005-07-07 in the developer mailing list.
2253
2254 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2255
2256         * src/SDCCmem.c: fixed bug 1238386
2257
2258 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2259
2260         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2261           (patch #1144962), added peephole 300, enabled 259.x
2262         * doc/sdccman.lyx: removed screenshot and provided link instead
2263
2264 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2265
2266         * doc/sdccman.lyx: added section about debugging with ddd
2267         * doc/figures/ddd_example.eps: screenshot of debugging session
2268
2269 2005-07-04 Raphael Neider <rneider AT web.de>
2270
2271         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2272           like CODE pointers, fixes #1115683
2273         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2274           call, fixes bugs #1232211, #1228110,
2275           fixed wrong casts to pCodeFlow from pCodeInstructions
2276
2277 2005-07-04 Raphael Neider <rneider AT web.de>
2278
2279         * src/pic/gen.c (popGet): changed assert to allow for
2280           bit operands
2281         * (popGetAddr): changed signature to provide
2282           an additional index, patched all call sites
2283         * (genCmpEq): handle literal-like operands correctly
2284         * (genAddrOf): added sanity checks on __code/__data pointers
2285         * (genAssign): added handling of symbols from __code section
2286         * (gencjne): do not generate code for comparisons whose result
2287           is neither stored nor used, fixes bug #1171114
2288         * (AccLsh, AccRsh): operate on operand instead of WREG
2289         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2290           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2291           by known count
2292         * rewrote complete shift-by-literal logic, commented unused
2293           functions out
2294         * (genConstPointerGet): get multiple bytes (if result size > 1),
2295           fixed handling of non-immediate addresses
2296         * (genPointerGet): handle CODE pointers like CONST pointers
2297         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2298         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2299           operand is to be treated as a literal or not
2300         * (mov2w,genPcall,genCmpEq),
2301           src/pic/genarith.c: use aop_isLitLike() to decide between
2302           literal/register contents
2303         * (addSign): added missing offset
2304         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2305           only emit comment in debug-mode,
2306           use {aop,op}_isLitLike throughout the file
2307         * src/pic/glue.c: fix initializers for pointers (work in progress)
2308         * src/pic/pcode.c (get_op): honor index on _const symbols
2309         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2310         * (dumppBlock): added pCode size estimation
2311         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2312           check for IS_SYMOP before OP_SYMBOL'ing
2313         * fixed indentation, compacted switch-statements
2314         * (allocReg): find free register and allocate it instead of
2315           allocating new registers all the time
2316         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2317           registers as its operands (necessary only for multibyte GETs)
2318
2319 2005-07-01 Raphael Neider <rneider AT web.de>
2320
2321         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2322           debugging .asm-output macros FENTRY + FEXIT
2323         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2324           way... I wonder...
2325         * (emitpComment): NEW, printf to pCode
2326         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2327           offset handling
2328         * (popGetAddr): NEW, variant of popGet to access an immediates
2329           high(er) bytes instead of the n'th byte of memory they reference,
2330           replaced popGet with popGetAddr where neccessary
2331         * (genDataPointerGet): reactivated and fixed implementation
2332         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2333           accesses
2334         * (genDataPointerSet): fixed multibyte assignments
2335         * (genpic14Code): fixed --i-code-in-asm handling
2336         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2337         * (genPlus): fixed index-out-of-bounds error
2338         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2339         * src/pic/ralloc.c: added debugging output macro FENTRY2
2340         * (spillThis): fixed indentation, enbraced for-body for clarity
2341         * (rematStr): commented out as now unused
2342         * (regTypeNum): commented out special spill case (overwrites
2343           arbitrary values)
2344         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2345
2346 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2347
2348         * doc/sdccman.lyx: documented sfr16/sfr32,
2349           added example for using storage class with function pointers
2350         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2351
2352 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2353
2354         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2355         * device/lib/_itoa.c,
2356         * device/lib/_ltoa.c: optimized codesize
2357         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2358           but don't know how to suppress the double warning.
2359         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2360         * support/Util/SDCCerr.c,
2361         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2362
2363 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2364
2365         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2366           fixed old K&R prototypes
2367         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2368         * device/lib/_gptrget.c,
2369         * device/lib/_gptrgetc.c,
2370         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2371           also new versions for small generic pointers and banked generic pointers
2372         * src/port.h: added const_name
2373         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2374         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2375         * src/SDCCcse.c (findPrevIc): check all associative operators
2376         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2377         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2378         * src/SDCCmem.c: updated comments,
2379           set far-space to 0 for pdata, results in optimized code
2380         * src/SDCCmem.h: added macro CONST_NAME
2381         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2382           moving the info into the highest bits, see also gptrget/gptrput
2383         * src/src.dsp: added sdcc.ico to project files
2384         * src/avr/gen.c (genCast): fixed bug 0x%d
2385         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2386         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2387           relation between ptr_type and DCL_TYPE,
2388           (genCast): fixed bug 0x%d
2389         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2390           (CODE)" for const_name
2391         * src/hc08/gen.c (genCast): fixed bug 0x%d
2392         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2393           (hc08_port): added "CONST (CODE)" for const_name
2394         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2395           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2396           between ptr_type and DCL_TYPE,
2397           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2398           operand* and took AOP() inside function so sfr-ness can be checked,
2399           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2400           new prototype,
2401           (genFunction, genEndFunction): optimized stack setup,
2402           (genMinus): optimized for literals with ending zeroes (in bytes),
2403           (genCast): fixed bug 0x%d
2404         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2405           (mcs51_port): added "CONST (CODE)" for const_name
2406         * src/mcs51/peeph.def: made rule 226 more generic
2407         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2408         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2409         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2410         * src/z80/main.c (z80_port): added NULL for const_name,
2411           (gbz80_port): added NULL for const_name
2412         * support/regression/tests/bug663539.c,
2413         * support/regression/tests/sfr16.c: new tests
2414
2415 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2416
2417         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2418
2419 2005-06-24 Raphael Neider <rneider AT web.de>
2420
2421         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2422           corrected typos...
2423         * device/include/pic16/signal.h: added USBIF
2424           and SIG_USB
2425
2426 2005-06-24 Raphael Neider <rneider AT web.de>
2427
2428         * device/lib/pic16/libdev/pic18f2455.c,
2429           device/include/pic16/pic18f2455.h: NEW
2430         * device/include/pic16/pic18fregs.h,
2431           device/lib/pic16/pics.all,
2432           src/pic16/device.c: added 18f2455
2433         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2434           device/include/pic16/{pic18f[68][567].h,usart.h}:
2435           replaced MULTIPLE_USARTS define with more relaible
2436           compatibility sfrs (for USART access)
2437
2438 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2439
2440         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2441           and the output asm file line is printed on two lines.
2442
2443 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2444
2445         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2446           BGT, BLE, BHI, and BLS instructions
2447         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2448           genCmpEq): removed
2449         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2450           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2451           fixes bug #1216342
2452         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2453
2454 2005-06-15 Raphael Neider <rneider AT web.de>
2455
2456         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2457         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2458         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2459           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2460           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2461
2462 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2463
2464         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2465           Marcel Telka in bug #1215704
2466
2467 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2468
2469         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2470           located in shared memory bank.
2471
2472 2005-05-31 Raphael Neider <rneider AT web.de>
2473
2474         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2475           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2476           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2477
2478 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2479
2480         * device/lib/_strncpy.c: fixed the fix
2481
2482 2005-05-26 Raphael Neider <rneider AT web.de>
2483
2484         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2485           initializers with \0, bug #1208187
2486         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2487           intializers with \0, bug #1208187
2488
2489 2005-05-26 Raphael Neider <rneider AT web.de>
2490
2491         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2492           initializers with \0, bug #1208187
2493         * src/pic16/main.c (_process_pragma): added sanity checks
2494           for stack position and size, emit warnings when appropriate
2495
2496 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2497
2498         * device/lib/_strncpy.c: fixed not filling with \0
2499
2500 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2501
2502         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2503           createFunction),
2504         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2505           compound_statement),
2506         * src/SDCCsymt.h,
2507         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2508
2509 2005-05-24 Raphael Neider <rneider AT web.de>
2510
2511         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2512
2513 2005-05-24 Raphael Neider <rneider AT web.de>
2514
2515         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2516           TRISE definitions, closes bug #1162453
2517
2518 2005-05-22 Raphael Neider <rneider AT web.de>
2519
2520         * src/pic16/main.c (_process_pragma): check for missing
2521           arguments to pragmas code and udata
2522         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2523           consistency fixes to match other headers (thanks to Jim Paris)
2524         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2525
2526 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2527
2528         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2529
2530 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2531
2532         * support/regression/tests/bug1198642.c: new test
2533         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2534         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2535         * support/scripts/resource.h,
2536         * support/scripts/resource.rc,
2537         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2538         * support/scripts/sdcc.ico: added 32x32 icon
2539
2540 2005-05-18 Raphael Neider <rneider AT web.de>
2541
2542         * device/lib/pic16/libdev/pic18f*.c,
2543         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2544           keywords to "__sfr" and "__at (X)"
2545         * device/include/pic16/pic18fregs.h: added pic18f4520
2546         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2547           #1203088 (MPLAB compatibility)
2548
2549 2005-05-17 Raphael Neider <rneider AT web.de>
2550
2551         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2552         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2553         * device/lib/pic16/pics.all: added new devices
2554         * src/pic16/device.c: added support for pic18f4520
2555
2556 2005-05-16 Raphael Neider <rneider AT web.de>
2557         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2558         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2559         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2560           convenience function for bit access
2561
2562 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2563
2564         * device/lib/printf_large.c: fixed bug 1193299
2565         * support/regression/tests/bug1057979.c: added test %3.3s
2566
2567 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2568
2569         * device/include/mcs51/8051.h,
2570         * device/include/mcs51/8052.h: made parseable with lint
2571         * device/include/mcs51/lint.h: added include file for (sp)lint
2572         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2573         * doc/cdbfileformat.lyx,
2574         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2575
2576 2005-05-14 Raphael Neider <rneider AT web.de>
2577
2578         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2579         * device/lib/pic16/libc/stdlib/itoa.c (new)
2580         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2581         * device/lib/pic16/libio/Makefile: exclude subdir according to
2582           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2583         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2584         * src/pic16/gen.c (genFunction): prevent annoying warning
2585         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2586           nameclashes on BeOS
2587         * support/cpp2/cppmain.c (cpp_output_string): new
2588         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2589           fixes bug 1116802
2590
2591 2005-05-13 Borut Razem <borut.razem AT siol.net>
2592
2593         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2594
2595 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2596
2597         * .version: changed to version 2.5.1; back to bleeding edge development
2598
2599 2005-05-11 Borut Razem <borut.razem AT siol.net>
2600
2601         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2602           generate PDF version 1.3 documents
2603
2604 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2605
2606         * .version: changed to version 2.5.0
2607
2608 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2609
2610         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2611
2612 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2613
2614         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2615         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2616         well as many smaller updates.
2617         * .version: changed to version 2.5.0-pre1
2618
2619 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2620
2621         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2622
2623 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2624
2625         * support/regression/tests/bug1185672.c: added
2626         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2627           bug 1185672
2628         * src/mcs51/gen.c (genCall): added comments, made it look safer
2629         * src/mcs51/gen.c (genEndFunction): simplified
2630
2631 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2632
2633         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2634
2635 2005-04-14 Borut Razem <borut.razem AT siol.net>
2636
2637         * fixed bug 1045046 - SIGSEGV with really simple code?:
2638           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2639           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2640
2641 2005-04-14 Borut Razem <borut.razem AT siol.net>
2642
2643         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2644           src/pic16/device.h: temporarily disabled experimental #inline pragma
2645           for 2.5.0 release
2646
2647 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2648
2649         * device/include/z80/stdio.h,
2650         * device/include/z80/string.h: removed these highly incomplete files so
2651           SDCC can use the default ones in device/include/
2652
2653 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2654
2655         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2656         gcc warning.
2657         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2658         fix sdcpp warnings.
2659
2660 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2661
2662         * device/include/malloc.h: removed redundant __reentrant prototypes
2663         * device/lib/_mullong.c: added working xstack variant in asm (C version
2664           doesn't pass regression tests)
2665         * device/lib/bpx.c: used __data and made bpx char for mcs51
2666         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2667           (createFunction): fixed bug with xstackPtr
2668         * src/SDCCcse.c: corrected comments
2669         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2670           (killDeadCode, eBBlockFromiCode): removed unused code
2671         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2672           corrected comments
2673         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2674           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2675           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2676           (genModOneByte): fixed warning in MSVC
2677         * src/mcs51/main.c (): added comments
2678         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2679
2680 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2681
2682         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2683
2684 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2685
2686         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2687
2688 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2689
2690         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2691         characters arrays of larger size than the declared one.
2692
2693 2005-04-10 Borut Razem <borut.razem AT siol.net>
2694
2695         * src/pic/gen.c (genInline),
2696           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2697           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2698           (findNextInstruction), (findPrevInstruction),
2699           (findInstructionUsingLabel),
2700           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2701         * src/pic/pcode.c (findLabel): added missing '\n'
2702         * src/src.dsp: added SDCCdwarf2.c to the project
2703
2704 2005-04-09 Borut Razem <borut.razem AT siol.net>
2705
2706         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2707
2708 2005-04-08 Raphael Neider <rneider AT web.de>
2709
2710         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2711           into the chain after a given one) and mergeDefmapSymbols (combine
2712           defmap entries for each symbol per pcode)
2713         * (createDefmap): have defmap entries merged in the end
2714         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2715           a symbol before replacing one access type's symbol, merge symbols in
2716           the end (replacement symbol might already have an entry)
2717         * (assignValnums): keep reference to written WREG intact
2718
2719 2005-04-08 Raphael Neider <rneider AT web.de>
2720
2721         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2722           Alpha)
2723
2724 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2725
2726         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2727         bytes
2728
2729 2005-04-07 Raphael Neider <rneider AT web.de>
2730
2731         * device/include/pic16/usart.h: added compatibility defines for
2732           devices with more than one USART
2733         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2734
2735 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2736
2737         * device/lib/Makefile.in: updated for port specific include
2738
2739 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2740
2741         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2742
2743 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2744
2745         * device/include/8051.h,
2746         * device/include/8052.h,
2747         * device/include/at89S8252.h,
2748         * device/include/at89c55.h,
2749         * device/include/at89x051.h,
2750         * device/include/at89x51.h,
2751         * device/include/at89x52.h,
2752         * device/include/mcs51reg.h,
2753         * device/include/reg51.h,
2754         * device/include/reg764.h,
2755         * device/include/regc515c.h,
2756         * device/include/sab80515.h: (re)moved these 12 files
2757         * device/include/mcs51/8051.h,
2758         * device/include/mcs51/8052.h,
2759         * device/include/mcs51/at89S8252.h,
2760         * device/include/mcs51/at89c55.h,
2761         * device/include/mcs51/at89x051.h,
2762         * device/include/mcs51/at89x51.h,
2763         * device/include/mcs51/at89x52.h,
2764         * device/include/mcs51/mcs51reg.h,
2765         * device/include/mcs51/reg51.h,
2766         * device/include/mcs51/reg764.h,
2767         * device/include/mcs51/regc515c.h,
2768         * device/include/mcs51/sab80515.h: and added them here
2769
2770 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2771
2772         * device/include/stdarg.h: changed SDCC specific keywords to double
2773           underlined form.
2774         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2775           mcs51 and ds390.
2776         * device/include/hc08/mc68hc908gp32.h,
2777         * device/include/hc08/mc68hc908jb8.h,
2778         * device/include/hc08/mc68hc908jkjl.h,
2779         * device/include/hc08/mc68hc908qy.h: fixed comments
2780         * device/include/mcs51/README: updated
2781         * device/include/mcs51/c8051f120.h: added PINRSF
2782         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2783         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2784           amidst code. Also inline is not supported.
2785
2786 2005-04-06 Raphael Neider <rneider AT web.de>
2787
2788         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2789         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2790           callers stack/frame pointers
2791
2792 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2793
2794         * device/include/pic16/usart.h: added, missing in previous commit,
2795         * device/include/pic16/adc.h: fixed typo,
2796         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2797         commit,
2798         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2799         <p18fxxx.inc>
2800         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2801         uninitialized because a bug appears with gplink
2802         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2803         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2804         complains for unrecognised option
2805
2806 2005-04-05 Raphael Neider <rneider AT web.de>
2807
2808         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2809           structs as well (using memcpy)
2810         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2811           on ISRs (GOTO has no label)
2812         * src/pic16/device.h: added OF_OPTIMIZE_DF
2813         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2814           new data flow analysis/optimization
2815         * src/pic16/pcode.c: added (prototypes for and implementation of)
2816           dataflow analysis functions, fixed pCodeInstructions' inCond and
2817           outCond values, made RCALL a branch instruction
2818         * (pic16_unlinkpCode): keep C line if possible
2819         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2820           C line moved if possible
2821         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2822         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2823           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2824         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2825           new flow)
2826         * (pic16_getJumptabpCode): NEW, needed in...
2827         * (LinkFlow): fixed handling of jumptables, calls and conditional
2828           branches
2829         * (pic16_InsertCommentAfter): NEW
2830         * (pic16_pCodeReplace): made verbose and flow preserving
2831         * (AnalyzeFlow): added call to data flow analysis
2832         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2833         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2834         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2835
2836 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2837
2838         * src/SDCCast.c (decorateType): fixed bug #1105626
2839
2840 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2841
2842         * device/include/asm/pic16/features.h,
2843         * pic18f*.h headers,
2844         * device/include/pic16/adc.h,
2845         * device/include/pic16/delay.h,
2846         * device/include/pic16/i2c.h,
2847         * device/include/pic16/malloc.h,
2848         * device/include/pic16/stdio.h,
2849         * device/include/pic16/stdlib.h,
2850         * device/include/pic16/string.h,
2851         * device/lib/pic16/libc/stdio/printf_tiny.c,
2852         * device/lib/pic16/libc/stdio/printf_small.c,
2853         * device/lib/pic16/libc/stdio/strmgpsim.c,
2854         * device/lib/pic16/libc/stdio/strmmssp.c,
2855         * device/lib/pic16/libc/stdio/strmusart.c,
2856         * device/lib/pic16/libc/stdio/vfprintf.c,
2857         * device/lib/pic16/libc/stdlib/ltoa.c,
2858         * device/lib/pic16/libc/stdlib/putchar.c,
2859         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2860         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2861         * device/lib/pic16/libc/stdlib/memchrram.c,
2862         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2863         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2864         * device/lib/pic16/libio/adc/adcbusy.c,
2865         * device/lib/pic16/libio/adc/adcread.c,
2866         * device/lib/pic16/libio/adc/adcsetch.c,
2867         * device/lib/pic16/libio/usart/ubaud.c,
2868         * device/lib/pic16/libio/usart/ubusy.c,
2869         * device/lib/pic16/libio/usart/udrdy.c,
2870         * device/lib/pic16/libio/usart/uopen.c,
2871         * device/lib/pic16/libio/usart/uputc.c,
2872         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2873         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2874         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2875         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2876         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2877         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2878         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2879         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2880         specific keywords to double underlined form,
2881         * device/lib/pic16/libc/Makefile.rules,
2882         * device/lib/pic16/libsdcc/Makefile.rules,
2883         * device/lib/pic16/libm/Makefile,
2884         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2885         to compile with C standard set in Makefile.common
2886         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2887         rand.c and crc.c in compilation process,
2888         * device/lib/pic16/libsdcc/int/divuint.c,
2889         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2890         `c' from signed to unsigned,
2891         * device/lib/pic16/startup/crt0.c,
2892         * device/lib/pic16/startup/crt0i.c,
2893         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2894         keywords to double underlined form, bug fixes in _do_cinit function
2895         which prevented the correct initialization of the .idata segment,
2896         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2897         core to enter a infinite loop
2898         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2899
2900 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2901
2902         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2903
2904 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2905
2906         * device/include/Makefile.in: add support for hc08 subdirectory
2907         * device/include/hc08/: new subdirectory
2908         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2909         Lucas Loizaga, thanks!
2910         * device/include/hc08/mc68hc908qy.h,
2911         * device/include/hc08/mc68hc908gp32.h,
2912         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2913         their own directory. Changed internal macro names to use the compiler
2914         reserved namespace. Changed SDCC specific keywords to double
2915         underlined form.
2916         * device/include/math.h,
2917         * device/include/malloc.h,
2918         * device/include/stdarg.h,
2919         * device/include/stdbool.h
2920         * device/include/string.h,
2921         * device/include/tinibios.h,
2922         * device/include/ds400rom.h,
2923         * device/include/8051.h,
2924         * device/include/8052.h,
2925         * device/include/80c51xa.h,
2926         * device/include/at89c55.h,
2927         * device/include/at89S8252.h,
2928         * device/include/at89x51.h,
2929         * device/include/at89x52.h,
2930         * device/include/ds80c390.h,
2931         * device/include/reg764.h,
2932         * device/include/regc515c.h,
2933         * device/include/sab80515.h,
2934         * device/include/mcs51/c8051f000.h,
2935         * device/include/mcs51/c8051f018.h,
2936         * device/include/mcs51/c8051f020.h,
2937         * device/include/mcs51/c8051f040.h,
2938         * device/include/mcs51/c8051f060.h,
2939         * device/include/mcs51/c8051f120.h,
2940         * device/include/mcs51/c8051f300.h,
2941         * device/include/mcs51/c8051f310.h,
2942         * device/include/mcs51/c8051f320.h,
2943         * device/include/mcs51/c8051f330.h,
2944         * device/include/mcs51/c8051f350.h,
2945         * device/include/z180.h: Changed SDCC specific keywords to double
2946         underlined form.
2947
2948 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2949
2950         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2951         18F4455,
2952         * (pic16_assignConfigWordValue): disable testing of configuration
2953         register value with config mask,
2954         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2955         function with port->fun_prefix,
2956         * (genFunction): when generating a naked interrupt function never
2957         create an absolute segment placed in interrupt vector address, place
2958         the actual interrupt function at IVA instead, when an interrupt
2959         function is generated with unspecified interrupt then do not create
2960         the absolute section,
2961         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2962         code for generating a call to generic pointer get/put function with
2963         a call to function pic16_callGenericPointer(),
2964         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2965         the call to the generic pointer get/put functions with prefixing the
2966         function name with port->fun_prefix,
2967         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2968         * src/pic16/main.c (_process_pragma): prefix function with
2969         port->fun_prefix,
2970         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2971         calling assembler, old 18Fxxxx macro is deprecated,
2972         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2973         PC_ASMDIR in while condition,
2974         * (findInstruction): add PC_ASMDIR in while condition,
2975         * (buildCallTree): prefix main with port->fun_prefix,
2976         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2977         identifier for variable with banked access in instructions BTFSS,
2978         BTFSC, BCF, BSF, BTG
2979         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2980         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2981         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2982         perform optimization when enviroment variable NO_REG_OPT is set,
2983         * (insideLRBlock): NEW, return 1 if register is inside an
2984         INF_LOCALREGS block,
2985         * (RemoveRegFromLRBlock): remove a register that is completely
2986         eliminated by register optimization, but it is still left in local
2987         register store/restore in/from stack block,
2988         * (Remove2pcodes): after removing register, check to see if it
2989         should be removed from local register store/restore in/from stack
2990         block,
2991         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2992         DUMMY_READ_VOLATILE,
2993
2994         * device/include/pic16/adc.h: minor prototype modifications and
2995         update,
2996         * device/include/pic16/malloc.h: added GPL notice various
2997         modifications,
2998         * device/include/pic16/stdint.h: NEW, standard header for ints
2999         * device/include/pic16/delay.h: NEW, header for delay functions,
3000         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
3001         delay1mtcy,
3002         * device/include/pic16/signal.h: NEW, header providing helper macros
3003         for implementing signal handlers,
3004         * device/include/pic16/stdio.h: added prototypes for functions,
3005         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
3006         prototypes for stdin and stdout, added macro PUTCHAR to
3007         automatically implement putchar function prototype,
3008         * device/include/pic16/usart.h: modified and updated USART library,
3009         * device/lib/pic16/libio/adc/,
3010         * device/lib/pic16/libio/i2c: some modifications to improve library
3011         performance,
3012         * device/lib/pic16/libc/stdio/: modifications for the new printf*
3013         family of functions,
3014         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
3015         family of functions and other sources,
3016         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
3017         of the PIC18Fxx[28] devices,
3018         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
3019         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
3020         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
3021         _do_cinit function, because the previous failed when local variables
3022         where not placed in the same memory bank,
3023         * device/lib/pic16/libsdcc/char/: various modifications to improve
3024         library performance,
3025         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
3026         information on the new functions of the c library and more...
3027
3028 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3029
3030         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3031
3032 2005-03-26 Raphael Neider <rneider AT web.de>
3033
3034         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3035           if condition == CARRY)
3036         * (genCmp): adapted to new genSkipc semantics
3037         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3038           on rIfx (genCmp was broken)
3039
3040 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3041
3042         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3043         * src/z80/main.c (_keywords[]),
3044         * src/SDCCglobal.h (struct options),
3045         * src/SDCC.y,
3046         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3047         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3048         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3049         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3050         always available in leading double underscore form. The C99 support is
3051         mostly missing, but it's a start.
3052         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3053         reserved identifier "__data".
3054
3055 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3056
3057         * src/mcs51/peeph.def: fixed bug 1170013
3058
3059 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3060
3061         * device/include/mcs51reg.h: fixed bug 842007
3062
3063 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3064
3065         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3066         last time.
3067
3068 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3069
3070         * src/port.h (struct PORT),
3071         * src/avr/ralloc.c (avr_assignRegisters),
3072         * src/avr/main.c,
3073         * src/ds390/ralloc.c (ds390_assignRegisters),
3074         * src/ds390/main.c,
3075         * src/hc08/ralloc.c (hc08_assignRegisters),
3076         * src/hc08/main.c,
3077         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3078         * src/mcs51/main.c,
3079         * src/pic/ralloc.c (pic14_assignRegisters),
3080         * src/pic/main.c,
3081         * src/pic16/ralloc.c (pic16_assignRegisters),
3082         * src/pic16/main.c,
3083         * src/xa51/ralloc.c (xa51_assignRegisters),
3084         * src/xa51/main.c,
3085         * src/z80/ralloc.c (z80_assignRegisters),
3086         * src/z80/ralloc.h,
3087         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3088         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3089         * src/SDCCcse.h,
3090         * src/SDCCdflow.c (computeDataFlow),
3091         * src/SDCCdflow.h,
3092         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3093         * src/SDCCloop.h,
3094         * src/SDCCcflow.c (*),
3095         * src/SDCCcflow.h,
3096         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3097         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3098         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3099         immedDom() returning wrong block; probably fixes bug #1160833)
3100
3101 2005-03-20 Borut Razem <borut.razem AT siol.net>
3102
3103         * support/scripts/inc2h.pl: WIN32 port
3104
3105 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3106
3107         * device/lib/makefile.in: added abs.c and labs.c
3108
3109 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3110
3111         * device/include/stdint.h: added
3112         * device/lib/abs.c: added
3113         * device/lib/labs.c: added
3114         * device/include/stdlib.h: added abs() and labs() prototypes
3115         * device/lib/libsdcc.lib: added abs and labs
3116         * device/include/float.h,
3117         * device/lib/_fsmul.c,
3118         * device/lib/printf_fast.c,
3119         * device/lib/printf_tiny.c: updated comments
3120
3121 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3122
3123         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3124         bug #1164313
3125
3126 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3127
3128         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3129         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3130
3131 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3132
3133         * device/lib/printf_large.c: removed inline assembly for portability and
3134           readability. Use printf_fast if speed or size are more important.
3135         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3136         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3137
3138 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3139
3140         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3141         prevent compiler warning
3142
3143 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3144
3145         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3146         moved to level 0 and declared as static. Also they are explicit
3147         placed in access bank. This was necessery because some times they
3148         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3149         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3150         optimizations. Currently only compare to unsigned char is implemented,
3151         * src/pic16/gen.c: added fReturnIdx array,
3152         * (struct resolvedIfx) is moved to gen.h and made public,
3153         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3154         * (aopForSym): added an optimization to directly store in stack of
3155         the operand of a SEND iCode,
3156         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3157         but as registers instead (AOP_REG) using the fReturnIdx array,
3158         * (pic16_freeAsmop): remove the freed register from the
3159         _G.sregsAlloc field,
3160         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3161         a compare of 'WREG',
3162         * (pic16_popGetTempRegCond): changed function prototype, now
3163         function takes also a bitVector argument v which holds the current
3164         set of registers that are allocated for stack access by aopForSym,
3165         registers allocated in aopForSym for accessing stack symbols are not
3166         any more part of the functions usedRegs field,
3167         * (genCall): some times aopOp is called for a stack variable to be
3168         send, aopForSym might perform the push, if this is true make sure
3169         that genCall doesn't push the variable twice by testing _G.resDirect,
3170         * (genFunction): changed testing for unspecified interrupt number
3171         from 256 to INTNO_UNSPEC,
3172         * modified selection scheme of frame pointer generation. Previously
3173         if function did use local registers a frame pointer was generated,
3174         now a frame pointer is generated only if function has arguments
3175         (that need PLUSW2 register access), or has stack arguments, or the
3176         compiler is not instructed to omit the frame pointer,
3177         * (genEndFunction): before restoring local registers that were saved
3178         in the function preamble, also restore the registers that *might*
3179         have been allocated for stack access,
3180         * (genRet): removed some old comments,
3181         * (genCmp, the active (RN's) version): added a call to the
3182         pic16_genCmp_special function to perform the compare with a more
3183         robust and optimized way,
3184         * (genInline): a feature has been added in inline code generation,
3185         which allows a wildcard variable substitution when writing inline
3186         assembly. Code is incomplete and experimental therefore undocumented,
3187         * (genCast): changed order of aopOp for result and right to allow
3188         aopForSym to directly load the result if possible,
3189         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3190         perform an optimized compare on some selected special occasions,
3191         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3192         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3193         generate an IVT any more,
3194         * src/pic16/main.c (pic16_optionsTable): added command line option
3195         --optimize-cmp,
3196         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3197         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3198         macros,
3199         * src/pic16/NOTES: Raphael Neider added in list of active developers
3200         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3201         jumptable_end to prevent bug #,
3202         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3203         inCond and outCond fields,
3204         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3205         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3206         turn off register spilling,
3207         * (packRegsForOneUse): synced with other ports' versions although it
3208         is not used currently,
3209         * (pic16_packRegisters): added an optimization while reading
3210         structure bitfields, some registers may be saved (malloc code is
3211         decreased by 80 bytes)
3212
3213 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3214
3215         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3216         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3217         this can be optimized more?
3218
3219 2005-03-10 Raphael Neider <rneider AT web.de>
3220
3221         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3222           genNearPointerGet): (hopefully) fixed access to bitfields via
3223           pointers (p->bitN = x; and x = p->bitN; failed)
3224
3225 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3226
3227         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3228
3229 2005-03-09 Raphael Neider <rneider AT web.de>
3230
3231         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3232
3233 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3234
3235         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3236         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3237           (regTypeNum): set REG_BIT type if necessary
3238         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3239         * support/regression/tests/critical.c: check bug 1144613
3240
3241 2005-03-02 Raphael Neider <rneider AT web.de>
3242
3243         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3244
3245 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3246
3247         * src/avr/ralloc.c (serialRegAssign),
3248         * src/ds390/ralloc.c (serialRegAssign),
3249         * src/hc08/ralloc.c (serialRegAssign),
3250         * src/mcs51/ralloc.c (serialRegAssign),
3251         * src/pic/ralloc.c (serialRegAssign),
3252         * src/pic16/ralloc.c (serialRegAssign),
3253         * src/xa51/ralloc.c (serialRegAssign),
3254         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3255
3256 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3257
3258         * src/SDCCast.c (decorateType): fixed bug 1124787
3259
3260 2005-02-20 Hubert Sack <sack AT digiplan.de>
3261         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3262
3263         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3264         patch #1121755
3265
3266 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3267
3268         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3269         to keep the correct label reference count when adding/removing references
3270         to labels. A peephole file using this is appended to patch #1144962.
3271
3272 2005-02-14 Raphael Neider <rneider AT web.de>
3273
3274         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3275         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3276         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3277           retrievals of result operand's value on assignment
3278
3279 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3280
3281         * device/include/pic16/string.h: modified prototype for memccpy()
3282         to memccpy(void *, void *, char, size_t)
3283         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3284         check whether to omit frame pointer or not,
3285         * (genInline): convert all occurences of "\n" to LF in inline
3286         assembler blocks, this helps formatting the inline text,
3287         * (pic16_loadFSR0): modified prototype,
3288         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3289         removed some 8051 legacy code,
3290         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3291         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3292         before allocating temporary registers in functions,
3293
3294 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3295
3296         * support/regression/tests/bitvars.c: corrected the "fix"
3297
3298 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3299
3300         * support/regression/tests/bitvars.c,
3301         * support/regression/tests/bitwise.c,
3302         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3303
3304 2005-02-10 Raphael Neider <rneider AT web.de>
3305
3306         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3307           different size for Alpha
3308         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3309
3310 2005-02-09 Raphael Neider <rneider AT web.de>
3311
3312         * src/SDCC.lex(doPragma) : save and restore warning options as well
3313           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3314         * have #pragma less_pedantic set the errorlevel to WARNING
3315           (fixes #1117001)
3316         * (cloneOptimize) : fixed wrong malloc's size
3317         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3318           facilitate correct handling of #pragma (save|restore)
3319
3320 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3321
3322         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3323
3324 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3325
3326         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3327
3328 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3329
3330         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3331
3332 2005-02-02 Raphael Neider <rneider AT web.de>
3333
3334         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3335         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3336         * (pic16_storeForReturn): fixed to allow returning function pointers
3337         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3338         * device/include/pic16/{stddef.h,stdbool.h}: added
3339
3340 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3341
3342         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3343
3344 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3345
3346         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3347         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3348          appeared to be required
3349
3350 2005-01-31 Borut Razem <borut.razem AT siol.net>
3351
3352         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3353           include/mcs51 and include/z80 directories to the package
3354
3355 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3356
3357         * src/hc08/gen.c (genFunction): fixed bug #1112752
3358
3359 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3360
3361         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3362
3363 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3364
3365         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3366
3367 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3368
3369         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3370
3371 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3372
3373         * device/include/c8051fxxx.h: removed these 6 files
3374         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3375
3376 2005-01-26 Raphael Neider <rneider AT web.de>
3377
3378         * src/pic16/gen.c (genAssign): fixed assignment from longs
3379           in codespace (were cut to three bytes)
3380         * (genDummyRead): implemented (except for CODESPACE...),
3381           fixed bug #1108575
3382         * src/pic16/glue.c (emitStatistics): beautified
3383         * device/lib/pic16/libm/Makefile: added include path
3384
3385 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3386
3387         * src/z80/gen.c (aopPut): fixed bug #1103902
3388
3389 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3390
3391         * device/lib/expf.c: fixed bug #1095792
3392
3393 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3394
3395         * device/lib/pic16/libm: added Math library sources
3396
3397 2005-01-24 Raphael Neider <rneider AT web.de>
3398
3399         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3400           to enable upcast to pCodeOpReg2 (there is no type tag to
3401           differenciate the two and pic16_popGet2p cast into PCOR2)
3402         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3403           (sizeof(sectNames) changed to sizeof(sectName))
3404           Both patches fix segfaults under MinGW.
3405
3406 2005-01-23 Raphael Neider <rneider AT web.de>
3407
3408         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3409           Safe_[mc]?alloc()'ed variables
3410         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3411           of (byte sized) temporaries (assign them to WREG for now)
3412         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3413           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3414           this might fix SIGSEGVs on MinGW...
3415         * src/SDCCopt.c (killDeadCode): restored original behaviour
3416           (volatile operands might get thrown away though)
3417
3418 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3419
3420         * src/pic16/gen.c: fixed bug #1106975,
3421         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3422         pointer update, INTCON is saved, global interrupts are disabled and
3423         restored after updateing TOS.
3424         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3425         * added function attribute 'shadowregs' to take advantage of shadow
3426         registers,
3427         * added function attribute 'wparam' as an alternative to the wparam
3428         pragma,
3429         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3430         user declares a non-ISR function as 'shadowregs',
3431         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3432
3433 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3434
3435         * .version: bumped version number to 2.4.8
3436         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3437         pic16 port,
3438         * device/lib/pic16/libio/i2c/: I2C module support library,
3439         * device/include/pic16/i2c.h: I2C support library header,
3440         * device/lib/pic16/libc/stdio/: standard IO support sources,
3441         * (printf_small.c): printf_small() source, supports float print,
3442         * (printf_tiny.c): printf_tiny() source, does not support floats,
3443         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3444         enable global optimizations for entire library source, other
3445         Makefiles in the source tree are also modified to reflect this,
3446         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3447         function,
3448         * doc/sdccman.lyx: updated to reflect new changes,
3449         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3450         sym->onStack if-case,
3451         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3452         sbit, idata, _idata, xdata, _xdata,
3453         * added pragma library, to link an external library, (see doc),
3454         * removed command line options, --pomit-config-words, --pomit-ivt,
3455         --pleave-reset-vector,
3456         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3457         when calling assembler to reflect memory model used, also define
3458         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3459         reflect stack model used,
3460         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3461         on stack return NULL,
3462
3463 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3464
3465         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3466           of the operands is volatile. Fixes #1020220
3467
3468 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3469
3470         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3471         * (OptimizeRegUsage): make sure that there is really no other flow where
3472           the first pCode is used
3473
3474 2005-01-22 Raphael Neider <rneider AT web.de>
3475
3476         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3477           to fix #1106967 (pCode->seq are not set up correctly)
3478
3479 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3480
3481         * src/SDCCglue.c (glue): make sure code area is declared before the
3482         static initialization area.
3483
3484 2005-01-21 Raphael Neider <rneider AT web.de>
3485
3486         * device/lib/Makefile.in: fixed test for pic16 install dir
3487         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3488           optimizations
3489         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3490           added --optimize-goto compiler switch and pragma wparam documentation
3491         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3492         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3493           and PRODH closing bug #1071770 (peephole optimizer)
3494
3495 2005-01-19 Raphael Neider <rneider AT web.de>
3496
3497         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3498           cmdLine buffers (used when calling sdcpp...) are large enough
3499           (MAX_PATH=256 truncates arguments leading to system halts when
3500           used in MinGW...)
3501         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3502         * (genUminus): rewritten to for efficiency
3503         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3504           used uninitialized in some cases)
3505         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3506           copy the third byte from the int -- now assumes 0x80 (data memory)
3507         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3508           operands (genAddLit expects the iCode's operands to swapped as
3509           well), fixed leftover bytes (crashed for short left operands)
3510         * (pic16_genMinusDec): performance improvements, removed false
3511           PIC14 emitSKPNCs
3512         * (pic16_genMinus): fixed to cope with differently sized operands
3513         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3514           for --obanksel > 1
3515         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3516         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3517           new banksel optimization
3518         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3519           analysis for temporary registers (segfaults...)
3520         * src/pic16/peeph.def: added rule
3521
3522 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3523
3524         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3525         which converts a float number to its ASCII representation
3526         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3527         functions to convert the fractional and integer part of a float to ASCII,
3528         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3529         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3530         ram
3531         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3532         _STATMEM macros,
3533         * device/include/pic16/adc.h: added GPL info,
3534         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3535         a pCodeOp as tested operand,
3536         * (genNearPointerGet): optimized bit testing, does not use
3537         intermediate register for bit value, test directly instead with
3538         BTFSS, BTFSC, works only for single bits,
3539         * (genpic16Code): dump the name of the iCode in the asm,
3540         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3541         renamed to pic16_decodeOp,
3542         * (serialRegAssign): do not allocate a temporary register for iCode
3543         sequences that test a single bit for 1/0
3544
3545 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3546
3547         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3548         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3549         access stack and frame pointers. They are initially assigned to
3550         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3551         accessing SFRs. Updated all occurences of modification of stack or
3552         frame pointer in gen.c and pcode.c,
3553         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3554         assigning of a literal value to pointers,
3555         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3556         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3557         selected
3558
3559 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3560
3561         * doc/sdccman.lyx: update documentation about stack pragma, added
3562         some info for stack memory models
3563
3564 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3565
3566         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3567
3568 2005-01-08 Raphael Neider <rneider AT web.de>
3569
3570         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3571           udata sections to fix bug #1097823
3572
3573 2005-01-05 Raphael Neider <rneider AT web.de>
3574
3575         * src/pic16/gen.c (genGenericShift): added handling of differently
3576           sized left operand and result
3577
3578 2005-01-04 Raphael Neider <rneider AT web.de>
3579
3580         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3581         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3582           to hold the condition bit)
3583         * added new version of genCmp (old code available via #define)
3584         * added new version of genShiftLeft/genShiftRight in a generic
3585           way, now supports shifting by negative values
3586         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3587           shiftCount (expected by genGenericShift)
3588         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3589         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3590           dump
3591         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3592           is an invalid literal too...)
3593
3594 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3595
3596         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3597         from Raphael Neider,
3598         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3599         for 8-bit literals. This fixes some literal operands which are sign
3600         extended to 16-bits ints when instruction needs only 8-bits.
3601
3602 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3603
3604         * device/lib/logf.c: added mcs51 assembly version
3605         * device/lib/expf.c: added mcs51 assembly version
3606         * device/lib/_logexpf.c: new shared asm code for expf and logf
3607         * device/include/math.h: add defines for assembly math library
3608         * device/lib/Makefile.in: build new _logexpf.c
3609         * device/lib/libfloat.lib: use new _logexpf.c
3610
3611 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3612
3613         * src/pic/device.c
3614         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3615           device types which have less than 0x7f registers.
3616
3617 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3618
3619         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3620
3621 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3622
3623         * device/lib/printf_fast.c: only build on supported arch.
3624         * device/lib/printf_tiny.c: only build on supported arch.
3625         * device/lib/printf_fast_f.c: only build if asm float lib
3626         * device/lib/_fsget1arg.c: only build if asm float lib
3627         * device/lib/_fsget2args.c: only build if asm float lib
3628         * device/lib/_fsnormalize.c: only build if asm float lib
3629         * device/lib/_fsreturnval.c: only build if asm float lib
3630         * device/lib/_fsrshift.c: only build if asm float lib
3631         * device/lib/_fsswapargs.c: only build if asm float lib
3632         * device/include/stdio.h: don't provide print_fast,
3633           print_fast_f, print_tiny prototypes if --xstack used
3634
3635 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3636
3637         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3638         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3639           to the SOURCES
3640
3641 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3642
3643         * device/lib/printf_fast_f.c: same as printf_fast, but
3644           with floating point enabled
3645         * device/lib/printf_fast.c: minor tweaks
3646         * device/include/stdio.h: add printf_fast_f
3647
3648 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3649
3650         * src/SDCCmain.c: make --float-reent default for mcs51
3651         * device/lib/_fsadd.c: added mcs51 assembly version
3652         * device/lib/_fssub.c: added mcs51 assembly version
3653         * device/lib/_fsmul.c: added mcs51 assembly version
3654         * device/lib/_fsdiv.c: added mcs51 assembly version
3655         * device/lib/_fseq.c: added mcs51 assembly version
3656         * device/lib/_fsneq.c: added mcs51 assembly version
3657         * device/lib/_fsgt.c: added mcs51 assembly version
3658         * device/lib/_fslt.c: added mcs51 assembly version
3659         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3660         * device/lib/Makefile.in: add _fscmp to build
3661         * device/lib/libfloat.lib: add _fscmp to build
3662
3663 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3664
3665         * device/lib/_fs2slong.c: added mcs51 assembly version
3666         * device/lib/_fs2sint.c: added mcs51 assembly version
3667         * device/lib/_fs2schar.c: added mcs51 assembly version
3668         * device/lib/_fs2ulong.c: added mcs51 assembly version
3669         * device/lib/_fs2uint.c: added mcs51 assembly version
3670         * device/lib/_fs2uchar.c: added mcs51 assembly version
3671         * device/lib/_slong2fs.c: added mcs51 assembly version
3672         * device/lib/_sint2fs.c: added mcs51 assembly version
3673         * device/lib/_schar2fs.c: added mcs51 assembly version
3674         * device/lib/_ulong2fs.c: added mcs51 assembly version
3675         * device/lib/_uint2fs.c: added mcs51 assembly version
3676         * device/lib/_uchar2fs.c: added mcs51 assembly version
3677         * device/include/float.h: added #define to select asm vs c
3678
3679 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3680
3681         * device/lib/printf_fast.c: improvements to float output
3682         * device/include/float.h: add defines for assembly float library
3683         * device/lib/_fsget1arg.c: receive 1 float arg
3684         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3685         * device/lib/_fsnormalize.c: normalize a float
3686         * device/lib/_fsreturnval.c: return float, various helper routines
3687         * device/lib/_fsrshift.c: right shift a float's mantissa
3688         * device/lib/_fsswapargs.c: swap 2 floats
3689         * device/lib/Makefile.in: build these 6 new files for mcs51
3690         * device/lib/libfloat.lib: add these 6 files to the library
3691
3692 2004-12-26 Borut Razem <borut.razem AT siol.net>
3693
3694         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3695           built by gcc 3.4.2
3696
3697 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3698
3699         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3700           and fully reentrant and register bank neutral.
3701         * device/lib/printf_fast.c: added float (not enabled by default),
3702           added compact/slower integer (also not enabled by default),
3703           improved size/speed of fast integer code, other minor changes
3704         * device/include/stdio.h, device/lib/Makefile.in,
3705           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3706
3707 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3708
3709         * src/pic16/pcode.c: declaring variables other than at the start of a
3710           block is not supported in C by VC6.
3711
3712 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3713
3714         * applied a previous patch from Raphael Neider that wasn't included
3715         in the previous commits, which fixes infinite loops within jumptable
3716         improvements,
3717         * made some fixes that previous patches introduced
3718
3719 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3720
3721         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3722         that fixes an issue with AOP_PCODE asmop's offset,
3723         * (pic16_popCopyReg): update instance field too,
3724         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3725         function of pic port,
3726         * (genCmp, genAnd, genAssign),
3727         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3728
3729 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3730
3731         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3732         variables initial values to idata section,
3733         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3734         variables in some functions. This utilizes parmBytes field of iCode
3735         structure to hold the offset of the variable in stack. (might be
3736         able to use the stack field too?)
3737         * applied patch from Raphael Neider # ### , # ###
3738         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3739         variable initial values in idata section,
3740         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3741         for static variables with initial value
3742         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3743         applied fix in while loop from Raphael Neider.
3744
3745 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3746
3747         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3748         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3749         * src/ds390/ralloc.c (serialRegAssign): spill bits
3750         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3751         * support/Util/SDCCerr.c,
3752         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3753         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3754         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3755
3756 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3757
3758         * device/include/sdcc-lib.h: inserted LGPL, added includes
3759           asm/ds390/features.h and asm/mcs51/features.h
3760         * device/include/asm/default/features.h,
3761         * device/include/asm/gbz80/features.h,
3762         * device/include/asm/z80/features.h: added empty _AUTOMEM
3763           and _STATMEM
3764         * device/include/asm/ds390/features.h,
3765         * device/include/asm/mcs51/features.h: added files with defines for
3766           _AUTOMEM and _STATMEM indicating automatic and static storage class
3767         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3768         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3769         * src/SDCCicode.c (geniCodeCast),
3770         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3771         * src/SDCCloop.c (loopInduction): removed unused variable lr
3772         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3773           to convertToFcall to include char modulo (RFE 1065037), added check
3774           if left operand is unsigned and use abs of literal value
3775         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3776           as it doesn't work after conversion from peephole.def to peephole.rul
3777         * src/mcs51/gen.c (toBoolean): added check for size,
3778           (genModOneByte): optimized code for signed char modulo a literal
3779           power of 2 (thanks to Hubert Sack),
3780           (genRRC): removed unnecessary "clr c",
3781           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3782         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3783           jump optimization,
3784           swapped rules 256.c and 256.d,
3785           extended 256.d by using new multiple checks (thanks Erik),
3786           added rules 256.e and 256.f,
3787           updated rule 261.a and 261.b to new generated code
3788         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3789
3790 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3791
3792         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3793           induction related bugs, including first part of bug #1074377
3794
3795 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3796
3797         * applied patch from bug-report #1076292,
3798         * applied patches for genAnd and Goto-optimizations for Raphael
3799         Neider,
3800         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3801         dump a less iCode information,
3802         * src/pic16/device.h (pic16_options_t): added field debgen,
3803         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3804         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3805         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3806         puclic,
3807         * (various functions): added macros FENTRY and FENTRY2 to functions,
3808         to emit function prologue,
3809         * (various functions): fixed indentation,
3810         * (genNearPointerGet): fixed loading of FSR0,
3811         * (genPackBits): applied patch from Raphael Neider to fix updating
3812         of FSR0 and touching only the modified bits,
3813         * src/pic16/genarith.c (various functions): added macros FENTRY to
3814         emit function prologue in comments,
3815         * src/pic16/pcode.h: added functions debugf2, debugf3,
3816         * src/pic16/ralloc.c: partial fix for packForPush caused
3817         segmentation fault,
3818
3819 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3820
3821         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3822           <stsp AT users.sourceforge.net> with reversed byte order
3823         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3824
3825 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3826
3827         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3828           bug #1074377
3829         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3830         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3831
3832 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3833
3834         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3835
3836 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3837
3838         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3839           conditions,
3840           (setFromConditionArgs): friendly operand parser for peephole rules,
3841           (operandBaseName, operandsNotRelated): new peephole condition
3842           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3843           architecture specific register naming into account, handles n-way
3844           comparisons, and supports quoted literals
3845         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3846
3847 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3848
3849         * src/mcs51/peeph.def: fixed bug #1076940
3850
3851 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3852
3853         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3854
3855 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3856
3857         Adding support for replacing ljmps with sjmps in jumptables
3858         generated for switch statements. For now you need to set the
3859         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3860         Now 4 algorithms for mcs51 jumptable generation are used:
3861         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3862         addresses loaded pc-relative for up to 112 cases and stack-pushing
3863         target addresses loaded with offset from dptr for up to 256 cases.
3864
3865         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3866         * src/mcs51/main.c: adapted constants for switch table generation
3867         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3868
3869 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3870
3871         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3872         * support/regression/tests/bug1057979.c: added test for bug 1073386
3873
3874 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3875
3876         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3877         compilers
3878
3879 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3880
3881         * src/pic16/device.h,
3882         * src/pic16/genarith.c,
3883         * src/pic16/glue.c,
3884         * src/pic16/main.c,
3885         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3886
3887 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3888
3889         Large cummulative patch for pic16 port.
3890         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3891         to call when a stack overflow occurs,
3892         * (malloc.h): added CVS Id tag,
3893         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3894         variable,
3895         * added libc directory. The current version of LibC contains string
3896         functions, ctype functions and macros and some functions of the
3897         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3898         be extensively tested in the future. Standard disclaimer here.
3899         Library is not automatically build yet. But one can build it by
3900         invoking 'make' inside the libc directory.
3901         * added ADC library under libio. Preliminary version yet.
3902
3903         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3904         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3905         aopForRemat() now and not by pic16_aopOp(),
3906         * (pic16_popGetTempReg): removed warning messgae when allocating
3907         temporary registers, its a buggy feature and will be removed,
3908         * (pic16_popGet): set register instance field in AOP_CRY,
3909         * (pic16_outBitC): fixed for results in size greater than 1,
3910         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3911         * (pic16_storeForReturn): optimized return of 0,
3912         * (genCmp): experimental code for new genCmp which uses PIC18's
3913         special compare&skip instructions. Initial tests fail some times
3914         with variables grater than 1 byte in size, so new code is disabled,
3915         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3916         a single bit,
3917         * (genCast): began a fix to optimize the casting of a bit to another
3918         bit, now assigning a bitfield to another bitfield will fail, sorry,
3919         * src/pic16/main.c: disabled the use of lr-support feature,
3920         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3921         * added some function prototypes, added function _debugf prototype,
3922         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3923         bits with offset (case PO_GPR_BIT),
3924         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3925         command line,
3926         * (isBankInstruction): modified to return 0 for no banking instruction,
3927         and 1 for banking instruction,
3928         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3929         caused stop processing pCodes after a inline assembly block,
3930         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3931         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3932         registers when it shouldn't,
3933         * src/pic16/ralloc.c (allocReg): add preliminary support for
3934         supporting a limited set of temporary registers,
3935
3936 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3937
3938         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3939           genDataPointerSet): ensure assignments always copy in MSB to LSB
3940           order,
3941           (loadRegFromAop): recognize CLRH optimization,
3942           (genFunction): optimize RECEIVE iCodes in reentrant functions
3943
3944 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3945
3946         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3947           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3948           selected.
3949         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3950         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3951           contiguous with data
3952
3953 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3954
3955         * device/lib/_gptrget.c (_gptrget),
3956         * device/lib/_gptrgetc.c (_gptrgetc),
3957         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3958           instead of sjmp to ret
3959         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3960           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3961
3962 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3963
3964         * .version: bumped version to 2.4.7
3965         * device/lib/_gptrget.c (_gptrget): is now _naked
3966         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3967         * device/lib/_gptrput.c (_gptrput): is now _naked
3968         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3969           (createFunction): fixed xstack
3970         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3971         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3972           or bit either,
3973           (geniCodeCritical): store original interrupt state in an iTemp bit
3974           var unless stack-auto
3975         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3976         * src/SDCCmain.c (setIncludePath): added include/target to search path
3977         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3978         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3979           prototype,
3980           (processFuncArgs): put bit vars in bit area
3981         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3982           unsaveRBank): fixed xstack,
3983           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3984           (genFunction, genEndFunction): fixed xstack,
3985           (genAssign): optimization don't walk backwards through mem
3986         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3987         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3988         * support/regression/Makefile: also make library (for stack-auto) when
3989           making "all" and added "test-mcs51-xstack-auto"
3990         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3991         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3992         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3993         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3994         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3995           make-library by MAKE_LIBRARY
3996         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3997           regression tests for xstack
3998         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3999         * support/regression/tests/critical.c: test for critical on mcs51
4000
4001 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4002
4003         * support/regression/ports/ucz80/spec.mk: use include and lib files from
4004           built version of sdcc instead of installed version
4005
4006 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4007
4008         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
4009         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
4010           vprintf.c now
4011         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
4012         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
4013           WARNING: remove device/lib/build/z80/printf.o by hand when
4014           updating from previous build!
4015         * device/lib/z80/printf.c: updated comment
4016         * support/regression/tests/bug1057979.c: test all ports now
4017         * support/regression/tests/bug1065458.c: file added
4018
4019 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4020
4021         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
4022           *_start and *_end symbols for static functions
4023
4024 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
4025
4026         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
4027           and search crt0.o in all library paths,
4028           (setIncludePath): proper handling of --nostdinc,
4029           (setLibPath): proper handling of --nostdlib
4030         * support/regression/Makefile,
4031         * support/regression/ports/ds390/spec.mk,
4032         * support/regression/ports/gbz80/spec.mk,
4033         * support/regression/ports/hc08/spec.mk,
4034         * support/regression/ports/mcs51/spec.mk,
4035         * support/regression/ports/mcs51-large/spec.mk,
4036         * support/regression/ports/mcs51-stack-auto/spec.mk,
4037         * support/regression/ports/z80/spec.mk: use include and lib files from
4038           built version of sdcc instead of installed version
4039         * doc/sdccman.lyx: fixed typo in --nostdinc
4040
4041 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4042
4043         * src/pic/pcode.c,
4044         * src/pic/device.c,
4045         * src/pic/ralloc.c,
4046         * src/pic/gen.c : added support to generate code for struct bit fields.
4047
4048 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4049
4050         * as/xa51/xa_version.h,
4051         * device/include/errno.h,
4052         * device/include/regc515c.h,
4053         * device/lib/_itoa.c,
4054         * device/lib/_ltoa.c,
4055         * device/lib/ser_ir_cts_rts.c,
4056         * sim/ucsim/xa.src/glob.cc,
4057         * sim/ucsim/xa.src/inst_gen.cc,
4058         * sim/ucsim/xa.src/xa_bit.cc,
4059         * sim/ucsim/xa.src/xa_sfr.cc,
4060         * sim/ucsim/z80.src/inst_dd.cc,
4061         * sim/ucsim/z80.src/inst_fdcb.cc,
4062         * support/scripts/keil2sdcc.pl,
4063         * src/pic16/pic16.dsp,
4064         * src/pic16/pic16a.dsp: corrected cvs line endings
4065         * device/lib/printf_large.c: fixed bug 1057979
4066         * src/pic16/gen.c: fixed non-C standard code
4067         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4068         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4069         * support/regression/ports/mcs51/support.c: reload T1 asap
4070         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4071           pdata use and clear idata startup behaviour
4072         * support/regression/tests/bug1057979.c: added
4073
4074 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4075
4076         * device/examples/ds390/ow390/ad26.h,
4077         * device/examples/ds390/ow390/cnt1d.h,
4078         * device/examples/ds390/ow390/crcutil.c,
4079         * device/examples/ds390/ow390/ownet.h,
4080         * device/examples/ds390/ow390/owsesu.c,
4081         * device/examples/ds390/ow390/swt12.h,
4082         * device/examples/ds390/ow390/swtoper.c,
4083         * device/examples/ds390/ow390/temp10.h,
4084         * device/examples/ds390/ow390/thermodl.c,
4085         * device/examples/ds390/tinitalk/tinitalk.dsp,
4086         * device/examples/ds390/tinitalk/tinitalk.dsw,
4087         * device/examples/mcs51/clock/hw.h,
4088         * device/examples/mcs51/simple2/go.bat,
4089         * device/examples/serialcomm/windows/serial.h,
4090         * device/examples/xa51/dummy.c,
4091         * device/examples/xa51/hello.c,
4092         * device/include/80c51xa.h,
4093         * device/include/at89x051.h: corrected cvs line endings
4094
4095 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4096
4097         * src/pic16/main.c (options): added command line --gstack, to trace
4098         stack over/under flows,
4099         * added pragma 'wparam' to allow passing first byte of function
4100         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4101         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4102         call to __gstack_test function and sets up the symbol as extern,
4103         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4104         * popaop): added call to pic16_testStackOverflow,
4105         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4106         wparamList list,
4107         * (genCall, genPcall): now all parameters are passed via stack
4108         except in functions that are pass to wparam pragma in which WREG is
4109         used too,
4110         * (genPcall): REENTRANT flag is checked to see if variable prototype
4111         contains reentrant keyword, don't call a non-reentrant function, via
4112         a reentrant function pointer or vice versa, functions are never
4113         passed via WREG,
4114         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4115         D.Winkler,
4116         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4117         SIGSEGV when accessing a NULL register stucture,
4118         * (pic16_printGPointerType): modified to handle UPPER modifier for
4119         function initializers, changed prototype of function to simpler one,
4120         * (pic16_printIvalFuncPtr): check to see if function is already
4121         added in externs list,
4122         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4123         optimized a move from W to SFR with a move to the same register
4124         later after a CALL,
4125         * device/lib/pic16/debug: NEW directory, contains debug features
4126         which are enabled when linking with libdebug.lib, currently command
4127         line option --gstack enables stack pointer tracing for over/under
4128         flow, corresponding sources are in debug/gstack
4129
4130 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4131
4132         * doc/sdccman.lyx: updated SDCC version,
4133         * (PIC16 port): update list of command line options,
4134         * src/pic16/device.h (structure pic16_options_t): added field gstack
4135         to enable stack overflow tracing on push/pops,
4136         * src/pic16/device.c (statistics structure): added statistics
4137         structure,
4138         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4139         pic16_dump_int_registers): increase statistics counters for each
4140         * variable which is encountered
4141         * (pic16_dump_usection): emit each .udata variable to its own udata
4142         section,
4143         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4144         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4145         parameters via stack, otherwise use old scheme,
4146         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4147         assembler output file,
4148         * src/pic16/main.c: added command line options --gstack to enable
4149         push/pop tracing for stack overflow,
4150         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4151         instructions): added size of each instruction,
4152         * (pic16_countInstruction): estimate size of instructions in
4153         the_pFile list, inline assembly blocks are not counted,
4154         * (pic16_FixRegisterBanking): trace previous register usage, when
4155         banksel optimizations is greater than 0, don't emit a redudant
4156         banksel directive,
4157
4158 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4159
4160         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4161         * src/pic16/ralloc.c : applied same fix for pic16.
4162         * src/pic/gen.c : tidied it up a little.
4163
4164 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4165
4166         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4167         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4168
4169 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4170
4171         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4172
4173 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4174
4175         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4176         non-reentrant function __modsint in the interrupt function (thus
4177         corrupting math operations during serial I/O)
4178         * device/lib/ser_ir.c: as above, changed buffersize
4179         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4180         256.c,d for zeroing
4181         * doc/Makefile: added option -t for rsync
4182
4183 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4184
4185         * src/SDCCast.h (struct ast),
4186         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4187
4188 2004-10-20 Borut Razem <borut.razem AT siol.net>
4189
4190         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4191         package
4192
4193 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4194
4195         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4196         makefile targets,
4197         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4198         support functions to replace long sequences of MOVFF's from access
4199         bank registers to stack and vice versa,
4200         * src/pic16/device.h: added new field opt_flags, where optimization
4201         flags can be set to enable certain features,
4202         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4203         * pBlock, (genFunction, genEndFunction): surroung loop for
4204         saving/loading used registers in stack with PC_INFO pCodes,
4205         INF_LREGS. Code in between can then be optimized by pCode optimizer
4206         to support function calls,
4207         * (genDataPointerSet): fixed bug which loaded float fields in
4208         structures with corrupt data,
4209         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4210         in a standard way debug info on stderr. Feature used for developing
4211         and debugging only,
4212         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4213         obsolete chunks of code,
4214         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4215         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4216         * pic16/src/pcode.c (pic16_newpCodeInfo,
4217         * (pic16_newpCodeOpLocalRegs),
4218         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4219         feature,
4220         * (pic16_pCodeConstString): printing of the initial value of a
4221         symbol as a comment is inhibited since parsing was already done by
4222         copyStr and output is corrupt,
4223         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4224
4225 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4226
4227         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4228
4229 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4230
4231         * as/mcs51/lkarea.c: removed old K&R style,
4232           (lnksect): changed check on boundary error,
4233           (lnksect2): changed check on boundary error,
4234           (lnksect2): extend XSTK to end of page if size = 1
4235         * as/mcs51/lkmain.c: removed old K&R style,
4236           (Areas51): create l_IRAM symbol
4237         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4238         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4239           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4240         * device/lib/_mullong.c: added version to be compiled with xstack
4241         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4242         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4243         * device/lib/mcs51/crtxstack.asm: fixed comment
4244         * src/SDCCglue.c: maxInterrupts defaults to 0,
4245           (emitMaps): added pdata,
4246           (createInterruptVect): (re)moved default,
4247           (glue): added pdata,
4248           (glue): moved __start__xstack to XSTK with default size 1
4249         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4250           and options.float_rent when options.stackAuto is set,
4251           (linkEdit): only write XDATA_NAME if provided on command line
4252         * src/SDCCmem.h,
4253         * src/SDCCmem.c: added pdata
4254         * src/port.h: added pdata_name to PORT
4255         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4256           (saveRegisters, unsaveRegisters): removed usage of B,
4257           (genMinus): fixed accumulator clash,
4258           (genJumpTab): added comment, this needs another look
4259         * src/mcs51/gen.c: added check for "B in use" paranoia,
4260           added pushB() and popB()
4261         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4262           chance
4263         * src/avr/main.c,
4264         * src/ds390/main.c,
4265         * src/hc08/main.c,
4266         * src/mcs51/main.c,
4267         * src/pic/main.c,
4268         * src/pic16/main.c,
4269         * src/xa51/main.c,
4270         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4271           added PSEG (PAG,XDATA) or NULL to port specifier
4272         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4273         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4274           (_mcs51_genInitStartup): removed __start__xstack equ,
4275           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4276         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4277         * src/z80/gen.c (_rleAppend): fixed warnings
4278         * support/regression/tests/zeropad.c: added pdata test
4279         * .version: bumped to 2.4.6
4280
4281 2004-10-17 Borut Razem <borut.razem AT siol.net>
4282
4283         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4284         as a part of nightly build
4285
4286 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4287
4288         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4289         WREG holds the first byte function parameters,
4290         * (aopForSym): take special case for symbols which are in FARSPACE
4291         but in CODESPACE too,
4292         * (assignResultValue): modified to take into account _G.useWreg,
4293         * (genCall): don't use wreg for parameter passing when function is
4294         declared as reentrant, too, added optimization INCF to stack
4295         pointer when stack parameter count is 1,
4296         * (genFunction, genEndFunction): refurnished and fixed to not using
4297         wreg for passing parameters when function has varargs or is
4298         reentrant, fixed bug with symbol name compare for generating
4299         functions in absolute address,
4300         * (pic16_storeForReturn): refurnished,
4301         * (genCmp): began writing a new version of the function, not ready
4302         yet, therefore it is disabled,
4303         * (genAssign): do not read code memory when assigning a function to
4304         a pointer function,
4305         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4306         array of characters, not pointer,
4307         * (pic16initialComments): in debug mode emit an .ident directive for
4308         the assembler,
4309         * (_process_pragma): emit a new warning type (internal to pic16)
4310         when setting stack to default length, emit a similar warning when
4311         placing a function at absolute address and address is not word aligned
4312         * (_pic16_parseOptions): added 'return TRUE' statement,
4313         * (_pic16_linkEdit): if compiling a source, then add the source's
4314         file object, first in the list of objects to link,
4315
4316 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4317
4318         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4319         * src/pic/main.c : removed VC warning.
4320         * src/pic/gen.c : changed comment.
4321
4322 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4323
4324         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4325         reference to a deprecated symbol _GPTRREG was causing failure to
4326         link. Thanks G. M. Gallant for the info.
4327
4328 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4329
4330         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4331         comments for Bugs item #954788.
4332
4333 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4334
4335         * src/pic16/device.c (pic16_dump_gsection,
4336         * pic16_groupRegistersInSection): handle symbols declared to be in
4337         access bank differently,
4338         * src/pic16/gen.c (struct _G): added field resDirect,
4339         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4340         send values read from stack directly to result and don't allocate
4341         temporary values,
4342         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4343         same registers,
4344         * (pic16_sameRegsOfs): NEW,
4345         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4346         free because they were not allocated from temporary pool,
4347         * pic16_popRegFromString): workaround to fix a problem with
4348         allocating variables twice or never,
4349         * (genGenPointerGet): using PRODL instead of FSR0H,
4350         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4351         instead of FSR0H,
4352         * (genAssign): take advantage of the _G.resDirect flag,
4353         * (genCast): around line 11844, use mov2f instead of directly
4354         MOVFF'ing between operands to account for literal values,
4355         * src/pic16/genutils.c: some new debug functions for gpsim have been
4356         added,
4357         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4358         float with integer part only,
4359         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4360         place variables in access bank
4361         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4362         updated sources to reflect recent changes in gen.c
4363
4364 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4365
4366         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4367         sources that searched for headers in installation path, now the
4368         device/include/pic16 is used,
4369         * src/pic16/glue.c (pic16glue),
4370         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4371         .line directives if not in debug mode, this suppresses assembler's
4372         warnings for ignored directives
4373
4374 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4375
4376         * src/port.h: made reset_regparms prototype void parameter explicit.
4377         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4378         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4379         * doc/sdccman.lyx: documented warning disabling and how to use
4380           printf_large to make it print floats.
4381         * device/include/stdbool.h: NEW
4382         * device/lib/_atof.c,
4383         * device/lib/_divuint.c,
4384         * device/lib/_divulong.c,
4385         * device/lib/expf.c,
4386         * device/lib/printf_large.c,
4387         * device/lib/sincosf.c,
4388         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4389         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4390           a completely reentrant lib.
4391
4392 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4393
4394         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4395         * device/include/pic16/stdio.h: fixed bug with colon
4396
4397 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4398
4399         * device/include/pic16/stdio.h,
4400         * device/include/pic16/stdlib.h,
4401         * device/include/pic16/math.h: NEW
4402         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4403         declared as _naked to reduce overhead
4404         * device/lib/Makefile.in (target port-specific-objects-pic16):
4405         changed * to *.* so to ignore the CVS directory,
4406         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4407         stacked variables back in stack,
4408         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4409         corruption
4410
4411 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4412
4413         * .version: bumped version number to 2.4.5
4414         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4415         * support/Util/SDCCerr.c (messages structure): added entry for
4416         W_POSSBUG2
4417
4418         Large cumulative patch for pic16 port and libraries.
4419         * device/include/pic16/sdcc-lib.h,
4420         * device/include/pic16/stdarg.h,
4421         * device/include/asm/pic16/features.h,
4422         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4423         * device/include/pic16/float.h: changes reentrant keyword with
4424         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4425         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4426         updated target build-libraries to include objects from gptr,
4427         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4428         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4429         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4430         all function headings,
4431         * src/SDCCmain.c: added global parameter userIncDirsSet,
4432         * (parseCmdLine): when option -I is encountered add directory to
4433         userIncDirsSet too,
4434         * src/version.awk: added space between control and long,
4435         * src/pic16/NOTES: added some notes for the port,
4436         * src/pic16/gen.c: added prototype for mov2fp function,
4437         * (fReturnpic16[]): properly named return value registers,
4438         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4439         * (aopForSym): added code to handle symbols with onStack flag set,
4440         symbols onStack are allocated PTRSIZE bytes,
4441         * (aopFreeAsmop): handles special case where asmops are stack objects,
4442         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4443         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4444         added argument lock to trace flaws in allocating temporary registers
4445         when developing port,
4446         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4447         * (pic16_popRegFromString): reenabled allocating a direct register
4448         from string,
4449         * (assignResultValue): various beautifications,
4450         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4451         referenced function argument,
4452         * (genIpush): reenabled to allow stacked arguments, handles only
4453         ic->parmPush iCodes,
4454         * (genCall, genPcall): major changes to allow for variable argument
4455         functions, fixed a bug with falsely restoring stack pointer after
4456         returning from call,
4457         * (genFunction): pending code for critical function,
4458         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4459         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4460         * (genNearPointerGet): fixed bug with indirect reading, was always
4461         reading from INDF0
4462         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4463         pointers,
4464         * (genAddrOf): rewrote code to take address of a stacked function parameter
4465         * (genCast): fixed casting to generic pointer type,
4466         * src/pic16/gen.h: added AOP_STA,
4467         * (struct asmop): added field stk,
4468         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4469         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4470         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4471         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4472         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4473         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4474         generic pointers,
4475         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4476         and library paths,
4477         * (pic16_port structure): generic pointer size is set to 3,
4478         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4479         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4480         compiler warning,
4481         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4482         operand is an iTemp,
4483
4484 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4485
4486         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4487         * debugger/mcs51/simi.c: addapt new syntax of s51
4488
4489 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4490
4491         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4492         * src/pic16/pcode.c: commented out some calls to free() in order to
4493         fix bug #989576,
4494
4495 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4496
4497         * src/SDCCicode.h,
4498         * src/SDCCicode.c (isiCodeInFunctionCall),
4499         * src/avr/ralloc.c (selectSpil),
4500         * src/pic/ralloc.c (selectSpil),
4501         * src/pic16/ralloc.c (selectSpil),
4502         * src/ds390/ralloc.c (selectSpil),
4503         * src/hc08/ralloc.c (selectSpil),
4504         * src/xa51/ralloc.c (selectSpil),
4505         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4506         stack in the middle of a function call sequence (fixes bug #1020268)
4507         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4508         costs associated with the minimum switch case.
4509
4510 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4511
4512         * src/SDCC.lex: fixed bug #1030549
4513
4514 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4515
4516         * src/SDCCcse.h (struct cseDef),
4517         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4518         over a function call if the CSE is derived from a symbol whose
4519         address has been taken (fixes bug #1029883)
4520         * support/regression/tests/bug-1029883: a new regression test for
4521         this bug
4522
4523 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4524
4525         * src/hc08/gen.c (emitinline): fixed bug #1029778
4526         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4527         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4528         and starts toward RFE #905167)
4529
4530 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4531
4532         * src/pic16/gen.c (mov2f): New function to move an operand to
4533         another without considering if it is a literal or a register,
4534         * (pic16_sameRegs): don't check if they are both AOP_REG,
4535         * (AccRsh): removed andmask=0 lines,
4536         * (genLeftShift): duplicated to be improved in future versions,
4537         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4538         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4539         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4540         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4541         * (insertBankSwitch): fixed inserting banksel directives algorithm
4542         for instructions that follow a skip instruction, this fixes a report
4543         for broken subtraction code generation,
4544         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4545         iCode is a left op, just in case result and right share the same
4546         registers
4547
4548 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4549
4550         * src/hc08/main.c,
4551         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4552         preservation of HX
4553         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4554         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4555         on 2004-09-12; it was buggy
4556
4557 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4558
4559         * src/SDCCsymt.h: removed RESULT_CHECK
4560         * src/SDCCast.c,
4561         * src/SDCCglue.c,
4562         * src/SDCCval.c,
4563         * src/pic/glue.c,
4564         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4565
4566 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4567
4568         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4569         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4570         configuration values no more rejected by compiler, they are assigned
4571         to configuration registers with a warning message instead,
4572         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4573         the for-loop so last conf register is emitted too,
4574         * (_pic16_initPaths): link library libsdcc.lib by default,
4575         * (_hasNativeMulFor): modified test for multiplication according to
4576         Raphael Neider's remarks. Integer multiplication is also done with
4577         support functions,
4578         * device/include/pic16/pic18fregs.h: corrected type error in while
4579         testing and including 18f6720 header file
4580
4581 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4582
4583         * src/pic16/device.h (pic16_options): removed field use_crt,
4584         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4585         until an optimization to handle single bits is added,
4586         * (pic16_loadFSR0): moved before genUnpackBits,
4587         * (genAnd): some white lines removed,
4588         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4589         leave_reset flags in pic16_options when using crt modules,
4590
4591 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4592
4593         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4594           for bugs 898889 & 979599. Also used some safer print instructions.
4595
4596 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4597
4598         * src/pic16/device.h (pic16_options_t): added field use_crt,
4599         crt_name, no_crt,
4600         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4601         catch a probable future bug,
4602         * src/pic16/gen.c: aopIdx function commented out,
4603         * (genAssign): commented out old code which used aopIdx,
4604         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4605         code, added if conditionals to take into account the --use-crt
4606         command line options,
4607         * src/pic16/main.c (pic16_optionsTable): added new command line
4608         options, --use-crt= and --no-crt,
4609         * (_pic16_linkEdit): now the proper crt object is added in the
4610         linker command line except than when --no-crt is specified,
4611         * src/pic16/pcode.c,
4612         * src/pic16/pcode.h: added some structures and functions for a new
4613         optimization scheme to compansate for instruction overhead between
4614         same iCodes, this scheme is currently under development and is not
4615         working in any way,
4616         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4617         to && operator,
4618         * device/lib/pic16/startup/crt0i.c,
4619         * device/lib/pic16/startup/crt0iz.c: added global char variable
4620         __uflags to force the generation of an idata section
4621
4622 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4623
4624         * doc/Makefile,
4625         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4626         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4627
4628 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4629
4630         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4631         Frieder) and clarified the default code optimization mode
4632
4633 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4634
4635         * src/SDCC.lex (doPragma, process_pragma),
4636         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4637         "opt_code_size", and "opt_code_balanced"
4638         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4639         regrouped options by category, added support for category headers
4640         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4641         and "--opt-code-size"
4642         * doc/sdccman.lyx: documented these new options and pragmas
4643         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4644         preference into account
4645
4646 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4647
4648         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4649           geniCodePreDec): Fixed bug 904237 by generating a warning
4650         * src/SDCCerr.h,
4651         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4652
4653 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4654
4655         * src/pic/device.c : When no max ram set validate full memory range.
4656         * src/pic/pcode.c,
4657         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4658
4659 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4660
4661         * device/lib/_gptrget.c,
4662         * device/lib/_gptrput.c: updated comment
4663         * device/lib/calloc.c,
4664         * device/lib/free.c,
4665         * device/lib/malloc.c,
4666         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4667         * src/SDCCcse.c (cseBBlock),
4668         * src/SDCCicode.c (printOperand, geniCodeArray),
4669         * src/SDCCicode.h (struct operand): fixed bug 868103
4670         * support/regression/tests/bug-868103.c: added
4671         * src/SDCCast.c (searchLitOp),
4672         * src/SDCCcse.h (struct cseDef),
4673         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4674         * src/SDCCicode.h (struct operand),
4675         * src/SDCCsymt.h (struct sym_link),
4676         * src/avr/gen.c (hasInc),
4677         * src/ds390/gen.c (hasInc),
4678         * src/hc08/gen.c (genPlusIncr, hasInc),
4679         * src/mcs51/gen.c (hasInc),
4680         * src/pic16/glue.c (pic16_printIvalChar),
4681         * src/pic16/ralloc.c (regWithIdx),
4682         * src/xa51/gen.c (hasInc) : removed warnings
4683         * src/SDCCast.c (createBlock): added comment ???
4684         * src/hc08/ralloc.c: updated comments
4685
4686 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4687
4688         * doc/sdccman.lyx: updated section on switch statements, added
4689         section about semaphore locking
4690         * doc/Makefile: added option -info for latex2html
4691         * device/lib/_gptrget.c,
4692         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4693
4694 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4695
4696         * src/pic/device.h,
4697         * src/pic/device.c,
4698         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4699          maxram is less than 0x100.
4700
4701 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4702
4703         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4704
4705 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4706
4707         * src/port.h,
4708         * src/mcs51/main.c,
4709         * src/ds390/main.c,
4710         * src/z80/main.c,
4711         * src/hc08/main.c,
4712         * src/pic/main.c,
4713         * src/pic16/main.c,
4714         * src/avr/main.c,
4715         * src/xa51/main.c
4716         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4717         a jump table is the best form for a switch statement, including
4718         automatic insertion of missing cases to make the case range
4719         continuous. Developed in collaboration with Frieder Ferlemann.
4720
4721 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4722
4723         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4724         accumulator result if it needs sign extension
4725
4726 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4727
4728         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4729
4730 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4731
4732         * device/lib/gbz80/printf.c,
4733         * device/lib/z80/printf.c: removed define for NULL
4734
4735 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4736
4737         * as/xa51/xa_link.c,
4738         * device/examples/ds390/ow390/ad26.c,
4739         * device/examples/ds390/ow390/cnt1d.c,
4740         * device/examples/ds390/ow390/counter.c,
4741         * device/examples/ds390/ow390/ds2480.h,
4742         * device/examples/ds390/ow390/ds2480ut.c,
4743         * device/examples/ds390/ow390/findtype.c,
4744         * device/examples/ds390/ow390/gethumd.c,
4745         * device/examples/ds390/ow390/owllu.c,
4746         * device/examples/ds390/ow390/ownetu.c,
4747         * device/examples/ds390/ow390/swt12.c,
4748         * device/examples/ds390/ow390/swtloop.c,
4749         * device/examples/ds390/ow390/temp.c,
4750         * device/examples/ds390/ow390/temp10.c,
4751         * device/examples/ds390/ow390/thermo21.c,
4752         * device/examples/ds390/ow390/tinilnk.c,
4753         * device/examples/ds390/ow390/tstfind.c,
4754         * device/examples/serialcomm/windows/serial.cpp,
4755         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4756         * device/include/reg51.h: fixed line endings for cvs
4757
4758 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4759
4760         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4761         packRegsForAccUse, packRegisters): new accumulator register
4762         packing algorithm
4763         * support/regression/ports/hc08/support.c (_putchar): suppress
4764         warning of unused variable
4765         * src/SDCCicode.c: added SWAP entry to codeTable
4766
4767 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4768
4769         * device/lib/sprintf.c: forgot to add this file before previous commit
4770
4771 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4772
4773         * src/pic16/gen.c (genPackBits): added operand right in function
4774         parameters, load result directly if p_type is POINTER (that is
4775         called by genNearPointerSet)
4776         * (genUnPackBits): added operand left in function parameters,
4777         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4778         FSR0 if accessing bitfields,
4779
4780 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4781
4782         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4783           _print_format; updated printf, sprintf, vsprintf
4784         * device/include/asm/default/features.h: corrected comment/define
4785         * device/lib/Makefile.in: added sprintf.c
4786         * device/lib/libsdcc.lib: added sprintf module
4787         * device/lib/printf_large.c,
4788         * device/lib/vprintf.c,
4789         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4790           into these 3 files
4791         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4792         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4793         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4794           hc08 test
4795         * support/regression/tests/zeropad.c: define idata as data for hc08
4796
4797 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4798
4799         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4800         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4801         labels are referenced at least once (even if a reference is not found)
4802         * src/hc08/gen.c (emitcode): set isComment flag for comments
4803         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4804         loads), rules 6a..6b (optimize jumps to return)
4805
4806 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4807
4808         * device/lib/acosf.c (acosf),
4809         * device/lib/asinf.c (asinf),
4810         * device/lib/atanf.c (atanf),
4811         * device/lib/ceilf.c (ceilf),
4812         * device/lib/cosf.c (cosf),
4813         * device/lib/coshf.c (coshf),
4814         * device/lib/cotf.c (cotf),
4815         * device/lib/fabsf.c (fabsf),
4816         * device/lib/floorf.c (floorf),
4817         * device/lib/log10f.c (log10f),
4818         * device/lib/logf.c (logf),
4819         * device/lib/sinf.c (sinf),
4820         * device/lib/sinhf.c (sinhf),
4821         * device/lib/sqrtf.c (sqrtf),
4822         * device/lib/tanf.c (tanf),
4823         * device/lib/tanhf.c (tanhf),
4824         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4825         replaced all instances of "reentrant" in the library functions
4826         defined in math.h with this macro.
4827         * support/regression/tests/float_trans.c: reenabled test for hc08
4828
4829 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4830
4831         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4832         erroneously deleted
4833
4834 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4835
4836         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4837         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4838         multi-byte volatile operands are used
4839         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4840         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4841         initialization to area GSINIT0 so that it would always precede
4842         any static initializers in GSINIT
4843         * support/regression/tests/zeropad.c: fixed idata define for hc08
4844         * support/regression/tests/bug-927659.c,
4845         * support/regression/tests/float_trans.c: disabled tests for hc08
4846         pending missing library routines
4847         * .version: increased version number to 2.4.4 - hc08 port now passes
4848         regression tests
4849
4850
4851 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4852
4853         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4854         * Makefile.common.in,
4855         * as/Makefile,
4856         * as/hc08/Makefile.in,
4857         * as/mcs51/Makefile.in,
4858         * as/z80/Makefile.in,
4859         * debugger/mcs51/Makefile.in,
4860         * device/include/Makefile.in,
4861         * device/lib/Makefile.in,
4862         * doc/Makefile,
4863         * link/Makefile,
4864         * link/z80/Makefile.in,
4865         * packihx/Makefile.in,
4866         * sim/ucsim/main_in.mk,
4867         * sim/ucsim/avr.src/Makefile.in,
4868         * sim/ucsim/doc/Makefile.in,
4869         * sim/ucsim/gui.src/serio.src/Makefile.in,
4870         * sim/ucsim/hc08.src/Makefile.in,
4871         * sim/ucsim/s51.src/Makefile.in,
4872         * sim/ucsim/xa.src/Makefile.in,
4873         * sim/ucsim/z80.src/Makefile.in,
4874         * src/Makefile.in,
4875         * support/cpp2/Makefile.in,
4876         * support/librarian/Makefile,
4877         * support/makebin/Makefile: added DESTDIR to the install path proposed
4878         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4879         * doc/sdccman.lyx: added DESTDIR documentation
4880
4881 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4882
4883         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4884         instruction for interrupt handlers, use fast returns when returning
4885         from high priority interrupts
4886
4887 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4888
4889         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4890         code generation
4891         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4892         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4893         bugs, ported much of Bernhard's code from mcs51
4894         * src/mcs51/gen.c (genSend),
4895         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4896         than one when calling a reentrant function
4897         * device/lib/_mullong.c: defined an alternate struct layout for big
4898         endian ports (hc08)
4899
4900 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4901
4902         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4903         test
4904
4905 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4906
4907         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4908         are sane and complete before asking the port its prefered parameter
4909         passing method (fixes bug #1017633)
4910         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4911         and _ret3
4912
4913 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4914
4915         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4916         problem in bitfields >= 8 bits.
4917
4918 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4919
4920         * src/SDCCsymt.c: undid changes that were not meant to be committed
4921
4922 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4923
4924         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4925
4926 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4927
4928         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4929           copied and wrong bit got inverted
4930
4931 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4932
4933         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4934         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4935         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4936         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4937         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4938         assignments to bitfields at known addresses
4939         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4940         reads from bitfields at known addresses
4941         * src/hc08/ralloc.c (packRegisters),
4942         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4943         genhc08Code): optimize pointer get values used as conditionals
4944         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4945         and branch
4946
4947 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4948
4949         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4950         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4951         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4952         as conditionals
4953
4954 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4955
4956         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4957
4958 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4959
4960         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4961         related problems
4962
4963 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4964
4965         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4966
4967 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4968
4969         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4970         mcs51 port
4971
4972 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4973
4974         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4975
4976 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4977
4978         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4979         cases use more compact code.
4980
4981 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4982
4983         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4984
4985 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4986
4987         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4988
4989 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4990
4991         * src/SDCCsymt.h,
4992         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4993         parameter of changePointer() from symbol* to sym_link*
4994         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4995         * src/SDCCsymt.c (compareType): void* type is castable to other
4996         pointers, but not necesarily an exact match.
4997         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4998         is no longer blindly treated as an exact match.
4999         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5000
5001 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
5002
5003         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
5004
5005 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
5006
5007         * src/pic/gen.c,
5008         * src/pic/pcode.c,
5009         * src/pic/ralloc.h,
5010         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
5011
5012 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
5013
5014         * src/pic/device.c,
5015         * src/pic/device.h,
5016         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
5017
5018 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5019
5020         * src/mcs51/gen.c (emitcode): fixed bug #992819
5021
5022 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
5023
5024         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
5025           there's no need to make it worse
5026
5027 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5028
5029         * src/mcs51/ralloc.c (deassignLR),
5030         * src/ds390/ralloc.c (deassignLR),
5031         * src/hc08/ralloc.c (deassignLR),
5032         * src/z80/ralloc.c (deassignLR),
5033         * src/pic/ralloc.c (deassignLR),
5034         * src/pic16/ralloc.c (deassignLR),
5035         * src/avr/ralloc.c (deassignLR),
5036         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5037         rlivePoint): fixed another part of bug #971834
5038
5039 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5040
5041         * src/z80/main.c: enabled "critical" keyword
5042         * src/z80/mappings.i,
5043         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5044         functions (fixes bug #979646)
5045         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5046
5047 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5048
5049         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5050           such as c:\mydir.
5051
5052 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5053
5054         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5055           doesn't disable too much optimizations
5056
5057 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5058
5059         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5060
5061 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5062
5063         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5064
5065 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5066
5067         * src/pic/gen.c tidied up tabs
5068         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5069         * src/pic/main.c tidied up tabs
5070         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5071         * src/pic/pcoderegs.c tidied up tabs
5072         * src/pic/ralloc.c tidied up tabs
5073
5074 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5075
5076         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5077         to S_FIXED for pic16 port and when symbol is not in level 0,
5078         allocate for S_REGISTER storage class and pic16 port, too,
5079         * src/pic16/device.h: prototype for checkSym,
5080         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5081         * (pic16_assignConfigWordValue): test the value and the mask to
5082         validate that the value is suitable for the configuration word,
5083         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5084         collect extern declared symbols, don't emit symbol twice, check
5085         first if symbol is in publics set first,
5086         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5087         * added command line '--fstack' which enables an experimental
5088         feature for stack access, too buggy to be used yet...
5089         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5090         * (pic16_allocDirReg): when register has storage class S_REGISTER
5091         allocate in pic16_dynAccessRegs,
5092         * device/include/pic16/pic18f????.h: modified configuration word
5093         naming convention, words started as CONFIG0H but should be CONFIG1H
5094
5095 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5096
5097         * device/include/mcs51reg.h: fixed bug 970993
5098
5099 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5100
5101         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5102         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5103         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5104         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5105         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5106         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5107           error/warning numbers,
5108           added function setWarningDisabled()
5109         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5110         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5111           _memcmp.c _memmove.c calloc.c realloc.c free.c
5112         * support/regression/tests/malloc.c: added tests for new functionality
5113         * support/regression/tests/zeropad.c: added tests for truncated initializers
5114           and initialized char arrays starting with '\x0'
5115         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5116
5117 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5118
5119         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5120
5121 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5122
5123         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5124         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5125         peephole 177.e. Thanks to anonymous
5126
5127 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5128
5129         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5130         function isn't used in the source but referenced as a
5131         variable initializer then declare it as extern in .asm file
5132
5133 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5134
5135         * .version: increased version number to 2.4.3
5136
5137         Adding version extension according to ChangeLog CVS revision
5138         * src/Makefile.in (target all): added dependency 'version.h'
5139         * (rule version.h): added rule to create version.h from ChangeLog,
5140         * (rule dep): added dependency version.h,
5141         * src/version.awk: AWK script to create version.h
5142         * src/SDCCdwarf2.c (dwWriteModule),
5143         * src/SDCCglue.c (initialComments),
5144         * src/SDCCmain.c (printVersionInfo): modified to write after
5145         version string the version extension number,
5146         * src/SDCCutil.c: included "version.h"
5147         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5148         number,
5149         * src/SDCCutil.h: added prototype for getBuildNumber
5150
5151         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5152         includeDirsSet, too,
5153         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5154         const char [] is found in function prototype...
5155
5156         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5157         moving to WREG with source is already in WREG,
5158         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5159         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5160         * (aopForSym): stack'ed symbols are partially supported, added
5161         if-clause to support symbols in FARSPACE,
5162         * (sameRegs): added test for AOP_ACC to see if registers are same,
5163         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5164         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5165         * (pic16_popRegFromString): will not allocate a new register if it
5166         doesn't find one by name, bug may have introduced...
5167         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5168         * (genIpush): revived to use pic16 port's stack,
5169         * (genAddrOf): added incomplete case for stack'ed operand,
5170         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5171         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5172         can handle multibyte operands,
5173         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5174         * (pic16initialComments): added message for MPLAB compatibility
5175         mode enabled,
5176         * src/pic16/main.h: prototype for pic16_mplab_comp,
5177         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5178         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5179         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5180         because of increased complexity of procedure,
5181         * (_process_pragma): stack pragma changed to format 'stack pos len',
5182         emit symbol '_stack_end' to conform with gplink,
5183         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5184         to search for register,
5185         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5186         PO_GPR_REGISTER,
5187         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5188         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5189         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5190         case for PO_GPR_REGISTER,
5191         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5192         dies, the new era is ahead !...
5193         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5194         pic16_dynInternalRegs,
5195         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5196         * (pic16_allocDirReg): minor optimizations and bug fixes,
5197         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5198
5199         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5200         load stack and frame pointer with address of 'stack_end' symbol
5201
5202 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5203
5204         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5205         without source code but only variable initializers
5206
5207 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5208
5209         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5210         external are not declared as extern to reduce overhead while linking
5211
5212 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5213
5214         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5215
5216 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5217
5218         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5219           Yee Keat for the patch
5220         * src/SDCCast.c (decorateType): fixed bug #979599
5221         * src/ds390/gen.h: removed local fReturnSizeDS390
5222         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5223         * src/ds390/gen.c (genAnd, genOr, genXor),
5224         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5225
5226 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5227
5228         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5229         add relFilesSet to $3, manipulate $2 to handle linking of object
5230         files without source files in command line,
5231         * device/include/pic16 (all headers): added ID location macros,
5232         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5233         entries for ID location bytes,
5234         * (pic16_assignIdByteValue): NEW,
5235         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5236         added field dumpcalltree to pic16_options_t,
5237         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5238         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5239         emitting rFalseIfx label after check_carry label,
5240         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5241         pic16_emitDIRegs), NEW
5242         * (pic16glue): dump .calltree file when option --calltree found,
5243         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5244         * (_pic16_genAssemblerPreamble): emit ID locations after
5245         configuration registers,
5246         * (pic16_linkCmd): modifications of the link command,
5247         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5248         * (pic16_pCodeInitRegisters): don't init stack registers,
5249         * (pic16_findPrevInstruction): fixed bug,
5250         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5251         bug with immediate registers,
5252         * (buildCallTree): traces stack push and pop,
5253         * (pct2): dump also stack usage for each function,
5254         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5255         * (pic16_allocDirReg): various modifications,
5256         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5257         fixed to 1,
5258
5259 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5260
5261         * src/pic16/pcode.c: removed buggy double colon
5262
5263 2004-07-01 Borut Razem <borut.razem AT siol.net>
5264
5265         * support/scripts/sdcc.nsi: added include/pic16 to setup
5266
5267 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5268
5269         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5270         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5271         target 'clean',
5272         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5273         specific command line arguments. Also added sample lkr script
5274         for placing a variable at a specific memory bank.
5275         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5276         at a specific memory bank,
5277         * (pic16_dump_isection): fixed bug which caused string literals to
5278         be omitted when dumping idata section,
5279         * (pic16_groupRegistersInSection): added code to handle registers
5280         in specific memory banks,
5281         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5282         public, all references are renamed too,
5283         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5284         AOP_DPTR2,
5285         * (pic16_storeForReturn): added case to handle when dest is WREG,
5286         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5287         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5288         pic16_rel_udata, check to see if that register is marked as being
5289         a member of a specific memory bank,
5290         * (pic16_printIvalCharPtr): added code to add string literals either
5291         to code or the idata sections,
5292         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5293         also accept the 'udata' pragma,
5294         * src/pic16/main.h: new structure types sectName and sectSym
5295         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5296         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5297         * (pic16_findPrevInstruction): fixed, it returned nothing,
5298         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5299         instruction combinations,
5300         * (pic16_FixRegisterBanking): heavily reorganised,
5301         * (pic16_AnalyzeBanking): if generating banksel directives is
5302         disabled, then don't call FixRegisterBanking at all,
5303         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5304         completely removed,
5305         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5306
5307 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5308
5309         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5310         Phuah Yee Keat <yk.phuah AT nestac.com>
5311
5312 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5313
5314         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5315         correctly the IVT even if it is relocated to some other location
5316
5317 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5318
5319         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5320         * device/include/pic16/pic18f2220.h: NEW,
5321         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5322         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5323         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5324         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5325         nodefaultlibs, ivt_loc is the location of the interrupt vector
5326         table, and nodefaultlibs signs that default libraries should not be
5327         linked in link stage,
5328         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5329         according to --ivt-loc argument,
5330         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5331         when pragma stack is found,
5332
5333 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5334
5335         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5336         256 (range check), 257 (do while), 258.a-f (bit banging
5337         f.e. on 3-wire SPI bus)
5338
5339 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5340
5341         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5342         variables used exclusively within a loop
5343
5344 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5345
5346         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5347
5348 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5349
5350         * src/SDCClrange.c (computeClash): fixed bug #971834
5351
5352 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5353
5354         * src/mcs51/gen.c (genCmp): fixed bug #975903
5355         * src/hc08/gen.c (operandsEqu),
5356         * src/ds390/gen.c (operandsEqu),
5357         * src/z80/gen.c (operandsEqu),
5358         * src/pic/gen.c (operandsEqu),
5359         * src/pic16/gen.c (operandsEqu),
5360         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5361         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5362
5363 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5364
5365         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5366
5367 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5368
5369         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5370         default case in switch statement,
5371         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5372         to eliminate problem with initialisation of pointers, but problem
5373         still exists,
5374         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5375         * (emitStaticSegment): removed various lines emitting debug info,
5376         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5377         added processor registers for utilizing EEPROM,
5378         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5379         configurable and set 8
5380
5381 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5382
5383         * .version: increased version number to 2.4.2,
5384
5385         Cumulative patch for pic16 port
5386         * src/pic16/device.c: changed scheme to dump initial values for
5387         variables in idata segment, all print_idata* functions were removed,
5388         now the pic16_printIval* will be called,
5389         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5390         * _pic16_printPointerType, pic16_printPointerType,
5391         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5392         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5393         NEW, similar to the respective functions in SDCCglue.c,
5394         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5395         way, emitting hex bytes,
5396         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5397
5398 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5399
5400         * src/avr/ralloc.c (serialRegAssign),
5401         * src/xa51/ralloc.c (serialRegAssign),
5402         * src/pic/ralloc.c (serialRegAssign),
5403         * src/pic16/ralloc.c (serialRegAssign),
5404         * src/hc08/ralloc.c (serialRegAssign),
5405         * src/z80/ralloc.c (serialRegAssign),
5406         * src/ds390/ralloc.c (serialRegAssign),
5407         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5408
5409 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5410
5411         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5412         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5413
5414 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5415
5416         Cumulative patch for pic16 port:
5417         * src/pic16/device.h (typedef PIC16_device) modified fields for
5418         defining microcontrollers,
5419         * src/pic16/device.c: added new info for all devices in Pics16 array,
5420         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5421         to be optimised out by the pCode optimiser,
5422         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5423         specially, bug reported by G.M. Gallant,
5424         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5425         as force'd so that cannot be optimised out by pCode optimiser,
5426         * src/pic16/pcode.c,
5427         * src/pic16/pcodepeeph.c,
5428         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5429         they are disabled by default, but can be enabled explicit with
5430         command argument --denable-peeps, for testing,
5431         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5432         --pomit-ivt in COMPILE_FLAGS
5433
5434 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5435
5436         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5437           compilation on MSVC
5438
5439 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5440
5441         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5442
5443 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5444
5445         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5446         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5447
5448 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5449
5450         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5451         would only assign 0x300001 register.
5452
5453 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5454
5455         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5456         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5457
5458 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5459
5460         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5461         for ds80c400
5462         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5463         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5464         added peephole 254 (left shift), 255 (jump table)
5465
5466 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5467
5468         * device/lib/Makefile.in: removed comment line with model-pic16,
5469         * (target port-specific-objects-pic16): the libraries and objects
5470         are copied to the build directory form the device/lib/pic16/bin
5471         directory
5472
5473         Cumulative patch concerning pic16 port:
5474         * library directory has been re-organized,
5475         * added support for PIC18F1220,
5476         * added headers and library sources for chips 18f1220,18f6520,
5477         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5478
5479         * configuration registers setting has changed, now each supported
5480         device has a complete description of the registers it uses,
5481         * all initialisations are moved to idata sections, these section
5482         can be absolute or relocatable,
5483         * fixed initialisation of codespace variables,
5484         * fixed warning about PCLATU and gpsim,
5485         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5486         * (genAssign): use table reads when assigning from variables in codespace,
5487         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5488         char/int variables placed in codespace,
5489         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5490         registers set in .asm file, no need for --pomit-config-words anymore,
5491         * (pic16glue): some 8051 legacy segments are commented out
5492         (to be removed completely),
5493         * added support for alternative assembler and linker with --asm=
5494         and --link= command line arguments,
5495         * peepholes are disabled automatically in the port, no need to
5496         specify on command line,
5497         * port supports natively char/int/long multiplication, but converts
5498         all divisions to support functions,
5499         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5500         to the file set in variable $2,
5501         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5502         strings in ASCII format and not in hex,
5503         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5504         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5505         allocate proper register if iCodes aren't temporary,
5506
5507 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5508
5509         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5510
5511 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5512
5513         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5514         is commented out
5515
5516 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5517
5518         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5519         computed address is reused
5520         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5521         multi-byte bitfields
5522
5523 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5524
5525         * src/z80/gen.c: (genArrayInit): must check for pointers too
5526
5527 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5528
5529         * support/regression/tests/zeropad.c: never meant to commit the
5530           nestedstruct test: removed, added check for GCC version
5531
5532 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5533
5534         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5535         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5536         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5537           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5538           bugs 928906 and 954082 half-empty initializers
5539         * src/SDCCsymt.h,
5540         * src/SDCCsymt.c (getAllocSize): added for above fix
5541         * src/z80/gen.c (genArrayInit): fixed bug 741044
5542         * support/regression/tests/zeropad.c: added tests
5543
5544 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5545
5546         * src/pic16/device.c (pic16_dump_section): corrected bug which
5547         caused some symbols of the libraries to be misplaced
5548
5549 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5550
5551         * src/pic16/glue.c,
5552         * src/pic16/ralloc.h,
5553         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5554         to fix conflict with pic port
5555
5556 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5557
5558         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5559         externs configuration variables,
5560         * src/pic16/ralloc.h,
5561         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5562         prototype in header, commented out some debug messages
5563
5564 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5565
5566         * src/pic16/glue.c,
5567         * src/pic16/main.c,
5568         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5569         for gpasm COFF object generation. Thanks to D. Hawkins for
5570         his patch info
5571
5572 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5573
5574         * src/ds390/main.c,
5575         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5576         Brock for spotting this)
5577         * src/ds390/gen.c (genEndFunction),
5578         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5579         interrupt handler and critical. Disable push/pop optimizations when
5580         peephole optimizations disabled.
5581
5582 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5583
5584         Updated pic16 library sources and headers.
5585         * device/lib/pic16/pic18f*/ ,
5586         * device/include/pic16/*.h: modified to handle structured SFR
5587         definitions
5588
5589 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5590
5591         * src/port.h (PORT structure): added hook initPaths, now each
5592         port can declare its own default search paths,
5593         which can been seen with the --print-search-dirs option,
5594         see pic16 port for example,
5595         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5596         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5597         * (doPrintSearchDirs): NEW, replaces in a central manner the
5598         printing of search dirs which was split in set*Paths functions,
5599         * (main): added call to port->initPaths and doPrintSearchDirs,
5600         * src/avr/main.c,
5601         * src/ds390/main.c,
5602         * src/hc08/main.c,
5603         * src/izt/i186.c,
5604         * src/izt/tlcs900h.c,
5605         * src/mcs51/main.c,
5606         * src/pic/main.c,
5607         * src/pic16/main.c: modified port structures to reflect addition of
5608         initPaths hook,
5609
5610         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5611         * (pic16_dump_section): for registers in same address reserve memory once,
5612         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5613         to no_banksel,
5614         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5615         result is greater in size than right or left,
5616         * (pic16_genUMult8X8_8): there are some cases where the result can
5617         be 16 bits size, so handle these,
5618         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5619         * (pic16_outBitC): modified to emit pcodes,
5620         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5621         or not,
5622         * (genDivOneByte): implemented algorithm to divide 8-bits,
5623         * (genCmp): uncommented goto, but issues still exist,
5624         * (genAnd): fixed a bug with variables >8bits,
5625         * (genPackBits): optimization added that uses BCF/BSF to change a
5626         single bit,
5627         * (genAssign): fixed bug when assigning floating point literals,
5628         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5629         __sdcc_gsinit_startup label,
5630         * src/pic16/main.c (_pic16_init): removed search directory
5631         initialisations,
5632         * (_pic16_initPaths): NEW, used to initialise search directories,
5633         * (_hasNativeMulFor): support functions for all except char/int
5634         multiplication, and char division,
5635         * (PIC16_port struct): modified entry for native mul support,
5636         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5637         no_banksel option,
5638         * (buildCallTree): call to register_usage is ifdef'ed out,
5639
5640 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5641
5642         * device/include/string.h: applied Stas Sergeev's patch to make this
5643         header file compatible with the preprocessor -Wundef option
5644         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5645         failure (fixes bug #941458)
5646
5647 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5648
5649         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5650         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5651         that the variable, not the function, should be static
5652         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5653         to be consistent with non-literal case
5654
5655 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5656
5657         * src/SDCCast.c (isConformingBody): fixed bug #949967
5658         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5659         convilong): fixed bug #952086
5660
5661 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5662
5663         * src/SDCCmem.c (allocVariables): fixed bug #955321
5664
5665 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5666
5667         * src/hc08/main.c (_hc08_genAssemblerEnd),
5668         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5669         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5670         completely eliminated the use of a temporary file
5671         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5672         when more than one file linked
5673         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5674
5675 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5676
5677         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5678         which fixes bug #543481
5679         * support/regression/tests/bug-751703.c: fixed comments left from a
5680         cut and paste error
5681         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5682         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5683         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5684         scopes
5685         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5686         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5687         are now changed to underscores in moduleName
5688
5689 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5690
5691         * as/mcs51/lkmem.c: better fix for bug #954173
5692
5693 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5694         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5695
5696         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5697         * device/include/c8051f000.h,
5698         * device/include/c8051f120.h,
5699         * device/include/c8051f300.h,
5700         * device/include/c8051f310.h,
5701         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5702         PWM16) and detab'ed
5703
5704 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5705
5706         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5707         and mailing lists, doc'ed --no-peep-comments, removed reference
5708         to knoppix (newest version has no LyX/LaTeX), other minor changes
5709         * src/SDCCglue.c (glue): save 2 bytes stack space with
5710         option --main-return. The ljmp could probably be avoided too
5711
5712 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5713
5714         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5715
5716 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5717
5718         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5719         * src/SDCCopt.c (isLocalWithoutDef),
5720         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5721         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5722         (credit to Maarten Brock for patch #949363, on which this is based)
5723         * support/regression/tests/bug-751703.c: some test cases of extern used
5724         within inner scopes.
5725
5726 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5727
5728         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5729         SPEC_STRUCT
5730         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5731         struct definitions
5732         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5733         dwWriteLabel): fix to create valid debugger symbols even when
5734         the module name has non-alphanumeric symbols in it
5735         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5736         when a variable's allocation has been optimized away
5737
5738
5739 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5740
5741         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5742         * src/hc08/main.c,
5743         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5744         * src/mcs51/main.c,
5745         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5746         * src/ds390/main.c,
5747         * src/z80/gen.c (z80_emitDebuggerSymbol),
5748         * src/z80/main.c,
5749         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5750         * src/pic/main.c,
5751         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5752         * src/pic16/main.c,
5753         * src/avr/gen.c (avr_emitDebuggerSymbol),
5754         * src/avr/main.c,
5755         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5756         * src/xa51/main.c,
5757         * src/SDCCdebug.c (emitDebuggerSymbol),
5758         * src/SDCCdebug.h,
5759         * src/port.h: added a debugger struct to the port struct. Added a
5760         callback for defining debugger symbols
5761
5762         * src/SDCCast.c (createLabel),
5763         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5764         with isitmp = 1
5765         * src/SDCCicode.h,
5766         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5767         iCode back to the ast for the function
5768
5769         * src/hc08/ralloc.c (hc08_assignRegisters),
5770         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5771         unneeded fields from the regs struct.
5772         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5773         pushReg() & pullReg() functions instead of emitcode()
5774
5775         * src/hc08/gen.c (genLabel, genhc08Code),
5776         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5777
5778         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5779         debugger hooks
5780
5781         * src/hc08/gen.c (genEndFunction, genhc08Code),
5782         * src/hc08/gen.h,
5783         * src/mcs51/gen.c (genEndFunction, gen51Code),
5784         * src/mcs51/gen.h,
5785         * src/ds390/gen.c (genEndFunction, gen390Code),
5786         * src/ds390/gen.h,
5787         * src/z80/gen.c (genEndFunction, genZ80Code),
5788         * src/z80/gen.h,
5789         * src/z80/z80.h,
5790         * src/pic/gen.c (genEndFunction, genpic14Code),
5791         * src/pic/gen.h,
5792         * src/pic16/gen.c (genEndFunction, genpic16Code),
5793         * src/pic16/gen.h,
5794         * src/avr/gen.c (genEndFunction, genAVRCode),
5795         * src/avr/gen.h,
5796         * src/xa51/gen.c (genEndFunction, genXA51Code),
5797         * src/xa51/gen.h,
5798         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5799         specific code to cdbFile.c and out of the backend code generators
5800
5801         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5802         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5803         starting address is now 0
5804
5805         * as/hc08/asm.h,
5806         * as/hc08/m08pst.c,
5807         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5808         assembler directive for DWARF support
5809         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5810
5811         * src/src.dsp,
5812         * src/Makefile.in,
5813         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5814
5815 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5816
5817         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5818         and inappropriate peephole optimization in jump tables
5819
5820 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5821
5822         * as/hc08/m08pst.c,
5823         * src/SDCCglue.c: sdccopt works for the hc08 port now
5824
5825 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5826
5827         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5828
5829 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5830
5831         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5832
5833 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5834
5835         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5836         rules
5837         * src/SDCCmain.c,
5838         * src/SDCCglobl.h,
5839         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5840         comments from the peephole optimizer replacement rules
5841         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5842         symbols
5843         * src/SDCCcse.c (updateSpillLocation),
5844         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5845         equivalents
5846         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5847         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5848         objects far pointers
5849
5850 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5851
5852         * src/SDCCsymt.h: a missing part of my last change
5853         * src/pic/ralloc.c (regTypeNum),
5854         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5855
5856 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5857
5858         * src/SDCCicode.h,
5859         * src/SDCCicode.c (aggrToPtrDclType),
5860         * src/SDCCptropt.h,
5861         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5862         ptrPseudoSymConvert),
5863         * src/pic/ralloc.c (regTypeNum),
5864         * src/pic16/ralloc.c (regTypeNum),
5865         * src/hc08/ralloc.c (regTypeNum),
5866         * src/ds390/ralloc.c (regTypeNum),
5867         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5868         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5869
5870 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5871
5872         * link/z80/lkmain.c (afile),
5873         * as/hc08/lkmain.c (afile),
5874         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5875         prevent a pointer problem when a filename has no directory and
5876         no extension specified.
5877
5878 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5879
5880         * link/z80/lkmain.c (afile): allow periods in directory names
5881         * link/z80/lkmain.c (afile),
5882         * as/mcs51/lkmain.c (afile),
5883         * as/hc08/lkmain.c (afile): allow linker script file to have an
5884         extension other than ".lnk"
5885         * link/z80/lklex.c (getfid),
5886         * link/z80/lkmain.c (parse),
5887         * as/mcs51/lklex.c (getfid),
5888         * as/mcs51/lkmain.c (parse),
5889         * as/hc08/lklex.c (getfid),
5890         * as/hc08/lkmain.c (parse): Support comments in the linker script
5891         file on lines by themselves and after filenames
5892
5893 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5894
5895         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5896
5897 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5898
5899         * src/z80/peeph-z80.def: removed some peephole rules that don't
5900         work with multibyte arithmetic (fixed bug #937126)
5901         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5902         to registers and not global variables
5903         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5904         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5905         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5906         checking for assignments not internally generated (fixed bug #931895)
5907         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5908         structure member (fixed bug #930072)
5909
5910 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5911
5912         * src/SDCCmain.c (linkEdit),
5913         * src/hc08/main.c (_hc08_parseOptions),
5914         * as/hc08/Makefile.in,
5915         * as/hc08/aslink.h,
5916         * as/hc08/asm.h,
5917         * as/hc08/m08pst.c,
5918         * as/hc08/lkrloc.c (relr, rele),
5919         * as/hc08/lkarea.c (lnkarea)
5920         * as/hc08/lkmain.c (afile, parse),
5921         * as/hc08/lkelf.c: support for ELF output
5922         * as/hc08/lks19.c (s19),
5923         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5924
5925 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5926
5927         * as/mcs51/lkihx.c: Fixed bug #899105.
5928
5929 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5930
5931         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5932         .dsp files from Unix to DOS.
5933
5934 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5935
5936         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5937         function pointers; we have been compliant for several months now.
5938         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5939         change that was accidently commented out
5940         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5941         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5942         bug #922319
5943
5944 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5945
5946         * src/hc08/gen.c: output of all of the internal debugging information
5947         is now controlled by the D() macro; it is disabled by default
5948
5949 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5950
5951         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5952         harder to keep the same registers during a CAST iCode
5953         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5954         long via int can be done in a single cast, if the signedness is
5955         correct.
5956         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5957         putchar() in tinibios.c in ds390's library
5958
5959 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5960
5961         * src/SDCCast.c (decorateType): fixed bug #898889,
5962         cast result of a literal complement too
5963         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5964         fixed check for bitfields
5965
5966 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5967
5968         * src/SDCCicode.c (geniCodeLogic): made it static,
5969         (geniCodeLogicAndOr): added in order to fix bug #905492,
5970         (ast2iCode): fixed bug #905492
5971         * support/regression/tests/bug-905492.c: added
5972         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5973         (processParms): fixed bug #927659: don't copy parms, this will clear
5974         decorated flag
5975         * support/regression/tests/bug-927659.c: added
5976
5977 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5978
5979         * src/SDCCast.c (addCast): don't cast float to char
5980         * device/lib/libsdcc.lib: added _memmove
5981
5982 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5983
5984         * device/lib/large/Makefile: fixed parallel execution by
5985         replacing `make` by `$(MAKE)`
5986
5987 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5988
5989         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5990         offsets (fixes bug #923936)
5991
5992 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5993
5994         * device/lib/small/Makefile: fixed parallel execution by
5995         replacing `make` by `$(MAKE)`
5996
5997 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5998
5999         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6000
6001 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
6002
6003         * src/pic/gen.c (genCpl): multi-byte complements were not working.
6004         * src/regression/Makefile: Regression test was not running.
6005
6006 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6007
6008         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
6009         complement if possible
6010         * src/SDCCval.c (valComplement),
6011         * src/SDCCicode.c (operandOperation): fixed complement of literal
6012         * support/regression/tests/onebyte.c (testComplement): added
6013
6014 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
6015
6016         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
6017         return an optimized tree; actually replace actParm with the new tree
6018         * src/SDCCast.h: added some parantheses to remove side effects
6019         * support/regression/tests/bug-920866.c
6020
6021 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
6022         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
6023         Bit operands were not being handled properly in the pic14 port.
6024         (now src/regression/add.c passes again).
6025
6026 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6027
6028         * src/SDCC.y (labeled_statement): case and default no longer require
6029         a following statement (RFE #893037)
6030
6031 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6032
6033         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6034         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6035         disabled (fixes bug #916294)
6036         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6037         "mov a,acc"; patch provided by Lenny Story
6038         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6039
6040 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6041
6042         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6043         functions
6044         * src/ds390/gen.c (genFunction, genEndFunction),
6045         * src/ds390/ralloc.c (ds390_assignRegisters),
6046         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6047         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6048         pushed if there are parameters passed on the stack. Also, a cleaner
6049         way to decide if r0/r1 should be pushed/popped. (Together they fix
6050         bug #918693)
6051
6052 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6053
6054         * doc/sdccman.lyx,
6055         * device/lib/mcs51/crtpagesfr.asm,
6056         * device/lib/mcs51/crtxinit.asm,
6057         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6058         to avoid confusion with Si Lab's SFRPAGE register.
6059
6060 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6061
6062         * src/SDCCglue.c (emitMaps): allow public sfr variables
6063         * src/SDCCglue.c (initialComments): include compiler build date
6064         with compiler version and put the timestamp of the generated
6065         assembly file on a serperate line to be less confusing.
6066         * src/port.h: added genInitStartup hook
6067         * src/avr/main.c,
6068         * src/ds390/main.c,
6069         * src/hc08/main.c,
6070         * src/pic/main.c,
6071         * src/pic16/main.c,
6072         * src/xa51/main.c,
6073         * src/z80/main.c: genInitStartup initialize as NULL (default to
6074         historical behaviour)
6075         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6076         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6077         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6078         library instead of hard coding it into the compiler.
6079         * support/regression/ports/mcs51-stack-auto/spec.mk,
6080         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6081         * device/lib/mcs51/Makefile,
6082         * device/lib/small/Makefile,
6083         * device/lib/large/Makefile,
6084         * device/lib/mcs51/crtpagesfr.asm,
6085         * device/lib/mcs51/crtstart.asm,
6086         * device/lib/mcs51/crtxclear.asm,
6087         * device/lib/mcs51/crtxinit.asm,
6088         * device/lib/mcs51/crtclear.asm,
6089         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6090         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6091         and into user configurable files.
6092         * device/lib/clean.mk: clean mcs51 directory too
6093         * support/regression/tests/longlit.c: added static to T1 declaration
6094         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6095         accesses in the initialization code
6096
6097 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6098
6099         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6100         OSCTRIMVAL as noted in bug #916008
6101
6102 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6103
6104         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6105         in loops with multiple exits (reported as incorrect registers
6106         used by Martin Helmling in Sdcc-user list)
6107
6108 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6109
6110         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6111         made ds390 register extensions look less like error messages
6112
6113 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6114
6115         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6116         reported by Adam Wozniak in Sdcc-user list
6117
6118 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6119
6120         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6121         arithmetic optimizations, added debug output
6122
6123 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6124
6125         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6126         * sdcc.spec: updated and split sdcc into 3 rpms
6127         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6128         needed for literals of LEFT_OP and '+'
6129         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6130         introduced RESULT_TYPE_NOPROM
6131         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6132         left shift
6133         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6134         limited promotion to int only for '*'
6135         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6136
6137 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6138
6139         * src/pic16/gen.c (genSkip),
6140         (genc16bit2lit), (gencjneshort): commented out
6141         (is_LitOp): new helper function, checks operand type
6142         (genCmpEq): rewritten
6143
6144 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6145
6146         * support/regression/tests/bug-908454.c: added
6147
6148 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6149
6150         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6151         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6152         (geniCodeCast): cosmetic, don't preserve bit storage class
6153         (geniCodeLeftShift): added promotion
6154         (geniCodeLogic): fixed regression
6155         * src/SDCCsymt.c (computeTypeOr): accept bits too
6156         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6157
6158 2004-03-07  Borut Razem <borut.razem AT siol.net>
6159
6160         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6161
6162 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6163
6164         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6165         version of pic16_genPackRegisters which does not check if ic is a
6166         CAST operator,
6167         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6168         function cause string1.c regression test fails
6169
6170 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6171
6172         * sim/ucsim/configure.in,
6173         * sim/ucsim/configure,
6174         * sim/ucsim/doc/Makefile.in: use docdir
6175         * src/SDCC.y: fixed sbit atrributes
6176         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6177         * src/SDCCast.c (decorateType): |^& need special promotion handling
6178         * src/SDCCast.h,
6179         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6180         * src/SDCCsymt.h (computeType),
6181         * src/SDCCicode.c: computeType() needs op
6182         * src/SDCCsymt.c (checkTypeSanity),
6183         * doc/sddman.lyx: "plain" bitfields are unsigned
6184         * src/SDCCsymt.c (computeTypeOr): added
6185         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6186         |^& ops
6187         * src/SDCCval.c (val*): computeType() needs op
6188         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6189         * support/regression/tests/onebyte.c: added tests for |^&
6190
6191 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6192
6193         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6194         for writing icode into asm output.
6195
6196 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6197
6198         * src/pic16/device.c: added some debug lines enabled
6199         with macro DEBUG_CHECK,
6200         * src/pic16/genarith.c: more debug in genPlus,
6201         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6202         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6203         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6204         * (aopForSym): onStack symbols are re-placed in data memspace,
6205         and onStack flag is cleared,
6206         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6207         copy temporary pcodeop,
6208         * (genPcall): added warning for not updating PCLATU,
6209         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6210         always true for pic16 port,
6211         * (genMultOneWord): NEW, supports integer multiplication,
6212         * (genMult): modified to call genMultOneWord,
6213         * (ifxForOp): added warning when return NULL,
6214         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6215         flag is set before call to operandFromSymbol for implicit
6216         added structures,
6217         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6218         options.intlong_rent are set by default,
6219         * (_hasNativeMulFor): modified to allow port generation of integer
6220         multiplication,
6221         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6222         set regtype to REG_SFR for all registers, restricting seting the
6223         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6224
6225 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6226
6227         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6228         more than 500 times in the regression tests
6229
6230 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6231
6232         * support/Util/SDCCerr.h,
6233         * support/Util/SDCCerr.c,
6234         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6235         enumerator_list),
6236         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6237         for symbol conflicts.
6238         * support/valdiags/tests/enum.c,
6239         * support/valdiags/tests/tentdecl.c,
6240         * support/valdiags/tests/struct.c: expect possible error messages
6241         referring to original symbol definitions.
6242         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6243         * src/SDCCsymt.h,
6244         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6245
6246 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6247
6248         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6249
6250 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6251
6252         * src/pic16/ralloc.c (newReg): fixed bug #908929
6253
6254 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6255
6256         * src/ds390/gen.c: added missing #include "main.h"
6257
6258 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6259
6260         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6261         checking if symbol is already in set,
6262         * src/pic16/device.h: prototype for checkAddSym,
6263         * src/pic16/gen.c: (_G): added entry interruptvector,
6264         * (assignResultValue): removed some commented out lines,
6265         * (genFunction): check for ISR via sym->type, absolute section for
6266         interrupt code is created via a new pBlock, the goto instruction is
6267         placed now correctly at the interrupt vector position, changed all
6268         references from ivec to _G.interruptvector,
6269         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6270         is the interrupt is a high priority one, same for return from ISR,
6271         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6272         externs to calls of checkAddSym,
6273         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6274         pic16_pcode_verbose flag is set,
6275         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6276         * src/pic16/pcoderegs.c: message about how many registers are saved
6277         will only be emitted if pic16_pcode_verbose flag is set,
6278
6279 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6280
6281         * src/ds390/ralloc.h,
6282         * src/ds390/ralloc.c (ds390_regWithIdx),
6283         * src/ds390/gen.c (emitcode),
6284         * src/ds390/main.h,
6285         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6286         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6287         ds390operandCompare, getRegsRead, getRegsWritten,
6288         initializeAsmLineNode): customized instruction size calculation for
6289         ds390, started basis for some register optimizations
6290         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6291         corresponding assembly output
6292         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6293         missing push/pop of r0/r1. Optimized push/pops
6294
6295 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6296
6297         * src/mcs51/main.c (instructionSize): fixed ACALL size
6298         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6299
6300 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6301
6302         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6303         the sorting of rlist with NULL elements
6304         * (print_idataType, print_idata): NEW to create idata sections
6305         * src/pic16/device.h: idataSymSet new variable
6306         * src/pic16/gen.c (genFunction): fixed some bugs in string
6307         comparing, improved the absolute section creation for ISRs,
6308         added FSR0L/FSR0H in registers that are saved in an ISR,
6309         * (genInline): fixed the processing of inline snippets,
6310         now they undergo no process by the peephole optimizer
6311         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6312         are placed in idataSymSet,
6313         * (pic16emitStaticSeg): extern symbols are added in externs,
6314         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6315         switching when aboslute variables are placed in access bank memory
6316         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6317         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6318         commented out with #if,
6319         * (pic16_packRegisters): reintroduce the check for CAST because some
6320         symbols are not correctly handled,
6321         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6322         pCodeInstruction instead of pCode,
6323         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6324         pCodeAsmDir definition,
6325         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6326         directive, then the argument directive is emitted without the leading
6327         tab, hack for inline labels which must be in the first column,
6328         * (compareLabel,pic16_findNextInstruction),
6329         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6330         * (insertBankSwitch): modified for the new pCodeAsmDir,
6331
6332 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6333         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6334
6335         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6336         instance,
6337         * (pushSide): commented out with #if,
6338         * (assignResultValue): fixed some typos in saving
6339         registers,
6340         * (genPcall): FIXED and sync'ed with genCall,
6341         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6342         * (genNearPointerGet): fixed to handle some more cases,
6343         implementation scheme via table reads,
6344         * (genConstPointerGet): modified to access code memory correct,
6345         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6346         and improved to handle some cases
6347         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6348         instead of "RETLW" for init data
6349         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6350         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6351         variables are placed in access bank memory (<0x80 and >=0xf80),
6352         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6353         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6354         TBLWT_POSTDEC,TBLWT_PREINC
6355         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6356         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6357         directives
6358         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6359         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6360         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6361         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6362
6363 2004-02-29  Borut Razem <borut.razem AT siol.net>
6364
6365         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6366         support/Util/findme.h, support/Util/system.h: enhance binary relative
6367         search for lib and include by using findProgramPath()
6368
6369 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6370
6371         * src/SDCCpeeph.h,
6372         * src/SDCCpeeph.c (pcDistance),
6373         * src/port.h,
6374         * src/mcs51/ralloc.h,
6375         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6376         * src/mcs51/main.h,
6377         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6378         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6379         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6380         size calculation port specific, started basis for some register
6381         optimizations
6382         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6383         missing push/pop of r0/r1. Optimized push/pops
6384         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6385         * device/lib/_modsint.c (_modsint),
6386         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6387         and stack version so regression tests pass
6388
6389 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6390
6391         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6392         * src/SDCCast.c (decorateType): catch another small optimization
6393         with '?' operator
6394         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6395         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6396         modified to finally use computeType() all over SDCC,
6397         see Feature Request #877103
6398         * src/SDCCval.h: cosmetic
6399         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6400         valCompare(); regression tested in muldiv.c
6401         * support/regression/tests/muldiv.c (testMod): mod sign follows
6402         dividend only
6403
6404 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6405
6406         * src/SDCCast.c (decorateType): fixed bug #902362
6407         * doc/INSTALL.txt: fixed install instructions for win32
6408
6409 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6410
6411         * device/include/Makefile.in (install): fixed by replacing spaces
6412         by tabs
6413         * doc/README.txt,
6414         * doc/INSTALL.txt: updated for release
6415         * doc/sdccman.lyx: added warning for --xstack being buggy
6416
6417 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6418
6419         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6420         to eliminate build warnings.
6421         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6422
6423 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6424            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6425
6426         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6427         removed -penable-stack, added comment for stack pragma, added
6428         warning for not initializing the stack/frame registers, removed
6429         comment at interrupts section
6430
6431         Stack is made permanent, there is no ability to disable stack usage.
6432         * src/pic16/device.h,
6433         * src/pic16/device.c: removed all references to USE_STACK macro,
6434         * src/pic16/device.c (pic16_dump_section): when no elements in
6435         rlist, free rlist before return,
6436         * (pic16_dump_int_registers): NEW, internal registers are a new set
6437         of general purpose registers reused by each function,
6438         * (checkAddReg): returns 1 if registers is added to set,
6439         * (pic16_groupRegistersInSection): when a registers is of type
6440         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6441         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6442         SRCASECMP macro is moved here from device.c
6443         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6444         PO_PCLATU, PO_PRODL, PO_PRODH,
6445         * (pic16_pCodeOpType, genMinus,
6446         changed compares to "a" register, with AOP_ACC,
6447         * (pic16_genPlus): fixed some bugs and indented properly,
6448         * (pic16_addSign): changed size to size+offset in the MOVWF
6449         instruction,
6450         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6451         multiply 8-bit operand by literal, result is 8-bit,
6452         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6453         multiply 2 8-bit operand, result is 8-bit,
6454         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6455         genUMult8X*_16,
6456         * src/pic16/gen.c: changed accUse to contain WREG only,
6457         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6458         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6459         true, do not use immediate addressing any more unless sym is a
6460         pointer in codespace,
6461         * (aopForRemat): do not use immediate addressing when symbol not in
6462         codespace and when symbol's address is requested,
6463         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6464         accUse size (= 1),
6465         * (aopGet): added case for AOP_ACC and don't return "accumulator
6466         bug" but WREG instead,
6467         * (popGetTempReg): pushes contents of temporary register in stack,
6468         * (popReleaseTempReg): pops contents of temporary register from
6469         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6470         * (pic16_popGet): separated case AOP_ACC to return register WREG
6471         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6472         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6473         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6474         the use of immediate pointers to certain cases only.
6475
6476         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6477         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6478         * (assignResultValue, genCall, genRet): modified to use the new
6479         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6480         genPcall is still broken,
6481         * (genFunction): added code to create 'A' type pBlocks when
6482         interrupt functions are generated, code not extensively tested yet,
6483         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6484         * (genEndFunction): modified so ISRs pop stored registers from stack,
6485         * (genMultOneByte): cleanup,
6486         * (AccRsh): added flag andmask, to and result with appropriate mask,
6487         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6488         * (genDataPointerGet): fixed and reenabled its use,
6489         * (genNearDataPointerGet): bugs fixed,
6490         * (genDataPointerSet): bugs fixed,
6491         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6492         pic16_DumpSymbol, pic16_DumpOp,
6493         * src/pic16/genutils.h: function prototypes for the above functions,
6494         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6495         pointers,
6496         * (pic16emitRegularMap): many many many improvements, but needs a
6497         major cleanup,
6498         * src/pic16/main.c: enable_stack in pic16_options is removed,
6499         * (_pic16_parseOptions): removed command line options -penable-stack,
6500         * (_process_pragma): emit stack symbol only when stack pragma is
6501         processed,
6502         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6503         redirected to FSR0L/FSR0H pair,
6504         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6505         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6506         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6507         for immediates,
6508         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6509         * (dumpPicOptype): NEW,
6510         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6511         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6512         with movff instruction,
6513         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6514         added pic16_int_regs, some packRegsFor* functions are commented out,
6515         because produce errors,
6516         * src/pic16/NOTES: minor modifications
6517
6518 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6519
6520         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6521         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6522         --pack-iram.
6523         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6524         * as/mcs51/lkaomf51.c: fixed bug #895763
6525
6526 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6527
6528         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6529
6530 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6531
6532         * doc/sdccman.lyx: added details about the HC08 storage classes and
6533         interrupts, fixed the register usage info for z80 & gbz80
6534
6535 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6536
6537         * doc/sdccman.lyx: added more pic16 port documentation
6538         * device/include/pic16/: added header pic18fregs.h
6539
6540 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6541
6542         * doc/sdccman.lyx: added Vangelis' contribution
6543
6544 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6545
6546         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6547         extend to the next CALL or PCALL, not just to the next CALL.
6548
6549 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6550
6551         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6552
6553 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6554
6555         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6556         bug #895752 and a better fix for bug #716790
6557
6558 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6559
6560         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6561
6562 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6563
6564         * doc/sdccman.lyx: minor changes, minor changed
6565
6566 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6567
6568         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6569         which can't handle SDCC_NEWONEBYTEOPS,
6570         (geniCodeMultiply): removed conversion from mult to shift for pic14
6571         and pic16
6572
6573 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6574
6575         * src/hc08/gen.h,
6576         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6577         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6578         thus fixing bug #895406
6579
6580 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6581
6582         * device/lib/_modsint.c,
6583         * device/lib/_modslong.c: sign follows divisor only
6584         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6585         signs or signedness can be ignored
6586         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6587         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6588         added optimization for IFX,
6589         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6590         arguments;
6591         reenabled optimization for IFX, which was removed on 2004-01-11
6592         * src/SDCCast.h: added return type IFX
6593         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6594         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6595         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6596         SDCC_OLDONEBYTEOPS selects the old behaviour
6597         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6598         changed again and commented promotion rule
6599         * src/SDCCval.c (valDiv): promotion no longer necessary
6600         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6601         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6602         rewritten
6603         * support/regression/tests/onebyte.c: added
6604
6605 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6606
6607         * gen.c (genInline): reverted to old code for assemnling inline
6608         code because of bug reported James Chadd
6609
6610 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6611
6612         * ralloc.h: missing declarations from previous patch,
6613         seems that patch for ralloc.h was never applied, fixed
6614
6615 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6616            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6617
6618         * pcode.c,
6619         * pcode.h,
6620         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6621         indirect addressing. Marked FSR0 as deprecated
6622         * gen.c (pointerCode): commented out, not needed now
6623         (pic16_popGet2p): new MOVFF helper function
6624         (genGenPointerGet),
6625         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6626         (shiftRLong): removed duplicate debugging info
6627
6628 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6629
6630         * src/ds390/gen.c (genNearPointerGet),
6631         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6632         optimization with bits, but not bitfields.
6633         * src/ds390/ralloc.c (packRegisters),
6634         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6635
6636 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6637
6638         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6639
6640 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6641
6642         * src/SDCCsymt.h,
6643         * src/SDCCicode.c (operandFromSymbol),
6644         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6645         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6646         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6647         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6648         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6649         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6650         bug #892038
6651         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6652         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6653         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6654         * src/SDCCsymt.c (newSymbol),
6655         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6656         enumerator_list),
6657         * src/SDCCval.h,
6658         * src/SDCCval.c (newiList): fixed bug #885705
6659
6660 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6661
6662         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6663         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6664
6665 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6666
6667         * device/include/c8051f120.h,
6668         * device/include/c8051f300.h,
6669         * device/include/c8051f310.h: added/updated header files for Silicon
6670         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6671         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6672         in new section Submitting patches
6673
6674 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6675
6676         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6677         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6678         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6679         genGenPointerSet),
6680         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6681         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6682         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6683         genGenPointerSet),
6684         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6685         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6686         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6687         genGenPointerSet),
6688         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6689         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6690         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6691         genGenPointerSet): fixed bug #892400
6692         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6693         to eliminate build warnings.
6694         * src/SDCCast.c (processParms),
6695         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6696         fixed bug 751859
6697         * support/valdiag/valdiag.py: added GCC to the list of defines active
6698         when compiling with gcc
6699
6700 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6701
6702         * support/Util/SDCCerr.h,
6703         * support/Util/SDCCerr.c,
6704         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6705         with an incomplete type (fixed bug #883734)
6706         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6707
6708 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6709
6710         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6711
6712 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6713
6714         * src/SDCCast.c (decorateType),
6715         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6716         function pointer implementation
6717         * support/regression/tests/funptrs.c: added tests to verify both forms
6718         of function pointers work correctly. Added tests to verify parameters
6719         are passed in the correct order.
6720
6721 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6722
6723         * device.c (regCompare): registers are sorted by ascending
6724         address and increasing size,
6725         * main.c (_pic16_finaliseOptions): removed the declaration
6726         of compiler macro MCU. Now a macro of the format pic18fxxxx
6727         will be defined from the command line
6728
6729 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6730             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6731
6732         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6733         PCOP_RLCF was overwritten!
6734         * gen.c (genSkip): commented out calls to pic16_emitcode,
6735         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6736         * (genlshTwo),
6737         * (genRRC): added debugging info,
6738         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6739         overwritten while shifting,
6740         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6741         overwritten while shifting,
6742         * (AccLsh),
6743         * (AccRsh),
6744         * (shiftLLeftOrResult),
6745         * (shiftRLeftOrResult),
6746         * (shiftRLong),
6747         * (shiftLLong): Implemented with pic16_emitpcode
6748         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6749         * (genLeftShift): Fixed bug, operand for shift by variable always
6750         was "and"ed with 0x0f,
6751         * (genLeftShiftLiteral),
6752         * (genrshTwo),
6753         * (genRightShiftLiteral): added debugging info,
6754         * (genrshFour): added comment,
6755         * (genRightShift): determined signedness from operand "left"
6756         instead of "result"
6757
6758 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6759
6760         * src/SDCCicode.c (geniCodeParms),
6761         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6762         function pointers, fixed function pointer bugs #861242 and #861896
6763
6764 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6765
6766         * device/include/c8051f000.h,
6767         * device/include/c8051f120.h,
6768         * device/include/c8051f300.h: added header files for Silicon
6769         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6770
6771 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6772
6773         * src/SDCCast.c (processParams): added new type flow and restructured
6774         (gatherAutoInit): added new type flow
6775         (addCast): cosmetic changes
6776         (getLeftResultType): added new type flow for array indices, patch
6777         provided by Stas, see FR #877103
6778         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6779         array index patch by Stas
6780         * src/SDCCast.h: added prototype getResultTypeFromType()
6781         * src/SDCCval.h,
6782         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6783         * src/pic/glue.c (pic14emitStaticSeg),
6784         * src/pic16/glue.c (pic16emitStaticSeg),
6785         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6786         for initialization of symbols
6787         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6788         * support/Util/SDCCerr.h:
6789         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6790         * .version: bumped version number to 2.3.8
6791         * device/include/Makefile.in (install),
6792         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6793         avoid warnings
6794
6795 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6796
6797         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6798         Slade Rich fixed an optimization bug
6799         * src/pic/pcodepeep.c,
6800         * src/pic/pcoderegs.c
6801         * doc/Makefile (install): added test for directory
6802
6803 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6804
6805         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6806         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6807         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6808         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6809         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6810         * as/mcs51/asexpr.c (term),
6811         * as/hc08/asexpr.c (term): fixed bug #887146
6812
6813 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6814
6815         * src/z80/gen.c (genMult): handle single byte result product
6816         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6817         DUMMY_READ_VOLATILE (fixed bug #886367)
6818
6819 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6820
6821         * support/regression/tests/libmullong.c: fixed logic, on little endian
6822         hosts we ended without a mullong_wrapper()
6823
6824 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6825
6826         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6827         virus/worm forged address usage.
6828
6829 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6830
6831         Fixed promotion, it should be done on AST level:
6832         * src/SDCCast.c (addCast): added promotion to int
6833         (decorateType): updated call to upCast()
6834         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6835         usualUnaryConversions()
6836
6837 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6838
6839         * support/regression/tests/literalop.c (mulWrapper): Added a
6840         wrapper to remove integer overflow warnings.
6841
6842         * support/regression/tests/float_trans.c: Made work on host.
6843
6844         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6845         location of sz80.
6846
6847         * support/regression/generate-cases.py (main): Changed from inline
6848         to a main method.
6849
6850         * doc/Makefile (install): Changed to depth first to get rid of
6851         missing directory install warning.
6852
6853         * as/Makefile (install-doc): Made work on Mac.
6854
6855 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6856
6857         * src/SDCCast.c: added an additional type flow in decorateType() of
6858         opposite direction, see feature request #860006; it's enabled at runtime
6859         by setting the environment variable SDCC_NEWTYPEFLOW
6860         * src/SDCCast.h: changed prototype of decorateType()
6861         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6862         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6863         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6864         see feature request #877103
6865         * src/SDCCval.c: updated call of decorateType()
6866         (valBitwise): fixed bug #882876
6867         (valMinus): added promotion
6868         (valLogicAndOr): result is unsigned
6869         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6870         * src/SDCCsymt.c (computeType),
6871         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6872         must not cause an unsigned operation
6873         * src/pic/glue (pic14emitRegularMap),
6874         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6875
6876 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6877
6878         * src/pic/pcode.c (PCodeID): commented out left over debug code
6879
6880 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6881
6882         * support/valdiag/tests/overflow.c: added shift tests
6883         * src/pic/device.c,
6884         * src/pic/gen.c,
6885         * src/pic/gen.h,
6886         * src/pic/glue.c,
6887         * src/pic/main.c,
6888         * src/pic/pcode.c,
6889         * src/pic/pcode.h,
6890         * src/pic/pcodepeep.c,
6891         * src/pic/pcoderegs.c,
6892         * src/pic/ralloc.c,
6893         * src/pic/ralloc.h: applied patch from Slade Rich;
6894         added support for multiple code pages and multiple RAM banks on the
6895         PIC 14 port. The ASM files now no longer simply assume all the
6896         code / RAM are in the same page / bank. This means the linker can
6897         safely allocate code/RAM of separate ASM files to different pages/banks.
6898         * doc/sdccman.lyx: added Slade's tips
6899         * src/mcs51/peeph.def: fixed bug #880768
6900
6901 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6902
6903         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6904         * src/SDCCast.c (decorateType): fixed bug #880197
6905
6906 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6907
6908         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6909         getopt.h.
6910
6911         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6912         strtof is not part of C89 and isn't included with Mac OS X.
6913
6914 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6915
6916         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6917         shiftL2Left2Result): fixed bug #879326
6918         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6919         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6920         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6921         address fetch for clr instruction
6922         * device/lib/hc08/_mulint.c: created optimized assembly version
6923         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6924
6925 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6926
6927         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6928         proposed in FR #877103
6929
6930 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6931
6932         * src/SDCCval.c (cheapestVal): added missing checks
6933         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6934         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6935
6936 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6937
6938         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6939         equal operands
6940
6941 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6942
6943         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6944         loaded with the linker search paths (-L arguments) and the libraries
6945         to be linked with the current source (-l arguments). Changes
6946         currently will affect only the pic16 port.
6947         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6948         include path the port specific paths and port specific libraries,
6949         * gplink command now contains the $3 argument,
6950         * src/pic16/device.h,
6951         * src/pic16/device.c,: structure PIC_device is made public and
6952         renamed to PIC16_device, the same for variable Pics which is renamed
6953         to Pics16. Updated all references to them.
6954         * src/pic16/glue.c (pic16glue): corrected bug with code
6955         initialization which bypassed the variable initializations block.
6956
6957         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6958         COMPILE_FLAGS and added the --nostdinc option
6959
6960 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6961
6962         * device/include/mc68hc908jb8.h: Register defs for another member
6963         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6964
6965 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6966
6967         Documenting changes from previous commits.
6968         * configure.in (version 1.56),
6969         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6970         when generating output files to configure the pic16 library,
6971         but now I've commented it out, since gputils aren't installed in the
6972         SF compile farm, so library won't compile
6973
6974         * device/lib/Makefile.in (version 1.56): initially I've added in
6975         target 'all' the prerequestive 'model-pic16' so it compiled the
6976         pic16 library, but now I've commented it out for the same reasons
6977         above,
6978         * added targets 'model-pic16' and 'objects-pic16' to compile the
6979         library
6980         * added target 'port-specific-objects-pic16' to handle the
6981         generated libraries and copy them into the build/ directory
6982         * added target 'clean-intermediate-pic16' to clean intermediate
6983         files into pic16 directory
6984         * in target 'installdirs' added line to create directory pic16 in
6985         the installation path
6986
6987         * device/include/Makefile.in (version 1.11): in target 'install'
6988         added lines to copy all header files to installation path,
6989         * in target 'installdirs' added line create directory for pic16
6990         headers in the installation path
6991
6992 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6993
6994         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6995          a function call
6996
6997 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6998
6999         * configure,
7000         * device/lib/configure.in,
7001         * device/lib/configure: fixed for autoconf 2.57
7002
7003 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7004
7005         * src/z80/main.c (_parseOptions): fixed the portmode= command line
7006         option so that it actually works. Made it specific to the z80, since
7007         the gbz80 doesn't have these kinds of I/O ports.
7008
7009 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7010
7011         * device/include/z180.h,
7012         * device/lib/_memcpy.c,
7013         * device/lib/_memmove.c,
7014         * device/lib/_mulint.c,
7015         * device/lib/ser_ir.c,
7016         * device/lib/ser_ir_cts_rts.c,
7017         * device/lib/_strcmp.c,
7018         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
7019         * src/z80/main.c (_process_pragma): add support for pragmas bank and
7020         portmode; added deprecation warning for bank= and protmode= forms.
7021         Also, guard against buffer overflow.
7022         * src/z80/gen.c (aopGet): generate better code for sfr banked read
7023
7024 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7025
7026         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
7027         changed interrupt vector table generation to only emit declared vectors.
7028         * device/include/Makefile.in: added missing backslash
7029         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7030
7031 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7032
7033         Mainly changes to support compilation of the device libraries
7034         * src/pic16/device.c: stack is allocated via symbol and not
7035         via literal number. The symbol is placed in the corresponding
7036         position of the data ram
7037         * (pic16_dump_section): relocatable and absolute uninitialized
7038         data are now emitted in sorted order to reduce section naming,
7039         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7040         weren't marked as being in the access bank,
7041
7042 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7043
7044         Added portion of GNU PIC Library under the directory
7045         device/include/pic16 and device/lib/pic16. These files
7046         contain the declarations of SFRs for the PIC18Fxx2 devices.
7047         The directory is initialized via configure from toplevel.
7048
7049 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7050
7051         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7052         the spilllocations to be compared correctly
7053
7054 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7055
7056         * src/SDCCast.c (decorateType): fixed bug introduced today
7057
7058 2004-01-12  Borut Razem <borut.razem AT siol.net>
7059
7060         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7061         doc/sdccman.lyx: upper case pragmas are deprecated
7062
7063 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7064
7065         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7066         in simpler and even better code
7067
7068 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7069
7070         * src/SDCCicode.c (operandOperation): fixed bug #874819
7071         * src/SDCCast.c (decorateType): fixed
7072         char foo (unsigned long ul) { return ul > 0; }
7073
7074 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7075
7076         * doc/sdccman.lyx: Moved and added some sections, small changes
7077         all over. Telling LaTeX to be less strict with word spacing
7078         to better keep the right margin. Changed some notes about
7079         maintainance of the ports in section 3.2.1 - is it OK like this?
7080
7081 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7082
7083         SDCC source changes:
7084         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7085         convilong): modified to inform the pic16 port that builtin functions
7086         are external
7087
7088         PIC16 PORT specific changes:
7089         * src/pic16/device.c pic16_dump_equates() added,
7090         processor registers declared internally by the port are emitted in
7091         the translation as equates,
7092         * src/pic16/gen.c: inline code is passed unprocessed to the
7093         translation,
7094         * (pic16_popGetLit2): fnuction modified to take second operand as
7095         pCodeOp pointer and not as literal,
7096         * (popRegFromIdx): prefixed with pic16_,
7097         * (pic16_popCombine2): modified to receive already allocated pCode
7098         operands,
7099         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7100         * (genFunction): initializes local stack frame and pushes on stack
7101         all the registers used by this function,
7102         * (genEndFunction): restores all registers from stack and restores
7103         stack frame,
7104         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7105         improvements,
7106         * (pic16glue): changed the program startup sequence,
7107         * added new dbName code 'A' for functions placed in absolute section
7108         * src/pic16/main.c: added function attribute _naked,
7109         * added pragma 'code' to place a fnuction at an absolute address,
7110         * added command line arguments --debug-ralloc and --pcode-verbose,
7111         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7112         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7113         * (pic16_newpCodeOpLit2): modified to take the second operand as
7114         pCodeOp pointer,
7115         * (pic16_printpBlock): modified to emit each function in a separate
7116         section,
7117         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7118         UPPER for immediate operands,
7119         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7120         instruction,
7121         * src/pic16/peeph.def: all peepholes with movff are commented out,
7122         because there is a problem in the pcode peep optimizer,
7123         * src/pic16/ralloc.c: the register allocator can now reuse local
7124         function symbols for another function. This saves register usage.
7125         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7126
7127         Added file src/pic16/NOTES with information about program writing on
7128         the current port version.
7129
7130 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7131
7132         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7133         and peephole 252 (array access)
7134
7135 2004-01-09  Borut Razem <borut.razem AT siol.net>
7136
7137         * src/SDCCmain.c : fixed #872250: -l command line defined library
7138           files are scanned before standard library files
7139
7140 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7141
7142         * src/SDCCast.c (decorateType): fixed bug #874046
7143
7144 2004-01-09  Borut Razem <borut.razem AT siol.net>
7145
7146         * support/scripts/sdcc.nsi: remove previous installation
7147
7148 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7149
7150         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7151         bytes for last interrupt vector (mcs51)
7152         * sdcc.spec: fixed typo
7153
7154 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7155
7156         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7157         gen51Code): more efficient parameter receive for --model-large
7158         ("bug" #845294)
7159
7160 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7161
7162         * src/ds390/main.c,
7163         * src/z80/main.c: added missed needLinkerScript flags (more than
7164         one port structure defined in these file)
7165         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7166         bug #795325
7167
7168 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7169
7170         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7171         * src/port.h: added flag needLinkerScript in port->linker
7172         structure to inform whether to create a .lnk file or not,
7173         * src/avr/main.c,
7174         * src/ds390/main.c,
7175         * src/hc08/main.c,
7176         * src/mcs51/main.c,
7177         * src/pic/main.c,
7178         * src/pic16/main.c,
7179         * src/xa51/main.c,
7180         * src/z80/main.c: changed appropriately to configure
7181         needLinkerScript flag
7182         * src/pic/gen.c,
7183         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7184         * src/pic/glue.c: added variable udata_section_name to
7185         override default uninitialized data segment definition for
7186         devices only with SHAREBANK memory (reported from Erik Epetrich)
7187         * (pic14emitOverlay): modified to emit a commented overlay segment
7188         directive when no overlay data exist
7189         * (picglue): modified to emit uninitialized data segment
7190         according to udata_section_name
7191         * src/pic/main.c (_pic14_parseOptions): added command line
7192         options --udata-section-name=[name] to override default
7193         udata definition name
7194         * modified _linkCmd and _asmCmd to include compiler passed
7195         arguments via -W option
7196         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7197         object file from '.rel' to '.o' in port->linker structure,
7198         changed size of fptr from 2 to 3 in port structure
7199
7200 2004-01-07  Borut Razem <borut.razem AT siol.net>
7201
7202         * support/scripts/sdcc.nsi: update PATH
7203         * support/scripts/sdcc.ico: craeted
7204
7205 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7206
7207         * device/include/Makefile.in: fix install
7208         * doc/Makefile: fix install
7209
7210 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7211
7212         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7213         in bug #860505
7214         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7215         how the function variable allocation summary is displayed; also
7216         include information about variables allocated to the overlay
7217         segment
7218
7219 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7220
7221         * as/mcs51/lkmain.c: Help about -Y option
7222         * as/mcs51/lkarea.c: Fixed gcc warnings
7223
7224 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7225
7226         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7227         fixed warning
7228         * support/valdiag/tests/overflow.c: added
7229         * src/SDCCast.c (decorateType),
7230         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7231         LEFT_OP (left shift)
7232
7233 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7234
7235         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7236         (default behaviour).
7237
7238 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7239
7240         A python script to validate compiler diagnostic messages. It can be
7241         used to verify that sdcc complains about bad c source code and
7242         gives a good location of the error.
7243         * support/valdiag/Makefile,
7244         * support/valdiag/valdiag.py,
7245         * support/valdiag/tests/*
7246
7247 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7248
7249         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7250         * src/SDCCsymt.c (newEnumType),
7251         * src/SDCCsymt.h
7252         * support/Util/SDCCerr.c,
7253         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7254         enum related bugs.
7255         * support/regression/tests/enum.c: added test for enum values that
7256         require at least 2 bytes of storage.
7257
7258 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7259
7260         * src/common.h: added ifndef/define/endif macros
7261         around the header file.
7262         Bug reported from Jesus Calvino-Fraga
7263
7264 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7265
7266         * sdcc.spec: updated
7267         * device/include/Makefile.in: don't install CVS directories
7268         * device/lib/Makefile.in: added removal of CVS directories after install
7269         * doc/Makefile: fixed install, added local_icons
7270         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7271         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7272         * src/ds390/gen.c (genRightShift): fixed bug #870788
7273         * src/SDCCast.c (decorateType): fixed bug #870781
7274
7275 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7276
7277         PIC16 port related changes:
7278         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7279         added variable stackPos,
7280
7281         * gen.c: genCall, assignResultValue: added support for
7282         pushing/retrieving function parameters to/from stack,
7283         genFunction,genEndFunction: setup stack frame for the
7284         generated function,
7285         genAddrOf: will be changed according to bug 863624
7286
7287         * added files genutils.c and genutils.h which contain gen*
7288         debugged and optimised functions extracted from gen.c
7289
7290         * glue.c: added variable 'externs' which holds extern symbols,
7291         pic16emitRegularMap: is modified to properly handle relocatable
7292          symbols under the new scheme,
7293         pic16createInterruptVect: is modified
7294         pic16printPublics: is modified to emit 'global' assembler directives,
7295         added pic16_printExterns to print extern symbols,
7296         pic16glue: initializes stack/frame pointer in the beginning of
7297         the assembly output. Temporary hack, will be corrected later,
7298         because gplink yet does not support stack and SDCC does not
7299         yet support a type of crt0.o object to create the final binary.
7300
7301         * Removed many lines that contain 8051 legacy code.
7302         * The code is finally placed under a 'code' directive.
7303         * Added port specific options.
7304
7305         * _process_pragma: simplified since now we do not need *special*
7306         include file to define SFR registers. But a separate header
7307         will be needed. This will be developed later.
7308         * _pic16_parseOptions: added, parses port specific options:
7309         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7310         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7311         --preplace-udata-with=
7312
7313         * _pic16_setDefaultOptions: modified to initialize section names,
7314         but hack is temporarly out of order since it needs improvement.
7315         * _pic16_genAssemblerPreamble: configuration words are emitted by
7316         their address instead of their name. This part is incomplete and
7317         supports only the 18Fxx2 devices. Other devices will emit an error
7318         during assembly since they do not contain the same set of config
7319         registers
7320         * _pic16_genIVT: is modified,
7321
7322         * pcode.c: added definitions for some hardware registers that are needed
7323         for stack support
7324         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7325         All PCI entries are updated. Now LFSR is supported.
7326         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7327         * added pic16_newpCodeOpLit2 to support instructions with
7328         two literal arguments
7329         * pic16_pCode2str: corrected code that emits assembler instructions
7330         with two literal operands and those that have an access bit modifier
7331         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7332         this fixes a bug which caused some labels to be lost, when an
7333         assembler directive was added, i.e. banksel,
7334         * pic16_FixRegisterBanking: improved logic that causes the insertion
7335         of bank switching,
7336         * InlineFunction: functions that are called once, are not any more
7337         inlined. This can be a port option in the future,
7338
7339         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7340
7341         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7342         hold the corresponding uninitialized symbols,
7343         * pic16_allocProcessorRegister: registers have explicit marked the
7344         accessBank field,
7345         * pic16_allocInternalRegister: registers are explicit marked as
7346         not used,
7347         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7348         processing list, so bit registers were lost,
7349         *
7350
7351         * ralloc.h: added field 'accessBank' and original symbol operand
7352         in register definition,
7353         * removed the field isMapped from register definition,
7354
7355         ** Several functions have been removed from various sources:
7356         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7357         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7358         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7359         pic16_assignRelocatableRegisters
7360
7361         ** others have been introduced:
7362         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7363         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7364
7365 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7366
7367         * support/scripts/inc2h.pl: changed definition of BIT_AT
7368         to emit 'sbit at' instead of 'bit at'. This was a request.
7369
7370         PIC16 port related preliminary changes:
7371         * gen.c: prefixed function popRegFromString with
7372         pic16_ and all references to it corrected
7373         * pcode.c: all pic16_pc_* hardware registers prefixed
7374         with underscore (_),
7375         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7376         * ralloc.c: newReg(): when register is REG_SFR then
7377         set address to rIdx,
7378         pic16_allocProcessorRegister(): marks register wasUsed=0
7379         pic16_writeUsedRegs(): added a call to assign processor
7380         registers via pic16_assignFixedRegisters
7381
7382 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7383
7384         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7385         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7386         variables in unused register banks.  Also the SSEG is placed
7387         wherever there is enough space for it, and IDATA can be anywhere
7388         in internal RAM.  For now compile using -Wl-Y[stack_size].
7389         The mem file is different for this option as well, since it
7390         makes no sense of talking about DSEG lenght.
7391
7392 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7393
7394         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7395         in certain cases, e.g. when ROM assignment, patch provided
7396         from Albert den Haan.
7397
7398 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7399
7400         Many signedness and type propagation fixes:
7401         * src/SDCCicode.c: made geniCodeCast() static
7402         replaced SPEC_ by IS_ (cosmetic)
7403         (operandOperation): fixed div and mod operation
7404         (usualBinaryConversions): added support for promotion of char
7405         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7406         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7407         (geniCodeAdd): an array index will stay unsigned, even if promoted
7408         from char to int
7409         (geniCodeArray): ditto
7410         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7411         * src/SDCCsymt.c (computeType): added more support for char;
7412         promotion of char is selectable by promoteCharToInt, fixed signedness
7413         for all cases
7414         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7415         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7416         * src/SDCCval (val*): replaced signedness calculation by
7417         computeType()
7418         rearranged if-branches (cosmetic)
7419         (valShift): added warning W_SHIFT_CHANGED
7420         (valCompare): fixed problem with different types
7421         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7422         * support/regression/tests/literalop.c: added many cases
7423         * support/regression/tests/ast_constant_folding.c: changed finally to
7424         'unsigned int'
7425         * .version: new year, new version: 2.3.7
7426         * src/SDCCmain.c (main): applied patch #866468
7427         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7428         provided by Scott Bronson
7429         * doc/sdccman.lyx: updated documentation for sdcdb
7430         updated and added chapter tips
7431
7432 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7433
7434         * src/SDCCsymt.h: missing from yesterday's commits
7435
7436 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7437
7438         * src/SDCC.y (struct_or_union_specifier),
7439         * support/Util/SDCCerr.c,
7440         * support/Util/SDCCerr.h: verify that struct & union tags are used
7441         as declared.
7442
7443 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7444
7445         * src/SDCCglobl.h: missing from yesterday's commits
7446
7447 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7448
7449         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7450         sft_attributes, struct_declaration, parameter_declaration,
7451         type_name, start_block, declaration_list),
7452         * src/SDCC.lex (check_type): support redefinition of typedef names
7453
7454 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7455
7456         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7457         aligned xdata arrays. Erik helped me with the if clause.
7458
7459 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7460
7461         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7462         warning
7463
7464 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7465
7466         * src/SDCCast.h,
7467         * src/SDCCast.c (newAst_),
7468         * src/SDCCicode.h,
7469         * src/SDCCicode.c (ast2iCode, newiCode),
7470         * src/SDCCglobl.h,
7471         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7472         expr, statement, expression_statement, selection_statement,
7473         iteration_statement, expr_opt, jump_statement): foundation for tracking
7474         sequence points
7475         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7476         point code too)
7477
7478 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7479
7480         * support/Util/SDCCerr.c,
7481         * src/SDCCast.h,
7482         * src/SDCCast.c (createCase, createDefault, decorateType),
7483         * src/SDCClabel.c (labelUnreach),
7484         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7485         to error messages.
7486         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7487         (with thanks to Stas Sergeev)
7488         * device/include/time.h,
7489         * device/lib/time.c (CheckTime): suppress unreachable code warning
7490
7491 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7492
7493         * src/SDCCast.c (createIvalCharPtr),
7494         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7495         bug #753752)
7496         * support/regression/tests/nullstring.c: tests for these two bugs
7497
7498 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7499
7500         * support/Util/SDCCerr.h,
7501         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7502         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7503         about storage class and 'at' used inside struct or union
7504         * src/SDCCBBlock.c (iCodeFromeBBlock),
7505         * src/SDCCcse.c (ifxOptimize),
7506         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7507         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7508         printIval, emitStaticSeg, emitOverlay),
7509         * src/SDCClabel.c (deleteIfx),
7510         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7511         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7512         gatherAutoInit, processParms),
7513         * support/Util/SDCCerr.h,
7514         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7515         reporting for post-parse errors.
7516
7517 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7518
7519         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7520         implicit casts via union; they don't work on big endian systems
7521         (possible fix for bug #861138)
7522
7523 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7524
7525         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7526         * src/mcs51/main.c: fixed the fix for bug #737001
7527
7528 2003-12-15  Borut Razem <borut.razem AT siol.net>
7529
7530         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7531
7532 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7533
7534         * support/makebin/makebin.c: put output in binary mode
7535
7536 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7537
7538         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7539         xdata and data memory on startup. Set the environment variable
7540         SDCC_NOGENRAMCLEAR to disable this.
7541         * src/mcs51/peephole.def,
7542         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7543         (allows non-interrupt and interrupt code to safely compete for a resource
7544         without the non-interrupt code having to disable interrupts)
7545
7546 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7547
7548         * src/SDCCicode.c (geniCodeAdd),
7549         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7550         with valFromType if type might be a pointer and host is big endian).
7551         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7552         types, not just integer types.
7553         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7554         multiply defined with mismatching "at" address.
7555
7556 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7557
7558         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7559         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7560         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7561         with embedded nulls (fixed bug #753752)
7562
7563 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7564
7565         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7566         Apparently this did not see much testing (endless loop)
7567
7568 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7569
7570         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7571
7572 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7573
7574         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7575         gracefully handle NULL memmap pointers
7576
7577 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7578
7579         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7580         instead of deleting the iCode when an operand is volatile
7581         * src/z80/gen.c (genDummyRead),
7582         * src/mcs51/gen.c (genDummyRead),
7583         * src/ds390/gen.c (genDummyRead),
7584         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7585         not just IC_RIGHT
7586         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7587         * src/SDCC.y: fixed bug #850420
7588
7589 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7590
7591         Applied z80 i/o port patch from Peter Townson and fixed some operators
7592         to better handle operands in A register.
7593         * device/include/z180.h
7594         * src/SDCC.y
7595         * src/SDCCglue.c
7596         * src/z80/gen.c
7597         * src/z80/gen.h
7598         * src/z80/main.c
7599         * src/z80/peeph-z80.def
7600         * src/z80/peeph.def
7601         * src/z80/z80.h
7602
7603 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7604
7605         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7606
7607 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7608
7609         * device/lib/hc08/_mullong.c: Removed extra #endif
7610
7611 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7612
7613         * sim/ucsim/hc08.src/inst.cc,
7614         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7615         carries from x to h
7616         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7617         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7618         * device/include/stdarg.h: fixed varargs for hc08
7619         * device/lib/Makefile.in,
7620         * device/lib/hc08/Makefile,
7621         * device/lib/hc08/_mulint.c,
7622         * device/lib/hc08/_mullong.c: fixed some endian problems
7623
7624 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7625
7626         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7627         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7628         * device/lib/_gptrget.c,
7629         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7630
7631 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7632
7633         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7634         * src/SDCCast.c (astErrors): fixed bug #846007
7635         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7636
7637 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7638
7639         * src/SDCCast.c (decorateType): disabled a transformation I added in
7640         revision 1.188 (access to fields of a structure at an absolute address);
7641         it breaks with bitfields, extern declarations, and gcse analysis.
7642         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7643         could be assigned through a pointer, so don't complain.
7644         * src/SDCCast.c (astErrors),
7645         * src/SDCCast.h,
7646         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7647
7648 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7649
7650         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7651         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7652         output of __config directives, since gpasm now supports them
7653         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7654         pre-processor macro, i.e. -DMCU=p18f452
7655         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7656         and modified to handle 'cast' icode similarly to '=' icode
7657         * src/pic16/device.h (typedef struct PIC_device): added field
7658         'extMIface' to indicate that chip has external memory interface
7659         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7660         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7661         18F8720
7662
7663 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7664
7665         * src/SDCC.y (pointer): fixed bug #846006
7666         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7667         * src/SDCCast.c (decorateType): fixed bug #846009
7668         * src/ds390/peeph.def,
7669         * src/ds390/gen.c (genAnd, genOr),
7670         * src/mcs51/peeph.def,
7671         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7672
7673 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7674
7675         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7676         * src/SDCCdflow.c
7677         * src/SDCCcse.c
7678         * src/SDCCcse.h
7679         * src/SDCCBBlock.h
7680         * src/SDCCBBlock.c
7681
7682 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7683
7684         fixed bug #845089
7685         * src/SDCCbitv.h,
7686         * src/SDCCbitv.c: added function to free a bitvector
7687         * src/SDCClrange.h,
7688         * src/SDCClrange.c: added function to recompute the liveranges
7689         * src/avr/ralloc.c,
7690         * src/ds390/ralloc.c,
7691         * src/hc08/ralloc.c,
7692         * src/mcs51/ralloc.c,
7693         * src/pic/ralloc.c,
7694         * src/pic16/ralloc.c,
7695         * src/xa51/ralloc.c,
7696         * src/z80/ralloc.c: recompute the liveranges after register packing
7697
7698 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7699
7700         * src/SDCCloop.c (newInduction): fixed bug #845630
7701
7702 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7703
7704         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7705         inadvertantly left behind from my 2003-11-12 change
7706
7707 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7708
7709         Updated headers I neglected to commit yesterday.
7710         * src/SDCClrange.h,
7711         * src/SDCCicode.h
7712
7713 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7714
7715         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7716         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7717         * src/SDCCopt.c (eBBlockFromiCode),
7718         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7719         the creation of the key hash table from the sequencing so it can be used
7720         earlier (for some GCSE bug fixes still pending)
7721
7722 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7723
7724         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7725         * support/regression/tests/addsub.c: testing genPlus shortcut
7726
7727 2003-11-15  Borut Razem <borut.razem AT siol.net>
7728
7729         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7730
7731 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7732
7733         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7734         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7735         ordering is immaterial.
7736         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7737
7738 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7739
7740         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7741         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7742         (SIGSEV) of bug #840381
7743         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7744         unlink new file before rename if new and old filenames are the same)
7745
7746 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7747
7748         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7749         uninitialized variables) for the mcs51. Set environment variable
7750         SDCC_GENRAMCLEAR to test.
7751         xdata initialization slightly shorter
7752
7753 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7754
7755         * src/SDCCsymt.h,
7756         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7757         #838241 & 780691 (basicly the same bug)
7758         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7759         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7760
7761 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7762
7763         * src/SDCCmain.c (linkEdit): "fix" #834252
7764
7765 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7766
7767         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7768         * src/SDCCast.h,
7769         * src/SDCC.y: fixed bug #819403
7770
7771 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7772
7773         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7774         the reentrant attribute.
7775         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7776         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7777         simulation
7778         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7779         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7780         erroneously reduced to a literal.
7781         * src/hc08/ralloc.c (packRegisters, rematStr),
7782         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7783         some cases
7784
7785 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7786
7787         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7788         * doc/sdccman.lyx: changed from 'article' to 'book'
7789         * doc/Makefile: readded test_suite_spec and cdbfileformat
7790
7791 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7792
7793         * device/include/stdlib.h: include malloc.h to comply with ANSI
7794         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7795
7796 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7797
7798         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7799         * doc/clean.mk: also remove *.out files
7800         * doc/sdccman.lyx: some additions, larger top/bottom margins
7801
7802 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7803
7804         * src/SDCC.y: fixed bug #837365
7805         * support/regression/tests/bitopcse.c
7806         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7807         a symbol (might be valop instead)
7808         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7809         * device/lib/clean.mk: added hc08 to the cleaning list
7810
7811 2003-11-04  Borut Razem <borut.razem AT siol.net>
7812
7813         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7814           made 2003-11-04
7815         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7816           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7817           malloc is declared in standard stdlib.h
7818
7819 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7820
7821         * device/lib/hc08/Makefile: need to clean .rel not .o files
7822         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7823
7824 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7825
7826         * src/port.h,
7827         * src/hc08/main.c,
7828         * src/mcs51/main.c,
7829         * src/ds390/main.c,
7830         * src/z80/main.c,
7831         * src/avr/main.c,
7832         * src/pic/main.c,
7833         * src/pic16/main.c,
7834         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7835         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7836         tests (which uses the port's oclsExpense function)
7837         * src/SDCC.y,
7838         * src/SDCCast.c,
7839         * src/SDCCicode.c,
7840         * src/hc08/gen.c,
7841         * src/ds390/gen.c,
7842         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7843
7844 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7845
7846         * src/SDCCcse.c (ifxOptimize),
7847         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7848         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7849         deleting the IFX iCode.
7850         * src/hc08/ralloc.c: reduced unneeded slocs
7851         * src/hc08/gen.c: fixed bug in asmopToBoolean
7852
7853 2003-11-04  Borut Razem <borut.razem AT siol.net>
7854
7855         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7856           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7857           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7858           transferred to configure
7859
7860 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7861
7862         Use headers defined in the C[++] standards:
7863         * sim/ucsim/gui.src/serio.src/fileio.cc
7864         * sim/ucsim/gui.src/serio.src/frontend.cc
7865         * sim/ucsim/gui.src/serio.src/main.cc
7866         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7867         * support/Util/NewAlloc.c
7868         * as/hc08/lklibr.c
7869         * as/mcs51/lklibr.c
7870         * as/z80/aslist.c
7871         * as/z80/assym.c
7872
7873 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7874
7875         * Added MSVC projects for hc08 assembler and linker:
7876         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7877         /as/hc08/link_hc08.dsp
7878
7879 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7880
7881         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7882
7883 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7884
7885         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7886
7887 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7888
7889         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7890
7891 2003-10-31  Borut Razem <borut.razem AT siol.net>
7892
7893         * support/cpp2/cpplib.h,
7894           support/cpp2/cpplib.c,
7895           support/cpp2/cpplex.c,
7896           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7897           to switch _asm block preprocessing on / off. Default is
7898           #pragma preproc_asm +
7899
7900 2003-10-31  Borut Razem <borut.razem AT siol.net>
7901
7902         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7903           when outputting comment blocks (when executed with -C option) and
7904           _asm (SDCPP specific) blocks
7905
7906 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7907
7908         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7909
7910 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7911
7912         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7913
7914 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7915
7916         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7917         * src/SDCCast.c (decorateType): fixed bug #832664
7918
7919 2003-10-31  Borut Razem <borut.razem AT siol.net>
7920
7921         * support\cpp2\cpplex.c: fixed for SDCPP:
7922           comments(when executed with -C option) and _asm blocks
7923           were included even if they where in skipped #if block.
7924           Applied solution from GCC cpp 3.3.2
7925
7926 2003-10-31  Borut Razem <borut.razem AT siol.net>
7927
7928         * src/SDCC.lex: sdcc now understands both formats:
7929           '# <line_number> <file_name>' and
7930           '#line <line_number> <file_name>'
7931         * support/cpp2/cppmain.c: sdcpp now generates the standard
7932           '# <line_number> <file_name>' instead of former
7933           '#line <line_number> <file_name>'
7934
7935 2003-10-30  Borut Razem <borut.razem AT siol.net>
7936
7937         * support/cpp2/cpphash.h,
7938         * support/cpp2/cpplib.h
7939         * support/cpp2/cpplex.c,
7940         * support/cpp2/cppmain.c,
7941         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7942
7943 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7944
7945         Fixed a number of problems revealed by bug #827883.
7946         * src/SDCCloop.c (loopInvariants): Spill location of the
7947         result operand should be recomputed if extracted from
7948         a loop. Also, don't extract assignments of an iTemp
7949         from a literal.
7950         * src/SDCCast.c (isConformingBody): loop reversal should
7951         not occur if the control variable is involved with a
7952         relational operator.
7953
7954 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7955
7956         * .version: bumped to 2.3.6 to reflect the big improvements
7957         made by Erik and Klaus. Thanks!
7958
7959 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7960
7961         Replaced the livrange code.
7962         * src/SDCClrange.c: added new LR code
7963         * src/SDCCloop.c,
7964         * src/SDCCBBlock.h: removed remainig parts from old LR code
7965         * src/ds390/ralloc.c,
7966         * src/ds390/gen.c: minor fixes to make it work with new code
7967
7968 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7969
7970         * as/hc08/asm.h,
7971         * as/hc08/lkrloc.c,
7972         * src/hc08/gen.c,
7973         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7974         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7975         (tweaked fix for bug #818696)
7976
7977 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7978
7979         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7980
7981 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7982
7983         * src/SDCCmain.c,
7984         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7985         * src/mcs51/gen.c (gencjneshort),
7986         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7987         more efficient (per Scott Bronson's suggestion)
7988
7989 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7990
7991         Extended the semantics of the critical keyword to include
7992         individual statements. See RFE #827755 and #799831
7993         * src/SDCC.y
7994         * src/SDCCicode.c
7995         * src/SDCCopt.c
7996         * src/SDCCast.c
7997         * support/Util/SDCCerr.c
7998         * support/Util/SDCCerr.h
7999         * src/mcs51/gen.c
8000         * src/ds390/gen.c
8001         * src/hc08/gen.c
8002
8003 2003-10-19  Borut Razem <borut.razem AT siol.net>
8004
8005         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
8006
8007 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8008
8009         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
8010         Fixed bug #818696
8011         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
8012         and predecrement operand is displayed
8013
8014 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8015
8016         * src/SDCCval.c (valMinus): fixed bug #826041
8017
8018 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8019
8020         Some hc08 related updates that I missed earlier
8021         * sim/ucsim/stypes.h
8022         * support/regression/ports/hc08/spec.mk
8023
8024 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8025
8026         New target "hc08" for the Motorola 68hc08 family of micros
8027
8028         * configure
8029         * configure.in
8030         * Makefile
8031         * src/hc08/*
8032         * src/SDCCmain.c
8033         * src/port.h
8034         * sim/ucsim/hc08.src/*
8035         * sim/ucsim/configure.in
8036         * src/ucsim/configure
8037         * sim/ucsim/packages_in.mk
8038         * as/hc08/*
8039         * as/Makefile
8040         * device/include/mc68hc908qy.h
8041         * device/lib/hc08/*
8042         * device/lib/Makefile.in
8043         * support/regression/ports/hc08/*
8044         * support/regression/Makefile
8045
8046 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8047
8048         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8049         regression test
8050         * src/ds390/gen.c (genCast): fixed bug #821957
8051
8052 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8053
8054         * device/lib/logf.c: "fixed" overlay bug
8055         * support/regression/ports/host/spec.mk: added m library
8056         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8057         * support/regression/tests/float_trans: added (for Eric)
8058
8059 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8060
8061         * src/mcs51/gen.c (genCpl): fixed bug
8062         http://sf.net/mailarchive/message.php?msg_id=6263915
8063
8064 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8065
8066         * src/SDCCast.c (decorateType): added extended constant folding
8067         * src/SDCCsymt.c (computeType): cleanup
8068         * src/SDCCval.c (valShift): minor optimization
8069         * support/regression/tests/ast_constant_folding.c: added
8070
8071 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8072
8073         * src/SDCCmain.c: removed some unintended changes
8074
8075 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8076
8077         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8078         * src/z80/gen.c: fixed part of bug #817589
8079         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8080
8081 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8082
8083         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8084         * src/SDCCcflow.c
8085         * src/SDCCcse.c
8086         * src/SDCCdflow.c
8087         * src/SDCClabel.c
8088         * src/SDCClrange.c
8089         * src/SDCCmem.c
8090         * src/SDCCopt.c
8091         * src/SDCCpeeph.c
8092         * src/SDCCset.c
8093         * src/avr/ralloc.c
8094         * src/ds390/ralloc.c
8095         * src/izt/ralloc.c
8096         * src/mcs51/ralloc.c
8097         * src/pic/ralloc.c
8098         * src/pic16/ralloc.c
8099         * src/xa51/ralloc.c
8100         * src/z80/ralloc.c
8101         * src/z80/gen.c: removed unused label "release:"
8102
8103 2003-10-06  Borut Razem <borut.razem AT siol.net>
8104
8105         * src/SDCC.lex: removed definition of unused variables
8106           save_optimize and save_options
8107
8108 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8109
8110         * clean.mk: removed '=' in "-maxdepth=1"
8111         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8112         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8113
8114 2003-10-06  Borut Razem <borut.razem AT siol.net>
8115
8116         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8117           my_unput() replaced by unput()
8118
8119 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8120
8121         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8122         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8123         type-punned pointer will break strict-aliasing rules"
8124         Old LR behaviour is again default; Klaus' LR can be choosen by
8125         defining the environment variable LRKLAUS
8126         * src/SDCCBBlock.h
8127         * src/SDCCloop.c
8128         * src/SDCClrange.c
8129         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8130         * clean.mk: fixed removal of files in bin/CVS/
8131         * device/lib/clean.mk: fixed removal of directories small and large
8132         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8133         * src/SDCCicode.c,
8134         * src/SDCCval.c: removed superflous test for pedantic
8135
8136 2003-10-05  Borut Razem <borut.razem AT siol.net>
8137
8138         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8139           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8140           message "unmatched #pragma SAVE and #pragma RESTORE"
8141
8142 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8143
8144         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8145           assembly, critical functions, atomic, nojtbound)
8146
8147 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8148
8149         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8150         * src/SDCCBBlock.h
8151         * src/SDCCloop.c
8152         * src/SDCCloop.h
8153         * src/SDCClrange.c
8154
8155 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8156
8157         * src/z80/gen.h,
8158         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8159         * src/mcs51/gen.h
8160         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8161         * src/ds390/gen.h
8162         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8163         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8164         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8165
8166 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8167
8168         * src/z80/gen.c (genRet): fixed bug #524753
8169         * src/z80/gen.c (genCast): fixed internal error on cast from
8170         pointer to long
8171         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8172         fix for bug #477835 to the z80
8173         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8174         for tracking iCodes in the peephole optimizer for z80
8175
8176 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8177
8178         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8179         the other part of bug #814548
8180         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8181
8182 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8183
8184         * src/SDCCcse.c: fixed part of bug #814548
8185
8186 2003-09-28  Borut Razem <borut.razem AT siol.net>
8187
8188         * src/asm.c: rewrite of printILine() to use temporary file instead
8189           a pipe
8190         * src/xa51/main.c: commented out declaration of int rewinds
8191
8192 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8193
8194         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8195
8196 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8197
8198         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8199         * src/asm.c (printILine): Fixed bug #811015
8200
8201 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8202
8203         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8204         freeing.
8205
8206 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8207
8208         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8209         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8210         to correctly handle general case of AOP_PAIRPTR
8211         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8212
8213 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8214
8215         * src/mcs51/ralloc.c (fillGaps),
8216         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8217         register positioning bug)
8218
8219 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8220
8221         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8222
8223 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8224
8225         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8226         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8227         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8228         (ralloc doesn't intentionally do this now, but perhaps later)
8229         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8230         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8231         register positioning bugs (Fixed bug #762602 and #795325)
8232         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8233         (Fixed bug #808779)
8234         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8235         lines that --i-code-in-asm generates
8236
8237 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8238
8239         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8240         trying to fclose a FILE* that was already closed.
8241
8242 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8243
8244         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8245         of const struct should be treated as if const themselves)
8246
8247 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8248
8249         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8250
8251 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8252
8253         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8254         Unix (/n) and DOS (/r/n) line terminations.
8255
8256 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8257
8258         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8259         bug #613775
8260
8261 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8262
8263         * src/mcs51/gen.c (genFunction, genEndFunction),
8264         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8265         and restore of EA so that stack offsets to parameters are
8266         correct when using both critical and reentrant/stack-auto.
8267         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8268         size (can be triggered in error if sloc is shared between
8269         different sized objects)
8270         * device/include/float.h: fixed macros to explicitly use
8271         unsigned long where needed
8272
8273 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8274
8275         Feature req. 799831: added code to allow nesting of critical functions
8276         * src/mcs51/gen.c (genFunction, genEndFunction)
8277         * src/ds390/gen.c (genFunction, genEndFunction)
8278
8279 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8280
8281         * src/SDCCsymt.c (sclsFromPtr),
8282         * src/SDCCsymt.h,
8283         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8284         support for standard C idiom of memory mapped variables; for
8285         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8286         to xdata int at 0x1234 tempvar = 1.
8287         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8288         provided by Akiya ISHIDA
8289
8290 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8291
8292         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8293         * src/SDCCval.c (constVal): added reduction from int to char
8294         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8295         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8296         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8297         to ignore the sign
8298         * support/regression/tests/shifts.c: fixed
8299
8300 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8301
8302         * src/z80/gen.c (genXor): Fixed bug #805445
8303
8304 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8305
8306         Fixed bug #621531 (const & volatile confusion in the type chain).
8307         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8308         refer to the const or volatile state of the pointer itself.
8309
8310         * src/SDCCast.c
8311         * src/SDCCglue.c
8312         * src/SDCCicode.c
8313         * src/SDCCsymt.c
8314         * src/SDCCval.c
8315         * src/SDCC.y
8316         * src/SDCCsymt.h
8317         * src/pic/gen.c
8318         * src/pic/ralloc.c
8319         * src/pic16/gen.c
8320         * src/pic16/ralloc.c
8321         * support/regression/tests/const.c
8322
8323 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8324
8325         When checking for duplicated modules, use absolute paths
8326         instead of relative paths.  Files changed:
8327
8328         * as/mcs51/lklib.c
8329         * link/z80/lklib.c
8330
8331 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8332
8333         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8334
8335 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8336
8337         * device/include/string.h: added size_t typedef, changed
8338         prototypes to use size_t, eliminated separate reentrant and
8339         non-reentrant declarations, added _memmove declaration
8340         * device/lib/_memcpy.c: changed to use size_t instead of int,
8341         changed /4 to >>2 to avoid division library call
8342         * device/lib/_memcmp.c,
8343         * device/lib/_memset.c,
8344         * device/lib/_strncat.c,
8345         * device/lib/_strncpy.c,
8346         * device/lib/_strncmp.c: changed to use size_t instead of int
8347         * device/lib/_memmove.c: new file (fixed bug #772294)
8348         * device/lib/Makefile.in: added _memmove.c
8349         * device/lib/z80/asm_strings.s: fixed bug #772290
8350         * support/regression/tests/bitfields.c: attempt to fix host assertion
8351         failure on amd64-unknown-linux2.2
8352
8353 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8354
8355         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8356         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8357         * as/z80/asmain.c (main): fixed bug #801766
8358
8359 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8360
8361         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8362         compilers
8363
8364 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8365
8366         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8367         reported in bug #800609
8368
8369 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8370
8371         * Top header beautifications in src/pic16 directory:
8372           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8373           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8374           pcoderegs.h, ralloc.c, ralloc.h
8375         * main.c: added top header and GPL license notice
8376         * pcode.c: fixed the if-conditional warning
8377
8378 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8379
8380         * device/lib/_mullong.c: replaced int by short for gcc
8381
8382 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8383
8384         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8385         and JUMPTABLE iCodes properly now (worked by accident before)
8386         * src/mcs51/gen.c (leftRightUseAcc),
8387         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8388         iCode properly now. Use getSize instead of nRegs since a & b
8389         aren't part of the nRegs tally.
8390
8391 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8392
8393         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8394         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8395           before instructions that use the _STATUS register
8396
8397 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8398
8399         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8400         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8401         fetching of the pointer
8402         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8403         copied from genNearPointerSet()
8404         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8405         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8406         If they pop r0/r1 they must be called in the opposite order than aopOp().
8407         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8408         (resp. --stack-auto), prepared for --xstack
8409
8410 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8411
8412         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8413
8414 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8415
8416         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8417         these ports have their own __sdcc_external_start()
8418
8419 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8420
8421         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8422         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8423         type for bits was changed. It resulted in bit variables becoming
8424         global, which is not permitted in PIC 14 assembly output.
8425
8426 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8427
8428         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8429
8430 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8431
8432         Z80 and MCS51 linkers complaint if a public symbol is defined
8433         in more than one library module:
8434
8435         * as/mcs51/lklib.c
8436         * link/z80/lklib.c
8437         * as/mcs51/Makefile.in
8438
8439 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8440
8441         A few small changes that speed up the peephole optimizer.
8442
8443         * src/SDCCpeeph.c
8444
8445 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8446
8447         Try to make the peephole optimizer smarter by maintaining
8448         an association between the assembly source code and the
8449         iCodes that originated them. Put this information to use
8450         with a new peephole rule condition "notVolatile" so that
8451         the rules can be aggressive yet still safe.
8452
8453         * src/SDCCpeeph.c
8454         * src/SDCCpeeph.h
8455         * src/mcs51/gen.c
8456         * src/mcs51/peeph.def
8457
8458 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8459
8460         Fixed bug #741761
8461
8462         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8463         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8464         if the left or right operand symbols have the accuse flag set.
8465
8466 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8467
8468         Changed the type of the result of the ! (NOT) operator to char;
8469         previously it returned the same type as the source. This allows
8470         us to eliminate all the genFloatNot functions (all of its target
8471         implementations were very buggy) since !float can use the same
8472         code as !long now.
8473
8474         * src/SDCCicode.c (ast2iCode): ! returns char
8475         * src/mcs51/gen.c (genNot, genNotFloat),
8476         * src/ds390/gen.c (genNot, genNotFloat),
8477         * src/z80/gen.c (genNot, genNotFloat),
8478         * src/pic/gen.c (genNot, genNotFloat),
8479         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8480
8481 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8482
8483         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8484         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8485            during interrupts. Ensure WSAVE is located at a shared bank address.
8486         2. Fixed page selection in some places
8487         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8488            the registers name strings.
8489         4. Fixed "signed / unsigned compare" compiler warnings.
8490         5. The PIC port manages its own allocation of the general purpose
8491            registers, but makes no attempt to reuse them. As a result when
8492            compiling it soon runs out of general purpose registers. Some
8493            additional code was added to the files pcode.c and device.c to walk
8494            through the function call tree and rename the registers so that they
8495            get reused.
8496
8497         * src/pic/device.c
8498         * src/pic/gen.c
8499         * src/pic/glue.c
8500         * src/pic/pcode.c
8501         * src/pic/pcode.h
8502         * src/pic/ralloc.c
8503         * src/pic/ralloc.h
8504         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8505         genPlus() & genMinus() when the result is the same as left or right
8506
8507 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8508
8509         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8510
8511 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8512
8513         Made bitfield a distinct type from bit so that bitfields
8514         convert as per ANSI C and bits retain their traditional
8515         boolean style behaviour. Implemented bitfield support in
8516         the z80 port.
8517
8518         * src/SDCCsymt.h,
8519         * src/SDCCsymt.c,
8520         * src/SDCCast.c,
8521         * src/cdbFile.c,
8522         * src/mcs51/gen.c,
8523         * src/ds390/gen.c: bit v bitfield split
8524         * src/z80/gen.c: New support for bitfields
8525         * support/regression/tests/bitfields.c: reenabled z80,
8526         added more tests
8527
8528 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8529
8530         Rules 246.x, 247.x relate to bitfields, the others speed up
8531         access to xdata mapped I/O devices.
8532
8533         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8534
8535 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8536
8537         Cleaned up genPackBits and genUnpackBits and added two helper
8538         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8539         for literal assignments in genPackBits (thanks to Frieder for
8540         reminding me).
8541
8542         * src/mcs51/gen.c
8543         * src/ds390/gen.c
8544
8545 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8546
8547         Fixed bug #748310 (pointer to function type mishandled when the
8548         function name is omitted). Also fixed a SIGSEGV when a function
8549         attribute (reentrant, etc) is used on a non-function or on a
8550         function but misplaced before the parameter list.
8551
8552         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8553         bug #748310
8554         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8555         * support/Util/SDCCerr.h,
8556         * support/Util/SDCCerr.c: Added func attr misuse error msg
8557
8558 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8559
8560         Fixed bug #787649 by anonymous
8561         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8562         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8563
8564 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8565
8566         Fixed numerous bitfield problems.
8567
8568         * src/SDCC.y: More bitfield related error checking
8569         * src/SDCCsymt.h,
8570         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8571         * support/Util/SDCCerr.h,
8572         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8573         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8574         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8575         * support/regression/tests/bitfields.c: tests added
8576
8577 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8578
8579         Made the constant following the "interrupt" keyword optional. If
8580         omitted, the function will not automatically be given an entry
8581         in the interrupt vector table (similar to #pragma NOIV, but
8582         less syntacticly kludgy). The interrupt number is also now
8583         range checked. Also fixed a bug in the high order bit example
8584         in the manual.
8585
8586         * src/SDCC.y
8587         * src/SDCCmem.c
8588         * src/SDCCglue.c
8589         * src/SDCCsymt.h
8590         * support/Util/SDCCerr.c
8591         * support/Util/SDCCerr.h
8592         * doc/sdccman.lyx
8593
8594 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8595
8596         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8597         * src/SDCCicode.c (operandOperation): rewritten some ops
8598         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8599         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8600         other type
8601         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8602         be re-activated by defining REDUCE_LITERALS)
8603         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8604         unsigned, but are signed by default
8605         * src/SDCCval.c (constVal): rearranged
8606         * src/SDCCval.c (valMod): preliminary fix
8607         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8608         * support/regression/literalop.c: added, work in progress
8609
8610 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8611
8612         Generate warnings for useless declarations like "char data;"
8613         that don't do what new users expect.
8614
8615         * src/SDCC.y
8616         * support/Util/SDCCerr.h
8617         * support/Util/SDCCerr.c
8618
8619 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8620
8621         * src/SDCCval.c (valMult): fix overflow detection of negative int
8622
8623 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8624
8625         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8626
8627         Changes to support big endian targets:
8628
8629         * src/ports.h
8630         * src/SDCCglue.c
8631         * src/avr/main.c
8632         * src/ds390/main.c
8633         * src/izt/i186.c
8634         * src/mcs51/main.c
8635         * src/pic/main.c
8636         * src/pic16/main.c
8637         * src/xa51/main.c
8638         * src/z80/main.c
8639
8640 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8641
8642         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8643         * device/lib/time.c: fixed warning "integer overflow in expression"
8644
8645 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8646
8647         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8648         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8649         constants are unsigned; added recognition of "u" flag for unsigned
8650         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8651         * src/SDCCval.c (valDiv, valMod): fixed signdness
8652         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8653         signedness of modulo, left and right shift
8654         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8655         * support/Util/SDCCerr.h: added warning W_INT_OVL
8656         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8657         * src/SDCCast.c (ast_print): improved output of constants
8658
8659 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8660
8661         Fixed some warnings when building with MSVC:
8662
8663         * as\mcs51\asdata.c
8664         * as\z80\asdata.c
8665         * as\mcs51\asm.h
8666         * as\z80\asm.h
8667         * link\z80\aslink.h
8668         * link\z80\lkdata.c
8669         * link\z80\lkeval.c
8670         * link\z80\lkgb.c
8671         * link\z80\lkihx.c
8672         * link\z80\lks19.c
8673         * link\z80\lksym.c
8674         * support\cpp2\cpplib.c
8675         * src\ds390\gen.c
8676         * src\mcs51\gen.c
8677
8678 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8679
8680         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8681
8682 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8683
8684         * support\librarian\clean.mk: Do not remove Makefile.
8685         * support\librarian\Makefile: added.
8686
8687 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8688
8689         Added librarian to MSVC build:
8690         * all.dsp
8691         * sdcc.dsw
8692         * support\librarian\librarian.dsp
8693
8694         'configure' not needed for librarian, removed:
8695         * support\librarian\configure
8696         * support\librarian\configure.in
8697         * support\librarian\config_in.h
8698         * support\librarian\Makefile.in
8699
8700         Hopefully these ones built the librarian and the rest of sdcc properly:
8701         * Makefile
8702         * Makefile.common.in
8703
8704         Messed up 'configure', so revert to previous version:
8705         * configure
8706         * configure.in
8707
8708 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8709
8710         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8711         there, while the mantissa of a double is "only" 53 bits wide.
8712
8713 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8714
8715         Adding sdcclib to the build.  MSVC project coming soon.
8716         Files added/changed:
8717
8718         * support\librarian\clean.mk
8719         * support\librarian\configure
8720         * support\librarian\configure.in
8721         * support\librarian\config_in.h
8722         * support\librarian\Makefile.bcc
8723         * support\librarian\Makefile.in
8724         * support\librarian\sdcclib.c
8725         * Makefile.bcc
8726         * Makefile
8727         * Makefile.common.in
8728         * configure
8729         * configure.in
8730
8731 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8732
8733         Linker now complaints if linked modules have conflicting options, for
8734         example, one compiled using --model-large and another one compiled with
8735         --model-small.  The following files were modified:
8736
8737         * as\mcs51\asdata.c
8738         * as\mcs51\aslink.h
8739         * as\mcs51\asm.h
8740         * as\mcs51\asmain.c
8741         * as\mcs51\asout.c
8742         * as\mcs51\i51pst.c
8743         * as\mcs51\lkdata.c
8744         * as\mcs51\lklibr.c
8745         * as\mcs51\lkmain.c
8746         * as\z80\asdata.c
8747         * as\z80\asm.h
8748         * as\z80\asmain.c
8749         * as\z80\asout.c
8750         * as\z80\z80pst.c
8751         * link\z80\aslink.h
8752         * link\z80\lkdata.c
8753         * link\z80\lklibr.c
8754         * link\z80\lkmain.c
8755         * src\SDCCglue.c
8756
8757 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8758
8759         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8760         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8761
8762 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8763
8764         * src/z80/mappings.i: fix _mul[us][int,long] entries
8765
8766 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8767
8768         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8769
8770 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8771
8772         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8773         * support/regression/tests/bitopcse.c: added
8774         fixed warning:
8775         * src/avr/gen.c:
8776         * src/pic/gen.c:
8777         * src/pic16/gen.c:
8778         * src/z80/gen.c:
8779         * src/xa51/gen.c:
8780
8781 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8782
8783         added support for new library format to z80, gbz80 linkers:
8784         *link/z80/aslink.h
8785         *link/z80/lklex.c
8786         *link/z80/lklib.c
8787         *link/z80/lklist.c
8788
8789 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8790
8791         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8792         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8793
8794 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8795
8796         added DUMMY_READ_VOLATILE:
8797         * src/SDCC.y:
8798         * src/avr/gen.c:
8799         * src/xa51/gen.c:
8800         * src/z80/gen.c:
8801         * src/pic/gen.c:
8802         * src/pic16/gen.c:
8803         * src/mcs51/gen.c:
8804         * src/ds390/gen.c:
8805         * src/SDCCcse.c (algebraicOpts): many improvements
8806         * src/SDCCcse.h: removed algebraicOpts()
8807         * src/SDCCicode.c (picDummyRead): added
8808
8809 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8810
8811         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8812         "Insufficient space in data memory".
8813
8814 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8815
8816         * src/mcs51/gen.c: fixed bug #771358
8817         * src/z80/gen.c: fixed bug #759087
8818
8819 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8820
8821         * src/pic16/glue.c: minor cleanup by Vangelis
8822
8823 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8824
8825         * device/include/regc515c.h: fixed #758477
8826         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8827         * device/lib/_gptrput.c: saved a few bytes
8828         * my tab spacing is 8, yours too?)
8829         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8830         * device/lib/serial.c: process RX bytes earlier than TX bytes
8831         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8832
8833 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8834
8835         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8836
8837 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8838
8839     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8840
8841 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8842
8843         * device/lib/Makefile.in: bad fix, reverted to 1.43
8844
8845 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8846
8847         * device/lib/Makefile.in: added missing z80 object files
8848
8849 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8850
8851         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8852         pic16 progress by Vangelis:
8853         * src/SDCCglobl.h:
8854         * src/SDCCmain.c:
8855         * src/pic/Makefile:
8856         * src/pic:
8857         * pic/Makefile:
8858         * pic16/device.c:
8859         * pic16/device.h:
8860         * pic16/gen.c:
8861         * pic16/gen.h:
8862         * pic16/genarith.c:
8863         * pic16/glue.c:
8864         * pic16/main.c:
8865         * pic16/pcode.c:
8866         * pic16/pcode.h:
8867         * pic16/pcodepeep.c:
8868         * pic16/peeph.def:
8869
8870 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8871
8872     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8873
8874 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8875
8876     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8877     added gbz80 build to MSVC project.
8878     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8879     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8880     from 8051 stuff and setup so it links using a .lnk file.
8881
8882 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8883
8884     * support/librarian/sdcclib.c: sdcc librarian.
8885     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8886     with sdcclib.
8887
8888 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8889
8890     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8891
8892 2003-07-02  Borut Razem <borut.razem AT siol.net>
8893
8894         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8895         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8896         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8897         src/xa51/main.c, src/z80/main.c:
8898         virtualization of glue() function: each port has it's own glue function,
8899         which is accessed by do_glue function pointer in PORT.general structure
8900
8901 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8902
8903         * DS800C400 fun, improved ROM interface and tinibios.
8904
8905 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8906
8907         * More support for DS80C400. Now includes beginning of interface to ROM.
8908
8909 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8910
8911         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8912
8913 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8914
8915         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8916
8917 2003-06-19  Borut Razem <borut.razem AT siol.net>
8918
8919         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8920
8921 2003-06-19  Borut Razem <borut.razem AT siol.net>
8922
8923         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8924         fixed Z80 port - crt0.o: cannot open.
8925
8926 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8927
8928         * support/Util/MySystem.c (merge_command): revert bad fix
8929
8930 2003-06-18  Borut Razem <borut.razem AT siol.net>
8931
8932         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8933
8934 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8935
8936         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8937         option --use-stdout sends errors to stdout instead of stderr.
8938
8939 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8940
8941         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8942
8943 2003-06-15  Borut Razem <borut.razem AT siol.net>
8944
8945         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8946         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8947         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8948         fixed width array of pointers replaced with sets;
8949         multiple include and lib paths ared transferred to preprocessor and linker
8950         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8951         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8952         fixed width array of pointers
8953         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8954         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8955         fixupPath(), getPathDifference()
8956         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8957         fixed width array of pointers
8958
8959 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8960
8961         * src/pic16/ralloc.c: fix warnings
8962         * src/pic16/pcode.c: fix warning
8963
8964 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8965
8966          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8967         know all the details, but essentially this set of changes enable
8968         the pic16 port to generate movff instructions and generate assembler
8969         directives,
8970         * src/SDCCmain.c:
8971         * src/pic16/gen.c:
8972         * src/pic16/glue.c:
8973         * src/pic16/pcode.c:
8974         * src/pic16/device.c:
8975         * src/pic16/main.c:
8976         * src/pic16/pcode.h:
8977         * src/pic16/pcoderegs.c:
8978         * src/pic16/ralloc.c:
8979         * src/pic16/ralloc.h:
8980
8981 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8982
8983         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8984         added option --vc, so sdcc errors and warnings are compatible with
8985         Microsoft Visual Studio.
8986
8987 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8988
8989         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8990           device/lib/libfloat.lib: added atof function.
8991
8992 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8993
8994         * doc/sdccman.lyx: updated to Lyx 1.3
8995         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8996         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8997         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8998
8999 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9000
9001         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
9002
9003 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9004
9005         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
9006           additions to the "related tools/documentation" section
9007
9008 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
9009
9010         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
9011
9012 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
9013
9014         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
9015         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
9016
9017 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
9018
9019         * doc/sdccman.lyx: fix double dash and other minor things
9020         * doc/Makefile: fix double dash
9021
9022 2003-05-28  Karl Bongers(patches from Martin Helmling)
9023         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
9024           condition and ignore commands.
9025
9026 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9027
9028         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9029           is in parts still quite out of date, I did changes as far as I felt makes sense
9030           for a non-native english speaker.
9031           Please feel free to add to the manual or to correct my changes.
9032         * doc/Makefile: undid touching the date of intermediate tex files.
9033
9034 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9035
9036         * doc/sdccman.lyx: Manual has an index now
9037
9038 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9039
9040         Finalize muluint/mulsint and mululong/mulslong merging:
9041         * device/lib/_mulint.c
9042         * device/lib/_mullong.c
9043         * device/lib/gbz80/mul.s
9044         * device/lib/gbz80/stubs.s
9045         * device/lib/z80/mul.s
9046         * device/lib/z80/stubs.s
9047         * src/SDCCsymt.c (initCSupport)
9048
9049 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9050
9051         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9052         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9053           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9054           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9055           instead of /Zm500.
9056
9057 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9058
9059         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9060           the regression tests I'm not brave enough to enable 245.b, 245.c
9061         * doc/sdccman.lyx: added latex preamble for hyperref package.
9062           Using pdflatex this will give you a hyperlinked pdf file with
9063           bookmarks. (prepend '%' before /usepackage if this breaks something)
9064
9065 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9066
9067          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9068
9069 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9070
9071         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9072
9073 2003-05-21    <johan AT balder>
9074
9075         * src/SDCCglue.c (printIval): fixed bug #739934
9076
9077 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9078
9079         Applied patch from bug 737905 (renamed yylineo to mylineno):
9080         * src/altlex.c
9081         * src/SDCCast.c
9082         * src/SDCglobl.h
9083         * src/SDCC.lex
9084         * src/SDCCsymt.c
9085         * src/SDCCval.c
9086         * src/pic16/pcode.c: Cleaned warnings
9087         * src/pic16/pcodeflow.c: Cleaned warnings
9088         * src/pic16/pcoderegs.c: Cleaned warnings
9089
9090 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9091
9092         * src/pic16/pcode.c: Cleaned warnings
9093         * src/pic16/pcodepeep.c: Cleaned warnings
9094         * src/pic16/ralloc.c: Cleaned warnings
9095
9096 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9097
9098         * doc/sdccman.lyx: fixed bug 739745
9099         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9100
9101 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9102
9103         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9104         it can be defined with CFLAGS when running configure
9105         * src/SDCCmain.c: fixed compiling + linking with object files
9106
9107 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9108
9109         * configure.in: configure for pic16 port,
9110             added --disable-pic16-port
9111         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9112         * src/SDCCmain.c: linkOptions is changed to set *,
9113             added if/endif conditional macros to remove options help
9114             messages from optionsTable when a port is not configured, added
9115             support for the PIc16 port in the ports table, when executing
9116             the compiler with no port specified on command line, a default
9117             port is selected with the new macro DEFAULT_PORT which is
9118             defined in port.h, in setDefaultOptions() linkOptions is removed
9119             from initialization assignment, since now it is a set,
9120             parseCmdLine uses setParseWithComma for linkOptions, in
9121             linkEdit() linkOptions are accessed with new function indexSet()
9122             which returns the i'th item of a set variable. See SDCCset.c, in
9123             linkEdit() when calling buildCmdLine(), added linkOptions as
9124             last argument. Now users can pass arguments to gplink via the
9125             -Wl option, main() uses pic16glue() to glue up pic16 programs
9126         * src/SDCCpeeph.c: various changes to support pic16
9127         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9128             return the i'th item of the set
9129         * src/SDCCset.h: added function prototype for indexSet()
9130         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9131         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9132         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9133             added macro DEFAULT_PORT
9134         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9135         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9136             generated
9137         * src/pic16/glue.c: commented out some error producing lines
9138         * src/pic16/main.c: __config directives are commented out to stop
9139             gpasm complaining and test the linkage with gplink, _linkCmd and
9140             _asmCmd changed to be more gplink and gpasm friendly
9141         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9142             produced an error when parsed, peep rule 12 is added to utilize
9143             movff, but it is commented out since the pCode does not support
9144             yet a command with 2 address arguments
9145
9146 2003-05-18    <johan AT balder>
9147
9148         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9149         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9150 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9151
9152         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9153   Added feature to script commands from file.
9154
9155 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9156
9157         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9158         * src/SDCCutil.c: include ctype.h for win32
9159
9160 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9161
9162         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9163
9164 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9165
9166         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9167   Fixed so you can set breakpoints prior to run, run does not stop
9168   on entry now.  Add tbreak.  Other enhancements and fixes for use
9169   with ddd.
9170
9171 2003-05-12  Borut Razem <borut.razem AT siol.net>
9172
9173         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9174
9175 2003-05-11  Borut Razem <borut.razem AT siol.net>
9176
9177         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9178         the path of bin directory, so that PATH is the only env. variable, which has to be set
9179         in case of standard installation.
9180         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9181         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9182         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9183
9184 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9185
9186         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9187         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9188         temp files are in the port dir; clean the gen/test directory when
9189         generating new test.c
9190         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9191         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9192         * support/regression/tests/zeropad.c: added
9193
9194 2003-05-09    <johan AT balder>
9195
9196         * src/SDCCglue.c: fixed bug #597940
9197
9198 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9199
9200         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9201   cache sfr, optimize next,step, fix off by one sourceline,
9202   support ddd list function.
9203         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9204
9205 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9206
9207         * support/regression/HTMLgen.py: added compare_s2f()
9208         * support/regression/Makefile: redo 1.27
9209         * support/regression/generate-cases.py: redo 1.5
9210
9211 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9212
9213         * support/regression/tests/float.c: workaround 33 bit hex constant
9214         * support/regression/tests/simplefloat.c: fix division for host
9215
9216 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9217
9218         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9219         that tame's the PIC's over-aggressive optimizer.
9220
9221 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9222
9223          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9224          support for MSVC.
9225
9226 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9227
9228         Initial support for DS80C400. "Hello world" runs on TINIm400
9229         (with polled I/O).
9230
9231 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9232
9233          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9234          * Some notes on ddd usage added in debugger/README
9235          Martin Helmling adding more features and fixes for ddd GUI debugger.
9236          Code added for nexti, stepi, up, down, and other adjustments.
9237
9238 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9239
9240         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9241         * src/pic/peeph.def Added two rules to optimize carry manipulation
9242         * src/pic/* removed debug printfs
9243
9244 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9245
9246         * debugger/mcs51/cmd.c: added header newalloc.h
9247
9248 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9249
9250         * as/Makefile: new EXEEXT
9251         * as/z80/Makefile: remove trailing slash of BUILDIR
9252         * as/z80/clean.mk: new EXEEXT
9253         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9254         * support/cpp2/Makefile.in: new EXEEXT
9255         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9256
9257 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9258
9259         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9260         EXEEXT was introduced to fix all related problems with targets
9261         "clean", "install" and "uninstall"; a couple of further flaws
9262         especially with "clean" have been fixed too
9263         * as/mcs51/Makefile.in
9264         * as/mcs51/clean.mk
9265         * as/z80/Makefile
9266         * Makefile
9267         * clean.mk
9268         * debugger/mcs51/Makefile.in
9269         * debugger/mcs51/clean.mk
9270         * link/z80/Makefile
9271         * link/z80/Makefile.in
9272         * link/z80/clean.mk
9273         * link/Makefile
9274         * packihx/Makefile.in
9275         * packihx/clean.mk
9276         * sim/ucsim/Makefile
9277         * sim/ucsim/clean.mk
9278         * sim/ucsim/avr.src/Makefile.in
9279         * sim/ucsim/avr.src/clean.mk
9280         * sim/ucsim/s51.src/Makefile.in
9281         * sim/ucsim/s51.src/clean.mk
9282         * sim/ucsim/xa.src/Makefile.in
9283         * sim/ucsim/xa.src/clean.mk
9284         * sim/ucsim/z80.src/Makefile.in
9285         * sim/ucsim/z80.src/clean.mk
9286         * sim/ucsim/main_in.mk
9287         * sim/ucsim/packages_in.mk
9288         * sim/ucsim/gui.src/Makefile.in
9289         * sim/ucsim/gui.src/serio.src/Makefile.in
9290         * sim/ucsim/gui.src/serio.src/clean.mk
9291         * src/Makefile.in
9292         * src/clean.mk
9293         * support/cpp2/Makefile.in
9294         * support/cpp2/clean.mk
9295         * support/makebin/Makefile
9296         * support/makebin/clean.mk
9297         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9298         * doc/sdccman.lyx: --program-suffix no longer needed
9299
9300 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9301
9302          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9303          Martin Helmling added support for ddd GUI debugger.
9304          Code added to display assembly, set variables, and other commands
9305          to interface to ddd.
9306
9307 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9308
9309         * as/Makefile: fix target clean
9310         * as/clean.mk: fix target clean
9311         * as/z80/clean.mk: fix target clean
9312
9313 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9314
9315         * Makefile.common.in: added  AT EXEEXT AT
9316         * configure.in: removed all mingw32 stuff
9317         * configure: rebuilt from configure.in
9318         * doc/sdccman.lyx: updated section "installation"
9319         * support/scripts/sdcc_mingw32: adapted to configure
9320         * support/scripts/sdcc_cygwin_mingw32: added
9321
9322 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9323
9324         * src/pic Added object file support for the PIC port
9325         * src/pic Applied patch from Craig Franklin (this started the object file support)
9326         * src/regression Updated the PIC regression tests for object files
9327
9328 2003-04-20  Borut Razem <borut.razem AT siol.net>
9329
9330         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9331           lklex.c: In function `getfid':
9332           lklex.c:203: warning: array subscript has type `char'
9333         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9334           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9335         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9336           stack handling macros
9337
9338 2003-04-19  Borut Razem <borut.razem AT siol.net>
9339
9340         * "handling space characters in file path" task:
9341         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9342         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9343         * support/Util/MySystem.h: make it self-sufficient
9344         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9345           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9346           handling space characters in file path
9347         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9348           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9349         * support/Util/MySystem.c: handling space characters in executable's path
9350
9351 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9352
9353         * as/z80/Makefile: fix permanent rebuild of z80
9354         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9355         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9356
9357 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9358
9359         * src/SDCCopt.c: add special case optimization to replace modulo by
9360           a power of two with a bitwise AND.
9361
9362 2003-04-18    <johan AT balder>
9363
9364         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9365
9366 2003-04-17    <johan AT balder>
9367
9368         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9369         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9370
9371 2003-04-13  Borut Razem <borut.razem AT siol.net>
9372
9373         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9374         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9375           fixed mingw problem in adl_NORMALIZE_PATH
9376
9377 2003-04-12  Borut Razem <borut.razem AT siol.net>
9378
9379         * fixed "#pragma SAVE/RESTORE can not be nested":
9380         * src/SDCC.lex: reworked pragma handling functions
9381         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9382         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9383
9384 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9385
9386         * src/SDCCutil.c (pathEquivalent): defined but not used
9387         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9388         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9389         * configure: rebuilt from configure.in
9390         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9391         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9392         * device/include/Makefile.in: replace sdcc_datadir
9393         * device/lib/Makefile.in: replace sdcc_datadir
9394         * Makefile.common.in: add LDFLAGS from configure
9395         * packihx/Makefile.in: use LDFLAGS
9396         * src/Makefile.in: use LDFLAGS
9397         * support/cpp2/Makefile.in: add LDFLAGS from configure
9398         * support/makebin/Makefile: use LDFLAGS
9399         * .version: bumped version number to 2.3.5
9400
9401 2003-04-12  Borut Razem <borut.razem AT siol.net>
9402
9403         * completed "different paths" task:
9404         * src/SDCCmacro.c: fixed bug in handling quotes
9405         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9406         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9407
9408 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9409
9410         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9411
9412 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9413
9414         * ds390/gen.c ds390/peeph.def: fix bug 706781
9415
9416 2003-04-11  Borut Razem <borut.razem AT siol.net>
9417
9418         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9419
9420 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9421
9422         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9423         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9424          set - this bit used to not be set...).
9425         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9426           bad code in PIC Port
9427         * src/regression/and2.c added to test bug 609268
9428         * src/regression/Makefile added and2.c to regression test
9429
9430
9431 2003-04-08    <johan AT CP255758-A>
9432
9433         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9434         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9435         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9436
9437 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9438
9439         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9440         fix bug #487815
9441         * support/cpp2/Makefile.in: fix bug #487815
9442         * configure: rebuilt from configure.in
9443         * Makefile.common.in: docdir changed, new path suffixes
9444         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9445         * sdcc_vc_in.h: reflect changes from sdccconf.h
9446         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9447         * src/SDCCutil.h: remove BINDIR hack
9448         * doc/sdccman.lyx: update new path hierarchy
9449
9450 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9451
9452         * src/SDCCpeeph.c: added okToRemoveSLOC test
9453
9454 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9455
9456         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9457
9458 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9459
9460         * src/SDCCpeeph.c: added labelIsReturnOnly test
9461         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9462
9463 2003-04-05    <johan AT balder>
9464
9465         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9466         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9467         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9468         * src/SDCCast.c: fixed a warning
9469         * src/SDCCast.h: fixed a warning
9470         * src/SDCCicode.c (operandFromAst): fixed a warning
9471
9472 2003-04-04    <johan AT balder>
9473
9474         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9475         * src/SDCCast.c (decorateType): fixed bug #715076
9476         * src/SDCC.y: fixed bug #702907
9477
9478 2003-04-03    <johan AT balder>
9479
9480         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9481         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9482         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9483         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9484         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9485
9486 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9487
9488         * _decdptr.c: fix return values
9489         * _gptrget.c: fix return values
9490         * _gptrgetc.c: fix return values
9491         * _gptrput.c: fix return values
9492         * _mulint.c: fix return values
9493         * as/z80/Makefile: fix 'make -j' problem
9494
9495 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9496
9497         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9498         * configure.in: big cleanup, updated to autoconf 2.5x
9499         * configure: rebuilt from configure.in
9500         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9501         * sdcc_vc_in.h: reflect changes from sdccconf.h
9502         * doc/Makefile: fixed a flaw in "make install"
9503
9504 2003-04-02    <johan AT balder>
9505
9506         * src/ds390/gen.c (genCmp): no comments
9507         * src/mcs51/gen.c (genCmp): no comments
9508         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9509         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9510
9511 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9512
9513         * support/regression/generate-cases.py: place generated file in given sub directory
9514         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9515         * support/regression/Makefile: improvements for 'make -j';
9516         side effect: it's simpler and faster now
9517
9518 2003-03-31  Borut Razem <borut.razem AT siol.net>
9519
9520         * src/z80/main.c: link-{port} and as-{port} defined without path
9521         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9522
9523 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9524
9525         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9526
9527 2003-03-30  Borut Razem <borut.razem AT siol.net>
9528
9529         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9530           changed type of list parameter to set
9531         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9532         * src/port.h: changed type of do_assemble() parameter to set
9533         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9534           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9535           definition of "cppoutfilename" macro with NULL value in preProcess()
9536         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9537         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9538         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9539           replaced with set *binPathSet
9540         * shash_add() deallocates the item, if allready exsists, before adding the new one
9541         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9542
9543 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9544
9545         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9546           a nested for loop bug in the PIC port
9547         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9548           for loops
9549
9550 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9551
9552         * support/Util/dbuf.h: remove C++ stuff to make it portable
9553
9554 2003-03-28  Borut Razem <borut.razem AT siol.net>
9555
9556         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9557           literal strings in stringLiteral()
9558         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9559         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9560           to the project
9561
9562 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9563
9564         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9565
9566 2003-03-26    <johan AT balder>
9567
9568         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9569         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9570         * src/SDCCast.c (decorateType): fixed " -v < 3"
9571
9572 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9573
9574         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9575         Added Lenny Story's debug infrastructure changes:
9576         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9577         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9578         * src/cdbFile.c: added
9579         * src/SDCCdebug.c: added
9580         * src/SDCCdebug.h: added
9581         * src/SDCCast.c (createFunction)
9582         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9583         * src/SDCCmain.c (parseCmdLine, main)
9584         * src/SDCCmem.c (redoStackOffsets)
9585         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9586         * src/SDCCsymt.h
9587         * src/common.h
9588         * src/avr/gen.c (genAVRCode)
9589         * src/ds390/gen.c (gen390Code)
9590         * src/mcs51/gen.c (gen51Code)
9591         * src/pic/gen.c (genpic14Code)
9592         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9593         * src/xa51/gen.c (genXA51Code)
9594         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9595
9596 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9597
9598         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9599         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9600
9601 2003-03-22    <johan AT balder>
9602
9603         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9604
9605 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9606
9607         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9608         * doc/cdbfileformat.lyx: added, written by Lenny Story
9609         * doc/Makefile: added cdbfileformat.lyx
9610         * doc/clean.mk: added cdbfileformat.lyx
9611
9612 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9613
9614         * src/mcs51/peeph.def: fix bug #705773
9615
9616 2003-03-20    <johan AT balder>
9617
9618         An sfr/sbit can have an "at #" AND an initializer
9619         * src/SDCCsymt.c (checkSClass):
9620         * src/SDCCmem.c (allocGlobal):
9621         * src/SDCCmem.c (allocLocal):
9622         * src/SDCCast.c (createBlock):
9623
9624 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9625
9626         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9627
9628 2003-03-16    <johan AT balder>
9629
9630         Undid the hackup of const and volatile, the problem is much bigger
9631         * src/SDCC.y:1.65
9632         * src/SDCCast.c:1.171
9633         * src/SDCCglue.c:1.138
9634         * src/SDCCicode.c:1.146
9635         * src/SDCCsymt.c:1.150
9636         * src/SDCCval.c:1.65
9637
9638 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9639
9640         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9641         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9642
9643 2003-03-13    <johan AT balder>
9644
9645         Hackup const and volatile modifiers in type chains a bit:
9646         * src/SDCC.y:1.63
9647         * src/SDCCast.c:1.169
9648         * src/SDCCglue.c:1.136
9649         * src/SDCCicode.c:1.143
9650         * src/SDCCsymt.c1.146
9651         * src/SDCCsymt.h1.59
9652         * src/SDCCval.c:1.63
9653
9654 2003-03-12    <johan AT balder>
9655
9656         * src/SDCCBBlock.h: more LRH debugging junk
9657         * src/SDCCcflow.h: more LRH debugging junk
9658         * src/SDCCloop.c: more LRH debugging junk
9659         * src/SDCC.y (struct_declaration): fixed bug #697590
9660         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9661         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9662         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9663
9664 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9665         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9666         test function names must now match exactly).
9667         * src/SDCCcse.c: added special case in findCheaperOp to allow
9668         extending a short integer. Makes less awful code for bug 700121 test case.
9669
9670 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9671
9672         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9673         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9674
9675 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9676
9677         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9678         actually called (operandsNotEqual() was called for all
9679         operandsNotEqualX tests).
9680
9681 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9682
9683         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9684         with shorter literals. Fixes bug 700121.
9685
9686 2003-03-11    <johan AT balder>
9687
9688         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9689
9690 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9691
9692         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9693         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9694
9695 2003-03-10  Borut Razem <borut.razem AT siol.net>
9696
9697         * src/SDCCmain.c: pipe preprocessor's output
9698         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9699         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9700         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9701         which closes all pipes in pipeSet set
9702         * src/SDCCset.c: free deleted item in function deleteSetItem()
9703         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9704         moved from z80 to src subproject
9705         * .version: increased version number to 2.3.4
9706
9707 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9708
9709         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9710         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9711         * support/regression/ports/xa51/spec.mk: fix typo
9712
9713 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9714
9715         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9716
9717 2003-03-09  Borut Razem <borut.razem AT siol.net>
9718
9719         * src/SDCCmain.c: pipe preprocessor's output
9720         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9721         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9722         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9723         which closes all pipes in pipeSet set
9724         * src/SDCCset.c: free deleted item in function deleteSetItem()
9725         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9726         moved from z80 to src subproject
9727
9728 2003-03-09  Borut Razem <borut.razem AT siol.net>
9729
9730         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9731         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9732         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9733         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9734         * src/SDCCglobl.h: unification of WIN32 native definitions
9735
9736 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9737
9738         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9739
9740 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9741
9742         * src/configure.in:   check for endianess (even while cross-compiling)
9743         * src/configure:      check for endianess (even while cross-compiling)
9744         * src/configure_in.h: check for endianess (even while cross-compiling)
9745         * src/avr/gen.c:        remove old endianess stuff
9746         * src/mcs51/gen.c:      remove old endianess stuff
9747         * src/ds390/gen.c:      remove old endianess stuff
9748         * src/pic/gen.c:        remove old endianess stuff
9749         * src/pic/genarith.c:   remove old endianess stuff
9750         * src/pic/glue.c:       fix endianess check
9751         * src/pic16/gen.c:      remove old endianess stuff
9752         * src/pic16/genarith.c: remove old endianess stuff
9753         * src/pic16/glue.c:     fix endianess check
9754         * src/xa51/gen.c:       remove old endianess stuff
9755         * src/z80/gen.c:        fix endianess check
9756         * src/SDCCglue.c:       fix endianess check
9757         * src/ds390/peeph.def: fix bug 700036
9758
9759 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9760
9761         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9762         * src/configure: find appropriate data-types on host for SDCC's int and long
9763         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9764         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9765         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9766
9767 2003-03-07    <johan AT balder>
9768
9769         Just a big NOOP:
9770                 some minor cleanups before the big shot
9771                 OP_DEFS and OP_USES now use Kevin's protection
9772                 new option --nolabelopt
9773
9774         * src/SDCCBBlock.c:
9775         * src/SDCCast.c,:
9776         * src/SDCCcflow.c:
9777         * src/SDCCcse.c:
9778         * src/SDCCicode.c:
9779         * src/SDCCicode.h:
9780         * src/SDCClabel.c:
9781         * src/SDCCloop.c:
9782         * src/SDCCmain.c:
9783         * src/ds390/ralloc.c:
9784         * src/mcs51/ralloc.c:
9785         * src/pic/ralloc.c:
9786         * src/xa51/ralloc.c:
9787         * src/z80/ralloc.c:
9788
9789 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9790
9791         * src/pic/pcode.c (get_op): fix 64 bit warnings
9792         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9793         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9794         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9795         * support/regression/tests/malloc.c: fix 64 bit warnings
9796
9797 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9798
9799         * src/mcs51/gen.c (genMinus): fixed bug 696436
9800
9801 2003-03-02  Borut Razem <borut.razem AT siol.net>
9802
9803         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9804
9805 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9806
9807         * configure.in: test for mkstemp
9808         * sdccconf_in.h: add HAVE_MKSTEMP
9809
9810 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9811
9812         * device/include/ctype.h: removed warning while using --stack-auto
9813         * device/include/malloc.h: removed warning while using --stack-auto
9814         * device/include/string.h: removed warning while using --stack-auto
9815
9816 2003-02-23  Borut Razem <borut.razem AT siol.net>
9817
9818         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9819         because NDEBUG is defined (see man assert)
9820         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9821
9822 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9823
9824         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9825         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9826
9827 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9828
9829         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9830         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9831
9832 2003-02-18    <johan AT balder>
9833
9834         * as/mcs51/asmain.c (asmbl): module can start with a digit
9835         * as/z80/asmain.c (asmbl): module can start with a digit
9836
9837 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9838
9839         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9840         * src/asm.c: fix pipe() for Mingw32
9841
9842 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9843
9844         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9845         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9846         make -V work again; --c1mode reads now from stdin
9847         * doc/sdccman.lyx: added --c1mode
9848         * support/Util/SDCCerr.c: new messages for c1 mode
9849         * support/Util/SDCCerr.h: new messages for c1 mode
9850         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9851
9852 2003-02-15    <johan AT balder>
9853
9854         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9855
9856 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9857
9858         * doc/sdccman.lyx: Environment variables, -o and other minor things
9859
9860 2003-02-14    <johan AT balder>
9861
9862         * src/xa51/main.c: before anyone really tries to use it :)
9863
9864         * Install doc's in share/sdcc/doc
9865         * removed some obsolete files
9866         * Do a proper make distclean and uninstall
9867         M Makefile.common.in
9868         R sdccbuild.sh
9869         M as/Makefile
9870         M device/include/Makefile.in
9871         M device/lib/Makefile.in
9872         M doc/sdccman.lyx
9873         M link/Makefile
9874         M sim/ucsim/doc/Makefile.in
9875         M src/clean.mk
9876         R src/avr/peeph.rul
9877         R src/xa51/peeph.rul
9878         M support/cpp2/Makefile.in
9879         M support/makebin/Makefile
9880
9881
9882 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9883
9884         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9885
9886 2003-02-10  Borut Razem <borut.razem AT siol.net>
9887
9888         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9889         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9890         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9891         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9892         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9893         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9894         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9895         src/z80/Makefile.bcc: Borland Makefile cleanup
9896         * as/z80/Makefile.bcc: Added Borland Makefile
9897         * support/cpp2/borland.h: Removed
9898
9899 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9900
9901         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9902         * src/SDCC.lex: new pragma NOIV
9903         * src/SDCCglobl.h: new pragma NOIV
9904         * src/SDCCmem.c: new pragma NOIV
9905
9906 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9907
9908         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9909
9910 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9911
9912         * src/SDCCmain.c: signal handling is switched off by --debug
9913         * doc/Makefile: small fix for install; use clean.mk again
9914         * doc/clean.mk: clean *.pdf and *.html too
9915
9916 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9917
9918         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9919         * device/lib/printfl.c: fix a ds390 bug by making it portable
9920         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9921         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9922         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9923         * debugger/mcs51/cmd.c: converted multi-line string literals
9924         * sim/ucsim/globals.cc: converted multi-line string literals
9925         * src/SDCCmain.c: introduced signal handler to remove temp files
9926         * doc/Makefile: small tweaks, implement clean
9927         * doc: removed generated files
9928
9929 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9930
9931         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9932         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9933         Address Record is not correctly generated for DS390."
9934
9935 2003-02-02  Borut Razem <borut.razem AT siol.net>
9936
9937         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9938         * as/mcs51/asm.h: fixed compilation with Borland C
9939         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9940         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9941         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9942         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9943         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9944         src/z80/Makefile.bcc: delete $(LIB) only if exist
9945         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9946
9947 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9948
9949         * device/include/malloc.h: introduced NULL
9950         * device/include/string.h: introduced NULL
9951         * device/include/stdlib.h: introduced NULL
9952         * device/lib/_memcpy.c: removed NULL
9953         * device/lib/_strcat.c: removed NULL
9954         * device/lib/_strchr.c: removed NULL
9955         * device/lib/_strcmp.c: removed NULL
9956         * device/lib/_strcpy.c: removed NULL
9957         * device/lib/_strcspn.c: removed NULL
9958         * device/lib/_strlen.c: removed NULL
9959         * device/lib/_strncat.c: removed NULL
9960         * device/lib/_strncmp.c: removed NULL
9961         * device/lib/_strncpy.c: removed NULL
9962         * device/lib/_strpbrk.c: removed NULL
9963         * device/lib/_strrchr.c: removed NULL
9964         * device/lib/_strspn.c: removed NULL
9965         * device/lib/_strstr.c: removed NULL
9966         * device/lib/_strtok.c: removed NULL
9967         * device/lib/malloc.c: removed NULL, include own header
9968
9969 2003-02-02    <johan AT balder>
9970
9971         * 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
9972         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9973         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9974         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9975         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9976         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9977
9978 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9979
9980         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9981         area 'DATA'"
9982
9983 2003-02-01    <johan AT balder>
9984
9985         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9986
9987 2003-01-31    <johan AT CP255758-A>
9988
9989         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9990
9991 2003-01-30    <johan AT balder>
9992
9993         * src/SDCCBBlock.c: automatic bug detection
9994         * src/SDCCicode.c: automatic bug detection
9995
9996 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9997
9998         * src/SDCCglobl.h:   now --xram-size 0 works
9999         * src/SDCCmain.c:    now --xram-size 0 works
10000
10001 2003-01-29    <johan AT balder>
10002
10003         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
10004
10005 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10006
10007         * as/mcs51/aslink.h: Added options --xram-size and --code-size
10008         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
10009         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
10010         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
10011         * src/SDCCglobl.h:   Added options --xram-size and --code-size
10012         * src/SDCCmain.c:    Added options --xram-size and --code-size
10013
10014 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
10015
10016         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
10017         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
10018
10019 2003-01-27    <johan AT balder>
10020
10021         * src/SDCC.y: fixed bug #613764
10022
10023 2003-01-26    <johan AT balder>
10024
10025         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
10026         * src/SDCCsymt.h: fixed bug #673374
10027         * src/SDCCglue.c: fixed bug #661910
10028         * src/SDCCast.c: fixed bug #458099 and 673374
10029
10030 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10031
10032         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10033         * as/mcs51/strcmpi.h: added
10034         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10035         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10036         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10037         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10038         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10039         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10040         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10041         * as/mcs51/Makefile.aslink: new module strcmpi
10042         * as/mcs51/Makefile.asx8051: new module strcmpi
10043         * as/mcs51/Makefil.bcc: new module strcmpi
10044         * as/mcs51/Makefile.in: new module strcmpi
10045         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10046
10047 2003-01-26    <johan AT balder>
10048
10049         * src/SDCCglue.c: reverted back to 1.124
10050         * src/SDCCast.c: reverted back to 1.156
10051         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10052
10053 2003-01-25    <johan AT balder>
10054
10055         * src/SDCCglue.c: A better fix for bug #661910
10056         * src/SDCCast.c: A better fix for bug #661910
10057         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10058
10059 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10060
10061         * src/Makefile.in: remove spawn.o
10062         * src/SDCCmain.c: remove spawn.h
10063         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10064         * src/spawn.c: removed
10065         * src/spawn.h: removed
10066         * support/regression/ports/ds390/spec.mk: link with -r
10067
10068 2003-01-24    <johan AT CP255758-A>
10069
10070         * src/ds390/gen.c (aopOp): fixed bug #667458
10071         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10072         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10073         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10074
10075 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10076
10077         * src/mcs51/peeph.def: better assembler identation by Frieder
10078         * src/mcs51/gen.c: better assembler identation by Frieder
10079
10080 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10081
10082         * as/z80/string.h: removed for gcc 3.2
10083         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10084         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10085
10086 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10087
10088         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10089         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10090         * support/regression/Makefile: separate temp files for ports
10091         * support/regression/generate-cases.py: separate temp files for ports
10092         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10093         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10094
10095 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10096
10097         * moved tinitalk to device/examples/ds390
10098
10099 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10100
10101         * as/mcs51/lkmem.c: rflag is for DS390
10102         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10103         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10104                          (linkEdit): move mem- and map-files the same way as ihx-files
10105         * src/z80/main.c (_setDefaultOptions): removed --generic
10106         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10107         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10108         * src/pic/glue.c (picglue): --c1mode works again
10109         * src/pic16/glue.c (pic16glue): --c1mode works again
10110         * src/asm.c (printCLine): fix #660034
10111
10112 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10113
10114         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10115         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10116         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10117         * as/mcs51/lkmem (summary): better fix for sp problem
10118         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10119         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10120         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10121                                               remove --stack-after-data
10122
10123 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10124
10125         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10126         * src/SDCCutil.c (join): ugly bug: missing '\0'
10127         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10128
10129 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10130
10131         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10132         * src/port.h: typo
10133         * src/pic/main.c (_asmCmd): gpasm supports -o
10134         * src/z80/main.c: more general macros
10135         * device/lib/Makefile.in: remove intermediate files
10136
10137 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10138
10139         * .version: Bumped version number to 2.3.3
10140         * src/SDCCBBlock.c: new option -o
10141         * src/SDCCglobl.h: new option -o
10142         * src/SDCCglue.c: new option -o
10143         * src/SDCCmain.c: new option -o
10144         * src/asm.c: new option -o
10145         * src/ds390/main.c: new option -o
10146         * src/pic/glue.c: new option -o
10147         * src/pic/pcode.c: new option -o
10148         * src/pic/ralloc.c: new option -o
10149         * src/pic16/glue.c: new option -o
10150         * src/pic16/pcode.c: new option -o
10151         * src/pic16/ralloc.c: new option -o
10152         * src/z80/main.c: new option -o
10153         * device/lib/Makefile.in: use -o
10154         * support/regression/ports/ds390/spec.mk: use -o
10155         * support/regression/ports/gbz80/spec.mk: use -o
10156         * support/regression/ports/mcs51/spec.mk: use -o
10157         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10158         * support/regression/ports/z80/spec.mk: use -o
10159         * support/regression/ports/ucz80/spec.mk: use -o
10160         * support/regression/ports/xa51/spec.mk: use -o
10161         * support/regression/fwk/lib/timeout.c: fix usage string
10162
10163 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10164         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10165
10166 2003-01-07    <johan AT balder>
10167
10168         * src/SDCCast.c (decorateType): fixed bug #600035
10169
10170 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10171         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10172         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10173         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10174         * src/pic/pcode.c: outcommented unused variable to remove warnings
10175         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10176
10177 2003-01-06    <karl AT turbobit.com>
10178         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10179    regression tests.
10180
10181 2003-01-06    <johan AT balder>
10182
10183         * src/SDCCicode.c: fixed array add
10184
10185 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10186         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10187         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10188
10189 2003-01-04    <johan AT balder>
10190
10191         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10192
10193 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10194         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10195
10196 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10197         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10198         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10199
10200 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10201         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10202
10203 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10204         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10205
10206 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10207         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10208
10209 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10210
10211     * in \sdcc\as\mcs51\ changed these files in order to create an
10212     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10213     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10214     following files to include the previous two files: aslink.dsp,
10215     Makefile.aslink, Makefile.bcc, and Makefile.in.
10216
10217     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10218     .adb instead of .cdb
10219
10220 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10221
10222         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10223         value from option --iram-size.
10224
10225 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10226
10227         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10228         dram[] array.
10229
10230 2002-09-18    <wiml AT hhhh.org>
10231
10232         * SDCClrange.h: exposed setFromRange() and setToRange()
10233         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10234           packRegsForAccUse() (bug 542397)
10235         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10236           multiple times and emitting the fetch operations more than once
10237           added aopGetUsesAcc() function to allow binary operators to
10238           fetch their operands in the correct order; made genMinus() emit
10239           compact code for X = LITERAL - Y
10240
10241 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10242         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10243         sprintf() in line 1267.
10244
10245 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10246         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10247         like ports.
10248
10249 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10250         Changes to aslink (All the changes are marked with 'JCF'):
10251
10252         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10253         summary().
10254
10255         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10256         area BSEG.  Also moves, if possible, the DATA area down into the internal
10257         ram so more space is available.
10258
10259         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10260         sflag.
10261
10262         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10263         not bytes.  Function summary() which creates a memory usage summary
10264         file with extension .mem.  Reports of overlaping stack and small stack
10265         size.  If the space for the stack is less than 16 bytes aslink trows a
10266         warning.
10267
10268         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10269         the 8051.  Option 'y' for memory summary output file.
10270
10271         Changes to sdcc (All the changes are marked with 'JCF'):
10272
10273         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10274
10275         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10276         overlaying area for it (uses RegBankUsed[4]).
10277
10278         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10279         bank zero as used by default.  By default aslink locates the stack
10280         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10281         the creation of the .mem file.  Delegates the allocation of data area
10282         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10283         the begining of the stack area to aslink.
10284
10285         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10286         glue() in SDCCglue.c creates an area for it.
10287
10288 2002-09-03  Borut Razem <borut.razem AT siol.net>
10289         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10290         sdcc/src/pic/glue.c:
10291         introduced atexit() handler for teporay files removal in case of
10292         errors, assertions, ...
10293
10294 2002-08-29  Borut Razem <borut.razem AT siol.net>
10295         * sdcc/support/cpp2/auto-host_vc_in.h:
10296         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10297         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10298         Maybe there is a similar problem with BORLANDC? It should be checked!
10299
10300         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10301         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10302         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10303         was not executed, and the compiler (cl) launched a warning:
10304         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10305
10306 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10307         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10308
10309 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10310         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10311
10312         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10313           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10314           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10315           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10316           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10317           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10318           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10319         - added Release configuration in VS projects
10320         - review of compiler an linker options
10321         - VC .exe files are generated in bin_vc directory, not to interfere
10322           with binaries generated from other projects (cygwin, mingw, bcc ...)
10323
10324         * sdcc/src/yacc.dsp: added
10325
10326         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10327         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10328         and insert the version number definitions from .version
10329
10330         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10331
10332         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10333         added - genarate auto-host.h using auto-host_vc_in.h as template
10334
10335         * sdcc/sdcc_vc.h,
10336         removed from CVS, generated automatically
10337
10338 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10339         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10340
10341 2002-08-11  Borut Razem <borut.razem AT siol.net>
10342         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10343
10344 2002-08-10  Borut Razem <borut.razem AT siol.net>
10345         * src/SDCCmain.c (main):
10346         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10347         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10348         The consequence was that some temporary files were not removed.
10349
10350         * src/SDCCglue.c:
10351         unification of code in functions tempfilename() and tempfile():
10352         function tempnam() is defined in Visual Studio 6.0 and .NET
10353
10354         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10355
10356         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10357           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10358         - removed compiler command line option /WX: Treats all warnings as errors
10359         - update a list of source files, included into the project
10360
10361         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10362           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10363         changed project type to Generic Project so that can be correcly converted to VS.NET project
10364
10365         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10366
10367         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10368
10369         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10370
10371         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10372         added return 0 statements after assert() to make compiler happy
10373
10374         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10375         added newline in the def file to keep MSC compiler satisfied
10376
10377         * sdcc/src/z80/gen.c:
10378         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10379           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10380         - solved MSC error in function aopDump()
10381
10382         * sdcc_vc.h: define PREFIX as "\\sdcc"
10383
10384 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10385         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10386
10387 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10388         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10389         - Rewrote the register banking algorithm.
10390         - Added pCode live-range analysis to registers (for now, only non-used and
10391         singly-used registers optimized away)
10392
10393         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10394
10395         * 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.
10396
10397 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10398         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10399
10400 2002-04-22  Michael Hope  <michaelh AT vroom>
10401
10402         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10403
10404         * configure.in (DD_COPT): Added include support required for gbdk.
10405
10406         * .version: Bumped version number just to increase it.
10407
10408         * src/SDCCmain.c: Added -nostdinc to the default options.
10409
10410 2002-04-15  Michael Hope  <michaelh AT vroom>
10411
10412         * device/lib/z80/printf.c (sprintf): Added.
10413
10414         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10415
10416         * src/z80/peeph.def: Added transpose redundent load rule.
10417
10418         * src/z80/main.c: Added force callee saves for jaune.
10419
10420         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10421
10422         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10423
10424 2002-03-28  Johan Knol  <johan AT balder>
10425
10426         * src/SDCCval.c: fixed bug #532436
10427
10428 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10429         * /src/port.h:
10430         Added "char *Processor" field to the port structure.
10431
10432         * /src/SDCCmain.c:
10433         Added -p option. Allows port dependent processor to be specified.
10434
10435         * all ports:
10436         Initialized the new field char *Processor field to NULL in all ports
10437
10438         * /src/pic/*:
10439         Compiler generated registers for interrupt context saving
10440         were not getting allocated.
10441
10442 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10443
10444         * /src/SDCCast.c:
10445         Fixed left shift. Will promote the left side of a left shift
10446         if a) left shifting more than size of operand or b) when assigned
10447         to something size > size of left side
10448
10449 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10450         * src/pic/*
10451         tons of changes. Register allocation has been
10452         rewritten. Added customization for the various PICs. Flow
10453         analysis is restructured. ...
10454
10455         * src/pic/device.h:
10456         Added
10457
10458         * src/pic/device.c:
10459         Added. device.c is a PIC port hack to accomodate variations
10460         in PIC devices.
10461
10462 2002-03-13  Michael Hope  <michaelh AT vroom>
10463
10464         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10465
10466 2002-03-04  johanknol  <johanknol AT manik>
10467
10468         * /src/SDCCval.c: fixed
10469
10470         const unsigned char arr[][2] = { { 0, 1 } };
10471         t18.c:1: error: Initializer element is not constant
10472
10473 2002-03-04  bela  <bela AT manik>
10474
10475         * /device/include/mcs51reg.h:
10476         ds89c420 register definition update
10477
10478 2002-03-03    <johan AT FRIJA>
10479
10480         * support/Util/SDCCerr.c: did something, but don't no why anymore
10481
10482         * support/regression/tests/bug-524691.c: made it a little less shy
10483
10484         * src/SDCCast.c (decorateType): fixed bug #524697
10485
10486         * src/SDCCast.c: made some lineno improvements
10487
10488         * src/SDCCval.c (getNelements): changed warning to error
10489
10490         * src/SDCCglue.c (printIvalArray): changed warning to error
10491
10492         * src/SDCCicode.c: fixed a warning for mingw
10493
10494         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10495
10496         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10497
10498 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10499
10500         * src/ds390/peeph.def:
10501         Added some more peephole rules
10502
10503         * src/ds390/gen.c: Various fixes & enhancements
10504
10505         * src/SDCClrange.c, src/SDCClrange.h:
10506         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10507
10508         * src/ds390/ralloc.c:
10509         various fixes & enhancements (ds390) specific
10510
10511         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10512         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10513         from rallocs.
10514
10515         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10516
10517 2002-03-02    <johan AT FRIJA>
10518
10519         * src/SDCCast.c (decorateType): fixed bug #524708
10520
10521         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10522
10523         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10524
10525 2002-03-01  Michael Hope  <michaelh AT vroom>
10526
10527         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10528
10529         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10530
10531 2002-03-01    <johan AT FRIJA>
10532
10533         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10534
10535         * src/SDCCast.c (decorateType): fixed bug #524209
10536
10537         * src/SDCCval.c (valNot): fixed bug #524195
10538
10539 2002-02-26    <johan AT balder>
10540
10541         * src/xa51/gen.c: fixed a warning
10542
10543         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10544
10545         * src/SDCCast.c (decorateType): fixed bug #522534
10546
10547 2002-02-23    <johan AT balder>
10548
10549         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10550
10551 2002-02-22    <johan AT balder>
10552
10553         * src/SDCCast.c: fixed bug #514865
10554
10555         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10556
10557 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10558
10559         * sdcc/src/SDCCloop.c:
10560         Previous fix was not good. basic blocks that have "break" or "return" are
10561         not really partof a loop , but live ranges used in these blocks should
10562         be live thru the entire loop, so set partOfLoop but don't add them to
10563         loop region
10564
10565 2002-02-21    <johan AT FRIJA>
10566
10567         * src/SDCCcse.c: fixed bug #514308
10568
10569 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10570
10571         * src/SDCCloop.c:
10572         Fixed BUG #519583. If a conditional block ended in a return/break
10573         statement inside a loop, it was not being considered part of the loop.
10574
10575         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10576
10577 2002-02-10  Karl Bongers <karl AT turbobit.com>
10578
10579         * debugger/*:
10580         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10581         with lots of comments and notes.
10582
10583         * device/examples/test2.c:
10584         Fix bug, "red" variable not being initialized(compiler complained).
10585
10586         * device/examples/Makefile, examples/test3.c:
10587         Add Makefile in device/examples folder, compiles test3.c
10588         for use as a multiple module SDCDB test case.
10589
10590         * sim/ucsim/cmd.src/cmdset.cc:
10591         Took out debug printfs in ucsim "next" command.
10592
10593         * sim/ucsim/xa.src:
10594         Karl and Johan start ucsim XA support.  Most dissassembly working,
10595         about 75% emulation done(plenty of work remaining).
10596
10597         * sim/ucsim/z80.src:
10598         Add Z80 support to ucsim, add test-ucz80 regression test,
10599         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10600         Notice z80 compiler fails on examples/test3.c/crc code.
10601
10602 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10603
10604         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10605         Added support for --parms-in-bank1
10606
10607         * src/ds390/peeph.def:
10608         added a few more peephole optimzations
10609
10610         * src/ds390/main.c:
10611         1) added __builtin_inp & __builtin_outp used to read in data of given length
10612            from a memory mapped port
10613         2) added __builtin_memcmp
10614         3) added __builtin_swapw swap bytes of a short
10615
10616         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10617         1) handle multiple send & receives from register bank1
10618         2) ralloc can now allocate DPTR1 to some liveRanges
10619
10620         * src/SDCCsymt.c, src/SDCCsymt.h:
10621         changes to handle multiple sends & receives
10622
10623         * src/SDCCptropt.h:
10624         added some pointer arithmetic optimization
10625
10626         * src/SDCCptropt.c:
10627         added some pointer arithmetic optimizations but not stable yet so not
10628         called from anywhere (will get this working shortly)
10629
10630         * src/SDCCopt.c: fixed for multiple sends & receives
10631
10632         * src/SDCCmain.c:
10633         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10634         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10635            set preprocessor defines (depending on options)
10636
10637         * src/SDCCicode.c, src/SDCCicode.h:
10638         changes made to handle multiple sends & receives
10639
10640         * src/SDCCglobl.h:
10641         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10642
10643         * src/SDCCcse.c, src/SDCCcse.h:
10644         added function findbackward def (to be used in upcoming optimization)
10645
10646         * src/SDCCcflow.c, src/SDCCcflow.h:
10647         added function returnAtEnd - to determine if a basic block terminates with
10648         a RETURN iCode
10649
10650         * src/SDCCast.c, src/SDCCast.h:
10651         added option parms-in-bank1
10652
10653         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10654         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10655         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10656         adjusted for --parms-in-bank1 option
10657
10658         * device/include/string.h:
10659         donot redefine "reentrant" keyword
10660
10661         * device/include/ds80c390.h: Added some more SFRs
10662
10663 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10664
10665         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10666
10667 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10668
10669         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10670
10671 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10672
10673         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10674
10675 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10676
10677         * Added --xram-movc option
10678
10679 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10680
10681         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10682
10683 2002-01-11  Johan Knol
10684
10685         * Added math lib of Jesus Calvino-Fraga
10686
10687 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10688
10689         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10690         * support/regression/Makefile: new target test-mcs51-stack-auto
10691         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10692
10693 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10694
10695         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10696
10697 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10698
10699         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10700
10701 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10702
10703         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10704
10705         * src/SDCCglue.h: add definition for printIvalChar()
10706
10707 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10708
10709         * src/SDCCast.c: fix #498138 by Johan
10710
10711         * src/SDCCglue.c: fix #498138 by Johan
10712
10713 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10714
10715         * support/regression/Makefile: fix clean
10716
10717         * support/regression/ports/ds390/support.c: fix transmission of last character
10718
10719 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10720
10721         * /sdcc/src/ds390/gen.c:
10722         a) improved computing address of stack variable
10723         b) took out some #if 0 code
10724         c) improved parmBytes adjustment
10725         d) improved genPlusIncr & genMinusIncr
10726         e) genCmp could generate bad code (when left assigned to DPTR)
10727         f) Fixed bug in hasInc
10728
10729         * /sdcc/src/ds390/ralloc.c:
10730         a) packRegsForSupport could mess up live information (Fixed)
10731         b) packRegsDPTRuse could be incorrect for left & right shift
10732
10733         * /sdcc/src/mcs51/ralloc.c:
10734         packRegsForSupport could mess up the live information (Fixed)
10735
10736         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10737
10738         * /sdcc/src/SDCCast.c:
10739         can reverse a loop even if function call is present as long
10740         as the loop control variable is local & is not passed as parameter
10741
10742 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10743
10744         * /sdcc/ChangeLog: *** empty log message ***
10745
10746         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10747         More builtin function additions for TININative
10748
10749         * /sdcc/src/ds390/ralloc.c:
10750         Had broken the regression testsuite
10751
10752         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10753
10754         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10755         Added funcattr hasStackParms will be set for reentrant functions when there
10756         are paramteres on the stack, this helps in minimizing frame pointer generation
10757         typeFromStr can handle function pointers now
10758
10759         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10760         *** empty log message ***
10761
10762 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10763
10764         * /src/ds390/gen.c, /src/ds390/main.c:
10765         More builtin function additions for TININative
10766
10767         * /src/ds390/ralloc.c:
10768         Had broken the regression testsuite
10769
10770         * /src/SDCCast.c: Fixed a bug in dumptree
10771
10772         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10773         Added funcattr hasStackParms will be set for reentrant functions when there
10774         are paramteres on the stack, this helps in minimizing frame pointer generation
10775         typeFromStr can handle function pointers now
10776
10777         * /doc/builtins.txt, /doc/TININative.txt:
10778         *** empty log message ***
10779
10780
10781 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10782
10783         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10784         ALPHA version for -mTININative
10785
10786         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10787         updated to reflect changes in the port structure
10788
10789         * /src/port.h:
10790         added function do_assemble (similar to do_link) if non-null this function
10791         will be called to do assembly (-mTININative) requires a multi command
10792         assembly
10793         added function genAssemblerEnd will be called to generate assembler Epilogue
10794
10795         * /src/SDCCsymt.c:
10796         added _JavaNative to debug info printing
10797
10798         * /src/SDCCmain.c: added option --tini-libid
10799         added port->do_assemble function (-mTININative) has a multi command assemble
10800
10801         * /src/SDCCglue.c: Disabled "constExpr" check
10802         added port->genAssemblerEnd function
10803
10804         * /src/SDCCglobl.h: Added option --tini-libid value
10805
10806         * /src/SDCCast.h:
10807         tookout optimizeCompare from the header (has no external references)
10808
10809         * /src/SDCCast.c: made one more function "static"
10810
10811 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10812
10813         * src/z80/mappings.i: Added z80asm support.
10814
10815         * src/z80/main.c: Added z80asm support on --asm=z80asm
10816
10817         * src/z80/gen.c: Fixed asm portability issues.
10818
10819         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10820
10821         * src/SDCCglue.c (printExterns): Added global/extern split.
10822
10823 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10824
10825         * support/regression/Makefile: added test for mcs51 model large
10826
10827         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10828
10829         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10830
10831 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10832
10833         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10834
10835 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10836
10837         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10838
10839         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10840
10841 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10842
10843         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10844
10845         * support/regression/tests/simplefloat.c: Port to mcs51.
10846
10847 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10848         * support/regression/tests/bug-485362.c: Added.
10849
10850         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10851
10852         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10853
10854         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10855
10856         * src/z80/gen.c (aopDump): Added a dump function.
10857
10858 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10859         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10860
10861         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10862
10863         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10864
10865         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10866
10867         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10868
10869         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10870
10871         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10872
10873         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10874
10875         * support/regression/ports/ds390/support.c: Use tinibios.
10876
10877         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10878
10879 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10880
10881         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10882         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10883
10884         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10885
10886         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10887
10888 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10889
10890         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10891
10892         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10893         (packRegsForIYUse): Created and optimised.
10894
10895 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10896
10897         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10898 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10899
10900         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10901
10902         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10903
10904         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10905
10906 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10907
10908         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10909
10910         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10911
10912 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10913
10914         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10915
10916         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10917
10918         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10919
10920 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10921
10922         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10923         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10924         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10925
10926         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10927
10928         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10929         (genNotFloat): Added.
10930         (genUminusFloat): Added.
10931
10932         * device/lib/z80/Makefile: Added floating pt stubs.
10933
10934         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10935
10936         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10937
10938         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10939
10940 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10941
10942         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10943
10944         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10945
10946         * sdcc/support/regression/Makefile: Add port ds390.
10947
10948         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10949
10950         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10951
10952         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10953
10954         * sdcc/support/regression/ports/ds390/support.c: Added.
10955
10956         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10957
10958         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10959
10960         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10961
10962 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10963
10964         * device/include/malloc.h: Added z80 and gbz80 support.
10965
10966         * device/lib/gbz80/heap.s: Added.
10967
10968         * device/lib/z80/heap.s: Added.
10969
10970         * device/lib/malloc.c: Added z80 and gbz80 support.
10971
10972         * support/regression/tests/malloc.c (testMalloc): Added.
10973
10974         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10975
10976         * support/regression/tests/bug-478094.c: Added.
10977
10978         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10979
10980 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10981
10982         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10983
10984         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10985
10986         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10987
10988         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10989
10990         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10991
10992 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10993
10994         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10995
10996 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10997
10998         * support/regression/tests/bug-477927.c: Added.
10999
11000         * src/z80/peeph.def: Added minor rules.
11001
11002         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
11003
11004         * src/z80/peeph.def: Added jump optimisation modification.
11005
11006 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
11007
11008         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
11009
11010 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
11011
11012         * support/regression/tests/funptrs.c: Added.
11013
11014 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
11015
11016         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
11017
11018 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
11019
11020         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
11021
11022         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
11023
11024         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
11025         (movLeft2ResultLong): Created.
11026
11027         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
11028         (joinPushes): Added.  Joins two char pushes into a word push.
11029
11030 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11031
11032         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11033
11034         * support/makebin/Makefile (install): Added creation of dest dir.
11035
11036 2001-10-24 Karl Bongers <karl AT turbobit.com>
11037
11038         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11039
11040 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11041
11042         * src/z80/ralloc.c: Turned off faulty pack for one use.
11043
11044         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11045
11046         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11047
11048 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11049
11050         * support/regression/Makefile: Improved clean
11051
11052         * support/regression/ports/gbz80/spec.mk: Added clean
11053
11054         * support/regression/ports/host/spec.mk: Added clean
11055
11056         * support/regression/ports/z80/spec.mk: Added clean
11057
11058         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11059
11060         * support/regression/ports/mcs51/timeout.c: little improvements
11061
11062 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11063
11064         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11065
11066         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11067
11068         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11069
11070 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11071
11072         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11073
11074         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11075
11076 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11077         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11078
11079         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11080
11081         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11082
11083         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11084
11085         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11086
11087         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11088
11089         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11090
11091         * support/regression/tests/longor.c: Added.
11092
11093 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11094
11095         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11096
11097         * as/mcs51/aslink.h: define PATH_MAX
11098
11099         * as/mcs51/asm.h: define PATH_MAX
11100
11101         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11102
11103         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11104
11105         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11106
11107         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11108
11109         * src/SDCCglobl.h: define PATH_MAX
11110
11111         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11112
11113         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11114
11115 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11116
11117         * src/z80/gen.c (gencjneshort): Fixed
11118
11119         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11120
11121 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11122
11123         * support/regression/tests/bug-469671.c: Added.
11124
11125         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11126
11127 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11128
11129         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11130
11131         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11132
11133 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11134
11135         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11136
11137         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11138
11139         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11140
11141         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11142
11143         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11144
11145         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11146
11147         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11148
11149 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11150
11151         * 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.
11152
11153         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11154
11155         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11156
11157 2001-10-07    <johan AT FRIJA>
11158
11159         * device/lib/gets.c (gets): fixed the return value.
11160
11161 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11162         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11163
11164         * 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.
11165
11166         * 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.
11167
11168         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11169
11170         * src/pic/gen.c: Removed Safe_strdup.
11171
11172         * configure.in: Added option to enable libgc support.
11173
11174         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11175         (bitVectUnion): Optimised.
11176         (bitVectIntersect): Optimised.
11177         (bitVectBitsInCommon): Optimised.
11178         (bitVectCplAnd): Optimised.
11179
11180         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11181
11182 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11183
11184         * src/SDCCmain.c: distinguish between assembler debug and plain options
11185
11186         * src/avr/main.c:   remove standard assembler options
11187
11188         * src/ds390/main.c: remove standard assembler options
11189
11190         * src/mcs51/main.c: remove standard assembler options
11191
11192         * src/port.h: removed "PENDING" comment
11193
11194 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11195
11196         * src/device/lib/_mulint.c  : new, with assember functions
11197
11198         * src/device/lib/_mullong.c : new, with assember functions
11199
11200         * src/device/lib/_divuint.c : with assember functions
11201
11202         * src/device/lib/_divsint.c : with assember functions
11203
11204         * src/device/lib/_divulong.c: with assember functions
11205
11206         * src/device/lib/_divslong.c: with assember functions
11207
11208         * src/device/lib/_moduint.c : with assember functions
11209
11210         * src/device/lib/_modsint.c : with assember functions
11211
11212         * src/device/lib/_modulong.c: with assember functions
11213
11214         * src/device/lib/_modslong.c: with assember functions
11215
11216         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11217
11218         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11219
11220         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11221                                       replaced _mululong.c and _mulslong.c by _mullong.c
11222
11223 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11224
11225         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11226
11227 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11228
11229         * src/SDCCglue.c: test, if win32api is available for MINGW
11230
11231 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11232
11233         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11234         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11235         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11236         * support/regression/ports/host/spec.mk: removed GENERIC
11237         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11238         * support/regression/ports/z80/spec.mk: removed GENERIC
11239
11240 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11241
11242         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11243
11244         * support/regression/tests/bug-467035.c: Created.
11245
11246 2001-10-01    <johan AT FRIJA>
11247
11248         * src/SDCC.y: fixed bug #466586 part 1
11249
11250 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11251
11252         * SDCCicode.c: z80 has no generic pointers
11253         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11254
11255 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11256
11257         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11258
11259 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11260
11261         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11262
11263         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11264
11265 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11266
11267         * configure.in: Fixed up so that ucsim is only configured once.
11268
11269         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11270
11271         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11272         (getPathDifference): As above.
11273
11274         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11275
11276         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11277
11278 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11279         * .version: Updated to 2.3.1
11280
11281         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11282         Added copyright header.
11283
11284         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11285         (assemble): Added support for macro based assembler commands.
11286         (linkEdit): Added support for macro based linker commands.
11287         (preProcess): Changed the pre-processor to use macros.
11288         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11289         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11290
11291         * device/lib/z80/crt0.s: Added module name for debugging.
11292
11293 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11294
11295         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11296
11297         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11298
11299         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11300
11301         * src/Makefile.in: Added SDCCmacro and SDCCutil
11302
11303 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11304
11305         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11306
11307 2001-09-16    <johan AT FRIJA>
11308
11309         * 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.
11310
11311 2001-09-15    <johan AT FRIJA>
11312
11313         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11314         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11315
11316 2001-09-11    <johan AT FRIJA>
11317
11318         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11319
11320 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11321
11322         * support/regression/tests/bug-460444.c: Added test case.
11323
11324         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11325         (genCast): Added justification for all of the asserts.
11326
11327 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11328
11329         * support/regression/support.c: _xdata replaced by xdata
11330
11331         * support/regression/spec.mk: removed _generic
11332
11333 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11334
11335         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11336
11337         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11338         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11339
11340         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11341
11342         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11343
11344         * support/regression/tests/bug-460010.c: Added test case.
11345
11346         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11347
11348 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11349
11350         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11351
11352         * support/regression/testfwk.c: removed workaround for bug #436344
11353
11354         * support/regression/tests/bp.c: use less memory with mcs51
11355
11356         * support/regression/tests/bug-441448.c: use less memory
11357
11358         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11359
11360         * support/regression/collate-results.py: typo
11361
11362 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11363
11364         * support/regression/tests/fetchoverlap.c: Added new test case.
11365
11366         * support/regression/tests/bp.c: Added new test case.
11367
11368         * support/regression/tests/bug-448984.c: Added new test case.
11369
11370         * support/regression/tests/pow2shifts.c: Added new test case.
11371
11372         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11373         (genlshTwo): Fixed right shift for count > 8.
11374
11375         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11376
11377 2001-09-08    <johan AT FRIJA>
11378
11379         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11380
11381 2001-09-07    <johan AT FRIJA>
11382
11383         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11384
11385         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11386
11387 2001-09-06    <johan AT FRIJA>
11388
11389         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11390         * bernhard noted me at this: "() equals to (void)" (1.38)
11391
11392 2001-09-05    <johan AT FRIJA>
11393
11394         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11395
11396 2001-09-04    <johan AT FRIJA>
11397
11398         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11399
11400
11401 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11402
11403         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11404
11405 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11406
11407         * link/z80/aslink.h: Fixed path for PATH_MAX
11408
11409 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11410
11411         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11412
11413         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11414
11415         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11416
11417         * 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.
11418
11419 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11420
11421         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11422         (genCmp): Fixed up genCmp for the GB with longs.
11423
11424         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11425
11426         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11427
11428         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11429
11430         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11431
11432 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11433
11434         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11435
11436 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11437
11438         * 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.
11439
11440         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11441
11442 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11443
11444         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11445
11446         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11447
11448 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11449
11450   * sim/ucsim/configure:    little improvement of Cygwin-detection
11451   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11452   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11453   * support/regression/tests/bug-221100.c: small changes for mcs51
11454   * support/regression/tests/bug-221168.c: small changes for mcs51
11455   * support/regression/tests/bug-227710.c: small changes for mcs51
11456   * support/regression/tests/staticinit.c: small changes for mcs51
11457   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11458   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11459   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11460
11461 $Revision$