* support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
[fw/sdcc] / ChangeLog
1 2006-05-22 Borut Razem <borut.razem AT siol.net>
2
3         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
4           second try. Thanks Stas Sergeev once more.
5
6 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
7
8         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
9           (genLeftShift, genRightShift): fixed bug 1491627
10         * src/hc08/peeph.def (rules 7, 8.x): added
11         * support/regression/tests/shifts.c (ShiftLeftByParam,
12           ShiftRightByParam, testShiftByParam): added to test variable shifting
13
14 2006-05-20 Raphael Neider <rneider AT web.de>
15
16         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
17         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
18           (allocReg): add only new registers to dynAllocRegs,
19           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
20             #1489055, #1445850, and probably #1483693
21
22 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
23
24         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
25         bug in for-loop that didn't emit the last of CONFIG and ID registers
26
27 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
28
29         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
30           with offset
31         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
32           1489016, 1434401 and 1490124
33         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
34           1489016, 1434401 and 1490124
35
36 2006-05-17 Borut Razem <borut.razem AT siol.net>
37
38         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
39           thanks Stas Sergeev
40
41 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
42
43         * device/include/mcs51/P89c51RD2.h,
44         * device/include/mcs51/P89LPC901.h,
45         * device/include/mcs51/P89LPC922.h,
46         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
47
48 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
49
50         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
51         to fix missing stack pragma in compiled binary object file,
52
53 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
54
55         * support/packihx/configure.in,
56         * support/packihx/configure: removed warning, autoconf >= 2.5x can
57         determine sizeof basic types even while cross compiling
58
59 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
60
61         * src/avr/gen.c (aopop),
62         * src/ds390/gen.c (aopOp),
63         * src/hc08/gen.c (aopOp),
64         * src/mcs51/gen.c (aopop),
65         * src/pic16/gen.c (pic16_aopOp),
66         * src/pic/gen.c (aopOp),
67         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
68         if size of operand is smaller than spill location
69
70 2006-05-12 Borut Razem <borut.razem AT siol.net>
71
72         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
73           have to have CR/LF line endings even if they are checked out on *nix
74           or on WIN32 in cygwin binmode
75
76 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
77
78         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
79         * device/include/ds80c390.h: added sfr16 definitions
80         * src/ds390/gen.c,
81         * src/ds390/gen.h,
82         * src/ds390/main.c,
83         * src/ds390/ralloc.c,
84         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
85           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
86           bit returning functions
87         * support/regression/tests/sfr16.c: enabled test on ds390
88
89 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
90
91         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
92         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
93
94 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
95
96         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
97         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
98           (cl_address_space constructor): removed expensive initialization,
99           (cl_address_space::get_cell): extended for late initialization,
100           (cl_address_space::*): use late initialization,
101           (cl_address_decoder::activate): removed expensive initialization,
102           This reduced regression test running time by 25%
103
104 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
105
106         * packihx/,
107         * configure.in,
108         * configure,
109         * sdcc.dsw,
110         * Makefile.bcc,
111         * Makefile.in,
112         * support/packihx/Makefile.in,
113         * support/packihx/clean.mk,
114         * support/packihx/Makefile.bcc,
115         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
116
117 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
118
119         * src/SDCCval.c (valNot): fix for regression test failure
120           of not.c on big endian hosts
121
122 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
123
124         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
125
126 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
127
128         * device/lib/mcs51/Makefile.in: changed string comparison operator
129           to = for POSIX compliance; == is bash extension
130
131 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
132
133         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
134           kosmonaut_pirx
135
136 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
137
138         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
139         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
140         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
141         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
142         bug report #1478657,
143
144 2006-05-05 Borut Razem <borut.razem AT siol.net>
145
146         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
147           making the html
148
149 2006-05-02 Borut Razem <borut.razem AT siol.net>
150
151         * doc/Makefile.in: removed *.ind dependency since there is no rule to
152           create *.ind, which made make to fail if invoked with -j 2
153
154 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
155
156         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
157           Hubert Sack for patch 1479782
158
159 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
160
161         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
162
163 2006-05-01 Raphael Neider <rneider AT web.de>
164
165         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
166           (create_pic): store only prefix-free device name,
167           (init_pic): check for device names with "16" prefix,
168           (list_valid_pics),
169         * src/pic/device.h (struct PIC_device),
170         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
171             stored device name,
172         * device/include/pic/pic12f{635,675,629,683}.h,
173         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
174         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
175         * device/include/pic/pic16f505.h,
176         * device/lib/pic/libdev/pic16f505.c: removed
177         * device/include/pic/pic14devices.txt: added support for pic12f
178             devices, removed unsupported non 16-bit devices
179             [above changes provided by patch from Zik Saleeba]
180         * src/pic/*, src/pic16/*, device/include/pic16/*,
181           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
182
183 2006-05-01 Borut Razem <borut.razem AT siol.net>
184
185         * configure.in, configure, doc/Makefile.in:
186           sync with nightly build makefile - latex, dvipdf and dvips
187           not needed any more
188
189 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
190
191         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
192         in the library source
193
194 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
195
196         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
197
198 2006-04-28 Raphael Neider <rneider AT web.de>
199
200         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
201         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
202           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
203         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
204
205 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
206
207         * device/lib/pic/libdev/Makefile.in,
208         * device/lib/hc08/Makefile.in,
209         * device/lib/gbz80/Makefile.in,
210         * device/lib/z80/Makefile.in,
211         * device/lib/ds390/Makefile.in,
212         * device/lib/ds400/Makefile.in: added srcdir to include search path,
213         thanks to Borut for the bug report
214         * configure.in,
215         * configure: always create doc/Makefile independent from --enable-doc
216         * Makefile.in: always install from directory doc independent from
217         --enable-doc
218         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
219         removed
220         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
221         * doc/Makefile.in: install *.txt if present
222         * device/include/Makefile.in (install): added installation of pic/*.inc
223         and pic/*.txt files again, they were erroneously removed
224
225 2006-04-28 Raphael Neider <rneider AT web.de>
226
227         * src/pic/{gen.c,main.h,pcode.c},
228         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
229             concerning signedness with casts
230
231 2006-04-28 Raphael Neider <rneider AT web.de>
232
233         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
234             definition of an interrupt handler,
235         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
236             interrupt handler stuff from picglue() to separate routine,
237           (picglue): enabled definition of intr handlers in files w/o main()
238
239 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
240
241         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
242           compilation with MSVC 2005 Express Edition (VC8)
243
244 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
245
246         * device/lib/Makefile: fixed build of gbz80 lib
247
248 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
249
250         * support/regression/tests/bug-460010.c,
251         * support/regression/tests/bug-524691.c,
252         * support/regression/tests/bug-716242.c: removed conditional defines
253           that are already in testfwk.h
254
255 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
256
257         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
258           (AccAXRsh1): added, shift right by 1,
259           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
260            AccAXLrl1
261         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
262
263 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
264
265         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
266         remove cast to same type
267         * src/SDCCast.c (decorateType): fix for RFE 1475742,
268         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
269         * as/z80/Makefile,
270         * link/z80/Makefile: removed, they have moved to
271         Makefile.in files
272         * configure,
273         * configure.in: replaced duplicate message about ucsim by missing sdcpp
274         * install-sh: fix bug #1204398 by setting umask 0022
275         * device/lib/Makefile: separate build of z80 and gbz80 lib
276
277 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
278
279         Enabled VPATH feature: changed nearly all Makefiles (149 files).
280         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
281
282         One basic decision: e.g. src/clean.mk includes further files. In order
283         to make this work there are two solutions:
284         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
285           run configure on them. This way they can use
286           'include $(srcdir)/port-clean.mk'
287         - always include clean.mk by the Makefile at the same level. To avoid
288           that `make clean` tries to include and build Makefile.dep the
289           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
290           implemented, because now even `make uninstall` doesn't create
291           Makefile.in. clean.mk could be eliminated by pasting it in
292           Makefile.in.
293
294         * debugger/mcs51/Makefile.in: build own objects from library sources
295         (SLIB, SDCC) in current directory
296
297         * configure, configure.in: renamed --disable-device-lib-build in
298         --disable-device-lib; added --enable-doc, the required tools are
299         searched by configure; added result message; the toolchain for the
300         belonging ports are now only built, if the port is enabled.
301
302         * support/regression/*: all output is written in directory gen, because
303         the fwk and ports directories don't livet in the build tree using vpath
304
305         * doc/sdccman.lyx: renamed --disable-device-lib-build to
306         --disable-device-lib, added --enable-doc, added section VPATH
307
308         * sim/ucsim/configure.in,
309         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
310         z80 are enabled by default
311
312 2006-04-24 Raphael Neider <rneider AT web.de>
313
314         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
315             to config word, "pic14_"-prefixed some extern functions
316           (pic14_emitConfigWord): emit __config directive(s) if assignment to
317             config word has been found
318         * src/pic/device.h: added prototypes
319         * src/pic/pcode.c: added "pic14_"-prefix where needed
320         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
321             fixup
322         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
323             words,
324           (pic14emitRegularMap): ignore config words,
325           (pic14createInterruptVect): moved generating __config directives away
326           (picglue): have __config directives emitted
327
328 2006-04-24 Borut Razem <borut.razem AT siol.net>
329
330         * doc/Makefile: sync with nightly build makefile
331
332 2006-04-24 Raphael Neider <rneider AT web.de>
333
334         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
335             registers that have not been assigned proper liveranges,
336             fixes #1469504 and #1474602,
337           (pCodeRegOptimizeRegUsage): fixed typo in comment
338
339 2006-04-24 Borut Razem <borut.razem AT siol.net>
340
341         * device/examples/main8051.c: deleted - it was removed from CVS
342           24.mar.2000 and after that modified 18.feb.2001, so it reappered
343           after the transition to Subversion
344         * src/SDCCalloc.h: deleted - it was removed  from CVS
345           3.feb.2001 and after that modified 18.feb.2001, so it reappered
346           after the transition to Subversion
347         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
348           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
349           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
350           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
351
352 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
353
354         * as/asx8051.dsp: added mcs51/strcmpi.h
355         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
356         * as/hc08/aslink.h: updated lnksect prototype
357         * as/hc08/asm.h,
358         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
359         * as/hc08/asmain.c,
360         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
361           (newdot): handle A_ABS
362         * as/hc08/asout.c,
363         * as/mcs51/asout.c (outarea): output address
364         * as/hc08/lkaomf51.c,
365         * as/mcs51/lkaomf51.c: disabled unused array UsageType
366         * as/hc08/m08pst.c,
367         * as/mcs51/i51pst.c,
368         * as/z80/z80pst.c: "ABS" is not A_OVR
369         * as/hc08/lkarea.c (newarea): read a_addr,
370           (lnkarea): added codemap array, sort absolute areas to the front,
371            combine all GSINITx/GSFINAL,
372           (find_empty_space, allocate_space): new functions,
373           (lnksect): return next address, handle absolute sections
374         * as/mcs51/lkarea.c (newarea): read a_addr,
375           lnksect2 prototype changed,
376           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
377           (find_empty_space, allocate_space): new, factored out of lnksect2,
378           (lnksect2): return next address, handle absolute sections
379         * as/hc08/lkhead.c,
380         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
381         * as/hc08/lklibr.c (addfile, fndsym),
382         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
383           index out of range and detect both '\' and '/'
384         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
385         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
386           regression tests (ds390 cannot return bool yet)
387         * doc/sdccman.lyx: changed version number, document changed --no-peep,
388           document critical interrupts on z80, document changed SDCC define
389         * src/asm.c (_asxxxx_mapping): fixed .org directive,
390           (_a390_mapping): added .org directive
391         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
392           (genMultOneByte): fixed warnings
393         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
394           ones
395         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
396         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
397           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
398         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
399         * src/pic16/main.c: removed newReg prototype
400         * src/pic16/pcode.c,
401         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
402           warnings
403         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
404           ones
405         * src/pic16/ralloc.c
406         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
407           to fix warnings
408         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
409           from short to PIC_OPTYPE
410         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
411         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
412           optype from short to PIC_OPTYPE
413         * src/port.h: made int_size unsigned to fix warnings
414         * src/SDCC.y: fixed warning on MSVC
415         * src/SDCCicode.c (getArraySizePtr): return unsigned int
416         * src/SDCCopt.c (convertToFcall): fixed warnings
417         * src/SDCCsymt.h: removed double prototype for genSymName
418         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
419           offset int to fix warnings
420
421 2006-04-22 Borut Razem <borut.razem AT siol.net>
422
423         * doc/sdccman.lyx, */Makefile, */Makefile.in:
424           references to CVS replaced with Subversion
425
426 2006-04-21 Borut Razem <borut.razem AT siol.net>
427
428         * doc/sdccman.lyx, */Makefile, */Makefile.in:
429           references to CVS replaced with Subversion
430
431 2006-04-19 Borut Razem <borut.razem AT siol.net>
432
433         * src/version.awk: adapted for svn
434         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
435           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
436           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
437           /binutils-avr/etc/*.vi, *.jin: removed all properties
438           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
439
440 2006-04-19 Borut Razem <borut.razem AT siol.net>
441
442         * CVS to Subversion migration completed
443
444 2006-04-18 Borut Razem <borut.razem AT siol.net>
445
446         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
447           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
448
449 2006-04-17 Borut Razem <borut.razem AT siol.net>
450
451         * device/include/Makefile.in: added pic/*.inc to the installation
452
453 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
454
455         * support/regression/collate-results.py: fixed output in case of
456         a valdiag error
457         * support/regression/generate-cases.py: fixed splitting of pathnames
458         with dots
459         * as/hc08/lklibr.c (addfile),
460         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
461
462 2006-04-11 Raphael Neider <rneider AT web.de>
463
464         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
465         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
466         * src/pic16/pcode.c (assignValnums): fixed #1460578
467
468 2006-04-11 Raphael Neider <rneider AT web.de>
469
470         * device/lib/pic/libdev/*.c,
471         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
472           fixes #1468739, enables compilation in --std-c99 mode
473         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
474
475 2006-04-11 Raphael Neider <rneider AT web.de>
476
477         * src/pic/device.c (find_device): removed debug output
478           (list_valid_pics): enabled verbose listing of supported devices
479         * device/include/stdbool.h: define bool as char for pic14/16 as well
480
481 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
482
483         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
484
485 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
486
487         * .version: bumped version to 2.5.6
488         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
489
490 2006-04-06 Raphael Neider <rneider AT web.de>
491
492         * .version: bumped version to 2.5.6 (pic14 ABI changed)
493         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
494         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
495           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
496             pic14_constructAbsMap
497           (pic14printPublics): declare absolute global symbols as global
498           (pic14createInterruptVect),
499         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
500           (newReg): assume new registers unused, use correct name in
501             hashtable (reg->name instead of name), more debugLog output
502         * src/pic/device.h (PIC_device): added fields for verbose output
503         * src/pic/device.c: moved device definition to pic14devices.txt,
504             added routines for runtime parsing of pic14devices.txt,
505             added support for second config word
506         * src/pic/main.c (_process_pragma): removed #pragma maxram,
507           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
508           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
509           (_pic14_parseOptions): moved pCodeInitRegisters here
510           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
511         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
512           (pCodeInitRegisters): rewrapped comments, perpared new approach to
513             handling the pseudo stack
514         * device/lib/Makefile.in: ignore failures in objects-pic16,
515         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
516         * device/lib/pic/NEWS: document new dependency on picXXX.lib
517         * device/lib/pic/Makefile.subdir,
518         * device/lib/pic16/Makefile.subdir: improved clean rules
519         * device/lib/pic/libdev/: NEW, pic14 device libraries
520         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
521         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
522         * device/include/Makefile.in: create subdir and install pic14 headers
523         * device/include/pic/p16f_common.inc: removed unused declarations
524         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
525             PICs from inc2h.pl v1.6,
526             replaced BIT_AT macros with struct declarations
527         * device/include/pic/pic14devices.txt: definition of supported devices,
528             all above improvements contributed by Zik Saleeba, thanks
529         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
530         * support/scripts/sdcc.nsi: also install pic14 device libraries and
531             headers
532
533 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
534
535         * device/include/mcs51/c8051f410.h: added interrupt numbers,
536         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
537           thanks to Charles Olds
538
539 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
540
541         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
542
543 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
544
545         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
546         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
547         * support/regression/bug1464657.c: added, new test
548
549 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
550
551         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
552           version number
553
554 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
555
556         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
557           --no-peep and --peep-file <file> are used don't use default rules but
558           do use the <file>
559
560 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
561
562         * src/mcs51/gen.c (genCall): fixed bug 1457608
563
564 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
565
566         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
567         changes seem to cause (trigger?) problems with the build system.
568
569 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
570
571         * src/SDCCpeeph.c (operandsLiteral): new, added,
572           (callFuncByName): inserted operandsLiteral
573         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
574
575 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
576
577         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
578         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
579
580 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
581
582         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
583           implemented patch 1120823 Thanks to Willy De la Court (normal
584           interrupts need an interrupt number now if they are made critical),
585           and enabled nesting of critical functions though not for gbz80
586           (genCritical, genEndCritical): added functions
587           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
588         * src/z80/mappings.i: added "ei" to all mappings
589
590 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
591
592         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
593         submitted by the Debian SDCC maintainer Aurelien Jarno:
594         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
595         archive with gcc 4.1 on mips and wrote the patch"
596
597 2006-03-16 Raphael Neider <rneider AT web.de>
598
599         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
600           the left operand is shorter than the result (c* = lit-c* + int),
601           fixes bug #1450796
602         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
603           OP_SYMBOL
604
605 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
606
607         * src/.version: increased version number to 2.5.5
608         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
609         linking is done manually in pic16 port's _linkEdit,
610         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
611         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
612         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
613         allocate asmop as AOP_ACC,
614         (aopForRemat): added parameter 'bool result' in function declaration,
615         (pic16_aopGet): return AOP_ACC when accessing WREG,
616         (pic16_popGetTempReg): minor modification,
617         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
618         'pic16_allocWithIdx',
619         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
620         calling function in absolute addresses,
621         (genAssign): take into account AOP_ACC asmop,
622         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
623         * src/pic16/pcoderegs.c: some debug functions and lines added,
624         * src/pic16/ralloc.c (decodeRegType): added but commented out,
625         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
626         register too,
627         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
628         call to allocReg, not by manually allocating a new one,
629         (pic16_assignRegisters): now before going through the register
630         allocating functions mark all registers as free. This eliminates some
631         side effects resulting from peephole parser done earlier in the backbone
632
633 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
634
635         * src/SDCCicode.c (geniCodeLogic),
636         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
637
638 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
639
640         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
641           (genSend): bugfix, do not allocate and free twice,
642           (shiftRLong): handle partially overlapping aops
643         * support/regression/tests/bitopcse.c: fixed warning redefined idata
644
645 2006-03-08 Borut Razem <borut.razem AT siol.net>
646
647         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
648           for pic16
649
650 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
651
652         * support/regression/tests/bug1409955.c: new, added
653         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
654         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
655           (aopForSym, aopOp): increment asmop.allocated if reused,
656           (freeAsmop): decrement asmop.allocated and check for zero instead of
657           using asmop.freed,
658           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
659           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
660            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
661            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
662            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
663            genSignedRightShift, genRightShift, genDataPointerGet,
664            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
665            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
666             in reverse order from allocation,
667           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
668             added swappedLR to keep track
669         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
670           pdata & code for GCC, z80, gbz80 & hc08
671         * support/regression/tests/zeropad.c: moved defines to testfwk.h
672
673 2006-03-08 Raphael Neider <rneider AT web.de>
674
675         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
676
677 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
678
679         * device/include/mcs51/c8051f410.h: new SiLabs mcu
680         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
681         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
682
683 2006-03-06 Borut Razem <borut.razem AT siol.net>
684
685         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
686           made the linker quiet
687
688 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
689
690         * src/pic16/gen.c (genPcall): fixed bug #1443644
691         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
692         which dumps before the function entry point a data byte which represents
693         the number of the local variables used by the specified function, added
694         'xinst' for initial support for Extended Instruction Support,
695         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
696         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
697         port->fun_prefix anymore (may change later),
698         (genFunction, genEndFunction): do not store/restore local registers for
699         _main (this should take care the --main-return command line option in
700         the future),
701         (genOr): removed some legacy pic-port instructions,
702         * src/pic16/genarith.c (genAddLit): re-enabled old code because
703         performing operations with SFR's causes data to be written more than
704         once to each SFR. Perhaps SFRs should be handled in special cases...
705         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
706         pcode.h
707         * src/pic16/main.c (_process_pragma): stack bound checking did not take
708         into account for stack starting position,
709         (struct OPTIONS pic16_optionsTable): added command line argument
710         --extended or -y for Extended Instruction Support,
711         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
712         (deassignLRs): *** perhaps the most important change, old 'for' code
713         (commented out for reference), didn't account for some registers which
714         were left marked 'not free' after a pointer operation. The change
715         reduces register usage a lot in some cases
716
717 2006-03-04 Borut Razem <borut.razem AT siol.net>
718
719         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
720           _clean
721         * support/regression/tests/bug-524697.c: decreased array size for
722           mcs51 to fit into the internal RAM
723         * support/regression/Makefile.in: a little bit more verbose
724
725 2006-03-03 Borut Razem <borut.razem AT siol.net>
726
727         * support/regression/fwk/lib/testfwk.c,
728           support/regression/fwk/include/testfwk.h: introduced function
729           _prints(), nonrecursive _printn(), call _initEmu() from main()
730         * support/regression/ports/gbz80/support.asm,
731           support/regression/ports/ucz80/support.asm,
732           support/regression/ports/z80/support.asm,
733           support/regression/ports/ds390/support.c,
734           support/regression/ports/hc08/support.c,
735           support/regression/ports/host/support.c,
736           support/regression/ports/mcs51/support.c,
737           support/regression/ports/xa51/support.c: added empty _initEmu()
738           function
739         * support/regression/ports/pic16/gpsim.cmd,
740           support/regression/ports/pic16/spec.mk,
741           support/regression/ports/pic16/support.c,
742           support/regression/Makefile.in: added pic16 regression test
743
744 2006-03-01 Raphael Neider <rneider AT web.de>
745
746         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
747           genConstPointerGet): use safe way of generating MOVFF to cover
748             literals as well as registers, fixes bug #1440527
749         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
750             dereference
751           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
752             more correctly, fixes bug #1232186
753           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
754         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
755             gplink guess the correct processor in more cases, applied patch
756             from Till Riedel attached to and fixing bug #1436552
757
758 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
759
760         * support/regression/tests/array.c: added, contains check for #1434401
761         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
762
763 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
764
765         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
766         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
767         * device/include/mcs51/c8051f326.h,
768         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
769         * device/include/mcs51/c8051f000.h,
770         * device/include/mcs51/c8051f018.h,
771         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
772           PCON_IDLE,PCON_STOP and added sfr16 definitions
773
774 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
775
776         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
777           genGetWord): fixed bug 1409955
778
779 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
780
781         * device/include/hc08/mc68hc908gp32.h,
782         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
783
784 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
785
786         * src/SDCCast.c (constExprValue): return NULL if not a value
787         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
788         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
789         * support/regression/tests/bitfields.c: enabled signed bitfield for all
790
791 2006-02-13 Borut Razem <borut.razem AT siol.net>
792
793         * src/regression/ptrarg.c: added, fails due to bug #1430967
794         * src/regression/Makefile: ptrarg.c added, ...
795
796 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
797
798         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
799         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
800
801 2006-02-11 Borut Razem <borut.razem AT siol.net>
802
803         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
804           print "Processor: xxx" message to stdout only if --verbose
805
806 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
807
808         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
809         * support/regression/tests/bug1426356.c: added
810         * support/regression/tests/bitfields.c: removed 2 tests
811
812 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
813
814         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
815         * device/include/mcs51/c8051f330.h,
816         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
817           PCON_IDLE,PCON_STOP and added sfr16 definitions
818         * device/lib/_divsint.c,
819         * device/lib/_divuint.c,
820         * device/lib/_divulong.c,
821         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
822           register bank bug for small stackauto
823
824 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
825
826         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
827
828 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
829
830         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
831         * all.dsp: corrected several bin paths
832         * device/include/mcs51/c8051f120.h,
833         * device/include/mcs51/c8051f300.h,
834         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
835           to PCON_IDLE,PCON_STOP
836         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
837         * device/lib/printf_large.c (output_float): fixed bug 1388703
838         * support/regression/tests/bug1057979.c: added test for bug 1388703
839
840 2006-02-08 Raphael Neider <rneider AT web.de>
841
842         * src/pic/pcode.c (pciTRIS): fixed typo,
843           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
844           (LinkFlow): fixed handling of flows that end in a call,
845           (ReuseReg): perform safety check earlier
846         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
847             to work with flows at the beginning of a pBlock,
848             fixes #1426557 (Symbol not previously defined),
849           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
850             usage information
851           (RemoveUnusedRegisters): update register usage info
852         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
853             created, reuse existing ones instead
854         * src/pic/gen.c (genPcall): fixed #1424719
855
856 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
857
858         * link/z80/lkmain.c,
859         * link/z80/lklex.c,
860         * link/z80/lkdata.c,
861         * link/z80/aslink.h: fixed build on current cygwin:
862         replaced getline() by lk_getline()
863
864 2006-02-01 Borut Razem <borut.razem AT siol.net>
865
866         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
867           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
868           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
869           src/regression/bool1.c, src/regression/bool2.c,
870           src/regression/bool3.c, src/regression/call1.c,
871           src/regression/compare.c, src/regression/compare10.c,
872           src/regression/compare2.c, src/regression/compare3.c,
873           src/regression/compare4.c, src/regression/compare5.c,
874           src/regression/compare6.c, src/regression/compare7.c,
875           src/regression/compare8.c, src/regression/compare9.c,
876           src/regression/configword.c, src/regression/for.c,
877           src/regression/inline.c, src/regression/mult1.c,
878           src/regression/nestfor.c, src/regression/or1.c,
879           src/regression/pointer1.c, src/regression/ptrfunc.c,
880           src/regression/rotate1.c, src/regression/rotate2.c,
881           src/regression/rotate3.c, src/regression/rotate4.c,
882           src/regression/rotate5.c, src/regression/rotate6.c,
883           src/regression/rotate7.c, src/regression/string1.c,
884           src/regression/struct1.c, src/regression/sub.c,
885           src/regression/sub2.c, src/regression/switch1.c,
886           src/regression/while.c, src/regression/xor.c,
887           src/regression/create_stc, src/regression/simulate,
888           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
889           regression tests
890         * src/regression/gpsim_assert.h: added
891
892 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
893
894         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
895         ((void (code *) (void)) 0) ();
896         * as/hc08/aslex.c,
897         * as/hc08/aslink.h,
898         * as/hc08/asm.h,
899         * as/hc08/asmain.c,
900         * as/hc08/lkdata.c,
901         * as/hc08/lklex.c,
902         * as/hc08/lkmain.c,
903         * as/mcs51/aslex.c,
904         * as/mcs51/aslink.h,
905         * as/mcs51/asm.h,
906         * as/mcs51/asmain.c,
907         * as/mcs51/lkdata.c,
908         * as/mcs51/lklex.c,
909         * as/mcs51/lkmain.c,
910         * as/z80/aslex.c,
911         * as/z80/asm.h,
912         * as/z80/asmain.c: fixed build on current cygwin:
913         replaced getline() by as_getline()
914
915 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
916
917         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
918         declarator in the symbol chain
919         * src/SDCCsymt.h,
920         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
921         parameter list for function pointers
922         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
923         * support/regression/tests/bug-716242.c: added
924
925 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
926
927         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
928         offset if possible
929         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
930
931 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
932
933         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
934         inifinitely recurseable, added static
935         * support/regression/tests/bug-1408066.c: added
936
937 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
938
939         * src/SDCCicode.h,
940         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
941         renamed, added possibility to create "postLoopLbl"-labels
942         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
943         newiTempLoopHeaderLabel
944         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
945         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
946         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
947         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
948         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
949         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
950         (basicInduction): fixed bug #136564, made static,
951         (loopInduction): changed parameter of basicInduction, made static,
952         (addPostLoopBlock): added
953         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
954         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
955         findLoopEndSeq
956         * support/regression/tests/bug-136564.c: added
957         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
958         --std-sdcc99 to LIBSDCCFLAGS
959
960 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
961
962         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
963         while loop
964         * support/regression/tests/bug-1406131.c: added
965
966 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
967
968         * src/SDCCast.c (decorateType): fix promotion of unary minus
969         * src/SDCCsymt.c (computeType): beautified
970         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
971         (valUnaryPM, valComplement): fix sign and promotion,
972         (valNot): ANSI: result type is int (SDCC: unsigned char)
973         * support/regression/tests/uminus.c: speedup by removing superflous
974         test case 'int'
975         * support/regression/tests/onebyte.c: added promotion and signedness
976         tests for unary minus
977         * support/regressions/tests/bug-477927.c: disable warning about
978         uninitialized variables
979         * support/regression/tests/not.c: added
980
981 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
982
983         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
984         * src/mcs51/gen.c (gen51Code): show final register usage after
985         fillGaps in asm with --i-code-in-asm
986         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
987         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
988         incUsed, rliveClear, adjustIChain): made static,
989         (setFromRange): excluded because it's unused,
990         (findPrevUseSym, markWholeLoop): added,
991         (findPrevUse): rewritten; fixes bug 895992; now a complete search
992         through all branches of predecessors enables sdcc to emit the warning
993         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
994         (rlivePoint): made static, added parameter emitWarnings which is only
995         true during the first run out of two,
996         (findRecursiveSucc, findRecursivePred): removed,
997         (computeLiveRanges): made static, added parameter emitWarnings,
998         (dumpIcRlive): added for debugging only
999         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1000         removed prototype of setFromRange()
1001         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1002         in call of computeLiveRanges()
1003         * support/regression/tests/bug-895992.c: added
1004         * support/regression/tests/bug-971834.c: added
1005         * support/valdiag/tests/bug-895992.c: added
1006         * support/valdiag/tests/bug-971834.c: added
1007
1008 2005-12-18 Raphael Neider <rneider AT web.de>
1009
1010         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1011           (genUnpackBits): improved code for direct operands,
1012           (genPackBits): improved code for literal assignment to bitfields
1013             and for direct destination operands (no FSR indirection),
1014             prevented redundant AND, fixes #1362800,
1015           (AccLsh): added parameter to disable masking of the result
1016         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1017           skip instructions with side-effects (like incfsz),
1018           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1019         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1020         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1021           fixes #1375263
1022
1023 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1024
1025         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1026         volatile variables as spill location
1027
1028 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1029
1030         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1031         replacing literals
1032         * support/regression/tests/bug-1376320.c: added
1033
1034 2005-12-08 Raphael Neider <rneider AT web.de>
1035
1036         * src/pic/device.c: renamed is_shared to pic14_is_shared
1037         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1038         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1039           (is_valid_identifier): added for above workaround
1040
1041 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1042
1043         * device/lib/Makefile.in: fixed to enable port-specific-objects
1044         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1045           char, thanks Hubert Sack
1046         * doc/sdccman.lyx: documented --xstack-loc,
1047           elaborated a bit more on interrupts and pitfalls,
1048           removed "setjmp/longjmp unsupported",
1049           documented some unsupported C99 features
1050         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1051         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1052           if, thanks Hubert Sack
1053         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1054         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1055           make make_library
1056         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1057           regression tests can report resource usage (rfe 700441)
1058         * support/regression/collate-results.py: report resource usage
1059         * support/regression/ports/ds390/spec.mk,
1060         * support/regression/ports/hc08/spec.mk,
1061         * support/regression/ports/mcs51/spec.mk,
1062         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1063         * support/regression/ports/ds390/uCsim.cmd,
1064         * support/regression/ports/hc08/uCsim.cmd,
1065         * support/regression/ports/mcs51/uCsim.cmd,
1066         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1067         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1068           library, use the default one
1069         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1070           building the library
1071
1072 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1073
1074         * config.dsp: added dependency on .version and configure_vc.awk
1075         * device/include/setjmp.h: updated for --stack-auto and --xstack
1076         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1077         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1078         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1079         * device/lib/libsdcc.lib: added _setjmp
1080         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1081           (decorateType): fixed bug 1372851,
1082           (optimizeGetHbit): fixed warning
1083         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1084           array initialisation
1085         * support/regression/tests/bug1057979.c: added test for bug 1358192
1086         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1087
1088 2005-12-03 Borut Razem <borut.razem AT siol.net>
1089
1090         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1091           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1092
1093 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1094
1095         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1096         createIval): implement symbol independant "flexible array member",
1097         (createIvalCharPtr): implemented flexible array initialisation with a
1098         string
1099         * src/SDCCsymt.c (copyStruct): removed,
1100         (getSize): fixed misleading comment,
1101         (getAllocSize): removed, the additional allocation size is now in
1102         sym->flexArrayLength,
1103         (checkStructFlexArray): new, syntax checks for flexible array members,
1104         (compStructSize): added syntax checks for "flexible array members"
1105         (copyStruct): removed,
1106         (copyLinkChain): removed inefficient fix for bug 770487
1107         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1108         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1109         symbol->flexArrayLength
1110         * src/SDCCerr.c,
1111         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1112         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1113         * support/regression/tests/structflexarray.c: added
1114         * support/valdiag/tests/structflexiblearray.c: added
1115
1116 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1117
1118         * src/SDCCast.c (decorateType): fixed bug 1368489
1119         * support/Util/SDCCerr.c,
1120         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1121
1122 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1123
1124         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1125           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1126
1127 2005-11-27 Borut Razem <borut.razem AT siol.net>
1128
1129         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1130           support/cpp2/mkdeps.h: added command line option
1131           -obj-ext=<extension> to SDCPP to define object file externion, used
1132           for generation of make dependencies (-M)
1133         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1134
1135 2005-11-26 Borut Razem <borut.razem AT siol.net>
1136
1137         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1138           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1139           added pic and pic16 libraries
1140
1141 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1142
1143         * device/include/float.h: Corrected typo in prototype of __fsgt
1144
1145 2005-11-25 Borut Razem <borut.razem AT siol.net>
1146
1147         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1148           added creation of model-mcs51-stack-auto libraries
1149
1150 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1151
1152         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1153         and fields-list too
1154         * src/SDCCast.c (createIvalArray): removed obsolete comment
1155
1156 2005-11-24 Borut Razem <borut.razem AT siol.net>
1157
1158         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1159           added missing device/lib/mcs51/crt*.asm sources
1160
1161 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1162
1163         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1164
1165 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1166
1167         * device/lib/_fs2schar.c,
1168         * device/lib/_fs2sint.c,
1169         * device/lib/_fs2slong.c: optimized inline asm
1170
1171 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1172
1173         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1174           Better handling of floats between -1.0 and 0.0.
1175
1176 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1177
1178         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1179           (the missing "if"s prohibited removal of redundant labels)
1180
1181 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1182
1183         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1184           Properly convert floats between -1.0 and 0.0 to long, int, and char
1185           types (max integer value of negative floats tends to zero).
1186         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1187           Removed changes made so to work properly with floats between
1188           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1189           and _fs2char.c
1190
1191 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1192
1193         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1194         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1195         (genCast) cosmetic change
1196         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1197         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1198         from mcs51
1199         * support/regression/tests/bitfields (testSignedBitfields): added
1200
1201 2005-11-18 Borut Razem <borut.razem AT siol.net>
1202
1203         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1204         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1205           introduced SILENT option to make building of pic16 libraries less
1206
1207 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1208
1209         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1210           Now they work properly with floats between -1.0 and 0.0
1211         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1212
1213 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1214
1215         * src/SDCCicode.c (printOperand): added missing else
1216
1217 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1218
1219         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1220         reformatted for better readability
1221         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1222         signed bitfields
1223
1224 2005-11-17 Borut Razem <borut.razem AT siol.net>
1225
1226         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1227           introduced SILENT option to make building of pic16 libraries less
1228           verbose - used for nightly snapshot build
1229         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1230           available on Win32 platforms.
1231         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1232           medium, large, pic and pic16
1233
1234 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1235
1236         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1237           printf("%f"...) sets fraction to zero.
1238
1239 2005-11-16 Raphael Neider <rneider AT web.de>
1240
1241         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1242           fixes #1357221
1243         * src/pic/gen.c (genIfx): implemented for CARRY bit
1244         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1245           to generic pointers, fixes #1357332,
1246           (pic16_movLit2f): NEW,
1247           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1248
1249 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1250
1251         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1252
1253 2005-11-11 Raphael Neider <rneider AT web.de>
1254
1255         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1256         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1257           compute pointer's type from operand,
1258           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1259           improved single bit reads, fixes bug #1353379
1260
1261 2005-11-09 Borut Razem <borut.razem AT siol.net>
1262
1263         * support/scripts/sdcc.nsi: added lib/pic to the package
1264
1265 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1266
1267         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1268
1269 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1270
1271         * support/regression/tests/bug1348008.c: added
1272         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1273         * support/regression/tests/bug1337835.c: updated comment
1274
1275 2005-11-06 Borut Razem <borut.razem AT siol.net>
1276
1277         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1278           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1279           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1280           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1281           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1282           dynamic construction of cl_error_class and derivates - 2.nd try
1283
1284 2005-11-05 Borut Razem <borut.razem AT siol.net>
1285
1286         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1287           bug, which caused Bus Errors on sparc solaris
1288
1289 2005-11-04 Borut Razem <borut.razem AT siol.net>
1290
1291         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1292           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1293           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1294           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1295           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1296           and derivates to resolve the initialization problem on OSX
1297
1298 2005-11-02 Borut Razem <borut.razem AT siol.net>
1299
1300         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1301           corrected typo - #include <winsock2.h>
1302
1303 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1304
1305         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1306           (_asxxxx_mapping): added org directive for future enhancements
1307
1308 2005-11-01 Borut Razem <borut.razem AT siol.net>
1309
1310         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1311           enabled sockets on WIN32
1312         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1313
1314 2005-10-31 Borut Razem <borut.razem AT siol.net>
1315
1316         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1317           WIN32 backslash path delimiters should be escaped when used in C strings
1318         * support/regression/tests/bitfields.c: exclude failing assertions for
1319           __CYGWIN32__ and __MINGW32__ hosts
1320
1321 2005-10-30 Borut Razem <borut.razem AT siol.net>
1322
1323         * src/SDCCutil.c: corrected double comparison typo
1324
1325 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1326
1327         * device/lib/medium/Makefile: added for new memory model medium
1328         * device/include/asm/mcs51/features.h: updated for medium/pdata
1329         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1330           added Multiply & Accumulate sbit's and MAC0_PAGE define
1331         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1332         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1333         * device/lib/_mullong.c: update for medium model
1334         * device/lib/incl.mk: added medium model
1335         * doc/sdccman.lyx: documented medium model
1336         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1337         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1338         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1339         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1340           (allocParms): set SCLS and OCLS to pdata for medium model
1341         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1342           for pdata,
1343           (powof2): return <0 if not power of 2
1344         * src/avr/gen.c (genBitWise): use updated powof2
1345         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1346           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1347           (shiftLLeftOrResult): use B if necessary
1348         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1349         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1350         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1351         * support/regression/Makefile.in: added test-mcs51-medium
1352         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1353
1354 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1355
1356         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1357         specifier unsigned
1358         * device/lib/time.c (mktime): fixed bug 1334315
1359
1360 2005-10-28 Raphael Neider <rneider AT web.de>
1361
1362         * device/include/pic/p16f_common.inc: added common declarations
1363         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1364
1365 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1366
1367         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1368           (aopPutUsesAcc): added to predict accumulator use,
1369           (assignResultValue): save acc if necessary,
1370           (genMinusDec): store result if indirectly addressed,
1371           (genDivOneByte):  save acc if necessary,
1372           (movLeft2Result): bugfix if left already in acc,
1373           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1374             attention to accumulator use (esp. pdata),
1375           (genReceive): receive pdata correctly
1376         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1377         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1378
1379 2005-10-27 Raphael Neider <rneider AT web.de>
1380
1381         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1382
1383 2005-10-27 Raphael Neider <rneider AT web.de>
1384
1385         * .version: changed version to 2.5.4
1386         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1387         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1388           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1389             arithmetics support routines
1390         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1391         * device/lib/Makefile.in: also create installdir for pic
1392
1393         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1394           pic14 port as well
1395         * src/pic/device.c (dump_sfr): rewritten to delegate register
1396           placement to the linker (use `extern sym' rather than sym EQU addr),
1397           (validAddress): fixed to check last specified address
1398         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1399           (popGetLit): truncate literal value to 8 bit,
1400           (popGet): moved assert to more appropriate place
1401           (popGetExternal): create pCode operand from and mark the according
1402             symbol as being `extern'
1403           (popGetAddr): added sanity check on immediate's offset, provide
1404             GPOINTER tag on demand
1405           (aopPut): fixed for immediates,
1406           (mov2w_op): move operand's address or contents to WREG (depending on
1407             operand type), safer variant of mov2w,
1408           (movwf,call_libraryfunc): NEW, handy abbreviations,
1409           (get_argument_pcop,get_return_val_pcop,pass_argument,
1410           get_returnvalue): interface for accessing function parameters and
1411             return values,
1412           (assignResultValuei,genRet): use new parameter/return value interface
1413           (pic14_getDataSize): back to old version handling generic pointers,
1414           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1415             provided implementation and/or fixed old one,
1416           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1417             calls, removed legacy 8051 reference code
1418           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1419           (loadSignToC): NEW, move the operands sign bit to CARRY,
1420           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1421             genRightShiftSigned, accepts negative shift counts,
1422           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1423           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1424             generic pointers, __data pointers and __code pointers,
1425           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1426             and signed bitfields, limit bitfields to 8 bit,
1427           (genDataPointerGet): fixed number of bytes read,
1428           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1429           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1430             pointers to constant data are no longer assumed to point to __code
1431             space, removed invalid pointer types,
1432           (bitpatternFromVal): retrieve the PICs representation of an integer
1433             or float literal,
1434           (genDataPointerSet): fixed assigning to po_immediate operands,
1435           (genGenPointerSet): implemented as library call,
1436           (genIfx): fixed incorrect condition,
1437           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1438             provide GPOINTER tag according to destination's storage class,
1439           (genCast): added code to handle casting to generic pointers, added
1440             sign-/zero extension of the result
1441           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1442         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1443         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1444           extend the result
1445         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1446           address/register resides in the shared banks
1447           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1448             put all variables into separate sections (have the linker arrange
1449             them)
1450           (picglue): put init code and interrupt handlers in separate sections
1451         * src/pic/main.c: added port specific options table, modified to PORT
1452           structure to make GPOINTERs 3 byte, added pic14_options
1453           (_pic14_do_link): private linking routine (update paths to libraries,
1454             add libsdcc.lib by default)
1455         * src/pic/main.h: declare pic14_options
1456         * src/pic/pcode.c: fixed instructions i/o relations,
1457           (RegCond): reverted to correct version,
1458           (newpCodeOpLit): truncate literals to 8 bit,
1459           (genericPrint): added debug output,
1460           (getRegFromInstruction): fixed for various operand types, simplified
1461           (BuildFlow): fixed broken handling of isntructions with labels
1462           (LinkFlow): start at last instruction in flow (skip trailing comments),
1463             pass the flow on to the next instruction after CALL
1464           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1465           (insertPCodeInstruction): fixed inserting after a skip instruction,
1466           (DoBankSelect): fixed for labeled instructions
1467           (OptimizepBlock): honor --nopeep switch
1468           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1469         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1470         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1471           (pCodeOptime2pCodes): allow disabling this optimization via
1472             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1473             but is still buggy), started implementation of a dataflow based
1474             pCode optimization (CSE + dead code elimination)
1475           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1476         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1477           names are independant of the stack location and therefore portable across
1478           devices
1479
1480 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1481
1482         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1483           (selectSpil): fixed bug 1337835 by not spilling bit variables
1484         * support/regression/tests/bug1337835.c: added test for this bug
1485         * src/mcs51/peeph.def: restart after rule 3.c,
1486           addded rules 263.x to optimize loading constants
1487
1488 2005-10-26 Raphael Neider <rneider AT web.de>
1489
1490         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1491         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1492           (genAssign): emit warning when casting literals to generic pointer
1493             type, also applies when taking the address of a fixed variable,
1494           (genCast): improved casting to generic pointers
1495         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1496           extern variables, added verbose error message
1497         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1498
1499 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1500
1501         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1502         carry must be complemented too
1503         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1504         could be emitted by genMinus
1505         * src/SDCCval.c (constVal): fixed bug 1305065
1506
1507 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1508
1509         * src/SDCCast.c (addCast): added promotion for bit variables
1510         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1511         promotion casts + optimisation
1512         (optimizeGetWord): fix warning 'i' might be used uninitialized
1513         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1514         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1515
1516 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1517
1518         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1519         all chars are promoted to int; promotion should be handled in SDCCast.c
1520
1521 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1522
1523         * device/lib/_strcmp.c: Fixed bug 1326457
1524
1525 2005-10-11 Raphael Neider <rneider AT web.de>
1526
1527         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1528         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1529
1530 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1531
1532         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1533         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1534
1535 2005-10-04 Raphael Neider <rneider AT web.de>
1536
1537         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1538           device/lib/pic16/pics.all: added pic18f1320
1539         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1540
1541 2005-09-30 Raphael Neider <rneider AT web.de>
1542
1543         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1544         * src/pic16/devices.inc: NEW, provides device descriptions
1545         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1546
1547 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1548
1549         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1550           GETHBIT
1551
1552 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1553
1554         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1555           documented Any Order Bit, Higher Order Byte and Higher Order Word
1556         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1557         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1558           (optimizeGetAbit): new, to get any bit, not only the high bit,
1559           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1560           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1561           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1562           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1563             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1564             GETABIT, GETBYTE, GETWORD: decorate them,
1565           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1566           (ast_print): added GETABIT, GETBYTE, GETWORD
1567         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1568         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1569           (geniCodeBinary): new generic binary icode,
1570           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1571         * src/port.h: updated comment for PORT.hasExtBitOp
1572         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1573           (genGetByte): new, to get a single byte,
1574           (genGetWord): new, to get a word from a long,
1575           (gen51Code): added GETABIT, GETBYTE, GETWORD
1576         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1577
1578 2005-09-23 Raphael Neider <rneider AT web.de>
1579
1580         * configure.in, configure: have device/lib/pic configured
1581         * device/lib/Makefile.in: added model-pic14
1582         * device/lib/clean.mk: added pic/ to clean rule
1583         * device/lib/pic: added rudimentary pic14 library providing support
1584           functions for multiplication/division/generic pointer access
1585         * src/SDCCopt.c (convilong): mark support functions as extern
1586           for pic14 port as well
1587         * src/pic/gen.c (genMult): added assertions,
1588           (genpic14Code): emit warning on unhandled iCodes
1589         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1590         * src/pic/pcode.c (pCodeOpCopy),
1591         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1592           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1593           SFR_REGISTER}), made safe for future extensions
1594         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1595           instructions even if preceeded by SKIP instructions (also remove
1596           them); removed unused code
1597         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1598           prevents leaving parts of the structure uninitialized after copying
1599
1600 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1601
1602         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1603           ago by me
1604         * support/regression/tests/addsub.c: added test for the bug
1605
1606 2005-09-21 Raphael Neider <rneider AT web.de>
1607
1608         * device/include/pic16/pic18f1220.h,
1609           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1610         * device/lib/pic16/Makefile.rules: added missing opening paren
1611         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1612           are provided in genutils.c,
1613           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1614           operand/result sizes,
1615           (genCmp): assert on NULL pointers first, then check deref'ed values
1616         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1617           result size
1618
1619 2005-09-18 Raphael Neider <rneider AT web.de>
1620
1621         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1622           as these are now unused,
1623           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1624         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1625           local, avoids uninitialized pointer dereference on r->name
1626         * src/pic16/ralloc.c (newReg): fixed indentation
1627
1628 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1629
1630         * src/SDCCval.c (constVal): fixed bug 730366
1631         * support/Util/SDCCerr.c,
1632         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1633
1634 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1635
1636         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1637
1638 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1639
1640         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1641
1642 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1643
1644         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1645           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1646         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1647           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1648         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1649         * packihx/packihx.c (hexDigit): made c unsigned char
1650         * as/mcs51/lklibr.c (fndsym),
1651         * link/z80/lkgb.c (gb),
1652         * link/z80/lklibr.c (fndsym),
1653         * link/z80/lkrloc.c (relr),
1654         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1655         * src/SDCC.lex (checkCurrFile, process_pragma),
1656         * src/SDCCglue.c (spacesToUnderscores),
1657         * src/SDCCmain.c (setParseWithComma, processFile),
1658         * src/asm.c (tvsprintf, printCLine),
1659         * src/avr/gen.c (emitcode, aopPut),
1660         * src/ds390/gen.c (emitcode),
1661         * src/hc08/gen.c (emitcode, emitinline),
1662         * src/mcs51/gen.c (emitcode, genInline),
1663         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1664           tokenizeLineNode),
1665         * src/pic/ralloc.c (debugLog),
1666         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1667           tokenizeLineNode),
1668         * src/pic16/ralloc.c (debugLog),
1669         * src/z80/main.c (_process_pragma):
1670            made all ctype.h function calls safe
1671         * src/SDCCopt.c: include math.h for fabs
1672         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1673           and used them throughout the code to make ctype.h function calls safe
1674         * src/ds390/main.c (asmLineNodeFromLineNode),
1675         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1676         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1677            unsigned char*
1678         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1679           (newpCodeAsmDir): made ctype.h function calls safe
1680         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1681           pic16_emitcode):  made lbp unsigned char*
1682         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1683           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1684         * src/xa51/gen.c (emitcode),
1685         * src/z80/gen.c (_emit2): made lbp unsigned char*
1686         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1687            char*
1688
1689 2005-09-05 Raphael Neider <rneider AT web.de>
1690
1691         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1692           access bank splitpoint
1693
1694 2005-09-05 Raphael Neider <rneider AT web.de>
1695
1696         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1697
1698 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1699
1700         * .version: changed to version 2.5.3
1701         * doc/sdccman.lyx: changed version to 2.5.3,
1702           documented --codeseg and --constseg and pragma codeseg and constseg,
1703           documented bit parameters (reentrant) and bit returning
1704         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1705            currFunc->recvSize, but is this ok for all ports?
1706           (ast2iCode): result of ~ on unsigned char must be cast to int for
1707            bool to work
1708         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1709           function pointers in bit space
1710         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1711           (processFuncArgs): call port.reg_parm() with reentrancy info
1712         * src/port.h,
1713         * src/avr/main.c,
1714         * src/ds390/main.c,
1715         * src/hc08/main.c,
1716         * src/pic/main.c,
1717         * src/pic16/main.c,
1718         * src/xa51/main.c,
1719         * src/z80/main.c: port.reg_parm prototype extended with
1720           "bool reentrant" parameter
1721         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1722           options.stackAuto for allocating bit register parameters
1723         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1724           (genSend): set BitBankUsed if it is,
1725           (selectRegBank): factored out of genCall for use in genPcall,
1726           (genCall): removed redundant dtype assignmen, use selectRegBank,
1727           (genPcall): handle returning in Carry properly, save in F0 if needed,
1728           (genReceive): handle bit register parameters
1729         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1730           (mcs51_assignRegisters): enable bit registers for all reentrant
1731            functions and don't set BitBankUsed unconditionally
1732         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1733         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1734         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1735
1736 2005-08-27 Borut Razem <borut.razem AT siol.net>
1737
1738         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1739         ppc-osx (Darwin) does not support -u option. It seems that it is
1740         supported only on Linux - GNU cp
1741
1742 2005-08-25 Borut Razem <borut.razem AT siol.net>
1743
1744         * sim/ucsim/gui.src/serio.src/Makefile.in,
1745           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1746           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1747           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1748           install and strip, since the strip at /usr/ccs/bin should be used
1749           on solaris
1750
1751 2005-08-24 Borut Razem <borut.razem AT siol.net>
1752
1753         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1754
1755 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1756
1757         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1758         ffffffffu
1759
1760 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1761
1762         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1763         * as/mcs51/lkmain.c (link_main): fixed warning
1764         * device/include/stdbool.h: ds390 has no advanced bit support yet
1765         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1766         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1767         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1768           and updated their macros
1769         * src/SDCCval.c (constVal): updated comment for renamed b_long
1770
1771 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1772
1773         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1774         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1775           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1776           (oprio): set priority for '['
1777         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1778            and adb_24_bit
1779         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1780         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1781         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1782         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1783           added overlayable BIT_BANK area
1784         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1785           (summary2): explain 'T' in legenda
1786         * as/mcs51/lkrloc.c: replaced old K&R style,
1787           (relr): added R_BIT processing,
1788           (errmsg): added "Bit-addressable relocation error",
1789           (adb_bit): added for converting from byte- to bit-addressable space,
1790           (adb_24_bit): added for converting from byte- to bit-addressable space
1791         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1792            used in reentrant functions now even as return value
1793         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1794         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1795           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1796         * src/SDCCglobl.h: added indicator BitBankUsed
1797         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1798            the bit registers b0-b7
1799         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1800           (geniCodeCast): fixed bug 1263853,
1801           (geniCodeLogicAndOr): put result in bool or char,
1802           (geniCodeReceive): added parameter func for accessing the return type,
1803           (geniCodeFunctionBody): pass func to geniCodeReceive
1804         * src/SDCCmain.c: added indicator BitBankUsed
1805         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1806         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1807           (checkSClass): don't put automatic bool/bit on stack,
1808           (checkFunction): removed check on function cannot return bit
1809         * src/SDCCsymt.h: added newBoolLink prototype
1810         * src/mcs51/gen.c (rb1regs): added bit registers,
1811           (movc): created for assigning to carry,
1812           (pushReg, popReg): created for pushing registers,
1813           (sameRegs): check both AOP_REG and AOP_CRY types,
1814           (aopOp): handle bit registers,
1815           (aopPut): optimization no self-assign,
1816           (saveRegisters): push reg->base (bits) only once for bit registers,
1817            and use pushReg,
1818           (unsaveRegisters): pop reg->base only once and use popReg,
1819           (assignResultValue): added parameter func and return in carry for bits,
1820           (genIpush): optimization no reload in A if not changed,
1821           (genSend): bit parameters in reentrant functions are passed in bit
1822            registers by first assigning to bits in B, then save registers and
1823            copy B to bits,
1824           (genCall): handle returning in Carry properly, save it in F0 if needed,
1825           (genPcall): updated assignResultValue call, this is not safe yet for bit
1826            returning function !!!
1827           (genFunction): don't generate equ's for bit registers and use pushReg,
1828           (genEndFunction): take care of bit returning functions and use popReg,
1829           (genRet): return bit in Carry,
1830           (genIfx): optimize bit registers and other directly addressable bits,
1831           (genReceive): updated assignResultValue call
1832         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1833           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1834            registers when using stack-auto
1835         * src/mcs51/ralloc.c (_G): added allBitregs,
1836           (regs8051): added the bit registers,
1837           (createStackSpil): use macro IS_BIT,
1838           (getRegBit): added to allocate a bit register, else spill,
1839           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1840           (updateRegUsage): factored out to ease stepping while debugging,
1841           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1842            also allocate bit registers,
1843           (fillGaps): handle bit registers,
1844           (findAllBitregs): added to create bit vector with all bit registers,
1845           (mcs51_allBitregs): returns this bit vector,
1846           (mcs51_assignRegisters): when using stack-auto use bit registers for
1847            passing parameters and creating local variables
1848         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1849
1850 2005-08-22 Borut Razem <borut.razem AT siol.net>
1851
1852         * device/lib/Makefile.in: replaced find option -or with -o
1853           to make it run on solaris
1854
1855 2005-08-22 Raphael Neider <rneider AT web.de>
1856
1857         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1858           fixes #1265442 (crash on Solaris)
1859
1860 2005-08-20 Borut Razem <borut.razem AT siol.net>
1861
1862         * configure, configure.in: added tests for libsocket and libnsl libraries,
1863           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1864           from support/regression/Makefile.in
1865         * support/regression/Makefile.in: added
1866         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1867         * sim/ucsim/libtool: regenerated on sparc-solaris
1868         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1869           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1870           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1871           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1872           sparc-solaris, which doesn't use GNU ld linker
1873         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1874         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1875
1876 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1877
1878         * src/mcs51/peeph.def: updated comments
1879
1880 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1881
1882         * device/lib/_gptrget.c,
1883         * device/lib/_gptrput.c: slightly shorter
1884         * doc/sdccman.lyx: incremented version
1885         * src/mcs51/peeph.def: moved peephole comments to the line of first
1886           change to better keep line correlation, reanimated 186.e
1887         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1888
1889 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1890
1891         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1892           David Saxton with quotes around file name.
1893
1894 2005-08-15 Borut Razem <borut.razem AT siol.net>
1895
1896         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1897           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1898           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1899           make tests run on x86_64 platform
1900
1901 2005-08-13 Raphael Neider <rneider AT web.de>
1902
1903         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1904           as it might be executed DURING a build (parallel make is wonderful)
1905
1906 2005-08-13 Raphael Neider <rneider AT web.de>
1907
1908         * device/lib/Makefile.in (port-specific-objects-pic16):
1909           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1910         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1911           dependency
1912         * device/lib/pic16/Makefile.rules: build subdirs before creating
1913           the library, removed builddir rule, create $(builddir) early in
1914           recurse rule, use empty recurse rule for leaf directories
1915         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1916           mkdir errors (race condition), removed duplicate suffix "hex"
1917           from clean rules
1918         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1919         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1920           prevents mkdir -p from aborting on Alpha
1921
1922 2005-08-12 Raphael Neider <rneider AT web.de>
1923
1924         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1925           db-statements in order to allow for arrays of pointers in code
1926           sections to be placed without interspersed 0-padding, fixes
1927           bug #1256215
1928         * (emitStatistics): fixed division by zero for pic18f1220
1929         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1930           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1931         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1932         * (pic16_pCodeConstString): keep track of already emitted string
1933           literals to prevent "duplicate definitions of symbol _str_NR"
1934         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1935           debug message
1936         * device/lib/Makefile.in: ignore failing PIC16 library builds
1937         * device/lib/pic16/Makefile: do not build if gputils are missing
1938         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1939
1940 2005-08-10 Raphael Neider <rneider AT web.de>
1941
1942         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1943           my last commit)
1944
1945 2005-08-10 Raphael Neider <rneider AT web.de>
1946
1947         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1948           Rokas' patch to add the new fixed point type "__fixed16x16"
1949         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1950           functions for __fixed16x16 arithmetics
1951         * device/lib/pic16: reimplemented the build system to support
1952           a separate build directory, better handling of libio (create
1953           the library in a separate subdir for each architecture) and
1954           easier configuration (centralized in Makefile.common)
1955
1956 2005-08-07 Raphael Neider <rneider AT web.de>
1957
1958         * src/pic16/gen.c (genrshTwo): fixed sign extension
1959         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1960         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1961           added T0CONbits
1962         * device/include/pic16/pic18f4220.h: NEW, header for
1963           pic18f4220 and pic18f4320
1964         * device/include/pic16/pic18fregs.h: added new devices,
1965           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1966         * device/include/pic16/signal.h: resolved name clashes
1967           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1968           to also allow testing for interrupt enable bits, added
1969           comments on how to use the macros
1970         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1971         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1972           register definitions for the devices
1973         * device/lib/pic16/pics.all: added new devices
1974         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1975           allocated memory
1976         * device/lib/pic16/libc/stdlib/memfree: do not count
1977           the block header as free memory
1978         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1979           simplified and added missing end-of-blocklist-marker
1980           (reported by Peter Onion, fixes #1252814)
1981         * (_mergeHeapBlock): fixed loop condition
1982         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1983           len==0, restructured code
1984         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1985           up a bit, reduced bitfield accesses, prevent endless loops
1986           in case of heap corruption
1987         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1988           "unreferenced arguments/must return a value" warnings
1989         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1990           replaced BAUDREG with SPBRG
1991         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1992           device/lib/pic16/debug/gstack/gstack.c: replaced
1993           _naked, _asm, _endasm with __naked, __asm, __endasm
1994
1995 2005-08-05 Raphael Neider <rneider AT web.de>
1996
1997         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1998           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1999
2000 2005-08-05 Borut Razem <borut.razem AT siol.net>
2001
2002         * device/lib/Makefile.in: added missing ';'
2003         * configure: removed ^M characters
2004
2005 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2006
2007         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2008           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2009           License
2010
2011 2005-08-04 Borut Razem <borut.razem AT siol.net>
2012
2013         * configure.in: pic16 libraries build 2nd try - enable running
2014           configure in device/lib/pic16
2015         * configure: regenerated from configure.in
2016         * device/lib/Makefile.in: create $(PORT)/bin directory
2017
2018 2005-08-03 Raphael Neider <rneider AT web.de>
2019
2020         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2021           to get/set values via pointers
2022         * (genUnpackBits,genPackBits): changed detection of
2023           ptr->bitfield vs. sym.bitfield, fixed access via generic
2024           pointers, removed dead (wrong) code for multibyte bitfields
2025         * (genNearPointerGet, genGenPointerGet): removed useless code,
2026           fixed bitfield detection, fixes #1250594
2027         * (genNearPointerSet): removed useless code
2028         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2029           and introduced macro pic16_emitpcode that conditionally emits
2030           the origin of the following pCode (useful for debugging SDCC)
2031         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2032         * (createDefmap): fixed handling of LFSR for --optimize-df
2033
2034 2005-08-02 Borut Razem <borut.razem AT siol.net>
2035
2036         * device/lib/Makefile.in: pic16 libraries build enabled since
2037           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2038
2039 2005-08-02 Raphael Neider <rneider AT web.de>
2040
2041         * src/pic16/gen.c (genPackBits): removed deprecated warning
2042         * (genGenPointerSet): fixed bitfield detection
2043
2044 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2045
2046         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2047
2048 2005-07-31 Raphael Neider <rneider AT web.de>
2049
2050         * device/lib/pic16/libdev/pic18f458.c,
2051           device/include/pic16/pic18f458.h: added missing T0CONbits
2052
2053 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2054
2055         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2056
2057 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2058
2059         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2060
2061 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2062
2063         * device/include/mcs51/at89c51ed2.h: added.
2064
2065 2005-07-23 Raphael Neider <rneider AT web.de>
2066
2067         * src/pic/gen.h: added emitpcode macro for debugging
2068         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2069           and replace by macro adding debug information on demand
2070         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2071         * (gencjne): tried to fix; replaced with correct (slower) code
2072         * (gen{Unp,P}ackBits): fixed single bit access
2073         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2074         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2075           previous instruction
2076         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2077           register has to be handled with care (forbidding movement
2078           of assignments/uses, removing assignments completely, ...)
2079         * (pCodeOptime2pCodes): make use of regIsSpecial
2080         * added lots of debugging output (commented out)
2081         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2082           from being reused as result UNLESS it is known to work
2083
2084 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2085
2086         * support/Util/dbuf.h: include <stddef.h> for size_t
2087         * .version: changed to version 2.5.2
2088
2089 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2090
2091         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2092
2093 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2094
2095         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2096           (genModOneByte): removed needless psha/pula
2097
2098 2005-07-22 Raphael Neider <rneider AT web.de>
2099
2100         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2101           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2102         * src/pic/gen.c (resolveIfx): do not "invent" labels
2103         * (genSkipc): changed to positive logic
2104         * (genSkipCond): removed as no longer needed
2105         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2106           backport from PIC16
2107         * (genLeftShift): check operands are in different registers
2108         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2109           INCF does not update CARRY...
2110         * src/pic/main.c: fixed _linkCmd
2111         * src/pic/pcode.c (unlinkpCode): added inactive code
2112         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2113           alive (do not assign result and operand overlapping registers)
2114
2115 2005-07-22 Raphael Neider <rneider AT web.de>
2116
2117         * src/pic/device.c (dump_sfr): replaced register declaration with
2118           call to emitSymbolToFile() to avoid duplicate symbols
2119         * (assignRelocatableRegisters): do not declare external symbols
2120         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2121           right (take size of type, not etype)
2122         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2123         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2124         * (packRegsForAccUse): disabled assignment of WREG as
2125           the result reg to prevent occurence of just fixed #1235003,
2126           fixes #1242954
2127         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2128           symbols (avoids duplicate symbols in .asm file)
2129         * (pic14emitRegularMap): use emitSymbolToFile()
2130         * src/pic/gen.c (aopOp): fixed spillLocation handling
2131         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2132         * (genDataPointerSet): removed unneccessary variables/output
2133
2134 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2135
2136         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2137         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2138
2139 2005-07-21 Raphael Neider <rneider AT web.de>
2140
2141         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2142           architecture cannot handle them efficiently, fixes bug #1235003
2143         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2144           check for empty sets before using them (fixes bug #1232190)
2145
2146 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2147
2148         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2149           (lnksect2): generate warnings for memory overlap
2150         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2151           constseg to set the name of these segments so you can instruct the linker
2152           to place them in banks
2153         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2154         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2155           added code_seg and const_seg to options
2156         * src/SDCCglue.c (emitMaps): use options.const_seg,
2157           (createInterruptVect): put interrupt vectors in segment HOME,
2158           (glue): put HOME before static segment and put the main glue in HOME,
2159           (glue): use options.code_seg
2160         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2161         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2162           these segments so you can instruct the linker to place them in banks
2163           (linkEdit): use code_loc for HOME segment which should be the first
2164           segment in code memory now
2165         * src/SDCCmem.c: fixed more stuff like bug 1238386
2166         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2167           (changePointer): don't change function pointers to code pointers for
2168           banked functions,
2169           (compareType): added exceptional check for banked function pointers
2170         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2171         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2172           after static in code memory
2173         * src/mcs51/gen.c: added aopLiteralLong prototype,
2174           (aopForSym): use getSize for functions,
2175           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2176           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2177           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2178           the segment,
2179           (genPcall): use call for literal function pointers and generate banked
2180           calls over the one trampoline so there's only one place for the user to
2181           modify according to his/hers hardware,
2182           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2183           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2184         * src/mcs51/main.c: added keyword banked,
2185           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2186         * support/Util/SDCCerr.c,
2187         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2188           needed for passing the bank and address to the trampoline
2189         * device/lib/mcs51/crtbank.asm: added for bankswitching
2190         * device/lib/mcs51/Makefile: added crtbank
2191
2192 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2193
2194         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2195           for fields at offset 0 of a struct or union as reported
2196           on 2005-07-07 in the developer mailing list.
2197
2198 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2199
2200         * src/SDCCmem.c: fixed bug 1238386
2201
2202 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2203
2204         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2205           (patch #1144962), added peephole 300, enabled 259.x
2206         * doc/sdccman.lyx: removed screenshot and provided link instead
2207
2208 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2209
2210         * doc/sdccman.lyx: added section about debugging with ddd
2211         * doc/figures/ddd_example.eps: screenshot of debugging session
2212
2213 2005-07-04 Raphael Neider <rneider AT web.de>
2214
2215         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2216           like CODE pointers, fixes #1115683
2217         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2218           call, fixes bugs #1232211, #1228110,
2219           fixed wrong casts to pCodeFlow from pCodeInstructions
2220
2221 2005-07-04 Raphael Neider <rneider AT web.de>
2222
2223         * src/pic/gen.c (popGet): changed assert to allow for
2224           bit operands
2225         * (popGetAddr): changed signature to provide
2226           an additional index, patched all call sites
2227         * (genCmpEq): handle literal-like operands correctly
2228         * (genAddrOf): added sanity checks on __code/__data pointers
2229         * (genAssign): added handling of symbols from __code section
2230         * (gencjne): do not generate code for comparisons whose result
2231           is neither stored nor used, fixes bug #1171114
2232         * (AccLsh, AccRsh): operate on operand instead of WREG
2233         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2234           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2235           by known count
2236         * rewrote complete shift-by-literal logic, commented unused
2237           functions out
2238         * (genConstPointerGet): get multiple bytes (if result size > 1),
2239           fixed handling of non-immediate addresses
2240         * (genPointerGet): handle CODE pointers like CONST pointers
2241         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2242         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2243           operand is to be treated as a literal or not
2244         * (mov2w,genPcall,genCmpEq),
2245           src/pic/genarith.c: use aop_isLitLike() to decide between
2246           literal/register contents
2247         * (addSign): added missing offset
2248         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2249           only emit comment in debug-mode,
2250           use {aop,op}_isLitLike throughout the file
2251         * src/pic/glue.c: fix initializers for pointers (work in progress)
2252         * src/pic/pcode.c (get_op): honor index on _const symbols
2253         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2254         * (dumppBlock): added pCode size estimation
2255         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2256           check for IS_SYMOP before OP_SYMBOL'ing
2257         * fixed indentation, compacted switch-statements
2258         * (allocReg): find free register and allocate it instead of
2259           allocating new registers all the time
2260         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2261           registers as its operands (necessary only for multibyte GETs)
2262
2263 2005-07-01 Raphael Neider <rneider AT web.de>
2264
2265         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2266           debugging .asm-output macros FENTRY + FEXIT
2267         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2268           way... I wonder...
2269         * (emitpComment): NEW, printf to pCode
2270         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2271           offset handling
2272         * (popGetAddr): NEW, variant of popGet to access an immediates
2273           high(er) bytes instead of the n'th byte of memory they reference,
2274           replaced popGet with popGetAddr where neccessary
2275         * (genDataPointerGet): reactivated and fixed implementation
2276         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2277           accesses
2278         * (genDataPointerSet): fixed multibyte assignments
2279         * (genpic14Code): fixed --i-code-in-asm handling
2280         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2281         * (genPlus): fixed index-out-of-bounds error
2282         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2283         * src/pic/ralloc.c: added debugging output macro FENTRY2
2284         * (spillThis): fixed indentation, enbraced for-body for clarity
2285         * (rematStr): commented out as now unused
2286         * (regTypeNum): commented out special spill case (overwrites
2287           arbitrary values)
2288         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2289
2290 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2291
2292         * doc/sdccman.lyx: documented sfr16/sfr32,
2293           added example for using storage class with function pointers
2294         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2295
2296 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2297
2298         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2299         * device/lib/_itoa.c,
2300         * device/lib/_ltoa.c: optimized codesize
2301         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2302           but don't know how to suppress the double warning.
2303         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2304         * support/Util/SDCCerr.c,
2305         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2306
2307 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2308
2309         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2310           fixed old K&R prototypes
2311         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2312         * device/lib/_gptrget.c,
2313         * device/lib/_gptrgetc.c,
2314         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2315           also new versions for small generic pointers and banked generic pointers
2316         * src/port.h: added const_name
2317         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2318         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2319         * src/SDCCcse.c (findPrevIc): check all associative operators
2320         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2321         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2322         * src/SDCCmem.c: updated comments,
2323           set far-space to 0 for pdata, results in optimized code
2324         * src/SDCCmem.h: added macro CONST_NAME
2325         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2326           moving the info into the highest bits, see also gptrget/gptrput
2327         * src/src.dsp: added sdcc.ico to project files
2328         * src/avr/gen.c (genCast): fixed bug 0x%d
2329         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2330         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2331           relation between ptr_type and DCL_TYPE,
2332           (genCast): fixed bug 0x%d
2333         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2334           (CODE)" for const_name
2335         * src/hc08/gen.c (genCast): fixed bug 0x%d
2336         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2337           (hc08_port): added "CONST (CODE)" for const_name
2338         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2339           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2340           between ptr_type and DCL_TYPE,
2341           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2342           operand* and took AOP() inside function so sfr-ness can be checked,
2343           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2344           new prototype,
2345           (genFunction, genEndFunction): optimized stack setup,
2346           (genMinus): optimized for literals with ending zeroes (in bytes),
2347           (genCast): fixed bug 0x%d
2348         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2349           (mcs51_port): added "CONST (CODE)" for const_name
2350         * src/mcs51/peeph.def: made rule 226 more generic
2351         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2352         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2353         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2354         * src/z80/main.c (z80_port): added NULL for const_name,
2355           (gbz80_port): added NULL for const_name
2356         * support/regression/tests/bug663539.c,
2357         * support/regression/tests/sfr16.c: new tests
2358
2359 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2360
2361         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2362
2363 2005-06-24 Raphael Neider <rneider AT web.de>
2364
2365         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2366           corrected typos...
2367         * device/include/pic16/signal.h: added USBIF
2368           and SIG_USB
2369
2370 2005-06-24 Raphael Neider <rneider AT web.de>
2371
2372         * device/lib/pic16/libdev/pic18f2455.c,
2373           device/include/pic16/pic18f2455.h: NEW
2374         * device/include/pic16/pic18fregs.h,
2375           device/lib/pic16/pics.all,
2376           src/pic16/device.c: added 18f2455
2377         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2378           device/include/pic16/{pic18f[68][567].h,usart.h}:
2379           replaced MULTIPLE_USARTS define with more relaible
2380           compatibility sfrs (for USART access)
2381
2382 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2383
2384         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2385           and the output asm file line is printed on two lines.
2386
2387 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2388
2389         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2390           BGT, BLE, BHI, and BLS instructions
2391         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2392           genCmpEq): removed
2393         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2394           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2395           fixes bug #1216342
2396         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2397
2398 2005-06-15 Raphael Neider <rneider AT web.de>
2399
2400         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2401         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2402         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2403           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2404           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2405
2406 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2407
2408         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2409           Marcel Telka in bug #1215704
2410
2411 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2412
2413         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2414           located in shared memory bank.
2415
2416 2005-05-31 Raphael Neider <rneider AT web.de>
2417
2418         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2419           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2420           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2421
2422 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2423
2424         * device/lib/_strncpy.c: fixed the fix
2425
2426 2005-05-26 Raphael Neider <rneider AT web.de>
2427
2428         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2429           initializers with \0, bug #1208187
2430         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2431           intializers with \0, bug #1208187
2432
2433 2005-05-26 Raphael Neider <rneider AT web.de>
2434
2435         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2436           initializers with \0, bug #1208187
2437         * src/pic16/main.c (_process_pragma): added sanity checks
2438           for stack position and size, emit warnings when appropriate
2439
2440 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2441
2442         * device/lib/_strncpy.c: fixed not filling with \0
2443
2444 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2445
2446         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2447           createFunction),
2448         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2449           compound_statement),
2450         * src/SDCCsymt.h,
2451         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2452
2453 2005-05-24 Raphael Neider <rneider AT web.de>
2454
2455         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2456
2457 2005-05-24 Raphael Neider <rneider AT web.de>
2458
2459         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2460           TRISE definitions, closes bug #1162453
2461
2462 2005-05-22 Raphael Neider <rneider AT web.de>
2463
2464         * src/pic16/main.c (_process_pragma): check for missing
2465           arguments to pragmas code and udata
2466         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2467           consistency fixes to match other headers (thanks to Jim Paris)
2468         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2469
2470 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2471
2472         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2473
2474 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2475
2476         * support/regression/tests/bug1198642.c: new test
2477         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2478         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2479         * support/scripts/resource.h,
2480         * support/scripts/resource.rc,
2481         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2482         * support/scripts/sdcc.ico: added 32x32 icon
2483
2484 2005-05-18 Raphael Neider <rneider AT web.de>
2485
2486         * device/lib/pic16/libdev/pic18f*.c,
2487         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2488           keywords to "__sfr" and "__at (X)"
2489         * device/include/pic16/pic18fregs.h: added pic18f4520
2490         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2491           #1203088 (MPLAB compatibility)
2492
2493 2005-05-17 Raphael Neider <rneider AT web.de>
2494
2495         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2496         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2497         * device/lib/pic16/pics.all: added new devices
2498         * src/pic16/device.c: added support for pic18f4520
2499
2500 2005-05-16 Raphael Neider <rneider AT web.de>
2501         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2502         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2503         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2504           convenience function for bit access
2505
2506 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2507
2508         * device/lib/printf_large.c: fixed bug 1193299
2509         * support/regression/tests/bug1057979.c: added test %3.3s
2510
2511 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2512
2513         * device/include/mcs51/8051.h,
2514         * device/include/mcs51/8052.h: made parseable with lint
2515         * device/include/mcs51/lint.h: added include file for (sp)lint
2516         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2517         * doc/cdbfileformat.lyx,
2518         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2519
2520 2005-05-14 Raphael Neider <rneider AT web.de>
2521
2522         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2523         * device/lib/pic16/libc/stdlib/itoa.c (new)
2524         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2525         * device/lib/pic16/libio/Makefile: exclude subdir according to
2526           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2527         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2528         * src/pic16/gen.c (genFunction): prevent annoying warning
2529         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2530           nameclashes on BeOS
2531         * support/cpp2/cppmain.c (cpp_output_string): new
2532         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2533           fixes bug 1116802
2534
2535 2005-05-13 Borut Razem <borut.razem AT siol.net>
2536
2537         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2538
2539 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2540
2541         * .version: changed to version 2.5.1; back to bleeding edge development
2542
2543 2005-05-11 Borut Razem <borut.razem AT siol.net>
2544
2545         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2546           generate PDF version 1.3 documents
2547
2548 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2549
2550         * .version: changed to version 2.5.0
2551
2552 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2553
2554         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2555
2556 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2557
2558         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2559         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2560         well as many smaller updates.
2561         * .version: changed to version 2.5.0-pre1
2562
2563 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2564
2565         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2566
2567 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2568
2569         * support/regression/tests/bug1185672.c: added
2570         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2571           bug 1185672
2572         * src/mcs51/gen.c (genCall): added comments, made it look safer
2573         * src/mcs51/gen.c (genEndFunction): simplified
2574
2575 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2576
2577         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2578
2579 2005-04-14 Borut Razem <borut.razem AT siol.net>
2580
2581         * fixed bug 1045046 - SIGSEGV with really simple code?:
2582           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2583           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2584
2585 2005-04-14 Borut Razem <borut.razem AT siol.net>
2586
2587         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2588           src/pic16/device.h: temporarily disabled experimental #inline pragma
2589           for 2.5.0 release
2590
2591 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2592
2593         * device/include/z80/stdio.h,
2594         * device/include/z80/string.h: removed these highly incomplete files so
2595           SDCC can use the default ones in device/include/
2596
2597 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2598
2599         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2600         gcc warning.
2601         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2602         fix sdcpp warnings.
2603
2604 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2605
2606         * device/include/malloc.h: removed redundant __reentrant prototypes
2607         * device/lib/_mullong.c: added working xstack variant in asm (C version
2608           doesn't pass regression tests)
2609         * device/lib/bpx.c: used __data and made bpx char for mcs51
2610         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2611           (createFunction): fixed bug with xstackPtr
2612         * src/SDCCcse.c: corrected comments
2613         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2614           (killDeadCode, eBBlockFromiCode): removed unused code
2615         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2616           corrected comments
2617         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2618           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2619           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2620           (genModOneByte): fixed warning in MSVC
2621         * src/mcs51/main.c (): added comments
2622         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2623
2624 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2625
2626         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2627
2628 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2629
2630         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2631
2632 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2633
2634         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2635         characters arrays of larger size than the declared one.
2636
2637 2005-04-10 Borut Razem <borut.razem AT siol.net>
2638
2639         * src/pic/gen.c (genInline),
2640           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2641           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2642           (findNextInstruction), (findPrevInstruction),
2643           (findInstructionUsingLabel),
2644           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2645         * src/pic/pcode.c (findLabel): added missing '\n'
2646         * src/src.dsp: added SDCCdwarf2.c to the project
2647
2648 2005-04-09 Borut Razem <borut.razem AT siol.net>
2649
2650         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2651
2652 2005-04-08 Raphael Neider <rneider AT web.de>
2653
2654         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2655           into the chain after a given one) and mergeDefmapSymbols (combine
2656           defmap entries for each symbol per pcode)
2657         * (createDefmap): have defmap entries merged in the end
2658         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2659           a symbol before replacing one access type's symbol, merge symbols in
2660           the end (replacement symbol might already have an entry)
2661         * (assignValnums): keep reference to written WREG intact
2662
2663 2005-04-08 Raphael Neider <rneider AT web.de>
2664
2665         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2666           Alpha)
2667
2668 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2669
2670         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2671         bytes
2672
2673 2005-04-07 Raphael Neider <rneider AT web.de>
2674
2675         * device/include/pic16/usart.h: added compatibility defines for
2676           devices with more than one USART
2677         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2678
2679 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2680
2681         * device/lib/Makefile.in: updated for port specific include
2682
2683 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2684
2685         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2686
2687 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2688
2689         * device/include/8051.h,
2690         * device/include/8052.h,
2691         * device/include/at89S8252.h,
2692         * device/include/at89c55.h,
2693         * device/include/at89x051.h,
2694         * device/include/at89x51.h,
2695         * device/include/at89x52.h,
2696         * device/include/mcs51reg.h,
2697         * device/include/reg51.h,
2698         * device/include/reg764.h,
2699         * device/include/regc515c.h,
2700         * device/include/sab80515.h: (re)moved these 12 files
2701         * device/include/mcs51/8051.h,
2702         * device/include/mcs51/8052.h,
2703         * device/include/mcs51/at89S8252.h,
2704         * device/include/mcs51/at89c55.h,
2705         * device/include/mcs51/at89x051.h,
2706         * device/include/mcs51/at89x51.h,
2707         * device/include/mcs51/at89x52.h,
2708         * device/include/mcs51/mcs51reg.h,
2709         * device/include/mcs51/reg51.h,
2710         * device/include/mcs51/reg764.h,
2711         * device/include/mcs51/regc515c.h,
2712         * device/include/mcs51/sab80515.h: and added them here
2713
2714 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2715
2716         * device/include/stdarg.h: changed SDCC specific keywords to double
2717           underlined form.
2718         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2719           mcs51 and ds390.
2720         * device/include/hc08/mc68hc908gp32.h,
2721         * device/include/hc08/mc68hc908jb8.h,
2722         * device/include/hc08/mc68hc908jkjl.h,
2723         * device/include/hc08/mc68hc908qy.h: fixed comments
2724         * device/include/mcs51/README: updated
2725         * device/include/mcs51/c8051f120.h: added PINRSF
2726         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2727         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2728           amidst code. Also inline is not supported.
2729
2730 2005-04-06 Raphael Neider <rneider AT web.de>
2731
2732         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2733         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2734           callers stack/frame pointers
2735
2736 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2737
2738         * device/include/pic16/usart.h: added, missing in previous commit,
2739         * device/include/pic16/adc.h: fixed typo,
2740         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2741         commit,
2742         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2743         <p18fxxx.inc>
2744         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2745         uninitialized because a bug appears with gplink
2746         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2747         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2748         complains for unrecognised option
2749
2750 2005-04-05 Raphael Neider <rneider AT web.de>
2751
2752         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2753           structs as well (using memcpy)
2754         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2755           on ISRs (GOTO has no label)
2756         * src/pic16/device.h: added OF_OPTIMIZE_DF
2757         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2758           new data flow analysis/optimization
2759         * src/pic16/pcode.c: added (prototypes for and implementation of)
2760           dataflow analysis functions, fixed pCodeInstructions' inCond and
2761           outCond values, made RCALL a branch instruction
2762         * (pic16_unlinkpCode): keep C line if possible
2763         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2764           C line moved if possible
2765         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2766         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2767           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2768         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2769           new flow)
2770         * (pic16_getJumptabpCode): NEW, needed in...
2771         * (LinkFlow): fixed handling of jumptables, calls and conditional
2772           branches
2773         * (pic16_InsertCommentAfter): NEW
2774         * (pic16_pCodeReplace): made verbose and flow preserving
2775         * (AnalyzeFlow): added call to data flow analysis
2776         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2777         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2778         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2779
2780 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2781
2782         * src/SDCCast.c (decorateType): fixed bug #1105626
2783
2784 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2785
2786         * device/include/asm/pic16/features.h,
2787         * pic18f*.h headers,
2788         * device/include/pic16/adc.h,
2789         * device/include/pic16/delay.h,
2790         * device/include/pic16/i2c.h,
2791         * device/include/pic16/malloc.h,
2792         * device/include/pic16/stdio.h,
2793         * device/include/pic16/stdlib.h,
2794         * device/include/pic16/string.h,
2795         * device/lib/pic16/libc/stdio/printf_tiny.c,
2796         * device/lib/pic16/libc/stdio/printf_small.c,
2797         * device/lib/pic16/libc/stdio/strmgpsim.c,
2798         * device/lib/pic16/libc/stdio/strmmssp.c,
2799         * device/lib/pic16/libc/stdio/strmusart.c,
2800         * device/lib/pic16/libc/stdio/vfprintf.c,
2801         * device/lib/pic16/libc/stdlib/ltoa.c,
2802         * device/lib/pic16/libc/stdlib/putchar.c,
2803         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2804         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2805         * device/lib/pic16/libc/stdlib/memchrram.c,
2806         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2807         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2808         * device/lib/pic16/libio/adc/adcbusy.c,
2809         * device/lib/pic16/libio/adc/adcread.c,
2810         * device/lib/pic16/libio/adc/adcsetch.c,
2811         * device/lib/pic16/libio/usart/ubaud.c,
2812         * device/lib/pic16/libio/usart/ubusy.c,
2813         * device/lib/pic16/libio/usart/udrdy.c,
2814         * device/lib/pic16/libio/usart/uopen.c,
2815         * device/lib/pic16/libio/usart/uputc.c,
2816         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2817         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2818         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2819         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2820         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2821         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2822         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2823         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2824         specific keywords to double underlined form,
2825         * device/lib/pic16/libc/Makefile.rules,
2826         * device/lib/pic16/libsdcc/Makefile.rules,
2827         * device/lib/pic16/libm/Makefile,
2828         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2829         to compile with C standard set in Makefile.common
2830         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2831         rand.c and crc.c in compilation process,
2832         * device/lib/pic16/libsdcc/int/divuint.c,
2833         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2834         `c' from signed to unsigned,
2835         * device/lib/pic16/startup/crt0.c,
2836         * device/lib/pic16/startup/crt0i.c,
2837         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2838         keywords to double underlined form, bug fixes in _do_cinit function
2839         which prevented the correct initialization of the .idata segment,
2840         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2841         core to enter a infinite loop
2842         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2843
2844 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2845
2846         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2847
2848 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2849
2850         * device/include/Makefile.in: add support for hc08 subdirectory
2851         * device/include/hc08/: new subdirectory
2852         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2853         Lucas Loizaga, thanks!
2854         * device/include/hc08/mc68hc908qy.h,
2855         * device/include/hc08/mc68hc908gp32.h,
2856         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2857         their own directory. Changed internal macro names to use the compiler
2858         reserved namespace. Changed SDCC specific keywords to double
2859         underlined form.
2860         * device/include/math.h,
2861         * device/include/malloc.h,
2862         * device/include/stdarg.h,
2863         * device/include/stdbool.h
2864         * device/include/string.h,
2865         * device/include/tinibios.h,
2866         * device/include/ds400rom.h,
2867         * device/include/8051.h,
2868         * device/include/8052.h,
2869         * device/include/80c51xa.h,
2870         * device/include/at89c55.h,
2871         * device/include/at89S8252.h,
2872         * device/include/at89x51.h,
2873         * device/include/at89x52.h,
2874         * device/include/ds80c390.h,
2875         * device/include/reg764.h,
2876         * device/include/regc515c.h,
2877         * device/include/sab80515.h,
2878         * device/include/mcs51/c8051f000.h,
2879         * device/include/mcs51/c8051f018.h,
2880         * device/include/mcs51/c8051f020.h,
2881         * device/include/mcs51/c8051f040.h,
2882         * device/include/mcs51/c8051f060.h,
2883         * device/include/mcs51/c8051f120.h,
2884         * device/include/mcs51/c8051f300.h,
2885         * device/include/mcs51/c8051f310.h,
2886         * device/include/mcs51/c8051f320.h,
2887         * device/include/mcs51/c8051f330.h,
2888         * device/include/mcs51/c8051f350.h,
2889         * device/include/z180.h: Changed SDCC specific keywords to double
2890         underlined form.
2891
2892 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2893
2894         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2895         18F4455,
2896         * (pic16_assignConfigWordValue): disable testing of configuration
2897         register value with config mask,
2898         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2899         function with port->fun_prefix,
2900         * (genFunction): when generating a naked interrupt function never
2901         create an absolute segment placed in interrupt vector address, place
2902         the actual interrupt function at IVA instead, when an interrupt
2903         function is generated with unspecified interrupt then do not create
2904         the absolute section,
2905         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2906         code for generating a call to generic pointer get/put function with
2907         a call to function pic16_callGenericPointer(),
2908         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2909         the call to the generic pointer get/put functions with prefixing the
2910         function name with port->fun_prefix,
2911         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2912         * src/pic16/main.c (_process_pragma): prefix function with
2913         port->fun_prefix,
2914         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2915         calling assembler, old 18Fxxxx macro is deprecated,
2916         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2917         PC_ASMDIR in while condition,
2918         * (findInstruction): add PC_ASMDIR in while condition,
2919         * (buildCallTree): prefix main with port->fun_prefix,
2920         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2921         identifier for variable with banked access in instructions BTFSS,
2922         BTFSC, BCF, BSF, BTG
2923         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2924         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2925         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2926         perform optimization when enviroment variable NO_REG_OPT is set,
2927         * (insideLRBlock): NEW, return 1 if register is inside an
2928         INF_LOCALREGS block,
2929         * (RemoveRegFromLRBlock): remove a register that is completely
2930         eliminated by register optimization, but it is still left in local
2931         register store/restore in/from stack block,
2932         * (Remove2pcodes): after removing register, check to see if it
2933         should be removed from local register store/restore in/from stack
2934         block,
2935         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2936         DUMMY_READ_VOLATILE,
2937
2938         * device/include/pic16/adc.h: minor prototype modifications and
2939         update,
2940         * device/include/pic16/malloc.h: added GPL notice various
2941         modifications,
2942         * device/include/pic16/stdint.h: NEW, standard header for ints
2943         * device/include/pic16/delay.h: NEW, header for delay functions,
2944         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2945         delay1mtcy,
2946         * device/include/pic16/signal.h: NEW, header providing helper macros
2947         for implementing signal handlers,
2948         * device/include/pic16/stdio.h: added prototypes for functions,
2949         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2950         prototypes for stdin and stdout, added macro PUTCHAR to
2951         automatically implement putchar function prototype,
2952         * device/include/pic16/usart.h: modified and updated USART library,
2953         * device/lib/pic16/libio/adc/,
2954         * device/lib/pic16/libio/i2c: some modifications to improve library
2955         performance,
2956         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2957         family of functions,
2958         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2959         family of functions and other sources,
2960         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2961         of the PIC18Fxx[28] devices,
2962         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2963         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2964         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2965         _do_cinit function, because the previous failed when local variables
2966         where not placed in the same memory bank,
2967         * device/lib/pic16/libsdcc/char/: various modifications to improve
2968         library performance,
2969         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2970         information on the new functions of the c library and more...
2971
2972 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2973
2974         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2975
2976 2005-03-26 Raphael Neider <rneider AT web.de>
2977
2978         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2979           if condition == CARRY)
2980         * (genCmp): adapted to new genSkipc semantics
2981         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2982           on rIfx (genCmp was broken)
2983
2984 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2985
2986         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2987         * src/z80/main.c (_keywords[]),
2988         * src/SDCCglobal.h (struct options),
2989         * src/SDCC.y,
2990         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2991         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2992         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2993         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2994         always available in leading double underscore form. The C99 support is
2995         mostly missing, but it's a start.
2996         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2997         reserved identifier "__data".
2998
2999 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3000
3001         * src/mcs51/peeph.def: fixed bug 1170013
3002
3003 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3004
3005         * device/include/mcs51reg.h: fixed bug 842007
3006
3007 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3008
3009         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3010         last time.
3011
3012 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3013
3014         * src/port.h (struct PORT),
3015         * src/avr/ralloc.c (avr_assignRegisters),
3016         * src/avr/main.c,
3017         * src/ds390/ralloc.c (ds390_assignRegisters),
3018         * src/ds390/main.c,
3019         * src/hc08/ralloc.c (hc08_assignRegisters),
3020         * src/hc08/main.c,
3021         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3022         * src/mcs51/main.c,
3023         * src/pic/ralloc.c (pic14_assignRegisters),
3024         * src/pic/main.c,
3025         * src/pic16/ralloc.c (pic16_assignRegisters),
3026         * src/pic16/main.c,
3027         * src/xa51/ralloc.c (xa51_assignRegisters),
3028         * src/xa51/main.c,
3029         * src/z80/ralloc.c (z80_assignRegisters),
3030         * src/z80/ralloc.h,
3031         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3032         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3033         * src/SDCCcse.h,
3034         * src/SDCCdflow.c (computeDataFlow),
3035         * src/SDCCdflow.h,
3036         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3037         * src/SDCCloop.h,
3038         * src/SDCCcflow.c (*),
3039         * src/SDCCcflow.h,
3040         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3041         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3042         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3043         immedDom() returning wrong block; probably fixes bug #1160833)
3044
3045 2005-03-20 Borut Razem <borut.razem AT siol.net>
3046
3047         * support/scripts/inc2h.pl: WIN32 port
3048
3049 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3050
3051         * device/lib/makefile.in: added abs.c and labs.c
3052
3053 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3054
3055         * device/include/stdint.h: added
3056         * device/lib/abs.c: added
3057         * device/lib/labs.c: added
3058         * device/include/stdlib.h: added abs() and labs() prototypes
3059         * device/lib/libsdcc.lib: added abs and labs
3060         * device/include/float.h,
3061         * device/lib/_fsmul.c,
3062         * device/lib/printf_fast.c,
3063         * device/lib/printf_tiny.c: updated comments
3064
3065 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3066
3067         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3068         bug #1164313
3069
3070 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3071
3072         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3073         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3074
3075 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3076
3077         * device/lib/printf_large.c: removed inline assembly for portability and
3078           readability. Use printf_fast if speed or size are more important.
3079         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3080         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3081
3082 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3083
3084         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3085         prevent compiler warning
3086
3087 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3088
3089         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3090         moved to level 0 and declared as static. Also they are explicit
3091         placed in access bank. This was necessery because some times they
3092         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3093         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3094         optimizations. Currently only compare to unsigned char is implemented,
3095         * src/pic16/gen.c: added fReturnIdx array,
3096         * (struct resolvedIfx) is moved to gen.h and made public,
3097         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3098         * (aopForSym): added an optimization to directly store in stack of
3099         the operand of a SEND iCode,
3100         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3101         but as registers instead (AOP_REG) using the fReturnIdx array,
3102         * (pic16_freeAsmop): remove the freed register from the
3103         _G.sregsAlloc field,
3104         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3105         a compare of 'WREG',
3106         * (pic16_popGetTempRegCond): changed function prototype, now
3107         function takes also a bitVector argument v which holds the current
3108         set of registers that are allocated for stack access by aopForSym,
3109         registers allocated in aopForSym for accessing stack symbols are not
3110         any more part of the functions usedRegs field,
3111         * (genCall): some times aopOp is called for a stack variable to be
3112         send, aopForSym might perform the push, if this is true make sure
3113         that genCall doesn't push the variable twice by testing _G.resDirect,
3114         * (genFunction): changed testing for unspecified interrupt number
3115         from 256 to INTNO_UNSPEC,
3116         * modified selection scheme of frame pointer generation. Previously
3117         if function did use local registers a frame pointer was generated,
3118         now a frame pointer is generated only if function has arguments
3119         (that need PLUSW2 register access), or has stack arguments, or the
3120         compiler is not instructed to omit the frame pointer,
3121         * (genEndFunction): before restoring local registers that were saved
3122         in the function preamble, also restore the registers that *might*
3123         have been allocated for stack access,
3124         * (genRet): removed some old comments,
3125         * (genCmp, the active (RN's) version): added a call to the
3126         pic16_genCmp_special function to perform the compare with a more
3127         robust and optimized way,
3128         * (genInline): a feature has been added in inline code generation,
3129         which allows a wildcard variable substitution when writing inline
3130         assembly. Code is incomplete and experimental therefore undocumented,
3131         * (genCast): changed order of aopOp for result and right to allow
3132         aopForSym to directly load the result if possible,
3133         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3134         perform an optimized compare on some selected special occasions,
3135         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3136         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3137         generate an IVT any more,
3138         * src/pic16/main.c (pic16_optionsTable): added command line option
3139         --optimize-cmp,
3140         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3141         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3142         macros,
3143         * src/pic16/NOTES: Raphael Neider added in list of active developers
3144         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3145         jumptable_end to prevent bug #,
3146         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3147         inCond and outCond fields,
3148         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3149         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3150         turn off register spilling,
3151         * (packRegsForOneUse): synced with other ports' versions although it
3152         is not used currently,
3153         * (pic16_packRegisters): added an optimization while reading
3154         structure bitfields, some registers may be saved (malloc code is
3155         decreased by 80 bytes)
3156
3157 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3158
3159         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3160         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3161         this can be optimized more?
3162
3163 2005-03-10 Raphael Neider <rneider AT web.de>
3164
3165         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3166           genNearPointerGet): (hopefully) fixed access to bitfields via
3167           pointers (p->bitN = x; and x = p->bitN; failed)
3168
3169 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3170
3171         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3172
3173 2005-03-09 Raphael Neider <rneider AT web.de>
3174
3175         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3176
3177 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3178
3179         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3180         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3181           (regTypeNum): set REG_BIT type if necessary
3182         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3183         * support/regression/tests/critical.c: check bug 1144613
3184
3185 2005-03-02 Raphael Neider <rneider AT web.de>
3186
3187         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3188
3189 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3190
3191         * src/avr/ralloc.c (serialRegAssign),
3192         * src/ds390/ralloc.c (serialRegAssign),
3193         * src/hc08/ralloc.c (serialRegAssign),
3194         * src/mcs51/ralloc.c (serialRegAssign),
3195         * src/pic/ralloc.c (serialRegAssign),
3196         * src/pic16/ralloc.c (serialRegAssign),
3197         * src/xa51/ralloc.c (serialRegAssign),
3198         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3199
3200 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3201
3202         * src/SDCCast.c (decorateType): fixed bug 1124787
3203
3204 2005-02-20 Hubert Sack <sack AT digiplan.de>
3205         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3206
3207         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3208         patch #1121755
3209
3210 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3211
3212         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3213         to keep the correct label reference count when adding/removing references
3214         to labels. A peephole file using this is appended to patch #1144962.
3215
3216 2005-02-14 Raphael Neider <rneider AT web.de>
3217
3218         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3219         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3220         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3221           retrievals of result operand's value on assignment
3222
3223 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3224
3225         * device/include/pic16/string.h: modified prototype for memccpy()
3226         to memccpy(void *, void *, char, size_t)
3227         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3228         check whether to omit frame pointer or not,
3229         * (genInline): convert all occurences of "\n" to LF in inline
3230         assembler blocks, this helps formatting the inline text,
3231         * (pic16_loadFSR0): modified prototype,
3232         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3233         removed some 8051 legacy code,
3234         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3235         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3236         before allocating temporary registers in functions,
3237
3238 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3239
3240         * support/regression/tests/bitvars.c: corrected the "fix"
3241
3242 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3243
3244         * support/regression/tests/bitvars.c,
3245         * support/regression/tests/bitwise.c,
3246         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3247
3248 2005-02-10 Raphael Neider <rneider AT web.de>
3249
3250         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3251           different size for Alpha
3252         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3253
3254 2005-02-09 Raphael Neider <rneider AT web.de>
3255
3256         * src/SDCC.lex(doPragma) : save and restore warning options as well
3257           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3258         * have #pragma less_pedantic set the errorlevel to WARNING
3259           (fixes #1117001)
3260         * (cloneOptimize) : fixed wrong malloc's size
3261         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3262           facilitate correct handling of #pragma (save|restore)
3263
3264 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3265
3266         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3267
3268 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3269
3270         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3271
3272 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3273
3274         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3275
3276 2005-02-02 Raphael Neider <rneider AT web.de>
3277
3278         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3279         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3280         * (pic16_storeForReturn): fixed to allow returning function pointers
3281         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3282         * device/include/pic16/{stddef.h,stdbool.h}: added
3283
3284 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3285
3286         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3287
3288 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3289
3290         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3291         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3292          appeared to be required
3293
3294 2005-01-31 Borut Razem <borut.razem AT siol.net>
3295
3296         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3297           include/mcs51 and include/z80 directories to the package
3298
3299 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3300
3301         * src/hc08/gen.c (genFunction): fixed bug #1112752
3302
3303 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3304
3305         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3306
3307 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3308
3309         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3310
3311 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3312
3313         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3314
3315 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3316
3317         * device/include/c8051fxxx.h: removed these 6 files
3318         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3319
3320 2005-01-26 Raphael Neider <rneider AT web.de>
3321
3322         * src/pic16/gen.c (genAssign): fixed assignment from longs
3323           in codespace (were cut to three bytes)
3324         * (genDummyRead): implemented (except for CODESPACE...),
3325           fixed bug #1108575
3326         * src/pic16/glue.c (emitStatistics): beautified
3327         * device/lib/pic16/libm/Makefile: added include path
3328
3329 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3330
3331         * src/z80/gen.c (aopPut): fixed bug #1103902
3332
3333 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3334
3335         * device/lib/expf.c: fixed bug #1095792
3336
3337 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3338
3339         * device/lib/pic16/libm: added Math library sources
3340
3341 2005-01-24 Raphael Neider <rneider AT web.de>
3342
3343         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3344           to enable upcast to pCodeOpReg2 (there is no type tag to
3345           differenciate the two and pic16_popGet2p cast into PCOR2)
3346         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3347           (sizeof(sectNames) changed to sizeof(sectName))
3348           Both patches fix segfaults under MinGW.
3349
3350 2005-01-23 Raphael Neider <rneider AT web.de>
3351
3352         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3353           Safe_[mc]?alloc()'ed variables
3354         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3355           of (byte sized) temporaries (assign them to WREG for now)
3356         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3357           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3358           this might fix SIGSEGVs on MinGW...
3359         * src/SDCCopt.c (killDeadCode): restored original behaviour
3360           (volatile operands might get thrown away though)
3361
3362 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3363
3364         * src/pic16/gen.c: fixed bug #1106975,
3365         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3366         pointer update, INTCON is saved, global interrupts are disabled and
3367         restored after updateing TOS.
3368         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3369         * added function attribute 'shadowregs' to take advantage of shadow
3370         registers,
3371         * added function attribute 'wparam' as an alternative to the wparam
3372         pragma,
3373         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3374         user declares a non-ISR function as 'shadowregs',
3375         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3376
3377 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3378
3379         * .version: bumped version number to 2.4.8
3380         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3381         pic16 port,
3382         * device/lib/pic16/libio/i2c/: I2C module support library,
3383         * device/include/pic16/i2c.h: I2C support library header,
3384         * device/lib/pic16/libc/stdio/: standard IO support sources,
3385         * (printf_small.c): printf_small() source, supports float print,
3386         * (printf_tiny.c): printf_tiny() source, does not support floats,
3387         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3388         enable global optimizations for entire library source, other
3389         Makefiles in the source tree are also modified to reflect this,
3390         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3391         function,
3392         * doc/sdccman.lyx: updated to reflect new changes,
3393         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3394         sym->onStack if-case,
3395         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3396         sbit, idata, _idata, xdata, _xdata,
3397         * added pragma library, to link an external library, (see doc),
3398         * removed command line options, --pomit-config-words, --pomit-ivt,
3399         --pleave-reset-vector,
3400         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3401         when calling assembler to reflect memory model used, also define
3402         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3403         reflect stack model used,
3404         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3405         on stack return NULL,
3406
3407 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3408
3409         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3410           of the operands is volatile. Fixes #1020220
3411
3412 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3413
3414         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3415         * (OptimizeRegUsage): make sure that there is really no other flow where
3416           the first pCode is used
3417
3418 2005-01-22 Raphael Neider <rneider AT web.de>
3419
3420         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3421           to fix #1106967 (pCode->seq are not set up correctly)
3422
3423 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3424
3425         * src/SDCCglue.c (glue): make sure code area is declared before the
3426         static initialization area.
3427
3428 2005-01-21 Raphael Neider <rneider AT web.de>
3429
3430         * device/lib/Makefile.in: fixed test for pic16 install dir
3431         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3432           optimizations
3433         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3434           added --optimize-goto compiler switch and pragma wparam documentation
3435         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3436         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3437           and PRODH closing bug #1071770 (peephole optimizer)
3438
3439 2005-01-19 Raphael Neider <rneider AT web.de>
3440
3441         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3442           cmdLine buffers (used when calling sdcpp...) are large enough
3443           (MAX_PATH=256 truncates arguments leading to system halts when
3444           used in MinGW...)
3445         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3446         * (genUminus): rewritten to for efficiency
3447         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3448           used uninitialized in some cases)
3449         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3450           copy the third byte from the int -- now assumes 0x80 (data memory)
3451         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3452           operands (genAddLit expects the iCode's operands to swapped as
3453           well), fixed leftover bytes (crashed for short left operands)
3454         * (pic16_genMinusDec): performance improvements, removed false
3455           PIC14 emitSKPNCs
3456         * (pic16_genMinus): fixed to cope with differently sized operands
3457         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3458           for --obanksel > 1
3459         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3460         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3461           new banksel optimization
3462         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3463           analysis for temporary registers (segfaults...)
3464         * src/pic16/peeph.def: added rule
3465
3466 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3467
3468         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3469         which converts a float number to its ASCII representation
3470         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3471         functions to convert the fractional and integer part of a float to ASCII,
3472         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3473         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3474         ram
3475         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3476         _STATMEM macros,
3477         * device/include/pic16/adc.h: added GPL info,
3478         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3479         a pCodeOp as tested operand,
3480         * (genNearPointerGet): optimized bit testing, does not use
3481         intermediate register for bit value, test directly instead with
3482         BTFSS, BTFSC, works only for single bits,
3483         * (genpic16Code): dump the name of the iCode in the asm,
3484         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3485         renamed to pic16_decodeOp,
3486         * (serialRegAssign): do not allocate a temporary register for iCode
3487         sequences that test a single bit for 1/0
3488
3489 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3490
3491         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3492         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3493         access stack and frame pointers. They are initially assigned to
3494         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3495         accessing SFRs. Updated all occurences of modification of stack or
3496         frame pointer in gen.c and pcode.c,
3497         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3498         assigning of a literal value to pointers,
3499         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3500         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3501         selected
3502
3503 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3504
3505         * doc/sdccman.lyx: update documentation about stack pragma, added
3506         some info for stack memory models
3507
3508 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3509
3510         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3511
3512 2005-01-08 Raphael Neider <rneider AT web.de>
3513
3514         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3515           udata sections to fix bug #1097823
3516
3517 2005-01-05 Raphael Neider <rneider AT web.de>
3518
3519         * src/pic16/gen.c (genGenericShift): added handling of differently
3520           sized left operand and result
3521
3522 2005-01-04 Raphael Neider <rneider AT web.de>
3523
3524         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3525         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3526           to hold the condition bit)
3527         * added new version of genCmp (old code available via #define)
3528         * added new version of genShiftLeft/genShiftRight in a generic
3529           way, now supports shifting by negative values
3530         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3531           shiftCount (expected by genGenericShift)
3532         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3533         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3534           dump
3535         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3536           is an invalid literal too...)
3537
3538 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3539
3540         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3541         from Raphael Neider,
3542         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3543         for 8-bit literals. This fixes some literal operands which are sign
3544         extended to 16-bits ints when instruction needs only 8-bits.
3545
3546 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3547
3548         * device/lib/logf.c: added mcs51 assembly version
3549         * device/lib/expf.c: added mcs51 assembly version
3550         * device/lib/_logexpf.c: new shared asm code for expf and logf
3551         * device/include/math.h: add defines for assembly math library
3552         * device/lib/Makefile.in: build new _logexpf.c
3553         * device/lib/libfloat.lib: use new _logexpf.c
3554
3555 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3556
3557         * src/pic/device.c
3558         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3559           device types which have less than 0x7f registers.
3560
3561 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3562
3563         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3564
3565 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3566
3567         * device/lib/printf_fast.c: only build on supported arch.
3568         * device/lib/printf_tiny.c: only build on supported arch.
3569         * device/lib/printf_fast_f.c: only build if asm float lib
3570         * device/lib/_fsget1arg.c: only build if asm float lib
3571         * device/lib/_fsget2args.c: only build if asm float lib
3572         * device/lib/_fsnormalize.c: only build if asm float lib
3573         * device/lib/_fsreturnval.c: only build if asm float lib
3574         * device/lib/_fsrshift.c: only build if asm float lib
3575         * device/lib/_fsswapargs.c: only build if asm float lib
3576         * device/include/stdio.h: don't provide print_fast,
3577           print_fast_f, print_tiny prototypes if --xstack used
3578
3579 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3580
3581         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3582         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3583           to the SOURCES
3584
3585 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3586
3587         * device/lib/printf_fast_f.c: same as printf_fast, but
3588           with floating point enabled
3589         * device/lib/printf_fast.c: minor tweaks
3590         * device/include/stdio.h: add printf_fast_f
3591
3592 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3593
3594         * src/SDCCmain.c: make --float-reent default for mcs51
3595         * device/lib/_fsadd.c: added mcs51 assembly version
3596         * device/lib/_fssub.c: added mcs51 assembly version
3597         * device/lib/_fsmul.c: added mcs51 assembly version
3598         * device/lib/_fsdiv.c: added mcs51 assembly version
3599         * device/lib/_fseq.c: added mcs51 assembly version
3600         * device/lib/_fsneq.c: added mcs51 assembly version
3601         * device/lib/_fsgt.c: added mcs51 assembly version
3602         * device/lib/_fslt.c: added mcs51 assembly version
3603         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3604         * device/lib/Makefile.in: add _fscmp to build
3605         * device/lib/libfloat.lib: add _fscmp to build
3606
3607 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3608
3609         * device/lib/_fs2slong.c: added mcs51 assembly version
3610         * device/lib/_fs2sint.c: added mcs51 assembly version
3611         * device/lib/_fs2schar.c: added mcs51 assembly version
3612         * device/lib/_fs2ulong.c: added mcs51 assembly version
3613         * device/lib/_fs2uint.c: added mcs51 assembly version
3614         * device/lib/_fs2uchar.c: added mcs51 assembly version
3615         * device/lib/_slong2fs.c: added mcs51 assembly version
3616         * device/lib/_sint2fs.c: added mcs51 assembly version
3617         * device/lib/_schar2fs.c: added mcs51 assembly version
3618         * device/lib/_ulong2fs.c: added mcs51 assembly version
3619         * device/lib/_uint2fs.c: added mcs51 assembly version
3620         * device/lib/_uchar2fs.c: added mcs51 assembly version
3621         * device/include/float.h: added #define to select asm vs c
3622
3623 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3624
3625         * device/lib/printf_fast.c: improvements to float output
3626         * device/include/float.h: add defines for assembly float library
3627         * device/lib/_fsget1arg.c: receive 1 float arg
3628         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3629         * device/lib/_fsnormalize.c: normalize a float
3630         * device/lib/_fsreturnval.c: return float, various helper routines
3631         * device/lib/_fsrshift.c: right shift a float's mantissa
3632         * device/lib/_fsswapargs.c: swap 2 floats
3633         * device/lib/Makefile.in: build these 6 new files for mcs51
3634         * device/lib/libfloat.lib: add these 6 files to the library
3635
3636 2004-12-26 Borut Razem <borut.razem AT siol.net>
3637
3638         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3639           built by gcc 3.4.2
3640
3641 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3642
3643         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3644           and fully reentrant and register bank neutral.
3645         * device/lib/printf_fast.c: added float (not enabled by default),
3646           added compact/slower integer (also not enabled by default),
3647           improved size/speed of fast integer code, other minor changes
3648         * device/include/stdio.h, device/lib/Makefile.in,
3649           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3650
3651 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3652
3653         * src/pic16/pcode.c: declaring variables other than at the start of a
3654           block is not supported in C by VC6.
3655
3656 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3657
3658         * applied a previous patch from Raphael Neider that wasn't included
3659         in the previous commits, which fixes infinite loops within jumptable
3660         improvements,
3661         * made some fixes that previous patches introduced
3662
3663 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3664
3665         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3666         that fixes an issue with AOP_PCODE asmop's offset,
3667         * (pic16_popCopyReg): update instance field too,
3668         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3669         function of pic port,
3670         * (genCmp, genAnd, genAssign),
3671         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3672
3673 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3674
3675         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3676         variables initial values to idata section,
3677         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3678         variables in some functions. This utilizes parmBytes field of iCode
3679         structure to hold the offset of the variable in stack. (might be
3680         able to use the stack field too?)
3681         * applied patch from Raphael Neider # ### , # ###
3682         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3683         variable initial values in idata section,
3684         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3685         for static variables with initial value
3686         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3687         applied fix in while loop from Raphael Neider.
3688
3689 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3690
3691         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3692         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3693         * src/ds390/ralloc.c (serialRegAssign): spill bits
3694         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3695         * support/Util/SDCCerr.c,
3696         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3697         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3698         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3699
3700 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3701
3702         * device/include/sdcc-lib.h: inserted LGPL, added includes
3703           asm/ds390/features.h and asm/mcs51/features.h
3704         * device/include/asm/default/features.h,
3705         * device/include/asm/gbz80/features.h,
3706         * device/include/asm/z80/features.h: added empty _AUTOMEM
3707           and _STATMEM
3708         * device/include/asm/ds390/features.h,
3709         * device/include/asm/mcs51/features.h: added files with defines for
3710           _AUTOMEM and _STATMEM indicating automatic and static storage class
3711         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3712         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3713         * src/SDCCicode.c (geniCodeCast),
3714         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3715         * src/SDCCloop.c (loopInduction): removed unused variable lr
3716         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3717           to convertToFcall to include char modulo (RFE 1065037), added check
3718           if left operand is unsigned and use abs of literal value
3719         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3720           as it doesn't work after conversion from peephole.def to peephole.rul
3721         * src/mcs51/gen.c (toBoolean): added check for size,
3722           (genModOneByte): optimized code for signed char modulo a literal
3723           power of 2 (thanks to Hubert Sack),
3724           (genRRC): removed unnecessary "clr c",
3725           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3726         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3727           jump optimization,
3728           swapped rules 256.c and 256.d,
3729           extended 256.d by using new multiple checks (thanks Erik),
3730           added rules 256.e and 256.f,
3731           updated rule 261.a and 261.b to new generated code
3732         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3733
3734 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3735
3736         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3737           induction related bugs, including first part of bug #1074377
3738
3739 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3740
3741         * applied patch from bug-report #1076292,
3742         * applied patches for genAnd and Goto-optimizations for Raphael
3743         Neider,
3744         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3745         dump a less iCode information,
3746         * src/pic16/device.h (pic16_options_t): added field debgen,
3747         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3748         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3749         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3750         puclic,
3751         * (various functions): added macros FENTRY and FENTRY2 to functions,
3752         to emit function prologue,
3753         * (various functions): fixed indentation,
3754         * (genNearPointerGet): fixed loading of FSR0,
3755         * (genPackBits): applied patch from Raphael Neider to fix updating
3756         of FSR0 and touching only the modified bits,
3757         * src/pic16/genarith.c (various functions): added macros FENTRY to
3758         emit function prologue in comments,
3759         * src/pic16/pcode.h: added functions debugf2, debugf3,
3760         * src/pic16/ralloc.c: partial fix for packForPush caused
3761         segmentation fault,
3762
3763 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3764
3765         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3766           <stsp AT users.sourceforge.net> with reversed byte order
3767         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3768
3769 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3770
3771         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3772           bug #1074377
3773         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3774         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3775
3776 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3777
3778         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3779
3780 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3781
3782         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3783           conditions,
3784           (setFromConditionArgs): friendly operand parser for peephole rules,
3785           (operandBaseName, operandsNotRelated): new peephole condition
3786           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3787           architecture specific register naming into account, handles n-way
3788           comparisons, and supports quoted literals
3789         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3790
3791 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3792
3793         * src/mcs51/peeph.def: fixed bug #1076940
3794
3795 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3796
3797         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3798
3799 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3800
3801         Adding support for replacing ljmps with sjmps in jumptables
3802         generated for switch statements. For now you need to set the
3803         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3804         Now 4 algorithms for mcs51 jumptable generation are used:
3805         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3806         addresses loaded pc-relative for up to 112 cases and stack-pushing
3807         target addresses loaded with offset from dptr for up to 256 cases.
3808
3809         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3810         * src/mcs51/main.c: adapted constants for switch table generation
3811         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3812
3813 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3814
3815         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3816         * support/regression/tests/bug1057979.c: added test for bug 1073386
3817
3818 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3819
3820         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3821         compilers
3822
3823 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3824
3825         * src/pic16/device.h,
3826         * src/pic16/genarith.c,
3827         * src/pic16/glue.c,
3828         * src/pic16/main.c,
3829         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3830
3831 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3832
3833         Large cummulative patch for pic16 port.
3834         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3835         to call when a stack overflow occurs,
3836         * (malloc.h): added CVS Id tag,
3837         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3838         variable,
3839         * added libc directory. The current version of LibC contains string
3840         functions, ctype functions and macros and some functions of the
3841         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3842         be extensively tested in the future. Standard disclaimer here.
3843         Library is not automatically build yet. But one can build it by
3844         invoking 'make' inside the libc directory.
3845         * added ADC library under libio. Preliminary version yet.
3846
3847         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3848         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3849         aopForRemat() now and not by pic16_aopOp(),
3850         * (pic16_popGetTempReg): removed warning messgae when allocating
3851         temporary registers, its a buggy feature and will be removed,
3852         * (pic16_popGet): set register instance field in AOP_CRY,
3853         * (pic16_outBitC): fixed for results in size greater than 1,
3854         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3855         * (pic16_storeForReturn): optimized return of 0,
3856         * (genCmp): experimental code for new genCmp which uses PIC18's
3857         special compare&skip instructions. Initial tests fail some times
3858         with variables grater than 1 byte in size, so new code is disabled,
3859         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3860         a single bit,
3861         * (genCast): began a fix to optimize the casting of a bit to another
3862         bit, now assigning a bitfield to another bitfield will fail, sorry,
3863         * src/pic16/main.c: disabled the use of lr-support feature,
3864         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3865         * added some function prototypes, added function _debugf prototype,
3866         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3867         bits with offset (case PO_GPR_BIT),
3868         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3869         command line,
3870         * (isBankInstruction): modified to return 0 for no banking instruction,
3871         and 1 for banking instruction,
3872         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3873         caused stop processing pCodes after a inline assembly block,
3874         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3875         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3876         registers when it shouldn't,
3877         * src/pic16/ralloc.c (allocReg): add preliminary support for
3878         supporting a limited set of temporary registers,
3879
3880 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3881
3882         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3883           genDataPointerSet): ensure assignments always copy in MSB to LSB
3884           order,
3885           (loadRegFromAop): recognize CLRH optimization,
3886           (genFunction): optimize RECEIVE iCodes in reentrant functions
3887
3888 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3889
3890         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3891           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3892           selected.
3893         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3894         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3895           contiguous with data
3896
3897 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3898
3899         * device/lib/_gptrget.c (_gptrget),
3900         * device/lib/_gptrgetc.c (_gptrgetc),
3901         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3902           instead of sjmp to ret
3903         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3904           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3905
3906 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3907
3908         * .version: bumped version to 2.4.7
3909         * device/lib/_gptrget.c (_gptrget): is now _naked
3910         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3911         * device/lib/_gptrput.c (_gptrput): is now _naked
3912         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3913           (createFunction): fixed xstack
3914         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3915         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3916           or bit either,
3917           (geniCodeCritical): store original interrupt state in an iTemp bit
3918           var unless stack-auto
3919         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3920         * src/SDCCmain.c (setIncludePath): added include/target to search path
3921         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3922         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3923           prototype,
3924           (processFuncArgs): put bit vars in bit area
3925         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3926           unsaveRBank): fixed xstack,
3927           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3928           (genFunction, genEndFunction): fixed xstack,
3929           (genAssign): optimization don't walk backwards through mem
3930         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3931         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3932         * support/regression/Makefile: also make library (for stack-auto) when
3933           making "all" and added "test-mcs51-xstack-auto"
3934         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3935         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3936         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3937         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3938         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3939           make-library by MAKE_LIBRARY
3940         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3941           regression tests for xstack
3942         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3943         * support/regression/tests/critical.c: test for critical on mcs51
3944
3945 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3946
3947         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3948           built version of sdcc instead of installed version
3949
3950 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3951
3952         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3953         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3954           vprintf.c now
3955         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3956         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3957           WARNING: remove device/lib/build/z80/printf.o by hand when
3958           updating from previous build!
3959         * device/lib/z80/printf.c: updated comment
3960         * support/regression/tests/bug1057979.c: test all ports now
3961         * support/regression/tests/bug1065458.c: file added
3962
3963 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3964
3965         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3966           *_start and *_end symbols for static functions
3967
3968 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3969
3970         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3971           and search crt0.o in all library paths,
3972           (setIncludePath): proper handling of --nostdinc,
3973           (setLibPath): proper handling of --nostdlib
3974         * support/regression/Makefile,
3975         * support/regression/ports/ds390/spec.mk,
3976         * support/regression/ports/gbz80/spec.mk,
3977         * support/regression/ports/hc08/spec.mk,
3978         * support/regression/ports/mcs51/spec.mk,
3979         * support/regression/ports/mcs51-large/spec.mk,
3980         * support/regression/ports/mcs51-stack-auto/spec.mk,
3981         * support/regression/ports/z80/spec.mk: use include and lib files from
3982           built version of sdcc instead of installed version
3983         * doc/sdccman.lyx: fixed typo in --nostdinc
3984
3985 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3986
3987         * src/pic/pcode.c,
3988         * src/pic/device.c,
3989         * src/pic/ralloc.c,
3990         * src/pic/gen.c : added support to generate code for struct bit fields.
3991
3992 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3993
3994         * as/xa51/xa_version.h,
3995         * device/include/errno.h,
3996         * device/include/regc515c.h,
3997         * device/lib/_itoa.c,
3998         * device/lib/_ltoa.c,
3999         * device/lib/ser_ir_cts_rts.c,
4000         * sim/ucsim/xa.src/glob.cc,
4001         * sim/ucsim/xa.src/inst_gen.cc,
4002         * sim/ucsim/xa.src/xa_bit.cc,
4003         * sim/ucsim/xa.src/xa_sfr.cc,
4004         * sim/ucsim/z80.src/inst_dd.cc,
4005         * sim/ucsim/z80.src/inst_fdcb.cc,
4006         * support/scripts/keil2sdcc.pl,
4007         * src/pic16/pic16.dsp,
4008         * src/pic16/pic16a.dsp: corrected cvs line endings
4009         * device/lib/printf_large.c: fixed bug 1057979
4010         * src/pic16/gen.c: fixed non-C standard code
4011         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4012         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4013         * support/regression/ports/mcs51/support.c: reload T1 asap
4014         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4015           pdata use and clear idata startup behaviour
4016         * support/regression/tests/bug1057979.c: added
4017
4018 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4019
4020         * device/examples/ds390/ow390/ad26.h,
4021         * device/examples/ds390/ow390/cnt1d.h,
4022         * device/examples/ds390/ow390/crcutil.c,
4023         * device/examples/ds390/ow390/ownet.h,
4024         * device/examples/ds390/ow390/owsesu.c,
4025         * device/examples/ds390/ow390/swt12.h,
4026         * device/examples/ds390/ow390/swtoper.c,
4027         * device/examples/ds390/ow390/temp10.h,
4028         * device/examples/ds390/ow390/thermodl.c,
4029         * device/examples/ds390/tinitalk/tinitalk.dsp,
4030         * device/examples/ds390/tinitalk/tinitalk.dsw,
4031         * device/examples/mcs51/clock/hw.h,
4032         * device/examples/mcs51/simple2/go.bat,
4033         * device/examples/serialcomm/windows/serial.h,
4034         * device/examples/xa51/dummy.c,
4035         * device/examples/xa51/hello.c,
4036         * device/include/80c51xa.h,
4037         * device/include/at89x051.h: corrected cvs line endings
4038
4039 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4040
4041         * src/pic16/main.c (options): added command line --gstack, to trace
4042         stack over/under flows,
4043         * added pragma 'wparam' to allow passing first byte of function
4044         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4045         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4046         call to __gstack_test function and sets up the symbol as extern,
4047         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4048         * popaop): added call to pic16_testStackOverflow,
4049         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4050         wparamList list,
4051         * (genCall, genPcall): now all parameters are passed via stack
4052         except in functions that are pass to wparam pragma in which WREG is
4053         used too,
4054         * (genPcall): REENTRANT flag is checked to see if variable prototype
4055         contains reentrant keyword, don't call a non-reentrant function, via
4056         a reentrant function pointer or vice versa, functions are never
4057         passed via WREG,
4058         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4059         D.Winkler,
4060         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4061         SIGSEGV when accessing a NULL register stucture,
4062         * (pic16_printGPointerType): modified to handle UPPER modifier for
4063         function initializers, changed prototype of function to simpler one,
4064         * (pic16_printIvalFuncPtr): check to see if function is already
4065         added in externs list,
4066         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4067         optimized a move from W to SFR with a move to the same register
4068         later after a CALL,
4069         * device/lib/pic16/debug: NEW directory, contains debug features
4070         which are enabled when linking with libdebug.lib, currently command
4071         line option --gstack enables stack pointer tracing for over/under
4072         flow, corresponding sources are in debug/gstack
4073
4074 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4075
4076         * doc/sdccman.lyx: updated SDCC version,
4077         * (PIC16 port): update list of command line options,
4078         * src/pic16/device.h (structure pic16_options_t): added field gstack
4079         to enable stack overflow tracing on push/pops,
4080         * src/pic16/device.c (statistics structure): added statistics
4081         structure,
4082         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4083         pic16_dump_int_registers): increase statistics counters for each
4084         * variable which is encountered
4085         * (pic16_dump_usection): emit each .udata variable to its own udata
4086         section,
4087         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4088         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4089         parameters via stack, otherwise use old scheme,
4090         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4091         assembler output file,
4092         * src/pic16/main.c: added command line options --gstack to enable
4093         push/pop tracing for stack overflow,
4094         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4095         instructions): added size of each instruction,
4096         * (pic16_countInstruction): estimate size of instructions in
4097         the_pFile list, inline assembly blocks are not counted,
4098         * (pic16_FixRegisterBanking): trace previous register usage, when
4099         banksel optimizations is greater than 0, don't emit a redudant
4100         banksel directive,
4101
4102 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4103
4104         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4105         * src/pic16/ralloc.c : applied same fix for pic16.
4106         * src/pic/gen.c : tidied it up a little.
4107
4108 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4109
4110         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4111         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4112
4113 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4114
4115         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4116
4117 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4118
4119         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4120         non-reentrant function __modsint in the interrupt function (thus
4121         corrupting math operations during serial I/O)
4122         * device/lib/ser_ir.c: as above, changed buffersize
4123         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4124         256.c,d for zeroing
4125         * doc/Makefile: added option -t for rsync
4126
4127 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4128
4129         * src/SDCCast.h (struct ast),
4130         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4131
4132 2004-10-20 Borut Razem <borut.razem AT siol.net>
4133
4134         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4135         package
4136
4137 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4138
4139         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4140         makefile targets,
4141         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4142         support functions to replace long sequences of MOVFF's from access
4143         bank registers to stack and vice versa,
4144         * src/pic16/device.h: added new field opt_flags, where optimization
4145         flags can be set to enable certain features,
4146         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4147         * pBlock, (genFunction, genEndFunction): surroung loop for
4148         saving/loading used registers in stack with PC_INFO pCodes,
4149         INF_LREGS. Code in between can then be optimized by pCode optimizer
4150         to support function calls,
4151         * (genDataPointerSet): fixed bug which loaded float fields in
4152         structures with corrupt data,
4153         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4154         in a standard way debug info on stderr. Feature used for developing
4155         and debugging only,
4156         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4157         obsolete chunks of code,
4158         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4159         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4160         * pic16/src/pcode.c (pic16_newpCodeInfo,
4161         * (pic16_newpCodeOpLocalRegs),
4162         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4163         feature,
4164         * (pic16_pCodeConstString): printing of the initial value of a
4165         symbol as a comment is inhibited since parsing was already done by
4166         copyStr and output is corrupt,
4167         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4168
4169 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4170
4171         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4172
4173 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4174
4175         * as/mcs51/lkarea.c: removed old K&R style,
4176           (lnksect): changed check on boundary error,
4177           (lnksect2): changed check on boundary error,
4178           (lnksect2): extend XSTK to end of page if size = 1
4179         * as/mcs51/lkmain.c: removed old K&R style,
4180           (Areas51): create l_IRAM symbol
4181         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4182         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4183           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4184         * device/lib/_mullong.c: added version to be compiled with xstack
4185         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4186         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4187         * device/lib/mcs51/crtxstack.asm: fixed comment
4188         * src/SDCCglue.c: maxInterrupts defaults to 0,
4189           (emitMaps): added pdata,
4190           (createInterruptVect): (re)moved default,
4191           (glue): added pdata,
4192           (glue): moved __start__xstack to XSTK with default size 1
4193         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4194           and options.float_rent when options.stackAuto is set,
4195           (linkEdit): only write XDATA_NAME if provided on command line
4196         * src/SDCCmem.h,
4197         * src/SDCCmem.c: added pdata
4198         * src/port.h: added pdata_name to PORT
4199         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4200           (saveRegisters, unsaveRegisters): removed usage of B,
4201           (genMinus): fixed accumulator clash,
4202           (genJumpTab): added comment, this needs another look
4203         * src/mcs51/gen.c: added check for "B in use" paranoia,
4204           added pushB() and popB()
4205         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4206           chance
4207         * src/avr/main.c,
4208         * src/ds390/main.c,
4209         * src/hc08/main.c,
4210         * src/mcs51/main.c,
4211         * src/pic/main.c,
4212         * src/pic16/main.c,
4213         * src/xa51/main.c,
4214         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4215           added PSEG (PAG,XDATA) or NULL to port specifier
4216         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4217         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4218           (_mcs51_genInitStartup): removed __start__xstack equ,
4219           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4220         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4221         * src/z80/gen.c (_rleAppend): fixed warnings
4222         * support/regression/tests/zeropad.c: added pdata test
4223         * .version: bumped to 2.4.6
4224
4225 2004-10-17 Borut Razem <borut.razem AT siol.net>
4226
4227         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4228         as a part of nightly build
4229
4230 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4231
4232         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4233         WREG holds the first byte function parameters,
4234         * (aopForSym): take special case for symbols which are in FARSPACE
4235         but in CODESPACE too,
4236         * (assignResultValue): modified to take into account _G.useWreg,
4237         * (genCall): don't use wreg for parameter passing when function is
4238         declared as reentrant, too, added optimization INCF to stack
4239         pointer when stack parameter count is 1,
4240         * (genFunction, genEndFunction): refurnished and fixed to not using
4241         wreg for passing parameters when function has varargs or is
4242         reentrant, fixed bug with symbol name compare for generating
4243         functions in absolute address,
4244         * (pic16_storeForReturn): refurnished,
4245         * (genCmp): began writing a new version of the function, not ready
4246         yet, therefore it is disabled,
4247         * (genAssign): do not read code memory when assigning a function to
4248         a pointer function,
4249         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4250         array of characters, not pointer,
4251         * (pic16initialComments): in debug mode emit an .ident directive for
4252         the assembler,
4253         * (_process_pragma): emit a new warning type (internal to pic16)
4254         when setting stack to default length, emit a similar warning when
4255         placing a function at absolute address and address is not word aligned
4256         * (_pic16_parseOptions): added 'return TRUE' statement,
4257         * (_pic16_linkEdit): if compiling a source, then add the source's
4258         file object, first in the list of objects to link,
4259
4260 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4261
4262         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4263         * src/pic/main.c : removed VC warning.
4264         * src/pic/gen.c : changed comment.
4265
4266 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4267
4268         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4269         reference to a deprecated symbol _GPTRREG was causing failure to
4270         link. Thanks G. M. Gallant for the info.
4271
4272 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4273
4274         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4275         comments for Bugs item #954788.
4276
4277 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4278
4279         * src/pic16/device.c (pic16_dump_gsection,
4280         * pic16_groupRegistersInSection): handle symbols declared to be in
4281         access bank differently,
4282         * src/pic16/gen.c (struct _G): added field resDirect,
4283         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4284         send values read from stack directly to result and don't allocate
4285         temporary values,
4286         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4287         same registers,
4288         * (pic16_sameRegsOfs): NEW,
4289         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4290         free because they were not allocated from temporary pool,
4291         * pic16_popRegFromString): workaround to fix a problem with
4292         allocating variables twice or never,
4293         * (genGenPointerGet): using PRODL instead of FSR0H,
4294         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4295         instead of FSR0H,
4296         * (genAssign): take advantage of the _G.resDirect flag,
4297         * (genCast): around line 11844, use mov2f instead of directly
4298         MOVFF'ing between operands to account for literal values,
4299         * src/pic16/genutils.c: some new debug functions for gpsim have been
4300         added,
4301         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4302         float with integer part only,
4303         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4304         place variables in access bank
4305         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4306         updated sources to reflect recent changes in gen.c
4307
4308 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4309
4310         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4311         sources that searched for headers in installation path, now the
4312         device/include/pic16 is used,
4313         * src/pic16/glue.c (pic16glue),
4314         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4315         .line directives if not in debug mode, this suppresses assembler's
4316         warnings for ignored directives
4317
4318 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4319
4320         * src/port.h: made reset_regparms prototype void parameter explicit.
4321         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4322         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4323         * doc/sdccman.lyx: documented warning disabling and how to use
4324           printf_large to make it print floats.
4325         * device/include/stdbool.h: NEW
4326         * device/lib/_atof.c,
4327         * device/lib/_divuint.c,
4328         * device/lib/_divulong.c,
4329         * device/lib/expf.c,
4330         * device/lib/printf_large.c,
4331         * device/lib/sincosf.c,
4332         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4333         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4334           a completely reentrant lib.
4335
4336 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4337
4338         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4339         * device/include/pic16/stdio.h: fixed bug with colon
4340
4341 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4342
4343         * device/include/pic16/stdio.h,
4344         * device/include/pic16/stdlib.h,
4345         * device/include/pic16/math.h: NEW
4346         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4347         declared as _naked to reduce overhead
4348         * device/lib/Makefile.in (target port-specific-objects-pic16):
4349         changed * to *.* so to ignore the CVS directory,
4350         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4351         stacked variables back in stack,
4352         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4353         corruption
4354
4355 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4356
4357         * .version: bumped version number to 2.4.5
4358         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4359         * support/Util/SDCCerr.c (messages structure): added entry for
4360         W_POSSBUG2
4361
4362         Large cumulative patch for pic16 port and libraries.
4363         * device/include/pic16/sdcc-lib.h,
4364         * device/include/pic16/stdarg.h,
4365         * device/include/asm/pic16/features.h,
4366         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4367         * device/include/pic16/float.h: changes reentrant keyword with
4368         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4369         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4370         updated target build-libraries to include objects from gptr,
4371         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4372         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4373         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4374         all function headings,
4375         * src/SDCCmain.c: added global parameter userIncDirsSet,
4376         * (parseCmdLine): when option -I is encountered add directory to
4377         userIncDirsSet too,
4378         * src/version.awk: added space between control and long,
4379         * src/pic16/NOTES: added some notes for the port,
4380         * src/pic16/gen.c: added prototype for mov2fp function,
4381         * (fReturnpic16[]): properly named return value registers,
4382         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4383         * (aopForSym): added code to handle symbols with onStack flag set,
4384         symbols onStack are allocated PTRSIZE bytes,
4385         * (aopFreeAsmop): handles special case where asmops are stack objects,
4386         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4387         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4388         added argument lock to trace flaws in allocating temporary registers
4389         when developing port,
4390         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4391         * (pic16_popRegFromString): reenabled allocating a direct register
4392         from string,
4393         * (assignResultValue): various beautifications,
4394         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4395         referenced function argument,
4396         * (genIpush): reenabled to allow stacked arguments, handles only
4397         ic->parmPush iCodes,
4398         * (genCall, genPcall): major changes to allow for variable argument
4399         functions, fixed a bug with falsely restoring stack pointer after
4400         returning from call,
4401         * (genFunction): pending code for critical function,
4402         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4403         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4404         * (genNearPointerGet): fixed bug with indirect reading, was always
4405         reading from INDF0
4406         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4407         pointers,
4408         * (genAddrOf): rewrote code to take address of a stacked function parameter
4409         * (genCast): fixed casting to generic pointer type,
4410         * src/pic16/gen.h: added AOP_STA,
4411         * (struct asmop): added field stk,
4412         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4413         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4414         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4415         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4416         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4417         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4418         generic pointers,
4419         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4420         and library paths,
4421         * (pic16_port structure): generic pointer size is set to 3,
4422         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4423         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4424         compiler warning,
4425         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4426         operand is an iTemp,
4427
4428 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4429
4430         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4431         * debugger/mcs51/simi.c: addapt new syntax of s51
4432
4433 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4434
4435         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4436         * src/pic16/pcode.c: commented out some calls to free() in order to
4437         fix bug #989576,
4438
4439 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4440
4441         * src/SDCCicode.h,
4442         * src/SDCCicode.c (isiCodeInFunctionCall),
4443         * src/avr/ralloc.c (selectSpil),
4444         * src/pic/ralloc.c (selectSpil),
4445         * src/pic16/ralloc.c (selectSpil),
4446         * src/ds390/ralloc.c (selectSpil),
4447         * src/hc08/ralloc.c (selectSpil),
4448         * src/xa51/ralloc.c (selectSpil),
4449         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4450         stack in the middle of a function call sequence (fixes bug #1020268)
4451         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4452         costs associated with the minimum switch case.
4453
4454 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4455
4456         * src/SDCC.lex: fixed bug #1030549
4457
4458 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4459
4460         * src/SDCCcse.h (struct cseDef),
4461         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4462         over a function call if the CSE is derived from a symbol whose
4463         address has been taken (fixes bug #1029883)
4464         * support/regression/tests/bug-1029883: a new regression test for
4465         this bug
4466
4467 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4468
4469         * src/hc08/gen.c (emitinline): fixed bug #1029778
4470         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4471         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4472         and starts toward RFE #905167)
4473
4474 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4475
4476         * src/pic16/gen.c (mov2f): New function to move an operand to
4477         another without considering if it is a literal or a register,
4478         * (pic16_sameRegs): don't check if they are both AOP_REG,
4479         * (AccRsh): removed andmask=0 lines,
4480         * (genLeftShift): duplicated to be improved in future versions,
4481         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4482         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4483         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4484         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4485         * (insertBankSwitch): fixed inserting banksel directives algorithm
4486         for instructions that follow a skip instruction, this fixes a report
4487         for broken subtraction code generation,
4488         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4489         iCode is a left op, just in case result and right share the same
4490         registers
4491
4492 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4493
4494         * src/hc08/main.c,
4495         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4496         preservation of HX
4497         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4498         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4499         on 2004-09-12; it was buggy
4500
4501 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4502
4503         * src/SDCCsymt.h: removed RESULT_CHECK
4504         * src/SDCCast.c,
4505         * src/SDCCglue.c,
4506         * src/SDCCval.c,
4507         * src/pic/glue.c,
4508         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4509
4510 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4511
4512         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4513         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4514         configuration values no more rejected by compiler, they are assigned
4515         to configuration registers with a warning message instead,
4516         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4517         the for-loop so last conf register is emitted too,
4518         * (_pic16_initPaths): link library libsdcc.lib by default,
4519         * (_hasNativeMulFor): modified test for multiplication according to
4520         Raphael Neider's remarks. Integer multiplication is also done with
4521         support functions,
4522         * device/include/pic16/pic18fregs.h: corrected type error in while
4523         testing and including 18f6720 header file
4524
4525 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4526
4527         * src/pic16/device.h (pic16_options): removed field use_crt,
4528         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4529         until an optimization to handle single bits is added,
4530         * (pic16_loadFSR0): moved before genUnpackBits,
4531         * (genAnd): some white lines removed,
4532         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4533         leave_reset flags in pic16_options when using crt modules,
4534
4535 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4536
4537         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4538           for bugs 898889 & 979599. Also used some safer print instructions.
4539
4540 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4541
4542         * src/pic16/device.h (pic16_options_t): added field use_crt,
4543         crt_name, no_crt,
4544         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4545         catch a probable future bug,
4546         * src/pic16/gen.c: aopIdx function commented out,
4547         * (genAssign): commented out old code which used aopIdx,
4548         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4549         code, added if conditionals to take into account the --use-crt
4550         command line options,
4551         * src/pic16/main.c (pic16_optionsTable): added new command line
4552         options, --use-crt= and --no-crt,
4553         * (_pic16_linkEdit): now the proper crt object is added in the
4554         linker command line except than when --no-crt is specified,
4555         * src/pic16/pcode.c,
4556         * src/pic16/pcode.h: added some structures and functions for a new
4557         optimization scheme to compansate for instruction overhead between
4558         same iCodes, this scheme is currently under development and is not
4559         working in any way,
4560         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4561         to && operator,
4562         * device/lib/pic16/startup/crt0i.c,
4563         * device/lib/pic16/startup/crt0iz.c: added global char variable
4564         __uflags to force the generation of an idata section
4565
4566 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4567
4568         * doc/Makefile,
4569         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4570         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4571
4572 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4573
4574         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4575         Frieder) and clarified the default code optimization mode
4576
4577 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4578
4579         * src/SDCC.lex (doPragma, process_pragma),
4580         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4581         "opt_code_size", and "opt_code_balanced"
4582         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4583         regrouped options by category, added support for category headers
4584         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4585         and "--opt-code-size"
4586         * doc/sdccman.lyx: documented these new options and pragmas
4587         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4588         preference into account
4589
4590 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4591
4592         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4593           geniCodePreDec): Fixed bug 904237 by generating a warning
4594         * src/SDCCerr.h,
4595         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4596
4597 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4598
4599         * src/pic/device.c : When no max ram set validate full memory range.
4600         * src/pic/pcode.c,
4601         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4602
4603 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4604
4605         * device/lib/_gptrget.c,
4606         * device/lib/_gptrput.c: updated comment
4607         * device/lib/calloc.c,
4608         * device/lib/free.c,
4609         * device/lib/malloc.c,
4610         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4611         * src/SDCCcse.c (cseBBlock),
4612         * src/SDCCicode.c (printOperand, geniCodeArray),
4613         * src/SDCCicode.h (struct operand): fixed bug 868103
4614         * support/regression/tests/bug-868103.c: added
4615         * src/SDCCast.c (searchLitOp),
4616         * src/SDCCcse.h (struct cseDef),
4617         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4618         * src/SDCCicode.h (struct operand),
4619         * src/SDCCsymt.h (struct sym_link),
4620         * src/avr/gen.c (hasInc),
4621         * src/ds390/gen.c (hasInc),
4622         * src/hc08/gen.c (genPlusIncr, hasInc),
4623         * src/mcs51/gen.c (hasInc),
4624         * src/pic16/glue.c (pic16_printIvalChar),
4625         * src/pic16/ralloc.c (regWithIdx),
4626         * src/xa51/gen.c (hasInc) : removed warnings
4627         * src/SDCCast.c (createBlock): added comment ???
4628         * src/hc08/ralloc.c: updated comments
4629
4630 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4631
4632         * doc/sdccman.lyx: updated section on switch statements, added
4633         section about semaphore locking
4634         * doc/Makefile: added option -info for latex2html
4635         * device/lib/_gptrget.c,
4636         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4637
4638 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4639
4640         * src/pic/device.h,
4641         * src/pic/device.c,
4642         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4643          maxram is less than 0x100.
4644
4645 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4646
4647         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4648
4649 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4650
4651         * src/port.h,
4652         * src/mcs51/main.c,
4653         * src/ds390/main.c,
4654         * src/z80/main.c,
4655         * src/hc08/main.c,
4656         * src/pic/main.c,
4657         * src/pic16/main.c,
4658         * src/avr/main.c,
4659         * src/xa51/main.c
4660         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4661         a jump table is the best form for a switch statement, including
4662         automatic insertion of missing cases to make the case range
4663         continuous. Developed in collaboration with Frieder Ferlemann.
4664
4665 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4666
4667         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4668         accumulator result if it needs sign extension
4669
4670 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4671
4672         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4673
4674 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4675
4676         * device/lib/gbz80/printf.c,
4677         * device/lib/z80/printf.c: removed define for NULL
4678
4679 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4680
4681         * as/xa51/xa_link.c,
4682         * device/examples/ds390/ow390/ad26.c,
4683         * device/examples/ds390/ow390/cnt1d.c,
4684         * device/examples/ds390/ow390/counter.c,
4685         * device/examples/ds390/ow390/ds2480.h,
4686         * device/examples/ds390/ow390/ds2480ut.c,
4687         * device/examples/ds390/ow390/findtype.c,
4688         * device/examples/ds390/ow390/gethumd.c,
4689         * device/examples/ds390/ow390/owllu.c,
4690         * device/examples/ds390/ow390/ownetu.c,
4691         * device/examples/ds390/ow390/swt12.c,
4692         * device/examples/ds390/ow390/swtloop.c,
4693         * device/examples/ds390/ow390/temp.c,
4694         * device/examples/ds390/ow390/temp10.c,
4695         * device/examples/ds390/ow390/thermo21.c,
4696         * device/examples/ds390/ow390/tinilnk.c,
4697         * device/examples/ds390/ow390/tstfind.c,
4698         * device/examples/serialcomm/windows/serial.cpp,
4699         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4700         * device/include/reg51.h: fixed line endings for cvs
4701
4702 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4703
4704         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4705         packRegsForAccUse, packRegisters): new accumulator register
4706         packing algorithm
4707         * support/regression/ports/hc08/support.c (_putchar): suppress
4708         warning of unused variable
4709         * src/SDCCicode.c: added SWAP entry to codeTable
4710
4711 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4712
4713         * device/lib/sprintf.c: forgot to add this file before previous commit
4714
4715 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4716
4717         * src/pic16/gen.c (genPackBits): added operand right in function
4718         parameters, load result directly if p_type is POINTER (that is
4719         called by genNearPointerSet)
4720         * (genUnPackBits): added operand left in function parameters,
4721         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4722         FSR0 if accessing bitfields,
4723
4724 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4725
4726         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4727           _print_format; updated printf, sprintf, vsprintf
4728         * device/include/asm/default/features.h: corrected comment/define
4729         * device/lib/Makefile.in: added sprintf.c
4730         * device/lib/libsdcc.lib: added sprintf module
4731         * device/lib/printf_large.c,
4732         * device/lib/vprintf.c,
4733         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4734           into these 3 files
4735         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4736         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4737         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4738           hc08 test
4739         * support/regression/tests/zeropad.c: define idata as data for hc08
4740
4741 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4742
4743         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4744         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4745         labels are referenced at least once (even if a reference is not found)
4746         * src/hc08/gen.c (emitcode): set isComment flag for comments
4747         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4748         loads), rules 6a..6b (optimize jumps to return)
4749
4750 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4751
4752         * device/lib/acosf.c (acosf),
4753         * device/lib/asinf.c (asinf),
4754         * device/lib/atanf.c (atanf),
4755         * device/lib/ceilf.c (ceilf),
4756         * device/lib/cosf.c (cosf),
4757         * device/lib/coshf.c (coshf),
4758         * device/lib/cotf.c (cotf),
4759         * device/lib/fabsf.c (fabsf),
4760         * device/lib/floorf.c (floorf),
4761         * device/lib/log10f.c (log10f),
4762         * device/lib/logf.c (logf),
4763         * device/lib/sinf.c (sinf),
4764         * device/lib/sinhf.c (sinhf),
4765         * device/lib/sqrtf.c (sqrtf),
4766         * device/lib/tanf.c (tanf),
4767         * device/lib/tanhf.c (tanhf),
4768         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4769         replaced all instances of "reentrant" in the library functions
4770         defined in math.h with this macro.
4771         * support/regression/tests/float_trans.c: reenabled test for hc08
4772
4773 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4774
4775         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4776         erroneously deleted
4777
4778 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4779
4780         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4781         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4782         multi-byte volatile operands are used
4783         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4784         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4785         initialization to area GSINIT0 so that it would always precede
4786         any static initializers in GSINIT
4787         * support/regression/tests/zeropad.c: fixed idata define for hc08
4788         * support/regression/tests/bug-927659.c,
4789         * support/regression/tests/float_trans.c: disabled tests for hc08
4790         pending missing library routines
4791         * .version: increased version number to 2.4.4 - hc08 port now passes
4792         regression tests
4793
4794
4795 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4796
4797         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4798         * Makefile.common.in,
4799         * as/Makefile,
4800         * as/hc08/Makefile.in,
4801         * as/mcs51/Makefile.in,
4802         * as/z80/Makefile.in,
4803         * debugger/mcs51/Makefile.in,
4804         * device/include/Makefile.in,
4805         * device/lib/Makefile.in,
4806         * doc/Makefile,
4807         * link/Makefile,
4808         * link/z80/Makefile.in,
4809         * packihx/Makefile.in,
4810         * sim/ucsim/main_in.mk,
4811         * sim/ucsim/avr.src/Makefile.in,
4812         * sim/ucsim/doc/Makefile.in,
4813         * sim/ucsim/gui.src/serio.src/Makefile.in,
4814         * sim/ucsim/hc08.src/Makefile.in,
4815         * sim/ucsim/s51.src/Makefile.in,
4816         * sim/ucsim/xa.src/Makefile.in,
4817         * sim/ucsim/z80.src/Makefile.in,
4818         * src/Makefile.in,
4819         * support/cpp2/Makefile.in,
4820         * support/librarian/Makefile,
4821         * support/makebin/Makefile: added DESTDIR to the install path proposed
4822         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4823         * doc/sdccman.lyx: added DESTDIR documentation
4824
4825 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4826
4827         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4828         instruction for interrupt handlers, use fast returns when returning
4829         from high priority interrupts
4830
4831 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4832
4833         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4834         code generation
4835         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4836         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4837         bugs, ported much of Bernhard's code from mcs51
4838         * src/mcs51/gen.c (genSend),
4839         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4840         than one when calling a reentrant function
4841         * device/lib/_mullong.c: defined an alternate struct layout for big
4842         endian ports (hc08)
4843
4844 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4845
4846         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4847         test
4848
4849 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4850
4851         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4852         are sane and complete before asking the port its prefered parameter
4853         passing method (fixes bug #1017633)
4854         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4855         and _ret3
4856
4857 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4858
4859         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4860         problem in bitfields >= 8 bits.
4861
4862 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4863
4864         * src/SDCCsymt.c: undid changes that were not meant to be committed
4865
4866 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4867
4868         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4869
4870 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4871
4872         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4873           copied and wrong bit got inverted
4874
4875 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4876
4877         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4878         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4879         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4880         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4881         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4882         assignments to bitfields at known addresses
4883         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4884         reads from bitfields at known addresses
4885         * src/hc08/ralloc.c (packRegisters),
4886         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4887         genhc08Code): optimize pointer get values used as conditionals
4888         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4889         and branch
4890
4891 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4892
4893         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4894         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4895         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4896         as conditionals
4897
4898 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4899
4900         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4901
4902 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4903
4904         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4905         related problems
4906
4907 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4908
4909         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4910
4911 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4912
4913         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4914         mcs51 port
4915
4916 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4917
4918         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4919
4920 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4921
4922         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4923         cases use more compact code.
4924
4925 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4926
4927         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4928
4929 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4930
4931         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4932
4933 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4934
4935         * src/SDCCsymt.h,
4936         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4937         parameter of changePointer() from symbol* to sym_link*
4938         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4939         * src/SDCCsymt.c (compareType): void* type is castable to other
4940         pointers, but not necesarily an exact match.
4941         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4942         is no longer blindly treated as an exact match.
4943         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4944
4945 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4946
4947         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4948
4949 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4950
4951         * src/pic/gen.c,
4952         * src/pic/pcode.c,
4953         * src/pic/ralloc.h,
4954         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4955
4956 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4957
4958         * src/pic/device.c,
4959         * src/pic/device.h,
4960         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4961
4962 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4963
4964         * src/mcs51/gen.c (emitcode): fixed bug #992819
4965
4966 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4967
4968         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4969           there's no need to make it worse
4970
4971 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4972
4973         * src/mcs51/ralloc.c (deassignLR),
4974         * src/ds390/ralloc.c (deassignLR),
4975         * src/hc08/ralloc.c (deassignLR),
4976         * src/z80/ralloc.c (deassignLR),
4977         * src/pic/ralloc.c (deassignLR),
4978         * src/pic16/ralloc.c (deassignLR),
4979         * src/avr/ralloc.c (deassignLR),
4980         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4981         rlivePoint): fixed another part of bug #971834
4982
4983 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4984
4985         * src/z80/main.c: enabled "critical" keyword
4986         * src/z80/mappings.i,
4987         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4988         functions (fixes bug #979646)
4989         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4990
4991 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4992
4993         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4994           such as c:\mydir.
4995
4996 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4997
4998         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4999           doesn't disable too much optimizations
5000
5001 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5002
5003         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5004
5005 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5006
5007         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5008
5009 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5010
5011         * src/pic/gen.c tidied up tabs
5012         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5013         * src/pic/main.c tidied up tabs
5014         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5015         * src/pic/pcoderegs.c tidied up tabs
5016         * src/pic/ralloc.c tidied up tabs
5017
5018 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5019
5020         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5021         to S_FIXED for pic16 port and when symbol is not in level 0,
5022         allocate for S_REGISTER storage class and pic16 port, too,
5023         * src/pic16/device.h: prototype for checkSym,
5024         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5025         * (pic16_assignConfigWordValue): test the value and the mask to
5026         validate that the value is suitable for the configuration word,
5027         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5028         collect extern declared symbols, don't emit symbol twice, check
5029         first if symbol is in publics set first,
5030         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5031         * added command line '--fstack' which enables an experimental
5032         feature for stack access, too buggy to be used yet...
5033         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5034         * (pic16_allocDirReg): when register has storage class S_REGISTER
5035         allocate in pic16_dynAccessRegs,
5036         * device/include/pic16/pic18f????.h: modified configuration word
5037         naming convention, words started as CONFIG0H but should be CONFIG1H
5038
5039 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5040
5041         * device/include/mcs51reg.h: fixed bug 970993
5042
5043 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5044
5045         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5046         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5047         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5048         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5049         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5050         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5051           error/warning numbers,
5052           added function setWarningDisabled()
5053         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5054         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5055           _memcmp.c _memmove.c calloc.c realloc.c free.c
5056         * support/regression/tests/malloc.c: added tests for new functionality
5057         * support/regression/tests/zeropad.c: added tests for truncated initializers
5058           and initialized char arrays starting with '\x0'
5059         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5060
5061 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5062
5063         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5064
5065 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5066
5067         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5068         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5069         peephole 177.e. Thanks to anonymous
5070
5071 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5072
5073         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5074         function isn't used in the source but referenced as a
5075         variable initializer then declare it as extern in .asm file
5076
5077 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5078
5079         * .version: increased version number to 2.4.3
5080
5081         Adding version extension according to ChangeLog CVS revision
5082         * src/Makefile.in (target all): added dependency 'version.h'
5083         * (rule version.h): added rule to create version.h from ChangeLog,
5084         * (rule dep): added dependency version.h,
5085         * src/version.awk: AWK script to create version.h
5086         * src/SDCCdwarf2.c (dwWriteModule),
5087         * src/SDCCglue.c (initialComments),
5088         * src/SDCCmain.c (printVersionInfo): modified to write after
5089         version string the version extension number,
5090         * src/SDCCutil.c: included "version.h"
5091         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5092         number,
5093         * src/SDCCutil.h: added prototype for getBuildNumber
5094
5095         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5096         includeDirsSet, too,
5097         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5098         const char [] is found in function prototype...
5099
5100         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5101         moving to WREG with source is already in WREG,
5102         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5103         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5104         * (aopForSym): stack'ed symbols are partially supported, added
5105         if-clause to support symbols in FARSPACE,
5106         * (sameRegs): added test for AOP_ACC to see if registers are same,
5107         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5108         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5109         * (pic16_popRegFromString): will not allocate a new register if it
5110         doesn't find one by name, bug may have introduced...
5111         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5112         * (genIpush): revived to use pic16 port's stack,
5113         * (genAddrOf): added incomplete case for stack'ed operand,
5114         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5115         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5116         can handle multibyte operands,
5117         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5118         * (pic16initialComments): added message for MPLAB compatibility
5119         mode enabled,
5120         * src/pic16/main.h: prototype for pic16_mplab_comp,
5121         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5122         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5123         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5124         because of increased complexity of procedure,
5125         * (_process_pragma): stack pragma changed to format 'stack pos len',
5126         emit symbol '_stack_end' to conform with gplink,
5127         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5128         to search for register,
5129         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5130         PO_GPR_REGISTER,
5131         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5132         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5133         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5134         case for PO_GPR_REGISTER,
5135         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5136         dies, the new era is ahead !...
5137         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5138         pic16_dynInternalRegs,
5139         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5140         * (pic16_allocDirReg): minor optimizations and bug fixes,
5141         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5142
5143         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5144         load stack and frame pointer with address of 'stack_end' symbol
5145
5146 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5147
5148         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5149         without source code but only variable initializers
5150
5151 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5152
5153         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5154         external are not declared as extern to reduce overhead while linking
5155
5156 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5157
5158         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5159
5160 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5161
5162         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5163           Yee Keat for the patch
5164         * src/SDCCast.c (decorateType): fixed bug #979599
5165         * src/ds390/gen.h: removed local fReturnSizeDS390
5166         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5167         * src/ds390/gen.c (genAnd, genOr, genXor),
5168         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5169
5170 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5171
5172         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5173         add relFilesSet to $3, manipulate $2 to handle linking of object
5174         files without source files in command line,
5175         * device/include/pic16 (all headers): added ID location macros,
5176         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5177         entries for ID location bytes,
5178         * (pic16_assignIdByteValue): NEW,
5179         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5180         added field dumpcalltree to pic16_options_t,
5181         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5182         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5183         emitting rFalseIfx label after check_carry label,
5184         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5185         pic16_emitDIRegs), NEW
5186         * (pic16glue): dump .calltree file when option --calltree found,
5187         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5188         * (_pic16_genAssemblerPreamble): emit ID locations after
5189         configuration registers,
5190         * (pic16_linkCmd): modifications of the link command,
5191         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5192         * (pic16_pCodeInitRegisters): don't init stack registers,
5193         * (pic16_findPrevInstruction): fixed bug,
5194         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5195         bug with immediate registers,
5196         * (buildCallTree): traces stack push and pop,
5197         * (pct2): dump also stack usage for each function,
5198         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5199         * (pic16_allocDirReg): various modifications,
5200         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5201         fixed to 1,
5202
5203 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5204
5205         * src/pic16/pcode.c: removed buggy double colon
5206
5207 2004-07-01 Borut Razem <borut.razem AT siol.net>
5208
5209         * support/scripts/sdcc.nsi: added include/pic16 to setup
5210
5211 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5212
5213         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5214         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5215         target 'clean',
5216         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5217         specific command line arguments. Also added sample lkr script
5218         for placing a variable at a specific memory bank.
5219         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5220         at a specific memory bank,
5221         * (pic16_dump_isection): fixed bug which caused string literals to
5222         be omitted when dumping idata section,
5223         * (pic16_groupRegistersInSection): added code to handle registers
5224         in specific memory banks,
5225         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5226         public, all references are renamed too,
5227         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5228         AOP_DPTR2,
5229         * (pic16_storeForReturn): added case to handle when dest is WREG,
5230         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5231         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5232         pic16_rel_udata, check to see if that register is marked as being
5233         a member of a specific memory bank,
5234         * (pic16_printIvalCharPtr): added code to add string literals either
5235         to code or the idata sections,
5236         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5237         also accept the 'udata' pragma,
5238         * src/pic16/main.h: new structure types sectName and sectSym
5239         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5240         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5241         * (pic16_findPrevInstruction): fixed, it returned nothing,
5242         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5243         instruction combinations,
5244         * (pic16_FixRegisterBanking): heavily reorganised,
5245         * (pic16_AnalyzeBanking): if generating banksel directives is
5246         disabled, then don't call FixRegisterBanking at all,
5247         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5248         completely removed,
5249         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5250
5251 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5252
5253         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5254         Phuah Yee Keat <yk.phuah AT nestac.com>
5255
5256 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5257
5258         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5259         correctly the IVT even if it is relocated to some other location
5260
5261 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5262
5263         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5264         * device/include/pic16/pic18f2220.h: NEW,
5265         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5266         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5267         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5268         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5269         nodefaultlibs, ivt_loc is the location of the interrupt vector
5270         table, and nodefaultlibs signs that default libraries should not be
5271         linked in link stage,
5272         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5273         according to --ivt-loc argument,
5274         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5275         when pragma stack is found,
5276
5277 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5278
5279         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5280         256 (range check), 257 (do while), 258.a-f (bit banging
5281         f.e. on 3-wire SPI bus)
5282
5283 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5284
5285         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5286         variables used exclusively within a loop
5287
5288 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5289
5290         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5291
5292 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5293
5294         * src/SDCClrange.c (computeClash): fixed bug #971834
5295
5296 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5297
5298         * src/mcs51/gen.c (genCmp): fixed bug #975903
5299         * src/hc08/gen.c (operandsEqu),
5300         * src/ds390/gen.c (operandsEqu),
5301         * src/z80/gen.c (operandsEqu),
5302         * src/pic/gen.c (operandsEqu),
5303         * src/pic16/gen.c (operandsEqu),
5304         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5305         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5306
5307 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5308
5309         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5310
5311 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5312
5313         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5314         default case in switch statement,
5315         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5316         to eliminate problem with initialisation of pointers, but problem
5317         still exists,
5318         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5319         * (emitStaticSegment): removed various lines emitting debug info,
5320         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5321         added processor registers for utilizing EEPROM,
5322         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5323         configurable and set 8
5324
5325 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5326
5327         * .version: increased version number to 2.4.2,
5328
5329         Cumulative patch for pic16 port
5330         * src/pic16/device.c: changed scheme to dump initial values for
5331         variables in idata segment, all print_idata* functions were removed,
5332         now the pic16_printIval* will be called,
5333         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5334         * _pic16_printPointerType, pic16_printPointerType,
5335         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5336         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5337         NEW, similar to the respective functions in SDCCglue.c,
5338         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5339         way, emitting hex bytes,
5340         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5341
5342 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5343
5344         * src/avr/ralloc.c (serialRegAssign),
5345         * src/xa51/ralloc.c (serialRegAssign),
5346         * src/pic/ralloc.c (serialRegAssign),
5347         * src/pic16/ralloc.c (serialRegAssign),
5348         * src/hc08/ralloc.c (serialRegAssign),
5349         * src/z80/ralloc.c (serialRegAssign),
5350         * src/ds390/ralloc.c (serialRegAssign),
5351         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5352
5353 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5354
5355         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5356         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5357
5358 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5359
5360         Cumulative patch for pic16 port:
5361         * src/pic16/device.h (typedef PIC16_device) modified fields for
5362         defining microcontrollers,
5363         * src/pic16/device.c: added new info for all devices in Pics16 array,
5364         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5365         to be optimised out by the pCode optimiser,
5366         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5367         specially, bug reported by G.M. Gallant,
5368         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5369         as force'd so that cannot be optimised out by pCode optimiser,
5370         * src/pic16/pcode.c,
5371         * src/pic16/pcodepeeph.c,
5372         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5373         they are disabled by default, but can be enabled explicit with
5374         command argument --denable-peeps, for testing,
5375         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5376         --pomit-ivt in COMPILE_FLAGS
5377
5378 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5379
5380         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5381           compilation on MSVC
5382
5383 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5384
5385         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5386
5387 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5388
5389         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5390         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5391
5392 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5393
5394         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5395         would only assign 0x300001 register.
5396
5397 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5398
5399         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5400         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5401
5402 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5403
5404         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5405         for ds80c400
5406         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5407         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5408         added peephole 254 (left shift), 255 (jump table)
5409
5410 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5411
5412         * device/lib/Makefile.in: removed comment line with model-pic16,
5413         * (target port-specific-objects-pic16): the libraries and objects
5414         are copied to the build directory form the device/lib/pic16/bin
5415         directory
5416
5417         Cumulative patch concerning pic16 port:
5418         * library directory has been re-organized,
5419         * added support for PIC18F1220,
5420         * added headers and library sources for chips 18f1220,18f6520,
5421         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5422
5423         * configuration registers setting has changed, now each supported
5424         device has a complete description of the registers it uses,
5425         * all initialisations are moved to idata sections, these section
5426         can be absolute or relocatable,
5427         * fixed initialisation of codespace variables,
5428         * fixed warning about PCLATU and gpsim,
5429         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5430         * (genAssign): use table reads when assigning from variables in codespace,
5431         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5432         char/int variables placed in codespace,
5433         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5434         registers set in .asm file, no need for --pomit-config-words anymore,
5435         * (pic16glue): some 8051 legacy segments are commented out
5436         (to be removed completely),
5437         * added support for alternative assembler and linker with --asm=
5438         and --link= command line arguments,
5439         * peepholes are disabled automatically in the port, no need to
5440         specify on command line,
5441         * port supports natively char/int/long multiplication, but converts
5442         all divisions to support functions,
5443         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5444         to the file set in variable $2,
5445         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5446         strings in ASCII format and not in hex,
5447         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5448         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5449         allocate proper register if iCodes aren't temporary,
5450
5451 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5452
5453         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5454
5455 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5456
5457         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5458         is commented out
5459
5460 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5461
5462         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5463         computed address is reused
5464         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5465         multi-byte bitfields
5466
5467 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5468
5469         * src/z80/gen.c: (genArrayInit): must check for pointers too
5470
5471 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5472
5473         * support/regression/tests/zeropad.c: never meant to commit the
5474           nestedstruct test: removed, added check for GCC version
5475
5476 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5477
5478         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5479         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5480         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5481           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5482           bugs 928906 and 954082 half-empty initializers
5483         * src/SDCCsymt.h,
5484         * src/SDCCsymt.c (getAllocSize): added for above fix
5485         * src/z80/gen.c (genArrayInit): fixed bug 741044
5486         * support/regression/tests/zeropad.c: added tests
5487
5488 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5489
5490         * src/pic16/device.c (pic16_dump_section): corrected bug which
5491         caused some symbols of the libraries to be misplaced
5492
5493 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5494
5495         * src/pic16/glue.c,
5496         * src/pic16/ralloc.h,
5497         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5498         to fix conflict with pic port
5499
5500 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5501
5502         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5503         externs configuration variables,
5504         * src/pic16/ralloc.h,
5505         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5506         prototype in header, commented out some debug messages
5507
5508 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5509
5510         * src/pic16/glue.c,
5511         * src/pic16/main.c,
5512         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5513         for gpasm COFF object generation. Thanks to D. Hawkins for
5514         his patch info
5515
5516 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5517
5518         * src/ds390/main.c,
5519         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5520         Brock for spotting this)
5521         * src/ds390/gen.c (genEndFunction),
5522         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5523         interrupt handler and critical. Disable push/pop optimizations when
5524         peephole optimizations disabled.
5525
5526 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5527
5528         Updated pic16 library sources and headers.
5529         * device/lib/pic16/pic18f*/ ,
5530         * device/include/pic16/*.h: modified to handle structured SFR
5531         definitions
5532
5533 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5534
5535         * src/port.h (PORT structure): added hook initPaths, now each
5536         port can declare its own default search paths,
5537         which can been seen with the --print-search-dirs option,
5538         see pic16 port for example,
5539         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5540         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5541         * (doPrintSearchDirs): NEW, replaces in a central manner the
5542         printing of search dirs which was split in set*Paths functions,
5543         * (main): added call to port->initPaths and doPrintSearchDirs,
5544         * src/avr/main.c,
5545         * src/ds390/main.c,
5546         * src/hc08/main.c,
5547         * src/izt/i186.c,
5548         * src/izt/tlcs900h.c,
5549         * src/mcs51/main.c,
5550         * src/pic/main.c,
5551         * src/pic16/main.c: modified port structures to reflect addition of
5552         initPaths hook,
5553
5554         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5555         * (pic16_dump_section): for registers in same address reserve memory once,
5556         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5557         to no_banksel,
5558         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5559         result is greater in size than right or left,
5560         * (pic16_genUMult8X8_8): there are some cases where the result can
5561         be 16 bits size, so handle these,
5562         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5563         * (pic16_outBitC): modified to emit pcodes,
5564         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5565         or not,
5566         * (genDivOneByte): implemented algorithm to divide 8-bits,
5567         * (genCmp): uncommented goto, but issues still exist,
5568         * (genAnd): fixed a bug with variables >8bits,
5569         * (genPackBits): optimization added that uses BCF/BSF to change a
5570         single bit,
5571         * (genAssign): fixed bug when assigning floating point literals,
5572         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5573         __sdcc_gsinit_startup label,
5574         * src/pic16/main.c (_pic16_init): removed search directory
5575         initialisations,
5576         * (_pic16_initPaths): NEW, used to initialise search directories,
5577         * (_hasNativeMulFor): support functions for all except char/int
5578         multiplication, and char division,
5579         * (PIC16_port struct): modified entry for native mul support,
5580         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5581         no_banksel option,
5582         * (buildCallTree): call to register_usage is ifdef'ed out,
5583
5584 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5585
5586         * device/include/string.h: applied Stas Sergeev's patch to make this
5587         header file compatible with the preprocessor -Wundef option
5588         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5589         failure (fixes bug #941458)
5590
5591 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5592
5593         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5594         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5595         that the variable, not the function, should be static
5596         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5597         to be consistent with non-literal case
5598
5599 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5600
5601         * src/SDCCast.c (isConformingBody): fixed bug #949967
5602         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5603         convilong): fixed bug #952086
5604
5605 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5606
5607         * src/SDCCmem.c (allocVariables): fixed bug #955321
5608
5609 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5610
5611         * src/hc08/main.c (_hc08_genAssemblerEnd),
5612         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5613         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5614         completely eliminated the use of a temporary file
5615         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5616         when more than one file linked
5617         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5618
5619 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5620
5621         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5622         which fixes bug #543481
5623         * support/regression/tests/bug-751703.c: fixed comments left from a
5624         cut and paste error
5625         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5626         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5627         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5628         scopes
5629         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5630         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5631         are now changed to underscores in moduleName
5632
5633 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5634
5635         * as/mcs51/lkmem.c: better fix for bug #954173
5636
5637 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5638         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5639
5640         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5641         * device/include/c8051f000.h,
5642         * device/include/c8051f120.h,
5643         * device/include/c8051f300.h,
5644         * device/include/c8051f310.h,
5645         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5646         PWM16) and detab'ed
5647
5648 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5649
5650         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5651         and mailing lists, doc'ed --no-peep-comments, removed reference
5652         to knoppix (newest version has no LyX/LaTeX), other minor changes
5653         * src/SDCCglue.c (glue): save 2 bytes stack space with
5654         option --main-return. The ljmp could probably be avoided too
5655
5656 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5657
5658         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5659
5660 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5661
5662         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5663         * src/SDCCopt.c (isLocalWithoutDef),
5664         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5665         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5666         (credit to Maarten Brock for patch #949363, on which this is based)
5667         * support/regression/tests/bug-751703.c: some test cases of extern used
5668         within inner scopes.
5669
5670 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5671
5672         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5673         SPEC_STRUCT
5674         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5675         struct definitions
5676         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5677         dwWriteLabel): fix to create valid debugger symbols even when
5678         the module name has non-alphanumeric symbols in it
5679         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5680         when a variable's allocation has been optimized away
5681
5682
5683 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5684
5685         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5686         * src/hc08/main.c,
5687         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5688         * src/mcs51/main.c,
5689         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5690         * src/ds390/main.c,
5691         * src/z80/gen.c (z80_emitDebuggerSymbol),
5692         * src/z80/main.c,
5693         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5694         * src/pic/main.c,
5695         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5696         * src/pic16/main.c,
5697         * src/avr/gen.c (avr_emitDebuggerSymbol),
5698         * src/avr/main.c,
5699         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5700         * src/xa51/main.c,
5701         * src/SDCCdebug.c (emitDebuggerSymbol),
5702         * src/SDCCdebug.h,
5703         * src/port.h: added a debugger struct to the port struct. Added a
5704         callback for defining debugger symbols
5705
5706         * src/SDCCast.c (createLabel),
5707         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5708         with isitmp = 1
5709         * src/SDCCicode.h,
5710         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5711         iCode back to the ast for the function
5712
5713         * src/hc08/ralloc.c (hc08_assignRegisters),
5714         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5715         unneeded fields from the regs struct.
5716         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5717         pushReg() & pullReg() functions instead of emitcode()
5718
5719         * src/hc08/gen.c (genLabel, genhc08Code),
5720         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5721
5722         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5723         debugger hooks
5724
5725         * src/hc08/gen.c (genEndFunction, genhc08Code),
5726         * src/hc08/gen.h,
5727         * src/mcs51/gen.c (genEndFunction, gen51Code),
5728         * src/mcs51/gen.h,
5729         * src/ds390/gen.c (genEndFunction, gen390Code),
5730         * src/ds390/gen.h,
5731         * src/z80/gen.c (genEndFunction, genZ80Code),
5732         * src/z80/gen.h,
5733         * src/z80/z80.h,
5734         * src/pic/gen.c (genEndFunction, genpic14Code),
5735         * src/pic/gen.h,
5736         * src/pic16/gen.c (genEndFunction, genpic16Code),
5737         * src/pic16/gen.h,
5738         * src/avr/gen.c (genEndFunction, genAVRCode),
5739         * src/avr/gen.h,
5740         * src/xa51/gen.c (genEndFunction, genXA51Code),
5741         * src/xa51/gen.h,
5742         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5743         specific code to cdbFile.c and out of the backend code generators
5744
5745         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5746         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5747         starting address is now 0
5748
5749         * as/hc08/asm.h,
5750         * as/hc08/m08pst.c,
5751         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5752         assembler directive for DWARF support
5753         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5754
5755         * src/src.dsp,
5756         * src/Makefile.in,
5757         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5758
5759 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5760
5761         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5762         and inappropriate peephole optimization in jump tables
5763
5764 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5765
5766         * as/hc08/m08pst.c,
5767         * src/SDCCglue.c: sdccopt works for the hc08 port now
5768
5769 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5770
5771         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5772
5773 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5774
5775         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5776
5777 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5778
5779         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5780         rules
5781         * src/SDCCmain.c,
5782         * src/SDCCglobl.h,
5783         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5784         comments from the peephole optimizer replacement rules
5785         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5786         symbols
5787         * src/SDCCcse.c (updateSpillLocation),
5788         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5789         equivalents
5790         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5791         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5792         objects far pointers
5793
5794 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5795
5796         * src/SDCCsymt.h: a missing part of my last change
5797         * src/pic/ralloc.c (regTypeNum),
5798         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5799
5800 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5801
5802         * src/SDCCicode.h,
5803         * src/SDCCicode.c (aggrToPtrDclType),
5804         * src/SDCCptropt.h,
5805         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5806         ptrPseudoSymConvert),
5807         * src/pic/ralloc.c (regTypeNum),
5808         * src/pic16/ralloc.c (regTypeNum),
5809         * src/hc08/ralloc.c (regTypeNum),
5810         * src/ds390/ralloc.c (regTypeNum),
5811         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5812         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5813
5814 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5815
5816         * link/z80/lkmain.c (afile),
5817         * as/hc08/lkmain.c (afile),
5818         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5819         prevent a pointer problem when a filename has no directory and
5820         no extension specified.
5821
5822 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5823
5824         * link/z80/lkmain.c (afile): allow periods in directory names
5825         * link/z80/lkmain.c (afile),
5826         * as/mcs51/lkmain.c (afile),
5827         * as/hc08/lkmain.c (afile): allow linker script file to have an
5828         extension other than ".lnk"
5829         * link/z80/lklex.c (getfid),
5830         * link/z80/lkmain.c (parse),
5831         * as/mcs51/lklex.c (getfid),
5832         * as/mcs51/lkmain.c (parse),
5833         * as/hc08/lklex.c (getfid),
5834         * as/hc08/lkmain.c (parse): Support comments in the linker script
5835         file on lines by themselves and after filenames
5836
5837 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5838
5839         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5840
5841 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5842
5843         * src/z80/peeph-z80.def: removed some peephole rules that don't
5844         work with multibyte arithmetic (fixed bug #937126)
5845         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5846         to registers and not global variables
5847         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5848         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5849         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5850         checking for assignments not internally generated (fixed bug #931895)
5851         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5852         structure member (fixed bug #930072)
5853
5854 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5855
5856         * src/SDCCmain.c (linkEdit),
5857         * src/hc08/main.c (_hc08_parseOptions),
5858         * as/hc08/Makefile.in,
5859         * as/hc08/aslink.h,
5860         * as/hc08/asm.h,
5861         * as/hc08/m08pst.c,
5862         * as/hc08/lkrloc.c (relr, rele),
5863         * as/hc08/lkarea.c (lnkarea)
5864         * as/hc08/lkmain.c (afile, parse),
5865         * as/hc08/lkelf.c: support for ELF output
5866         * as/hc08/lks19.c (s19),
5867         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5868
5869 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5870
5871         * as/mcs51/lkihx.c: Fixed bug #899105.
5872
5873 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5874
5875         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5876         .dsp files from Unix to DOS.
5877
5878 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5879
5880         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5881         function pointers; we have been compliant for several months now.
5882         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5883         change that was accidently commented out
5884         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5885         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5886         bug #922319
5887
5888 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5889
5890         * src/hc08/gen.c: output of all of the internal debugging information
5891         is now controlled by the D() macro; it is disabled by default
5892
5893 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5894
5895         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5896         harder to keep the same registers during a CAST iCode
5897         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5898         long via int can be done in a single cast, if the signedness is
5899         correct.
5900         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5901         putchar() in tinibios.c in ds390's library
5902
5903 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5904
5905         * src/SDCCast.c (decorateType): fixed bug #898889,
5906         cast result of a literal complement too
5907         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5908         fixed check for bitfields
5909
5910 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5911
5912         * src/SDCCicode.c (geniCodeLogic): made it static,
5913         (geniCodeLogicAndOr): added in order to fix bug #905492,
5914         (ast2iCode): fixed bug #905492
5915         * support/regression/tests/bug-905492.c: added
5916         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5917         (processParms): fixed bug #927659: don't copy parms, this will clear
5918         decorated flag
5919         * support/regression/tests/bug-927659.c: added
5920
5921 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5922
5923         * src/SDCCast.c (addCast): don't cast float to char
5924         * device/lib/libsdcc.lib: added _memmove
5925
5926 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5927
5928         * device/lib/large/Makefile: fixed parallel execution by
5929         replacing `make` by `$(MAKE)`
5930
5931 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5932
5933         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5934         offsets (fixes bug #923936)
5935
5936 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5937
5938         * device/lib/small/Makefile: fixed parallel execution by
5939         replacing `make` by `$(MAKE)`
5940
5941 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5942
5943         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5944
5945 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5946
5947         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5948         * src/regression/Makefile: Regression test was not running.
5949
5950 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5951
5952         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5953         complement if possible
5954         * src/SDCCval.c (valComplement),
5955         * src/SDCCicode.c (operandOperation): fixed complement of literal
5956         * support/regression/tests/onebyte.c (testComplement): added
5957
5958 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5959
5960         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5961         return an optimized tree; actually replace actParm with the new tree
5962         * src/SDCCast.h: added some parantheses to remove side effects
5963         * support/regression/tests/bug-920866.c
5964
5965 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5966         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5967         Bit operands were not being handled properly in the pic14 port.
5968         (now src/regression/add.c passes again).
5969
5970 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5971
5972         * src/SDCC.y (labeled_statement): case and default no longer require
5973         a following statement (RFE #893037)
5974
5975 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5976
5977         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5978         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5979         disabled (fixes bug #916294)
5980         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5981         "mov a,acc"; patch provided by Lenny Story
5982         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5983
5984 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5985
5986         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5987         functions
5988         * src/ds390/gen.c (genFunction, genEndFunction),
5989         * src/ds390/ralloc.c (ds390_assignRegisters),
5990         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5991         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5992         pushed if there are parameters passed on the stack. Also, a cleaner
5993         way to decide if r0/r1 should be pushed/popped. (Together they fix
5994         bug #918693)
5995
5996 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5997
5998         * doc/sdccman.lyx,
5999         * device/lib/mcs51/crtpagesfr.asm,
6000         * device/lib/mcs51/crtxinit.asm,
6001         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6002         to avoid confusion with Si Lab's SFRPAGE register.
6003
6004 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6005
6006         * src/SDCCglue.c (emitMaps): allow public sfr variables
6007         * src/SDCCglue.c (initialComments): include compiler build date
6008         with compiler version and put the timestamp of the generated
6009         assembly file on a serperate line to be less confusing.
6010         * src/port.h: added genInitStartup hook
6011         * src/avr/main.c,
6012         * src/ds390/main.c,
6013         * src/hc08/main.c,
6014         * src/pic/main.c,
6015         * src/pic16/main.c,
6016         * src/xa51/main.c,
6017         * src/z80/main.c: genInitStartup initialize as NULL (default to
6018         historical behaviour)
6019         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6020         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6021         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6022         library instead of hard coding it into the compiler.
6023         * support/regression/ports/mcs51-stack-auto/spec.mk,
6024         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6025         * device/lib/mcs51/Makefile,
6026         * device/lib/small/Makefile,
6027         * device/lib/large/Makefile,
6028         * device/lib/mcs51/crtpagesfr.asm,
6029         * device/lib/mcs51/crtstart.asm,
6030         * device/lib/mcs51/crtxclear.asm,
6031         * device/lib/mcs51/crtxinit.asm,
6032         * device/lib/mcs51/crtclear.asm,
6033         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6034         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6035         and into user configurable files.
6036         * device/lib/clean.mk: clean mcs51 directory too
6037         * support/regression/tests/longlit.c: added static to T1 declaration
6038         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6039         accesses in the initialization code
6040
6041 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6042
6043         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6044         OSCTRIMVAL as noted in bug #916008
6045
6046 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6047
6048         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6049         in loops with multiple exits (reported as incorrect registers
6050         used by Martin Helmling in Sdcc-user list)
6051
6052 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6053
6054         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6055         made ds390 register extensions look less like error messages
6056
6057 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6058
6059         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6060         reported by Adam Wozniak in Sdcc-user list
6061
6062 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6063
6064         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6065         arithmetic optimizations, added debug output
6066
6067 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6068
6069         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6070         * sdcc.spec: updated and split sdcc into 3 rpms
6071         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6072         needed for literals of LEFT_OP and '+'
6073         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6074         introduced RESULT_TYPE_NOPROM
6075         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6076         left shift
6077         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6078         limited promotion to int only for '*'
6079         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6080
6081 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6082
6083         * src/pic16/gen.c (genSkip),
6084         (genc16bit2lit), (gencjneshort): commented out
6085         (is_LitOp): new helper function, checks operand type
6086         (genCmpEq): rewritten
6087
6088 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6089
6090         * support/regression/tests/bug-908454.c: added
6091
6092 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6093
6094         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6095         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6096         (geniCodeCast): cosmetic, don't preserve bit storage class
6097         (geniCodeLeftShift): added promotion
6098         (geniCodeLogic): fixed regression
6099         * src/SDCCsymt.c (computeTypeOr): accept bits too
6100         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6101
6102 2004-03-07  Borut Razem <borut.razem AT siol.net>
6103
6104         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6105
6106 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6107
6108         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6109         version of pic16_genPackRegisters which does not check if ic is a
6110         CAST operator,
6111         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6112         function cause string1.c regression test fails
6113
6114 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6115
6116         * sim/ucsim/configure.in,
6117         * sim/ucsim/configure,
6118         * sim/ucsim/doc/Makefile.in: use docdir
6119         * src/SDCC.y: fixed sbit atrributes
6120         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6121         * src/SDCCast.c (decorateType): |^& need special promotion handling
6122         * src/SDCCast.h,
6123         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6124         * src/SDCCsymt.h (computeType),
6125         * src/SDCCicode.c: computeType() needs op
6126         * src/SDCCsymt.c (checkTypeSanity),
6127         * doc/sddman.lyx: "plain" bitfields are unsigned
6128         * src/SDCCsymt.c (computeTypeOr): added
6129         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6130         |^& ops
6131         * src/SDCCval.c (val*): computeType() needs op
6132         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6133         * support/regression/tests/onebyte.c: added tests for |^&
6134
6135 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6136
6137         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6138         for writing icode into asm output.
6139
6140 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6141
6142         * src/pic16/device.c: added some debug lines enabled
6143         with macro DEBUG_CHECK,
6144         * src/pic16/genarith.c: more debug in genPlus,
6145         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6146         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6147         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6148         * (aopForSym): onStack symbols are re-placed in data memspace,
6149         and onStack flag is cleared,
6150         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6151         copy temporary pcodeop,
6152         * (genPcall): added warning for not updating PCLATU,
6153         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6154         always true for pic16 port,
6155         * (genMultOneWord): NEW, supports integer multiplication,
6156         * (genMult): modified to call genMultOneWord,
6157         * (ifxForOp): added warning when return NULL,
6158         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6159         flag is set before call to operandFromSymbol for implicit
6160         added structures,
6161         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6162         options.intlong_rent are set by default,
6163         * (_hasNativeMulFor): modified to allow port generation of integer
6164         multiplication,
6165         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6166         set regtype to REG_SFR for all registers, restricting seting the
6167         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6168
6169 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6170
6171         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6172         more than 500 times in the regression tests
6173
6174 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6175
6176         * support/Util/SDCCerr.h,
6177         * support/Util/SDCCerr.c,
6178         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6179         enumerator_list),
6180         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6181         for symbol conflicts.
6182         * support/valdiags/tests/enum.c,
6183         * support/valdiags/tests/tentdecl.c,
6184         * support/valdiags/tests/struct.c: expect possible error messages
6185         referring to original symbol definitions.
6186         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6187         * src/SDCCsymt.h,
6188         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6189
6190 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6191
6192         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6193
6194 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6195
6196         * src/pic16/ralloc.c (newReg): fixed bug #908929
6197
6198 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6199
6200         * src/ds390/gen.c: added missing #include "main.h"
6201
6202 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6203
6204         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6205         checking if symbol is already in set,
6206         * src/pic16/device.h: prototype for checkAddSym,
6207         * src/pic16/gen.c: (_G): added entry interruptvector,
6208         * (assignResultValue): removed some commented out lines,
6209         * (genFunction): check for ISR via sym->type, absolute section for
6210         interrupt code is created via a new pBlock, the goto instruction is
6211         placed now correctly at the interrupt vector position, changed all
6212         references from ivec to _G.interruptvector,
6213         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6214         is the interrupt is a high priority one, same for return from ISR,
6215         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6216         externs to calls of checkAddSym,
6217         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6218         pic16_pcode_verbose flag is set,
6219         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6220         * src/pic16/pcoderegs.c: message about how many registers are saved
6221         will only be emitted if pic16_pcode_verbose flag is set,
6222
6223 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6224
6225         * src/ds390/ralloc.h,
6226         * src/ds390/ralloc.c (ds390_regWithIdx),
6227         * src/ds390/gen.c (emitcode),
6228         * src/ds390/main.h,
6229         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6230         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6231         ds390operandCompare, getRegsRead, getRegsWritten,
6232         initializeAsmLineNode): customized instruction size calculation for
6233         ds390, started basis for some register optimizations
6234         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6235         corresponding assembly output
6236         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6237         missing push/pop of r0/r1. Optimized push/pops
6238
6239 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6240
6241         * src/mcs51/main.c (instructionSize): fixed ACALL size
6242         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6243
6244 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6245
6246         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6247         the sorting of rlist with NULL elements
6248         * (print_idataType, print_idata): NEW to create idata sections
6249         * src/pic16/device.h: idataSymSet new variable
6250         * src/pic16/gen.c (genFunction): fixed some bugs in string
6251         comparing, improved the absolute section creation for ISRs,
6252         added FSR0L/FSR0H in registers that are saved in an ISR,
6253         * (genInline): fixed the processing of inline snippets,
6254         now they undergo no process by the peephole optimizer
6255         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6256         are placed in idataSymSet,
6257         * (pic16emitStaticSeg): extern symbols are added in externs,
6258         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6259         switching when aboslute variables are placed in access bank memory
6260         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6261         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6262         commented out with #if,
6263         * (pic16_packRegisters): reintroduce the check for CAST because some
6264         symbols are not correctly handled,
6265         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6266         pCodeInstruction instead of pCode,
6267         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6268         pCodeAsmDir definition,
6269         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6270         directive, then the argument directive is emitted without the leading
6271         tab, hack for inline labels which must be in the first column,
6272         * (compareLabel,pic16_findNextInstruction),
6273         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6274         * (insertBankSwitch): modified for the new pCodeAsmDir,
6275
6276 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6277         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6278
6279         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6280         instance,
6281         * (pushSide): commented out with #if,
6282         * (assignResultValue): fixed some typos in saving
6283         registers,
6284         * (genPcall): FIXED and sync'ed with genCall,
6285         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6286         * (genNearPointerGet): fixed to handle some more cases,
6287         implementation scheme via table reads,
6288         * (genConstPointerGet): modified to access code memory correct,
6289         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6290         and improved to handle some cases
6291         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6292         instead of "RETLW" for init data
6293         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6294         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6295         variables are placed in access bank memory (<0x80 and >=0xf80),
6296         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6297         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6298         TBLWT_POSTDEC,TBLWT_PREINC
6299         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6300         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6301         directives
6302         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6303         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6304         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6305         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6306
6307 2004-02-29  Borut Razem <borut.razem AT siol.net>
6308
6309         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6310         support/Util/findme.h, support/Util/system.h: enhance binary relative
6311         search for lib and include by using findProgramPath()
6312
6313 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6314
6315         * src/SDCCpeeph.h,
6316         * src/SDCCpeeph.c (pcDistance),
6317         * src/port.h,
6318         * src/mcs51/ralloc.h,
6319         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6320         * src/mcs51/main.h,
6321         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6322         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6323         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6324         size calculation port specific, started basis for some register
6325         optimizations
6326         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6327         missing push/pop of r0/r1. Optimized push/pops
6328         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6329         * device/lib/_modsint.c (_modsint),
6330         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6331         and stack version so regression tests pass
6332
6333 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6334
6335         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6336         * src/SDCCast.c (decorateType): catch another small optimization
6337         with '?' operator
6338         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6339         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6340         modified to finally use computeType() all over SDCC,
6341         see Feature Request #877103
6342         * src/SDCCval.h: cosmetic
6343         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6344         valCompare(); regression tested in muldiv.c
6345         * support/regression/tests/muldiv.c (testMod): mod sign follows
6346         dividend only
6347
6348 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6349
6350         * src/SDCCast.c (decorateType): fixed bug #902362
6351         * doc/INSTALL.txt: fixed install instructions for win32
6352
6353 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6354
6355         * device/include/Makefile.in (install): fixed by replacing spaces
6356         by tabs
6357         * doc/README.txt,
6358         * doc/INSTALL.txt: updated for release
6359         * doc/sdccman.lyx: added warning for --xstack being buggy
6360
6361 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6362
6363         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6364         to eliminate build warnings.
6365         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6366
6367 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6368            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6369
6370         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6371         removed -penable-stack, added comment for stack pragma, added
6372         warning for not initializing the stack/frame registers, removed
6373         comment at interrupts section
6374
6375         Stack is made permanent, there is no ability to disable stack usage.
6376         * src/pic16/device.h,
6377         * src/pic16/device.c: removed all references to USE_STACK macro,
6378         * src/pic16/device.c (pic16_dump_section): when no elements in
6379         rlist, free rlist before return,
6380         * (pic16_dump_int_registers): NEW, internal registers are a new set
6381         of general purpose registers reused by each function,
6382         * (checkAddReg): returns 1 if registers is added to set,
6383         * (pic16_groupRegistersInSection): when a registers is of type
6384         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6385         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6386         SRCASECMP macro is moved here from device.c
6387         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6388         PO_PCLATU, PO_PRODL, PO_PRODH,
6389         * (pic16_pCodeOpType, genMinus,
6390         changed compares to "a" register, with AOP_ACC,
6391         * (pic16_genPlus): fixed some bugs and indented properly,
6392         * (pic16_addSign): changed size to size+offset in the MOVWF
6393         instruction,
6394         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6395         multiply 8-bit operand by literal, result is 8-bit,
6396         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6397         multiply 2 8-bit operand, result is 8-bit,
6398         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6399         genUMult8X*_16,
6400         * src/pic16/gen.c: changed accUse to contain WREG only,
6401         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6402         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6403         true, do not use immediate addressing any more unless sym is a
6404         pointer in codespace,
6405         * (aopForRemat): do not use immediate addressing when symbol not in
6406         codespace and when symbol's address is requested,
6407         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6408         accUse size (= 1),
6409         * (aopGet): added case for AOP_ACC and don't return "accumulator
6410         bug" but WREG instead,
6411         * (popGetTempReg): pushes contents of temporary register in stack,
6412         * (popReleaseTempReg): pops contents of temporary register from
6413         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6414         * (pic16_popGet): separated case AOP_ACC to return register WREG
6415         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6416         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6417         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6418         the use of immediate pointers to certain cases only.
6419
6420         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6421         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6422         * (assignResultValue, genCall, genRet): modified to use the new
6423         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6424         genPcall is still broken,
6425         * (genFunction): added code to create 'A' type pBlocks when
6426         interrupt functions are generated, code not extensively tested yet,
6427         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6428         * (genEndFunction): modified so ISRs pop stored registers from stack,
6429         * (genMultOneByte): cleanup,
6430         * (AccRsh): added flag andmask, to and result with appropriate mask,
6431         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6432         * (genDataPointerGet): fixed and reenabled its use,
6433         * (genNearDataPointerGet): bugs fixed,
6434         * (genDataPointerSet): bugs fixed,
6435         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6436         pic16_DumpSymbol, pic16_DumpOp,
6437         * src/pic16/genutils.h: function prototypes for the above functions,
6438         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6439         pointers,
6440         * (pic16emitRegularMap): many many many improvements, but needs a
6441         major cleanup,
6442         * src/pic16/main.c: enable_stack in pic16_options is removed,
6443         * (_pic16_parseOptions): removed command line options -penable-stack,
6444         * (_process_pragma): emit stack symbol only when stack pragma is
6445         processed,
6446         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6447         redirected to FSR0L/FSR0H pair,
6448         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6449         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6450         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6451         for immediates,
6452         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6453         * (dumpPicOptype): NEW,
6454         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6455         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6456         with movff instruction,
6457         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6458         added pic16_int_regs, some packRegsFor* functions are commented out,
6459         because produce errors,
6460         * src/pic16/NOTES: minor modifications
6461
6462 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6463
6464         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6465         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6466         --pack-iram.
6467         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6468         * as/mcs51/lkaomf51.c: fixed bug #895763
6469
6470 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6471
6472         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6473
6474 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6475
6476         * doc/sdccman.lyx: added details about the HC08 storage classes and
6477         interrupts, fixed the register usage info for z80 & gbz80
6478
6479 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6480
6481         * doc/sdccman.lyx: added more pic16 port documentation
6482         * device/include/pic16/: added header pic18fregs.h
6483
6484 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6485
6486         * doc/sdccman.lyx: added Vangelis' contribution
6487
6488 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6489
6490         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6491         extend to the next CALL or PCALL, not just to the next CALL.
6492
6493 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6494
6495         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6496
6497 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6498
6499         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6500         bug #895752 and a better fix for bug #716790
6501
6502 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6503
6504         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6505
6506 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6507
6508         * doc/sdccman.lyx: minor changes, minor changed
6509
6510 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6511
6512         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6513         which can't handle SDCC_NEWONEBYTEOPS,
6514         (geniCodeMultiply): removed conversion from mult to shift for pic14
6515         and pic16
6516
6517 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6518
6519         * src/hc08/gen.h,
6520         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6521         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6522         thus fixing bug #895406
6523
6524 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6525
6526         * device/lib/_modsint.c,
6527         * device/lib/_modslong.c: sign follows divisor only
6528         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6529         signs or signedness can be ignored
6530         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6531         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6532         added optimization for IFX,
6533         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6534         arguments;
6535         reenabled optimization for IFX, which was removed on 2004-01-11
6536         * src/SDCCast.h: added return type IFX
6537         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6538         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6539         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6540         SDCC_OLDONEBYTEOPS selects the old behaviour
6541         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6542         changed again and commented promotion rule
6543         * src/SDCCval.c (valDiv): promotion no longer necessary
6544         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6545         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6546         rewritten
6547         * support/regression/tests/onebyte.c: added
6548
6549 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6550
6551         * gen.c (genInline): reverted to old code for assemnling inline
6552         code because of bug reported James Chadd
6553
6554 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6555
6556         * ralloc.h: missing declarations from previous patch,
6557         seems that patch for ralloc.h was never applied, fixed
6558
6559 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6560            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6561
6562         * pcode.c,
6563         * pcode.h,
6564         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6565         indirect addressing. Marked FSR0 as deprecated
6566         * gen.c (pointerCode): commented out, not needed now
6567         (pic16_popGet2p): new MOVFF helper function
6568         (genGenPointerGet),
6569         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6570         (shiftRLong): removed duplicate debugging info
6571
6572 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6573
6574         * src/ds390/gen.c (genNearPointerGet),
6575         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6576         optimization with bits, but not bitfields.
6577         * src/ds390/ralloc.c (packRegisters),
6578         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6579
6580 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6581
6582         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6583
6584 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6585
6586         * src/SDCCsymt.h,
6587         * src/SDCCicode.c (operandFromSymbol),
6588         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6589         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6590         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6591         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6592         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6593         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6594         bug #892038
6595         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6596         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6597         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6598         * src/SDCCsymt.c (newSymbol),
6599         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6600         enumerator_list),
6601         * src/SDCCval.h,
6602         * src/SDCCval.c (newiList): fixed bug #885705
6603
6604 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6605
6606         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6607         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6608
6609 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6610
6611         * device/include/c8051f120.h,
6612         * device/include/c8051f300.h,
6613         * device/include/c8051f310.h: added/updated header files for Silicon
6614         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6615         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6616         in new section Submitting patches
6617
6618 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6619
6620         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6621         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6622         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6623         genGenPointerSet),
6624         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6625         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6626         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6627         genGenPointerSet),
6628         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6629         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6630         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6631         genGenPointerSet),
6632         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6633         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6634         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6635         genGenPointerSet): fixed bug #892400
6636         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6637         to eliminate build warnings.
6638         * src/SDCCast.c (processParms),
6639         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6640         fixed bug 751859
6641         * support/valdiag/valdiag.py: added GCC to the list of defines active
6642         when compiling with gcc
6643
6644 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6645
6646         * support/Util/SDCCerr.h,
6647         * support/Util/SDCCerr.c,
6648         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6649         with an incomplete type (fixed bug #883734)
6650         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6651
6652 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6653
6654         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6655
6656 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6657
6658         * src/SDCCast.c (decorateType),
6659         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6660         function pointer implementation
6661         * support/regression/tests/funptrs.c: added tests to verify both forms
6662         of function pointers work correctly. Added tests to verify parameters
6663         are passed in the correct order.
6664
6665 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6666
6667         * device.c (regCompare): registers are sorted by ascending
6668         address and increasing size,
6669         * main.c (_pic16_finaliseOptions): removed the declaration
6670         of compiler macro MCU. Now a macro of the format pic18fxxxx
6671         will be defined from the command line
6672
6673 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6674             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6675
6676         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6677         PCOP_RLCF was overwritten!
6678         * gen.c (genSkip): commented out calls to pic16_emitcode,
6679         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6680         * (genlshTwo),
6681         * (genRRC): added debugging info,
6682         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6683         overwritten while shifting,
6684         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6685         overwritten while shifting,
6686         * (AccLsh),
6687         * (AccRsh),
6688         * (shiftLLeftOrResult),
6689         * (shiftRLeftOrResult),
6690         * (shiftRLong),
6691         * (shiftLLong): Implemented with pic16_emitpcode
6692         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6693         * (genLeftShift): Fixed bug, operand for shift by variable always
6694         was "and"ed with 0x0f,
6695         * (genLeftShiftLiteral),
6696         * (genrshTwo),
6697         * (genRightShiftLiteral): added debugging info,
6698         * (genrshFour): added comment,
6699         * (genRightShift): determined signedness from operand "left"
6700         instead of "result"
6701
6702 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6703
6704         * src/SDCCicode.c (geniCodeParms),
6705         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6706         function pointers, fixed function pointer bugs #861242 and #861896
6707
6708 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6709
6710         * device/include/c8051f000.h,
6711         * device/include/c8051f120.h,
6712         * device/include/c8051f300.h: added header files for Silicon
6713         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6714
6715 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6716
6717         * src/SDCCast.c (processParams): added new type flow and restructured
6718         (gatherAutoInit): added new type flow
6719         (addCast): cosmetic changes
6720         (getLeftResultType): added new type flow for array indices, patch
6721         provided by Stas, see FR #877103
6722         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6723         array index patch by Stas
6724         * src/SDCCast.h: added prototype getResultTypeFromType()
6725         * src/SDCCval.h,
6726         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6727         * src/pic/glue.c (pic14emitStaticSeg),
6728         * src/pic16/glue.c (pic16emitStaticSeg),
6729         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6730         for initialization of symbols
6731         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6732         * support/Util/SDCCerr.h:
6733         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6734         * .version: bumped version number to 2.3.8
6735         * device/include/Makefile.in (install),
6736         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6737         avoid warnings
6738
6739 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6740
6741         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6742         Slade Rich fixed an optimization bug
6743         * src/pic/pcodepeep.c,
6744         * src/pic/pcoderegs.c
6745         * doc/Makefile (install): added test for directory
6746
6747 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6748
6749         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6750         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6751         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6752         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6753         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6754         * as/mcs51/asexpr.c (term),
6755         * as/hc08/asexpr.c (term): fixed bug #887146
6756
6757 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6758
6759         * src/z80/gen.c (genMult): handle single byte result product
6760         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6761         DUMMY_READ_VOLATILE (fixed bug #886367)
6762
6763 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6764
6765         * support/regression/tests/libmullong.c: fixed logic, on little endian
6766         hosts we ended without a mullong_wrapper()
6767
6768 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6769
6770         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6771         virus/worm forged address usage.
6772
6773 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6774
6775         Fixed promotion, it should be done on AST level:
6776         * src/SDCCast.c (addCast): added promotion to int
6777         (decorateType): updated call to upCast()
6778         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6779         usualUnaryConversions()
6780
6781 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6782
6783         * support/regression/tests/literalop.c (mulWrapper): Added a
6784         wrapper to remove integer overflow warnings.
6785
6786         * support/regression/tests/float_trans.c: Made work on host.
6787
6788         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6789         location of sz80.
6790
6791         * support/regression/generate-cases.py (main): Changed from inline
6792         to a main method.
6793
6794         * doc/Makefile (install): Changed to depth first to get rid of
6795         missing directory install warning.
6796
6797         * as/Makefile (install-doc): Made work on Mac.
6798
6799 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6800
6801         * src/SDCCast.c: added an additional type flow in decorateType() of
6802         opposite direction, see feature request #860006; it's enabled at runtime
6803         by setting the environment variable SDCC_NEWTYPEFLOW
6804         * src/SDCCast.h: changed prototype of decorateType()
6805         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6806         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6807         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6808         see feature request #877103
6809         * src/SDCCval.c: updated call of decorateType()
6810         (valBitwise): fixed bug #882876
6811         (valMinus): added promotion
6812         (valLogicAndOr): result is unsigned
6813         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6814         * src/SDCCsymt.c (computeType),
6815         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6816         must not cause an unsigned operation
6817         * src/pic/glue (pic14emitRegularMap),
6818         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6819
6820 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6821
6822         * src/pic/pcode.c (PCodeID): commented out left over debug code
6823
6824 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6825
6826         * support/valdiag/tests/overflow.c: added shift tests
6827         * src/pic/device.c,
6828         * src/pic/gen.c,
6829         * src/pic/gen.h,
6830         * src/pic/glue.c,
6831         * src/pic/main.c,
6832         * src/pic/pcode.c,
6833         * src/pic/pcode.h,
6834         * src/pic/pcodepeep.c,
6835         * src/pic/pcoderegs.c,
6836         * src/pic/ralloc.c,
6837         * src/pic/ralloc.h: applied patch from Slade Rich;
6838         added support for multiple code pages and multiple RAM banks on the
6839         PIC 14 port. The ASM files now no longer simply assume all the
6840         code / RAM are in the same page / bank. This means the linker can
6841         safely allocate code/RAM of separate ASM files to different pages/banks.
6842         * doc/sdccman.lyx: added Slade's tips
6843         * src/mcs51/peeph.def: fixed bug #880768
6844
6845 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6846
6847         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6848         * src/SDCCast.c (decorateType): fixed bug #880197
6849
6850 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6851
6852         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6853         getopt.h.
6854
6855         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6856         strtof is not part of C89 and isn't included with Mac OS X.
6857
6858 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6859
6860         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6861         shiftL2Left2Result): fixed bug #879326
6862         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6863         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6864         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6865         address fetch for clr instruction
6866         * device/lib/hc08/_mulint.c: created optimized assembly version
6867         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6868
6869 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6870
6871         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6872         proposed in FR #877103
6873
6874 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6875
6876         * src/SDCCval.c (cheapestVal): added missing checks
6877         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6878         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6879
6880 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6881
6882         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6883         equal operands
6884
6885 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6886
6887         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6888         loaded with the linker search paths (-L arguments) and the libraries
6889         to be linked with the current source (-l arguments). Changes
6890         currently will affect only the pic16 port.
6891         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6892         include path the port specific paths and port specific libraries,
6893         * gplink command now contains the $3 argument,
6894         * src/pic16/device.h,
6895         * src/pic16/device.c,: structure PIC_device is made public and
6896         renamed to PIC16_device, the same for variable Pics which is renamed
6897         to Pics16. Updated all references to them.
6898         * src/pic16/glue.c (pic16glue): corrected bug with code
6899         initialization which bypassed the variable initializations block.
6900
6901         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6902         COMPILE_FLAGS and added the --nostdinc option
6903
6904 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6905
6906         * device/include/mc68hc908jb8.h: Register defs for another member
6907         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6908
6909 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6910
6911         Documenting changes from previous commits.
6912         * configure.in (version 1.56),
6913         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6914         when generating output files to configure the pic16 library,
6915         but now I've commented it out, since gputils aren't installed in the
6916         SF compile farm, so library won't compile
6917
6918         * device/lib/Makefile.in (version 1.56): initially I've added in
6919         target 'all' the prerequestive 'model-pic16' so it compiled the
6920         pic16 library, but now I've commented it out for the same reasons
6921         above,
6922         * added targets 'model-pic16' and 'objects-pic16' to compile the
6923         library
6924         * added target 'port-specific-objects-pic16' to handle the
6925         generated libraries and copy them into the build/ directory
6926         * added target 'clean-intermediate-pic16' to clean intermediate
6927         files into pic16 directory
6928         * in target 'installdirs' added line to create directory pic16 in
6929         the installation path
6930
6931         * device/include/Makefile.in (version 1.11): in target 'install'
6932         added lines to copy all header files to installation path,
6933         * in target 'installdirs' added line create directory for pic16
6934         headers in the installation path
6935
6936 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6937
6938         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6939          a function call
6940
6941 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6942
6943         * configure,
6944         * device/lib/configure.in,
6945         * device/lib/configure: fixed for autoconf 2.57
6946
6947 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6948
6949         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6950         option so that it actually works. Made it specific to the z80, since
6951         the gbz80 doesn't have these kinds of I/O ports.
6952
6953 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6954
6955         * device/include/z180.h,
6956         * device/lib/_memcpy.c,
6957         * device/lib/_memmove.c,
6958         * device/lib/_mulint.c,
6959         * device/lib/ser_ir.c,
6960         * device/lib/ser_ir_cts_rts.c,
6961         * device/lib/_strcmp.c,
6962         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6963         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6964         portmode; added deprecation warning for bank= and protmode= forms.
6965         Also, guard against buffer overflow.
6966         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6967
6968 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6969
6970         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6971         changed interrupt vector table generation to only emit declared vectors.
6972         * device/include/Makefile.in: added missing backslash
6973         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6974
6975 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6976
6977         Mainly changes to support compilation of the device libraries
6978         * src/pic16/device.c: stack is allocated via symbol and not
6979         via literal number. The symbol is placed in the corresponding
6980         position of the data ram
6981         * (pic16_dump_section): relocatable and absolute uninitialized
6982         data are now emitted in sorted order to reduce section naming,
6983         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6984         weren't marked as being in the access bank,
6985
6986 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6987
6988         Added portion of GNU PIC Library under the directory
6989         device/include/pic16 and device/lib/pic16. These files
6990         contain the declarations of SFRs for the PIC18Fxx2 devices.
6991         The directory is initialized via configure from toplevel.
6992
6993 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6994
6995         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6996         the spilllocations to be compared correctly
6997
6998 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6999
7000         * src/SDCCast.c (decorateType): fixed bug introduced today
7001
7002 2004-01-12  Borut Razem <borut.razem AT siol.net>
7003
7004         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7005         doc/sdccman.lyx: upper case pragmas are deprecated
7006
7007 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7008
7009         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7010         in simpler and even better code
7011
7012 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7013
7014         * src/SDCCicode.c (operandOperation): fixed bug #874819
7015         * src/SDCCast.c (decorateType): fixed
7016         char foo (unsigned long ul) { return ul > 0; }
7017
7018 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7019
7020         * doc/sdccman.lyx: Moved and added some sections, small changes
7021         all over. Telling LaTeX to be less strict with word spacing
7022         to better keep the right margin. Changed some notes about
7023         maintainance of the ports in section 3.2.1 - is it OK like this?
7024
7025 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7026
7027         SDCC source changes:
7028         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7029         convilong): modified to inform the pic16 port that builtin functions
7030         are external
7031
7032         PIC16 PORT specific changes:
7033         * src/pic16/device.c pic16_dump_equates() added,
7034         processor registers declared internally by the port are emitted in
7035         the translation as equates,
7036         * src/pic16/gen.c: inline code is passed unprocessed to the
7037         translation,
7038         * (pic16_popGetLit2): fnuction modified to take second operand as
7039         pCodeOp pointer and not as literal,
7040         * (popRegFromIdx): prefixed with pic16_,
7041         * (pic16_popCombine2): modified to receive already allocated pCode
7042         operands,
7043         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7044         * (genFunction): initializes local stack frame and pushes on stack
7045         all the registers used by this function,
7046         * (genEndFunction): restores all registers from stack and restores
7047         stack frame,
7048         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7049         improvements,
7050         * (pic16glue): changed the program startup sequence,
7051         * added new dbName code 'A' for functions placed in absolute section
7052         * src/pic16/main.c: added function attribute _naked,
7053         * added pragma 'code' to place a fnuction at an absolute address,
7054         * added command line arguments --debug-ralloc and --pcode-verbose,
7055         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7056         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7057         * (pic16_newpCodeOpLit2): modified to take the second operand as
7058         pCodeOp pointer,
7059         * (pic16_printpBlock): modified to emit each function in a separate
7060         section,
7061         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7062         UPPER for immediate operands,
7063         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7064         instruction,
7065         * src/pic16/peeph.def: all peepholes with movff are commented out,
7066         because there is a problem in the pcode peep optimizer,
7067         * src/pic16/ralloc.c: the register allocator can now reuse local
7068         function symbols for another function. This saves register usage.
7069         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7070
7071         Added file src/pic16/NOTES with information about program writing on
7072         the current port version.
7073
7074 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7075
7076         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7077         and peephole 252 (array access)
7078
7079 2004-01-09  Borut Razem <borut.razem AT siol.net>
7080
7081         * src/SDCCmain.c : fixed #872250: -l command line defined library
7082           files are scanned before standard library files
7083
7084 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7085
7086         * src/SDCCast.c (decorateType): fixed bug #874046
7087
7088 2004-01-09  Borut Razem <borut.razem AT siol.net>
7089
7090         * support/scripts/sdcc.nsi: remove previous installation
7091
7092 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7093
7094         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7095         bytes for last interrupt vector (mcs51)
7096         * sdcc.spec: fixed typo
7097
7098 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7099
7100         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7101         gen51Code): more efficient parameter receive for --model-large
7102         ("bug" #845294)
7103
7104 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7105
7106         * src/ds390/main.c,
7107         * src/z80/main.c: added missed needLinkerScript flags (more than
7108         one port structure defined in these file)
7109         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7110         bug #795325
7111
7112 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7113
7114         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7115         * src/port.h: added flag needLinkerScript in port->linker
7116         structure to inform whether to create a .lnk file or not,
7117         * src/avr/main.c,
7118         * src/ds390/main.c,
7119         * src/hc08/main.c,
7120         * src/mcs51/main.c,
7121         * src/pic/main.c,
7122         * src/pic16/main.c,
7123         * src/xa51/main.c,
7124         * src/z80/main.c: changed appropriately to configure
7125         needLinkerScript flag
7126         * src/pic/gen.c,
7127         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7128         * src/pic/glue.c: added variable udata_section_name to
7129         override default uninitialized data segment definition for
7130         devices only with SHAREBANK memory (reported from Erik Epetrich)
7131         * (pic14emitOverlay): modified to emit a commented overlay segment
7132         directive when no overlay data exist
7133         * (picglue): modified to emit uninitialized data segment
7134         according to udata_section_name
7135         * src/pic/main.c (_pic14_parseOptions): added command line
7136         options --udata-section-name=[name] to override default
7137         udata definition name
7138         * modified _linkCmd and _asmCmd to include compiler passed
7139         arguments via -W option
7140         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7141         object file from '.rel' to '.o' in port->linker structure,
7142         changed size of fptr from 2 to 3 in port structure
7143
7144 2004-01-07  Borut Razem <borut.razem AT siol.net>
7145
7146         * support/scripts/sdcc.nsi: update PATH
7147         * support/scripts/sdcc.ico: craeted
7148
7149 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7150
7151         * device/include/Makefile.in: fix install
7152         * doc/Makefile: fix install
7153
7154 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7155
7156         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7157         in bug #860505
7158         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7159         how the function variable allocation summary is displayed; also
7160         include information about variables allocated to the overlay
7161         segment
7162
7163 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7164
7165         * as/mcs51/lkmain.c: Help about -Y option
7166         * as/mcs51/lkarea.c: Fixed gcc warnings
7167
7168 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7169
7170         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7171         fixed warning
7172         * support/valdiag/tests/overflow.c: added
7173         * src/SDCCast.c (decorateType),
7174         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7175         LEFT_OP (left shift)
7176
7177 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7178
7179         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7180         (default behaviour).
7181
7182 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7183
7184         A python script to validate compiler diagnostic messages. It can be
7185         used to verify that sdcc complains about bad c source code and
7186         gives a good location of the error.
7187         * support/valdiag/Makefile,
7188         * support/valdiag/valdiag.py,
7189         * support/valdiag/tests/*
7190
7191 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7192
7193         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7194         * src/SDCCsymt.c (newEnumType),
7195         * src/SDCCsymt.h
7196         * support/Util/SDCCerr.c,
7197         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7198         enum related bugs.
7199         * support/regression/tests/enum.c: added test for enum values that
7200         require at least 2 bytes of storage.
7201
7202 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7203
7204         * src/common.h: added ifndef/define/endif macros
7205         around the header file.
7206         Bug reported from Jesus Calvino-Fraga
7207
7208 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7209
7210         * sdcc.spec: updated
7211         * device/include/Makefile.in: don't install CVS directories
7212         * device/lib/Makefile.in: added removal of CVS directories after install
7213         * doc/Makefile: fixed install, added local_icons
7214         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7215         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7216         * src/ds390/gen.c (genRightShift): fixed bug #870788
7217         * src/SDCCast.c (decorateType): fixed bug #870781
7218
7219 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7220
7221         PIC16 port related changes:
7222         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7223         added variable stackPos,
7224
7225         * gen.c: genCall, assignResultValue: added support for
7226         pushing/retrieving function parameters to/from stack,
7227         genFunction,genEndFunction: setup stack frame for the
7228         generated function,
7229         genAddrOf: will be changed according to bug 863624
7230
7231         * added files genutils.c and genutils.h which contain gen*
7232         debugged and optimised functions extracted from gen.c
7233
7234         * glue.c: added variable 'externs' which holds extern symbols,
7235         pic16emitRegularMap: is modified to properly handle relocatable
7236          symbols under the new scheme,
7237         pic16createInterruptVect: is modified
7238         pic16printPublics: is modified to emit 'global' assembler directives,
7239         added pic16_printExterns to print extern symbols,
7240         pic16glue: initializes stack/frame pointer in the beginning of
7241         the assembly output. Temporary hack, will be corrected later,
7242         because gplink yet does not support stack and SDCC does not
7243         yet support a type of crt0.o object to create the final binary.
7244
7245         * Removed many lines that contain 8051 legacy code.
7246         * The code is finally placed under a 'code' directive.
7247         * Added port specific options.
7248
7249         * _process_pragma: simplified since now we do not need *special*
7250         include file to define SFR registers. But a separate header
7251         will be needed. This will be developed later.
7252         * _pic16_parseOptions: added, parses port specific options:
7253         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7254         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7255         --preplace-udata-with=
7256
7257         * _pic16_setDefaultOptions: modified to initialize section names,
7258         but hack is temporarly out of order since it needs improvement.
7259         * _pic16_genAssemblerPreamble: configuration words are emitted by
7260         their address instead of their name. This part is incomplete and
7261         supports only the 18Fxx2 devices. Other devices will emit an error
7262         during assembly since they do not contain the same set of config
7263         registers
7264         * _pic16_genIVT: is modified,
7265
7266         * pcode.c: added definitions for some hardware registers that are needed
7267         for stack support
7268         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7269         All PCI entries are updated. Now LFSR is supported.
7270         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7271         * added pic16_newpCodeOpLit2 to support instructions with
7272         two literal arguments
7273         * pic16_pCode2str: corrected code that emits assembler instructions
7274         with two literal operands and those that have an access bit modifier
7275         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7276         this fixes a bug which caused some labels to be lost, when an
7277         assembler directive was added, i.e. banksel,
7278         * pic16_FixRegisterBanking: improved logic that causes the insertion
7279         of bank switching,
7280         * InlineFunction: functions that are called once, are not any more
7281         inlined. This can be a port option in the future,
7282
7283         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7284
7285         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7286         hold the corresponding uninitialized symbols,
7287         * pic16_allocProcessorRegister: registers have explicit marked the
7288         accessBank field,
7289         * pic16_allocInternalRegister: registers are explicit marked as
7290         not used,
7291         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7292         processing list, so bit registers were lost,
7293         *
7294
7295         * ralloc.h: added field 'accessBank' and original symbol operand
7296         in register definition,
7297         * removed the field isMapped from register definition,
7298
7299         ** Several functions have been removed from various sources:
7300         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7301         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7302         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7303         pic16_assignRelocatableRegisters
7304
7305         ** others have been introduced:
7306         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7307         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7308
7309 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7310
7311         * support/scripts/inc2h.pl: changed definition of BIT_AT
7312         to emit 'sbit at' instead of 'bit at'. This was a request.
7313
7314         PIC16 port related preliminary changes:
7315         * gen.c: prefixed function popRegFromString with
7316         pic16_ and all references to it corrected
7317         * pcode.c: all pic16_pc_* hardware registers prefixed
7318         with underscore (_),
7319         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7320         * ralloc.c: newReg(): when register is REG_SFR then
7321         set address to rIdx,
7322         pic16_allocProcessorRegister(): marks register wasUsed=0
7323         pic16_writeUsedRegs(): added a call to assign processor
7324         registers via pic16_assignFixedRegisters
7325
7326 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7327
7328         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7329         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7330         variables in unused register banks.  Also the SSEG is placed
7331         wherever there is enough space for it, and IDATA can be anywhere
7332         in internal RAM.  For now compile using -Wl-Y[stack_size].
7333         The mem file is different for this option as well, since it
7334         makes no sense of talking about DSEG lenght.
7335
7336 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7337
7338         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7339         in certain cases, e.g. when ROM assignment, patch provided
7340         from Albert den Haan.
7341
7342 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7343
7344         Many signedness and type propagation fixes:
7345         * src/SDCCicode.c: made geniCodeCast() static
7346         replaced SPEC_ by IS_ (cosmetic)
7347         (operandOperation): fixed div and mod operation
7348         (usualBinaryConversions): added support for promotion of char
7349         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7350         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7351         (geniCodeAdd): an array index will stay unsigned, even if promoted
7352         from char to int
7353         (geniCodeArray): ditto
7354         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7355         * src/SDCCsymt.c (computeType): added more support for char;
7356         promotion of char is selectable by promoteCharToInt, fixed signedness
7357         for all cases
7358         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7359         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7360         * src/SDCCval (val*): replaced signedness calculation by
7361         computeType()
7362         rearranged if-branches (cosmetic)
7363         (valShift): added warning W_SHIFT_CHANGED
7364         (valCompare): fixed problem with different types
7365         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7366         * support/regression/tests/literalop.c: added many cases
7367         * support/regression/tests/ast_constant_folding.c: changed finally to
7368         'unsigned int'
7369         * .version: new year, new version: 2.3.7
7370         * src/SDCCmain.c (main): applied patch #866468
7371         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7372         provided by Scott Bronson
7373         * doc/sdccman.lyx: updated documentation for sdcdb
7374         updated and added chapter tips
7375
7376 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7377
7378         * src/SDCCsymt.h: missing from yesterday's commits
7379
7380 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7381
7382         * src/SDCC.y (struct_or_union_specifier),
7383         * support/Util/SDCCerr.c,
7384         * support/Util/SDCCerr.h: verify that struct & union tags are used
7385         as declared.
7386
7387 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7388
7389         * src/SDCCglobl.h: missing from yesterday's commits
7390
7391 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7392
7393         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7394         sft_attributes, struct_declaration, parameter_declaration,
7395         type_name, start_block, declaration_list),
7396         * src/SDCC.lex (check_type): support redefinition of typedef names
7397
7398 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7399
7400         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7401         aligned xdata arrays. Erik helped me with the if clause.
7402
7403 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7404
7405         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7406         warning
7407
7408 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7409
7410         * src/SDCCast.h,
7411         * src/SDCCast.c (newAst_),
7412         * src/SDCCicode.h,
7413         * src/SDCCicode.c (ast2iCode, newiCode),
7414         * src/SDCCglobl.h,
7415         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7416         expr, statement, expression_statement, selection_statement,
7417         iteration_statement, expr_opt, jump_statement): foundation for tracking
7418         sequence points
7419         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7420         point code too)
7421
7422 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7423
7424         * support/Util/SDCCerr.c,
7425         * src/SDCCast.h,
7426         * src/SDCCast.c (createCase, createDefault, decorateType),
7427         * src/SDCClabel.c (labelUnreach),
7428         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7429         to error messages.
7430         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7431         (with thanks to Stas Sergeev)
7432         * device/include/time.h,
7433         * device/lib/time.c (CheckTime): suppress unreachable code warning
7434
7435 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7436
7437         * src/SDCCast.c (createIvalCharPtr),
7438         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7439         bug #753752)
7440         * support/regression/tests/nullstring.c: tests for these two bugs
7441
7442 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7443
7444         * support/Util/SDCCerr.h,
7445         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7446         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7447         about storage class and 'at' used inside struct or union
7448         * src/SDCCBBlock.c (iCodeFromeBBlock),
7449         * src/SDCCcse.c (ifxOptimize),
7450         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7451         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7452         printIval, emitStaticSeg, emitOverlay),
7453         * src/SDCClabel.c (deleteIfx),
7454         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7455         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7456         gatherAutoInit, processParms),
7457         * support/Util/SDCCerr.h,
7458         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7459         reporting for post-parse errors.
7460
7461 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7462
7463         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7464         implicit casts via union; they don't work on big endian systems
7465         (possible fix for bug #861138)
7466
7467 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7468
7469         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7470         * src/mcs51/main.c: fixed the fix for bug #737001
7471
7472 2003-12-15  Borut Razem <borut.razem AT siol.net>
7473
7474         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7475
7476 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7477
7478         * support/makebin/makebin.c: put output in binary mode
7479
7480 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7481
7482         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7483         xdata and data memory on startup. Set the environment variable
7484         SDCC_NOGENRAMCLEAR to disable this.
7485         * src/mcs51/peephole.def,
7486         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7487         (allows non-interrupt and interrupt code to safely compete for a resource
7488         without the non-interrupt code having to disable interrupts)
7489
7490 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7491
7492         * src/SDCCicode.c (geniCodeAdd),
7493         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7494         with valFromType if type might be a pointer and host is big endian).
7495         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7496         types, not just integer types.
7497         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7498         multiply defined with mismatching "at" address.
7499
7500 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7501
7502         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7503         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7504         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7505         with embedded nulls (fixed bug #753752)
7506
7507 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7508
7509         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7510         Apparently this did not see much testing (endless loop)
7511
7512 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7513
7514         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7515
7516 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7517
7518         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7519         gracefully handle NULL memmap pointers
7520
7521 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7522
7523         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7524         instead of deleting the iCode when an operand is volatile
7525         * src/z80/gen.c (genDummyRead),
7526         * src/mcs51/gen.c (genDummyRead),
7527         * src/ds390/gen.c (genDummyRead),
7528         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7529         not just IC_RIGHT
7530         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7531         * src/SDCC.y: fixed bug #850420
7532
7533 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7534
7535         Applied z80 i/o port patch from Peter Townson and fixed some operators
7536         to better handle operands in A register.
7537         * device/include/z180.h
7538         * src/SDCC.y
7539         * src/SDCCglue.c
7540         * src/z80/gen.c
7541         * src/z80/gen.h
7542         * src/z80/main.c
7543         * src/z80/peeph-z80.def
7544         * src/z80/peeph.def
7545         * src/z80/z80.h
7546
7547 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7548
7549         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7550
7551 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7552
7553         * device/lib/hc08/_mullong.c: Removed extra #endif
7554
7555 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7556
7557         * sim/ucsim/hc08.src/inst.cc,
7558         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7559         carries from x to h
7560         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7561         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7562         * device/include/stdarg.h: fixed varargs for hc08
7563         * device/lib/Makefile.in,
7564         * device/lib/hc08/Makefile,
7565         * device/lib/hc08/_mulint.c,
7566         * device/lib/hc08/_mullong.c: fixed some endian problems
7567
7568 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7569
7570         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7571         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7572         * device/lib/_gptrget.c,
7573         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7574
7575 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7576
7577         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7578         * src/SDCCast.c (astErrors): fixed bug #846007
7579         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7580
7581 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7582
7583         * src/SDCCast.c (decorateType): disabled a transformation I added in
7584         revision 1.188 (access to fields of a structure at an absolute address);
7585         it breaks with bitfields, extern declarations, and gcse analysis.
7586         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7587         could be assigned through a pointer, so don't complain.
7588         * src/SDCCast.c (astErrors),
7589         * src/SDCCast.h,
7590         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7591
7592 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7593
7594         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7595         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7596         output of __config directives, since gpasm now supports them
7597         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7598         pre-processor macro, i.e. -DMCU=p18f452
7599         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7600         and modified to handle 'cast' icode similarly to '=' icode
7601         * src/pic16/device.h (typedef struct PIC_device): added field
7602         'extMIface' to indicate that chip has external memory interface
7603         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7604         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7605         18F8720
7606
7607 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7608
7609         * src/SDCC.y (pointer): fixed bug #846006
7610         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7611         * src/SDCCast.c (decorateType): fixed bug #846009
7612         * src/ds390/peeph.def,
7613         * src/ds390/gen.c (genAnd, genOr),
7614         * src/mcs51/peeph.def,
7615         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7616
7617 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7618
7619         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7620         * src/SDCCdflow.c
7621         * src/SDCCcse.c
7622         * src/SDCCcse.h
7623         * src/SDCCBBlock.h
7624         * src/SDCCBBlock.c
7625
7626 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7627
7628         fixed bug #845089
7629         * src/SDCCbitv.h,
7630         * src/SDCCbitv.c: added function to free a bitvector
7631         * src/SDCClrange.h,
7632         * src/SDCClrange.c: added function to recompute the liveranges
7633         * src/avr/ralloc.c,
7634         * src/ds390/ralloc.c,
7635         * src/hc08/ralloc.c,
7636         * src/mcs51/ralloc.c,
7637         * src/pic/ralloc.c,
7638         * src/pic16/ralloc.c,
7639         * src/xa51/ralloc.c,
7640         * src/z80/ralloc.c: recompute the liveranges after register packing
7641
7642 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7643
7644         * src/SDCCloop.c (newInduction): fixed bug #845630
7645
7646 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7647
7648         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7649         inadvertantly left behind from my 2003-11-12 change
7650
7651 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7652
7653         Updated headers I neglected to commit yesterday.
7654         * src/SDCClrange.h,
7655         * src/SDCCicode.h
7656
7657 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7658
7659         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7660         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7661         * src/SDCCopt.c (eBBlockFromiCode),
7662         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7663         the creation of the key hash table from the sequencing so it can be used
7664         earlier (for some GCSE bug fixes still pending)
7665
7666 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7667
7668         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7669         * support/regression/tests/addsub.c: testing genPlus shortcut
7670
7671 2003-11-15  Borut Razem <borut.razem AT siol.net>
7672
7673         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7674
7675 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7676
7677         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7678         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7679         ordering is immaterial.
7680         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7681
7682 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7683
7684         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7685         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7686         (SIGSEV) of bug #840381
7687         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7688         unlink new file before rename if new and old filenames are the same)
7689
7690 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7691
7692         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7693         uninitialized variables) for the mcs51. Set environment variable
7694         SDCC_GENRAMCLEAR to test.
7695         xdata initialization slightly shorter
7696
7697 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7698
7699         * src/SDCCsymt.h,
7700         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7701         #838241 & 780691 (basicly the same bug)
7702         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7703         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7704
7705 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7706
7707         * src/SDCCmain.c (linkEdit): "fix" #834252
7708
7709 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7710
7711         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7712         * src/SDCCast.h,
7713         * src/SDCC.y: fixed bug #819403
7714
7715 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7716
7717         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7718         the reentrant attribute.
7719         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7720         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7721         simulation
7722         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7723         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7724         erroneously reduced to a literal.
7725         * src/hc08/ralloc.c (packRegisters, rematStr),
7726         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7727         some cases
7728
7729 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7730
7731         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7732         * doc/sdccman.lyx: changed from 'article' to 'book'
7733         * doc/Makefile: readded test_suite_spec and cdbfileformat
7734
7735 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7736
7737         * device/include/stdlib.h: include malloc.h to comply with ANSI
7738         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7739
7740 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7741
7742         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7743         * doc/clean.mk: also remove *.out files
7744         * doc/sdccman.lyx: some additions, larger top/bottom margins
7745
7746 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7747
7748         * src/SDCC.y: fixed bug #837365
7749         * support/regression/tests/bitopcse.c
7750         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7751         a symbol (might be valop instead)
7752         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7753         * device/lib/clean.mk: added hc08 to the cleaning list
7754
7755 2003-11-04  Borut Razem <borut.razem AT siol.net>
7756
7757         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7758           made 2003-11-04
7759         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7760           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7761           malloc is declared in standard stdlib.h
7762
7763 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7764
7765         * device/lib/hc08/Makefile: need to clean .rel not .o files
7766         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7767
7768 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7769
7770         * src/port.h,
7771         * src/hc08/main.c,
7772         * src/mcs51/main.c,
7773         * src/ds390/main.c,
7774         * src/z80/main.c,
7775         * src/avr/main.c,
7776         * src/pic/main.c,
7777         * src/pic16/main.c,
7778         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7779         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7780         tests (which uses the port's oclsExpense function)
7781         * src/SDCC.y,
7782         * src/SDCCast.c,
7783         * src/SDCCicode.c,
7784         * src/hc08/gen.c,
7785         * src/ds390/gen.c,
7786         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7787
7788 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7789
7790         * src/SDCCcse.c (ifxOptimize),
7791         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7792         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7793         deleting the IFX iCode.
7794         * src/hc08/ralloc.c: reduced unneeded slocs
7795         * src/hc08/gen.c: fixed bug in asmopToBoolean
7796
7797 2003-11-04  Borut Razem <borut.razem AT siol.net>
7798
7799         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7800           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7801           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7802           transferred to configure
7803
7804 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7805
7806         Use headers defined in the C[++] standards:
7807         * sim/ucsim/gui.src/serio.src/fileio.cc
7808         * sim/ucsim/gui.src/serio.src/frontend.cc
7809         * sim/ucsim/gui.src/serio.src/main.cc
7810         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7811         * support/Util/NewAlloc.c
7812         * as/hc08/lklibr.c
7813         * as/mcs51/lklibr.c
7814         * as/z80/aslist.c
7815         * as/z80/assym.c
7816
7817 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7818
7819         * Added MSVC projects for hc08 assembler and linker:
7820         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7821         /as/hc08/link_hc08.dsp
7822
7823 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7824
7825         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7826
7827 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7828
7829         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7830
7831 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7832
7833         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7834
7835 2003-10-31  Borut Razem <borut.razem AT siol.net>
7836
7837         * support/cpp2/cpplib.h,
7838           support/cpp2/cpplib.c,
7839           support/cpp2/cpplex.c,
7840           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7841           to switch _asm block preprocessing on / off. Default is
7842           #pragma preproc_asm +
7843
7844 2003-10-31  Borut Razem <borut.razem AT siol.net>
7845
7846         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7847           when outputting comment blocks (when executed with -C option) and
7848           _asm (SDCPP specific) blocks
7849
7850 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7851
7852         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7853
7854 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7855
7856         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7857
7858 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7859
7860         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7861         * src/SDCCast.c (decorateType): fixed bug #832664
7862
7863 2003-10-31  Borut Razem <borut.razem AT siol.net>
7864
7865         * support\cpp2\cpplex.c: fixed for SDCPP:
7866           comments(when executed with -C option) and _asm blocks
7867           were included even if they where in skipped #if block.
7868           Applied solution from GCC cpp 3.3.2
7869
7870 2003-10-31  Borut Razem <borut.razem AT siol.net>
7871
7872         * src/SDCC.lex: sdcc now understands both formats:
7873           '# <line_number> <file_name>' and
7874           '#line <line_number> <file_name>'
7875         * support/cpp2/cppmain.c: sdcpp now generates the standard
7876           '# <line_number> <file_name>' instead of former
7877           '#line <line_number> <file_name>'
7878
7879 2003-10-30  Borut Razem <borut.razem AT siol.net>
7880
7881         * support/cpp2/cpphash.h,
7882         * support/cpp2/cpplib.h
7883         * support/cpp2/cpplex.c,
7884         * support/cpp2/cppmain.c,
7885         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7886
7887 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7888
7889         Fixed a number of problems revealed by bug #827883.
7890         * src/SDCCloop.c (loopInvariants): Spill location of the
7891         result operand should be recomputed if extracted from
7892         a loop. Also, don't extract assignments of an iTemp
7893         from a literal.
7894         * src/SDCCast.c (isConformingBody): loop reversal should
7895         not occur if the control variable is involved with a
7896         relational operator.
7897
7898 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7899
7900         * .version: bumped to 2.3.6 to reflect the big improvements
7901         made by Erik and Klaus. Thanks!
7902
7903 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7904
7905         Replaced the livrange code.
7906         * src/SDCClrange.c: added new LR code
7907         * src/SDCCloop.c,
7908         * src/SDCCBBlock.h: removed remainig parts from old LR code
7909         * src/ds390/ralloc.c,
7910         * src/ds390/gen.c: minor fixes to make it work with new code
7911
7912 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7913
7914         * as/hc08/asm.h,
7915         * as/hc08/lkrloc.c,
7916         * src/hc08/gen.c,
7917         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7918         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7919         (tweaked fix for bug #818696)
7920
7921 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7922
7923         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7924
7925 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7926
7927         * src/SDCCmain.c,
7928         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7929         * src/mcs51/gen.c (gencjneshort),
7930         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7931         more efficient (per Scott Bronson's suggestion)
7932
7933 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7934
7935         Extended the semantics of the critical keyword to include
7936         individual statements. See RFE #827755 and #799831
7937         * src/SDCC.y
7938         * src/SDCCicode.c
7939         * src/SDCCopt.c
7940         * src/SDCCast.c
7941         * support/Util/SDCCerr.c
7942         * support/Util/SDCCerr.h
7943         * src/mcs51/gen.c
7944         * src/ds390/gen.c
7945         * src/hc08/gen.c
7946
7947 2003-10-19  Borut Razem <borut.razem AT siol.net>
7948
7949         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7950
7951 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7952
7953         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7954         Fixed bug #818696
7955         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7956         and predecrement operand is displayed
7957
7958 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7959
7960         * src/SDCCval.c (valMinus): fixed bug #826041
7961
7962 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7963
7964         Some hc08 related updates that I missed earlier
7965         * sim/ucsim/stypes.h
7966         * support/regression/ports/hc08/spec.mk
7967
7968 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7969
7970         New target "hc08" for the Motorola 68hc08 family of micros
7971
7972         * configure
7973         * configure.in
7974         * Makefile
7975         * src/hc08/*
7976         * src/SDCCmain.c
7977         * src/port.h
7978         * sim/ucsim/hc08.src/*
7979         * sim/ucsim/configure.in
7980         * src/ucsim/configure
7981         * sim/ucsim/packages_in.mk
7982         * as/hc08/*
7983         * as/Makefile
7984         * device/include/mc68hc908qy.h
7985         * device/lib/hc08/*
7986         * device/lib/Makefile.in
7987         * support/regression/ports/hc08/*
7988         * support/regression/Makefile
7989
7990 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7991
7992         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7993         regression test
7994         * src/ds390/gen.c (genCast): fixed bug #821957
7995
7996 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7997
7998         * device/lib/logf.c: "fixed" overlay bug
7999         * support/regression/ports/host/spec.mk: added m library
8000         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8001         * support/regression/tests/float_trans: added (for Eric)
8002
8003 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8004
8005         * src/mcs51/gen.c (genCpl): fixed bug
8006         http://sf.net/mailarchive/message.php?msg_id=6263915
8007
8008 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8009
8010         * src/SDCCast.c (decorateType): added extended constant folding
8011         * src/SDCCsymt.c (computeType): cleanup
8012         * src/SDCCval.c (valShift): minor optimization
8013         * support/regression/tests/ast_constant_folding.c: added
8014
8015 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8016
8017         * src/SDCCmain.c: removed some unintended changes
8018
8019 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8020
8021         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8022         * src/z80/gen.c: fixed part of bug #817589
8023         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8024
8025 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8026
8027         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8028         * src/SDCCcflow.c
8029         * src/SDCCcse.c
8030         * src/SDCCdflow.c
8031         * src/SDCClabel.c
8032         * src/SDCClrange.c
8033         * src/SDCCmem.c
8034         * src/SDCCopt.c
8035         * src/SDCCpeeph.c
8036         * src/SDCCset.c
8037         * src/avr/ralloc.c
8038         * src/ds390/ralloc.c
8039         * src/izt/ralloc.c
8040         * src/mcs51/ralloc.c
8041         * src/pic/ralloc.c
8042         * src/pic16/ralloc.c
8043         * src/xa51/ralloc.c
8044         * src/z80/ralloc.c
8045         * src/z80/gen.c: removed unused label "release:"
8046
8047 2003-10-06  Borut Razem <borut.razem AT siol.net>
8048
8049         * src/SDCC.lex: removed definition of unused variables
8050           save_optimize and save_options
8051
8052 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8053
8054         * clean.mk: removed '=' in "-maxdepth=1"
8055         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8056         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8057
8058 2003-10-06  Borut Razem <borut.razem AT siol.net>
8059
8060         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8061           my_unput() replaced by unput()
8062
8063 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8064
8065         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8066         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8067         type-punned pointer will break strict-aliasing rules"
8068         Old LR behaviour is again default; Klaus' LR can be choosen by
8069         defining the environment variable LRKLAUS
8070         * src/SDCCBBlock.h
8071         * src/SDCCloop.c
8072         * src/SDCClrange.c
8073         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8074         * clean.mk: fixed removal of files in bin/CVS/
8075         * device/lib/clean.mk: fixed removal of directories small and large
8076         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8077         * src/SDCCicode.c,
8078         * src/SDCCval.c: removed superflous test for pedantic
8079
8080 2003-10-05  Borut Razem <borut.razem AT siol.net>
8081
8082         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8083           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8084           message "unmatched #pragma SAVE and #pragma RESTORE"
8085
8086 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8087
8088         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8089           assembly, critical functions, atomic, nojtbound)
8090
8091 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8092
8093         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8094         * src/SDCCBBlock.h
8095         * src/SDCCloop.c
8096         * src/SDCCloop.h
8097         * src/SDCClrange.c
8098
8099 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8100
8101         * src/z80/gen.h,
8102         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8103         * src/mcs51/gen.h
8104         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8105         * src/ds390/gen.h
8106         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8107         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8108         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8109
8110 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8111
8112         * src/z80/gen.c (genRet): fixed bug #524753
8113         * src/z80/gen.c (genCast): fixed internal error on cast from
8114         pointer to long
8115         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8116         fix for bug #477835 to the z80
8117         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8118         for tracking iCodes in the peephole optimizer for z80
8119
8120 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8121
8122         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8123         the other part of bug #814548
8124         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8125
8126 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8127
8128         * src/SDCCcse.c: fixed part of bug #814548
8129
8130 2003-09-28  Borut Razem <borut.razem AT siol.net>
8131
8132         * src/asm.c: rewrite of printILine() to use temporary file instead
8133           a pipe
8134         * src/xa51/main.c: commented out declaration of int rewinds
8135
8136 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8137
8138         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8139
8140 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8141
8142         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8143         * src/asm.c (printILine): Fixed bug #811015
8144
8145 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8146
8147         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8148         freeing.
8149
8150 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8151
8152         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8153         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8154         to correctly handle general case of AOP_PAIRPTR
8155         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8156
8157 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8158
8159         * src/mcs51/ralloc.c (fillGaps),
8160         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8161         register positioning bug)
8162
8163 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8164
8165         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8166
8167 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8168
8169         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8170         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8171         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8172         (ralloc doesn't intentionally do this now, but perhaps later)
8173         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8174         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8175         register positioning bugs (Fixed bug #762602 and #795325)
8176         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8177         (Fixed bug #808779)
8178         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8179         lines that --i-code-in-asm generates
8180
8181 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8182
8183         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8184         trying to fclose a FILE* that was already closed.
8185
8186 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8187
8188         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8189         of const struct should be treated as if const themselves)
8190
8191 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8192
8193         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8194
8195 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8196
8197         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8198         Unix (/n) and DOS (/r/n) line terminations.
8199
8200 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8201
8202         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8203         bug #613775
8204
8205 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8206
8207         * src/mcs51/gen.c (genFunction, genEndFunction),
8208         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8209         and restore of EA so that stack offsets to parameters are
8210         correct when using both critical and reentrant/stack-auto.
8211         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8212         size (can be triggered in error if sloc is shared between
8213         different sized objects)
8214         * device/include/float.h: fixed macros to explicitly use
8215         unsigned long where needed
8216
8217 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8218
8219         Feature req. 799831: added code to allow nesting of critical functions
8220         * src/mcs51/gen.c (genFunction, genEndFunction)
8221         * src/ds390/gen.c (genFunction, genEndFunction)
8222
8223 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8224
8225         * src/SDCCsymt.c (sclsFromPtr),
8226         * src/SDCCsymt.h,
8227         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8228         support for standard C idiom of memory mapped variables; for
8229         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8230         to xdata int at 0x1234 tempvar = 1.
8231         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8232         provided by Akiya ISHIDA
8233
8234 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8235
8236         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8237         * src/SDCCval.c (constVal): added reduction from int to char
8238         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8239         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8240         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8241         to ignore the sign
8242         * support/regression/tests/shifts.c: fixed
8243
8244 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8245
8246         * src/z80/gen.c (genXor): Fixed bug #805445
8247
8248 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8249
8250         Fixed bug #621531 (const & volatile confusion in the type chain).
8251         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8252         refer to the const or volatile state of the pointer itself.
8253
8254         * src/SDCCast.c
8255         * src/SDCCglue.c
8256         * src/SDCCicode.c
8257         * src/SDCCsymt.c
8258         * src/SDCCval.c
8259         * src/SDCC.y
8260         * src/SDCCsymt.h
8261         * src/pic/gen.c
8262         * src/pic/ralloc.c
8263         * src/pic16/gen.c
8264         * src/pic16/ralloc.c
8265         * support/regression/tests/const.c
8266
8267 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8268
8269         When checking for duplicated modules, use absolute paths
8270         instead of relative paths.  Files changed:
8271
8272         * as/mcs51/lklib.c
8273         * link/z80/lklib.c
8274
8275 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8276
8277         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8278
8279 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8280
8281         * device/include/string.h: added size_t typedef, changed
8282         prototypes to use size_t, eliminated separate reentrant and
8283         non-reentrant declarations, added _memmove declaration
8284         * device/lib/_memcpy.c: changed to use size_t instead of int,
8285         changed /4 to >>2 to avoid division library call
8286         * device/lib/_memcmp.c,
8287         * device/lib/_memset.c,
8288         * device/lib/_strncat.c,
8289         * device/lib/_strncpy.c,
8290         * device/lib/_strncmp.c: changed to use size_t instead of int
8291         * device/lib/_memmove.c: new file (fixed bug #772294)
8292         * device/lib/Makefile.in: added _memmove.c
8293         * device/lib/z80/asm_strings.s: fixed bug #772290
8294         * support/regression/tests/bitfields.c: attempt to fix host assertion
8295         failure on amd64-unknown-linux2.2
8296
8297 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8298
8299         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8300         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8301         * as/z80/asmain.c (main): fixed bug #801766
8302
8303 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8304
8305         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8306         compilers
8307
8308 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8309
8310         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8311         reported in bug #800609
8312
8313 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8314
8315         * Top header beautifications in src/pic16 directory:
8316           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8317           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8318           pcoderegs.h, ralloc.c, ralloc.h
8319         * main.c: added top header and GPL license notice
8320         * pcode.c: fixed the if-conditional warning
8321
8322 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8323
8324         * device/lib/_mullong.c: replaced int by short for gcc
8325
8326 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8327
8328         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8329         and JUMPTABLE iCodes properly now (worked by accident before)
8330         * src/mcs51/gen.c (leftRightUseAcc),
8331         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8332         iCode properly now. Use getSize instead of nRegs since a & b
8333         aren't part of the nRegs tally.
8334
8335 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8336
8337         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8338         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8339           before instructions that use the _STATUS register
8340
8341 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8342
8343         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8344         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8345         fetching of the pointer
8346         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8347         copied from genNearPointerSet()
8348         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8349         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8350         If they pop r0/r1 they must be called in the opposite order than aopOp().
8351         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8352         (resp. --stack-auto), prepared for --xstack
8353
8354 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8355
8356         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8357
8358 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8359
8360         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8361         these ports have their own __sdcc_external_start()
8362
8363 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8364
8365         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8366         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8367         type for bits was changed. It resulted in bit variables becoming
8368         global, which is not permitted in PIC 14 assembly output.
8369
8370 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8371
8372         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8373
8374 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8375
8376         Z80 and MCS51 linkers complaint if a public symbol is defined
8377         in more than one library module:
8378
8379         * as/mcs51/lklib.c
8380         * link/z80/lklib.c
8381         * as/mcs51/Makefile.in
8382
8383 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8384
8385         A few small changes that speed up the peephole optimizer.
8386
8387         * src/SDCCpeeph.c
8388
8389 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8390
8391         Try to make the peephole optimizer smarter by maintaining
8392         an association between the assembly source code and the
8393         iCodes that originated them. Put this information to use
8394         with a new peephole rule condition "notVolatile" so that
8395         the rules can be aggressive yet still safe.
8396
8397         * src/SDCCpeeph.c
8398         * src/SDCCpeeph.h
8399         * src/mcs51/gen.c
8400         * src/mcs51/peeph.def
8401
8402 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8403
8404         Fixed bug #741761
8405
8406         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8407         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8408         if the left or right operand symbols have the accuse flag set.
8409
8410 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8411
8412         Changed the type of the result of the ! (NOT) operator to char;
8413         previously it returned the same type as the source. This allows
8414         us to eliminate all the genFloatNot functions (all of its target
8415         implementations were very buggy) since !float can use the same
8416         code as !long now.
8417
8418         * src/SDCCicode.c (ast2iCode): ! returns char
8419         * src/mcs51/gen.c (genNot, genNotFloat),
8420         * src/ds390/gen.c (genNot, genNotFloat),
8421         * src/z80/gen.c (genNot, genNotFloat),
8422         * src/pic/gen.c (genNot, genNotFloat),
8423         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8424
8425 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8426
8427         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8428         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8429            during interrupts. Ensure WSAVE is located at a shared bank address.
8430         2. Fixed page selection in some places
8431         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8432            the registers name strings.
8433         4. Fixed "signed / unsigned compare" compiler warnings.
8434         5. The PIC port manages its own allocation of the general purpose
8435            registers, but makes no attempt to reuse them. As a result when
8436            compiling it soon runs out of general purpose registers. Some
8437            additional code was added to the files pcode.c and device.c to walk
8438            through the function call tree and rename the registers so that they
8439            get reused.
8440
8441         * src/pic/device.c
8442         * src/pic/gen.c
8443         * src/pic/glue.c
8444         * src/pic/pcode.c
8445         * src/pic/pcode.h
8446         * src/pic/ralloc.c
8447         * src/pic/ralloc.h
8448         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8449         genPlus() & genMinus() when the result is the same as left or right
8450
8451 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8452
8453         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8454
8455 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8456
8457         Made bitfield a distinct type from bit so that bitfields
8458         convert as per ANSI C and bits retain their traditional
8459         boolean style behaviour. Implemented bitfield support in
8460         the z80 port.
8461
8462         * src/SDCCsymt.h,
8463         * src/SDCCsymt.c,
8464         * src/SDCCast.c,
8465         * src/cdbFile.c,
8466         * src/mcs51/gen.c,
8467         * src/ds390/gen.c: bit v bitfield split
8468         * src/z80/gen.c: New support for bitfields
8469         * support/regression/tests/bitfields.c: reenabled z80,
8470         added more tests
8471
8472 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8473
8474         Rules 246.x, 247.x relate to bitfields, the others speed up
8475         access to xdata mapped I/O devices.
8476
8477         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8478
8479 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8480
8481         Cleaned up genPackBits and genUnpackBits and added two helper
8482         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8483         for literal assignments in genPackBits (thanks to Frieder for
8484         reminding me).
8485
8486         * src/mcs51/gen.c
8487         * src/ds390/gen.c
8488
8489 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8490
8491         Fixed bug #748310 (pointer to function type mishandled when the
8492         function name is omitted). Also fixed a SIGSEGV when a function
8493         attribute (reentrant, etc) is used on a non-function or on a
8494         function but misplaced before the parameter list.
8495
8496         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8497         bug #748310
8498         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8499         * support/Util/SDCCerr.h,
8500         * support/Util/SDCCerr.c: Added func attr misuse error msg
8501
8502 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8503
8504         Fixed bug #787649 by anonymous
8505         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8506         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8507
8508 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8509
8510         Fixed numerous bitfield problems.
8511
8512         * src/SDCC.y: More bitfield related error checking
8513         * src/SDCCsymt.h,
8514         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8515         * support/Util/SDCCerr.h,
8516         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8517         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8518         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8519         * support/regression/tests/bitfields.c: tests added
8520
8521 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8522
8523         Made the constant following the "interrupt" keyword optional. If
8524         omitted, the function will not automatically be given an entry
8525         in the interrupt vector table (similar to #pragma NOIV, but
8526         less syntacticly kludgy). The interrupt number is also now
8527         range checked. Also fixed a bug in the high order bit example
8528         in the manual.
8529
8530         * src/SDCC.y
8531         * src/SDCCmem.c
8532         * src/SDCCglue.c
8533         * src/SDCCsymt.h
8534         * support/Util/SDCCerr.c
8535         * support/Util/SDCCerr.h
8536         * doc/sdccman.lyx
8537
8538 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8539
8540         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8541         * src/SDCCicode.c (operandOperation): rewritten some ops
8542         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8543         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8544         other type
8545         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8546         be re-activated by defining REDUCE_LITERALS)
8547         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8548         unsigned, but are signed by default
8549         * src/SDCCval.c (constVal): rearranged
8550         * src/SDCCval.c (valMod): preliminary fix
8551         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8552         * support/regression/literalop.c: added, work in progress
8553
8554 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8555
8556         Generate warnings for useless declarations like "char data;"
8557         that don't do what new users expect.
8558
8559         * src/SDCC.y
8560         * support/Util/SDCCerr.h
8561         * support/Util/SDCCerr.c
8562
8563 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8564
8565         * src/SDCCval.c (valMult): fix overflow detection of negative int
8566
8567 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8568
8569         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8570
8571         Changes to support big endian targets:
8572
8573         * src/ports.h
8574         * src/SDCCglue.c
8575         * src/avr/main.c
8576         * src/ds390/main.c
8577         * src/izt/i186.c
8578         * src/mcs51/main.c
8579         * src/pic/main.c
8580         * src/pic16/main.c
8581         * src/xa51/main.c
8582         * src/z80/main.c
8583
8584 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8585
8586         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8587         * device/lib/time.c: fixed warning "integer overflow in expression"
8588
8589 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8590
8591         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8592         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8593         constants are unsigned; added recognition of "u" flag for unsigned
8594         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8595         * src/SDCCval.c (valDiv, valMod): fixed signdness
8596         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8597         signedness of modulo, left and right shift
8598         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8599         * support/Util/SDCCerr.h: added warning W_INT_OVL
8600         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8601         * src/SDCCast.c (ast_print): improved output of constants
8602
8603 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8604
8605         Fixed some warnings when building with MSVC:
8606
8607         * as\mcs51\asdata.c
8608         * as\z80\asdata.c
8609         * as\mcs51\asm.h
8610         * as\z80\asm.h
8611         * link\z80\aslink.h
8612         * link\z80\lkdata.c
8613         * link\z80\lkeval.c
8614         * link\z80\lkgb.c
8615         * link\z80\lkihx.c
8616         * link\z80\lks19.c
8617         * link\z80\lksym.c
8618         * support\cpp2\cpplib.c
8619         * src\ds390\gen.c
8620         * src\mcs51\gen.c
8621
8622 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8623
8624         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8625
8626 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8627
8628         * support\librarian\clean.mk: Do not remove Makefile.
8629         * support\librarian\Makefile: added.
8630
8631 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8632
8633         Added librarian to MSVC build:
8634         * all.dsp
8635         * sdcc.dsw
8636         * support\librarian\librarian.dsp
8637
8638         'configure' not needed for librarian, removed:
8639         * support\librarian\configure
8640         * support\librarian\configure.in
8641         * support\librarian\config_in.h
8642         * support\librarian\Makefile.in
8643
8644         Hopefully these ones built the librarian and the rest of sdcc properly:
8645         * Makefile
8646         * Makefile.common.in
8647
8648         Messed up 'configure', so revert to previous version:
8649         * configure
8650         * configure.in
8651
8652 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8653
8654         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8655         there, while the mantissa of a double is "only" 53 bits wide.
8656
8657 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8658
8659         Adding sdcclib to the build.  MSVC project coming soon.
8660         Files added/changed:
8661
8662         * support\librarian\clean.mk
8663         * support\librarian\configure
8664         * support\librarian\configure.in
8665         * support\librarian\config_in.h
8666         * support\librarian\Makefile.bcc
8667         * support\librarian\Makefile.in
8668         * support\librarian\sdcclib.c
8669         * Makefile.bcc
8670         * Makefile
8671         * Makefile.common.in
8672         * configure
8673         * configure.in
8674
8675 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8676
8677         Linker now complaints if linked modules have conflicting options, for
8678         example, one compiled using --model-large and another one compiled with
8679         --model-small.  The following files were modified:
8680
8681         * as\mcs51\asdata.c
8682         * as\mcs51\aslink.h
8683         * as\mcs51\asm.h
8684         * as\mcs51\asmain.c
8685         * as\mcs51\asout.c
8686         * as\mcs51\i51pst.c
8687         * as\mcs51\lkdata.c
8688         * as\mcs51\lklibr.c
8689         * as\mcs51\lkmain.c
8690         * as\z80\asdata.c
8691         * as\z80\asm.h
8692         * as\z80\asmain.c
8693         * as\z80\asout.c
8694         * as\z80\z80pst.c
8695         * link\z80\aslink.h
8696         * link\z80\lkdata.c
8697         * link\z80\lklibr.c
8698         * link\z80\lkmain.c
8699         * src\SDCCglue.c
8700
8701 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8702
8703         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8704         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8705
8706 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8707
8708         * src/z80/mappings.i: fix _mul[us][int,long] entries
8709
8710 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8711
8712         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8713
8714 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8715
8716         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8717         * support/regression/tests/bitopcse.c: added
8718         fixed warning:
8719         * src/avr/gen.c:
8720         * src/pic/gen.c:
8721         * src/pic16/gen.c:
8722         * src/z80/gen.c:
8723         * src/xa51/gen.c:
8724
8725 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8726
8727         added support for new library format to z80, gbz80 linkers:
8728         *link/z80/aslink.h
8729         *link/z80/lklex.c
8730         *link/z80/lklib.c
8731         *link/z80/lklist.c
8732
8733 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8734
8735         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8736         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8737
8738 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8739
8740         added DUMMY_READ_VOLATILE:
8741         * src/SDCC.y:
8742         * src/avr/gen.c:
8743         * src/xa51/gen.c:
8744         * src/z80/gen.c:
8745         * src/pic/gen.c:
8746         * src/pic16/gen.c:
8747         * src/mcs51/gen.c:
8748         * src/ds390/gen.c:
8749         * src/SDCCcse.c (algebraicOpts): many improvements
8750         * src/SDCCcse.h: removed algebraicOpts()
8751         * src/SDCCicode.c (picDummyRead): added
8752
8753 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8754
8755         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8756         "Insufficient space in data memory".
8757
8758 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8759
8760         * src/mcs51/gen.c: fixed bug #771358
8761         * src/z80/gen.c: fixed bug #759087
8762
8763 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8764
8765         * src/pic16/glue.c: minor cleanup by Vangelis
8766
8767 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8768
8769         * device/include/regc515c.h: fixed #758477
8770         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8771         * device/lib/_gptrput.c: saved a few bytes
8772         * my tab spacing is 8, yours too?)
8773         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8774         * device/lib/serial.c: process RX bytes earlier than TX bytes
8775         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8776
8777 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8778
8779         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8780
8781 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8782
8783     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8784
8785 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8786
8787         * device/lib/Makefile.in: bad fix, reverted to 1.43
8788
8789 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8790
8791         * device/lib/Makefile.in: added missing z80 object files
8792
8793 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8794
8795         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8796         pic16 progress by Vangelis:
8797         * src/SDCCglobl.h:
8798         * src/SDCCmain.c:
8799         * src/pic/Makefile:
8800         * src/pic:
8801         * pic/Makefile:
8802         * pic16/device.c:
8803         * pic16/device.h:
8804         * pic16/gen.c:
8805         * pic16/gen.h:
8806         * pic16/genarith.c:
8807         * pic16/glue.c:
8808         * pic16/main.c:
8809         * pic16/pcode.c:
8810         * pic16/pcode.h:
8811         * pic16/pcodepeep.c:
8812         * pic16/peeph.def:
8813
8814 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8815
8816     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8817
8818 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8819
8820     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8821     added gbz80 build to MSVC project.
8822     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8823     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8824     from 8051 stuff and setup so it links using a .lnk file.
8825
8826 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8827
8828     * support/librarian/sdcclib.c: sdcc librarian.
8829     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8830     with sdcclib.
8831
8832 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8833
8834     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8835
8836 2003-07-02  Borut Razem <borut.razem AT siol.net>
8837
8838         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8839         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8840         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8841         src/xa51/main.c, src/z80/main.c:
8842         virtualization of glue() function: each port has it's own glue function,
8843         which is accessed by do_glue function pointer in PORT.general structure
8844
8845 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8846
8847         * DS800C400 fun, improved ROM interface and tinibios.
8848
8849 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8850
8851         * More support for DS80C400. Now includes beginning of interface to ROM.
8852
8853 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8854
8855         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8856
8857 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8858
8859         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8860
8861 2003-06-19  Borut Razem <borut.razem AT siol.net>
8862
8863         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8864
8865 2003-06-19  Borut Razem <borut.razem AT siol.net>
8866
8867         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8868         fixed Z80 port - crt0.o: cannot open.
8869
8870 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8871
8872         * support/Util/MySystem.c (merge_command): revert bad fix
8873
8874 2003-06-18  Borut Razem <borut.razem AT siol.net>
8875
8876         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8877
8878 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8879
8880         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8881         option --use-stdout sends errors to stdout instead of stderr.
8882
8883 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8884
8885         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8886
8887 2003-06-15  Borut Razem <borut.razem AT siol.net>
8888
8889         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8890         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8891         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8892         fixed width array of pointers replaced with sets;
8893         multiple include and lib paths ared transferred to preprocessor and linker
8894         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8895         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8896         fixed width array of pointers
8897         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8898         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8899         fixupPath(), getPathDifference()
8900         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8901         fixed width array of pointers
8902
8903 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8904
8905         * src/pic16/ralloc.c: fix warnings
8906         * src/pic16/pcode.c: fix warning
8907
8908 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8909
8910          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8911         know all the details, but essentially this set of changes enable
8912         the pic16 port to generate movff instructions and generate assembler
8913         directives,
8914         * src/SDCCmain.c:
8915         * src/pic16/gen.c:
8916         * src/pic16/glue.c:
8917         * src/pic16/pcode.c:
8918         * src/pic16/device.c:
8919         * src/pic16/main.c:
8920         * src/pic16/pcode.h:
8921         * src/pic16/pcoderegs.c:
8922         * src/pic16/ralloc.c:
8923         * src/pic16/ralloc.h:
8924
8925 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8926
8927         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8928         added option --vc, so sdcc errors and warnings are compatible with
8929         Microsoft Visual Studio.
8930
8931 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8932
8933         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8934           device/lib/libfloat.lib: added atof function.
8935
8936 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8937
8938         * doc/sdccman.lyx: updated to Lyx 1.3
8939         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8940         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8941         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8942
8943 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8944
8945         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8946
8947 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8948
8949         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8950           additions to the "related tools/documentation" section
8951
8952 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8953
8954         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8955
8956 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8957
8958         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8959         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8960
8961 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8962
8963         * doc/sdccman.lyx: fix double dash and other minor things
8964         * doc/Makefile: fix double dash
8965
8966 2003-05-28  Karl Bongers(patches from Martin Helmling)
8967         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8968           condition and ignore commands.
8969
8970 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8971
8972         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8973           is in parts still quite out of date, I did changes as far as I felt makes sense
8974           for a non-native english speaker.
8975           Please feel free to add to the manual or to correct my changes.
8976         * doc/Makefile: undid touching the date of intermediate tex files.
8977
8978 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8979
8980         * doc/sdccman.lyx: Manual has an index now
8981
8982 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8983
8984         Finalize muluint/mulsint and mululong/mulslong merging:
8985         * device/lib/_mulint.c
8986         * device/lib/_mullong.c
8987         * device/lib/gbz80/mul.s
8988         * device/lib/gbz80/stubs.s
8989         * device/lib/z80/mul.s
8990         * device/lib/z80/stubs.s
8991         * src/SDCCsymt.c (initCSupport)
8992
8993 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8994
8995         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8996         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8997           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8998           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8999           instead of /Zm500.
9000
9001 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9002
9003         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9004           the regression tests I'm not brave enough to enable 245.b, 245.c
9005         * doc/sdccman.lyx: added latex preamble for hyperref package.
9006           Using pdflatex this will give you a hyperlinked pdf file with
9007           bookmarks. (prepend '%' before /usepackage if this breaks something)
9008
9009 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9010
9011          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9012
9013 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9014
9015         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9016
9017 2003-05-21    <johan AT balder>
9018
9019         * src/SDCCglue.c (printIval): fixed bug #739934
9020
9021 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9022
9023         Applied patch from bug 737905 (renamed yylineo to mylineno):
9024         * src/altlex.c
9025         * src/SDCCast.c
9026         * src/SDCglobl.h
9027         * src/SDCC.lex
9028         * src/SDCCsymt.c
9029         * src/SDCCval.c
9030         * src/pic16/pcode.c: Cleaned warnings
9031         * src/pic16/pcodeflow.c: Cleaned warnings
9032         * src/pic16/pcoderegs.c: Cleaned warnings
9033
9034 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9035
9036         * src/pic16/pcode.c: Cleaned warnings
9037         * src/pic16/pcodepeep.c: Cleaned warnings
9038         * src/pic16/ralloc.c: Cleaned warnings
9039
9040 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9041
9042         * doc/sdccman.lyx: fixed bug 739745
9043         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9044
9045 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9046
9047         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9048         it can be defined with CFLAGS when running configure
9049         * src/SDCCmain.c: fixed compiling + linking with object files
9050
9051 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9052
9053         * configure.in: configure for pic16 port,
9054             added --disable-pic16-port
9055         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9056         * src/SDCCmain.c: linkOptions is changed to set *,
9057             added if/endif conditional macros to remove options help
9058             messages from optionsTable when a port is not configured, added
9059             support for the PIc16 port in the ports table, when executing
9060             the compiler with no port specified on command line, a default
9061             port is selected with the new macro DEFAULT_PORT which is
9062             defined in port.h, in setDefaultOptions() linkOptions is removed
9063             from initialization assignment, since now it is a set,
9064             parseCmdLine uses setParseWithComma for linkOptions, in
9065             linkEdit() linkOptions are accessed with new function indexSet()
9066             which returns the i'th item of a set variable. See SDCCset.c, in
9067             linkEdit() when calling buildCmdLine(), added linkOptions as
9068             last argument. Now users can pass arguments to gplink via the
9069             -Wl option, main() uses pic16glue() to glue up pic16 programs
9070         * src/SDCCpeeph.c: various changes to support pic16
9071         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9072             return the i'th item of the set
9073         * src/SDCCset.h: added function prototype for indexSet()
9074         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9075         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9076         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9077             added macro DEFAULT_PORT
9078         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9079         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9080             generated
9081         * src/pic16/glue.c: commented out some error producing lines
9082         * src/pic16/main.c: __config directives are commented out to stop
9083             gpasm complaining and test the linkage with gplink, _linkCmd and
9084             _asmCmd changed to be more gplink and gpasm friendly
9085         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9086             produced an error when parsed, peep rule 12 is added to utilize
9087             movff, but it is commented out since the pCode does not support
9088             yet a command with 2 address arguments
9089
9090 2003-05-18    <johan AT balder>
9091
9092         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9093         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9094 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9095
9096         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9097   Added feature to script commands from file.
9098
9099 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9100
9101         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9102         * src/SDCCutil.c: include ctype.h for win32
9103
9104 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9105
9106         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9107
9108 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9109
9110         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9111   Fixed so you can set breakpoints prior to run, run does not stop
9112   on entry now.  Add tbreak.  Other enhancements and fixes for use
9113   with ddd.
9114
9115 2003-05-12  Borut Razem <borut.razem AT siol.net>
9116
9117         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9118
9119 2003-05-11  Borut Razem <borut.razem AT siol.net>
9120
9121         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9122         the path of bin directory, so that PATH is the only env. variable, which has to be set
9123         in case of standard installation.
9124         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9125         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9126         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9127
9128 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9129
9130         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9131         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9132         temp files are in the port dir; clean the gen/test directory when
9133         generating new test.c
9134         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9135         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9136         * support/regression/tests/zeropad.c: added
9137
9138 2003-05-09    <johan AT balder>
9139
9140         * src/SDCCglue.c: fixed bug #597940
9141
9142 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9143
9144         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9145   cache sfr, optimize next,step, fix off by one sourceline,
9146   support ddd list function.
9147         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9148
9149 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9150
9151         * support/regression/HTMLgen.py: added compare_s2f()
9152         * support/regression/Makefile: redo 1.27
9153         * support/regression/generate-cases.py: redo 1.5
9154
9155 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9156
9157         * support/regression/tests/float.c: workaround 33 bit hex constant
9158         * support/regression/tests/simplefloat.c: fix division for host
9159
9160 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9161
9162         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9163         that tame's the PIC's over-aggressive optimizer.
9164
9165 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9166
9167          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9168          support for MSVC.
9169
9170 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9171
9172         Initial support for DS80C400. "Hello world" runs on TINIm400
9173         (with polled I/O).
9174
9175 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9176
9177          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9178          * Some notes on ddd usage added in debugger/README
9179          Martin Helmling adding more features and fixes for ddd GUI debugger.
9180          Code added for nexti, stepi, up, down, and other adjustments.
9181
9182 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9183
9184         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9185         * src/pic/peeph.def Added two rules to optimize carry manipulation
9186         * src/pic/* removed debug printfs
9187
9188 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9189
9190         * debugger/mcs51/cmd.c: added header newalloc.h
9191
9192 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9193
9194         * as/Makefile: new EXEEXT
9195         * as/z80/Makefile: remove trailing slash of BUILDIR
9196         * as/z80/clean.mk: new EXEEXT
9197         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9198         * support/cpp2/Makefile.in: new EXEEXT
9199         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9200
9201 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9202
9203         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9204         EXEEXT was introduced to fix all related problems with targets
9205         "clean", "install" and "uninstall"; a couple of further flaws
9206         especially with "clean" have been fixed too
9207         * as/mcs51/Makefile.in
9208         * as/mcs51/clean.mk
9209         * as/z80/Makefile
9210         * Makefile
9211         * clean.mk
9212         * debugger/mcs51/Makefile.in
9213         * debugger/mcs51/clean.mk
9214         * link/z80/Makefile
9215         * link/z80/Makefile.in
9216         * link/z80/clean.mk
9217         * link/Makefile
9218         * packihx/Makefile.in
9219         * packihx/clean.mk
9220         * sim/ucsim/Makefile
9221         * sim/ucsim/clean.mk
9222         * sim/ucsim/avr.src/Makefile.in
9223         * sim/ucsim/avr.src/clean.mk
9224         * sim/ucsim/s51.src/Makefile.in
9225         * sim/ucsim/s51.src/clean.mk
9226         * sim/ucsim/xa.src/Makefile.in
9227         * sim/ucsim/xa.src/clean.mk
9228         * sim/ucsim/z80.src/Makefile.in
9229         * sim/ucsim/z80.src/clean.mk
9230         * sim/ucsim/main_in.mk
9231         * sim/ucsim/packages_in.mk
9232         * sim/ucsim/gui.src/Makefile.in
9233         * sim/ucsim/gui.src/serio.src/Makefile.in
9234         * sim/ucsim/gui.src/serio.src/clean.mk
9235         * src/Makefile.in
9236         * src/clean.mk
9237         * support/cpp2/Makefile.in
9238         * support/cpp2/clean.mk
9239         * support/makebin/Makefile
9240         * support/makebin/clean.mk
9241         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9242         * doc/sdccman.lyx: --program-suffix no longer needed
9243
9244 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9245
9246          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9247          Martin Helmling added support for ddd GUI debugger.
9248          Code added to display assembly, set variables, and other commands
9249          to interface to ddd.
9250
9251 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9252
9253         * as/Makefile: fix target clean
9254         * as/clean.mk: fix target clean
9255         * as/z80/clean.mk: fix target clean
9256
9257 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9258
9259         * Makefile.common.in: added  AT EXEEXT AT
9260         * configure.in: removed all mingw32 stuff
9261         * configure: rebuilt from configure.in
9262         * doc/sdccman.lyx: updated section "installation"
9263         * support/scripts/sdcc_mingw32: adapted to configure
9264         * support/scripts/sdcc_cygwin_mingw32: added
9265
9266 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9267
9268         * src/pic Added object file support for the PIC port
9269         * src/pic Applied patch from Craig Franklin (this started the object file support)
9270         * src/regression Updated the PIC regression tests for object files
9271
9272 2003-04-20  Borut Razem <borut.razem AT siol.net>
9273
9274         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9275           lklex.c: In function `getfid':
9276           lklex.c:203: warning: array subscript has type `char'
9277         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9278           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9279         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9280           stack handling macros
9281
9282 2003-04-19  Borut Razem <borut.razem AT siol.net>
9283
9284         * "handling space characters in file path" task:
9285         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9286         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9287         * support/Util/MySystem.h: make it self-sufficient
9288         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9289           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9290           handling space characters in file path
9291         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9292           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9293         * support/Util/MySystem.c: handling space characters in executable's path
9294
9295 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9296
9297         * as/z80/Makefile: fix permanent rebuild of z80
9298         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9299         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9300
9301 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9302
9303         * src/SDCCopt.c: add special case optimization to replace modulo by
9304           a power of two with a bitwise AND.
9305
9306 2003-04-18    <johan AT balder>
9307
9308         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9309
9310 2003-04-17    <johan AT balder>
9311
9312         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9313         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9314
9315 2003-04-13  Borut Razem <borut.razem AT siol.net>
9316
9317         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9318         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9319           fixed mingw problem in adl_NORMALIZE_PATH
9320
9321 2003-04-12  Borut Razem <borut.razem AT siol.net>
9322
9323         * fixed "#pragma SAVE/RESTORE can not be nested":
9324         * src/SDCC.lex: reworked pragma handling functions
9325         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9326         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9327
9328 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9329
9330         * src/SDCCutil.c (pathEquivalent): defined but not used
9331         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9332         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9333         * configure: rebuilt from configure.in
9334         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9335         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9336         * device/include/Makefile.in: replace sdcc_datadir
9337         * device/lib/Makefile.in: replace sdcc_datadir
9338         * Makefile.common.in: add LDFLAGS from configure
9339         * packihx/Makefile.in: use LDFLAGS
9340         * src/Makefile.in: use LDFLAGS
9341         * support/cpp2/Makefile.in: add LDFLAGS from configure
9342         * support/makebin/Makefile: use LDFLAGS
9343         * .version: bumped version number to 2.3.5
9344
9345 2003-04-12  Borut Razem <borut.razem AT siol.net>
9346
9347         * completed "different paths" task:
9348         * src/SDCCmacro.c: fixed bug in handling quotes
9349         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9350         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9351
9352 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9353
9354         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9355
9356 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9357
9358         * ds390/gen.c ds390/peeph.def: fix bug 706781
9359
9360 2003-04-11  Borut Razem <borut.razem AT siol.net>
9361
9362         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9363
9364 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9365
9366         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9367         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9368          set - this bit used to not be set...).
9369         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9370           bad code in PIC Port
9371         * src/regression/and2.c added to test bug 609268
9372         * src/regression/Makefile added and2.c to regression test
9373
9374
9375 2003-04-08    <johan AT CP255758-A>
9376
9377         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9378         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9379         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9380
9381 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9382
9383         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9384         fix bug #487815
9385         * support/cpp2/Makefile.in: fix bug #487815
9386         * configure: rebuilt from configure.in
9387         * Makefile.common.in: docdir changed, new path suffixes
9388         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9389         * sdcc_vc_in.h: reflect changes from sdccconf.h
9390         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9391         * src/SDCCutil.h: remove BINDIR hack
9392         * doc/sdccman.lyx: update new path hierarchy
9393
9394 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9395
9396         * src/SDCCpeeph.c: added okToRemoveSLOC test
9397
9398 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9399
9400         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9401
9402 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9403
9404         * src/SDCCpeeph.c: added labelIsReturnOnly test
9405         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9406
9407 2003-04-05    <johan AT balder>
9408
9409         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9410         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9411         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9412         * src/SDCCast.c: fixed a warning
9413         * src/SDCCast.h: fixed a warning
9414         * src/SDCCicode.c (operandFromAst): fixed a warning
9415
9416 2003-04-04    <johan AT balder>
9417
9418         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9419         * src/SDCCast.c (decorateType): fixed bug #715076
9420         * src/SDCC.y: fixed bug #702907
9421
9422 2003-04-03    <johan AT balder>
9423
9424         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9425         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9426         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9427         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9428         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9429
9430 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9431
9432         * _decdptr.c: fix return values
9433         * _gptrget.c: fix return values
9434         * _gptrgetc.c: fix return values
9435         * _gptrput.c: fix return values
9436         * _mulint.c: fix return values
9437         * as/z80/Makefile: fix 'make -j' problem
9438
9439 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9440
9441         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9442         * configure.in: big cleanup, updated to autoconf 2.5x
9443         * configure: rebuilt from configure.in
9444         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9445         * sdcc_vc_in.h: reflect changes from sdccconf.h
9446         * doc/Makefile: fixed a flaw in "make install"
9447
9448 2003-04-02    <johan AT balder>
9449
9450         * src/ds390/gen.c (genCmp): no comments
9451         * src/mcs51/gen.c (genCmp): no comments
9452         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9453         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9454
9455 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9456
9457         * support/regression/generate-cases.py: place generated file in given sub directory
9458         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9459         * support/regression/Makefile: improvements for 'make -j';
9460         side effect: it's simpler and faster now
9461
9462 2003-03-31  Borut Razem <borut.razem AT siol.net>
9463
9464         * src/z80/main.c: link-{port} and as-{port} defined without path
9465         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9466
9467 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9468
9469         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9470
9471 2003-03-30  Borut Razem <borut.razem AT siol.net>
9472
9473         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9474           changed type of list parameter to set
9475         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9476         * src/port.h: changed type of do_assemble() parameter to set
9477         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9478           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9479           definition of "cppoutfilename" macro with NULL value in preProcess()
9480         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9481         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9482         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9483           replaced with set *binPathSet
9484         * shash_add() deallocates the item, if allready exsists, before adding the new one
9485         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9486
9487 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9488
9489         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9490           a nested for loop bug in the PIC port
9491         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9492           for loops
9493
9494 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9495
9496         * support/Util/dbuf.h: remove C++ stuff to make it portable
9497
9498 2003-03-28  Borut Razem <borut.razem AT siol.net>
9499
9500         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9501           literal strings in stringLiteral()
9502         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9503         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9504           to the project
9505
9506 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9507
9508         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9509
9510 2003-03-26    <johan AT balder>
9511
9512         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9513         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9514         * src/SDCCast.c (decorateType): fixed " -v < 3"
9515
9516 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9517
9518         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9519         Added Lenny Story's debug infrastructure changes:
9520         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9521         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9522         * src/cdbFile.c: added
9523         * src/SDCCdebug.c: added
9524         * src/SDCCdebug.h: added
9525         * src/SDCCast.c (createFunction)
9526         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9527         * src/SDCCmain.c (parseCmdLine, main)
9528         * src/SDCCmem.c (redoStackOffsets)
9529         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9530         * src/SDCCsymt.h
9531         * src/common.h
9532         * src/avr/gen.c (genAVRCode)
9533         * src/ds390/gen.c (gen390Code)
9534         * src/mcs51/gen.c (gen51Code)
9535         * src/pic/gen.c (genpic14Code)
9536         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9537         * src/xa51/gen.c (genXA51Code)
9538         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9539
9540 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9541
9542         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9543         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9544
9545 2003-03-22    <johan AT balder>
9546
9547         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9548
9549 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9550
9551         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9552         * doc/cdbfileformat.lyx: added, written by Lenny Story
9553         * doc/Makefile: added cdbfileformat.lyx
9554         * doc/clean.mk: added cdbfileformat.lyx
9555
9556 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9557
9558         * src/mcs51/peeph.def: fix bug #705773
9559
9560 2003-03-20    <johan AT balder>
9561
9562         An sfr/sbit can have an "at #" AND an initializer
9563         * src/SDCCsymt.c (checkSClass):
9564         * src/SDCCmem.c (allocGlobal):
9565         * src/SDCCmem.c (allocLocal):
9566         * src/SDCCast.c (createBlock):
9567
9568 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9569
9570         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9571
9572 2003-03-16    <johan AT balder>
9573
9574         Undid the hackup of const and volatile, the problem is much bigger
9575         * src/SDCC.y:1.65
9576         * src/SDCCast.c:1.171
9577         * src/SDCCglue.c:1.138
9578         * src/SDCCicode.c:1.146
9579         * src/SDCCsymt.c:1.150
9580         * src/SDCCval.c:1.65
9581
9582 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9583
9584         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9585         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9586
9587 2003-03-13    <johan AT balder>
9588
9589         Hackup const and volatile modifiers in type chains a bit:
9590         * src/SDCC.y:1.63
9591         * src/SDCCast.c:1.169
9592         * src/SDCCglue.c:1.136
9593         * src/SDCCicode.c:1.143
9594         * src/SDCCsymt.c1.146
9595         * src/SDCCsymt.h1.59
9596         * src/SDCCval.c:1.63
9597
9598 2003-03-12    <johan AT balder>
9599
9600         * src/SDCCBBlock.h: more LRH debugging junk
9601         * src/SDCCcflow.h: more LRH debugging junk
9602         * src/SDCCloop.c: more LRH debugging junk
9603         * src/SDCC.y (struct_declaration): fixed bug #697590
9604         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9605         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9606         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9607
9608 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9609         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9610         test function names must now match exactly).
9611         * src/SDCCcse.c: added special case in findCheaperOp to allow
9612         extending a short integer. Makes less awful code for bug 700121 test case.
9613
9614 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9615
9616         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9617         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9618
9619 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9620
9621         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9622         actually called (operandsNotEqual() was called for all
9623         operandsNotEqualX tests).
9624
9625 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9626
9627         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9628         with shorter literals. Fixes bug 700121.
9629
9630 2003-03-11    <johan AT balder>
9631
9632         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9633
9634 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9635
9636         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9637         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9638
9639 2003-03-10  Borut Razem <borut.razem AT siol.net>
9640
9641         * src/SDCCmain.c: pipe preprocessor's output
9642         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9643         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9644         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9645         which closes all pipes in pipeSet set
9646         * src/SDCCset.c: free deleted item in function deleteSetItem()
9647         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9648         moved from z80 to src subproject
9649         * .version: increased version number to 2.3.4
9650
9651 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9652
9653         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9654         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9655         * support/regression/ports/xa51/spec.mk: fix typo
9656
9657 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9658
9659         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9660
9661 2003-03-09  Borut Razem <borut.razem AT siol.net>
9662
9663         * src/SDCCmain.c: pipe preprocessor's output
9664         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9665         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9666         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9667         which closes all pipes in pipeSet set
9668         * src/SDCCset.c: free deleted item in function deleteSetItem()
9669         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9670         moved from z80 to src subproject
9671
9672 2003-03-09  Borut Razem <borut.razem AT siol.net>
9673
9674         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9675         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9676         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9677         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9678         * src/SDCCglobl.h: unification of WIN32 native definitions
9679
9680 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9681
9682         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9683
9684 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9685
9686         * src/configure.in:   check for endianess (even while cross-compiling)
9687         * src/configure:      check for endianess (even while cross-compiling)
9688         * src/configure_in.h: check for endianess (even while cross-compiling)
9689         * src/avr/gen.c:        remove old endianess stuff
9690         * src/mcs51/gen.c:      remove old endianess stuff
9691         * src/ds390/gen.c:      remove old endianess stuff
9692         * src/pic/gen.c:        remove old endianess stuff
9693         * src/pic/genarith.c:   remove old endianess stuff
9694         * src/pic/glue.c:       fix endianess check
9695         * src/pic16/gen.c:      remove old endianess stuff
9696         * src/pic16/genarith.c: remove old endianess stuff
9697         * src/pic16/glue.c:     fix endianess check
9698         * src/xa51/gen.c:       remove old endianess stuff
9699         * src/z80/gen.c:        fix endianess check
9700         * src/SDCCglue.c:       fix endianess check
9701         * src/ds390/peeph.def: fix bug 700036
9702
9703 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9704
9705         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9706         * src/configure: find appropriate data-types on host for SDCC's int and long
9707         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9708         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9709         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9710
9711 2003-03-07    <johan AT balder>
9712
9713         Just a big NOOP:
9714                 some minor cleanups before the big shot
9715                 OP_DEFS and OP_USES now use Kevin's protection
9716                 new option --nolabelopt
9717
9718         * src/SDCCBBlock.c:
9719         * src/SDCCast.c,:
9720         * src/SDCCcflow.c:
9721         * src/SDCCcse.c:
9722         * src/SDCCicode.c:
9723         * src/SDCCicode.h:
9724         * src/SDCClabel.c:
9725         * src/SDCCloop.c:
9726         * src/SDCCmain.c:
9727         * src/ds390/ralloc.c:
9728         * src/mcs51/ralloc.c:
9729         * src/pic/ralloc.c:
9730         * src/xa51/ralloc.c:
9731         * src/z80/ralloc.c:
9732
9733 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9734
9735         * src/pic/pcode.c (get_op): fix 64 bit warnings
9736         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9737         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9738         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9739         * support/regression/tests/malloc.c: fix 64 bit warnings
9740
9741 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9742
9743         * src/mcs51/gen.c (genMinus): fixed bug 696436
9744
9745 2003-03-02  Borut Razem <borut.razem AT siol.net>
9746
9747         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9748
9749 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9750
9751         * configure.in: test for mkstemp
9752         * sdccconf_in.h: add HAVE_MKSTEMP
9753
9754 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9755
9756         * device/include/ctype.h: removed warning while using --stack-auto
9757         * device/include/malloc.h: removed warning while using --stack-auto
9758         * device/include/string.h: removed warning while using --stack-auto
9759
9760 2003-02-23  Borut Razem <borut.razem AT siol.net>
9761
9762         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9763         because NDEBUG is defined (see man assert)
9764         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9765
9766 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9767
9768         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9769         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9770
9771 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9772
9773         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9774         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9775
9776 2003-02-18    <johan AT balder>
9777
9778         * as/mcs51/asmain.c (asmbl): module can start with a digit
9779         * as/z80/asmain.c (asmbl): module can start with a digit
9780
9781 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9782
9783         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9784         * src/asm.c: fix pipe() for Mingw32
9785
9786 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9787
9788         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9789         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9790         make -V work again; --c1mode reads now from stdin
9791         * doc/sdccman.lyx: added --c1mode
9792         * support/Util/SDCCerr.c: new messages for c1 mode
9793         * support/Util/SDCCerr.h: new messages for c1 mode
9794         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9795
9796 2003-02-15    <johan AT balder>
9797
9798         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9799
9800 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9801
9802         * doc/sdccman.lyx: Environment variables, -o and other minor things
9803
9804 2003-02-14    <johan AT balder>
9805
9806         * src/xa51/main.c: before anyone really tries to use it :)
9807
9808         * Install doc's in share/sdcc/doc
9809         * removed some obsolete files
9810         * Do a proper make distclean and uninstall
9811         M Makefile.common.in
9812         R sdccbuild.sh
9813         M as/Makefile
9814         M device/include/Makefile.in
9815         M device/lib/Makefile.in
9816         M doc/sdccman.lyx
9817         M link/Makefile
9818         M sim/ucsim/doc/Makefile.in
9819         M src/clean.mk
9820         R src/avr/peeph.rul
9821         R src/xa51/peeph.rul
9822         M support/cpp2/Makefile.in
9823         M support/makebin/Makefile
9824
9825
9826 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9827
9828         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9829
9830 2003-02-10  Borut Razem <borut.razem AT siol.net>
9831
9832         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9833         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9834         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9835         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9836         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9837         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9838         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9839         src/z80/Makefile.bcc: Borland Makefile cleanup
9840         * as/z80/Makefile.bcc: Added Borland Makefile
9841         * support/cpp2/borland.h: Removed
9842
9843 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9844
9845         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9846         * src/SDCC.lex: new pragma NOIV
9847         * src/SDCCglobl.h: new pragma NOIV
9848         * src/SDCCmem.c: new pragma NOIV
9849
9850 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9851
9852         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9853
9854 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9855
9856         * src/SDCCmain.c: signal handling is switched off by --debug
9857         * doc/Makefile: small fix for install; use clean.mk again
9858         * doc/clean.mk: clean *.pdf and *.html too
9859
9860 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9861
9862         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9863         * device/lib/printfl.c: fix a ds390 bug by making it portable
9864         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9865         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9866         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9867         * debugger/mcs51/cmd.c: converted multi-line string literals
9868         * sim/ucsim/globals.cc: converted multi-line string literals
9869         * src/SDCCmain.c: introduced signal handler to remove temp files
9870         * doc/Makefile: small tweaks, implement clean
9871         * doc: removed generated files
9872
9873 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9874
9875         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9876         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9877         Address Record is not correctly generated for DS390."
9878
9879 2003-02-02  Borut Razem <borut.razem AT siol.net>
9880
9881         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9882         * as/mcs51/asm.h: fixed compilation with Borland C
9883         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9884         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9885         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9886         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9887         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9888         src/z80/Makefile.bcc: delete $(LIB) only if exist
9889         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9890
9891 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9892
9893         * device/include/malloc.h: introduced NULL
9894         * device/include/string.h: introduced NULL
9895         * device/include/stdlib.h: introduced NULL
9896         * device/lib/_memcpy.c: removed NULL
9897         * device/lib/_strcat.c: removed NULL
9898         * device/lib/_strchr.c: removed NULL
9899         * device/lib/_strcmp.c: removed NULL
9900         * device/lib/_strcpy.c: removed NULL
9901         * device/lib/_strcspn.c: removed NULL
9902         * device/lib/_strlen.c: removed NULL
9903         * device/lib/_strncat.c: removed NULL
9904         * device/lib/_strncmp.c: removed NULL
9905         * device/lib/_strncpy.c: removed NULL
9906         * device/lib/_strpbrk.c: removed NULL
9907         * device/lib/_strrchr.c: removed NULL
9908         * device/lib/_strspn.c: removed NULL
9909         * device/lib/_strstr.c: removed NULL
9910         * device/lib/_strtok.c: removed NULL
9911         * device/lib/malloc.c: removed NULL, include own header
9912
9913 2003-02-02    <johan AT balder>
9914
9915         * 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
9916         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9917         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9918         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9919         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9920         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9921
9922 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9923
9924         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9925         area 'DATA'"
9926
9927 2003-02-01    <johan AT balder>
9928
9929         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9930
9931 2003-01-31    <johan AT CP255758-A>
9932
9933         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9934
9935 2003-01-30    <johan AT balder>
9936
9937         * src/SDCCBBlock.c: automatic bug detection
9938         * src/SDCCicode.c: automatic bug detection
9939
9940 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9941
9942         * src/SDCCglobl.h:   now --xram-size 0 works
9943         * src/SDCCmain.c:    now --xram-size 0 works
9944
9945 2003-01-29    <johan AT balder>
9946
9947         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9948
9949 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9950
9951         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9952         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9953         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9954         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9955         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9956         * src/SDCCmain.c:    Added options --xram-size and --code-size
9957
9958 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9959
9960         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9961         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9962
9963 2003-01-27    <johan AT balder>
9964
9965         * src/SDCC.y: fixed bug #613764
9966
9967 2003-01-26    <johan AT balder>
9968
9969         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9970         * src/SDCCsymt.h: fixed bug #673374
9971         * src/SDCCglue.c: fixed bug #661910
9972         * src/SDCCast.c: fixed bug #458099 and 673374
9973
9974 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9975
9976         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9977         * as/mcs51/strcmpi.h: added
9978         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9979         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9980         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9981         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9982         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9983         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9984         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9985         * as/mcs51/Makefile.aslink: new module strcmpi
9986         * as/mcs51/Makefile.asx8051: new module strcmpi
9987         * as/mcs51/Makefil.bcc: new module strcmpi
9988         * as/mcs51/Makefile.in: new module strcmpi
9989         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9990
9991 2003-01-26    <johan AT balder>
9992
9993         * src/SDCCglue.c: reverted back to 1.124
9994         * src/SDCCast.c: reverted back to 1.156
9995         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9996
9997 2003-01-25    <johan AT balder>
9998
9999         * src/SDCCglue.c: A better fix for bug #661910
10000         * src/SDCCast.c: A better fix for bug #661910
10001         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10002
10003 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10004
10005         * src/Makefile.in: remove spawn.o
10006         * src/SDCCmain.c: remove spawn.h
10007         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10008         * src/spawn.c: removed
10009         * src/spawn.h: removed
10010         * support/regression/ports/ds390/spec.mk: link with -r
10011
10012 2003-01-24    <johan AT CP255758-A>
10013
10014         * src/ds390/gen.c (aopOp): fixed bug #667458
10015         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10016         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10017         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10018
10019 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10020
10021         * src/mcs51/peeph.def: better assembler identation by Frieder
10022         * src/mcs51/gen.c: better assembler identation by Frieder
10023
10024 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10025
10026         * as/z80/string.h: removed for gcc 3.2
10027         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10028         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10029
10030 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10031
10032         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10033         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10034         * support/regression/Makefile: separate temp files for ports
10035         * support/regression/generate-cases.py: separate temp files for ports
10036         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10037         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10038
10039 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10040
10041         * moved tinitalk to device/examples/ds390
10042
10043 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10044
10045         * as/mcs51/lkmem.c: rflag is for DS390
10046         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10047         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10048                          (linkEdit): move mem- and map-files the same way as ihx-files
10049         * src/z80/main.c (_setDefaultOptions): removed --generic
10050         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10051         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10052         * src/pic/glue.c (picglue): --c1mode works again
10053         * src/pic16/glue.c (pic16glue): --c1mode works again
10054         * src/asm.c (printCLine): fix #660034
10055
10056 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10057
10058         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10059         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10060         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10061         * as/mcs51/lkmem (summary): better fix for sp problem
10062         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10063         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10064         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10065                                               remove --stack-after-data
10066
10067 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10068
10069         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10070         * src/SDCCutil.c (join): ugly bug: missing '\0'
10071         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10072
10073 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10074
10075         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10076         * src/port.h: typo
10077         * src/pic/main.c (_asmCmd): gpasm supports -o
10078         * src/z80/main.c: more general macros
10079         * device/lib/Makefile.in: remove intermediate files
10080
10081 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10082
10083         * .version: Bumped version number to 2.3.3
10084         * src/SDCCBBlock.c: new option -o
10085         * src/SDCCglobl.h: new option -o
10086         * src/SDCCglue.c: new option -o
10087         * src/SDCCmain.c: new option -o
10088         * src/asm.c: new option -o
10089         * src/ds390/main.c: new option -o
10090         * src/pic/glue.c: new option -o
10091         * src/pic/pcode.c: new option -o
10092         * src/pic/ralloc.c: new option -o
10093         * src/pic16/glue.c: new option -o
10094         * src/pic16/pcode.c: new option -o
10095         * src/pic16/ralloc.c: new option -o
10096         * src/z80/main.c: new option -o
10097         * device/lib/Makefile.in: use -o
10098         * support/regression/ports/ds390/spec.mk: use -o
10099         * support/regression/ports/gbz80/spec.mk: use -o
10100         * support/regression/ports/mcs51/spec.mk: use -o
10101         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10102         * support/regression/ports/z80/spec.mk: use -o
10103         * support/regression/ports/ucz80/spec.mk: use -o
10104         * support/regression/ports/xa51/spec.mk: use -o
10105         * support/regression/fwk/lib/timeout.c: fix usage string
10106
10107 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10108         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10109
10110 2003-01-07    <johan AT balder>
10111
10112         * src/SDCCast.c (decorateType): fixed bug #600035
10113
10114 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10115         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10116         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10117         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10118         * src/pic/pcode.c: outcommented unused variable to remove warnings
10119         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10120
10121 2003-01-06    <karl AT turbobit.com>
10122         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10123    regression tests.
10124
10125 2003-01-06    <johan AT balder>
10126
10127         * src/SDCCicode.c: fixed array add
10128
10129 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10130         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10131         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10132
10133 2003-01-04    <johan AT balder>
10134
10135         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10136
10137 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10138         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10139
10140 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10141         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10142         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10143
10144 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10145         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10146
10147 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10148         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10149
10150 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10151         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10152
10153 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10154
10155     * in \sdcc\as\mcs51\ changed these files in order to create an
10156     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10157     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10158     following files to include the previous two files: aslink.dsp,
10159     Makefile.aslink, Makefile.bcc, and Makefile.in.
10160
10161     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10162     .adb instead of .cdb
10163
10164 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10165
10166         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10167         value from option --iram-size.
10168
10169 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10170
10171         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10172         dram[] array.
10173
10174 2002-09-18    <wiml AT hhhh.org>
10175
10176         * SDCClrange.h: exposed setFromRange() and setToRange()
10177         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10178           packRegsForAccUse() (bug 542397)
10179         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10180           multiple times and emitting the fetch operations more than once
10181           added aopGetUsesAcc() function to allow binary operators to
10182           fetch their operands in the correct order; made genMinus() emit
10183           compact code for X = LITERAL - Y
10184
10185 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10186         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10187         sprintf() in line 1267.
10188
10189 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10190         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10191         like ports.
10192
10193 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10194         Changes to aslink (All the changes are marked with 'JCF'):
10195
10196         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10197         summary().
10198
10199         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10200         area BSEG.  Also moves, if possible, the DATA area down into the internal
10201         ram so more space is available.
10202
10203         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10204         sflag.
10205
10206         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10207         not bytes.  Function summary() which creates a memory usage summary
10208         file with extension .mem.  Reports of overlaping stack and small stack
10209         size.  If the space for the stack is less than 16 bytes aslink trows a
10210         warning.
10211
10212         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10213         the 8051.  Option 'y' for memory summary output file.
10214
10215         Changes to sdcc (All the changes are marked with 'JCF'):
10216
10217         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10218
10219         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10220         overlaying area for it (uses RegBankUsed[4]).
10221
10222         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10223         bank zero as used by default.  By default aslink locates the stack
10224         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10225         the creation of the .mem file.  Delegates the allocation of data area
10226         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10227         the begining of the stack area to aslink.
10228
10229         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10230         glue() in SDCCglue.c creates an area for it.
10231
10232 2002-09-03  Borut Razem <borut.razem AT siol.net>
10233         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10234         sdcc/src/pic/glue.c:
10235         introduced atexit() handler for teporay files removal in case of
10236         errors, assertions, ...
10237
10238 2002-08-29  Borut Razem <borut.razem AT siol.net>
10239         * sdcc/support/cpp2/auto-host_vc_in.h:
10240         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10241         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10242         Maybe there is a similar problem with BORLANDC? It should be checked!
10243
10244         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10245         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10246         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10247         was not executed, and the compiler (cl) launched a warning:
10248         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10249
10250 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10251         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10252
10253 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10254         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10255
10256         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10257           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10258           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10259           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10260           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10261           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10262           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10263         - added Release configuration in VS projects
10264         - review of compiler an linker options
10265         - VC .exe files are generated in bin_vc directory, not to interfere
10266           with binaries generated from other projects (cygwin, mingw, bcc ...)
10267
10268         * sdcc/src/yacc.dsp: added
10269
10270         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10271         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10272         and insert the version number definitions from .version
10273
10274         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10275
10276         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10277         added - genarate auto-host.h using auto-host_vc_in.h as template
10278
10279         * sdcc/sdcc_vc.h,
10280         removed from CVS, generated automatically
10281
10282 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10283         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10284
10285 2002-08-11  Borut Razem <borut.razem AT siol.net>
10286         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10287
10288 2002-08-10  Borut Razem <borut.razem AT siol.net>
10289         * src/SDCCmain.c (main):
10290         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10291         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10292         The consequence was that some temporary files were not removed.
10293
10294         * src/SDCCglue.c:
10295         unification of code in functions tempfilename() and tempfile():
10296         function tempnam() is defined in Visual Studio 6.0 and .NET
10297
10298         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10299
10300         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10301           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10302         - removed compiler command line option /WX: Treats all warnings as errors
10303         - update a list of source files, included into the project
10304
10305         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10306           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10307         changed project type to Generic Project so that can be correcly converted to VS.NET project
10308
10309         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10310
10311         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10312
10313         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10314
10315         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10316         added return 0 statements after assert() to make compiler happy
10317
10318         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10319         added newline in the def file to keep MSC compiler satisfied
10320
10321         * sdcc/src/z80/gen.c:
10322         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10323           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10324         - solved MSC error in function aopDump()
10325
10326         * sdcc_vc.h: define PREFIX as "\\sdcc"
10327
10328 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10329         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10330
10331 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10332         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10333         - Rewrote the register banking algorithm.
10334         - Added pCode live-range analysis to registers (for now, only non-used and
10335         singly-used registers optimized away)
10336
10337         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10338
10339         * 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.
10340
10341 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10342         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10343
10344 2002-04-22  Michael Hope  <michaelh AT vroom>
10345
10346         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10347
10348         * configure.in (DD_COPT): Added include support required for gbdk.
10349
10350         * .version: Bumped version number just to increase it.
10351
10352         * src/SDCCmain.c: Added -nostdinc to the default options.
10353
10354 2002-04-15  Michael Hope  <michaelh AT vroom>
10355
10356         * device/lib/z80/printf.c (sprintf): Added.
10357
10358         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10359
10360         * src/z80/peeph.def: Added transpose redundent load rule.
10361
10362         * src/z80/main.c: Added force callee saves for jaune.
10363
10364         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10365
10366         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10367
10368 2002-03-28  Johan Knol  <johan AT balder>
10369
10370         * src/SDCCval.c: fixed bug #532436
10371
10372 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10373         * /src/port.h:
10374         Added "char *Processor" field to the port structure.
10375
10376         * /src/SDCCmain.c:
10377         Added -p option. Allows port dependent processor to be specified.
10378
10379         * all ports:
10380         Initialized the new field char *Processor field to NULL in all ports
10381
10382         * /src/pic/*:
10383         Compiler generated registers for interrupt context saving
10384         were not getting allocated.
10385
10386 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10387
10388         * /src/SDCCast.c:
10389         Fixed left shift. Will promote the left side of a left shift
10390         if a) left shifting more than size of operand or b) when assigned
10391         to something size > size of left side
10392
10393 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10394         * src/pic/*
10395         tons of changes. Register allocation has been
10396         rewritten. Added customization for the various PICs. Flow
10397         analysis is restructured. ...
10398
10399         * src/pic/device.h:
10400         Added
10401
10402         * src/pic/device.c:
10403         Added. device.c is a PIC port hack to accomodate variations
10404         in PIC devices.
10405
10406 2002-03-13  Michael Hope  <michaelh AT vroom>
10407
10408         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10409
10410 2002-03-04  johanknol  <johanknol AT manik>
10411
10412         * /src/SDCCval.c: fixed
10413
10414         const unsigned char arr[][2] = { { 0, 1 } };
10415         t18.c:1: error: Initializer element is not constant
10416
10417 2002-03-04  bela  <bela AT manik>
10418
10419         * /device/include/mcs51reg.h:
10420         ds89c420 register definition update
10421
10422 2002-03-03    <johan AT FRIJA>
10423
10424         * support/Util/SDCCerr.c: did something, but don't no why anymore
10425
10426         * support/regression/tests/bug-524691.c: made it a little less shy
10427
10428         * src/SDCCast.c (decorateType): fixed bug #524697
10429
10430         * src/SDCCast.c: made some lineno improvements
10431
10432         * src/SDCCval.c (getNelements): changed warning to error
10433
10434         * src/SDCCglue.c (printIvalArray): changed warning to error
10435
10436         * src/SDCCicode.c: fixed a warning for mingw
10437
10438         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10439
10440         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10441
10442 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10443
10444         * src/ds390/peeph.def:
10445         Added some more peephole rules
10446
10447         * src/ds390/gen.c: Various fixes & enhancements
10448
10449         * src/SDCClrange.c, src/SDCClrange.h:
10450         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10451
10452         * src/ds390/ralloc.c:
10453         various fixes & enhancements (ds390) specific
10454
10455         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10456         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10457         from rallocs.
10458
10459         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10460
10461 2002-03-02    <johan AT FRIJA>
10462
10463         * src/SDCCast.c (decorateType): fixed bug #524708
10464
10465         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10466
10467         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10468
10469 2002-03-01  Michael Hope  <michaelh AT vroom>
10470
10471         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10472
10473         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10474
10475 2002-03-01    <johan AT FRIJA>
10476
10477         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10478
10479         * src/SDCCast.c (decorateType): fixed bug #524209
10480
10481         * src/SDCCval.c (valNot): fixed bug #524195
10482
10483 2002-02-26    <johan AT balder>
10484
10485         * src/xa51/gen.c: fixed a warning
10486
10487         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10488
10489         * src/SDCCast.c (decorateType): fixed bug #522534
10490
10491 2002-02-23    <johan AT balder>
10492
10493         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10494
10495 2002-02-22    <johan AT balder>
10496
10497         * src/SDCCast.c: fixed bug #514865
10498
10499         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10500
10501 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10502
10503         * sdcc/src/SDCCloop.c:
10504         Previous fix was not good. basic blocks that have "break" or "return" are
10505         not really partof a loop , but live ranges used in these blocks should
10506         be live thru the entire loop, so set partOfLoop but don't add them to
10507         loop region
10508
10509 2002-02-21    <johan AT FRIJA>
10510
10511         * src/SDCCcse.c: fixed bug #514308
10512
10513 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10514
10515         * src/SDCCloop.c:
10516         Fixed BUG #519583. If a conditional block ended in a return/break
10517         statement inside a loop, it was not being considered part of the loop.
10518
10519         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10520
10521 2002-02-10  Karl Bongers <karl AT turbobit.com>
10522
10523         * debugger/*:
10524         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10525         with lots of comments and notes.
10526
10527         * device/examples/test2.c:
10528         Fix bug, "red" variable not being initialized(compiler complained).
10529
10530         * device/examples/Makefile, examples/test3.c:
10531         Add Makefile in device/examples folder, compiles test3.c
10532         for use as a multiple module SDCDB test case.
10533
10534         * sim/ucsim/cmd.src/cmdset.cc:
10535         Took out debug printfs in ucsim "next" command.
10536
10537         * sim/ucsim/xa.src:
10538         Karl and Johan start ucsim XA support.  Most dissassembly working,
10539         about 75% emulation done(plenty of work remaining).
10540
10541         * sim/ucsim/z80.src:
10542         Add Z80 support to ucsim, add test-ucz80 regression test,
10543         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10544         Notice z80 compiler fails on examples/test3.c/crc code.
10545
10546 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10547
10548         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10549         Added support for --parms-in-bank1
10550
10551         * src/ds390/peeph.def:
10552         added a few more peephole optimzations
10553
10554         * src/ds390/main.c:
10555         1) added __builtin_inp & __builtin_outp used to read in data of given length
10556            from a memory mapped port
10557         2) added __builtin_memcmp
10558         3) added __builtin_swapw swap bytes of a short
10559
10560         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10561         1) handle multiple send & receives from register bank1
10562         2) ralloc can now allocate DPTR1 to some liveRanges
10563
10564         * src/SDCCsymt.c, src/SDCCsymt.h:
10565         changes to handle multiple sends & receives
10566
10567         * src/SDCCptropt.h:
10568         added some pointer arithmetic optimization
10569
10570         * src/SDCCptropt.c:
10571         added some pointer arithmetic optimizations but not stable yet so not
10572         called from anywhere (will get this working shortly)
10573
10574         * src/SDCCopt.c: fixed for multiple sends & receives
10575
10576         * src/SDCCmain.c:
10577         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10578         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10579            set preprocessor defines (depending on options)
10580
10581         * src/SDCCicode.c, src/SDCCicode.h:
10582         changes made to handle multiple sends & receives
10583
10584         * src/SDCCglobl.h:
10585         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10586
10587         * src/SDCCcse.c, src/SDCCcse.h:
10588         added function findbackward def (to be used in upcoming optimization)
10589
10590         * src/SDCCcflow.c, src/SDCCcflow.h:
10591         added function returnAtEnd - to determine if a basic block terminates with
10592         a RETURN iCode
10593
10594         * src/SDCCast.c, src/SDCCast.h:
10595         added option parms-in-bank1
10596
10597         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10598         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10599         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10600         adjusted for --parms-in-bank1 option
10601
10602         * device/include/string.h:
10603         donot redefine "reentrant" keyword
10604
10605         * device/include/ds80c390.h: Added some more SFRs
10606
10607 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10608
10609         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10610
10611 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10612
10613         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10614
10615 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10616
10617         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10618
10619 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10620
10621         * Added --xram-movc option
10622
10623 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10624
10625         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10626
10627 2002-01-11  Johan Knol
10628
10629         * Added math lib of Jesus Calvino-Fraga
10630
10631 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10632
10633         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10634         * support/regression/Makefile: new target test-mcs51-stack-auto
10635         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10636
10637 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10638
10639         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10640
10641 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10642
10643         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10644
10645 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10646
10647         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10648
10649         * src/SDCCglue.h: add definition for printIvalChar()
10650
10651 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10652
10653         * src/SDCCast.c: fix #498138 by Johan
10654
10655         * src/SDCCglue.c: fix #498138 by Johan
10656
10657 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10658
10659         * support/regression/Makefile: fix clean
10660
10661         * support/regression/ports/ds390/support.c: fix transmission of last character
10662
10663 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10664
10665         * /sdcc/src/ds390/gen.c:
10666         a) improved computing address of stack variable
10667         b) took out some #if 0 code
10668         c) improved parmBytes adjustment
10669         d) improved genPlusIncr & genMinusIncr
10670         e) genCmp could generate bad code (when left assigned to DPTR)
10671         f) Fixed bug in hasInc
10672
10673         * /sdcc/src/ds390/ralloc.c:
10674         a) packRegsForSupport could mess up live information (Fixed)
10675         b) packRegsDPTRuse could be incorrect for left & right shift
10676
10677         * /sdcc/src/mcs51/ralloc.c:
10678         packRegsForSupport could mess up the live information (Fixed)
10679
10680         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10681
10682         * /sdcc/src/SDCCast.c:
10683         can reverse a loop even if function call is present as long
10684         as the loop control variable is local & is not passed as parameter
10685
10686 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10687
10688         * /sdcc/ChangeLog: *** empty log message ***
10689
10690         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10691         More builtin function additions for TININative
10692
10693         * /sdcc/src/ds390/ralloc.c:
10694         Had broken the regression testsuite
10695
10696         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10697
10698         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10699         Added funcattr hasStackParms will be set for reentrant functions when there
10700         are paramteres on the stack, this helps in minimizing frame pointer generation
10701         typeFromStr can handle function pointers now
10702
10703         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10704         *** empty log message ***
10705
10706 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10707
10708         * /src/ds390/gen.c, /src/ds390/main.c:
10709         More builtin function additions for TININative
10710
10711         * /src/ds390/ralloc.c:
10712         Had broken the regression testsuite
10713
10714         * /src/SDCCast.c: Fixed a bug in dumptree
10715
10716         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10717         Added funcattr hasStackParms will be set for reentrant functions when there
10718         are paramteres on the stack, this helps in minimizing frame pointer generation
10719         typeFromStr can handle function pointers now
10720
10721         * /doc/builtins.txt, /doc/TININative.txt:
10722         *** empty log message ***
10723
10724
10725 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10726
10727         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10728         ALPHA version for -mTININative
10729
10730         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10731         updated to reflect changes in the port structure
10732
10733         * /src/port.h:
10734         added function do_assemble (similar to do_link) if non-null this function
10735         will be called to do assembly (-mTININative) requires a multi command
10736         assembly
10737         added function genAssemblerEnd will be called to generate assembler Epilogue
10738
10739         * /src/SDCCsymt.c:
10740         added _JavaNative to debug info printing
10741
10742         * /src/SDCCmain.c: added option --tini-libid
10743         added port->do_assemble function (-mTININative) has a multi command assemble
10744
10745         * /src/SDCCglue.c: Disabled "constExpr" check
10746         added port->genAssemblerEnd function
10747
10748         * /src/SDCCglobl.h: Added option --tini-libid value
10749
10750         * /src/SDCCast.h:
10751         tookout optimizeCompare from the header (has no external references)
10752
10753         * /src/SDCCast.c: made one more function "static"
10754
10755 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10756
10757         * src/z80/mappings.i: Added z80asm support.
10758
10759         * src/z80/main.c: Added z80asm support on --asm=z80asm
10760
10761         * src/z80/gen.c: Fixed asm portability issues.
10762
10763         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10764
10765         * src/SDCCglue.c (printExterns): Added global/extern split.
10766
10767 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10768
10769         * support/regression/Makefile: added test for mcs51 model large
10770
10771         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10772
10773         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10774
10775 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10776
10777         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10778
10779 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10780
10781         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10782
10783         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10784
10785 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10786
10787         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10788
10789         * support/regression/tests/simplefloat.c: Port to mcs51.
10790
10791 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10792         * support/regression/tests/bug-485362.c: Added.
10793
10794         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10795
10796         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10797
10798         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10799
10800         * src/z80/gen.c (aopDump): Added a dump function.
10801
10802 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10803         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10804
10805         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10806
10807         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10808
10809         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10810
10811         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10812
10813         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10814
10815         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10816
10817         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10818
10819         * support/regression/ports/ds390/support.c: Use tinibios.
10820
10821         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10822
10823 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10824
10825         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10826         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10827
10828         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10829
10830         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10831
10832 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10833
10834         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10835
10836         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10837         (packRegsForIYUse): Created and optimised.
10838
10839 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10840
10841         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10842 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10843
10844         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10845
10846         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10847
10848         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10849
10850 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10851
10852         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10853
10854         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10855
10856 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10857
10858         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10859
10860         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10861
10862         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10863
10864 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10865
10866         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10867         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10868         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10869
10870         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10871
10872         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10873         (genNotFloat): Added.
10874         (genUminusFloat): Added.
10875
10876         * device/lib/z80/Makefile: Added floating pt stubs.
10877
10878         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10879
10880         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10881
10882         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10883
10884 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10885
10886         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10887
10888         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10889
10890         * sdcc/support/regression/Makefile: Add port ds390.
10891
10892         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10893
10894         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10895
10896         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10897
10898         * sdcc/support/regression/ports/ds390/support.c: Added.
10899
10900         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10901
10902         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10903
10904         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10905
10906 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10907
10908         * device/include/malloc.h: Added z80 and gbz80 support.
10909
10910         * device/lib/gbz80/heap.s: Added.
10911
10912         * device/lib/z80/heap.s: Added.
10913
10914         * device/lib/malloc.c: Added z80 and gbz80 support.
10915
10916         * support/regression/tests/malloc.c (testMalloc): Added.
10917
10918         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10919
10920         * support/regression/tests/bug-478094.c: Added.
10921
10922         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10923
10924 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10925
10926         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10927
10928         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10929
10930         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10931
10932         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10933
10934         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10935
10936 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10937
10938         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10939
10940 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10941
10942         * support/regression/tests/bug-477927.c: Added.
10943
10944         * src/z80/peeph.def: Added minor rules.
10945
10946         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10947
10948         * src/z80/peeph.def: Added jump optimisation modification.
10949
10950 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10951
10952         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10953
10954 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10955
10956         * support/regression/tests/funptrs.c: Added.
10957
10958 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10959
10960         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10961
10962 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10963
10964         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10965
10966         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10967
10968         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10969         (movLeft2ResultLong): Created.
10970
10971         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10972         (joinPushes): Added.  Joins two char pushes into a word push.
10973
10974 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10975
10976         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10977
10978         * support/makebin/Makefile (install): Added creation of dest dir.
10979
10980 2001-10-24 Karl Bongers <karl AT turbobit.com>
10981
10982         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10983
10984 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10985
10986         * src/z80/ralloc.c: Turned off faulty pack for one use.
10987
10988         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10989
10990         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10991
10992 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10993
10994         * support/regression/Makefile: Improved clean
10995
10996         * support/regression/ports/gbz80/spec.mk: Added clean
10997
10998         * support/regression/ports/host/spec.mk: Added clean
10999
11000         * support/regression/ports/z80/spec.mk: Added clean
11001
11002         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11003
11004         * support/regression/ports/mcs51/timeout.c: little improvements
11005
11006 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11007
11008         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11009
11010         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11011
11012         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11013
11014 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11015
11016         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11017
11018         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11019
11020 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11021         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11022
11023         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11024
11025         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11026
11027         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11028
11029         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11030
11031         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11032
11033         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11034
11035         * support/regression/tests/longor.c: Added.
11036
11037 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11038
11039         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11040
11041         * as/mcs51/aslink.h: define PATH_MAX
11042
11043         * as/mcs51/asm.h: define PATH_MAX
11044
11045         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11046
11047         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11048
11049         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11050
11051         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11052
11053         * src/SDCCglobl.h: define PATH_MAX
11054
11055         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11056
11057         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11058
11059 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11060
11061         * src/z80/gen.c (gencjneshort): Fixed
11062
11063         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11064
11065 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11066
11067         * support/regression/tests/bug-469671.c: Added.
11068
11069         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11070
11071 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11072
11073         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11074
11075         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11076
11077 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11078
11079         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11080
11081         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11082
11083         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11084
11085         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11086
11087         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11088
11089         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11090
11091         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11092
11093 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11094
11095         * 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.
11096
11097         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11098
11099         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11100
11101 2001-10-07    <johan AT FRIJA>
11102
11103         * device/lib/gets.c (gets): fixed the return value.
11104
11105 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11106         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11107
11108         * 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.
11109
11110         * 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.
11111
11112         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11113
11114         * src/pic/gen.c: Removed Safe_strdup.
11115
11116         * configure.in: Added option to enable libgc support.
11117
11118         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11119         (bitVectUnion): Optimised.
11120         (bitVectIntersect): Optimised.
11121         (bitVectBitsInCommon): Optimised.
11122         (bitVectCplAnd): Optimised.
11123
11124         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11125
11126 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11127
11128         * src/SDCCmain.c: distinguish between assembler debug and plain options
11129
11130         * src/avr/main.c:   remove standard assembler options
11131
11132         * src/ds390/main.c: remove standard assembler options
11133
11134         * src/mcs51/main.c: remove standard assembler options
11135
11136         * src/port.h: removed "PENDING" comment
11137
11138 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11139
11140         * src/device/lib/_mulint.c  : new, with assember functions
11141
11142         * src/device/lib/_mullong.c : new, with assember functions
11143
11144         * src/device/lib/_divuint.c : with assember functions
11145
11146         * src/device/lib/_divsint.c : with assember functions
11147
11148         * src/device/lib/_divulong.c: with assember functions
11149
11150         * src/device/lib/_divslong.c: with assember functions
11151
11152         * src/device/lib/_moduint.c : with assember functions
11153
11154         * src/device/lib/_modsint.c : with assember functions
11155
11156         * src/device/lib/_modulong.c: with assember functions
11157
11158         * src/device/lib/_modslong.c: with assember functions
11159
11160         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11161
11162         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11163
11164         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11165                                       replaced _mululong.c and _mulslong.c by _mullong.c
11166
11167 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11168
11169         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11170
11171 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11172
11173         * src/SDCCglue.c: test, if win32api is available for MINGW
11174
11175 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11176
11177         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11178         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11179         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11180         * support/regression/ports/host/spec.mk: removed GENERIC
11181         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11182         * support/regression/ports/z80/spec.mk: removed GENERIC
11183
11184 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11185
11186         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11187
11188         * support/regression/tests/bug-467035.c: Created.
11189
11190 2001-10-01    <johan AT FRIJA>
11191
11192         * src/SDCC.y: fixed bug #466586 part 1
11193
11194 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11195
11196         * SDCCicode.c: z80 has no generic pointers
11197         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11198
11199 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11200
11201         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11202
11203 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11204
11205         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11206
11207         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11208
11209 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11210
11211         * configure.in: Fixed up so that ucsim is only configured once.
11212
11213         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11214
11215         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11216         (getPathDifference): As above.
11217
11218         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11219
11220         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11221
11222 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11223         * .version: Updated to 2.3.1
11224
11225         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11226         Added copyright header.
11227
11228         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11229         (assemble): Added support for macro based assembler commands.
11230         (linkEdit): Added support for macro based linker commands.
11231         (preProcess): Changed the pre-processor to use macros.
11232         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11233         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11234
11235         * device/lib/z80/crt0.s: Added module name for debugging.
11236
11237 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11238
11239         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11240
11241         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11242
11243         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11244
11245         * src/Makefile.in: Added SDCCmacro and SDCCutil
11246
11247 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11248
11249         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11250
11251 2001-09-16    <johan AT FRIJA>
11252
11253         * 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.
11254
11255 2001-09-15    <johan AT FRIJA>
11256
11257         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11258         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11259
11260 2001-09-11    <johan AT FRIJA>
11261
11262         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11263
11264 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11265
11266         * support/regression/tests/bug-460444.c: Added test case.
11267
11268         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11269         (genCast): Added justification for all of the asserts.
11270
11271 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11272
11273         * support/regression/support.c: _xdata replaced by xdata
11274
11275         * support/regression/spec.mk: removed _generic
11276
11277 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11278
11279         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11280
11281         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11282         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11283
11284         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11285
11286         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11287
11288         * support/regression/tests/bug-460010.c: Added test case.
11289
11290         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11291
11292 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11293
11294         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11295
11296         * support/regression/testfwk.c: removed workaround for bug #436344
11297
11298         * support/regression/tests/bp.c: use less memory with mcs51
11299
11300         * support/regression/tests/bug-441448.c: use less memory
11301
11302         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11303
11304         * support/regression/collate-results.py: typo
11305
11306 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11307
11308         * support/regression/tests/fetchoverlap.c: Added new test case.
11309
11310         * support/regression/tests/bp.c: Added new test case.
11311
11312         * support/regression/tests/bug-448984.c: Added new test case.
11313
11314         * support/regression/tests/pow2shifts.c: Added new test case.
11315
11316         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11317         (genlshTwo): Fixed right shift for count > 8.
11318
11319         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11320
11321 2001-09-08    <johan AT FRIJA>
11322
11323         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11324
11325 2001-09-07    <johan AT FRIJA>
11326
11327         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11328
11329         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11330
11331 2001-09-06    <johan AT FRIJA>
11332
11333         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11334         * bernhard noted me at this: "() equals to (void)" (1.38)
11335
11336 2001-09-05    <johan AT FRIJA>
11337
11338         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11339
11340 2001-09-04    <johan AT FRIJA>
11341
11342         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11343
11344
11345 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11346
11347         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11348
11349 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11350
11351         * link/z80/aslink.h: Fixed path for PATH_MAX
11352
11353 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11354
11355         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11356
11357         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11358
11359         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11360
11361         * 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.
11362
11363 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11364
11365         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11366         (genCmp): Fixed up genCmp for the GB with longs.
11367
11368         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11369
11370         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11371
11372         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11373
11374         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11375
11376 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11377
11378         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11379
11380 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11381
11382         * 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.
11383
11384         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11385
11386 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11387
11388         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11389
11390         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11391
11392 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11393
11394   * sim/ucsim/configure:    little improvement of Cygwin-detection
11395   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11396   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11397   * support/regression/tests/bug-221100.c: small changes for mcs51
11398   * support/regression/tests/bug-221168.c: small changes for mcs51
11399   * support/regression/tests/bug-227710.c: small changes for mcs51
11400   * support/regression/tests/staticinit.c: small changes for mcs51
11401   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11402   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11403   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11404
11405 $Revision$