baa90c4669e6c1f98300f6ba2b699135231e3f33
[fw/sdcc] / ChangeLog
1 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
2
3         * packihx/,
4         * configure.in,
5         * configure,
6         * sdcc.dsw,
7         * Makefile.bcc,
8         * Makefile.in,
9         * support/packihx/Makefile.in,
10         * support/packihx/clean.mk,
11         * support/packihx/Makefile.bcc,
12         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
13
14 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
15
16         * src/SDCCval.c (valNot): fix for regression test failure
17           of not.c on big endian hosts
18
19 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
20
21         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
22
23 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
24
25         * device/lib/mcs51/Makefile.in: changed string comparison operator
26           to = for POSIX compliance; == is bash extension
27
28 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
29
30         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
31           kosmonaut_pirx
32
33 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
34
35         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
36         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
37         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
38         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
39         bug report #1478657,
40
41 2006-05-05 Borut Razem <borut.razem AT siol.net>
42
43         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
44           making the html
45
46 2006-05-02 Borut Razem <borut.razem AT siol.net>
47
48         * doc/Makefile.in: removed *.ind dependency since there is no rule to
49           create *.ind, which made make to fail if invoked with -j 2
50
51 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
52
53         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
54           Hubert Sack for patch 1479782
55
56 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
57
58         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
59
60 2006-05-01 Raphael Neider <rneider AT web.de>
61
62         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
63           (create_pic): store only prefix-free device name,
64           (init_pic): check for device names with "16" prefix,
65           (list_valid_pics),
66         * src/pic/device.h (struct PIC_device),
67         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
68             stored device name,
69         * device/include/pic/pic12f{635,675,629,683}.h,
70         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
71         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
72         * device/include/pic/pic16f505.h,
73         * device/lib/pic/libdev/pic16f505.c: removed
74         * device/include/pic/pic14devices.txt: added support for pic12f
75             devices, removed unsupported non 16-bit devices
76             [above changes provided by patch from Zik Saleeba]
77         * src/pic/*, src/pic16/*, device/include/pic16/*,
78           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
79
80 2006-05-01 Borut Razem <borut.razem AT siol.net>
81
82         * configure.in, configure, doc/Makefile.in:
83           sync with nightly build makefile - latex, dvipdf and dvips
84           not needed any more
85
86 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
87
88         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
89         in the library source
90
91 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
92
93         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
94
95 2006-04-28 Raphael Neider <rneider AT web.de>
96
97         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
98         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
99           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
100         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
101
102 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
103
104         * device/lib/pic/libdev/Makefile.in,
105         * device/lib/hc08/Makefile.in,
106         * device/lib/gbz80/Makefile.in,
107         * device/lib/z80/Makefile.in,
108         * device/lib/ds390/Makefile.in,
109         * device/lib/ds400/Makefile.in: added srcdir to include search path,
110         thanks to Borut for the bug report
111         * configure.in,
112         * configure: always create doc/Makefile independent from --enable-doc
113         * Makefile.in: always install from directory doc independent from
114         --enable-doc
115         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
116         removed
117         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
118         * doc/Makefile.in: install *.txt if present
119         * device/include/Makefile.in (install): added installation of pic/*.inc
120         and pic/*.txt files again, they were erroneously removed
121
122 2006-04-28 Raphael Neider <rneider AT web.de>
123
124         * src/pic/{gen.c,main.h,pcode.c},
125         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
126             concerning signedness with casts
127
128 2006-04-28 Raphael Neider <rneider AT web.de>
129
130         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
131             definition of an interrupt handler,
132         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
133             interrupt handler stuff from picglue() to separate routine,
134           (picglue): enabled definition of intr handlers in files w/o main()
135
136 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
137
138         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
139           compilation with MSVC 2005 Express Edition (VC8)
140
141 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
142
143         * device/lib/Makefile: fixed build of gbz80 lib
144
145 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
146
147         * support/regression/tests/bug-460010.c,
148         * support/regression/tests/bug-524691.c,
149         * support/regression/tests/bug-716242.c: removed conditional defines
150           that are already in testfwk.h
151
152 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
153
154         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
155           (AccAXRsh1): added, shift right by 1,
156           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
157            AccAXLrl1
158         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
159
160 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
161
162         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
163         remove cast to same type
164         * src/SDCCast.c (decorateType): fix for RFE 1475742,
165         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
166         * as/z80/Makefile,
167         * link/z80/Makefile: removed, they have moved to
168         Makefile.in files
169         * configure,
170         * configure.in: replaced duplicate message about ucsim by missing sdcpp
171         * install-sh: fix bug #1204398 by setting umask 0022
172         * device/lib/Makefile: separate build of z80 and gbz80 lib
173
174 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
175
176         Enabled VPATH feature: changed nearly all Makefiles (149 files).
177         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
178
179         One basic decision: e.g. src/clean.mk includes further files. In order
180         to make this work there are two solutions:
181         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
182           run configure on them. This way they can use
183           'include $(srcdir)/port-clean.mk'
184         - always include clean.mk by the Makefile at the same level. To avoid
185           that `make clean` tries to include and build Makefile.dep the
186           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
187           implemented, because now even `make uninstall` doesn't create
188           Makefile.in. clean.mk could be eliminated by pasting it in
189           Makefile.in.
190
191         * debugger/mcs51/Makefile.in: build own objects from library sources
192         (SLIB, SDCC) in current directory
193
194         * configure, configure.in: renamed --disable-device-lib-build in
195         --disable-device-lib; added --enable-doc, the required tools are
196         searched by configure; added result message; the toolchain for the
197         belonging ports are now only built, if the port is enabled.
198
199         * support/regression/*: all output is written in directory gen, because
200         the fwk and ports directories don't livet in the build tree using vpath
201
202         * doc/sdccman.lyx: renamed --disable-device-lib-build to
203         --disable-device-lib, added --enable-doc, added section VPATH
204
205         * sim/ucsim/configure.in,
206         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
207         z80 are enabled by default
208
209 2006-04-24 Raphael Neider <rneider AT web.de>
210
211         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
212             to config word, "pic14_"-prefixed some extern functions
213           (pic14_emitConfigWord): emit __config directive(s) if assignment to
214             config word has been found
215         * src/pic/device.h: added prototypes
216         * src/pic/pcode.c: added "pic14_"-prefix where needed
217         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
218             fixup
219         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
220             words,
221           (pic14emitRegularMap): ignore config words,
222           (pic14createInterruptVect): moved generating __config directives away
223           (picglue): have __config directives emitted
224
225 2006-04-24 Borut Razem <borut.razem AT siol.net>
226
227         * doc/Makefile: sync with nightly build makefile
228
229 2006-04-24 Raphael Neider <rneider AT web.de>
230
231         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
232             registers that have not been assigned proper liveranges,
233             fixes #1469504 and #1474602,
234           (pCodeRegOptimizeRegUsage): fixed typo in comment
235
236 2006-04-24 Borut Razem <borut.razem AT siol.net>
237
238         * device/examples/main8051.c: deleted - it was removed from CVS
239           24.mar.2000 and after that modified 18.feb.2001, so it reappered
240           after the transition to Subversion
241         * src/SDCCalloc.h: deleted - it was removed  from CVS
242           3.feb.2001 and after that modified 18.feb.2001, so it reappered
243           after the transition to Subversion
244         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
245           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
246           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
247           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
248
249 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
250
251         * as/asx8051.dsp: added mcs51/strcmpi.h
252         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
253         * as/hc08/aslink.h: updated lnksect prototype
254         * as/hc08/asm.h,
255         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
256         * as/hc08/asmain.c,
257         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
258           (newdot): handle A_ABS
259         * as/hc08/asout.c,
260         * as/mcs51/asout.c (outarea): output address
261         * as/hc08/lkaomf51.c,
262         * as/mcs51/lkaomf51.c: disabled unused array UsageType
263         * as/hc08/m08pst.c,
264         * as/mcs51/i51pst.c,
265         * as/z80/z80pst.c: "ABS" is not A_OVR
266         * as/hc08/lkarea.c (newarea): read a_addr,
267           (lnkarea): added codemap array, sort absolute areas to the front,
268            combine all GSINITx/GSFINAL,
269           (find_empty_space, allocate_space): new functions,
270           (lnksect): return next address, handle absolute sections
271         * as/mcs51/lkarea.c (newarea): read a_addr,
272           lnksect2 prototype changed,
273           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
274           (find_empty_space, allocate_space): new, factored out of lnksect2,
275           (lnksect2): return next address, handle absolute sections
276         * as/hc08/lkhead.c,
277         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
278         * as/hc08/lklibr.c (addfile, fndsym),
279         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
280           index out of range and detect both '\' and '/'
281         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
282         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
283           regression tests (ds390 cannot return bool yet)
284         * doc/sdccman.lyx: changed version number, document changed --no-peep,
285           document critical interrupts on z80, document changed SDCC define
286         * src/asm.c (_asxxxx_mapping): fixed .org directive,
287           (_a390_mapping): added .org directive
288         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
289           (genMultOneByte): fixed warnings
290         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
291           ones
292         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
293         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
294           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
295         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
296         * src/pic16/main.c: removed newReg prototype
297         * src/pic16/pcode.c,
298         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
299           warnings
300         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
301           ones
302         * src/pic16/ralloc.c
303         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
304           to fix warnings
305         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
306           from short to PIC_OPTYPE
307         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
308         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
309           optype from short to PIC_OPTYPE
310         * src/port.h: made int_size unsigned to fix warnings
311         * src/SDCC.y: fixed warning on MSVC
312         * src/SDCCicode.c (getArraySizePtr): return unsigned int
313         * src/SDCCopt.c (convertToFcall): fixed warnings
314         * src/SDCCsymt.h: removed double prototype for genSymName
315         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
316           offset int to fix warnings
317
318 2006-04-22 Borut Razem <borut.razem AT siol.net>
319
320         * doc/sdccman.lyx, */Makefile, */Makefile.in:
321           references to CVS replaced with Subversion
322
323 2006-04-21 Borut Razem <borut.razem AT siol.net>
324
325         * doc/sdccman.lyx, */Makefile, */Makefile.in:
326           references to CVS replaced with Subversion
327
328 2006-04-19 Borut Razem <borut.razem AT siol.net>
329
330         * src/version.awk: adapted for svn
331         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
332           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
333           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
334           /binutils-avr/etc/*.vi, *.jin: removed all properties
335           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
336
337 2006-04-19 Borut Razem <borut.razem AT siol.net>
338
339         * CVS to Subversion migration completed
340
341 2006-04-18 Borut Razem <borut.razem AT siol.net>
342
343         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
344           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
345
346 2006-04-17 Borut Razem <borut.razem AT siol.net>
347
348         * device/include/Makefile.in: added pic/*.inc to the installation
349
350 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
351
352         * support/regression/collate-results.py: fixed output in case of
353         a valdiag error
354         * support/regression/generate-cases.py: fixed splitting of pathnames
355         with dots
356         * as/hc08/lklibr.c (addfile),
357         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
358
359 2006-04-11 Raphael Neider <rneider AT web.de>
360
361         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
362         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
363         * src/pic16/pcode.c (assignValnums): fixed #1460578
364
365 2006-04-11 Raphael Neider <rneider AT web.de>
366
367         * device/lib/pic/libdev/*.c,
368         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
369           fixes #1468739, enables compilation in --std-c99 mode
370         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
371
372 2006-04-11 Raphael Neider <rneider AT web.de>
373
374         * src/pic/device.c (find_device): removed debug output
375           (list_valid_pics): enabled verbose listing of supported devices
376         * device/include/stdbool.h: define bool as char for pic14/16 as well
377
378 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
379
380         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
381
382 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
383
384         * .version: bumped version to 2.5.6
385         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
386
387 2006-04-06 Raphael Neider <rneider AT web.de>
388
389         * .version: bumped version to 2.5.6 (pic14 ABI changed)
390         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
391         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
392           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
393             pic14_constructAbsMap
394           (pic14printPublics): declare absolute global symbols as global
395           (pic14createInterruptVect),
396         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
397           (newReg): assume new registers unused, use correct name in
398             hashtable (reg->name instead of name), more debugLog output
399         * src/pic/device.h (PIC_device): added fields for verbose output
400         * src/pic/device.c: moved device definition to pic14devices.txt,
401             added routines for runtime parsing of pic14devices.txt,
402             added support for second config word
403         * src/pic/main.c (_process_pragma): removed #pragma maxram,
404           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
405           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
406           (_pic14_parseOptions): moved pCodeInitRegisters here
407           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
408         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
409           (pCodeInitRegisters): rewrapped comments, perpared new approach to
410             handling the pseudo stack
411         * device/lib/Makefile.in: ignore failures in objects-pic16,
412         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
413         * device/lib/pic/NEWS: document new dependency on picXXX.lib
414         * device/lib/pic/Makefile.subdir,
415         * device/lib/pic16/Makefile.subdir: improved clean rules
416         * device/lib/pic/libdev/: NEW, pic14 device libraries
417         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
418         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
419         * device/include/Makefile.in: create subdir and install pic14 headers
420         * device/include/pic/p16f_common.inc: removed unused declarations
421         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
422             PICs from inc2h.pl v1.6,
423             replaced BIT_AT macros with struct declarations
424         * device/include/pic/pic14devices.txt: definition of supported devices,
425             all above improvements contributed by Zik Saleeba, thanks
426         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
427         * support/scripts/sdcc.nsi: also install pic14 device libraries and
428             headers
429
430 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
431
432         * device/include/mcs51/c8051f410.h: added interrupt numbers,
433         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
434           thanks to Charles Olds
435
436 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
437
438         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
439
440 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
441
442         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
443         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
444         * support/regression/bug1464657.c: added, new test
445
446 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
447
448         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
449           version number
450
451 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
452
453         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
454           --no-peep and --peep-file <file> are used don't use default rules but
455           do use the <file>
456
457 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
458
459         * src/mcs51/gen.c (genCall): fixed bug 1457608
460
461 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
462
463         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
464         changes seem to cause (trigger?) problems with the build system.
465
466 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
467
468         * src/SDCCpeeph.c (operandsLiteral): new, added,
469           (callFuncByName): inserted operandsLiteral
470         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
471
472 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
473
474         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
475         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
476
477 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
478
479         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
480           implemented patch 1120823 Thanks to Willy De la Court (normal
481           interrupts need an interrupt number now if they are made critical),
482           and enabled nesting of critical functions though not for gbz80
483           (genCritical, genEndCritical): added functions
484           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
485         * src/z80/mappings.i: added "ei" to all mappings
486
487 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
488
489         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
490         submitted by the Debian SDCC maintainer Aurelien Jarno:
491         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
492         archive with gcc 4.1 on mips and wrote the patch"
493
494 2006-03-16 Raphael Neider <rneider AT web.de>
495
496         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
497           the left operand is shorter than the result (c* = lit-c* + int),
498           fixes bug #1450796
499         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
500           OP_SYMBOL
501
502 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
503
504         * src/.version: increased version number to 2.5.5
505         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
506         linking is done manually in pic16 port's _linkEdit,
507         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
508         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
509         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
510         allocate asmop as AOP_ACC,
511         (aopForRemat): added parameter 'bool result' in function declaration,
512         (pic16_aopGet): return AOP_ACC when accessing WREG,
513         (pic16_popGetTempReg): minor modification,
514         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
515         'pic16_allocWithIdx',
516         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
517         calling function in absolute addresses,
518         (genAssign): take into account AOP_ACC asmop,
519         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
520         * src/pic16/pcoderegs.c: some debug functions and lines added,
521         * src/pic16/ralloc.c (decodeRegType): added but commented out,
522         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
523         register too,
524         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
525         call to allocReg, not by manually allocating a new one,
526         (pic16_assignRegisters): now before going through the register
527         allocating functions mark all registers as free. This eliminates some
528         side effects resulting from peephole parser done earlier in the backbone
529
530 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
531
532         * src/SDCCicode.c (geniCodeLogic),
533         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
534
535 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
536
537         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
538           (genSend): bugfix, do not allocate and free twice,
539           (shiftRLong): handle partially overlapping aops
540         * support/regression/tests/bitopcse.c: fixed warning redefined idata
541
542 2006-03-08 Borut Razem <borut.razem AT siol.net>
543
544         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
545           for pic16
546
547 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
548
549         * support/regression/tests/bug1409955.c: new, added
550         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
551         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
552           (aopForSym, aopOp): increment asmop.allocated if reused,
553           (freeAsmop): decrement asmop.allocated and check for zero instead of
554           using asmop.freed,
555           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
556           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
557            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
558            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
559            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
560            genSignedRightShift, genRightShift, genDataPointerGet,
561            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
562            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
563             in reverse order from allocation,
564           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
565             added swappedLR to keep track
566         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
567           pdata & code for GCC, z80, gbz80 & hc08
568         * support/regression/tests/zeropad.c: moved defines to testfwk.h
569
570 2006-03-08 Raphael Neider <rneider AT web.de>
571
572         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
573
574 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
575
576         * device/include/mcs51/c8051f410.h: new SiLabs mcu
577         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
578         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
579
580 2006-03-06 Borut Razem <borut.razem AT siol.net>
581
582         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
583           made the linker quiet
584
585 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
586
587         * src/pic16/gen.c (genPcall): fixed bug #1443644
588         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
589         which dumps before the function entry point a data byte which represents
590         the number of the local variables used by the specified function, added
591         'xinst' for initial support for Extended Instruction Support,
592         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
593         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
594         port->fun_prefix anymore (may change later),
595         (genFunction, genEndFunction): do not store/restore local registers for
596         _main (this should take care the --main-return command line option in
597         the future),
598         (genOr): removed some legacy pic-port instructions,
599         * src/pic16/genarith.c (genAddLit): re-enabled old code because
600         performing operations with SFR's causes data to be written more than
601         once to each SFR. Perhaps SFRs should be handled in special cases...
602         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
603         pcode.h
604         * src/pic16/main.c (_process_pragma): stack bound checking did not take
605         into account for stack starting position,
606         (struct OPTIONS pic16_optionsTable): added command line argument
607         --extended or -y for Extended Instruction Support,
608         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
609         (deassignLRs): *** perhaps the most important change, old 'for' code
610         (commented out for reference), didn't account for some registers which
611         were left marked 'not free' after a pointer operation. The change
612         reduces register usage a lot in some cases
613
614 2006-03-04 Borut Razem <borut.razem AT siol.net>
615
616         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
617           _clean
618         * support/regression/tests/bug-524697.c: decreased array size for
619           mcs51 to fit into the internal RAM
620         * support/regression/Makefile.in: a little bit more verbose
621
622 2006-03-03 Borut Razem <borut.razem AT siol.net>
623
624         * support/regression/fwk/lib/testfwk.c,
625           support/regression/fwk/include/testfwk.h: introduced function
626           _prints(), nonrecursive _printn(), call _initEmu() from main()
627         * support/regression/ports/gbz80/support.asm,
628           support/regression/ports/ucz80/support.asm,
629           support/regression/ports/z80/support.asm,
630           support/regression/ports/ds390/support.c,
631           support/regression/ports/hc08/support.c,
632           support/regression/ports/host/support.c,
633           support/regression/ports/mcs51/support.c,
634           support/regression/ports/xa51/support.c: added empty _initEmu()
635           function
636         * support/regression/ports/pic16/gpsim.cmd,
637           support/regression/ports/pic16/spec.mk,
638           support/regression/ports/pic16/support.c,
639           support/regression/Makefile.in: added pic16 regression test
640
641 2006-03-01 Raphael Neider <rneider AT web.de>
642
643         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
644           genConstPointerGet): use safe way of generating MOVFF to cover
645             literals as well as registers, fixes bug #1440527
646         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
647             dereference
648           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
649             more correctly, fixes bug #1232186
650           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
651         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
652             gplink guess the correct processor in more cases, applied patch
653             from Till Riedel attached to and fixing bug #1436552
654
655 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
656
657         * support/regression/tests/array.c: added, contains check for #1434401
658         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
659
660 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
661
662         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
663         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
664         * device/include/mcs51/c8051f326.h,
665         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
666         * device/include/mcs51/c8051f000.h,
667         * device/include/mcs51/c8051f018.h,
668         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
669           PCON_IDLE,PCON_STOP and added sfr16 definitions
670
671 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
672
673         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
674           genGetWord): fixed bug 1409955
675
676 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
677
678         * device/include/hc08/mc68hc908gp32.h,
679         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
680
681 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
682
683         * src/SDCCast.c (constExprValue): return NULL if not a value
684         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
685         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
686         * support/regression/tests/bitfields.c: enabled signed bitfield for all
687
688 2006-02-13 Borut Razem <borut.razem AT siol.net>
689
690         * src/regression/ptrarg.c: added, fails due to bug #1430967
691         * src/regression/Makefile: ptrarg.c added, ...
692
693 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
694
695         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
696         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
697
698 2006-02-11 Borut Razem <borut.razem AT siol.net>
699
700         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
701           print "Processor: xxx" message to stdout only if --verbose
702
703 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
704
705         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
706         * support/regression/tests/bug1426356.c: added
707         * support/regression/tests/bitfields.c: removed 2 tests
708
709 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
710
711         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
712         * device/include/mcs51/c8051f330.h,
713         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
714           PCON_IDLE,PCON_STOP and added sfr16 definitions
715         * device/lib/_divsint.c,
716         * device/lib/_divuint.c,
717         * device/lib/_divulong.c,
718         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
719           register bank bug for small stackauto
720
721 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
722
723         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
724
725 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
726
727         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
728         * all.dsp: corrected several bin paths
729         * device/include/mcs51/c8051f120.h,
730         * device/include/mcs51/c8051f300.h,
731         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
732           to PCON_IDLE,PCON_STOP
733         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
734         * device/lib/printf_large.c (output_float): fixed bug 1388703
735         * support/regression/tests/bug1057979.c: added test for bug 1388703
736
737 2006-02-08 Raphael Neider <rneider AT web.de>
738
739         * src/pic/pcode.c (pciTRIS): fixed typo,
740           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
741           (LinkFlow): fixed handling of flows that end in a call,
742           (ReuseReg): perform safety check earlier
743         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
744             to work with flows at the beginning of a pBlock,
745             fixes #1426557 (Symbol not previously defined),
746           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
747             usage information
748           (RemoveUnusedRegisters): update register usage info
749         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
750             created, reuse existing ones instead
751         * src/pic/gen.c (genPcall): fixed #1424719
752
753 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
754
755         * link/z80/lkmain.c,
756         * link/z80/lklex.c,
757         * link/z80/lkdata.c,
758         * link/z80/aslink.h: fixed build on current cygwin:
759         replaced getline() by lk_getline()
760
761 2006-02-01 Borut Razem <borut.razem AT siol.net>
762
763         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
764           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
765           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
766           src/regression/bool1.c, src/regression/bool2.c,
767           src/regression/bool3.c, src/regression/call1.c,
768           src/regression/compare.c, src/regression/compare10.c,
769           src/regression/compare2.c, src/regression/compare3.c,
770           src/regression/compare4.c, src/regression/compare5.c,
771           src/regression/compare6.c, src/regression/compare7.c,
772           src/regression/compare8.c, src/regression/compare9.c,
773           src/regression/configword.c, src/regression/for.c,
774           src/regression/inline.c, src/regression/mult1.c,
775           src/regression/nestfor.c, src/regression/or1.c,
776           src/regression/pointer1.c, src/regression/ptrfunc.c,
777           src/regression/rotate1.c, src/regression/rotate2.c,
778           src/regression/rotate3.c, src/regression/rotate4.c,
779           src/regression/rotate5.c, src/regression/rotate6.c,
780           src/regression/rotate7.c, src/regression/string1.c,
781           src/regression/struct1.c, src/regression/sub.c,
782           src/regression/sub2.c, src/regression/switch1.c,
783           src/regression/while.c, src/regression/xor.c,
784           src/regression/create_stc, src/regression/simulate,
785           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
786           regression tests
787         * src/regression/gpsim_assert.h: added
788
789 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
790
791         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
792         ((void (code *) (void)) 0) ();
793         * as/hc08/aslex.c,
794         * as/hc08/aslink.h,
795         * as/hc08/asm.h,
796         * as/hc08/asmain.c,
797         * as/hc08/lkdata.c,
798         * as/hc08/lklex.c,
799         * as/hc08/lkmain.c,
800         * as/mcs51/aslex.c,
801         * as/mcs51/aslink.h,
802         * as/mcs51/asm.h,
803         * as/mcs51/asmain.c,
804         * as/mcs51/lkdata.c,
805         * as/mcs51/lklex.c,
806         * as/mcs51/lkmain.c,
807         * as/z80/aslex.c,
808         * as/z80/asm.h,
809         * as/z80/asmain.c: fixed build on current cygwin:
810         replaced getline() by as_getline()
811
812 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
813
814         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
815         declarator in the symbol chain
816         * src/SDCCsymt.h,
817         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
818         parameter list for function pointers
819         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
820         * support/regression/tests/bug-716242.c: added
821
822 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
823
824         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
825         offset if possible
826         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
827
828 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
829
830         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
831         inifinitely recurseable, added static
832         * support/regression/tests/bug-1408066.c: added
833
834 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
835
836         * src/SDCCicode.h,
837         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
838         renamed, added possibility to create "postLoopLbl"-labels
839         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
840         newiTempLoopHeaderLabel
841         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
842         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
843         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
844         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
845         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
846         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
847         (basicInduction): fixed bug #136564, made static,
848         (loopInduction): changed parameter of basicInduction, made static,
849         (addPostLoopBlock): added
850         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
851         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
852         findLoopEndSeq
853         * support/regression/tests/bug-136564.c: added
854         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
855         --std-sdcc99 to LIBSDCCFLAGS
856
857 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
858
859         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
860         while loop
861         * support/regression/tests/bug-1406131.c: added
862
863 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
864
865         * src/SDCCast.c (decorateType): fix promotion of unary minus
866         * src/SDCCsymt.c (computeType): beautified
867         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
868         (valUnaryPM, valComplement): fix sign and promotion,
869         (valNot): ANSI: result type is int (SDCC: unsigned char)
870         * support/regression/tests/uminus.c: speedup by removing superflous
871         test case 'int'
872         * support/regression/tests/onebyte.c: added promotion and signedness
873         tests for unary minus
874         * support/regressions/tests/bug-477927.c: disable warning about
875         uninitialized variables
876         * support/regression/tests/not.c: added
877
878 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
879
880         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
881         * src/mcs51/gen.c (gen51Code): show final register usage after
882         fillGaps in asm with --i-code-in-asm
883         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
884         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
885         incUsed, rliveClear, adjustIChain): made static,
886         (setFromRange): excluded because it's unused,
887         (findPrevUseSym, markWholeLoop): added,
888         (findPrevUse): rewritten; fixes bug 895992; now a complete search
889         through all branches of predecessors enables sdcc to emit the warning
890         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
891         (rlivePoint): made static, added parameter emitWarnings which is only
892         true during the first run out of two,
893         (findRecursiveSucc, findRecursivePred): removed,
894         (computeLiveRanges): made static, added parameter emitWarnings,
895         (dumpIcRlive): added for debugging only
896         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
897         removed prototype of setFromRange()
898         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
899         in call of computeLiveRanges()
900         * support/regression/tests/bug-895992.c: added
901         * support/regression/tests/bug-971834.c: added
902         * support/valdiag/tests/bug-895992.c: added
903         * support/valdiag/tests/bug-971834.c: added
904
905 2005-12-18 Raphael Neider <rneider AT web.de>
906
907         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
908           (genUnpackBits): improved code for direct operands,
909           (genPackBits): improved code for literal assignment to bitfields
910             and for direct destination operands (no FSR indirection),
911             prevented redundant AND, fixes #1362800,
912           (AccLsh): added parameter to disable masking of the result
913         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
914           skip instructions with side-effects (like incfsz),
915           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
916         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
917         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
918           fixes #1375263
919
920 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
921
922         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
923         volatile variables as spill location
924
925 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
926
927         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
928         replacing literals
929         * support/regression/tests/bug-1376320.c: added
930
931 2005-12-08 Raphael Neider <rneider AT web.de>
932
933         * src/pic/device.c: renamed is_shared to pic14_is_shared
934         * src/pic/gen.c (genIfx): re-enabled handling of sbits
935         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
936           (is_valid_identifier): added for above workaround
937
938 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
939
940         * device/lib/Makefile.in: fixed to enable port-specific-objects
941         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
942           char, thanks Hubert Sack
943         * doc/sdccman.lyx: documented --xstack-loc,
944           elaborated a bit more on interrupts and pitfalls,
945           removed "setjmp/longjmp unsupported",
946           documented some unsupported C99 features
947         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
948         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
949           if, thanks Hubert Sack
950         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
951         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
952           make make_library
953         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
954           regression tests can report resource usage (rfe 700441)
955         * support/regression/collate-results.py: report resource usage
956         * support/regression/ports/ds390/spec.mk,
957         * support/regression/ports/hc08/spec.mk,
958         * support/regression/ports/mcs51/spec.mk,
959         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
960         * support/regression/ports/ds390/uCsim.cmd,
961         * support/regression/ports/hc08/uCsim.cmd,
962         * support/regression/ports/mcs51/uCsim.cmd,
963         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
964         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
965           library, use the default one
966         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
967           building the library
968
969 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
970
971         * config.dsp: added dependency on .version and configure_vc.awk
972         * device/include/setjmp.h: updated for --stack-auto and --xstack
973         * device/include/mcs51/at89c51snd1c.h: corrected line endings
974         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
975         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
976         * device/lib/libsdcc.lib: added _setjmp
977         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
978           (decorateType): fixed bug 1372851,
979           (optimizeGetHbit): fixed warning
980         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
981           array initialisation
982         * support/regression/tests/bug1057979.c: added test for bug 1358192
983         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
984
985 2005-12-03 Borut Razem <borut.razem AT siol.net>
986
987         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
988           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
989
990 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
991
992         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
993         createIval): implement symbol independant "flexible array member",
994         (createIvalCharPtr): implemented flexible array initialisation with a
995         string
996         * src/SDCCsymt.c (copyStruct): removed,
997         (getSize): fixed misleading comment,
998         (getAllocSize): removed, the additional allocation size is now in
999         sym->flexArrayLength,
1000         (checkStructFlexArray): new, syntax checks for flexible array members,
1001         (compStructSize): added syntax checks for "flexible array members"
1002         (copyStruct): removed,
1003         (copyLinkChain): removed inefficient fix for bug 770487
1004         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1005         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1006         symbol->flexArrayLength
1007         * src/SDCCerr.c,
1008         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1009         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1010         * support/regression/tests/structflexarray.c: added
1011         * support/valdiag/tests/structflexiblearray.c: added
1012
1013 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1014
1015         * src/SDCCast.c (decorateType): fixed bug 1368489
1016         * support/Util/SDCCerr.c,
1017         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1018
1019 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1020
1021         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1022           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1023
1024 2005-11-27 Borut Razem <borut.razem AT siol.net>
1025
1026         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1027           support/cpp2/mkdeps.h: added command line option
1028           -obj-ext=<extension> to SDCPP to define object file externion, used
1029           for generation of make dependencies (-M)
1030         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1031
1032 2005-11-26 Borut Razem <borut.razem AT siol.net>
1033
1034         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1035           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1036           added pic and pic16 libraries
1037
1038 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1039
1040         * device/include/float.h: Corrected typo in prototype of __fsgt
1041
1042 2005-11-25 Borut Razem <borut.razem AT siol.net>
1043
1044         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1045           added creation of model-mcs51-stack-auto libraries
1046
1047 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1048
1049         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1050         and fields-list too
1051         * src/SDCCast.c (createIvalArray): removed obsolete comment
1052
1053 2005-11-24 Borut Razem <borut.razem AT siol.net>
1054
1055         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1056           added missing device/lib/mcs51/crt*.asm sources
1057
1058 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1059
1060         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1061
1062 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1063
1064         * device/lib/_fs2schar.c,
1065         * device/lib/_fs2sint.c,
1066         * device/lib/_fs2slong.c: optimized inline asm
1067
1068 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1069
1070         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1071           Better handling of floats between -1.0 and 0.0.
1072
1073 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1074
1075         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1076           (the missing "if"s prohibited removal of redundant labels)
1077
1078 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1079
1080         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1081           Properly convert floats between -1.0 and 0.0 to long, int, and char
1082           types (max integer value of negative floats tends to zero).
1083         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1084           Removed changes made so to work properly with floats between
1085           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1086           and _fs2char.c
1087
1088 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1089
1090         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1091         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1092         (genCast) cosmetic change
1093         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1094         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1095         from mcs51
1096         * support/regression/tests/bitfields (testSignedBitfields): added
1097
1098 2005-11-18 Borut Razem <borut.razem AT siol.net>
1099
1100         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1101         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1102           introduced SILENT option to make building of pic16 libraries less
1103
1104 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1105
1106         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1107           Now they work properly with floats between -1.0 and 0.0
1108         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1109
1110 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1111
1112         * src/SDCCicode.c (printOperand): added missing else
1113
1114 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1115
1116         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1117         reformatted for better readability
1118         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1119         signed bitfields
1120
1121 2005-11-17 Borut Razem <borut.razem AT siol.net>
1122
1123         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1124           introduced SILENT option to make building of pic16 libraries less
1125           verbose - used for nightly snapshot build
1126         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1127           available on Win32 platforms.
1128         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1129           medium, large, pic and pic16
1130
1131 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1132
1133         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1134           printf("%f"...) sets fraction to zero.
1135
1136 2005-11-16 Raphael Neider <rneider AT web.de>
1137
1138         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1139           fixes #1357221
1140         * src/pic/gen.c (genIfx): implemented for CARRY bit
1141         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1142           to generic pointers, fixes #1357332,
1143           (pic16_movLit2f): NEW,
1144           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1145
1146 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1147
1148         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1149
1150 2005-11-11 Raphael Neider <rneider AT web.de>
1151
1152         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1153         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1154           compute pointer's type from operand,
1155           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1156           improved single bit reads, fixes bug #1353379
1157
1158 2005-11-09 Borut Razem <borut.razem AT siol.net>
1159
1160         * support/scripts/sdcc.nsi: added lib/pic to the package
1161
1162 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1163
1164         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1165
1166 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1167
1168         * support/regression/tests/bug1348008.c: added
1169         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1170         * support/regression/tests/bug1337835.c: updated comment
1171
1172 2005-11-06 Borut Razem <borut.razem AT siol.net>
1173
1174         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1175           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1176           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1177           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1178           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1179           dynamic construction of cl_error_class and derivates - 2.nd try
1180
1181 2005-11-05 Borut Razem <borut.razem AT siol.net>
1182
1183         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1184           bug, which caused Bus Errors on sparc solaris
1185
1186 2005-11-04 Borut Razem <borut.razem AT siol.net>
1187
1188         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1189           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1190           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1191           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1192           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1193           and derivates to resolve the initialization problem on OSX
1194
1195 2005-11-02 Borut Razem <borut.razem AT siol.net>
1196
1197         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1198           corrected typo - #include <winsock2.h>
1199
1200 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1201
1202         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1203           (_asxxxx_mapping): added org directive for future enhancements
1204
1205 2005-11-01 Borut Razem <borut.razem AT siol.net>
1206
1207         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1208           enabled sockets on WIN32
1209         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1210
1211 2005-10-31 Borut Razem <borut.razem AT siol.net>
1212
1213         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1214           WIN32 backslash path delimiters should be escaped when used in C strings
1215         * support/regression/tests/bitfields.c: exclude failing assertions for
1216           __CYGWIN32__ and __MINGW32__ hosts
1217
1218 2005-10-30 Borut Razem <borut.razem AT siol.net>
1219
1220         * src/SDCCutil.c: corrected double comparison typo
1221
1222 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1223
1224         * device/lib/medium/Makefile: added for new memory model medium
1225         * device/include/asm/mcs51/features.h: updated for medium/pdata
1226         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1227           added Multiply & Accumulate sbit's and MAC0_PAGE define
1228         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1229         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1230         * device/lib/_mullong.c: update for medium model
1231         * device/lib/incl.mk: added medium model
1232         * doc/sdccman.lyx: documented medium model
1233         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1234         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1235         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1236         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1237           (allocParms): set SCLS and OCLS to pdata for medium model
1238         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1239           for pdata,
1240           (powof2): return <0 if not power of 2
1241         * src/avr/gen.c (genBitWise): use updated powof2
1242         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1243           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1244           (shiftLLeftOrResult): use B if necessary
1245         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1246         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1247         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1248         * support/regression/Makefile.in: added test-mcs51-medium
1249         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1250
1251 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1252
1253         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1254         specifier unsigned
1255         * device/lib/time.c (mktime): fixed bug 1334315
1256
1257 2005-10-28 Raphael Neider <rneider AT web.de>
1258
1259         * device/include/pic/p16f_common.inc: added common declarations
1260         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1261
1262 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1263
1264         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1265           (aopPutUsesAcc): added to predict accumulator use,
1266           (assignResultValue): save acc if necessary,
1267           (genMinusDec): store result if indirectly addressed,
1268           (genDivOneByte):  save acc if necessary,
1269           (movLeft2Result): bugfix if left already in acc,
1270           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1271             attention to accumulator use (esp. pdata),
1272           (genReceive): receive pdata correctly
1273         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1274         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1275
1276 2005-10-27 Raphael Neider <rneider AT web.de>
1277
1278         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1279
1280 2005-10-27 Raphael Neider <rneider AT web.de>
1281
1282         * .version: changed version to 2.5.4
1283         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1284         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1285           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1286             arithmetics support routines
1287         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1288         * device/lib/Makefile.in: also create installdir for pic
1289
1290         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1291           pic14 port as well
1292         * src/pic/device.c (dump_sfr): rewritten to delegate register
1293           placement to the linker (use `extern sym' rather than sym EQU addr),
1294           (validAddress): fixed to check last specified address
1295         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1296           (popGetLit): truncate literal value to 8 bit,
1297           (popGet): moved assert to more appropriate place
1298           (popGetExternal): create pCode operand from and mark the according
1299             symbol as being `extern'
1300           (popGetAddr): added sanity check on immediate's offset, provide
1301             GPOINTER tag on demand
1302           (aopPut): fixed for immediates,
1303           (mov2w_op): move operand's address or contents to WREG (depending on
1304             operand type), safer variant of mov2w,
1305           (movwf,call_libraryfunc): NEW, handy abbreviations,
1306           (get_argument_pcop,get_return_val_pcop,pass_argument,
1307           get_returnvalue): interface for accessing function parameters and
1308             return values,
1309           (assignResultValuei,genRet): use new parameter/return value interface
1310           (pic14_getDataSize): back to old version handling generic pointers,
1311           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1312             provided implementation and/or fixed old one,
1313           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1314             calls, removed legacy 8051 reference code
1315           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1316           (loadSignToC): NEW, move the operands sign bit to CARRY,
1317           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1318             genRightShiftSigned, accepts negative shift counts,
1319           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1320           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1321             generic pointers, __data pointers and __code pointers,
1322           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1323             and signed bitfields, limit bitfields to 8 bit,
1324           (genDataPointerGet): fixed number of bytes read,
1325           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1326           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1327             pointers to constant data are no longer assumed to point to __code
1328             space, removed invalid pointer types,
1329           (bitpatternFromVal): retrieve the PICs representation of an integer
1330             or float literal,
1331           (genDataPointerSet): fixed assigning to po_immediate operands,
1332           (genGenPointerSet): implemented as library call,
1333           (genIfx): fixed incorrect condition,
1334           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1335             provide GPOINTER tag according to destination's storage class,
1336           (genCast): added code to handle casting to generic pointers, added
1337             sign-/zero extension of the result
1338           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1339         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1340         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1341           extend the result
1342         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1343           address/register resides in the shared banks
1344           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1345             put all variables into separate sections (have the linker arrange
1346             them)
1347           (picglue): put init code and interrupt handlers in separate sections
1348         * src/pic/main.c: added port specific options table, modified to PORT
1349           structure to make GPOINTERs 3 byte, added pic14_options
1350           (_pic14_do_link): private linking routine (update paths to libraries,
1351             add libsdcc.lib by default)
1352         * src/pic/main.h: declare pic14_options
1353         * src/pic/pcode.c: fixed instructions i/o relations,
1354           (RegCond): reverted to correct version,
1355           (newpCodeOpLit): truncate literals to 8 bit,
1356           (genericPrint): added debug output,
1357           (getRegFromInstruction): fixed for various operand types, simplified
1358           (BuildFlow): fixed broken handling of isntructions with labels
1359           (LinkFlow): start at last instruction in flow (skip trailing comments),
1360             pass the flow on to the next instruction after CALL
1361           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1362           (insertPCodeInstruction): fixed inserting after a skip instruction,
1363           (DoBankSelect): fixed for labeled instructions
1364           (OptimizepBlock): honor --nopeep switch
1365           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1366         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1367         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1368           (pCodeOptime2pCodes): allow disabling this optimization via
1369             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1370             but is still buggy), started implementation of a dataflow based
1371             pCode optimization (CSE + dead code elimination)
1372           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1373         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1374           names are independant of the stack location and therefore portable across
1375           devices
1376
1377 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1378
1379         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1380           (selectSpil): fixed bug 1337835 by not spilling bit variables
1381         * support/regression/tests/bug1337835.c: added test for this bug
1382         * src/mcs51/peeph.def: restart after rule 3.c,
1383           addded rules 263.x to optimize loading constants
1384
1385 2005-10-26 Raphael Neider <rneider AT web.de>
1386
1387         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1388         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1389           (genAssign): emit warning when casting literals to generic pointer
1390             type, also applies when taking the address of a fixed variable,
1391           (genCast): improved casting to generic pointers
1392         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1393           extern variables, added verbose error message
1394         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1395
1396 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1397
1398         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1399         carry must be complemented too
1400         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1401         could be emitted by genMinus
1402         * src/SDCCval.c (constVal): fixed bug 1305065
1403
1404 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1405
1406         * src/SDCCast.c (addCast): added promotion for bit variables
1407         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1408         promotion casts + optimisation
1409         (optimizeGetWord): fix warning 'i' might be used uninitialized
1410         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1411         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1412
1413 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1414
1415         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1416         all chars are promoted to int; promotion should be handled in SDCCast.c
1417
1418 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1419
1420         * device/lib/_strcmp.c: Fixed bug 1326457
1421
1422 2005-10-11 Raphael Neider <rneider AT web.de>
1423
1424         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1425         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1426
1427 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1428
1429         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1430         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1431
1432 2005-10-04 Raphael Neider <rneider AT web.de>
1433
1434         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1435           device/lib/pic16/pics.all: added pic18f1320
1436         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1437
1438 2005-09-30 Raphael Neider <rneider AT web.de>
1439
1440         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1441         * src/pic16/devices.inc: NEW, provides device descriptions
1442         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1443
1444 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1445
1446         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1447           GETHBIT
1448
1449 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1450
1451         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1452           documented Any Order Bit, Higher Order Byte and Higher Order Word
1453         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1454         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1455           (optimizeGetAbit): new, to get any bit, not only the high bit,
1456           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1457           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1458           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1459           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1460             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1461             GETABIT, GETBYTE, GETWORD: decorate them,
1462           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1463           (ast_print): added GETABIT, GETBYTE, GETWORD
1464         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1465         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1466           (geniCodeBinary): new generic binary icode,
1467           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1468         * src/port.h: updated comment for PORT.hasExtBitOp
1469         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1470           (genGetByte): new, to get a single byte,
1471           (genGetWord): new, to get a word from a long,
1472           (gen51Code): added GETABIT, GETBYTE, GETWORD
1473         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1474
1475 2005-09-23 Raphael Neider <rneider AT web.de>
1476
1477         * configure.in, configure: have device/lib/pic configured
1478         * device/lib/Makefile.in: added model-pic14
1479         * device/lib/clean.mk: added pic/ to clean rule
1480         * device/lib/pic: added rudimentary pic14 library providing support
1481           functions for multiplication/division/generic pointer access
1482         * src/SDCCopt.c (convilong): mark support functions as extern
1483           for pic14 port as well
1484         * src/pic/gen.c (genMult): added assertions,
1485           (genpic14Code): emit warning on unhandled iCodes
1486         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1487         * src/pic/pcode.c (pCodeOpCopy),
1488         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1489           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1490           SFR_REGISTER}), made safe for future extensions
1491         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1492           instructions even if preceeded by SKIP instructions (also remove
1493           them); removed unused code
1494         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1495           prevents leaving parts of the structure uninitialized after copying
1496
1497 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1498
1499         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1500           ago by me
1501         * support/regression/tests/addsub.c: added test for the bug
1502
1503 2005-09-21 Raphael Neider <rneider AT web.de>
1504
1505         * device/include/pic16/pic18f1220.h,
1506           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1507         * device/lib/pic16/Makefile.rules: added missing opening paren
1508         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1509           are provided in genutils.c,
1510           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1511           operand/result sizes,
1512           (genCmp): assert on NULL pointers first, then check deref'ed values
1513         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1514           result size
1515
1516 2005-09-18 Raphael Neider <rneider AT web.de>
1517
1518         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1519           as these are now unused,
1520           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1521         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1522           local, avoids uninitialized pointer dereference on r->name
1523         * src/pic16/ralloc.c (newReg): fixed indentation
1524
1525 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1526
1527         * src/SDCCval.c (constVal): fixed bug 730366
1528         * support/Util/SDCCerr.c,
1529         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1530
1531 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1532
1533         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1534
1535 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1536
1537         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1538
1539 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1540
1541         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1542           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1543         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1544           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1545         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1546         * packihx/packihx.c (hexDigit): made c unsigned char
1547         * as/mcs51/lklibr.c (fndsym),
1548         * link/z80/lkgb.c (gb),
1549         * link/z80/lklibr.c (fndsym),
1550         * link/z80/lkrloc.c (relr),
1551         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1552         * src/SDCC.lex (checkCurrFile, process_pragma),
1553         * src/SDCCglue.c (spacesToUnderscores),
1554         * src/SDCCmain.c (setParseWithComma, processFile),
1555         * src/asm.c (tvsprintf, printCLine),
1556         * src/avr/gen.c (emitcode, aopPut),
1557         * src/ds390/gen.c (emitcode),
1558         * src/hc08/gen.c (emitcode, emitinline),
1559         * src/mcs51/gen.c (emitcode, genInline),
1560         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1561           tokenizeLineNode),
1562         * src/pic/ralloc.c (debugLog),
1563         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1564           tokenizeLineNode),
1565         * src/pic16/ralloc.c (debugLog),
1566         * src/z80/main.c (_process_pragma):
1567            made all ctype.h function calls safe
1568         * src/SDCCopt.c: include math.h for fabs
1569         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1570           and used them throughout the code to make ctype.h function calls safe
1571         * src/ds390/main.c (asmLineNodeFromLineNode),
1572         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1573         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1574            unsigned char*
1575         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1576           (newpCodeAsmDir): made ctype.h function calls safe
1577         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1578           pic16_emitcode):  made lbp unsigned char*
1579         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1580           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1581         * src/xa51/gen.c (emitcode),
1582         * src/z80/gen.c (_emit2): made lbp unsigned char*
1583         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1584            char*
1585
1586 2005-09-05 Raphael Neider <rneider AT web.de>
1587
1588         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1589           access bank splitpoint
1590
1591 2005-09-05 Raphael Neider <rneider AT web.de>
1592
1593         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1594
1595 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1596
1597         * .version: changed to version 2.5.3
1598         * doc/sdccman.lyx: changed version to 2.5.3,
1599           documented --codeseg and --constseg and pragma codeseg and constseg,
1600           documented bit parameters (reentrant) and bit returning
1601         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1602            currFunc->recvSize, but is this ok for all ports?
1603           (ast2iCode): result of ~ on unsigned char must be cast to int for
1604            bool to work
1605         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1606           function pointers in bit space
1607         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1608           (processFuncArgs): call port.reg_parm() with reentrancy info
1609         * src/port.h,
1610         * src/avr/main.c,
1611         * src/ds390/main.c,
1612         * src/hc08/main.c,
1613         * src/pic/main.c,
1614         * src/pic16/main.c,
1615         * src/xa51/main.c,
1616         * src/z80/main.c: port.reg_parm prototype extended with
1617           "bool reentrant" parameter
1618         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1619           options.stackAuto for allocating bit register parameters
1620         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1621           (genSend): set BitBankUsed if it is,
1622           (selectRegBank): factored out of genCall for use in genPcall,
1623           (genCall): removed redundant dtype assignmen, use selectRegBank,
1624           (genPcall): handle returning in Carry properly, save in F0 if needed,
1625           (genReceive): handle bit register parameters
1626         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1627           (mcs51_assignRegisters): enable bit registers for all reentrant
1628            functions and don't set BitBankUsed unconditionally
1629         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1630         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1631         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1632
1633 2005-08-27 Borut Razem <borut.razem AT siol.net>
1634
1635         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1636         ppc-osx (Darwin) does not support -u option. It seems that it is
1637         supported only on Linux - GNU cp
1638
1639 2005-08-25 Borut Razem <borut.razem AT siol.net>
1640
1641         * sim/ucsim/gui.src/serio.src/Makefile.in,
1642           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1643           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1644           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1645           install and strip, since the strip at /usr/ccs/bin should be used
1646           on solaris
1647
1648 2005-08-24 Borut Razem <borut.razem AT siol.net>
1649
1650         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1651
1652 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1653
1654         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1655         ffffffffu
1656
1657 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1658
1659         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1660         * as/mcs51/lkmain.c (link_main): fixed warning
1661         * device/include/stdbool.h: ds390 has no advanced bit support yet
1662         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1663         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1664         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1665           and updated their macros
1666         * src/SDCCval.c (constVal): updated comment for renamed b_long
1667
1668 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1669
1670         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1671         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1672           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1673           (oprio): set priority for '['
1674         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1675            and adb_24_bit
1676         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1677         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1678         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1679         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1680           added overlayable BIT_BANK area
1681         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1682           (summary2): explain 'T' in legenda
1683         * as/mcs51/lkrloc.c: replaced old K&R style,
1684           (relr): added R_BIT processing,
1685           (errmsg): added "Bit-addressable relocation error",
1686           (adb_bit): added for converting from byte- to bit-addressable space,
1687           (adb_24_bit): added for converting from byte- to bit-addressable space
1688         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1689            used in reentrant functions now even as return value
1690         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1691         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1692           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1693         * src/SDCCglobl.h: added indicator BitBankUsed
1694         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1695            the bit registers b0-b7
1696         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1697           (geniCodeCast): fixed bug 1263853,
1698           (geniCodeLogicAndOr): put result in bool or char,
1699           (geniCodeReceive): added parameter func for accessing the return type,
1700           (geniCodeFunctionBody): pass func to geniCodeReceive
1701         * src/SDCCmain.c: added indicator BitBankUsed
1702         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1703         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1704           (checkSClass): don't put automatic bool/bit on stack,
1705           (checkFunction): removed check on function cannot return bit
1706         * src/SDCCsymt.h: added newBoolLink prototype
1707         * src/mcs51/gen.c (rb1regs): added bit registers,
1708           (movc): created for assigning to carry,
1709           (pushReg, popReg): created for pushing registers,
1710           (sameRegs): check both AOP_REG and AOP_CRY types,
1711           (aopOp): handle bit registers,
1712           (aopPut): optimization no self-assign,
1713           (saveRegisters): push reg->base (bits) only once for bit registers,
1714            and use pushReg,
1715           (unsaveRegisters): pop reg->base only once and use popReg,
1716           (assignResultValue): added parameter func and return in carry for bits,
1717           (genIpush): optimization no reload in A if not changed,
1718           (genSend): bit parameters in reentrant functions are passed in bit
1719            registers by first assigning to bits in B, then save registers and
1720            copy B to bits,
1721           (genCall): handle returning in Carry properly, save it in F0 if needed,
1722           (genPcall): updated assignResultValue call, this is not safe yet for bit
1723            returning function !!!
1724           (genFunction): don't generate equ's for bit registers and use pushReg,
1725           (genEndFunction): take care of bit returning functions and use popReg,
1726           (genRet): return bit in Carry,
1727           (genIfx): optimize bit registers and other directly addressable bits,
1728           (genReceive): updated assignResultValue call
1729         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1730           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1731            registers when using stack-auto
1732         * src/mcs51/ralloc.c (_G): added allBitregs,
1733           (regs8051): added the bit registers,
1734           (createStackSpil): use macro IS_BIT,
1735           (getRegBit): added to allocate a bit register, else spill,
1736           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1737           (updateRegUsage): factored out to ease stepping while debugging,
1738           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1739            also allocate bit registers,
1740           (fillGaps): handle bit registers,
1741           (findAllBitregs): added to create bit vector with all bit registers,
1742           (mcs51_allBitregs): returns this bit vector,
1743           (mcs51_assignRegisters): when using stack-auto use bit registers for
1744            passing parameters and creating local variables
1745         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1746
1747 2005-08-22 Borut Razem <borut.razem AT siol.net>
1748
1749         * device/lib/Makefile.in: replaced find option -or with -o
1750           to make it run on solaris
1751
1752 2005-08-22 Raphael Neider <rneider AT web.de>
1753
1754         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1755           fixes #1265442 (crash on Solaris)
1756
1757 2005-08-20 Borut Razem <borut.razem AT siol.net>
1758
1759         * configure, configure.in: added tests for libsocket and libnsl libraries,
1760           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1761           from support/regression/Makefile.in
1762         * support/regression/Makefile.in: added
1763         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1764         * sim/ucsim/libtool: regenerated on sparc-solaris
1765         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1766           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1767           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1768           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1769           sparc-solaris, which doesn't use GNU ld linker
1770         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1771         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1772
1773 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1774
1775         * src/mcs51/peeph.def: updated comments
1776
1777 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1778
1779         * device/lib/_gptrget.c,
1780         * device/lib/_gptrput.c: slightly shorter
1781         * doc/sdccman.lyx: incremented version
1782         * src/mcs51/peeph.def: moved peephole comments to the line of first
1783           change to better keep line correlation, reanimated 186.e
1784         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1785
1786 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1787
1788         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1789           David Saxton with quotes around file name.
1790
1791 2005-08-15 Borut Razem <borut.razem AT siol.net>
1792
1793         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1794           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1795           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1796           make tests run on x86_64 platform
1797
1798 2005-08-13 Raphael Neider <rneider AT web.de>
1799
1800         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1801           as it might be executed DURING a build (parallel make is wonderful)
1802
1803 2005-08-13 Raphael Neider <rneider AT web.de>
1804
1805         * device/lib/Makefile.in (port-specific-objects-pic16):
1806           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1807         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1808           dependency
1809         * device/lib/pic16/Makefile.rules: build subdirs before creating
1810           the library, removed builddir rule, create $(builddir) early in
1811           recurse rule, use empty recurse rule for leaf directories
1812         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1813           mkdir errors (race condition), removed duplicate suffix "hex"
1814           from clean rules
1815         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1816         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1817           prevents mkdir -p from aborting on Alpha
1818
1819 2005-08-12 Raphael Neider <rneider AT web.de>
1820
1821         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1822           db-statements in order to allow for arrays of pointers in code
1823           sections to be placed without interspersed 0-padding, fixes
1824           bug #1256215
1825         * (emitStatistics): fixed division by zero for pic18f1220
1826         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1827           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1828         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1829         * (pic16_pCodeConstString): keep track of already emitted string
1830           literals to prevent "duplicate definitions of symbol _str_NR"
1831         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1832           debug message
1833         * device/lib/Makefile.in: ignore failing PIC16 library builds
1834         * device/lib/pic16/Makefile: do not build if gputils are missing
1835         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1836
1837 2005-08-10 Raphael Neider <rneider AT web.de>
1838
1839         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1840           my last commit)
1841
1842 2005-08-10 Raphael Neider <rneider AT web.de>
1843
1844         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1845           Rokas' patch to add the new fixed point type "__fixed16x16"
1846         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1847           functions for __fixed16x16 arithmetics
1848         * device/lib/pic16: reimplemented the build system to support
1849           a separate build directory, better handling of libio (create
1850           the library in a separate subdir for each architecture) and
1851           easier configuration (centralized in Makefile.common)
1852
1853 2005-08-07 Raphael Neider <rneider AT web.de>
1854
1855         * src/pic16/gen.c (genrshTwo): fixed sign extension
1856         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1857         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1858           added T0CONbits
1859         * device/include/pic16/pic18f4220.h: NEW, header for
1860           pic18f4220 and pic18f4320
1861         * device/include/pic16/pic18fregs.h: added new devices,
1862           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1863         * device/include/pic16/signal.h: resolved name clashes
1864           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1865           to also allow testing for interrupt enable bits, added
1866           comments on how to use the macros
1867         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1868         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1869           register definitions for the devices
1870         * device/lib/pic16/pics.all: added new devices
1871         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1872           allocated memory
1873         * device/lib/pic16/libc/stdlib/memfree: do not count
1874           the block header as free memory
1875         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1876           simplified and added missing end-of-blocklist-marker
1877           (reported by Peter Onion, fixes #1252814)
1878         * (_mergeHeapBlock): fixed loop condition
1879         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1880           len==0, restructured code
1881         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1882           up a bit, reduced bitfield accesses, prevent endless loops
1883           in case of heap corruption
1884         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1885           "unreferenced arguments/must return a value" warnings
1886         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1887           replaced BAUDREG with SPBRG
1888         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1889           device/lib/pic16/debug/gstack/gstack.c: replaced
1890           _naked, _asm, _endasm with __naked, __asm, __endasm
1891
1892 2005-08-05 Raphael Neider <rneider AT web.de>
1893
1894         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1895           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1896
1897 2005-08-05 Borut Razem <borut.razem AT siol.net>
1898
1899         * device/lib/Makefile.in: added missing ';'
1900         * configure: removed ^M characters
1901
1902 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1903
1904         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1905           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1906           License
1907
1908 2005-08-04 Borut Razem <borut.razem AT siol.net>
1909
1910         * configure.in: pic16 libraries build 2nd try - enable running
1911           configure in device/lib/pic16
1912         * configure: regenerated from configure.in
1913         * device/lib/Makefile.in: create $(PORT)/bin directory
1914
1915 2005-08-03 Raphael Neider <rneider AT web.de>
1916
1917         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1918           to get/set values via pointers
1919         * (genUnpackBits,genPackBits): changed detection of
1920           ptr->bitfield vs. sym.bitfield, fixed access via generic
1921           pointers, removed dead (wrong) code for multibyte bitfields
1922         * (genNearPointerGet, genGenPointerGet): removed useless code,
1923           fixed bitfield detection, fixes #1250594
1924         * (genNearPointerSet): removed useless code
1925         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1926           and introduced macro pic16_emitpcode that conditionally emits
1927           the origin of the following pCode (useful for debugging SDCC)
1928         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1929         * (createDefmap): fixed handling of LFSR for --optimize-df
1930
1931 2005-08-02 Borut Razem <borut.razem AT siol.net>
1932
1933         * device/lib/Makefile.in: pic16 libraries build enabled since
1934           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1935
1936 2005-08-02 Raphael Neider <rneider AT web.de>
1937
1938         * src/pic16/gen.c (genPackBits): removed deprecated warning
1939         * (genGenPointerSet): fixed bitfield detection
1940
1941 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1942
1943         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1944
1945 2005-07-31 Raphael Neider <rneider AT web.de>
1946
1947         * device/lib/pic16/libdev/pic18f458.c,
1948           device/include/pic16/pic18f458.h: added missing T0CONbits
1949
1950 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1951
1952         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1953
1954 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1955
1956         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1957
1958 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1959
1960         * device/include/mcs51/at89c51ed2.h: added.
1961
1962 2005-07-23 Raphael Neider <rneider AT web.de>
1963
1964         * src/pic/gen.h: added emitpcode macro for debugging
1965         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1966           and replace by macro adding debug information on demand
1967         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1968         * (gencjne): tried to fix; replaced with correct (slower) code
1969         * (gen{Unp,P}ackBits): fixed single bit access
1970         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1971         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1972           previous instruction
1973         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1974           register has to be handled with care (forbidding movement
1975           of assignments/uses, removing assignments completely, ...)
1976         * (pCodeOptime2pCodes): make use of regIsSpecial
1977         * added lots of debugging output (commented out)
1978         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1979           from being reused as result UNLESS it is known to work
1980
1981 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1982
1983         * support/Util/dbuf.h: include <stddef.h> for size_t
1984         * .version: changed to version 2.5.2
1985
1986 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1987
1988         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1989
1990 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1991
1992         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1993           (genModOneByte): removed needless psha/pula
1994
1995 2005-07-22 Raphael Neider <rneider AT web.de>
1996
1997         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1998           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1999         * src/pic/gen.c (resolveIfx): do not "invent" labels
2000         * (genSkipc): changed to positive logic
2001         * (genSkipCond): removed as no longer needed
2002         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2003           backport from PIC16
2004         * (genLeftShift): check operands are in different registers
2005         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2006           INCF does not update CARRY...
2007         * src/pic/main.c: fixed _linkCmd
2008         * src/pic/pcode.c (unlinkpCode): added inactive code
2009         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2010           alive (do not assign result and operand overlapping registers)
2011
2012 2005-07-22 Raphael Neider <rneider AT web.de>
2013
2014         * src/pic/device.c (dump_sfr): replaced register declaration with
2015           call to emitSymbolToFile() to avoid duplicate symbols
2016         * (assignRelocatableRegisters): do not declare external symbols
2017         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2018           right (take size of type, not etype)
2019         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2020         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2021         * (packRegsForAccUse): disabled assignment of WREG as
2022           the result reg to prevent occurence of just fixed #1235003,
2023           fixes #1242954
2024         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2025           symbols (avoids duplicate symbols in .asm file)
2026         * (pic14emitRegularMap): use emitSymbolToFile()
2027         * src/pic/gen.c (aopOp): fixed spillLocation handling
2028         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2029         * (genDataPointerSet): removed unneccessary variables/output
2030
2031 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2032
2033         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2034         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2035
2036 2005-07-21 Raphael Neider <rneider AT web.de>
2037
2038         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2039           architecture cannot handle them efficiently, fixes bug #1235003
2040         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2041           check for empty sets before using them (fixes bug #1232190)
2042
2043 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2044
2045         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2046           (lnksect2): generate warnings for memory overlap
2047         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2048           constseg to set the name of these segments so you can instruct the linker
2049           to place them in banks
2050         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2051         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2052           added code_seg and const_seg to options
2053         * src/SDCCglue.c (emitMaps): use options.const_seg,
2054           (createInterruptVect): put interrupt vectors in segment HOME,
2055           (glue): put HOME before static segment and put the main glue in HOME,
2056           (glue): use options.code_seg
2057         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2058         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2059           these segments so you can instruct the linker to place them in banks
2060           (linkEdit): use code_loc for HOME segment which should be the first
2061           segment in code memory now
2062         * src/SDCCmem.c: fixed more stuff like bug 1238386
2063         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2064           (changePointer): don't change function pointers to code pointers for
2065           banked functions,
2066           (compareType): added exceptional check for banked function pointers
2067         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2068         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2069           after static in code memory
2070         * src/mcs51/gen.c: added aopLiteralLong prototype,
2071           (aopForSym): use getSize for functions,
2072           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2073           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2074           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2075           the segment,
2076           (genPcall): use call for literal function pointers and generate banked
2077           calls over the one trampoline so there's only one place for the user to
2078           modify according to his/hers hardware,
2079           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2080           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2081         * src/mcs51/main.c: added keyword banked,
2082           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2083         * support/Util/SDCCerr.c,
2084         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2085           needed for passing the bank and address to the trampoline
2086         * device/lib/mcs51/crtbank.asm: added for bankswitching
2087         * device/lib/mcs51/Makefile: added crtbank
2088
2089 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2090
2091         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2092           for fields at offset 0 of a struct or union as reported
2093           on 2005-07-07 in the developer mailing list.
2094
2095 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2096
2097         * src/SDCCmem.c: fixed bug 1238386
2098
2099 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2100
2101         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2102           (patch #1144962), added peephole 300, enabled 259.x
2103         * doc/sdccman.lyx: removed screenshot and provided link instead
2104
2105 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2106
2107         * doc/sdccman.lyx: added section about debugging with ddd
2108         * doc/figures/ddd_example.eps: screenshot of debugging session
2109
2110 2005-07-04 Raphael Neider <rneider AT web.de>
2111
2112         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2113           like CODE pointers, fixes #1115683
2114         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2115           call, fixes bugs #1232211, #1228110,
2116           fixed wrong casts to pCodeFlow from pCodeInstructions
2117
2118 2005-07-04 Raphael Neider <rneider AT web.de>
2119
2120         * src/pic/gen.c (popGet): changed assert to allow for
2121           bit operands
2122         * (popGetAddr): changed signature to provide
2123           an additional index, patched all call sites
2124         * (genCmpEq): handle literal-like operands correctly
2125         * (genAddrOf): added sanity checks on __code/__data pointers
2126         * (genAssign): added handling of symbols from __code section
2127         * (gencjne): do not generate code for comparisons whose result
2128           is neither stored nor used, fixes bug #1171114
2129         * (AccLsh, AccRsh): operate on operand instead of WREG
2130         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2131           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2132           by known count
2133         * rewrote complete shift-by-literal logic, commented unused
2134           functions out
2135         * (genConstPointerGet): get multiple bytes (if result size > 1),
2136           fixed handling of non-immediate addresses
2137         * (genPointerGet): handle CODE pointers like CONST pointers
2138         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2139         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2140           operand is to be treated as a literal or not
2141         * (mov2w,genPcall,genCmpEq),
2142           src/pic/genarith.c: use aop_isLitLike() to decide between
2143           literal/register contents
2144         * (addSign): added missing offset
2145         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2146           only emit comment in debug-mode,
2147           use {aop,op}_isLitLike throughout the file
2148         * src/pic/glue.c: fix initializers for pointers (work in progress)
2149         * src/pic/pcode.c (get_op): honor index on _const symbols
2150         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2151         * (dumppBlock): added pCode size estimation
2152         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2153           check for IS_SYMOP before OP_SYMBOL'ing
2154         * fixed indentation, compacted switch-statements
2155         * (allocReg): find free register and allocate it instead of
2156           allocating new registers all the time
2157         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2158           registers as its operands (necessary only for multibyte GETs)
2159
2160 2005-07-01 Raphael Neider <rneider AT web.de>
2161
2162         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2163           debugging .asm-output macros FENTRY + FEXIT
2164         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2165           way... I wonder...
2166         * (emitpComment): NEW, printf to pCode
2167         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2168           offset handling
2169         * (popGetAddr): NEW, variant of popGet to access an immediates
2170           high(er) bytes instead of the n'th byte of memory they reference,
2171           replaced popGet with popGetAddr where neccessary
2172         * (genDataPointerGet): reactivated and fixed implementation
2173         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2174           accesses
2175         * (genDataPointerSet): fixed multibyte assignments
2176         * (genpic14Code): fixed --i-code-in-asm handling
2177         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2178         * (genPlus): fixed index-out-of-bounds error
2179         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2180         * src/pic/ralloc.c: added debugging output macro FENTRY2
2181         * (spillThis): fixed indentation, enbraced for-body for clarity
2182         * (rematStr): commented out as now unused
2183         * (regTypeNum): commented out special spill case (overwrites
2184           arbitrary values)
2185         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2186
2187 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2188
2189         * doc/sdccman.lyx: documented sfr16/sfr32,
2190           added example for using storage class with function pointers
2191         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2192
2193 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2194
2195         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2196         * device/lib/_itoa.c,
2197         * device/lib/_ltoa.c: optimized codesize
2198         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2199           but don't know how to suppress the double warning.
2200         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2201         * support/Util/SDCCerr.c,
2202         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2203
2204 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2205
2206         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2207           fixed old K&R prototypes
2208         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2209         * device/lib/_gptrget.c,
2210         * device/lib/_gptrgetc.c,
2211         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2212           also new versions for small generic pointers and banked generic pointers
2213         * src/port.h: added const_name
2214         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2215         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2216         * src/SDCCcse.c (findPrevIc): check all associative operators
2217         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2218         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2219         * src/SDCCmem.c: updated comments,
2220           set far-space to 0 for pdata, results in optimized code
2221         * src/SDCCmem.h: added macro CONST_NAME
2222         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2223           moving the info into the highest bits, see also gptrget/gptrput
2224         * src/src.dsp: added sdcc.ico to project files
2225         * src/avr/gen.c (genCast): fixed bug 0x%d
2226         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2227         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2228           relation between ptr_type and DCL_TYPE,
2229           (genCast): fixed bug 0x%d
2230         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2231           (CODE)" for const_name
2232         * src/hc08/gen.c (genCast): fixed bug 0x%d
2233         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2234           (hc08_port): added "CONST (CODE)" for const_name
2235         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2236           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2237           between ptr_type and DCL_TYPE,
2238           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2239           operand* and took AOP() inside function so sfr-ness can be checked,
2240           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2241           new prototype,
2242           (genFunction, genEndFunction): optimized stack setup,
2243           (genMinus): optimized for literals with ending zeroes (in bytes),
2244           (genCast): fixed bug 0x%d
2245         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2246           (mcs51_port): added "CONST (CODE)" for const_name
2247         * src/mcs51/peeph.def: made rule 226 more generic
2248         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2249         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2250         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2251         * src/z80/main.c (z80_port): added NULL for const_name,
2252           (gbz80_port): added NULL for const_name
2253         * support/regression/tests/bug663539.c,
2254         * support/regression/tests/sfr16.c: new tests
2255
2256 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2257
2258         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2259
2260 2005-06-24 Raphael Neider <rneider AT web.de>
2261
2262         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2263           corrected typos...
2264         * device/include/pic16/signal.h: added USBIF
2265           and SIG_USB
2266
2267 2005-06-24 Raphael Neider <rneider AT web.de>
2268
2269         * device/lib/pic16/libdev/pic18f2455.c,
2270           device/include/pic16/pic18f2455.h: NEW
2271         * device/include/pic16/pic18fregs.h,
2272           device/lib/pic16/pics.all,
2273           src/pic16/device.c: added 18f2455
2274         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2275           device/include/pic16/{pic18f[68][567].h,usart.h}:
2276           replaced MULTIPLE_USARTS define with more relaible
2277           compatibility sfrs (for USART access)
2278
2279 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2280
2281         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2282           and the output asm file line is printed on two lines.
2283
2284 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2285
2286         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2287           BGT, BLE, BHI, and BLS instructions
2288         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2289           genCmpEq): removed
2290         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2291           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2292           fixes bug #1216342
2293         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2294
2295 2005-06-15 Raphael Neider <rneider AT web.de>
2296
2297         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2298         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2299         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2300           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2301           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2302
2303 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2304
2305         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2306           Marcel Telka in bug #1215704
2307
2308 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2309
2310         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2311           located in shared memory bank.
2312
2313 2005-05-31 Raphael Neider <rneider AT web.de>
2314
2315         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2316           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2317           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2318
2319 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2320
2321         * device/lib/_strncpy.c: fixed the fix
2322
2323 2005-05-26 Raphael Neider <rneider AT web.de>
2324
2325         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2326           initializers with \0, bug #1208187
2327         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2328           intializers with \0, bug #1208187
2329
2330 2005-05-26 Raphael Neider <rneider AT web.de>
2331
2332         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2333           initializers with \0, bug #1208187
2334         * src/pic16/main.c (_process_pragma): added sanity checks
2335           for stack position and size, emit warnings when appropriate
2336
2337 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2338
2339         * device/lib/_strncpy.c: fixed not filling with \0
2340
2341 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2342
2343         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2344           createFunction),
2345         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2346           compound_statement),
2347         * src/SDCCsymt.h,
2348         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2349
2350 2005-05-24 Raphael Neider <rneider AT web.de>
2351
2352         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2353
2354 2005-05-24 Raphael Neider <rneider AT web.de>
2355
2356         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2357           TRISE definitions, closes bug #1162453
2358
2359 2005-05-22 Raphael Neider <rneider AT web.de>
2360
2361         * src/pic16/main.c (_process_pragma): check for missing
2362           arguments to pragmas code and udata
2363         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2364           consistency fixes to match other headers (thanks to Jim Paris)
2365         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2366
2367 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2368
2369         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2370
2371 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2372
2373         * support/regression/tests/bug1198642.c: new test
2374         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2375         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2376         * support/scripts/resource.h,
2377         * support/scripts/resource.rc,
2378         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2379         * support/scripts/sdcc.ico: added 32x32 icon
2380
2381 2005-05-18 Raphael Neider <rneider AT web.de>
2382
2383         * device/lib/pic16/libdev/pic18f*.c,
2384         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2385           keywords to "__sfr" and "__at (X)"
2386         * device/include/pic16/pic18fregs.h: added pic18f4520
2387         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2388           #1203088 (MPLAB compatibility)
2389
2390 2005-05-17 Raphael Neider <rneider AT web.de>
2391
2392         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2393         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2394         * device/lib/pic16/pics.all: added new devices
2395         * src/pic16/device.c: added support for pic18f4520
2396
2397 2005-05-16 Raphael Neider <rneider AT web.de>
2398         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2399         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2400         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2401           convenience function for bit access
2402
2403 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2404
2405         * device/lib/printf_large.c: fixed bug 1193299
2406         * support/regression/tests/bug1057979.c: added test %3.3s
2407
2408 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2409
2410         * device/include/mcs51/8051.h,
2411         * device/include/mcs51/8052.h: made parseable with lint
2412         * device/include/mcs51/lint.h: added include file for (sp)lint
2413         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2414         * doc/cdbfileformat.lyx,
2415         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2416
2417 2005-05-14 Raphael Neider <rneider AT web.de>
2418
2419         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2420         * device/lib/pic16/libc/stdlib/itoa.c (new)
2421         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2422         * device/lib/pic16/libio/Makefile: exclude subdir according to
2423           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2424         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2425         * src/pic16/gen.c (genFunction): prevent annoying warning
2426         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2427           nameclashes on BeOS
2428         * support/cpp2/cppmain.c (cpp_output_string): new
2429         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2430           fixes bug 1116802
2431
2432 2005-05-13 Borut Razem <borut.razem AT siol.net>
2433
2434         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2435
2436 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2437
2438         * .version: changed to version 2.5.1; back to bleeding edge development
2439
2440 2005-05-11 Borut Razem <borut.razem AT siol.net>
2441
2442         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2443           generate PDF version 1.3 documents
2444
2445 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2446
2447         * .version: changed to version 2.5.0
2448
2449 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2450
2451         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2452
2453 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2454
2455         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2456         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2457         well as many smaller updates.
2458         * .version: changed to version 2.5.0-pre1
2459
2460 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2461
2462         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2463
2464 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2465
2466         * support/regression/tests/bug1185672.c: added
2467         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2468           bug 1185672
2469         * src/mcs51/gen.c (genCall): added comments, made it look safer
2470         * src/mcs51/gen.c (genEndFunction): simplified
2471
2472 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2473
2474         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2475
2476 2005-04-14 Borut Razem <borut.razem AT siol.net>
2477
2478         * fixed bug 1045046 - SIGSEGV with really simple code?:
2479           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2480           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2481
2482 2005-04-14 Borut Razem <borut.razem AT siol.net>
2483
2484         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2485           src/pic16/device.h: temporarily disabled experimental #inline pragma
2486           for 2.5.0 release
2487
2488 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2489
2490         * device/include/z80/stdio.h,
2491         * device/include/z80/string.h: removed these highly incomplete files so
2492           SDCC can use the default ones in device/include/
2493
2494 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2495
2496         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2497         gcc warning.
2498         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2499         fix sdcpp warnings.
2500
2501 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2502
2503         * device/include/malloc.h: removed redundant __reentrant prototypes
2504         * device/lib/_mullong.c: added working xstack variant in asm (C version
2505           doesn't pass regression tests)
2506         * device/lib/bpx.c: used __data and made bpx char for mcs51
2507         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2508           (createFunction): fixed bug with xstackPtr
2509         * src/SDCCcse.c: corrected comments
2510         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2511           (killDeadCode, eBBlockFromiCode): removed unused code
2512         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2513           corrected comments
2514         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2515           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2516           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2517           (genModOneByte): fixed warning in MSVC
2518         * src/mcs51/main.c (): added comments
2519         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2520
2521 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2522
2523         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2524
2525 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2526
2527         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2528
2529 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2530
2531         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2532         characters arrays of larger size than the declared one.
2533
2534 2005-04-10 Borut Razem <borut.razem AT siol.net>
2535
2536         * src/pic/gen.c (genInline),
2537           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2538           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2539           (findNextInstruction), (findPrevInstruction),
2540           (findInstructionUsingLabel),
2541           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2542         * src/pic/pcode.c (findLabel): added missing '\n'
2543         * src/src.dsp: added SDCCdwarf2.c to the project
2544
2545 2005-04-09 Borut Razem <borut.razem AT siol.net>
2546
2547         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2548
2549 2005-04-08 Raphael Neider <rneider AT web.de>
2550
2551         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2552           into the chain after a given one) and mergeDefmapSymbols (combine
2553           defmap entries for each symbol per pcode)
2554         * (createDefmap): have defmap entries merged in the end
2555         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2556           a symbol before replacing one access type's symbol, merge symbols in
2557           the end (replacement symbol might already have an entry)
2558         * (assignValnums): keep reference to written WREG intact
2559
2560 2005-04-08 Raphael Neider <rneider AT web.de>
2561
2562         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2563           Alpha)
2564
2565 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2566
2567         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2568         bytes
2569
2570 2005-04-07 Raphael Neider <rneider AT web.de>
2571
2572         * device/include/pic16/usart.h: added compatibility defines for
2573           devices with more than one USART
2574         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2575
2576 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2577
2578         * device/lib/Makefile.in: updated for port specific include
2579
2580 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2581
2582         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2583
2584 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2585
2586         * device/include/8051.h,
2587         * device/include/8052.h,
2588         * device/include/at89S8252.h,
2589         * device/include/at89c55.h,
2590         * device/include/at89x051.h,
2591         * device/include/at89x51.h,
2592         * device/include/at89x52.h,
2593         * device/include/mcs51reg.h,
2594         * device/include/reg51.h,
2595         * device/include/reg764.h,
2596         * device/include/regc515c.h,
2597         * device/include/sab80515.h: (re)moved these 12 files
2598         * device/include/mcs51/8051.h,
2599         * device/include/mcs51/8052.h,
2600         * device/include/mcs51/at89S8252.h,
2601         * device/include/mcs51/at89c55.h,
2602         * device/include/mcs51/at89x051.h,
2603         * device/include/mcs51/at89x51.h,
2604         * device/include/mcs51/at89x52.h,
2605         * device/include/mcs51/mcs51reg.h,
2606         * device/include/mcs51/reg51.h,
2607         * device/include/mcs51/reg764.h,
2608         * device/include/mcs51/regc515c.h,
2609         * device/include/mcs51/sab80515.h: and added them here
2610
2611 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2612
2613         * device/include/stdarg.h: changed SDCC specific keywords to double
2614           underlined form.
2615         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2616           mcs51 and ds390.
2617         * device/include/hc08/mc68hc908gp32.h,
2618         * device/include/hc08/mc68hc908jb8.h,
2619         * device/include/hc08/mc68hc908jkjl.h,
2620         * device/include/hc08/mc68hc908qy.h: fixed comments
2621         * device/include/mcs51/README: updated
2622         * device/include/mcs51/c8051f120.h: added PINRSF
2623         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2624         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2625           amidst code. Also inline is not supported.
2626
2627 2005-04-06 Raphael Neider <rneider AT web.de>
2628
2629         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2630         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2631           callers stack/frame pointers
2632
2633 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2634
2635         * device/include/pic16/usart.h: added, missing in previous commit,
2636         * device/include/pic16/adc.h: fixed typo,
2637         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2638         commit,
2639         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2640         <p18fxxx.inc>
2641         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2642         uninitialized because a bug appears with gplink
2643         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2644         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2645         complains for unrecognised option
2646
2647 2005-04-05 Raphael Neider <rneider AT web.de>
2648
2649         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2650           structs as well (using memcpy)
2651         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2652           on ISRs (GOTO has no label)
2653         * src/pic16/device.h: added OF_OPTIMIZE_DF
2654         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2655           new data flow analysis/optimization
2656         * src/pic16/pcode.c: added (prototypes for and implementation of)
2657           dataflow analysis functions, fixed pCodeInstructions' inCond and
2658           outCond values, made RCALL a branch instruction
2659         * (pic16_unlinkpCode): keep C line if possible
2660         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2661           C line moved if possible
2662         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2663         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2664           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2665         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2666           new flow)
2667         * (pic16_getJumptabpCode): NEW, needed in...
2668         * (LinkFlow): fixed handling of jumptables, calls and conditional
2669           branches
2670         * (pic16_InsertCommentAfter): NEW
2671         * (pic16_pCodeReplace): made verbose and flow preserving
2672         * (AnalyzeFlow): added call to data flow analysis
2673         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2674         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2675         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2676
2677 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2678
2679         * src/SDCCast.c (decorateType): fixed bug #1105626
2680
2681 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2682
2683         * device/include/asm/pic16/features.h,
2684         * pic18f*.h headers,
2685         * device/include/pic16/adc.h,
2686         * device/include/pic16/delay.h,
2687         * device/include/pic16/i2c.h,
2688         * device/include/pic16/malloc.h,
2689         * device/include/pic16/stdio.h,
2690         * device/include/pic16/stdlib.h,
2691         * device/include/pic16/string.h,
2692         * device/lib/pic16/libc/stdio/printf_tiny.c,
2693         * device/lib/pic16/libc/stdio/printf_small.c,
2694         * device/lib/pic16/libc/stdio/strmgpsim.c,
2695         * device/lib/pic16/libc/stdio/strmmssp.c,
2696         * device/lib/pic16/libc/stdio/strmusart.c,
2697         * device/lib/pic16/libc/stdio/vfprintf.c,
2698         * device/lib/pic16/libc/stdlib/ltoa.c,
2699         * device/lib/pic16/libc/stdlib/putchar.c,
2700         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2701         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2702         * device/lib/pic16/libc/stdlib/memchrram.c,
2703         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2704         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2705         * device/lib/pic16/libio/adc/adcbusy.c,
2706         * device/lib/pic16/libio/adc/adcread.c,
2707         * device/lib/pic16/libio/adc/adcsetch.c,
2708         * device/lib/pic16/libio/usart/ubaud.c,
2709         * device/lib/pic16/libio/usart/ubusy.c,
2710         * device/lib/pic16/libio/usart/udrdy.c,
2711         * device/lib/pic16/libio/usart/uopen.c,
2712         * device/lib/pic16/libio/usart/uputc.c,
2713         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2714         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2715         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2716         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2717         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2718         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2719         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2720         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2721         specific keywords to double underlined form,
2722         * device/lib/pic16/libc/Makefile.rules,
2723         * device/lib/pic16/libsdcc/Makefile.rules,
2724         * device/lib/pic16/libm/Makefile,
2725         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2726         to compile with C standard set in Makefile.common
2727         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2728         rand.c and crc.c in compilation process,
2729         * device/lib/pic16/libsdcc/int/divuint.c,
2730         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2731         `c' from signed to unsigned,
2732         * device/lib/pic16/startup/crt0.c,
2733         * device/lib/pic16/startup/crt0i.c,
2734         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2735         keywords to double underlined form, bug fixes in _do_cinit function
2736         which prevented the correct initialization of the .idata segment,
2737         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2738         core to enter a infinite loop
2739         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2740
2741 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2742
2743         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2744
2745 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2746
2747         * device/include/Makefile.in: add support for hc08 subdirectory
2748         * device/include/hc08/: new subdirectory
2749         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2750         Lucas Loizaga, thanks!
2751         * device/include/hc08/mc68hc908qy.h,
2752         * device/include/hc08/mc68hc908gp32.h,
2753         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2754         their own directory. Changed internal macro names to use the compiler
2755         reserved namespace. Changed SDCC specific keywords to double
2756         underlined form.
2757         * device/include/math.h,
2758         * device/include/malloc.h,
2759         * device/include/stdarg.h,
2760         * device/include/stdbool.h
2761         * device/include/string.h,
2762         * device/include/tinibios.h,
2763         * device/include/ds400rom.h,
2764         * device/include/8051.h,
2765         * device/include/8052.h,
2766         * device/include/80c51xa.h,
2767         * device/include/at89c55.h,
2768         * device/include/at89S8252.h,
2769         * device/include/at89x51.h,
2770         * device/include/at89x52.h,
2771         * device/include/ds80c390.h,
2772         * device/include/reg764.h,
2773         * device/include/regc515c.h,
2774         * device/include/sab80515.h,
2775         * device/include/mcs51/c8051f000.h,
2776         * device/include/mcs51/c8051f018.h,
2777         * device/include/mcs51/c8051f020.h,
2778         * device/include/mcs51/c8051f040.h,
2779         * device/include/mcs51/c8051f060.h,
2780         * device/include/mcs51/c8051f120.h,
2781         * device/include/mcs51/c8051f300.h,
2782         * device/include/mcs51/c8051f310.h,
2783         * device/include/mcs51/c8051f320.h,
2784         * device/include/mcs51/c8051f330.h,
2785         * device/include/mcs51/c8051f350.h,
2786         * device/include/z180.h: Changed SDCC specific keywords to double
2787         underlined form.
2788
2789 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2790
2791         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2792         18F4455,
2793         * (pic16_assignConfigWordValue): disable testing of configuration
2794         register value with config mask,
2795         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2796         function with port->fun_prefix,
2797         * (genFunction): when generating a naked interrupt function never
2798         create an absolute segment placed in interrupt vector address, place
2799         the actual interrupt function at IVA instead, when an interrupt
2800         function is generated with unspecified interrupt then do not create
2801         the absolute section,
2802         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2803         code for generating a call to generic pointer get/put function with
2804         a call to function pic16_callGenericPointer(),
2805         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2806         the call to the generic pointer get/put functions with prefixing the
2807         function name with port->fun_prefix,
2808         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2809         * src/pic16/main.c (_process_pragma): prefix function with
2810         port->fun_prefix,
2811         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2812         calling assembler, old 18Fxxxx macro is deprecated,
2813         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2814         PC_ASMDIR in while condition,
2815         * (findInstruction): add PC_ASMDIR in while condition,
2816         * (buildCallTree): prefix main with port->fun_prefix,
2817         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2818         identifier for variable with banked access in instructions BTFSS,
2819         BTFSC, BCF, BSF, BTG
2820         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2821         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2822         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2823         perform optimization when enviroment variable NO_REG_OPT is set,
2824         * (insideLRBlock): NEW, return 1 if register is inside an
2825         INF_LOCALREGS block,
2826         * (RemoveRegFromLRBlock): remove a register that is completely
2827         eliminated by register optimization, but it is still left in local
2828         register store/restore in/from stack block,
2829         * (Remove2pcodes): after removing register, check to see if it
2830         should be removed from local register store/restore in/from stack
2831         block,
2832         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2833         DUMMY_READ_VOLATILE,
2834
2835         * device/include/pic16/adc.h: minor prototype modifications and
2836         update,
2837         * device/include/pic16/malloc.h: added GPL notice various
2838         modifications,
2839         * device/include/pic16/stdint.h: NEW, standard header for ints
2840         * device/include/pic16/delay.h: NEW, header for delay functions,
2841         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2842         delay1mtcy,
2843         * device/include/pic16/signal.h: NEW, header providing helper macros
2844         for implementing signal handlers,
2845         * device/include/pic16/stdio.h: added prototypes for functions,
2846         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2847         prototypes for stdin and stdout, added macro PUTCHAR to
2848         automatically implement putchar function prototype,
2849         * device/include/pic16/usart.h: modified and updated USART library,
2850         * device/lib/pic16/libio/adc/,
2851         * device/lib/pic16/libio/i2c: some modifications to improve library
2852         performance,
2853         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2854         family of functions,
2855         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2856         family of functions and other sources,
2857         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2858         of the PIC18Fxx[28] devices,
2859         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2860         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2861         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2862         _do_cinit function, because the previous failed when local variables
2863         where not placed in the same memory bank,
2864         * device/lib/pic16/libsdcc/char/: various modifications to improve
2865         library performance,
2866         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2867         information on the new functions of the c library and more...
2868
2869 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2870
2871         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2872
2873 2005-03-26 Raphael Neider <rneider AT web.de>
2874
2875         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2876           if condition == CARRY)
2877         * (genCmp): adapted to new genSkipc semantics
2878         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2879           on rIfx (genCmp was broken)
2880
2881 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2882
2883         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2884         * src/z80/main.c (_keywords[]),
2885         * src/SDCCglobal.h (struct options),
2886         * src/SDCC.y,
2887         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2888         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2889         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2890         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2891         always available in leading double underscore form. The C99 support is
2892         mostly missing, but it's a start.
2893         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2894         reserved identifier "__data".
2895
2896 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2897
2898         * src/mcs51/peeph.def: fixed bug 1170013
2899
2900 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2901
2902         * device/include/mcs51reg.h: fixed bug 842007
2903
2904 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2905
2906         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2907         last time.
2908
2909 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2910
2911         * src/port.h (struct PORT),
2912         * src/avr/ralloc.c (avr_assignRegisters),
2913         * src/avr/main.c,
2914         * src/ds390/ralloc.c (ds390_assignRegisters),
2915         * src/ds390/main.c,
2916         * src/hc08/ralloc.c (hc08_assignRegisters),
2917         * src/hc08/main.c,
2918         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2919         * src/mcs51/main.c,
2920         * src/pic/ralloc.c (pic14_assignRegisters),
2921         * src/pic/main.c,
2922         * src/pic16/ralloc.c (pic16_assignRegisters),
2923         * src/pic16/main.c,
2924         * src/xa51/ralloc.c (xa51_assignRegisters),
2925         * src/xa51/main.c,
2926         * src/z80/ralloc.c (z80_assignRegisters),
2927         * src/z80/ralloc.h,
2928         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2929         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2930         * src/SDCCcse.h,
2931         * src/SDCCdflow.c (computeDataFlow),
2932         * src/SDCCdflow.h,
2933         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2934         * src/SDCCloop.h,
2935         * src/SDCCcflow.c (*),
2936         * src/SDCCcflow.h,
2937         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2938         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2939         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2940         immedDom() returning wrong block; probably fixes bug #1160833)
2941
2942 2005-03-20 Borut Razem <borut.razem AT siol.net>
2943
2944         * support/scripts/inc2h.pl: WIN32 port
2945
2946 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2947
2948         * device/lib/makefile.in: added abs.c and labs.c
2949
2950 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2951
2952         * device/include/stdint.h: added
2953         * device/lib/abs.c: added
2954         * device/lib/labs.c: added
2955         * device/include/stdlib.h: added abs() and labs() prototypes
2956         * device/lib/libsdcc.lib: added abs and labs
2957         * device/include/float.h,
2958         * device/lib/_fsmul.c,
2959         * device/lib/printf_fast.c,
2960         * device/lib/printf_tiny.c: updated comments
2961
2962 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2963
2964         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2965         bug #1164313
2966
2967 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2968
2969         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2970         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2971
2972 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2973
2974         * device/lib/printf_large.c: removed inline assembly for portability and
2975           readability. Use printf_fast if speed or size are more important.
2976         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2977         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2978
2979 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2980
2981         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2982         prevent compiler warning
2983
2984 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2985
2986         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2987         moved to level 0 and declared as static. Also they are explicit
2988         placed in access bank. This was necessery because some times they
2989         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2990         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2991         optimizations. Currently only compare to unsigned char is implemented,
2992         * src/pic16/gen.c: added fReturnIdx array,
2993         * (struct resolvedIfx) is moved to gen.h and made public,
2994         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2995         * (aopForSym): added an optimization to directly store in stack of
2996         the operand of a SEND iCode,
2997         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2998         but as registers instead (AOP_REG) using the fReturnIdx array,
2999         * (pic16_freeAsmop): remove the freed register from the
3000         _G.sregsAlloc field,
3001         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3002         a compare of 'WREG',
3003         * (pic16_popGetTempRegCond): changed function prototype, now
3004         function takes also a bitVector argument v which holds the current
3005         set of registers that are allocated for stack access by aopForSym,
3006         registers allocated in aopForSym for accessing stack symbols are not
3007         any more part of the functions usedRegs field,
3008         * (genCall): some times aopOp is called for a stack variable to be
3009         send, aopForSym might perform the push, if this is true make sure
3010         that genCall doesn't push the variable twice by testing _G.resDirect,
3011         * (genFunction): changed testing for unspecified interrupt number
3012         from 256 to INTNO_UNSPEC,
3013         * modified selection scheme of frame pointer generation. Previously
3014         if function did use local registers a frame pointer was generated,
3015         now a frame pointer is generated only if function has arguments
3016         (that need PLUSW2 register access), or has stack arguments, or the
3017         compiler is not instructed to omit the frame pointer,
3018         * (genEndFunction): before restoring local registers that were saved
3019         in the function preamble, also restore the registers that *might*
3020         have been allocated for stack access,
3021         * (genRet): removed some old comments,
3022         * (genCmp, the active (RN's) version): added a call to the
3023         pic16_genCmp_special function to perform the compare with a more
3024         robust and optimized way,
3025         * (genInline): a feature has been added in inline code generation,
3026         which allows a wildcard variable substitution when writing inline
3027         assembly. Code is incomplete and experimental therefore undocumented,
3028         * (genCast): changed order of aopOp for result and right to allow
3029         aopForSym to directly load the result if possible,
3030         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3031         perform an optimized compare on some selected special occasions,
3032         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3033         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3034         generate an IVT any more,
3035         * src/pic16/main.c (pic16_optionsTable): added command line option
3036         --optimize-cmp,
3037         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3038         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3039         macros,
3040         * src/pic16/NOTES: Raphael Neider added in list of active developers
3041         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3042         jumptable_end to prevent bug #,
3043         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3044         inCond and outCond fields,
3045         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3046         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3047         turn off register spilling,
3048         * (packRegsForOneUse): synced with other ports' versions although it
3049         is not used currently,
3050         * (pic16_packRegisters): added an optimization while reading
3051         structure bitfields, some registers may be saved (malloc code is
3052         decreased by 80 bytes)
3053
3054 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3055
3056         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3057         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3058         this can be optimized more?
3059
3060 2005-03-10 Raphael Neider <rneider AT web.de>
3061
3062         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3063           genNearPointerGet): (hopefully) fixed access to bitfields via
3064           pointers (p->bitN = x; and x = p->bitN; failed)
3065
3066 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3067
3068         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3069
3070 2005-03-09 Raphael Neider <rneider AT web.de>
3071
3072         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3073
3074 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3075
3076         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3077         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3078           (regTypeNum): set REG_BIT type if necessary
3079         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3080         * support/regression/tests/critical.c: check bug 1144613
3081
3082 2005-03-02 Raphael Neider <rneider AT web.de>
3083
3084         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3085
3086 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3087
3088         * src/avr/ralloc.c (serialRegAssign),
3089         * src/ds390/ralloc.c (serialRegAssign),
3090         * src/hc08/ralloc.c (serialRegAssign),
3091         * src/mcs51/ralloc.c (serialRegAssign),
3092         * src/pic/ralloc.c (serialRegAssign),
3093         * src/pic16/ralloc.c (serialRegAssign),
3094         * src/xa51/ralloc.c (serialRegAssign),
3095         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3096
3097 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3098
3099         * src/SDCCast.c (decorateType): fixed bug 1124787
3100
3101 2005-02-20 Hubert Sack <sack AT digiplan.de>
3102         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3103
3104         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3105         patch #1121755
3106
3107 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3108
3109         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3110         to keep the correct label reference count when adding/removing references
3111         to labels. A peephole file using this is appended to patch #1144962.
3112
3113 2005-02-14 Raphael Neider <rneider AT web.de>
3114
3115         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3116         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3117         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3118           retrievals of result operand's value on assignment
3119
3120 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3121
3122         * device/include/pic16/string.h: modified prototype for memccpy()
3123         to memccpy(void *, void *, char, size_t)
3124         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3125         check whether to omit frame pointer or not,
3126         * (genInline): convert all occurences of "\n" to LF in inline
3127         assembler blocks, this helps formatting the inline text,
3128         * (pic16_loadFSR0): modified prototype,
3129         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3130         removed some 8051 legacy code,
3131         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3132         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3133         before allocating temporary registers in functions,
3134
3135 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3136
3137         * support/regression/tests/bitvars.c: corrected the "fix"
3138
3139 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3140
3141         * support/regression/tests/bitvars.c,
3142         * support/regression/tests/bitwise.c,
3143         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3144
3145 2005-02-10 Raphael Neider <rneider AT web.de>
3146
3147         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3148           different size for Alpha
3149         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3150
3151 2005-02-09 Raphael Neider <rneider AT web.de>
3152
3153         * src/SDCC.lex(doPragma) : save and restore warning options as well
3154           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3155         * have #pragma less_pedantic set the errorlevel to WARNING
3156           (fixes #1117001)
3157         * (cloneOptimize) : fixed wrong malloc's size
3158         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3159           facilitate correct handling of #pragma (save|restore)
3160
3161 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3162
3163         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3164
3165 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3166
3167         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3168
3169 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3170
3171         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3172
3173 2005-02-02 Raphael Neider <rneider AT web.de>
3174
3175         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3176         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3177         * (pic16_storeForReturn): fixed to allow returning function pointers
3178         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3179         * device/include/pic16/{stddef.h,stdbool.h}: added
3180
3181 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3182
3183         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3184
3185 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3186
3187         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3188         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3189          appeared to be required
3190
3191 2005-01-31 Borut Razem <borut.razem AT siol.net>
3192
3193         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3194           include/mcs51 and include/z80 directories to the package
3195
3196 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3197
3198         * src/hc08/gen.c (genFunction): fixed bug #1112752
3199
3200 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3201
3202         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3203
3204 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3205
3206         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3207
3208 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3209
3210         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3211
3212 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3213
3214         * device/include/c8051fxxx.h: removed these 6 files
3215         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3216
3217 2005-01-26 Raphael Neider <rneider AT web.de>
3218
3219         * src/pic16/gen.c (genAssign): fixed assignment from longs
3220           in codespace (were cut to three bytes)
3221         * (genDummyRead): implemented (except for CODESPACE...),
3222           fixed bug #1108575
3223         * src/pic16/glue.c (emitStatistics): beautified
3224         * device/lib/pic16/libm/Makefile: added include path
3225
3226 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3227
3228         * src/z80/gen.c (aopPut): fixed bug #1103902
3229
3230 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3231
3232         * device/lib/expf.c: fixed bug #1095792
3233
3234 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3235
3236         * device/lib/pic16/libm: added Math library sources
3237
3238 2005-01-24 Raphael Neider <rneider AT web.de>
3239
3240         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3241           to enable upcast to pCodeOpReg2 (there is no type tag to
3242           differenciate the two and pic16_popGet2p cast into PCOR2)
3243         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3244           (sizeof(sectNames) changed to sizeof(sectName))
3245           Both patches fix segfaults under MinGW.
3246
3247 2005-01-23 Raphael Neider <rneider AT web.de>
3248
3249         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3250           Safe_[mc]?alloc()'ed variables
3251         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3252           of (byte sized) temporaries (assign them to WREG for now)
3253         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3254           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3255           this might fix SIGSEGVs on MinGW...
3256         * src/SDCCopt.c (killDeadCode): restored original behaviour
3257           (volatile operands might get thrown away though)
3258
3259 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3260
3261         * src/pic16/gen.c: fixed bug #1106975,
3262         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3263         pointer update, INTCON is saved, global interrupts are disabled and
3264         restored after updateing TOS.
3265         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3266         * added function attribute 'shadowregs' to take advantage of shadow
3267         registers,
3268         * added function attribute 'wparam' as an alternative to the wparam
3269         pragma,
3270         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3271         user declares a non-ISR function as 'shadowregs',
3272         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3273
3274 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3275
3276         * .version: bumped version number to 2.4.8
3277         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3278         pic16 port,
3279         * device/lib/pic16/libio/i2c/: I2C module support library,
3280         * device/include/pic16/i2c.h: I2C support library header,
3281         * device/lib/pic16/libc/stdio/: standard IO support sources,
3282         * (printf_small.c): printf_small() source, supports float print,
3283         * (printf_tiny.c): printf_tiny() source, does not support floats,
3284         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3285         enable global optimizations for entire library source, other
3286         Makefiles in the source tree are also modified to reflect this,
3287         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3288         function,
3289         * doc/sdccman.lyx: updated to reflect new changes,
3290         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3291         sym->onStack if-case,
3292         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3293         sbit, idata, _idata, xdata, _xdata,
3294         * added pragma library, to link an external library, (see doc),
3295         * removed command line options, --pomit-config-words, --pomit-ivt,
3296         --pleave-reset-vector,
3297         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3298         when calling assembler to reflect memory model used, also define
3299         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3300         reflect stack model used,
3301         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3302         on stack return NULL,
3303
3304 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3305
3306         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3307           of the operands is volatile. Fixes #1020220
3308
3309 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3310
3311         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3312         * (OptimizeRegUsage): make sure that there is really no other flow where
3313           the first pCode is used
3314
3315 2005-01-22 Raphael Neider <rneider AT web.de>
3316
3317         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3318           to fix #1106967 (pCode->seq are not set up correctly)
3319
3320 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3321
3322         * src/SDCCglue.c (glue): make sure code area is declared before the
3323         static initialization area.
3324
3325 2005-01-21 Raphael Neider <rneider AT web.de>
3326
3327         * device/lib/Makefile.in: fixed test for pic16 install dir
3328         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3329           optimizations
3330         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3331           added --optimize-goto compiler switch and pragma wparam documentation
3332         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3333         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3334           and PRODH closing bug #1071770 (peephole optimizer)
3335
3336 2005-01-19 Raphael Neider <rneider AT web.de>
3337
3338         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3339           cmdLine buffers (used when calling sdcpp...) are large enough
3340           (MAX_PATH=256 truncates arguments leading to system halts when
3341           used in MinGW...)
3342         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3343         * (genUminus): rewritten to for efficiency
3344         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3345           used uninitialized in some cases)
3346         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3347           copy the third byte from the int -- now assumes 0x80 (data memory)
3348         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3349           operands (genAddLit expects the iCode's operands to swapped as
3350           well), fixed leftover bytes (crashed for short left operands)
3351         * (pic16_genMinusDec): performance improvements, removed false
3352           PIC14 emitSKPNCs
3353         * (pic16_genMinus): fixed to cope with differently sized operands
3354         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3355           for --obanksel > 1
3356         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3357         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3358           new banksel optimization
3359         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3360           analysis for temporary registers (segfaults...)
3361         * src/pic16/peeph.def: added rule
3362
3363 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3364
3365         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3366         which converts a float number to its ASCII representation
3367         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3368         functions to convert the fractional and integer part of a float to ASCII,
3369         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3370         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3371         ram
3372         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3373         _STATMEM macros,
3374         * device/include/pic16/adc.h: added GPL info,
3375         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3376         a pCodeOp as tested operand,
3377         * (genNearPointerGet): optimized bit testing, does not use
3378         intermediate register for bit value, test directly instead with
3379         BTFSS, BTFSC, works only for single bits,
3380         * (genpic16Code): dump the name of the iCode in the asm,
3381         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3382         renamed to pic16_decodeOp,
3383         * (serialRegAssign): do not allocate a temporary register for iCode
3384         sequences that test a single bit for 1/0
3385
3386 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3387
3388         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3389         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3390         access stack and frame pointers. They are initially assigned to
3391         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3392         accessing SFRs. Updated all occurences of modification of stack or
3393         frame pointer in gen.c and pcode.c,
3394         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3395         assigning of a literal value to pointers,
3396         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3397         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3398         selected
3399
3400 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3401
3402         * doc/sdccman.lyx: update documentation about stack pragma, added
3403         some info for stack memory models
3404
3405 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3406
3407         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3408
3409 2005-01-08 Raphael Neider <rneider AT web.de>
3410
3411         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3412           udata sections to fix bug #1097823
3413
3414 2005-01-05 Raphael Neider <rneider AT web.de>
3415
3416         * src/pic16/gen.c (genGenericShift): added handling of differently
3417           sized left operand and result
3418
3419 2005-01-04 Raphael Neider <rneider AT web.de>
3420
3421         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3422         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3423           to hold the condition bit)
3424         * added new version of genCmp (old code available via #define)
3425         * added new version of genShiftLeft/genShiftRight in a generic
3426           way, now supports shifting by negative values
3427         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3428           shiftCount (expected by genGenericShift)
3429         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3430         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3431           dump
3432         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3433           is an invalid literal too...)
3434
3435 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3436
3437         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3438         from Raphael Neider,
3439         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3440         for 8-bit literals. This fixes some literal operands which are sign
3441         extended to 16-bits ints when instruction needs only 8-bits.
3442
3443 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3444
3445         * device/lib/logf.c: added mcs51 assembly version
3446         * device/lib/expf.c: added mcs51 assembly version
3447         * device/lib/_logexpf.c: new shared asm code for expf and logf
3448         * device/include/math.h: add defines for assembly math library
3449         * device/lib/Makefile.in: build new _logexpf.c
3450         * device/lib/libfloat.lib: use new _logexpf.c
3451
3452 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3453
3454         * src/pic/device.c
3455         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3456           device types which have less than 0x7f registers.
3457
3458 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3459
3460         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3461
3462 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3463
3464         * device/lib/printf_fast.c: only build on supported arch.
3465         * device/lib/printf_tiny.c: only build on supported arch.
3466         * device/lib/printf_fast_f.c: only build if asm float lib
3467         * device/lib/_fsget1arg.c: only build if asm float lib
3468         * device/lib/_fsget2args.c: only build if asm float lib
3469         * device/lib/_fsnormalize.c: only build if asm float lib
3470         * device/lib/_fsreturnval.c: only build if asm float lib
3471         * device/lib/_fsrshift.c: only build if asm float lib
3472         * device/lib/_fsswapargs.c: only build if asm float lib
3473         * device/include/stdio.h: don't provide print_fast,
3474           print_fast_f, print_tiny prototypes if --xstack used
3475
3476 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3477
3478         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3479         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3480           to the SOURCES
3481
3482 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3483
3484         * device/lib/printf_fast_f.c: same as printf_fast, but
3485           with floating point enabled
3486         * device/lib/printf_fast.c: minor tweaks
3487         * device/include/stdio.h: add printf_fast_f
3488
3489 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3490
3491         * src/SDCCmain.c: make --float-reent default for mcs51
3492         * device/lib/_fsadd.c: added mcs51 assembly version
3493         * device/lib/_fssub.c: added mcs51 assembly version
3494         * device/lib/_fsmul.c: added mcs51 assembly version
3495         * device/lib/_fsdiv.c: added mcs51 assembly version
3496         * device/lib/_fseq.c: added mcs51 assembly version
3497         * device/lib/_fsneq.c: added mcs51 assembly version
3498         * device/lib/_fsgt.c: added mcs51 assembly version
3499         * device/lib/_fslt.c: added mcs51 assembly version
3500         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3501         * device/lib/Makefile.in: add _fscmp to build
3502         * device/lib/libfloat.lib: add _fscmp to build
3503
3504 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3505
3506         * device/lib/_fs2slong.c: added mcs51 assembly version
3507         * device/lib/_fs2sint.c: added mcs51 assembly version
3508         * device/lib/_fs2schar.c: added mcs51 assembly version
3509         * device/lib/_fs2ulong.c: added mcs51 assembly version
3510         * device/lib/_fs2uint.c: added mcs51 assembly version
3511         * device/lib/_fs2uchar.c: added mcs51 assembly version
3512         * device/lib/_slong2fs.c: added mcs51 assembly version
3513         * device/lib/_sint2fs.c: added mcs51 assembly version
3514         * device/lib/_schar2fs.c: added mcs51 assembly version
3515         * device/lib/_ulong2fs.c: added mcs51 assembly version
3516         * device/lib/_uint2fs.c: added mcs51 assembly version
3517         * device/lib/_uchar2fs.c: added mcs51 assembly version
3518         * device/include/float.h: added #define to select asm vs c
3519
3520 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3521
3522         * device/lib/printf_fast.c: improvements to float output
3523         * device/include/float.h: add defines for assembly float library
3524         * device/lib/_fsget1arg.c: receive 1 float arg
3525         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3526         * device/lib/_fsnormalize.c: normalize a float
3527         * device/lib/_fsreturnval.c: return float, various helper routines
3528         * device/lib/_fsrshift.c: right shift a float's mantissa
3529         * device/lib/_fsswapargs.c: swap 2 floats
3530         * device/lib/Makefile.in: build these 6 new files for mcs51
3531         * device/lib/libfloat.lib: add these 6 files to the library
3532
3533 2004-12-26 Borut Razem <borut.razem AT siol.net>
3534
3535         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3536           built by gcc 3.4.2
3537
3538 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3539
3540         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3541           and fully reentrant and register bank neutral.
3542         * device/lib/printf_fast.c: added float (not enabled by default),
3543           added compact/slower integer (also not enabled by default),
3544           improved size/speed of fast integer code, other minor changes
3545         * device/include/stdio.h, device/lib/Makefile.in,
3546           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3547
3548 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3549
3550         * src/pic16/pcode.c: declaring variables other than at the start of a
3551           block is not supported in C by VC6.
3552
3553 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3554
3555         * applied a previous patch from Raphael Neider that wasn't included
3556         in the previous commits, which fixes infinite loops within jumptable
3557         improvements,
3558         * made some fixes that previous patches introduced
3559
3560 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3561
3562         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3563         that fixes an issue with AOP_PCODE asmop's offset,
3564         * (pic16_popCopyReg): update instance field too,
3565         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3566         function of pic port,
3567         * (genCmp, genAnd, genAssign),
3568         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3569
3570 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3571
3572         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3573         variables initial values to idata section,
3574         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3575         variables in some functions. This utilizes parmBytes field of iCode
3576         structure to hold the offset of the variable in stack. (might be
3577         able to use the stack field too?)
3578         * applied patch from Raphael Neider # ### , # ###
3579         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3580         variable initial values in idata section,
3581         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3582         for static variables with initial value
3583         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3584         applied fix in while loop from Raphael Neider.
3585
3586 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3587
3588         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3589         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3590         * src/ds390/ralloc.c (serialRegAssign): spill bits
3591         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3592         * support/Util/SDCCerr.c,
3593         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3594         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3595         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3596
3597 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3598
3599         * device/include/sdcc-lib.h: inserted LGPL, added includes
3600           asm/ds390/features.h and asm/mcs51/features.h
3601         * device/include/asm/default/features.h,
3602         * device/include/asm/gbz80/features.h,
3603         * device/include/asm/z80/features.h: added empty _AUTOMEM
3604           and _STATMEM
3605         * device/include/asm/ds390/features.h,
3606         * device/include/asm/mcs51/features.h: added files with defines for
3607           _AUTOMEM and _STATMEM indicating automatic and static storage class
3608         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3609         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3610         * src/SDCCicode.c (geniCodeCast),
3611         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3612         * src/SDCCloop.c (loopInduction): removed unused variable lr
3613         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3614           to convertToFcall to include char modulo (RFE 1065037), added check
3615           if left operand is unsigned and use abs of literal value
3616         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3617           as it doesn't work after conversion from peephole.def to peephole.rul
3618         * src/mcs51/gen.c (toBoolean): added check for size,
3619           (genModOneByte): optimized code for signed char modulo a literal
3620           power of 2 (thanks to Hubert Sack),
3621           (genRRC): removed unnecessary "clr c",
3622           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3623         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3624           jump optimization,
3625           swapped rules 256.c and 256.d,
3626           extended 256.d by using new multiple checks (thanks Erik),
3627           added rules 256.e and 256.f,
3628           updated rule 261.a and 261.b to new generated code
3629         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3630
3631 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3632
3633         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3634           induction related bugs, including first part of bug #1074377
3635
3636 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3637
3638         * applied patch from bug-report #1076292,
3639         * applied patches for genAnd and Goto-optimizations for Raphael
3640         Neider,
3641         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3642         dump a less iCode information,
3643         * src/pic16/device.h (pic16_options_t): added field debgen,
3644         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3645         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3646         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3647         puclic,
3648         * (various functions): added macros FENTRY and FENTRY2 to functions,
3649         to emit function prologue,
3650         * (various functions): fixed indentation,
3651         * (genNearPointerGet): fixed loading of FSR0,
3652         * (genPackBits): applied patch from Raphael Neider to fix updating
3653         of FSR0 and touching only the modified bits,
3654         * src/pic16/genarith.c (various functions): added macros FENTRY to
3655         emit function prologue in comments,
3656         * src/pic16/pcode.h: added functions debugf2, debugf3,
3657         * src/pic16/ralloc.c: partial fix for packForPush caused
3658         segmentation fault,
3659
3660 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3661
3662         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3663           <stsp AT users.sourceforge.net> with reversed byte order
3664         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3665
3666 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3667
3668         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3669           bug #1074377
3670         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3671         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3672
3673 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3674
3675         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3676
3677 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3678
3679         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3680           conditions,
3681           (setFromConditionArgs): friendly operand parser for peephole rules,
3682           (operandBaseName, operandsNotRelated): new peephole condition
3683           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3684           architecture specific register naming into account, handles n-way
3685           comparisons, and supports quoted literals
3686         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3687
3688 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3689
3690         * src/mcs51/peeph.def: fixed bug #1076940
3691
3692 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3693
3694         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3695
3696 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3697
3698         Adding support for replacing ljmps with sjmps in jumptables
3699         generated for switch statements. For now you need to set the
3700         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3701         Now 4 algorithms for mcs51 jumptable generation are used:
3702         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3703         addresses loaded pc-relative for up to 112 cases and stack-pushing
3704         target addresses loaded with offset from dptr for up to 256 cases.
3705
3706         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3707         * src/mcs51/main.c: adapted constants for switch table generation
3708         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3709
3710 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3711
3712         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3713         * support/regression/tests/bug1057979.c: added test for bug 1073386
3714
3715 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3716
3717         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3718         compilers
3719
3720 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3721
3722         * src/pic16/device.h,
3723         * src/pic16/genarith.c,
3724         * src/pic16/glue.c,
3725         * src/pic16/main.c,
3726         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3727
3728 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3729
3730         Large cummulative patch for pic16 port.
3731         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3732         to call when a stack overflow occurs,
3733         * (malloc.h): added CVS Id tag,
3734         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3735         variable,
3736         * added libc directory. The current version of LibC contains string
3737         functions, ctype functions and macros and some functions of the
3738         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3739         be extensively tested in the future. Standard disclaimer here.
3740         Library is not automatically build yet. But one can build it by
3741         invoking 'make' inside the libc directory.
3742         * added ADC library under libio. Preliminary version yet.
3743
3744         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3745         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3746         aopForRemat() now and not by pic16_aopOp(),
3747         * (pic16_popGetTempReg): removed warning messgae when allocating
3748         temporary registers, its a buggy feature and will be removed,
3749         * (pic16_popGet): set register instance field in AOP_CRY,
3750         * (pic16_outBitC): fixed for results in size greater than 1,
3751         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3752         * (pic16_storeForReturn): optimized return of 0,
3753         * (genCmp): experimental code for new genCmp which uses PIC18's
3754         special compare&skip instructions. Initial tests fail some times
3755         with variables grater than 1 byte in size, so new code is disabled,
3756         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3757         a single bit,
3758         * (genCast): began a fix to optimize the casting of a bit to another
3759         bit, now assigning a bitfield to another bitfield will fail, sorry,
3760         * src/pic16/main.c: disabled the use of lr-support feature,
3761         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3762         * added some function prototypes, added function _debugf prototype,
3763         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3764         bits with offset (case PO_GPR_BIT),
3765         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3766         command line,
3767         * (isBankInstruction): modified to return 0 for no banking instruction,
3768         and 1 for banking instruction,
3769         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3770         caused stop processing pCodes after a inline assembly block,
3771         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3772         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3773         registers when it shouldn't,
3774         * src/pic16/ralloc.c (allocReg): add preliminary support for
3775         supporting a limited set of temporary registers,
3776
3777 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3778
3779         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3780           genDataPointerSet): ensure assignments always copy in MSB to LSB
3781           order,
3782           (loadRegFromAop): recognize CLRH optimization,
3783           (genFunction): optimize RECEIVE iCodes in reentrant functions
3784
3785 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3786
3787         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3788           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3789           selected.
3790         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3791         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3792           contiguous with data
3793
3794 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3795
3796         * device/lib/_gptrget.c (_gptrget),
3797         * device/lib/_gptrgetc.c (_gptrgetc),
3798         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3799           instead of sjmp to ret
3800         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3801           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3802
3803 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3804
3805         * .version: bumped version to 2.4.7
3806         * device/lib/_gptrget.c (_gptrget): is now _naked
3807         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3808         * device/lib/_gptrput.c (_gptrput): is now _naked
3809         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3810           (createFunction): fixed xstack
3811         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3812         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3813           or bit either,
3814           (geniCodeCritical): store original interrupt state in an iTemp bit
3815           var unless stack-auto
3816         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3817         * src/SDCCmain.c (setIncludePath): added include/target to search path
3818         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3819         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3820           prototype,
3821           (processFuncArgs): put bit vars in bit area
3822         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3823           unsaveRBank): fixed xstack,
3824           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3825           (genFunction, genEndFunction): fixed xstack,
3826           (genAssign): optimization don't walk backwards through mem
3827         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3828         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3829         * support/regression/Makefile: also make library (for stack-auto) when
3830           making "all" and added "test-mcs51-xstack-auto"
3831         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3832         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3833         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3834         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3835         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3836           make-library by MAKE_LIBRARY
3837         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3838           regression tests for xstack
3839         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3840         * support/regression/tests/critical.c: test for critical on mcs51
3841
3842 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3843
3844         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3845           built version of sdcc instead of installed version
3846
3847 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3848
3849         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3850         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3851           vprintf.c now
3852         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3853         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3854           WARNING: remove device/lib/build/z80/printf.o by hand when
3855           updating from previous build!
3856         * device/lib/z80/printf.c: updated comment
3857         * support/regression/tests/bug1057979.c: test all ports now
3858         * support/regression/tests/bug1065458.c: file added
3859
3860 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3861
3862         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3863           *_start and *_end symbols for static functions
3864
3865 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3866
3867         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3868           and search crt0.o in all library paths,
3869           (setIncludePath): proper handling of --nostdinc,
3870           (setLibPath): proper handling of --nostdlib
3871         * support/regression/Makefile,
3872         * support/regression/ports/ds390/spec.mk,
3873         * support/regression/ports/gbz80/spec.mk,
3874         * support/regression/ports/hc08/spec.mk,
3875         * support/regression/ports/mcs51/spec.mk,
3876         * support/regression/ports/mcs51-large/spec.mk,
3877         * support/regression/ports/mcs51-stack-auto/spec.mk,
3878         * support/regression/ports/z80/spec.mk: use include and lib files from
3879           built version of sdcc instead of installed version
3880         * doc/sdccman.lyx: fixed typo in --nostdinc
3881
3882 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3883
3884         * src/pic/pcode.c,
3885         * src/pic/device.c,
3886         * src/pic/ralloc.c,
3887         * src/pic/gen.c : added support to generate code for struct bit fields.
3888
3889 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3890
3891         * as/xa51/xa_version.h,
3892         * device/include/errno.h,
3893         * device/include/regc515c.h,
3894         * device/lib/_itoa.c,
3895         * device/lib/_ltoa.c,
3896         * device/lib/ser_ir_cts_rts.c,
3897         * sim/ucsim/xa.src/glob.cc,
3898         * sim/ucsim/xa.src/inst_gen.cc,
3899         * sim/ucsim/xa.src/xa_bit.cc,
3900         * sim/ucsim/xa.src/xa_sfr.cc,
3901         * sim/ucsim/z80.src/inst_dd.cc,
3902         * sim/ucsim/z80.src/inst_fdcb.cc,
3903         * support/scripts/keil2sdcc.pl,
3904         * src/pic16/pic16.dsp,
3905         * src/pic16/pic16a.dsp: corrected cvs line endings
3906         * device/lib/printf_large.c: fixed bug 1057979
3907         * src/pic16/gen.c: fixed non-C standard code
3908         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3909         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3910         * support/regression/ports/mcs51/support.c: reload T1 asap
3911         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3912           pdata use and clear idata startup behaviour
3913         * support/regression/tests/bug1057979.c: added
3914
3915 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3916
3917         * device/examples/ds390/ow390/ad26.h,
3918         * device/examples/ds390/ow390/cnt1d.h,
3919         * device/examples/ds390/ow390/crcutil.c,
3920         * device/examples/ds390/ow390/ownet.h,
3921         * device/examples/ds390/ow390/owsesu.c,
3922         * device/examples/ds390/ow390/swt12.h,
3923         * device/examples/ds390/ow390/swtoper.c,
3924         * device/examples/ds390/ow390/temp10.h,
3925         * device/examples/ds390/ow390/thermodl.c,
3926         * device/examples/ds390/tinitalk/tinitalk.dsp,
3927         * device/examples/ds390/tinitalk/tinitalk.dsw,
3928         * device/examples/mcs51/clock/hw.h,
3929         * device/examples/mcs51/simple2/go.bat,
3930         * device/examples/serialcomm/windows/serial.h,
3931         * device/examples/xa51/dummy.c,
3932         * device/examples/xa51/hello.c,
3933         * device/include/80c51xa.h,
3934         * device/include/at89x051.h: corrected cvs line endings
3935
3936 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3937
3938         * src/pic16/main.c (options): added command line --gstack, to trace
3939         stack over/under flows,
3940         * added pragma 'wparam' to allow passing first byte of function
3941         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3942         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3943         call to __gstack_test function and sets up the symbol as extern,
3944         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3945         * popaop): added call to pic16_testStackOverflow,
3946         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3947         wparamList list,
3948         * (genCall, genPcall): now all parameters are passed via stack
3949         except in functions that are pass to wparam pragma in which WREG is
3950         used too,
3951         * (genPcall): REENTRANT flag is checked to see if variable prototype
3952         contains reentrant keyword, don't call a non-reentrant function, via
3953         a reentrant function pointer or vice versa, functions are never
3954         passed via WREG,
3955         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3956         D.Winkler,
3957         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3958         SIGSEGV when accessing a NULL register stucture,
3959         * (pic16_printGPointerType): modified to handle UPPER modifier for
3960         function initializers, changed prototype of function to simpler one,
3961         * (pic16_printIvalFuncPtr): check to see if function is already
3962         added in externs list,
3963         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3964         optimized a move from W to SFR with a move to the same register
3965         later after a CALL,
3966         * device/lib/pic16/debug: NEW directory, contains debug features
3967         which are enabled when linking with libdebug.lib, currently command
3968         line option --gstack enables stack pointer tracing for over/under
3969         flow, corresponding sources are in debug/gstack
3970
3971 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3972
3973         * doc/sdccman.lyx: updated SDCC version,
3974         * (PIC16 port): update list of command line options,
3975         * src/pic16/device.h (structure pic16_options_t): added field gstack
3976         to enable stack overflow tracing on push/pops,
3977         * src/pic16/device.c (statistics structure): added statistics
3978         structure,
3979         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3980         pic16_dump_int_registers): increase statistics counters for each
3981         * variable which is encountered
3982         * (pic16_dump_usection): emit each .udata variable to its own udata
3983         section,
3984         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3985         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3986         parameters via stack, otherwise use old scheme,
3987         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3988         assembler output file,
3989         * src/pic16/main.c: added command line options --gstack to enable
3990         push/pop tracing for stack overflow,
3991         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3992         instructions): added size of each instruction,
3993         * (pic16_countInstruction): estimate size of instructions in
3994         the_pFile list, inline assembly blocks are not counted,
3995         * (pic16_FixRegisterBanking): trace previous register usage, when
3996         banksel optimizations is greater than 0, don't emit a redudant
3997         banksel directive,
3998
3999 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4000
4001         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4002         * src/pic16/ralloc.c : applied same fix for pic16.
4003         * src/pic/gen.c : tidied it up a little.
4004
4005 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4006
4007         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4008         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4009
4010 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4011
4012         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4013
4014 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4015
4016         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4017         non-reentrant function __modsint in the interrupt function (thus
4018         corrupting math operations during serial I/O)
4019         * device/lib/ser_ir.c: as above, changed buffersize
4020         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4021         256.c,d for zeroing
4022         * doc/Makefile: added option -t for rsync
4023
4024 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4025
4026         * src/SDCCast.h (struct ast),
4027         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4028
4029 2004-10-20 Borut Razem <borut.razem AT siol.net>
4030
4031         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4032         package
4033
4034 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4035
4036         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4037         makefile targets,
4038         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4039         support functions to replace long sequences of MOVFF's from access
4040         bank registers to stack and vice versa,
4041         * src/pic16/device.h: added new field opt_flags, where optimization
4042         flags can be set to enable certain features,
4043         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4044         * pBlock, (genFunction, genEndFunction): surroung loop for
4045         saving/loading used registers in stack with PC_INFO pCodes,
4046         INF_LREGS. Code in between can then be optimized by pCode optimizer
4047         to support function calls,
4048         * (genDataPointerSet): fixed bug which loaded float fields in
4049         structures with corrupt data,
4050         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4051         in a standard way debug info on stderr. Feature used for developing
4052         and debugging only,
4053         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4054         obsolete chunks of code,
4055         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4056         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4057         * pic16/src/pcode.c (pic16_newpCodeInfo,
4058         * (pic16_newpCodeOpLocalRegs),
4059         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4060         feature,
4061         * (pic16_pCodeConstString): printing of the initial value of a
4062         symbol as a comment is inhibited since parsing was already done by
4063         copyStr and output is corrupt,
4064         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4065
4066 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4067
4068         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4069
4070 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4071
4072         * as/mcs51/lkarea.c: removed old K&R style,
4073           (lnksect): changed check on boundary error,
4074           (lnksect2): changed check on boundary error,
4075           (lnksect2): extend XSTK to end of page if size = 1
4076         * as/mcs51/lkmain.c: removed old K&R style,
4077           (Areas51): create l_IRAM symbol
4078         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4079         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4080           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4081         * device/lib/_mullong.c: added version to be compiled with xstack
4082         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4083         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4084         * device/lib/mcs51/crtxstack.asm: fixed comment
4085         * src/SDCCglue.c: maxInterrupts defaults to 0,
4086           (emitMaps): added pdata,
4087           (createInterruptVect): (re)moved default,
4088           (glue): added pdata,
4089           (glue): moved __start__xstack to XSTK with default size 1
4090         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4091           and options.float_rent when options.stackAuto is set,
4092           (linkEdit): only write XDATA_NAME if provided on command line
4093         * src/SDCCmem.h,
4094         * src/SDCCmem.c: added pdata
4095         * src/port.h: added pdata_name to PORT
4096         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4097           (saveRegisters, unsaveRegisters): removed usage of B,
4098           (genMinus): fixed accumulator clash,
4099           (genJumpTab): added comment, this needs another look
4100         * src/mcs51/gen.c: added check for "B in use" paranoia,
4101           added pushB() and popB()
4102         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4103           chance
4104         * src/avr/main.c,
4105         * src/ds390/main.c,
4106         * src/hc08/main.c,
4107         * src/mcs51/main.c,
4108         * src/pic/main.c,
4109         * src/pic16/main.c,
4110         * src/xa51/main.c,
4111         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4112           added PSEG (PAG,XDATA) or NULL to port specifier
4113         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4114         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4115           (_mcs51_genInitStartup): removed __start__xstack equ,
4116           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4117         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4118         * src/z80/gen.c (_rleAppend): fixed warnings
4119         * support/regression/tests/zeropad.c: added pdata test
4120         * .version: bumped to 2.4.6
4121
4122 2004-10-17 Borut Razem <borut.razem AT siol.net>
4123
4124         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4125         as a part of nightly build
4126
4127 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4128
4129         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4130         WREG holds the first byte function parameters,
4131         * (aopForSym): take special case for symbols which are in FARSPACE
4132         but in CODESPACE too,
4133         * (assignResultValue): modified to take into account _G.useWreg,
4134         * (genCall): don't use wreg for parameter passing when function is
4135         declared as reentrant, too, added optimization INCF to stack
4136         pointer when stack parameter count is 1,
4137         * (genFunction, genEndFunction): refurnished and fixed to not using
4138         wreg for passing parameters when function has varargs or is
4139         reentrant, fixed bug with symbol name compare for generating
4140         functions in absolute address,
4141         * (pic16_storeForReturn): refurnished,
4142         * (genCmp): began writing a new version of the function, not ready
4143         yet, therefore it is disabled,
4144         * (genAssign): do not read code memory when assigning a function to
4145         a pointer function,
4146         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4147         array of characters, not pointer,
4148         * (pic16initialComments): in debug mode emit an .ident directive for
4149         the assembler,
4150         * (_process_pragma): emit a new warning type (internal to pic16)
4151         when setting stack to default length, emit a similar warning when
4152         placing a function at absolute address and address is not word aligned
4153         * (_pic16_parseOptions): added 'return TRUE' statement,
4154         * (_pic16_linkEdit): if compiling a source, then add the source's
4155         file object, first in the list of objects to link,
4156
4157 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4158
4159         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4160         * src/pic/main.c : removed VC warning.
4161         * src/pic/gen.c : changed comment.
4162
4163 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4164
4165         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4166         reference to a deprecated symbol _GPTRREG was causing failure to
4167         link. Thanks G. M. Gallant for the info.
4168
4169 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4170
4171         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4172         comments for Bugs item #954788.
4173
4174 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4175
4176         * src/pic16/device.c (pic16_dump_gsection,
4177         * pic16_groupRegistersInSection): handle symbols declared to be in
4178         access bank differently,
4179         * src/pic16/gen.c (struct _G): added field resDirect,
4180         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4181         send values read from stack directly to result and don't allocate
4182         temporary values,
4183         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4184         same registers,
4185         * (pic16_sameRegsOfs): NEW,
4186         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4187         free because they were not allocated from temporary pool,
4188         * pic16_popRegFromString): workaround to fix a problem with
4189         allocating variables twice or never,
4190         * (genGenPointerGet): using PRODL instead of FSR0H,
4191         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4192         instead of FSR0H,
4193         * (genAssign): take advantage of the _G.resDirect flag,
4194         * (genCast): around line 11844, use mov2f instead of directly
4195         MOVFF'ing between operands to account for literal values,
4196         * src/pic16/genutils.c: some new debug functions for gpsim have been
4197         added,
4198         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4199         float with integer part only,
4200         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4201         place variables in access bank
4202         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4203         updated sources to reflect recent changes in gen.c
4204
4205 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4206
4207         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4208         sources that searched for headers in installation path, now the
4209         device/include/pic16 is used,
4210         * src/pic16/glue.c (pic16glue),
4211         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4212         .line directives if not in debug mode, this suppresses assembler's
4213         warnings for ignored directives
4214
4215 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4216
4217         * src/port.h: made reset_regparms prototype void parameter explicit.
4218         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4219         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4220         * doc/sdccman.lyx: documented warning disabling and how to use
4221           printf_large to make it print floats.
4222         * device/include/stdbool.h: NEW
4223         * device/lib/_atof.c,
4224         * device/lib/_divuint.c,
4225         * device/lib/_divulong.c,
4226         * device/lib/expf.c,
4227         * device/lib/printf_large.c,
4228         * device/lib/sincosf.c,
4229         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4230         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4231           a completely reentrant lib.
4232
4233 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4234
4235         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4236         * device/include/pic16/stdio.h: fixed bug with colon
4237
4238 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4239
4240         * device/include/pic16/stdio.h,
4241         * device/include/pic16/stdlib.h,
4242         * device/include/pic16/math.h: NEW
4243         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4244         declared as _naked to reduce overhead
4245         * device/lib/Makefile.in (target port-specific-objects-pic16):
4246         changed * to *.* so to ignore the CVS directory,
4247         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4248         stacked variables back in stack,
4249         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4250         corruption
4251
4252 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4253
4254         * .version: bumped version number to 2.4.5
4255         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4256         * support/Util/SDCCerr.c (messages structure): added entry for
4257         W_POSSBUG2
4258
4259         Large cumulative patch for pic16 port and libraries.
4260         * device/include/pic16/sdcc-lib.h,
4261         * device/include/pic16/stdarg.h,
4262         * device/include/asm/pic16/features.h,
4263         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4264         * device/include/pic16/float.h: changes reentrant keyword with
4265         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4266         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4267         updated target build-libraries to include objects from gptr,
4268         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4269         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4270         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4271         all function headings,
4272         * src/SDCCmain.c: added global parameter userIncDirsSet,
4273         * (parseCmdLine): when option -I is encountered add directory to
4274         userIncDirsSet too,
4275         * src/version.awk: added space between control and long,
4276         * src/pic16/NOTES: added some notes for the port,
4277         * src/pic16/gen.c: added prototype for mov2fp function,
4278         * (fReturnpic16[]): properly named return value registers,
4279         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4280         * (aopForSym): added code to handle symbols with onStack flag set,
4281         symbols onStack are allocated PTRSIZE bytes,
4282         * (aopFreeAsmop): handles special case where asmops are stack objects,
4283         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4284         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4285         added argument lock to trace flaws in allocating temporary registers
4286         when developing port,
4287         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4288         * (pic16_popRegFromString): reenabled allocating a direct register
4289         from string,
4290         * (assignResultValue): various beautifications,
4291         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4292         referenced function argument,
4293         * (genIpush): reenabled to allow stacked arguments, handles only
4294         ic->parmPush iCodes,
4295         * (genCall, genPcall): major changes to allow for variable argument
4296         functions, fixed a bug with falsely restoring stack pointer after
4297         returning from call,
4298         * (genFunction): pending code for critical function,
4299         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4300         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4301         * (genNearPointerGet): fixed bug with indirect reading, was always
4302         reading from INDF0
4303         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4304         pointers,
4305         * (genAddrOf): rewrote code to take address of a stacked function parameter
4306         * (genCast): fixed casting to generic pointer type,
4307         * src/pic16/gen.h: added AOP_STA,
4308         * (struct asmop): added field stk,
4309         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4310         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4311         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4312         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4313         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4314         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4315         generic pointers,
4316         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4317         and library paths,
4318         * (pic16_port structure): generic pointer size is set to 3,
4319         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4320         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4321         compiler warning,
4322         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4323         operand is an iTemp,
4324
4325 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4326
4327         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4328         * debugger/mcs51/simi.c: addapt new syntax of s51
4329
4330 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4331
4332         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4333         * src/pic16/pcode.c: commented out some calls to free() in order to
4334         fix bug #989576,
4335
4336 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4337
4338         * src/SDCCicode.h,
4339         * src/SDCCicode.c (isiCodeInFunctionCall),
4340         * src/avr/ralloc.c (selectSpil),
4341         * src/pic/ralloc.c (selectSpil),
4342         * src/pic16/ralloc.c (selectSpil),
4343         * src/ds390/ralloc.c (selectSpil),
4344         * src/hc08/ralloc.c (selectSpil),
4345         * src/xa51/ralloc.c (selectSpil),
4346         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4347         stack in the middle of a function call sequence (fixes bug #1020268)
4348         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4349         costs associated with the minimum switch case.
4350
4351 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4352
4353         * src/SDCC.lex: fixed bug #1030549
4354
4355 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4356
4357         * src/SDCCcse.h (struct cseDef),
4358         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4359         over a function call if the CSE is derived from a symbol whose
4360         address has been taken (fixes bug #1029883)
4361         * support/regression/tests/bug-1029883: a new regression test for
4362         this bug
4363
4364 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4365
4366         * src/hc08/gen.c (emitinline): fixed bug #1029778
4367         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4368         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4369         and starts toward RFE #905167)
4370
4371 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4372
4373         * src/pic16/gen.c (mov2f): New function to move an operand to
4374         another without considering if it is a literal or a register,
4375         * (pic16_sameRegs): don't check if they are both AOP_REG,
4376         * (AccRsh): removed andmask=0 lines,
4377         * (genLeftShift): duplicated to be improved in future versions,
4378         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4379         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4380         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4381         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4382         * (insertBankSwitch): fixed inserting banksel directives algorithm
4383         for instructions that follow a skip instruction, this fixes a report
4384         for broken subtraction code generation,
4385         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4386         iCode is a left op, just in case result and right share the same
4387         registers
4388
4389 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4390
4391         * src/hc08/main.c,
4392         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4393         preservation of HX
4394         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4395         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4396         on 2004-09-12; it was buggy
4397
4398 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4399
4400         * src/SDCCsymt.h: removed RESULT_CHECK
4401         * src/SDCCast.c,
4402         * src/SDCCglue.c,
4403         * src/SDCCval.c,
4404         * src/pic/glue.c,
4405         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4406
4407 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4408
4409         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4410         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4411         configuration values no more rejected by compiler, they are assigned
4412         to configuration registers with a warning message instead,
4413         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4414         the for-loop so last conf register is emitted too,
4415         * (_pic16_initPaths): link library libsdcc.lib by default,
4416         * (_hasNativeMulFor): modified test for multiplication according to
4417         Raphael Neider's remarks. Integer multiplication is also done with
4418         support functions,
4419         * device/include/pic16/pic18fregs.h: corrected type error in while
4420         testing and including 18f6720 header file
4421
4422 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4423
4424         * src/pic16/device.h (pic16_options): removed field use_crt,
4425         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4426         until an optimization to handle single bits is added,
4427         * (pic16_loadFSR0): moved before genUnpackBits,
4428         * (genAnd): some white lines removed,
4429         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4430         leave_reset flags in pic16_options when using crt modules,
4431
4432 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4433
4434         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4435           for bugs 898889 & 979599. Also used some safer print instructions.
4436
4437 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4438
4439         * src/pic16/device.h (pic16_options_t): added field use_crt,
4440         crt_name, no_crt,
4441         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4442         catch a probable future bug,
4443         * src/pic16/gen.c: aopIdx function commented out,
4444         * (genAssign): commented out old code which used aopIdx,
4445         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4446         code, added if conditionals to take into account the --use-crt
4447         command line options,
4448         * src/pic16/main.c (pic16_optionsTable): added new command line
4449         options, --use-crt= and --no-crt,
4450         * (_pic16_linkEdit): now the proper crt object is added in the
4451         linker command line except than when --no-crt is specified,
4452         * src/pic16/pcode.c,
4453         * src/pic16/pcode.h: added some structures and functions for a new
4454         optimization scheme to compansate for instruction overhead between
4455         same iCodes, this scheme is currently under development and is not
4456         working in any way,
4457         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4458         to && operator,
4459         * device/lib/pic16/startup/crt0i.c,
4460         * device/lib/pic16/startup/crt0iz.c: added global char variable
4461         __uflags to force the generation of an idata section
4462
4463 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4464
4465         * doc/Makefile,
4466         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4467         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4468
4469 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4470
4471         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4472         Frieder) and clarified the default code optimization mode
4473
4474 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4475
4476         * src/SDCC.lex (doPragma, process_pragma),
4477         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4478         "opt_code_size", and "opt_code_balanced"
4479         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4480         regrouped options by category, added support for category headers
4481         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4482         and "--opt-code-size"
4483         * doc/sdccman.lyx: documented these new options and pragmas
4484         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4485         preference into account
4486
4487 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4488
4489         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4490           geniCodePreDec): Fixed bug 904237 by generating a warning
4491         * src/SDCCerr.h,
4492         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4493
4494 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4495
4496         * src/pic/device.c : When no max ram set validate full memory range.
4497         * src/pic/pcode.c,
4498         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4499
4500 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4501
4502         * device/lib/_gptrget.c,
4503         * device/lib/_gptrput.c: updated comment
4504         * device/lib/calloc.c,
4505         * device/lib/free.c,
4506         * device/lib/malloc.c,
4507         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4508         * src/SDCCcse.c (cseBBlock),
4509         * src/SDCCicode.c (printOperand, geniCodeArray),
4510         * src/SDCCicode.h (struct operand): fixed bug 868103
4511         * support/regression/tests/bug-868103.c: added
4512         * src/SDCCast.c (searchLitOp),
4513         * src/SDCCcse.h (struct cseDef),
4514         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4515         * src/SDCCicode.h (struct operand),
4516         * src/SDCCsymt.h (struct sym_link),
4517         * src/avr/gen.c (hasInc),
4518         * src/ds390/gen.c (hasInc),
4519         * src/hc08/gen.c (genPlusIncr, hasInc),
4520         * src/mcs51/gen.c (hasInc),
4521         * src/pic16/glue.c (pic16_printIvalChar),
4522         * src/pic16/ralloc.c (regWithIdx),
4523         * src/xa51/gen.c (hasInc) : removed warnings
4524         * src/SDCCast.c (createBlock): added comment ???
4525         * src/hc08/ralloc.c: updated comments
4526
4527 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4528
4529         * doc/sdccman.lyx: updated section on switch statements, added
4530         section about semaphore locking
4531         * doc/Makefile: added option -info for latex2html
4532         * device/lib/_gptrget.c,
4533         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4534
4535 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4536
4537         * src/pic/device.h,
4538         * src/pic/device.c,
4539         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4540          maxram is less than 0x100.
4541
4542 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4543
4544         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4545
4546 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4547
4548         * src/port.h,
4549         * src/mcs51/main.c,
4550         * src/ds390/main.c,
4551         * src/z80/main.c,
4552         * src/hc08/main.c,
4553         * src/pic/main.c,
4554         * src/pic16/main.c,
4555         * src/avr/main.c,
4556         * src/xa51/main.c
4557         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4558         a jump table is the best form for a switch statement, including
4559         automatic insertion of missing cases to make the case range
4560         continuous. Developed in collaboration with Frieder Ferlemann.
4561
4562 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4563
4564         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4565         accumulator result if it needs sign extension
4566
4567 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4568
4569         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4570
4571 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4572
4573         * device/lib/gbz80/printf.c,
4574         * device/lib/z80/printf.c: removed define for NULL
4575
4576 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4577
4578         * as/xa51/xa_link.c,
4579         * device/examples/ds390/ow390/ad26.c,
4580         * device/examples/ds390/ow390/cnt1d.c,
4581         * device/examples/ds390/ow390/counter.c,
4582         * device/examples/ds390/ow390/ds2480.h,
4583         * device/examples/ds390/ow390/ds2480ut.c,
4584         * device/examples/ds390/ow390/findtype.c,
4585         * device/examples/ds390/ow390/gethumd.c,
4586         * device/examples/ds390/ow390/owllu.c,
4587         * device/examples/ds390/ow390/ownetu.c,
4588         * device/examples/ds390/ow390/swt12.c,
4589         * device/examples/ds390/ow390/swtloop.c,
4590         * device/examples/ds390/ow390/temp.c,
4591         * device/examples/ds390/ow390/temp10.c,
4592         * device/examples/ds390/ow390/thermo21.c,
4593         * device/examples/ds390/ow390/tinilnk.c,
4594         * device/examples/ds390/ow390/tstfind.c,
4595         * device/examples/serialcomm/windows/serial.cpp,
4596         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4597         * device/include/reg51.h: fixed line endings for cvs
4598
4599 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4600
4601         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4602         packRegsForAccUse, packRegisters): new accumulator register
4603         packing algorithm
4604         * support/regression/ports/hc08/support.c (_putchar): suppress
4605         warning of unused variable
4606         * src/SDCCicode.c: added SWAP entry to codeTable
4607
4608 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4609
4610         * device/lib/sprintf.c: forgot to add this file before previous commit
4611
4612 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4613
4614         * src/pic16/gen.c (genPackBits): added operand right in function
4615         parameters, load result directly if p_type is POINTER (that is
4616         called by genNearPointerSet)
4617         * (genUnPackBits): added operand left in function parameters,
4618         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4619         FSR0 if accessing bitfields,
4620
4621 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4622
4623         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4624           _print_format; updated printf, sprintf, vsprintf
4625         * device/include/asm/default/features.h: corrected comment/define
4626         * device/lib/Makefile.in: added sprintf.c
4627         * device/lib/libsdcc.lib: added sprintf module
4628         * device/lib/printf_large.c,
4629         * device/lib/vprintf.c,
4630         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4631           into these 3 files
4632         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4633         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4634         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4635           hc08 test
4636         * support/regression/tests/zeropad.c: define idata as data for hc08
4637
4638 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4639
4640         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4641         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4642         labels are referenced at least once (even if a reference is not found)
4643         * src/hc08/gen.c (emitcode): set isComment flag for comments
4644         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4645         loads), rules 6a..6b (optimize jumps to return)
4646
4647 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4648
4649         * device/lib/acosf.c (acosf),
4650         * device/lib/asinf.c (asinf),
4651         * device/lib/atanf.c (atanf),
4652         * device/lib/ceilf.c (ceilf),
4653         * device/lib/cosf.c (cosf),
4654         * device/lib/coshf.c (coshf),
4655         * device/lib/cotf.c (cotf),
4656         * device/lib/fabsf.c (fabsf),
4657         * device/lib/floorf.c (floorf),
4658         * device/lib/log10f.c (log10f),
4659         * device/lib/logf.c (logf),
4660         * device/lib/sinf.c (sinf),
4661         * device/lib/sinhf.c (sinhf),
4662         * device/lib/sqrtf.c (sqrtf),
4663         * device/lib/tanf.c (tanf),
4664         * device/lib/tanhf.c (tanhf),
4665         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4666         replaced all instances of "reentrant" in the library functions
4667         defined in math.h with this macro.
4668         * support/regression/tests/float_trans.c: reenabled test for hc08
4669
4670 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4671
4672         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4673         erroneously deleted
4674
4675 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4676
4677         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4678         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4679         multi-byte volatile operands are used
4680         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4681         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4682         initialization to area GSINIT0 so that it would always precede
4683         any static initializers in GSINIT
4684         * support/regression/tests/zeropad.c: fixed idata define for hc08
4685         * support/regression/tests/bug-927659.c,
4686         * support/regression/tests/float_trans.c: disabled tests for hc08
4687         pending missing library routines
4688         * .version: increased version number to 2.4.4 - hc08 port now passes
4689         regression tests
4690
4691
4692 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4693
4694         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4695         * Makefile.common.in,
4696         * as/Makefile,
4697         * as/hc08/Makefile.in,
4698         * as/mcs51/Makefile.in,
4699         * as/z80/Makefile.in,
4700         * debugger/mcs51/Makefile.in,
4701         * device/include/Makefile.in,
4702         * device/lib/Makefile.in,
4703         * doc/Makefile,
4704         * link/Makefile,
4705         * link/z80/Makefile.in,
4706         * packihx/Makefile.in,
4707         * sim/ucsim/main_in.mk,
4708         * sim/ucsim/avr.src/Makefile.in,
4709         * sim/ucsim/doc/Makefile.in,
4710         * sim/ucsim/gui.src/serio.src/Makefile.in,
4711         * sim/ucsim/hc08.src/Makefile.in,
4712         * sim/ucsim/s51.src/Makefile.in,
4713         * sim/ucsim/xa.src/Makefile.in,
4714         * sim/ucsim/z80.src/Makefile.in,
4715         * src/Makefile.in,
4716         * support/cpp2/Makefile.in,
4717         * support/librarian/Makefile,
4718         * support/makebin/Makefile: added DESTDIR to the install path proposed
4719         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4720         * doc/sdccman.lyx: added DESTDIR documentation
4721
4722 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4723
4724         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4725         instruction for interrupt handlers, use fast returns when returning
4726         from high priority interrupts
4727
4728 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4729
4730         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4731         code generation
4732         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4733         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4734         bugs, ported much of Bernhard's code from mcs51
4735         * src/mcs51/gen.c (genSend),
4736         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4737         than one when calling a reentrant function
4738         * device/lib/_mullong.c: defined an alternate struct layout for big
4739         endian ports (hc08)
4740
4741 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4742
4743         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4744         test
4745
4746 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4747
4748         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4749         are sane and complete before asking the port its prefered parameter
4750         passing method (fixes bug #1017633)
4751         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4752         and _ret3
4753
4754 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4755
4756         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4757         problem in bitfields >= 8 bits.
4758
4759 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4760
4761         * src/SDCCsymt.c: undid changes that were not meant to be committed
4762
4763 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4764
4765         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4766
4767 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4768
4769         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4770           copied and wrong bit got inverted
4771
4772 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4773
4774         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4775         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4776         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4777         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4778         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4779         assignments to bitfields at known addresses
4780         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4781         reads from bitfields at known addresses
4782         * src/hc08/ralloc.c (packRegisters),
4783         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4784         genhc08Code): optimize pointer get values used as conditionals
4785         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4786         and branch
4787
4788 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4789
4790         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4791         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4792         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4793         as conditionals
4794
4795 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4796
4797         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4798
4799 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4800
4801         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4802         related problems
4803
4804 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4805
4806         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4807
4808 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4809
4810         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4811         mcs51 port
4812
4813 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4814
4815         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4816
4817 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4818
4819         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4820         cases use more compact code.
4821
4822 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4823
4824         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4825
4826 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4827
4828         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4829
4830 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4831
4832         * src/SDCCsymt.h,
4833         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4834         parameter of changePointer() from symbol* to sym_link*
4835         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4836         * src/SDCCsymt.c (compareType): void* type is castable to other
4837         pointers, but not necesarily an exact match.
4838         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4839         is no longer blindly treated as an exact match.
4840         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4841
4842 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4843
4844         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4845
4846 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4847
4848         * src/pic/gen.c,
4849         * src/pic/pcode.c,
4850         * src/pic/ralloc.h,
4851         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4852
4853 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4854
4855         * src/pic/device.c,
4856         * src/pic/device.h,
4857         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4858
4859 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4860
4861         * src/mcs51/gen.c (emitcode): fixed bug #992819
4862
4863 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4864
4865         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4866           there's no need to make it worse
4867
4868 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4869
4870         * src/mcs51/ralloc.c (deassignLR),
4871         * src/ds390/ralloc.c (deassignLR),
4872         * src/hc08/ralloc.c (deassignLR),
4873         * src/z80/ralloc.c (deassignLR),
4874         * src/pic/ralloc.c (deassignLR),
4875         * src/pic16/ralloc.c (deassignLR),
4876         * src/avr/ralloc.c (deassignLR),
4877         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4878         rlivePoint): fixed another part of bug #971834
4879
4880 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4881
4882         * src/z80/main.c: enabled "critical" keyword
4883         * src/z80/mappings.i,
4884         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4885         functions (fixes bug #979646)
4886         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4887
4888 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4889
4890         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4891           such as c:\mydir.
4892
4893 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4894
4895         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4896           doesn't disable too much optimizations
4897
4898 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4899
4900         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4901
4902 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4903
4904         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4905
4906 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4907
4908         * src/pic/gen.c tidied up tabs
4909         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4910         * src/pic/main.c tidied up tabs
4911         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4912         * src/pic/pcoderegs.c tidied up tabs
4913         * src/pic/ralloc.c tidied up tabs
4914
4915 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4916
4917         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4918         to S_FIXED for pic16 port and when symbol is not in level 0,
4919         allocate for S_REGISTER storage class and pic16 port, too,
4920         * src/pic16/device.h: prototype for checkSym,
4921         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4922         * (pic16_assignConfigWordValue): test the value and the mask to
4923         validate that the value is suitable for the configuration word,
4924         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4925         collect extern declared symbols, don't emit symbol twice, check
4926         first if symbol is in publics set first,
4927         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4928         * added command line '--fstack' which enables an experimental
4929         feature for stack access, too buggy to be used yet...
4930         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4931         * (pic16_allocDirReg): when register has storage class S_REGISTER
4932         allocate in pic16_dynAccessRegs,
4933         * device/include/pic16/pic18f????.h: modified configuration word
4934         naming convention, words started as CONFIG0H but should be CONFIG1H
4935
4936 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4937
4938         * device/include/mcs51reg.h: fixed bug 970993
4939
4940 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4941
4942         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4943         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4944         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4945         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4946         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4947         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4948           error/warning numbers,
4949           added function setWarningDisabled()
4950         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4951         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4952           _memcmp.c _memmove.c calloc.c realloc.c free.c
4953         * support/regression/tests/malloc.c: added tests for new functionality
4954         * support/regression/tests/zeropad.c: added tests for truncated initializers
4955           and initialized char arrays starting with '\x0'
4956         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4957
4958 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4959
4960         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4961
4962 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4963
4964         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4965         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4966         peephole 177.e. Thanks to anonymous
4967
4968 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4969
4970         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4971         function isn't used in the source but referenced as a
4972         variable initializer then declare it as extern in .asm file
4973
4974 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4975
4976         * .version: increased version number to 2.4.3
4977
4978         Adding version extension according to ChangeLog CVS revision
4979         * src/Makefile.in (target all): added dependency 'version.h'
4980         * (rule version.h): added rule to create version.h from ChangeLog,
4981         * (rule dep): added dependency version.h,
4982         * src/version.awk: AWK script to create version.h
4983         * src/SDCCdwarf2.c (dwWriteModule),
4984         * src/SDCCglue.c (initialComments),
4985         * src/SDCCmain.c (printVersionInfo): modified to write after
4986         version string the version extension number,
4987         * src/SDCCutil.c: included "version.h"
4988         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4989         number,
4990         * src/SDCCutil.h: added prototype for getBuildNumber
4991
4992         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4993         includeDirsSet, too,
4994         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4995         const char [] is found in function prototype...
4996
4997         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4998         moving to WREG with source is already in WREG,
4999         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5000         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5001         * (aopForSym): stack'ed symbols are partially supported, added
5002         if-clause to support symbols in FARSPACE,
5003         * (sameRegs): added test for AOP_ACC to see if registers are same,
5004         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5005         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5006         * (pic16_popRegFromString): will not allocate a new register if it
5007         doesn't find one by name, bug may have introduced...
5008         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5009         * (genIpush): revived to use pic16 port's stack,
5010         * (genAddrOf): added incomplete case for stack'ed operand,
5011         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5012         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5013         can handle multibyte operands,
5014         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5015         * (pic16initialComments): added message for MPLAB compatibility
5016         mode enabled,
5017         * src/pic16/main.h: prototype for pic16_mplab_comp,
5018         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5019         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5020         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5021         because of increased complexity of procedure,
5022         * (_process_pragma): stack pragma changed to format 'stack pos len',
5023         emit symbol '_stack_end' to conform with gplink,
5024         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5025         to search for register,
5026         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5027         PO_GPR_REGISTER,
5028         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5029         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5030         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5031         case for PO_GPR_REGISTER,
5032         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5033         dies, the new era is ahead !...
5034         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5035         pic16_dynInternalRegs,
5036         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5037         * (pic16_allocDirReg): minor optimizations and bug fixes,
5038         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5039
5040         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5041         load stack and frame pointer with address of 'stack_end' symbol
5042
5043 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5044
5045         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5046         without source code but only variable initializers
5047
5048 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5049
5050         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5051         external are not declared as extern to reduce overhead while linking
5052
5053 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5054
5055         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5056
5057 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5058
5059         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5060           Yee Keat for the patch
5061         * src/SDCCast.c (decorateType): fixed bug #979599
5062         * src/ds390/gen.h: removed local fReturnSizeDS390
5063         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5064         * src/ds390/gen.c (genAnd, genOr, genXor),
5065         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5066
5067 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5068
5069         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5070         add relFilesSet to $3, manipulate $2 to handle linking of object
5071         files without source files in command line,
5072         * device/include/pic16 (all headers): added ID location macros,
5073         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5074         entries for ID location bytes,
5075         * (pic16_assignIdByteValue): NEW,
5076         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5077         added field dumpcalltree to pic16_options_t,
5078         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5079         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5080         emitting rFalseIfx label after check_carry label,
5081         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5082         pic16_emitDIRegs), NEW
5083         * (pic16glue): dump .calltree file when option --calltree found,
5084         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5085         * (_pic16_genAssemblerPreamble): emit ID locations after
5086         configuration registers,
5087         * (pic16_linkCmd): modifications of the link command,
5088         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5089         * (pic16_pCodeInitRegisters): don't init stack registers,
5090         * (pic16_findPrevInstruction): fixed bug,
5091         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5092         bug with immediate registers,
5093         * (buildCallTree): traces stack push and pop,
5094         * (pct2): dump also stack usage for each function,
5095         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5096         * (pic16_allocDirReg): various modifications,
5097         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5098         fixed to 1,
5099
5100 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5101
5102         * src/pic16/pcode.c: removed buggy double colon
5103
5104 2004-07-01 Borut Razem <borut.razem AT siol.net>
5105
5106         * support/scripts/sdcc.nsi: added include/pic16 to setup
5107
5108 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5109
5110         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5111         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5112         target 'clean',
5113         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5114         specific command line arguments. Also added sample lkr script
5115         for placing a variable at a specific memory bank.
5116         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5117         at a specific memory bank,
5118         * (pic16_dump_isection): fixed bug which caused string literals to
5119         be omitted when dumping idata section,
5120         * (pic16_groupRegistersInSection): added code to handle registers
5121         in specific memory banks,
5122         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5123         public, all references are renamed too,
5124         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5125         AOP_DPTR2,
5126         * (pic16_storeForReturn): added case to handle when dest is WREG,
5127         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5128         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5129         pic16_rel_udata, check to see if that register is marked as being
5130         a member of a specific memory bank,
5131         * (pic16_printIvalCharPtr): added code to add string literals either
5132         to code or the idata sections,
5133         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5134         also accept the 'udata' pragma,
5135         * src/pic16/main.h: new structure types sectName and sectSym
5136         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5137         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5138         * (pic16_findPrevInstruction): fixed, it returned nothing,
5139         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5140         instruction combinations,
5141         * (pic16_FixRegisterBanking): heavily reorganised,
5142         * (pic16_AnalyzeBanking): if generating banksel directives is
5143         disabled, then don't call FixRegisterBanking at all,
5144         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5145         completely removed,
5146         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5147
5148 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5149
5150         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5151         Phuah Yee Keat <yk.phuah AT nestac.com>
5152
5153 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5154
5155         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5156         correctly the IVT even if it is relocated to some other location
5157
5158 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5159
5160         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5161         * device/include/pic16/pic18f2220.h: NEW,
5162         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5163         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5164         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5165         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5166         nodefaultlibs, ivt_loc is the location of the interrupt vector
5167         table, and nodefaultlibs signs that default libraries should not be
5168         linked in link stage,
5169         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5170         according to --ivt-loc argument,
5171         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5172         when pragma stack is found,
5173
5174 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5175
5176         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5177         256 (range check), 257 (do while), 258.a-f (bit banging
5178         f.e. on 3-wire SPI bus)
5179
5180 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5181
5182         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5183         variables used exclusively within a loop
5184
5185 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5186
5187         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5188
5189 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5190
5191         * src/SDCClrange.c (computeClash): fixed bug #971834
5192
5193 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5194
5195         * src/mcs51/gen.c (genCmp): fixed bug #975903
5196         * src/hc08/gen.c (operandsEqu),
5197         * src/ds390/gen.c (operandsEqu),
5198         * src/z80/gen.c (operandsEqu),
5199         * src/pic/gen.c (operandsEqu),
5200         * src/pic16/gen.c (operandsEqu),
5201         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5202         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5203
5204 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5205
5206         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5207
5208 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5209
5210         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5211         default case in switch statement,
5212         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5213         to eliminate problem with initialisation of pointers, but problem
5214         still exists,
5215         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5216         * (emitStaticSegment): removed various lines emitting debug info,
5217         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5218         added processor registers for utilizing EEPROM,
5219         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5220         configurable and set 8
5221
5222 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5223
5224         * .version: increased version number to 2.4.2,
5225
5226         Cumulative patch for pic16 port
5227         * src/pic16/device.c: changed scheme to dump initial values for
5228         variables in idata segment, all print_idata* functions were removed,
5229         now the pic16_printIval* will be called,
5230         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5231         * _pic16_printPointerType, pic16_printPointerType,
5232         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5233         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5234         NEW, similar to the respective functions in SDCCglue.c,
5235         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5236         way, emitting hex bytes,
5237         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5238
5239 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5240
5241         * src/avr/ralloc.c (serialRegAssign),
5242         * src/xa51/ralloc.c (serialRegAssign),
5243         * src/pic/ralloc.c (serialRegAssign),
5244         * src/pic16/ralloc.c (serialRegAssign),
5245         * src/hc08/ralloc.c (serialRegAssign),
5246         * src/z80/ralloc.c (serialRegAssign),
5247         * src/ds390/ralloc.c (serialRegAssign),
5248         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5249
5250 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5251
5252         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5253         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5254
5255 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5256
5257         Cumulative patch for pic16 port:
5258         * src/pic16/device.h (typedef PIC16_device) modified fields for
5259         defining microcontrollers,
5260         * src/pic16/device.c: added new info for all devices in Pics16 array,
5261         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5262         to be optimised out by the pCode optimiser,
5263         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5264         specially, bug reported by G.M. Gallant,
5265         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5266         as force'd so that cannot be optimised out by pCode optimiser,
5267         * src/pic16/pcode.c,
5268         * src/pic16/pcodepeeph.c,
5269         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5270         they are disabled by default, but can be enabled explicit with
5271         command argument --denable-peeps, for testing,
5272         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5273         --pomit-ivt in COMPILE_FLAGS
5274
5275 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5276
5277         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5278           compilation on MSVC
5279
5280 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5281
5282         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5283
5284 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5285
5286         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5287         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5288
5289 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5290
5291         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5292         would only assign 0x300001 register.
5293
5294 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5295
5296         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5297         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5298
5299 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5300
5301         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5302         for ds80c400
5303         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5304         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5305         added peephole 254 (left shift), 255 (jump table)
5306
5307 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5308
5309         * device/lib/Makefile.in: removed comment line with model-pic16,
5310         * (target port-specific-objects-pic16): the libraries and objects
5311         are copied to the build directory form the device/lib/pic16/bin
5312         directory
5313
5314         Cumulative patch concerning pic16 port:
5315         * library directory has been re-organized,
5316         * added support for PIC18F1220,
5317         * added headers and library sources for chips 18f1220,18f6520,
5318         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5319
5320         * configuration registers setting has changed, now each supported
5321         device has a complete description of the registers it uses,
5322         * all initialisations are moved to idata sections, these section
5323         can be absolute or relocatable,
5324         * fixed initialisation of codespace variables,
5325         * fixed warning about PCLATU and gpsim,
5326         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5327         * (genAssign): use table reads when assigning from variables in codespace,
5328         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5329         char/int variables placed in codespace,
5330         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5331         registers set in .asm file, no need for --pomit-config-words anymore,
5332         * (pic16glue): some 8051 legacy segments are commented out
5333         (to be removed completely),
5334         * added support for alternative assembler and linker with --asm=
5335         and --link= command line arguments,
5336         * peepholes are disabled automatically in the port, no need to
5337         specify on command line,
5338         * port supports natively char/int/long multiplication, but converts
5339         all divisions to support functions,
5340         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5341         to the file set in variable $2,
5342         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5343         strings in ASCII format and not in hex,
5344         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5345         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5346         allocate proper register if iCodes aren't temporary,
5347
5348 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5349
5350         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5351
5352 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5353
5354         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5355         is commented out
5356
5357 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5358
5359         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5360         computed address is reused
5361         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5362         multi-byte bitfields
5363
5364 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5365
5366         * src/z80/gen.c: (genArrayInit): must check for pointers too
5367
5368 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5369
5370         * support/regression/tests/zeropad.c: never meant to commit the
5371           nestedstruct test: removed, added check for GCC version
5372
5373 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5374
5375         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5376         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5377         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5378           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5379           bugs 928906 and 954082 half-empty initializers
5380         * src/SDCCsymt.h,
5381         * src/SDCCsymt.c (getAllocSize): added for above fix
5382         * src/z80/gen.c (genArrayInit): fixed bug 741044
5383         * support/regression/tests/zeropad.c: added tests
5384
5385 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5386
5387         * src/pic16/device.c (pic16_dump_section): corrected bug which
5388         caused some symbols of the libraries to be misplaced
5389
5390 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5391
5392         * src/pic16/glue.c,
5393         * src/pic16/ralloc.h,
5394         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5395         to fix conflict with pic port
5396
5397 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5398
5399         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5400         externs configuration variables,
5401         * src/pic16/ralloc.h,
5402         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5403         prototype in header, commented out some debug messages
5404
5405 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5406
5407         * src/pic16/glue.c,
5408         * src/pic16/main.c,
5409         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5410         for gpasm COFF object generation. Thanks to D. Hawkins for
5411         his patch info
5412
5413 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5414
5415         * src/ds390/main.c,
5416         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5417         Brock for spotting this)
5418         * src/ds390/gen.c (genEndFunction),
5419         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5420         interrupt handler and critical. Disable push/pop optimizations when
5421         peephole optimizations disabled.
5422
5423 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5424
5425         Updated pic16 library sources and headers.
5426         * device/lib/pic16/pic18f*/ ,
5427         * device/include/pic16/*.h: modified to handle structured SFR
5428         definitions
5429
5430 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5431
5432         * src/port.h (PORT structure): added hook initPaths, now each
5433         port can declare its own default search paths,
5434         which can been seen with the --print-search-dirs option,
5435         see pic16 port for example,
5436         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5437         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5438         * (doPrintSearchDirs): NEW, replaces in a central manner the
5439         printing of search dirs which was split in set*Paths functions,
5440         * (main): added call to port->initPaths and doPrintSearchDirs,
5441         * src/avr/main.c,
5442         * src/ds390/main.c,
5443         * src/hc08/main.c,
5444         * src/izt/i186.c,
5445         * src/izt/tlcs900h.c,
5446         * src/mcs51/main.c,
5447         * src/pic/main.c,
5448         * src/pic16/main.c: modified port structures to reflect addition of
5449         initPaths hook,
5450
5451         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5452         * (pic16_dump_section): for registers in same address reserve memory once,
5453         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5454         to no_banksel,
5455         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5456         result is greater in size than right or left,
5457         * (pic16_genUMult8X8_8): there are some cases where the result can
5458         be 16 bits size, so handle these,
5459         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5460         * (pic16_outBitC): modified to emit pcodes,
5461         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5462         or not,
5463         * (genDivOneByte): implemented algorithm to divide 8-bits,
5464         * (genCmp): uncommented goto, but issues still exist,
5465         * (genAnd): fixed a bug with variables >8bits,
5466         * (genPackBits): optimization added that uses BCF/BSF to change a
5467         single bit,
5468         * (genAssign): fixed bug when assigning floating point literals,
5469         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5470         __sdcc_gsinit_startup label,
5471         * src/pic16/main.c (_pic16_init): removed search directory
5472         initialisations,
5473         * (_pic16_initPaths): NEW, used to initialise search directories,
5474         * (_hasNativeMulFor): support functions for all except char/int
5475         multiplication, and char division,
5476         * (PIC16_port struct): modified entry for native mul support,
5477         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5478         no_banksel option,
5479         * (buildCallTree): call to register_usage is ifdef'ed out,
5480
5481 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5482
5483         * device/include/string.h: applied Stas Sergeev's patch to make this
5484         header file compatible with the preprocessor -Wundef option
5485         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5486         failure (fixes bug #941458)
5487
5488 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5489
5490         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5491         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5492         that the variable, not the function, should be static
5493         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5494         to be consistent with non-literal case
5495
5496 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5497
5498         * src/SDCCast.c (isConformingBody): fixed bug #949967
5499         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5500         convilong): fixed bug #952086
5501
5502 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5503
5504         * src/SDCCmem.c (allocVariables): fixed bug #955321
5505
5506 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5507
5508         * src/hc08/main.c (_hc08_genAssemblerEnd),
5509         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5510         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5511         completely eliminated the use of a temporary file
5512         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5513         when more than one file linked
5514         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5515
5516 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5517
5518         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5519         which fixes bug #543481
5520         * support/regression/tests/bug-751703.c: fixed comments left from a
5521         cut and paste error
5522         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5523         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5524         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5525         scopes
5526         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5527         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5528         are now changed to underscores in moduleName
5529
5530 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5531
5532         * as/mcs51/lkmem.c: better fix for bug #954173
5533
5534 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5535         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5536
5537         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5538         * device/include/c8051f000.h,
5539         * device/include/c8051f120.h,
5540         * device/include/c8051f300.h,
5541         * device/include/c8051f310.h,
5542         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5543         PWM16) and detab'ed
5544
5545 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5546
5547         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5548         and mailing lists, doc'ed --no-peep-comments, removed reference
5549         to knoppix (newest version has no LyX/LaTeX), other minor changes
5550         * src/SDCCglue.c (glue): save 2 bytes stack space with
5551         option --main-return. The ljmp could probably be avoided too
5552
5553 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5554
5555         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5556
5557 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5558
5559         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5560         * src/SDCCopt.c (isLocalWithoutDef),
5561         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5562         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5563         (credit to Maarten Brock for patch #949363, on which this is based)
5564         * support/regression/tests/bug-751703.c: some test cases of extern used
5565         within inner scopes.
5566
5567 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5568
5569         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5570         SPEC_STRUCT
5571         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5572         struct definitions
5573         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5574         dwWriteLabel): fix to create valid debugger symbols even when
5575         the module name has non-alphanumeric symbols in it
5576         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5577         when a variable's allocation has been optimized away
5578
5579
5580 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5581
5582         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5583         * src/hc08/main.c,
5584         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5585         * src/mcs51/main.c,
5586         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5587         * src/ds390/main.c,
5588         * src/z80/gen.c (z80_emitDebuggerSymbol),
5589         * src/z80/main.c,
5590         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5591         * src/pic/main.c,
5592         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5593         * src/pic16/main.c,
5594         * src/avr/gen.c (avr_emitDebuggerSymbol),
5595         * src/avr/main.c,
5596         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5597         * src/xa51/main.c,
5598         * src/SDCCdebug.c (emitDebuggerSymbol),
5599         * src/SDCCdebug.h,
5600         * src/port.h: added a debugger struct to the port struct. Added a
5601         callback for defining debugger symbols
5602
5603         * src/SDCCast.c (createLabel),
5604         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5605         with isitmp = 1
5606         * src/SDCCicode.h,
5607         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5608         iCode back to the ast for the function
5609
5610         * src/hc08/ralloc.c (hc08_assignRegisters),
5611         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5612         unneeded fields from the regs struct.
5613         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5614         pushReg() & pullReg() functions instead of emitcode()
5615
5616         * src/hc08/gen.c (genLabel, genhc08Code),
5617         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5618
5619         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5620         debugger hooks
5621
5622         * src/hc08/gen.c (genEndFunction, genhc08Code),
5623         * src/hc08/gen.h,
5624         * src/mcs51/gen.c (genEndFunction, gen51Code),
5625         * src/mcs51/gen.h,
5626         * src/ds390/gen.c (genEndFunction, gen390Code),
5627         * src/ds390/gen.h,
5628         * src/z80/gen.c (genEndFunction, genZ80Code),
5629         * src/z80/gen.h,
5630         * src/z80/z80.h,
5631         * src/pic/gen.c (genEndFunction, genpic14Code),
5632         * src/pic/gen.h,
5633         * src/pic16/gen.c (genEndFunction, genpic16Code),
5634         * src/pic16/gen.h,
5635         * src/avr/gen.c (genEndFunction, genAVRCode),
5636         * src/avr/gen.h,
5637         * src/xa51/gen.c (genEndFunction, genXA51Code),
5638         * src/xa51/gen.h,
5639         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5640         specific code to cdbFile.c and out of the backend code generators
5641
5642         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5643         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5644         starting address is now 0
5645
5646         * as/hc08/asm.h,
5647         * as/hc08/m08pst.c,
5648         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5649         assembler directive for DWARF support
5650         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5651
5652         * src/src.dsp,
5653         * src/Makefile.in,
5654         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5655
5656 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5657
5658         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5659         and inappropriate peephole optimization in jump tables
5660
5661 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5662
5663         * as/hc08/m08pst.c,
5664         * src/SDCCglue.c: sdccopt works for the hc08 port now
5665
5666 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5667
5668         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5669
5670 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5671
5672         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5673
5674 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5675
5676         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5677         rules
5678         * src/SDCCmain.c,
5679         * src/SDCCglobl.h,
5680         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5681         comments from the peephole optimizer replacement rules
5682         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5683         symbols
5684         * src/SDCCcse.c (updateSpillLocation),
5685         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5686         equivalents
5687         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5688         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5689         objects far pointers
5690
5691 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5692
5693         * src/SDCCsymt.h: a missing part of my last change
5694         * src/pic/ralloc.c (regTypeNum),
5695         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5696
5697 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5698
5699         * src/SDCCicode.h,
5700         * src/SDCCicode.c (aggrToPtrDclType),
5701         * src/SDCCptropt.h,
5702         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5703         ptrPseudoSymConvert),
5704         * src/pic/ralloc.c (regTypeNum),
5705         * src/pic16/ralloc.c (regTypeNum),
5706         * src/hc08/ralloc.c (regTypeNum),
5707         * src/ds390/ralloc.c (regTypeNum),
5708         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5709         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5710
5711 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5712
5713         * link/z80/lkmain.c (afile),
5714         * as/hc08/lkmain.c (afile),
5715         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5716         prevent a pointer problem when a filename has no directory and
5717         no extension specified.
5718
5719 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5720
5721         * link/z80/lkmain.c (afile): allow periods in directory names
5722         * link/z80/lkmain.c (afile),
5723         * as/mcs51/lkmain.c (afile),
5724         * as/hc08/lkmain.c (afile): allow linker script file to have an
5725         extension other than ".lnk"
5726         * link/z80/lklex.c (getfid),
5727         * link/z80/lkmain.c (parse),
5728         * as/mcs51/lklex.c (getfid),
5729         * as/mcs51/lkmain.c (parse),
5730         * as/hc08/lklex.c (getfid),
5731         * as/hc08/lkmain.c (parse): Support comments in the linker script
5732         file on lines by themselves and after filenames
5733
5734 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5735
5736         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5737
5738 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5739
5740         * src/z80/peeph-z80.def: removed some peephole rules that don't
5741         work with multibyte arithmetic (fixed bug #937126)
5742         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5743         to registers and not global variables
5744         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5745         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5746         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5747         checking for assignments not internally generated (fixed bug #931895)
5748         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5749         structure member (fixed bug #930072)
5750
5751 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5752
5753         * src/SDCCmain.c (linkEdit),
5754         * src/hc08/main.c (_hc08_parseOptions),
5755         * as/hc08/Makefile.in,
5756         * as/hc08/aslink.h,
5757         * as/hc08/asm.h,
5758         * as/hc08/m08pst.c,
5759         * as/hc08/lkrloc.c (relr, rele),
5760         * as/hc08/lkarea.c (lnkarea)
5761         * as/hc08/lkmain.c (afile, parse),
5762         * as/hc08/lkelf.c: support for ELF output
5763         * as/hc08/lks19.c (s19),
5764         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5765
5766 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5767
5768         * as/mcs51/lkihx.c: Fixed bug #899105.
5769
5770 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5771
5772         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5773         .dsp files from Unix to DOS.
5774
5775 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5776
5777         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5778         function pointers; we have been compliant for several months now.
5779         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5780         change that was accidently commented out
5781         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5782         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5783         bug #922319
5784
5785 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5786
5787         * src/hc08/gen.c: output of all of the internal debugging information
5788         is now controlled by the D() macro; it is disabled by default
5789
5790 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5791
5792         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5793         harder to keep the same registers during a CAST iCode
5794         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5795         long via int can be done in a single cast, if the signedness is
5796         correct.
5797         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5798         putchar() in tinibios.c in ds390's library
5799
5800 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5801
5802         * src/SDCCast.c (decorateType): fixed bug #898889,
5803         cast result of a literal complement too
5804         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5805         fixed check for bitfields
5806
5807 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5808
5809         * src/SDCCicode.c (geniCodeLogic): made it static,
5810         (geniCodeLogicAndOr): added in order to fix bug #905492,
5811         (ast2iCode): fixed bug #905492
5812         * support/regression/tests/bug-905492.c: added
5813         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5814         (processParms): fixed bug #927659: don't copy parms, this will clear
5815         decorated flag
5816         * support/regression/tests/bug-927659.c: added
5817
5818 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5819
5820         * src/SDCCast.c (addCast): don't cast float to char
5821         * device/lib/libsdcc.lib: added _memmove
5822
5823 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5824
5825         * device/lib/large/Makefile: fixed parallel execution by
5826         replacing `make` by `$(MAKE)`
5827
5828 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5829
5830         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5831         offsets (fixes bug #923936)
5832
5833 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5834
5835         * device/lib/small/Makefile: fixed parallel execution by
5836         replacing `make` by `$(MAKE)`
5837
5838 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5839
5840         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5841
5842 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5843
5844         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5845         * src/regression/Makefile: Regression test was not running.
5846
5847 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5848
5849         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5850         complement if possible
5851         * src/SDCCval.c (valComplement),
5852         * src/SDCCicode.c (operandOperation): fixed complement of literal
5853         * support/regression/tests/onebyte.c (testComplement): added
5854
5855 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5856
5857         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5858         return an optimized tree; actually replace actParm with the new tree
5859         * src/SDCCast.h: added some parantheses to remove side effects
5860         * support/regression/tests/bug-920866.c
5861
5862 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5863         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5864         Bit operands were not being handled properly in the pic14 port.
5865         (now src/regression/add.c passes again).
5866
5867 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5868
5869         * src/SDCC.y (labeled_statement): case and default no longer require
5870         a following statement (RFE #893037)
5871
5872 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5873
5874         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5875         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5876         disabled (fixes bug #916294)
5877         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5878         "mov a,acc"; patch provided by Lenny Story
5879         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5880
5881 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5882
5883         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5884         functions
5885         * src/ds390/gen.c (genFunction, genEndFunction),
5886         * src/ds390/ralloc.c (ds390_assignRegisters),
5887         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5888         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5889         pushed if there are parameters passed on the stack. Also, a cleaner
5890         way to decide if r0/r1 should be pushed/popped. (Together they fix
5891         bug #918693)
5892
5893 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5894
5895         * doc/sdccman.lyx,
5896         * device/lib/mcs51/crtpagesfr.asm,
5897         * device/lib/mcs51/crtxinit.asm,
5898         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5899         to avoid confusion with Si Lab's SFRPAGE register.
5900
5901 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5902
5903         * src/SDCCglue.c (emitMaps): allow public sfr variables
5904         * src/SDCCglue.c (initialComments): include compiler build date
5905         with compiler version and put the timestamp of the generated
5906         assembly file on a serperate line to be less confusing.
5907         * src/port.h: added genInitStartup hook
5908         * src/avr/main.c,
5909         * src/ds390/main.c,
5910         * src/hc08/main.c,
5911         * src/pic/main.c,
5912         * src/pic16/main.c,
5913         * src/xa51/main.c,
5914         * src/z80/main.c: genInitStartup initialize as NULL (default to
5915         historical behaviour)
5916         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5917         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5918         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5919         library instead of hard coding it into the compiler.
5920         * support/regression/ports/mcs51-stack-auto/spec.mk,
5921         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5922         * device/lib/mcs51/Makefile,
5923         * device/lib/small/Makefile,
5924         * device/lib/large/Makefile,
5925         * device/lib/mcs51/crtpagesfr.asm,
5926         * device/lib/mcs51/crtstart.asm,
5927         * device/lib/mcs51/crtxclear.asm,
5928         * device/lib/mcs51/crtxinit.asm,
5929         * device/lib/mcs51/crtclear.asm,
5930         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5931         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5932         and into user configurable files.
5933         * device/lib/clean.mk: clean mcs51 directory too
5934         * support/regression/tests/longlit.c: added static to T1 declaration
5935         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5936         accesses in the initialization code
5937
5938 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5939
5940         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5941         OSCTRIMVAL as noted in bug #916008
5942
5943 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5944
5945         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5946         in loops with multiple exits (reported as incorrect registers
5947         used by Martin Helmling in Sdcc-user list)
5948
5949 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5950
5951         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5952         made ds390 register extensions look less like error messages
5953
5954 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5955
5956         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5957         reported by Adam Wozniak in Sdcc-user list
5958
5959 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5960
5961         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5962         arithmetic optimizations, added debug output
5963
5964 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5965
5966         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5967         * sdcc.spec: updated and split sdcc into 3 rpms
5968         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5969         needed for literals of LEFT_OP and '+'
5970         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5971         introduced RESULT_TYPE_NOPROM
5972         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5973         left shift
5974         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5975         limited promotion to int only for '*'
5976         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5977
5978 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5979
5980         * src/pic16/gen.c (genSkip),
5981         (genc16bit2lit), (gencjneshort): commented out
5982         (is_LitOp): new helper function, checks operand type
5983         (genCmpEq): rewritten
5984
5985 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5986
5987         * support/regression/tests/bug-908454.c: added
5988
5989 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5990
5991         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5992         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5993         (geniCodeCast): cosmetic, don't preserve bit storage class
5994         (geniCodeLeftShift): added promotion
5995         (geniCodeLogic): fixed regression
5996         * src/SDCCsymt.c (computeTypeOr): accept bits too
5997         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5998
5999 2004-03-07  Borut Razem <borut.razem AT siol.net>
6000
6001         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6002
6003 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6004
6005         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6006         version of pic16_genPackRegisters which does not check if ic is a
6007         CAST operator,
6008         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6009         function cause string1.c regression test fails
6010
6011 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6012
6013         * sim/ucsim/configure.in,
6014         * sim/ucsim/configure,
6015         * sim/ucsim/doc/Makefile.in: use docdir
6016         * src/SDCC.y: fixed sbit atrributes
6017         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6018         * src/SDCCast.c (decorateType): |^& need special promotion handling
6019         * src/SDCCast.h,
6020         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6021         * src/SDCCsymt.h (computeType),
6022         * src/SDCCicode.c: computeType() needs op
6023         * src/SDCCsymt.c (checkTypeSanity),
6024         * doc/sddman.lyx: "plain" bitfields are unsigned
6025         * src/SDCCsymt.c (computeTypeOr): added
6026         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6027         |^& ops
6028         * src/SDCCval.c (val*): computeType() needs op
6029         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6030         * support/regression/tests/onebyte.c: added tests for |^&
6031
6032 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6033
6034         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6035         for writing icode into asm output.
6036
6037 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6038
6039         * src/pic16/device.c: added some debug lines enabled
6040         with macro DEBUG_CHECK,
6041         * src/pic16/genarith.c: more debug in genPlus,
6042         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6043         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6044         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6045         * (aopForSym): onStack symbols are re-placed in data memspace,
6046         and onStack flag is cleared,
6047         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6048         copy temporary pcodeop,
6049         * (genPcall): added warning for not updating PCLATU,
6050         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6051         always true for pic16 port,
6052         * (genMultOneWord): NEW, supports integer multiplication,
6053         * (genMult): modified to call genMultOneWord,
6054         * (ifxForOp): added warning when return NULL,
6055         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6056         flag is set before call to operandFromSymbol for implicit
6057         added structures,
6058         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6059         options.intlong_rent are set by default,
6060         * (_hasNativeMulFor): modified to allow port generation of integer
6061         multiplication,
6062         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6063         set regtype to REG_SFR for all registers, restricting seting the
6064         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6065
6066 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6067
6068         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6069         more than 500 times in the regression tests
6070
6071 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6072
6073         * support/Util/SDCCerr.h,
6074         * support/Util/SDCCerr.c,
6075         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6076         enumerator_list),
6077         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6078         for symbol conflicts.
6079         * support/valdiags/tests/enum.c,
6080         * support/valdiags/tests/tentdecl.c,
6081         * support/valdiags/tests/struct.c: expect possible error messages
6082         referring to original symbol definitions.
6083         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6084         * src/SDCCsymt.h,
6085         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6086
6087 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6088
6089         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6090
6091 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6092
6093         * src/pic16/ralloc.c (newReg): fixed bug #908929
6094
6095 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6096
6097         * src/ds390/gen.c: added missing #include "main.h"
6098
6099 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6100
6101         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6102         checking if symbol is already in set,
6103         * src/pic16/device.h: prototype for checkAddSym,
6104         * src/pic16/gen.c: (_G): added entry interruptvector,
6105         * (assignResultValue): removed some commented out lines,
6106         * (genFunction): check for ISR via sym->type, absolute section for
6107         interrupt code is created via a new pBlock, the goto instruction is
6108         placed now correctly at the interrupt vector position, changed all
6109         references from ivec to _G.interruptvector,
6110         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6111         is the interrupt is a high priority one, same for return from ISR,
6112         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6113         externs to calls of checkAddSym,
6114         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6115         pic16_pcode_verbose flag is set,
6116         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6117         * src/pic16/pcoderegs.c: message about how many registers are saved
6118         will only be emitted if pic16_pcode_verbose flag is set,
6119
6120 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6121
6122         * src/ds390/ralloc.h,
6123         * src/ds390/ralloc.c (ds390_regWithIdx),
6124         * src/ds390/gen.c (emitcode),
6125         * src/ds390/main.h,
6126         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6127         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6128         ds390operandCompare, getRegsRead, getRegsWritten,
6129         initializeAsmLineNode): customized instruction size calculation for
6130         ds390, started basis for some register optimizations
6131         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6132         corresponding assembly output
6133         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6134         missing push/pop of r0/r1. Optimized push/pops
6135
6136 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6137
6138         * src/mcs51/main.c (instructionSize): fixed ACALL size
6139         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6140
6141 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6142
6143         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6144         the sorting of rlist with NULL elements
6145         * (print_idataType, print_idata): NEW to create idata sections
6146         * src/pic16/device.h: idataSymSet new variable
6147         * src/pic16/gen.c (genFunction): fixed some bugs in string
6148         comparing, improved the absolute section creation for ISRs,
6149         added FSR0L/FSR0H in registers that are saved in an ISR,
6150         * (genInline): fixed the processing of inline snippets,
6151         now they undergo no process by the peephole optimizer
6152         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6153         are placed in idataSymSet,
6154         * (pic16emitStaticSeg): extern symbols are added in externs,
6155         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6156         switching when aboslute variables are placed in access bank memory
6157         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6158         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6159         commented out with #if,
6160         * (pic16_packRegisters): reintroduce the check for CAST because some
6161         symbols are not correctly handled,
6162         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6163         pCodeInstruction instead of pCode,
6164         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6165         pCodeAsmDir definition,
6166         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6167         directive, then the argument directive is emitted without the leading
6168         tab, hack for inline labels which must be in the first column,
6169         * (compareLabel,pic16_findNextInstruction),
6170         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6171         * (insertBankSwitch): modified for the new pCodeAsmDir,
6172
6173 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6174         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6175
6176         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6177         instance,
6178         * (pushSide): commented out with #if,
6179         * (assignResultValue): fixed some typos in saving
6180         registers,
6181         * (genPcall): FIXED and sync'ed with genCall,
6182         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6183         * (genNearPointerGet): fixed to handle some more cases,
6184         implementation scheme via table reads,
6185         * (genConstPointerGet): modified to access code memory correct,
6186         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6187         and improved to handle some cases
6188         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6189         instead of "RETLW" for init data
6190         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6191         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6192         variables are placed in access bank memory (<0x80 and >=0xf80),
6193         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6194         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6195         TBLWT_POSTDEC,TBLWT_PREINC
6196         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6197         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6198         directives
6199         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6200         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6201         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6202         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6203
6204 2004-02-29  Borut Razem <borut.razem AT siol.net>
6205
6206         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6207         support/Util/findme.h, support/Util/system.h: enhance binary relative
6208         search for lib and include by using findProgramPath()
6209
6210 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6211
6212         * src/SDCCpeeph.h,
6213         * src/SDCCpeeph.c (pcDistance),
6214         * src/port.h,
6215         * src/mcs51/ralloc.h,
6216         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6217         * src/mcs51/main.h,
6218         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6219         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6220         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6221         size calculation port specific, started basis for some register
6222         optimizations
6223         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6224         missing push/pop of r0/r1. Optimized push/pops
6225         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6226         * device/lib/_modsint.c (_modsint),
6227         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6228         and stack version so regression tests pass
6229
6230 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6231
6232         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6233         * src/SDCCast.c (decorateType): catch another small optimization
6234         with '?' operator
6235         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6236         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6237         modified to finally use computeType() all over SDCC,
6238         see Feature Request #877103
6239         * src/SDCCval.h: cosmetic
6240         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6241         valCompare(); regression tested in muldiv.c
6242         * support/regression/tests/muldiv.c (testMod): mod sign follows
6243         dividend only
6244
6245 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6246
6247         * src/SDCCast.c (decorateType): fixed bug #902362
6248         * doc/INSTALL.txt: fixed install instructions for win32
6249
6250 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6251
6252         * device/include/Makefile.in (install): fixed by replacing spaces
6253         by tabs
6254         * doc/README.txt,
6255         * doc/INSTALL.txt: updated for release
6256         * doc/sdccman.lyx: added warning for --xstack being buggy
6257
6258 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6259
6260         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6261         to eliminate build warnings.
6262         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6263
6264 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6265            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6266
6267         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6268         removed -penable-stack, added comment for stack pragma, added
6269         warning for not initializing the stack/frame registers, removed
6270         comment at interrupts section
6271
6272         Stack is made permanent, there is no ability to disable stack usage.
6273         * src/pic16/device.h,
6274         * src/pic16/device.c: removed all references to USE_STACK macro,
6275         * src/pic16/device.c (pic16_dump_section): when no elements in
6276         rlist, free rlist before return,
6277         * (pic16_dump_int_registers): NEW, internal registers are a new set
6278         of general purpose registers reused by each function,
6279         * (checkAddReg): returns 1 if registers is added to set,
6280         * (pic16_groupRegistersInSection): when a registers is of type
6281         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6282         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6283         SRCASECMP macro is moved here from device.c
6284         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6285         PO_PCLATU, PO_PRODL, PO_PRODH,
6286         * (pic16_pCodeOpType, genMinus,
6287         changed compares to "a" register, with AOP_ACC,
6288         * (pic16_genPlus): fixed some bugs and indented properly,
6289         * (pic16_addSign): changed size to size+offset in the MOVWF
6290         instruction,
6291         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6292         multiply 8-bit operand by literal, result is 8-bit,
6293         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6294         multiply 2 8-bit operand, result is 8-bit,
6295         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6296         genUMult8X*_16,
6297         * src/pic16/gen.c: changed accUse to contain WREG only,
6298         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6299         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6300         true, do not use immediate addressing any more unless sym is a
6301         pointer in codespace,
6302         * (aopForRemat): do not use immediate addressing when symbol not in
6303         codespace and when symbol's address is requested,
6304         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6305         accUse size (= 1),
6306         * (aopGet): added case for AOP_ACC and don't return "accumulator
6307         bug" but WREG instead,
6308         * (popGetTempReg): pushes contents of temporary register in stack,
6309         * (popReleaseTempReg): pops contents of temporary register from
6310         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6311         * (pic16_popGet): separated case AOP_ACC to return register WREG
6312         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6313         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6314         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6315         the use of immediate pointers to certain cases only.
6316
6317         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6318         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6319         * (assignResultValue, genCall, genRet): modified to use the new
6320         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6321         genPcall is still broken,
6322         * (genFunction): added code to create 'A' type pBlocks when
6323         interrupt functions are generated, code not extensively tested yet,
6324         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6325         * (genEndFunction): modified so ISRs pop stored registers from stack,
6326         * (genMultOneByte): cleanup,
6327         * (AccRsh): added flag andmask, to and result with appropriate mask,
6328         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6329         * (genDataPointerGet): fixed and reenabled its use,
6330         * (genNearDataPointerGet): bugs fixed,
6331         * (genDataPointerSet): bugs fixed,
6332         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6333         pic16_DumpSymbol, pic16_DumpOp,
6334         * src/pic16/genutils.h: function prototypes for the above functions,
6335         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6336         pointers,
6337         * (pic16emitRegularMap): many many many improvements, but needs a
6338         major cleanup,
6339         * src/pic16/main.c: enable_stack in pic16_options is removed,
6340         * (_pic16_parseOptions): removed command line options -penable-stack,
6341         * (_process_pragma): emit stack symbol only when stack pragma is
6342         processed,
6343         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6344         redirected to FSR0L/FSR0H pair,
6345         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6346         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6347         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6348         for immediates,
6349         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6350         * (dumpPicOptype): NEW,
6351         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6352         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6353         with movff instruction,
6354         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6355         added pic16_int_regs, some packRegsFor* functions are commented out,
6356         because produce errors,
6357         * src/pic16/NOTES: minor modifications
6358
6359 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6360
6361         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6362         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6363         --pack-iram.
6364         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6365         * as/mcs51/lkaomf51.c: fixed bug #895763
6366
6367 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6368
6369         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6370
6371 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6372
6373         * doc/sdccman.lyx: added details about the HC08 storage classes and
6374         interrupts, fixed the register usage info for z80 & gbz80
6375
6376 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6377
6378         * doc/sdccman.lyx: added more pic16 port documentation
6379         * device/include/pic16/: added header pic18fregs.h
6380
6381 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6382
6383         * doc/sdccman.lyx: added Vangelis' contribution
6384
6385 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6386
6387         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6388         extend to the next CALL or PCALL, not just to the next CALL.
6389
6390 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6391
6392         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6393
6394 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6395
6396         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6397         bug #895752 and a better fix for bug #716790
6398
6399 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6400
6401         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6402
6403 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6404
6405         * doc/sdccman.lyx: minor changes, minor changed
6406
6407 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6408
6409         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6410         which can't handle SDCC_NEWONEBYTEOPS,
6411         (geniCodeMultiply): removed conversion from mult to shift for pic14
6412         and pic16
6413
6414 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6415
6416         * src/hc08/gen.h,
6417         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6418         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6419         thus fixing bug #895406
6420
6421 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6422
6423         * device/lib/_modsint.c,
6424         * device/lib/_modslong.c: sign follows divisor only
6425         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6426         signs or signedness can be ignored
6427         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6428         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6429         added optimization for IFX,
6430         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6431         arguments;
6432         reenabled optimization for IFX, which was removed on 2004-01-11
6433         * src/SDCCast.h: added return type IFX
6434         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6435         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6436         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6437         SDCC_OLDONEBYTEOPS selects the old behaviour
6438         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6439         changed again and commented promotion rule
6440         * src/SDCCval.c (valDiv): promotion no longer necessary
6441         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6442         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6443         rewritten
6444         * support/regression/tests/onebyte.c: added
6445
6446 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6447
6448         * gen.c (genInline): reverted to old code for assemnling inline
6449         code because of bug reported James Chadd
6450
6451 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6452
6453         * ralloc.h: missing declarations from previous patch,
6454         seems that patch for ralloc.h was never applied, fixed
6455
6456 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6457            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6458
6459         * pcode.c,
6460         * pcode.h,
6461         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6462         indirect addressing. Marked FSR0 as deprecated
6463         * gen.c (pointerCode): commented out, not needed now
6464         (pic16_popGet2p): new MOVFF helper function
6465         (genGenPointerGet),
6466         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6467         (shiftRLong): removed duplicate debugging info
6468
6469 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6470
6471         * src/ds390/gen.c (genNearPointerGet),
6472         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6473         optimization with bits, but not bitfields.
6474         * src/ds390/ralloc.c (packRegisters),
6475         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6476
6477 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6478
6479         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6480
6481 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6482
6483         * src/SDCCsymt.h,
6484         * src/SDCCicode.c (operandFromSymbol),
6485         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6486         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6487         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6488         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6489         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6490         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6491         bug #892038
6492         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6493         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6494         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6495         * src/SDCCsymt.c (newSymbol),
6496         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6497         enumerator_list),
6498         * src/SDCCval.h,
6499         * src/SDCCval.c (newiList): fixed bug #885705
6500
6501 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6502
6503         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6504         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6505
6506 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6507
6508         * device/include/c8051f120.h,
6509         * device/include/c8051f300.h,
6510         * device/include/c8051f310.h: added/updated header files for Silicon
6511         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6512         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6513         in new section Submitting patches
6514
6515 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6516
6517         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6518         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6519         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6520         genGenPointerSet),
6521         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6522         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6523         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6524         genGenPointerSet),
6525         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6526         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6527         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6528         genGenPointerSet),
6529         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6530         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6531         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6532         genGenPointerSet): fixed bug #892400
6533         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6534         to eliminate build warnings.
6535         * src/SDCCast.c (processParms),
6536         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6537         fixed bug 751859
6538         * support/valdiag/valdiag.py: added GCC to the list of defines active
6539         when compiling with gcc
6540
6541 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6542
6543         * support/Util/SDCCerr.h,
6544         * support/Util/SDCCerr.c,
6545         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6546         with an incomplete type (fixed bug #883734)
6547         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6548
6549 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6550
6551         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6552
6553 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6554
6555         * src/SDCCast.c (decorateType),
6556         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6557         function pointer implementation
6558         * support/regression/tests/funptrs.c: added tests to verify both forms
6559         of function pointers work correctly. Added tests to verify parameters
6560         are passed in the correct order.
6561
6562 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6563
6564         * device.c (regCompare): registers are sorted by ascending
6565         address and increasing size,
6566         * main.c (_pic16_finaliseOptions): removed the declaration
6567         of compiler macro MCU. Now a macro of the format pic18fxxxx
6568         will be defined from the command line
6569
6570 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6571             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6572
6573         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6574         PCOP_RLCF was overwritten!
6575         * gen.c (genSkip): commented out calls to pic16_emitcode,
6576         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6577         * (genlshTwo),
6578         * (genRRC): added debugging info,
6579         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6580         overwritten while shifting,
6581         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6582         overwritten while shifting,
6583         * (AccLsh),
6584         * (AccRsh),
6585         * (shiftLLeftOrResult),
6586         * (shiftRLeftOrResult),
6587         * (shiftRLong),
6588         * (shiftLLong): Implemented with pic16_emitpcode
6589         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6590         * (genLeftShift): Fixed bug, operand for shift by variable always
6591         was "and"ed with 0x0f,
6592         * (genLeftShiftLiteral),
6593         * (genrshTwo),
6594         * (genRightShiftLiteral): added debugging info,
6595         * (genrshFour): added comment,
6596         * (genRightShift): determined signedness from operand "left"
6597         instead of "result"
6598
6599 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6600
6601         * src/SDCCicode.c (geniCodeParms),
6602         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6603         function pointers, fixed function pointer bugs #861242 and #861896
6604
6605 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6606
6607         * device/include/c8051f000.h,
6608         * device/include/c8051f120.h,
6609         * device/include/c8051f300.h: added header files for Silicon
6610         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6611
6612 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6613
6614         * src/SDCCast.c (processParams): added new type flow and restructured
6615         (gatherAutoInit): added new type flow
6616         (addCast): cosmetic changes
6617         (getLeftResultType): added new type flow for array indices, patch
6618         provided by Stas, see FR #877103
6619         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6620         array index patch by Stas
6621         * src/SDCCast.h: added prototype getResultTypeFromType()
6622         * src/SDCCval.h,
6623         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6624         * src/pic/glue.c (pic14emitStaticSeg),
6625         * src/pic16/glue.c (pic16emitStaticSeg),
6626         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6627         for initialization of symbols
6628         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6629         * support/Util/SDCCerr.h:
6630         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6631         * .version: bumped version number to 2.3.8
6632         * device/include/Makefile.in (install),
6633         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6634         avoid warnings
6635
6636 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6637
6638         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6639         Slade Rich fixed an optimization bug
6640         * src/pic/pcodepeep.c,
6641         * src/pic/pcoderegs.c
6642         * doc/Makefile (install): added test for directory
6643
6644 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6645
6646         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6647         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6648         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6649         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6650         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6651         * as/mcs51/asexpr.c (term),
6652         * as/hc08/asexpr.c (term): fixed bug #887146
6653
6654 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6655
6656         * src/z80/gen.c (genMult): handle single byte result product
6657         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6658         DUMMY_READ_VOLATILE (fixed bug #886367)
6659
6660 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6661
6662         * support/regression/tests/libmullong.c: fixed logic, on little endian
6663         hosts we ended without a mullong_wrapper()
6664
6665 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6666
6667         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6668         virus/worm forged address usage.
6669
6670 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6671
6672         Fixed promotion, it should be done on AST level:
6673         * src/SDCCast.c (addCast): added promotion to int
6674         (decorateType): updated call to upCast()
6675         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6676         usualUnaryConversions()
6677
6678 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6679
6680         * support/regression/tests/literalop.c (mulWrapper): Added a
6681         wrapper to remove integer overflow warnings.
6682
6683         * support/regression/tests/float_trans.c: Made work on host.
6684
6685         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6686         location of sz80.
6687
6688         * support/regression/generate-cases.py (main): Changed from inline
6689         to a main method.
6690
6691         * doc/Makefile (install): Changed to depth first to get rid of
6692         missing directory install warning.
6693
6694         * as/Makefile (install-doc): Made work on Mac.
6695
6696 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6697
6698         * src/SDCCast.c: added an additional type flow in decorateType() of
6699         opposite direction, see feature request #860006; it's enabled at runtime
6700         by setting the environment variable SDCC_NEWTYPEFLOW
6701         * src/SDCCast.h: changed prototype of decorateType()
6702         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6703         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6704         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6705         see feature request #877103
6706         * src/SDCCval.c: updated call of decorateType()
6707         (valBitwise): fixed bug #882876
6708         (valMinus): added promotion
6709         (valLogicAndOr): result is unsigned
6710         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6711         * src/SDCCsymt.c (computeType),
6712         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6713         must not cause an unsigned operation
6714         * src/pic/glue (pic14emitRegularMap),
6715         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6716
6717 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6718
6719         * src/pic/pcode.c (PCodeID): commented out left over debug code
6720
6721 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6722
6723         * support/valdiag/tests/overflow.c: added shift tests
6724         * src/pic/device.c,
6725         * src/pic/gen.c,
6726         * src/pic/gen.h,
6727         * src/pic/glue.c,
6728         * src/pic/main.c,
6729         * src/pic/pcode.c,
6730         * src/pic/pcode.h,
6731         * src/pic/pcodepeep.c,
6732         * src/pic/pcoderegs.c,
6733         * src/pic/ralloc.c,
6734         * src/pic/ralloc.h: applied patch from Slade Rich;
6735         added support for multiple code pages and multiple RAM banks on the
6736         PIC 14 port. The ASM files now no longer simply assume all the
6737         code / RAM are in the same page / bank. This means the linker can
6738         safely allocate code/RAM of separate ASM files to different pages/banks.
6739         * doc/sdccman.lyx: added Slade's tips
6740         * src/mcs51/peeph.def: fixed bug #880768
6741
6742 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6743
6744         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6745         * src/SDCCast.c (decorateType): fixed bug #880197
6746
6747 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6748
6749         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6750         getopt.h.
6751
6752         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6753         strtof is not part of C89 and isn't included with Mac OS X.
6754
6755 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6756
6757         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6758         shiftL2Left2Result): fixed bug #879326
6759         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6760         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6761         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6762         address fetch for clr instruction
6763         * device/lib/hc08/_mulint.c: created optimized assembly version
6764         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6765
6766 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6767
6768         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6769         proposed in FR #877103
6770
6771 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6772
6773         * src/SDCCval.c (cheapestVal): added missing checks
6774         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6775         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6776
6777 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6778
6779         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6780         equal operands
6781
6782 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6783
6784         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6785         loaded with the linker search paths (-L arguments) and the libraries
6786         to be linked with the current source (-l arguments). Changes
6787         currently will affect only the pic16 port.
6788         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6789         include path the port specific paths and port specific libraries,
6790         * gplink command now contains the $3 argument,
6791         * src/pic16/device.h,
6792         * src/pic16/device.c,: structure PIC_device is made public and
6793         renamed to PIC16_device, the same for variable Pics which is renamed
6794         to Pics16. Updated all references to them.
6795         * src/pic16/glue.c (pic16glue): corrected bug with code
6796         initialization which bypassed the variable initializations block.
6797
6798         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6799         COMPILE_FLAGS and added the --nostdinc option
6800
6801 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6802
6803         * device/include/mc68hc908jb8.h: Register defs for another member
6804         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6805
6806 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6807
6808         Documenting changes from previous commits.
6809         * configure.in (version 1.56),
6810         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6811         when generating output files to configure the pic16 library,
6812         but now I've commented it out, since gputils aren't installed in the
6813         SF compile farm, so library won't compile
6814
6815         * device/lib/Makefile.in (version 1.56): initially I've added in
6816         target 'all' the prerequestive 'model-pic16' so it compiled the
6817         pic16 library, but now I've commented it out for the same reasons
6818         above,
6819         * added targets 'model-pic16' and 'objects-pic16' to compile the
6820         library
6821         * added target 'port-specific-objects-pic16' to handle the
6822         generated libraries and copy them into the build/ directory
6823         * added target 'clean-intermediate-pic16' to clean intermediate
6824         files into pic16 directory
6825         * in target 'installdirs' added line to create directory pic16 in
6826         the installation path
6827
6828         * device/include/Makefile.in (version 1.11): in target 'install'
6829         added lines to copy all header files to installation path,
6830         * in target 'installdirs' added line create directory for pic16
6831         headers in the installation path
6832
6833 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6834
6835         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6836          a function call
6837
6838 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6839
6840         * configure,
6841         * device/lib/configure.in,
6842         * device/lib/configure: fixed for autoconf 2.57
6843
6844 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6845
6846         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6847         option so that it actually works. Made it specific to the z80, since
6848         the gbz80 doesn't have these kinds of I/O ports.
6849
6850 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6851
6852         * device/include/z180.h,
6853         * device/lib/_memcpy.c,
6854         * device/lib/_memmove.c,
6855         * device/lib/_mulint.c,
6856         * device/lib/ser_ir.c,
6857         * device/lib/ser_ir_cts_rts.c,
6858         * device/lib/_strcmp.c,
6859         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6860         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6861         portmode; added deprecation warning for bank= and protmode= forms.
6862         Also, guard against buffer overflow.
6863         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6864
6865 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6866
6867         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6868         changed interrupt vector table generation to only emit declared vectors.
6869         * device/include/Makefile.in: added missing backslash
6870         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6871
6872 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6873
6874         Mainly changes to support compilation of the device libraries
6875         * src/pic16/device.c: stack is allocated via symbol and not
6876         via literal number. The symbol is placed in the corresponding
6877         position of the data ram
6878         * (pic16_dump_section): relocatable and absolute uninitialized
6879         data are now emitted in sorted order to reduce section naming,
6880         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6881         weren't marked as being in the access bank,
6882
6883 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6884
6885         Added portion of GNU PIC Library under the directory
6886         device/include/pic16 and device/lib/pic16. These files
6887         contain the declarations of SFRs for the PIC18Fxx2 devices.
6888         The directory is initialized via configure from toplevel.
6889
6890 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6891
6892         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6893         the spilllocations to be compared correctly
6894
6895 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6896
6897         * src/SDCCast.c (decorateType): fixed bug introduced today
6898
6899 2004-01-12  Borut Razem <borut.razem AT siol.net>
6900
6901         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6902         doc/sdccman.lyx: upper case pragmas are deprecated
6903
6904 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6905
6906         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6907         in simpler and even better code
6908
6909 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6910
6911         * src/SDCCicode.c (operandOperation): fixed bug #874819
6912         * src/SDCCast.c (decorateType): fixed
6913         char foo (unsigned long ul) { return ul > 0; }
6914
6915 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6916
6917         * doc/sdccman.lyx: Moved and added some sections, small changes
6918         all over. Telling LaTeX to be less strict with word spacing
6919         to better keep the right margin. Changed some notes about
6920         maintainance of the ports in section 3.2.1 - is it OK like this?
6921
6922 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6923
6924         SDCC source changes:
6925         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6926         convilong): modified to inform the pic16 port that builtin functions
6927         are external
6928
6929         PIC16 PORT specific changes:
6930         * src/pic16/device.c pic16_dump_equates() added,
6931         processor registers declared internally by the port are emitted in
6932         the translation as equates,
6933         * src/pic16/gen.c: inline code is passed unprocessed to the
6934         translation,
6935         * (pic16_popGetLit2): fnuction modified to take second operand as
6936         pCodeOp pointer and not as literal,
6937         * (popRegFromIdx): prefixed with pic16_,
6938         * (pic16_popCombine2): modified to receive already allocated pCode
6939         operands,
6940         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6941         * (genFunction): initializes local stack frame and pushes on stack
6942         all the registers used by this function,
6943         * (genEndFunction): restores all registers from stack and restores
6944         stack frame,
6945         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6946         improvements,
6947         * (pic16glue): changed the program startup sequence,
6948         * added new dbName code 'A' for functions placed in absolute section
6949         * src/pic16/main.c: added function attribute _naked,
6950         * added pragma 'code' to place a fnuction at an absolute address,
6951         * added command line arguments --debug-ralloc and --pcode-verbose,
6952         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6953         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6954         * (pic16_newpCodeOpLit2): modified to take the second operand as
6955         pCodeOp pointer,
6956         * (pic16_printpBlock): modified to emit each function in a separate
6957         section,
6958         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6959         UPPER for immediate operands,
6960         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6961         instruction,
6962         * src/pic16/peeph.def: all peepholes with movff are commented out,
6963         because there is a problem in the pcode peep optimizer,
6964         * src/pic16/ralloc.c: the register allocator can now reuse local
6965         function symbols for another function. This saves register usage.
6966         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6967
6968         Added file src/pic16/NOTES with information about program writing on
6969         the current port version.
6970
6971 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6972
6973         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6974         and peephole 252 (array access)
6975
6976 2004-01-09  Borut Razem <borut.razem AT siol.net>
6977
6978         * src/SDCCmain.c : fixed #872250: -l command line defined library
6979           files are scanned before standard library files
6980
6981 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6982
6983         * src/SDCCast.c (decorateType): fixed bug #874046
6984
6985 2004-01-09  Borut Razem <borut.razem AT siol.net>
6986
6987         * support/scripts/sdcc.nsi: remove previous installation
6988
6989 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6990
6991         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6992         bytes for last interrupt vector (mcs51)
6993         * sdcc.spec: fixed typo
6994
6995 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6996
6997         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6998         gen51Code): more efficient parameter receive for --model-large
6999         ("bug" #845294)
7000
7001 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7002
7003         * src/ds390/main.c,
7004         * src/z80/main.c: added missed needLinkerScript flags (more than
7005         one port structure defined in these file)
7006         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7007         bug #795325
7008
7009 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7010
7011         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7012         * src/port.h: added flag needLinkerScript in port->linker
7013         structure to inform whether to create a .lnk file or not,
7014         * src/avr/main.c,
7015         * src/ds390/main.c,
7016         * src/hc08/main.c,
7017         * src/mcs51/main.c,
7018         * src/pic/main.c,
7019         * src/pic16/main.c,
7020         * src/xa51/main.c,
7021         * src/z80/main.c: changed appropriately to configure
7022         needLinkerScript flag
7023         * src/pic/gen.c,
7024         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7025         * src/pic/glue.c: added variable udata_section_name to
7026         override default uninitialized data segment definition for
7027         devices only with SHAREBANK memory (reported from Erik Epetrich)
7028         * (pic14emitOverlay): modified to emit a commented overlay segment
7029         directive when no overlay data exist
7030         * (picglue): modified to emit uninitialized data segment
7031         according to udata_section_name
7032         * src/pic/main.c (_pic14_parseOptions): added command line
7033         options --udata-section-name=[name] to override default
7034         udata definition name
7035         * modified _linkCmd and _asmCmd to include compiler passed
7036         arguments via -W option
7037         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7038         object file from '.rel' to '.o' in port->linker structure,
7039         changed size of fptr from 2 to 3 in port structure
7040
7041 2004-01-07  Borut Razem <borut.razem AT siol.net>
7042
7043         * support/scripts/sdcc.nsi: update PATH
7044         * support/scripts/sdcc.ico: craeted
7045
7046 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7047
7048         * device/include/Makefile.in: fix install
7049         * doc/Makefile: fix install
7050
7051 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7052
7053         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7054         in bug #860505
7055         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7056         how the function variable allocation summary is displayed; also
7057         include information about variables allocated to the overlay
7058         segment
7059
7060 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7061
7062         * as/mcs51/lkmain.c: Help about -Y option
7063         * as/mcs51/lkarea.c: Fixed gcc warnings
7064
7065 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7066
7067         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7068         fixed warning
7069         * support/valdiag/tests/overflow.c: added
7070         * src/SDCCast.c (decorateType),
7071         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7072         LEFT_OP (left shift)
7073
7074 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7075
7076         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7077         (default behaviour).
7078
7079 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7080
7081         A python script to validate compiler diagnostic messages. It can be
7082         used to verify that sdcc complains about bad c source code and
7083         gives a good location of the error.
7084         * support/valdiag/Makefile,
7085         * support/valdiag/valdiag.py,
7086         * support/valdiag/tests/*
7087
7088 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7089
7090         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7091         * src/SDCCsymt.c (newEnumType),
7092         * src/SDCCsymt.h
7093         * support/Util/SDCCerr.c,
7094         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7095         enum related bugs.
7096         * support/regression/tests/enum.c: added test for enum values that
7097         require at least 2 bytes of storage.
7098
7099 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7100
7101         * src/common.h: added ifndef/define/endif macros
7102         around the header file.
7103         Bug reported from Jesus Calvino-Fraga
7104
7105 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7106
7107         * sdcc.spec: updated
7108         * device/include/Makefile.in: don't install CVS directories
7109         * device/lib/Makefile.in: added removal of CVS directories after install
7110         * doc/Makefile: fixed install, added local_icons
7111         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7112         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7113         * src/ds390/gen.c (genRightShift): fixed bug #870788
7114         * src/SDCCast.c (decorateType): fixed bug #870781
7115
7116 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7117
7118         PIC16 port related changes:
7119         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7120         added variable stackPos,
7121
7122         * gen.c: genCall, assignResultValue: added support for
7123         pushing/retrieving function parameters to/from stack,
7124         genFunction,genEndFunction: setup stack frame for the
7125         generated function,
7126         genAddrOf: will be changed according to bug 863624
7127
7128         * added files genutils.c and genutils.h which contain gen*
7129         debugged and optimised functions extracted from gen.c
7130
7131         * glue.c: added variable 'externs' which holds extern symbols,
7132         pic16emitRegularMap: is modified to properly handle relocatable
7133          symbols under the new scheme,
7134         pic16createInterruptVect: is modified
7135         pic16printPublics: is modified to emit 'global' assembler directives,
7136         added pic16_printExterns to print extern symbols,
7137         pic16glue: initializes stack/frame pointer in the beginning of
7138         the assembly output. Temporary hack, will be corrected later,
7139         because gplink yet does not support stack and SDCC does not
7140         yet support a type of crt0.o object to create the final binary.
7141
7142         * Removed many lines that contain 8051 legacy code.
7143         * The code is finally placed under a 'code' directive.
7144         * Added port specific options.
7145
7146         * _process_pragma: simplified since now we do not need *special*
7147         include file to define SFR registers. But a separate header
7148         will be needed. This will be developed later.
7149         * _pic16_parseOptions: added, parses port specific options:
7150         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7151         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7152         --preplace-udata-with=
7153
7154         * _pic16_setDefaultOptions: modified to initialize section names,
7155         but hack is temporarly out of order since it needs improvement.
7156         * _pic16_genAssemblerPreamble: configuration words are emitted by
7157         their address instead of their name. This part is incomplete and
7158         supports only the 18Fxx2 devices. Other devices will emit an error
7159         during assembly since they do not contain the same set of config
7160         registers
7161         * _pic16_genIVT: is modified,
7162
7163         * pcode.c: added definitions for some hardware registers that are needed
7164         for stack support
7165         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7166         All PCI entries are updated. Now LFSR is supported.
7167         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7168         * added pic16_newpCodeOpLit2 to support instructions with
7169         two literal arguments
7170         * pic16_pCode2str: corrected code that emits assembler instructions
7171         with two literal operands and those that have an access bit modifier
7172         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7173         this fixes a bug which caused some labels to be lost, when an
7174         assembler directive was added, i.e. banksel,
7175         * pic16_FixRegisterBanking: improved logic that causes the insertion
7176         of bank switching,
7177         * InlineFunction: functions that are called once, are not any more
7178         inlined. This can be a port option in the future,
7179
7180         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7181
7182         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7183         hold the corresponding uninitialized symbols,
7184         * pic16_allocProcessorRegister: registers have explicit marked the
7185         accessBank field,
7186         * pic16_allocInternalRegister: registers are explicit marked as
7187         not used,
7188         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7189         processing list, so bit registers were lost,
7190         *
7191
7192         * ralloc.h: added field 'accessBank' and original symbol operand
7193         in register definition,
7194         * removed the field isMapped from register definition,
7195
7196         ** Several functions have been removed from various sources:
7197         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7198         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7199         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7200         pic16_assignRelocatableRegisters
7201
7202         ** others have been introduced:
7203         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7204         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7205
7206 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7207
7208         * support/scripts/inc2h.pl: changed definition of BIT_AT
7209         to emit 'sbit at' instead of 'bit at'. This was a request.
7210
7211         PIC16 port related preliminary changes:
7212         * gen.c: prefixed function popRegFromString with
7213         pic16_ and all references to it corrected
7214         * pcode.c: all pic16_pc_* hardware registers prefixed
7215         with underscore (_),
7216         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7217         * ralloc.c: newReg(): when register is REG_SFR then
7218         set address to rIdx,
7219         pic16_allocProcessorRegister(): marks register wasUsed=0
7220         pic16_writeUsedRegs(): added a call to assign processor
7221         registers via pic16_assignFixedRegisters
7222
7223 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7224
7225         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7226         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7227         variables in unused register banks.  Also the SSEG is placed
7228         wherever there is enough space for it, and IDATA can be anywhere
7229         in internal RAM.  For now compile using -Wl-Y[stack_size].
7230         The mem file is different for this option as well, since it
7231         makes no sense of talking about DSEG lenght.
7232
7233 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7234
7235         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7236         in certain cases, e.g. when ROM assignment, patch provided
7237         from Albert den Haan.
7238
7239 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7240
7241         Many signedness and type propagation fixes:
7242         * src/SDCCicode.c: made geniCodeCast() static
7243         replaced SPEC_ by IS_ (cosmetic)
7244         (operandOperation): fixed div and mod operation
7245         (usualBinaryConversions): added support for promotion of char
7246         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7247         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7248         (geniCodeAdd): an array index will stay unsigned, even if promoted
7249         from char to int
7250         (geniCodeArray): ditto
7251         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7252         * src/SDCCsymt.c (computeType): added more support for char;
7253         promotion of char is selectable by promoteCharToInt, fixed signedness
7254         for all cases
7255         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7256         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7257         * src/SDCCval (val*): replaced signedness calculation by
7258         computeType()
7259         rearranged if-branches (cosmetic)
7260         (valShift): added warning W_SHIFT_CHANGED
7261         (valCompare): fixed problem with different types
7262         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7263         * support/regression/tests/literalop.c: added many cases
7264         * support/regression/tests/ast_constant_folding.c: changed finally to
7265         'unsigned int'
7266         * .version: new year, new version: 2.3.7
7267         * src/SDCCmain.c (main): applied patch #866468
7268         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7269         provided by Scott Bronson
7270         * doc/sdccman.lyx: updated documentation for sdcdb
7271         updated and added chapter tips
7272
7273 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7274
7275         * src/SDCCsymt.h: missing from yesterday's commits
7276
7277 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7278
7279         * src/SDCC.y (struct_or_union_specifier),
7280         * support/Util/SDCCerr.c,
7281         * support/Util/SDCCerr.h: verify that struct & union tags are used
7282         as declared.
7283
7284 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7285
7286         * src/SDCCglobl.h: missing from yesterday's commits
7287
7288 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7289
7290         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7291         sft_attributes, struct_declaration, parameter_declaration,
7292         type_name, start_block, declaration_list),
7293         * src/SDCC.lex (check_type): support redefinition of typedef names
7294
7295 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7296
7297         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7298         aligned xdata arrays. Erik helped me with the if clause.
7299
7300 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7301
7302         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7303         warning
7304
7305 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7306
7307         * src/SDCCast.h,
7308         * src/SDCCast.c (newAst_),
7309         * src/SDCCicode.h,
7310         * src/SDCCicode.c (ast2iCode, newiCode),
7311         * src/SDCCglobl.h,
7312         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7313         expr, statement, expression_statement, selection_statement,
7314         iteration_statement, expr_opt, jump_statement): foundation for tracking
7315         sequence points
7316         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7317         point code too)
7318
7319 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7320
7321         * support/Util/SDCCerr.c,
7322         * src/SDCCast.h,
7323         * src/SDCCast.c (createCase, createDefault, decorateType),
7324         * src/SDCClabel.c (labelUnreach),
7325         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7326         to error messages.
7327         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7328         (with thanks to Stas Sergeev)
7329         * device/include/time.h,
7330         * device/lib/time.c (CheckTime): suppress unreachable code warning
7331
7332 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7333
7334         * src/SDCCast.c (createIvalCharPtr),
7335         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7336         bug #753752)
7337         * support/regression/tests/nullstring.c: tests for these two bugs
7338
7339 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7340
7341         * support/Util/SDCCerr.h,
7342         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7343         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7344         about storage class and 'at' used inside struct or union
7345         * src/SDCCBBlock.c (iCodeFromeBBlock),
7346         * src/SDCCcse.c (ifxOptimize),
7347         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7348         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7349         printIval, emitStaticSeg, emitOverlay),
7350         * src/SDCClabel.c (deleteIfx),
7351         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7352         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7353         gatherAutoInit, processParms),
7354         * support/Util/SDCCerr.h,
7355         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7356         reporting for post-parse errors.
7357
7358 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7359
7360         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7361         implicit casts via union; they don't work on big endian systems
7362         (possible fix for bug #861138)
7363
7364 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7365
7366         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7367         * src/mcs51/main.c: fixed the fix for bug #737001
7368
7369 2003-12-15  Borut Razem <borut.razem AT siol.net>
7370
7371         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7372
7373 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7374
7375         * support/makebin/makebin.c: put output in binary mode
7376
7377 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7378
7379         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7380         xdata and data memory on startup. Set the environment variable
7381         SDCC_NOGENRAMCLEAR to disable this.
7382         * src/mcs51/peephole.def,
7383         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7384         (allows non-interrupt and interrupt code to safely compete for a resource
7385         without the non-interrupt code having to disable interrupts)
7386
7387 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7388
7389         * src/SDCCicode.c (geniCodeAdd),
7390         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7391         with valFromType if type might be a pointer and host is big endian).
7392         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7393         types, not just integer types.
7394         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7395         multiply defined with mismatching "at" address.
7396
7397 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7398
7399         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7400         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7401         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7402         with embedded nulls (fixed bug #753752)
7403
7404 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7405
7406         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7407         Apparently this did not see much testing (endless loop)
7408
7409 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7410
7411         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7412
7413 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7414
7415         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7416         gracefully handle NULL memmap pointers
7417
7418 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7419
7420         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7421         instead of deleting the iCode when an operand is volatile
7422         * src/z80/gen.c (genDummyRead),
7423         * src/mcs51/gen.c (genDummyRead),
7424         * src/ds390/gen.c (genDummyRead),
7425         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7426         not just IC_RIGHT
7427         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7428         * src/SDCC.y: fixed bug #850420
7429
7430 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7431
7432         Applied z80 i/o port patch from Peter Townson and fixed some operators
7433         to better handle operands in A register.
7434         * device/include/z180.h
7435         * src/SDCC.y
7436         * src/SDCCglue.c
7437         * src/z80/gen.c
7438         * src/z80/gen.h
7439         * src/z80/main.c
7440         * src/z80/peeph-z80.def
7441         * src/z80/peeph.def
7442         * src/z80/z80.h
7443
7444 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7445
7446         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7447
7448 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7449
7450         * device/lib/hc08/_mullong.c: Removed extra #endif
7451
7452 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7453
7454         * sim/ucsim/hc08.src/inst.cc,
7455         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7456         carries from x to h
7457         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7458         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7459         * device/include/stdarg.h: fixed varargs for hc08
7460         * device/lib/Makefile.in,
7461         * device/lib/hc08/Makefile,
7462         * device/lib/hc08/_mulint.c,
7463         * device/lib/hc08/_mullong.c: fixed some endian problems
7464
7465 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7466
7467         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7468         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7469         * device/lib/_gptrget.c,
7470         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7471
7472 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7473
7474         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7475         * src/SDCCast.c (astErrors): fixed bug #846007
7476         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7477
7478 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7479
7480         * src/SDCCast.c (decorateType): disabled a transformation I added in
7481         revision 1.188 (access to fields of a structure at an absolute address);
7482         it breaks with bitfields, extern declarations, and gcse analysis.
7483         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7484         could be assigned through a pointer, so don't complain.
7485         * src/SDCCast.c (astErrors),
7486         * src/SDCCast.h,
7487         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7488
7489 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7490
7491         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7492         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7493         output of __config directives, since gpasm now supports them
7494         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7495         pre-processor macro, i.e. -DMCU=p18f452
7496         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7497         and modified to handle 'cast' icode similarly to '=' icode
7498         * src/pic16/device.h (typedef struct PIC_device): added field
7499         'extMIface' to indicate that chip has external memory interface
7500         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7501         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7502         18F8720
7503
7504 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7505
7506         * src/SDCC.y (pointer): fixed bug #846006
7507         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7508         * src/SDCCast.c (decorateType): fixed bug #846009
7509         * src/ds390/peeph.def,
7510         * src/ds390/gen.c (genAnd, genOr),
7511         * src/mcs51/peeph.def,
7512         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7513
7514 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7515
7516         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7517         * src/SDCCdflow.c
7518         * src/SDCCcse.c
7519         * src/SDCCcse.h
7520         * src/SDCCBBlock.h
7521         * src/SDCCBBlock.c
7522
7523 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7524
7525         fixed bug #845089
7526         * src/SDCCbitv.h,
7527         * src/SDCCbitv.c: added function to free a bitvector
7528         * src/SDCClrange.h,
7529         * src/SDCClrange.c: added function to recompute the liveranges
7530         * src/avr/ralloc.c,
7531         * src/ds390/ralloc.c,
7532         * src/hc08/ralloc.c,
7533         * src/mcs51/ralloc.c,
7534         * src/pic/ralloc.c,
7535         * src/pic16/ralloc.c,
7536         * src/xa51/ralloc.c,
7537         * src/z80/ralloc.c: recompute the liveranges after register packing
7538
7539 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7540
7541         * src/SDCCloop.c (newInduction): fixed bug #845630
7542
7543 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7544
7545         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7546         inadvertantly left behind from my 2003-11-12 change
7547
7548 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7549
7550         Updated headers I neglected to commit yesterday.
7551         * src/SDCClrange.h,
7552         * src/SDCCicode.h
7553
7554 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7555
7556         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7557         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7558         * src/SDCCopt.c (eBBlockFromiCode),
7559         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7560         the creation of the key hash table from the sequencing so it can be used
7561         earlier (for some GCSE bug fixes still pending)
7562
7563 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7564
7565         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7566         * support/regression/tests/addsub.c: testing genPlus shortcut
7567
7568 2003-11-15  Borut Razem <borut.razem AT siol.net>
7569
7570         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7571
7572 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7573
7574         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7575         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7576         ordering is immaterial.
7577         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7578
7579 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7580
7581         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7582         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7583         (SIGSEV) of bug #840381
7584         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7585         unlink new file before rename if new and old filenames are the same)
7586
7587 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7588
7589         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7590         uninitialized variables) for the mcs51. Set environment variable
7591         SDCC_GENRAMCLEAR to test.
7592         xdata initialization slightly shorter
7593
7594 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7595
7596         * src/SDCCsymt.h,
7597         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7598         #838241 & 780691 (basicly the same bug)
7599         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7600         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7601
7602 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7603
7604         * src/SDCCmain.c (linkEdit): "fix" #834252
7605
7606 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7607
7608         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7609         * src/SDCCast.h,
7610         * src/SDCC.y: fixed bug #819403
7611
7612 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7613
7614         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7615         the reentrant attribute.
7616         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7617         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7618         simulation
7619         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7620         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7621         erroneously reduced to a literal.
7622         * src/hc08/ralloc.c (packRegisters, rematStr),
7623         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7624         some cases
7625
7626 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7627
7628         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7629         * doc/sdccman.lyx: changed from 'article' to 'book'
7630         * doc/Makefile: readded test_suite_spec and cdbfileformat
7631
7632 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7633
7634         * device/include/stdlib.h: include malloc.h to comply with ANSI
7635         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7636
7637 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7638
7639         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7640         * doc/clean.mk: also remove *.out files
7641         * doc/sdccman.lyx: some additions, larger top/bottom margins
7642
7643 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7644
7645         * src/SDCC.y: fixed bug #837365
7646         * support/regression/tests/bitopcse.c
7647         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7648         a symbol (might be valop instead)
7649         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7650         * device/lib/clean.mk: added hc08 to the cleaning list
7651
7652 2003-11-04  Borut Razem <borut.razem AT siol.net>
7653
7654         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7655           made 2003-11-04
7656         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7657           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7658           malloc is declared in standard stdlib.h
7659
7660 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7661
7662         * device/lib/hc08/Makefile: need to clean .rel not .o files
7663         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7664
7665 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7666
7667         * src/port.h,
7668         * src/hc08/main.c,
7669         * src/mcs51/main.c,
7670         * src/ds390/main.c,
7671         * src/z80/main.c,
7672         * src/avr/main.c,
7673         * src/pic/main.c,
7674         * src/pic16/main.c,
7675         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7676         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7677         tests (which uses the port's oclsExpense function)
7678         * src/SDCC.y,
7679         * src/SDCCast.c,
7680         * src/SDCCicode.c,
7681         * src/hc08/gen.c,
7682         * src/ds390/gen.c,
7683         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7684
7685 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7686
7687         * src/SDCCcse.c (ifxOptimize),
7688         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7689         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7690         deleting the IFX iCode.
7691         * src/hc08/ralloc.c: reduced unneeded slocs
7692         * src/hc08/gen.c: fixed bug in asmopToBoolean
7693
7694 2003-11-04  Borut Razem <borut.razem AT siol.net>
7695
7696         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7697           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7698           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7699           transferred to configure
7700
7701 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7702
7703         Use headers defined in the C[++] standards:
7704         * sim/ucsim/gui.src/serio.src/fileio.cc
7705         * sim/ucsim/gui.src/serio.src/frontend.cc
7706         * sim/ucsim/gui.src/serio.src/main.cc
7707         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7708         * support/Util/NewAlloc.c
7709         * as/hc08/lklibr.c
7710         * as/mcs51/lklibr.c
7711         * as/z80/aslist.c
7712         * as/z80/assym.c
7713
7714 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7715
7716         * Added MSVC projects for hc08 assembler and linker:
7717         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7718         /as/hc08/link_hc08.dsp
7719
7720 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7721
7722         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7723
7724 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7725
7726         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7727
7728 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7729
7730         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7731
7732 2003-10-31  Borut Razem <borut.razem AT siol.net>
7733
7734         * support/cpp2/cpplib.h,
7735           support/cpp2/cpplib.c,
7736           support/cpp2/cpplex.c,
7737           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7738           to switch _asm block preprocessing on / off. Default is
7739           #pragma preproc_asm +
7740
7741 2003-10-31  Borut Razem <borut.razem AT siol.net>
7742
7743         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7744           when outputting comment blocks (when executed with -C option) and
7745           _asm (SDCPP specific) blocks
7746
7747 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7748
7749         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7750
7751 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7752
7753         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7754
7755 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7756
7757         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7758         * src/SDCCast.c (decorateType): fixed bug #832664
7759
7760 2003-10-31  Borut Razem <borut.razem AT siol.net>
7761
7762         * support\cpp2\cpplex.c: fixed for SDCPP:
7763           comments(when executed with -C option) and _asm blocks
7764           were included even if they where in skipped #if block.
7765           Applied solution from GCC cpp 3.3.2
7766
7767 2003-10-31  Borut Razem <borut.razem AT siol.net>
7768
7769         * src/SDCC.lex: sdcc now understands both formats:
7770           '# <line_number> <file_name>' and
7771           '#line <line_number> <file_name>'
7772         * support/cpp2/cppmain.c: sdcpp now generates the standard
7773           '# <line_number> <file_name>' instead of former
7774           '#line <line_number> <file_name>'
7775
7776 2003-10-30  Borut Razem <borut.razem AT siol.net>
7777
7778         * support/cpp2/cpphash.h,
7779         * support/cpp2/cpplib.h
7780         * support/cpp2/cpplex.c,
7781         * support/cpp2/cppmain.c,
7782         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7783
7784 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7785
7786         Fixed a number of problems revealed by bug #827883.
7787         * src/SDCCloop.c (loopInvariants): Spill location of the
7788         result operand should be recomputed if extracted from
7789         a loop. Also, don't extract assignments of an iTemp
7790         from a literal.
7791         * src/SDCCast.c (isConformingBody): loop reversal should
7792         not occur if the control variable is involved with a
7793         relational operator.
7794
7795 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7796
7797         * .version: bumped to 2.3.6 to reflect the big improvements
7798         made by Erik and Klaus. Thanks!
7799
7800 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7801
7802         Replaced the livrange code.
7803         * src/SDCClrange.c: added new LR code
7804         * src/SDCCloop.c,
7805         * src/SDCCBBlock.h: removed remainig parts from old LR code
7806         * src/ds390/ralloc.c,
7807         * src/ds390/gen.c: minor fixes to make it work with new code
7808
7809 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7810
7811         * as/hc08/asm.h,
7812         * as/hc08/lkrloc.c,
7813         * src/hc08/gen.c,
7814         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7815         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7816         (tweaked fix for bug #818696)
7817
7818 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7819
7820         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7821
7822 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7823
7824         * src/SDCCmain.c,
7825         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7826         * src/mcs51/gen.c (gencjneshort),
7827         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7828         more efficient (per Scott Bronson's suggestion)
7829
7830 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7831
7832         Extended the semantics of the critical keyword to include
7833         individual statements. See RFE #827755 and #799831
7834         * src/SDCC.y
7835         * src/SDCCicode.c
7836         * src/SDCCopt.c
7837         * src/SDCCast.c
7838         * support/Util/SDCCerr.c
7839         * support/Util/SDCCerr.h
7840         * src/mcs51/gen.c
7841         * src/ds390/gen.c
7842         * src/hc08/gen.c
7843
7844 2003-10-19  Borut Razem <borut.razem AT siol.net>
7845
7846         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7847
7848 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7849
7850         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7851         Fixed bug #818696
7852         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7853         and predecrement operand is displayed
7854
7855 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7856
7857         * src/SDCCval.c (valMinus): fixed bug #826041
7858
7859 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7860
7861         Some hc08 related updates that I missed earlier
7862         * sim/ucsim/stypes.h
7863         * support/regression/ports/hc08/spec.mk
7864
7865 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7866
7867         New target "hc08" for the Motorola 68hc08 family of micros
7868
7869         * configure
7870         * configure.in
7871         * Makefile
7872         * src/hc08/*
7873         * src/SDCCmain.c
7874         * src/port.h
7875         * sim/ucsim/hc08.src/*
7876         * sim/ucsim/configure.in
7877         * src/ucsim/configure
7878         * sim/ucsim/packages_in.mk
7879         * as/hc08/*
7880         * as/Makefile
7881         * device/include/mc68hc908qy.h
7882         * device/lib/hc08/*
7883         * device/lib/Makefile.in
7884         * support/regression/ports/hc08/*
7885         * support/regression/Makefile
7886
7887 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7888
7889         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7890         regression test
7891         * src/ds390/gen.c (genCast): fixed bug #821957
7892
7893 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7894
7895         * device/lib/logf.c: "fixed" overlay bug
7896         * support/regression/ports/host/spec.mk: added m library
7897         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7898         * support/regression/tests/float_trans: added (for Eric)
7899
7900 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7901
7902         * src/mcs51/gen.c (genCpl): fixed bug
7903         http://sf.net/mailarchive/message.php?msg_id=6263915
7904
7905 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7906
7907         * src/SDCCast.c (decorateType): added extended constant folding
7908         * src/SDCCsymt.c (computeType): cleanup
7909         * src/SDCCval.c (valShift): minor optimization
7910         * support/regression/tests/ast_constant_folding.c: added
7911
7912 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7913
7914         * src/SDCCmain.c: removed some unintended changes
7915
7916 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7917
7918         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7919         * src/z80/gen.c: fixed part of bug #817589
7920         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7921
7922 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7923
7924         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7925         * src/SDCCcflow.c
7926         * src/SDCCcse.c
7927         * src/SDCCdflow.c
7928         * src/SDCClabel.c
7929         * src/SDCClrange.c
7930         * src/SDCCmem.c
7931         * src/SDCCopt.c
7932         * src/SDCCpeeph.c
7933         * src/SDCCset.c
7934         * src/avr/ralloc.c
7935         * src/ds390/ralloc.c
7936         * src/izt/ralloc.c
7937         * src/mcs51/ralloc.c
7938         * src/pic/ralloc.c
7939         * src/pic16/ralloc.c
7940         * src/xa51/ralloc.c
7941         * src/z80/ralloc.c
7942         * src/z80/gen.c: removed unused label "release:"
7943
7944 2003-10-06  Borut Razem <borut.razem AT siol.net>
7945
7946         * src/SDCC.lex: removed definition of unused variables
7947           save_optimize and save_options
7948
7949 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7950
7951         * clean.mk: removed '=' in "-maxdepth=1"
7952         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7953         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7954
7955 2003-10-06  Borut Razem <borut.razem AT siol.net>
7956
7957         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7958           my_unput() replaced by unput()
7959
7960 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7961
7962         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7963         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7964         type-punned pointer will break strict-aliasing rules"
7965         Old LR behaviour is again default; Klaus' LR can be choosen by
7966         defining the environment variable LRKLAUS
7967         * src/SDCCBBlock.h
7968         * src/SDCCloop.c
7969         * src/SDCClrange.c
7970         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7971         * clean.mk: fixed removal of files in bin/CVS/
7972         * device/lib/clean.mk: fixed removal of directories small and large
7973         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7974         * src/SDCCicode.c,
7975         * src/SDCCval.c: removed superflous test for pedantic
7976
7977 2003-10-05  Borut Razem <borut.razem AT siol.net>
7978
7979         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7980           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7981           message "unmatched #pragma SAVE and #pragma RESTORE"
7982
7983 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7984
7985         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7986           assembly, critical functions, atomic, nojtbound)
7987
7988 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7989
7990         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7991         * src/SDCCBBlock.h
7992         * src/SDCCloop.c
7993         * src/SDCCloop.h
7994         * src/SDCClrange.c
7995
7996 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7997
7998         * src/z80/gen.h,
7999         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8000         * src/mcs51/gen.h
8001         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8002         * src/ds390/gen.h
8003         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8004         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8005         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8006
8007 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8008
8009         * src/z80/gen.c (genRet): fixed bug #524753
8010         * src/z80/gen.c (genCast): fixed internal error on cast from
8011         pointer to long
8012         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8013         fix for bug #477835 to the z80
8014         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8015         for tracking iCodes in the peephole optimizer for z80
8016
8017 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8018
8019         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8020         the other part of bug #814548
8021         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8022
8023 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8024
8025         * src/SDCCcse.c: fixed part of bug #814548
8026
8027 2003-09-28  Borut Razem <borut.razem AT siol.net>
8028
8029         * src/asm.c: rewrite of printILine() to use temporary file instead
8030           a pipe
8031         * src/xa51/main.c: commented out declaration of int rewinds
8032
8033 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8034
8035         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8036
8037 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8038
8039         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8040         * src/asm.c (printILine): Fixed bug #811015
8041
8042 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8043
8044         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8045         freeing.
8046
8047 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8048
8049         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8050         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8051         to correctly handle general case of AOP_PAIRPTR
8052         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8053
8054 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8055
8056         * src/mcs51/ralloc.c (fillGaps),
8057         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8058         register positioning bug)
8059
8060 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8061
8062         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8063
8064 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8065
8066         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8067         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8068         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8069         (ralloc doesn't intentionally do this now, but perhaps later)
8070         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8071         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8072         register positioning bugs (Fixed bug #762602 and #795325)
8073         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8074         (Fixed bug #808779)
8075         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8076         lines that --i-code-in-asm generates
8077
8078 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8079
8080         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8081         trying to fclose a FILE* that was already closed.
8082
8083 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8084
8085         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8086         of const struct should be treated as if const themselves)
8087
8088 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8089
8090         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8091
8092 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8093
8094         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8095         Unix (/n) and DOS (/r/n) line terminations.
8096
8097 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8098
8099         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8100         bug #613775
8101
8102 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8103
8104         * src/mcs51/gen.c (genFunction, genEndFunction),
8105         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8106         and restore of EA so that stack offsets to parameters are
8107         correct when using both critical and reentrant/stack-auto.
8108         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8109         size (can be triggered in error if sloc is shared between
8110         different sized objects)
8111         * device/include/float.h: fixed macros to explicitly use
8112         unsigned long where needed
8113
8114 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8115
8116         Feature req. 799831: added code to allow nesting of critical functions
8117         * src/mcs51/gen.c (genFunction, genEndFunction)
8118         * src/ds390/gen.c (genFunction, genEndFunction)
8119
8120 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8121
8122         * src/SDCCsymt.c (sclsFromPtr),
8123         * src/SDCCsymt.h,
8124         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8125         support for standard C idiom of memory mapped variables; for
8126         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8127         to xdata int at 0x1234 tempvar = 1.
8128         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8129         provided by Akiya ISHIDA
8130
8131 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8132
8133         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8134         * src/SDCCval.c (constVal): added reduction from int to char
8135         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8136         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8137         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8138         to ignore the sign
8139         * support/regression/tests/shifts.c: fixed
8140
8141 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8142
8143         * src/z80/gen.c (genXor): Fixed bug #805445
8144
8145 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8146
8147         Fixed bug #621531 (const & volatile confusion in the type chain).
8148         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8149         refer to the const or volatile state of the pointer itself.
8150
8151         * src/SDCCast.c
8152         * src/SDCCglue.c
8153         * src/SDCCicode.c
8154         * src/SDCCsymt.c
8155         * src/SDCCval.c
8156         * src/SDCC.y
8157         * src/SDCCsymt.h
8158         * src/pic/gen.c
8159         * src/pic/ralloc.c
8160         * src/pic16/gen.c
8161         * src/pic16/ralloc.c
8162         * support/regression/tests/const.c
8163
8164 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8165
8166         When checking for duplicated modules, use absolute paths
8167         instead of relative paths.  Files changed:
8168
8169         * as/mcs51/lklib.c
8170         * link/z80/lklib.c
8171
8172 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8173
8174         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8175
8176 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8177
8178         * device/include/string.h: added size_t typedef, changed
8179         prototypes to use size_t, eliminated separate reentrant and
8180         non-reentrant declarations, added _memmove declaration
8181         * device/lib/_memcpy.c: changed to use size_t instead of int,
8182         changed /4 to >>2 to avoid division library call
8183         * device/lib/_memcmp.c,
8184         * device/lib/_memset.c,
8185         * device/lib/_strncat.c,
8186         * device/lib/_strncpy.c,
8187         * device/lib/_strncmp.c: changed to use size_t instead of int
8188         * device/lib/_memmove.c: new file (fixed bug #772294)
8189         * device/lib/Makefile.in: added _memmove.c
8190         * device/lib/z80/asm_strings.s: fixed bug #772290
8191         * support/regression/tests/bitfields.c: attempt to fix host assertion
8192         failure on amd64-unknown-linux2.2
8193
8194 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8195
8196         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8197         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8198         * as/z80/asmain.c (main): fixed bug #801766
8199
8200 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8201
8202         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8203         compilers
8204
8205 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8206
8207         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8208         reported in bug #800609
8209
8210 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8211
8212         * Top header beautifications in src/pic16 directory:
8213           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8214           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8215           pcoderegs.h, ralloc.c, ralloc.h
8216         * main.c: added top header and GPL license notice
8217         * pcode.c: fixed the if-conditional warning
8218
8219 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8220
8221         * device/lib/_mullong.c: replaced int by short for gcc
8222
8223 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8224
8225         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8226         and JUMPTABLE iCodes properly now (worked by accident before)
8227         * src/mcs51/gen.c (leftRightUseAcc),
8228         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8229         iCode properly now. Use getSize instead of nRegs since a & b
8230         aren't part of the nRegs tally.
8231
8232 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8233
8234         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8235         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8236           before instructions that use the _STATUS register
8237
8238 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8239
8240         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8241         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8242         fetching of the pointer
8243         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8244         copied from genNearPointerSet()
8245         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8246         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8247         If they pop r0/r1 they must be called in the opposite order than aopOp().
8248         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8249         (resp. --stack-auto), prepared for --xstack
8250
8251 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8252
8253         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8254
8255 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8256
8257         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8258         these ports have their own __sdcc_external_start()
8259
8260 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8261
8262         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8263         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8264         type for bits was changed. It resulted in bit variables becoming
8265         global, which is not permitted in PIC 14 assembly output.
8266
8267 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8268
8269         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8270
8271 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8272
8273         Z80 and MCS51 linkers complaint if a public symbol is defined
8274         in more than one library module:
8275
8276         * as/mcs51/lklib.c
8277         * link/z80/lklib.c
8278         * as/mcs51/Makefile.in
8279
8280 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8281
8282         A few small changes that speed up the peephole optimizer.
8283
8284         * src/SDCCpeeph.c
8285
8286 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8287
8288         Try to make the peephole optimizer smarter by maintaining
8289         an association between the assembly source code and the
8290         iCodes that originated them. Put this information to use
8291         with a new peephole rule condition "notVolatile" so that
8292         the rules can be aggressive yet still safe.
8293
8294         * src/SDCCpeeph.c
8295         * src/SDCCpeeph.h
8296         * src/mcs51/gen.c
8297         * src/mcs51/peeph.def
8298
8299 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8300
8301         Fixed bug #741761
8302
8303         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8304         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8305         if the left or right operand symbols have the accuse flag set.
8306
8307 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8308
8309         Changed the type of the result of the ! (NOT) operator to char;
8310         previously it returned the same type as the source. This allows
8311         us to eliminate all the genFloatNot functions (all of its target
8312         implementations were very buggy) since !float can use the same
8313         code as !long now.
8314
8315         * src/SDCCicode.c (ast2iCode): ! returns char
8316         * src/mcs51/gen.c (genNot, genNotFloat),
8317         * src/ds390/gen.c (genNot, genNotFloat),
8318         * src/z80/gen.c (genNot, genNotFloat),
8319         * src/pic/gen.c (genNot, genNotFloat),
8320         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8321
8322 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8323
8324         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8325         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8326            during interrupts. Ensure WSAVE is located at a shared bank address.
8327         2. Fixed page selection in some places
8328         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8329            the registers name strings.
8330         4. Fixed "signed / unsigned compare" compiler warnings.
8331         5. The PIC port manages its own allocation of the general purpose
8332            registers, but makes no attempt to reuse them. As a result when
8333            compiling it soon runs out of general purpose registers. Some
8334            additional code was added to the files pcode.c and device.c to walk
8335            through the function call tree and rename the registers so that they
8336            get reused.
8337
8338         * src/pic/device.c
8339         * src/pic/gen.c
8340         * src/pic/glue.c
8341         * src/pic/pcode.c
8342         * src/pic/pcode.h
8343         * src/pic/ralloc.c
8344         * src/pic/ralloc.h
8345         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8346         genPlus() & genMinus() when the result is the same as left or right
8347
8348 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8349
8350         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8351
8352 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8353
8354         Made bitfield a distinct type from bit so that bitfields
8355         convert as per ANSI C and bits retain their traditional
8356         boolean style behaviour. Implemented bitfield support in
8357         the z80 port.
8358
8359         * src/SDCCsymt.h,
8360         * src/SDCCsymt.c,
8361         * src/SDCCast.c,
8362         * src/cdbFile.c,
8363         * src/mcs51/gen.c,
8364         * src/ds390/gen.c: bit v bitfield split
8365         * src/z80/gen.c: New support for bitfields
8366         * support/regression/tests/bitfields.c: reenabled z80,
8367         added more tests
8368
8369 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8370
8371         Rules 246.x, 247.x relate to bitfields, the others speed up
8372         access to xdata mapped I/O devices.
8373
8374         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8375
8376 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8377
8378         Cleaned up genPackBits and genUnpackBits and added two helper
8379         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8380         for literal assignments in genPackBits (thanks to Frieder for
8381         reminding me).
8382
8383         * src/mcs51/gen.c
8384         * src/ds390/gen.c
8385
8386 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8387
8388         Fixed bug #748310 (pointer to function type mishandled when the
8389         function name is omitted). Also fixed a SIGSEGV when a function
8390         attribute (reentrant, etc) is used on a non-function or on a
8391         function but misplaced before the parameter list.
8392
8393         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8394         bug #748310
8395         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8396         * support/Util/SDCCerr.h,
8397         * support/Util/SDCCerr.c: Added func attr misuse error msg
8398
8399 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8400
8401         Fixed bug #787649 by anonymous
8402         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8403         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8404
8405 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8406
8407         Fixed numerous bitfield problems.
8408
8409         * src/SDCC.y: More bitfield related error checking
8410         * src/SDCCsymt.h,
8411         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8412         * support/Util/SDCCerr.h,
8413         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8414         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8415         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8416         * support/regression/tests/bitfields.c: tests added
8417
8418 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8419
8420         Made the constant following the "interrupt" keyword optional. If
8421         omitted, the function will not automatically be given an entry
8422         in the interrupt vector table (similar to #pragma NOIV, but
8423         less syntacticly kludgy). The interrupt number is also now
8424         range checked. Also fixed a bug in the high order bit example
8425         in the manual.
8426
8427         * src/SDCC.y
8428         * src/SDCCmem.c
8429         * src/SDCCglue.c
8430         * src/SDCCsymt.h
8431         * support/Util/SDCCerr.c
8432         * support/Util/SDCCerr.h
8433         * doc/sdccman.lyx
8434
8435 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8436
8437         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8438         * src/SDCCicode.c (operandOperation): rewritten some ops
8439         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8440         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8441         other type
8442         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8443         be re-activated by defining REDUCE_LITERALS)
8444         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8445         unsigned, but are signed by default
8446         * src/SDCCval.c (constVal): rearranged
8447         * src/SDCCval.c (valMod): preliminary fix
8448         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8449         * support/regression/literalop.c: added, work in progress
8450
8451 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8452
8453         Generate warnings for useless declarations like "char data;"
8454         that don't do what new users expect.
8455
8456         * src/SDCC.y
8457         * support/Util/SDCCerr.h
8458         * support/Util/SDCCerr.c
8459
8460 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8461
8462         * src/SDCCval.c (valMult): fix overflow detection of negative int
8463
8464 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8465
8466         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8467
8468         Changes to support big endian targets:
8469
8470         * src/ports.h
8471         * src/SDCCglue.c
8472         * src/avr/main.c
8473         * src/ds390/main.c
8474         * src/izt/i186.c
8475         * src/mcs51/main.c
8476         * src/pic/main.c
8477         * src/pic16/main.c
8478         * src/xa51/main.c
8479         * src/z80/main.c
8480
8481 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8482
8483         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8484         * device/lib/time.c: fixed warning "integer overflow in expression"
8485
8486 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8487
8488         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8489         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8490         constants are unsigned; added recognition of "u" flag for unsigned
8491         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8492         * src/SDCCval.c (valDiv, valMod): fixed signdness
8493         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8494         signedness of modulo, left and right shift
8495         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8496         * support/Util/SDCCerr.h: added warning W_INT_OVL
8497         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8498         * src/SDCCast.c (ast_print): improved output of constants
8499
8500 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8501
8502         Fixed some warnings when building with MSVC:
8503
8504         * as\mcs51\asdata.c
8505         * as\z80\asdata.c
8506         * as\mcs51\asm.h
8507         * as\z80\asm.h
8508         * link\z80\aslink.h
8509         * link\z80\lkdata.c
8510         * link\z80\lkeval.c
8511         * link\z80\lkgb.c
8512         * link\z80\lkihx.c
8513         * link\z80\lks19.c
8514         * link\z80\lksym.c
8515         * support\cpp2\cpplib.c
8516         * src\ds390\gen.c
8517         * src\mcs51\gen.c
8518
8519 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8520
8521         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8522
8523 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8524
8525         * support\librarian\clean.mk: Do not remove Makefile.
8526         * support\librarian\Makefile: added.
8527
8528 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8529
8530         Added librarian to MSVC build:
8531         * all.dsp
8532         * sdcc.dsw
8533         * support\librarian\librarian.dsp
8534
8535         'configure' not needed for librarian, removed:
8536         * support\librarian\configure
8537         * support\librarian\configure.in
8538         * support\librarian\config_in.h
8539         * support\librarian\Makefile.in
8540
8541         Hopefully these ones built the librarian and the rest of sdcc properly:
8542         * Makefile
8543         * Makefile.common.in
8544
8545         Messed up 'configure', so revert to previous version:
8546         * configure
8547         * configure.in
8548
8549 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8550
8551         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8552         there, while the mantissa of a double is "only" 53 bits wide.
8553
8554 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8555
8556         Adding sdcclib to the build.  MSVC project coming soon.
8557         Files added/changed:
8558
8559         * support\librarian\clean.mk
8560         * support\librarian\configure
8561         * support\librarian\configure.in
8562         * support\librarian\config_in.h
8563         * support\librarian\Makefile.bcc
8564         * support\librarian\Makefile.in
8565         * support\librarian\sdcclib.c
8566         * Makefile.bcc
8567         * Makefile
8568         * Makefile.common.in
8569         * configure
8570         * configure.in
8571
8572 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8573
8574         Linker now complaints if linked modules have conflicting options, for
8575         example, one compiled using --model-large and another one compiled with
8576         --model-small.  The following files were modified:
8577
8578         * as\mcs51\asdata.c
8579         * as\mcs51\aslink.h
8580         * as\mcs51\asm.h
8581         * as\mcs51\asmain.c
8582         * as\mcs51\asout.c
8583         * as\mcs51\i51pst.c
8584         * as\mcs51\lkdata.c
8585         * as\mcs51\lklibr.c
8586         * as\mcs51\lkmain.c
8587         * as\z80\asdata.c
8588         * as\z80\asm.h
8589         * as\z80\asmain.c
8590         * as\z80\asout.c
8591         * as\z80\z80pst.c
8592         * link\z80\aslink.h
8593         * link\z80\lkdata.c
8594         * link\z80\lklibr.c
8595         * link\z80\lkmain.c
8596         * src\SDCCglue.c
8597
8598 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8599
8600         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8601         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8602
8603 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8604
8605         * src/z80/mappings.i: fix _mul[us][int,long] entries
8606
8607 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8608
8609         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8610
8611 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8612
8613         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8614         * support/regression/tests/bitopcse.c: added
8615         fixed warning:
8616         * src/avr/gen.c:
8617         * src/pic/gen.c:
8618         * src/pic16/gen.c:
8619         * src/z80/gen.c:
8620         * src/xa51/gen.c:
8621
8622 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8623
8624         added support for new library format to z80, gbz80 linkers:
8625         *link/z80/aslink.h
8626         *link/z80/lklex.c
8627         *link/z80/lklib.c
8628         *link/z80/lklist.c
8629
8630 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8631
8632         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8633         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8634
8635 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8636
8637         added DUMMY_READ_VOLATILE:
8638         * src/SDCC.y:
8639         * src/avr/gen.c:
8640         * src/xa51/gen.c:
8641         * src/z80/gen.c:
8642         * src/pic/gen.c:
8643         * src/pic16/gen.c:
8644         * src/mcs51/gen.c:
8645         * src/ds390/gen.c:
8646         * src/SDCCcse.c (algebraicOpts): many improvements
8647         * src/SDCCcse.h: removed algebraicOpts()
8648         * src/SDCCicode.c (picDummyRead): added
8649
8650 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8651
8652         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8653         "Insufficient space in data memory".
8654
8655 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8656
8657         * src/mcs51/gen.c: fixed bug #771358
8658         * src/z80/gen.c: fixed bug #759087
8659
8660 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8661
8662         * src/pic16/glue.c: minor cleanup by Vangelis
8663
8664 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8665
8666         * device/include/regc515c.h: fixed #758477
8667         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8668         * device/lib/_gptrput.c: saved a few bytes
8669         * my tab spacing is 8, yours too?)
8670         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8671         * device/lib/serial.c: process RX bytes earlier than TX bytes
8672         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8673
8674 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8675
8676         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8677
8678 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8679
8680     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8681
8682 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8683
8684         * device/lib/Makefile.in: bad fix, reverted to 1.43
8685
8686 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8687
8688         * device/lib/Makefile.in: added missing z80 object files
8689
8690 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8691
8692         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8693         pic16 progress by Vangelis:
8694         * src/SDCCglobl.h:
8695         * src/SDCCmain.c:
8696         * src/pic/Makefile:
8697         * src/pic:
8698         * pic/Makefile:
8699         * pic16/device.c:
8700         * pic16/device.h:
8701         * pic16/gen.c:
8702         * pic16/gen.h:
8703         * pic16/genarith.c:
8704         * pic16/glue.c:
8705         * pic16/main.c:
8706         * pic16/pcode.c:
8707         * pic16/pcode.h:
8708         * pic16/pcodepeep.c:
8709         * pic16/peeph.def:
8710
8711 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8712
8713     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8714
8715 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8716
8717     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8718     added gbz80 build to MSVC project.
8719     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8720     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8721     from 8051 stuff and setup so it links using a .lnk file.
8722
8723 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8724
8725     * support/librarian/sdcclib.c: sdcc librarian.
8726     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8727     with sdcclib.
8728
8729 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8730
8731     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8732
8733 2003-07-02  Borut Razem <borut.razem AT siol.net>
8734
8735         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8736         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8737         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8738         src/xa51/main.c, src/z80/main.c:
8739         virtualization of glue() function: each port has it's own glue function,
8740         which is accessed by do_glue function pointer in PORT.general structure
8741
8742 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8743
8744         * DS800C400 fun, improved ROM interface and tinibios.
8745
8746 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8747
8748         * More support for DS80C400. Now includes beginning of interface to ROM.
8749
8750 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8751
8752         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8753
8754 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8755
8756         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8757
8758 2003-06-19  Borut Razem <borut.razem AT siol.net>
8759
8760         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8761
8762 2003-06-19  Borut Razem <borut.razem AT siol.net>
8763
8764         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8765         fixed Z80 port - crt0.o: cannot open.
8766
8767 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8768
8769         * support/Util/MySystem.c (merge_command): revert bad fix
8770
8771 2003-06-18  Borut Razem <borut.razem AT siol.net>
8772
8773         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8774
8775 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8776
8777         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8778         option --use-stdout sends errors to stdout instead of stderr.
8779
8780 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8781
8782         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8783
8784 2003-06-15  Borut Razem <borut.razem AT siol.net>
8785
8786         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8787         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8788         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8789         fixed width array of pointers replaced with sets;
8790         multiple include and lib paths ared transferred to preprocessor and linker
8791         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8792         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8793         fixed width array of pointers
8794         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8795         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8796         fixupPath(), getPathDifference()
8797         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8798         fixed width array of pointers
8799
8800 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8801
8802         * src/pic16/ralloc.c: fix warnings
8803         * src/pic16/pcode.c: fix warning
8804
8805 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8806
8807          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8808         know all the details, but essentially this set of changes enable
8809         the pic16 port to generate movff instructions and generate assembler
8810         directives,
8811         * src/SDCCmain.c:
8812         * src/pic16/gen.c:
8813         * src/pic16/glue.c:
8814         * src/pic16/pcode.c:
8815         * src/pic16/device.c:
8816         * src/pic16/main.c:
8817         * src/pic16/pcode.h:
8818         * src/pic16/pcoderegs.c:
8819         * src/pic16/ralloc.c:
8820         * src/pic16/ralloc.h:
8821
8822 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8823
8824         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8825         added option --vc, so sdcc errors and warnings are compatible with
8826         Microsoft Visual Studio.
8827
8828 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8829
8830         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8831           device/lib/libfloat.lib: added atof function.
8832
8833 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8834
8835         * doc/sdccman.lyx: updated to Lyx 1.3
8836         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8837         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8838         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8839
8840 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8841
8842         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8843
8844 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8845
8846         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8847           additions to the "related tools/documentation" section
8848
8849 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8850
8851         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8852
8853 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8854
8855         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8856         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8857
8858 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8859
8860         * doc/sdccman.lyx: fix double dash and other minor things
8861         * doc/Makefile: fix double dash
8862
8863 2003-05-28  Karl Bongers(patches from Martin Helmling)
8864         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8865           condition and ignore commands.
8866
8867 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8868
8869         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8870           is in parts still quite out of date, I did changes as far as I felt makes sense
8871           for a non-native english speaker.
8872           Please feel free to add to the manual or to correct my changes.
8873         * doc/Makefile: undid touching the date of intermediate tex files.
8874
8875 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8876
8877         * doc/sdccman.lyx: Manual has an index now
8878
8879 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8880
8881         Finalize muluint/mulsint and mululong/mulslong merging:
8882         * device/lib/_mulint.c
8883         * device/lib/_mullong.c
8884         * device/lib/gbz80/mul.s
8885         * device/lib/gbz80/stubs.s
8886         * device/lib/z80/mul.s
8887         * device/lib/z80/stubs.s
8888         * src/SDCCsymt.c (initCSupport)
8889
8890 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8891
8892         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8893         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8894           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8895           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8896           instead of /Zm500.
8897
8898 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8899
8900         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8901           the regression tests I'm not brave enough to enable 245.b, 245.c
8902         * doc/sdccman.lyx: added latex preamble for hyperref package.
8903           Using pdflatex this will give you a hyperlinked pdf file with
8904           bookmarks. (prepend '%' before /usepackage if this breaks something)
8905
8906 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8907
8908          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8909
8910 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8911
8912         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8913
8914 2003-05-21    <johan AT balder>
8915
8916         * src/SDCCglue.c (printIval): fixed bug #739934
8917
8918 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8919
8920         Applied patch from bug 737905 (renamed yylineo to mylineno):
8921         * src/altlex.c
8922         * src/SDCCast.c
8923         * src/SDCglobl.h
8924         * src/SDCC.lex
8925         * src/SDCCsymt.c
8926         * src/SDCCval.c
8927         * src/pic16/pcode.c: Cleaned warnings
8928         * src/pic16/pcodeflow.c: Cleaned warnings
8929         * src/pic16/pcoderegs.c: Cleaned warnings
8930
8931 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8932
8933         * src/pic16/pcode.c: Cleaned warnings
8934         * src/pic16/pcodepeep.c: Cleaned warnings
8935         * src/pic16/ralloc.c: Cleaned warnings
8936
8937 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8938
8939         * doc/sdccman.lyx: fixed bug 739745
8940         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8941
8942 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8943
8944         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8945         it can be defined with CFLAGS when running configure
8946         * src/SDCCmain.c: fixed compiling + linking with object files
8947
8948 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8949
8950         * configure.in: configure for pic16 port,
8951             added --disable-pic16-port
8952         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8953         * src/SDCCmain.c: linkOptions is changed to set *,
8954             added if/endif conditional macros to remove options help
8955             messages from optionsTable when a port is not configured, added
8956             support for the PIc16 port in the ports table, when executing
8957             the compiler with no port specified on command line, a default
8958             port is selected with the new macro DEFAULT_PORT which is
8959             defined in port.h, in setDefaultOptions() linkOptions is removed
8960             from initialization assignment, since now it is a set,
8961             parseCmdLine uses setParseWithComma for linkOptions, in
8962             linkEdit() linkOptions are accessed with new function indexSet()
8963             which returns the i'th item of a set variable. See SDCCset.c, in
8964             linkEdit() when calling buildCmdLine(), added linkOptions as
8965             last argument. Now users can pass arguments to gplink via the
8966             -Wl option, main() uses pic16glue() to glue up pic16 programs
8967         * src/SDCCpeeph.c: various changes to support pic16
8968         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8969             return the i'th item of the set
8970         * src/SDCCset.h: added function prototype for indexSet()
8971         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8972         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8973         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8974             added macro DEFAULT_PORT
8975         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8976         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8977             generated
8978         * src/pic16/glue.c: commented out some error producing lines
8979         * src/pic16/main.c: __config directives are commented out to stop
8980             gpasm complaining and test the linkage with gplink, _linkCmd and
8981             _asmCmd changed to be more gplink and gpasm friendly
8982         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8983             produced an error when parsed, peep rule 12 is added to utilize
8984             movff, but it is commented out since the pCode does not support
8985             yet a command with 2 address arguments
8986
8987 2003-05-18    <johan AT balder>
8988
8989         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8990         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8991 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8992
8993         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8994   Added feature to script commands from file.
8995
8996 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8997
8998         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8999         * src/SDCCutil.c: include ctype.h for win32
9000
9001 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9002
9003         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9004
9005 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9006
9007         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9008   Fixed so you can set breakpoints prior to run, run does not stop
9009   on entry now.  Add tbreak.  Other enhancements and fixes for use
9010   with ddd.
9011
9012 2003-05-12  Borut Razem <borut.razem AT siol.net>
9013
9014         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9015
9016 2003-05-11  Borut Razem <borut.razem AT siol.net>
9017
9018         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9019         the path of bin directory, so that PATH is the only env. variable, which has to be set
9020         in case of standard installation.
9021         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9022         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9023         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9024
9025 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9026
9027         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9028         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9029         temp files are in the port dir; clean the gen/test directory when
9030         generating new test.c
9031         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9032         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9033         * support/regression/tests/zeropad.c: added
9034
9035 2003-05-09    <johan AT balder>
9036
9037         * src/SDCCglue.c: fixed bug #597940
9038
9039 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9040
9041         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9042   cache sfr, optimize next,step, fix off by one sourceline,
9043   support ddd list function.
9044         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9045
9046 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9047
9048         * support/regression/HTMLgen.py: added compare_s2f()
9049         * support/regression/Makefile: redo 1.27
9050         * support/regression/generate-cases.py: redo 1.5
9051
9052 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9053
9054         * support/regression/tests/float.c: workaround 33 bit hex constant
9055         * support/regression/tests/simplefloat.c: fix division for host
9056
9057 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9058
9059         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9060         that tame's the PIC's over-aggressive optimizer.
9061
9062 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9063
9064          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9065          support for MSVC.
9066
9067 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9068
9069         Initial support for DS80C400. "Hello world" runs on TINIm400
9070         (with polled I/O).
9071
9072 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9073
9074          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9075          * Some notes on ddd usage added in debugger/README
9076          Martin Helmling adding more features and fixes for ddd GUI debugger.
9077          Code added for nexti, stepi, up, down, and other adjustments.
9078
9079 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9080
9081         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9082         * src/pic/peeph.def Added two rules to optimize carry manipulation
9083         * src/pic/* removed debug printfs
9084
9085 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9086
9087         * debugger/mcs51/cmd.c: added header newalloc.h
9088
9089 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9090
9091         * as/Makefile: new EXEEXT
9092         * as/z80/Makefile: remove trailing slash of BUILDIR
9093         * as/z80/clean.mk: new EXEEXT
9094         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9095         * support/cpp2/Makefile.in: new EXEEXT
9096         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9097
9098 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9099
9100         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9101         EXEEXT was introduced to fix all related problems with targets
9102         "clean", "install" and "uninstall"; a couple of further flaws
9103         especially with "clean" have been fixed too
9104         * as/mcs51/Makefile.in
9105         * as/mcs51/clean.mk
9106         * as/z80/Makefile
9107         * Makefile
9108         * clean.mk
9109         * debugger/mcs51/Makefile.in
9110         * debugger/mcs51/clean.mk
9111         * link/z80/Makefile
9112         * link/z80/Makefile.in
9113         * link/z80/clean.mk
9114         * link/Makefile
9115         * packihx/Makefile.in
9116         * packihx/clean.mk
9117         * sim/ucsim/Makefile
9118         * sim/ucsim/clean.mk
9119         * sim/ucsim/avr.src/Makefile.in
9120         * sim/ucsim/avr.src/clean.mk
9121         * sim/ucsim/s51.src/Makefile.in
9122         * sim/ucsim/s51.src/clean.mk
9123         * sim/ucsim/xa.src/Makefile.in
9124         * sim/ucsim/xa.src/clean.mk
9125         * sim/ucsim/z80.src/Makefile.in
9126         * sim/ucsim/z80.src/clean.mk
9127         * sim/ucsim/main_in.mk
9128         * sim/ucsim/packages_in.mk
9129         * sim/ucsim/gui.src/Makefile.in
9130         * sim/ucsim/gui.src/serio.src/Makefile.in
9131         * sim/ucsim/gui.src/serio.src/clean.mk
9132         * src/Makefile.in
9133         * src/clean.mk
9134         * support/cpp2/Makefile.in
9135         * support/cpp2/clean.mk
9136         * support/makebin/Makefile
9137         * support/makebin/clean.mk
9138         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9139         * doc/sdccman.lyx: --program-suffix no longer needed
9140
9141 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9142
9143          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9144          Martin Helmling added support for ddd GUI debugger.
9145          Code added to display assembly, set variables, and other commands
9146          to interface to ddd.
9147
9148 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9149
9150         * as/Makefile: fix target clean
9151         * as/clean.mk: fix target clean
9152         * as/z80/clean.mk: fix target clean
9153
9154 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9155
9156         * Makefile.common.in: added  AT EXEEXT AT
9157         * configure.in: removed all mingw32 stuff
9158         * configure: rebuilt from configure.in
9159         * doc/sdccman.lyx: updated section "installation"
9160         * support/scripts/sdcc_mingw32: adapted to configure
9161         * support/scripts/sdcc_cygwin_mingw32: added
9162
9163 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9164
9165         * src/pic Added object file support for the PIC port
9166         * src/pic Applied patch from Craig Franklin (this started the object file support)
9167         * src/regression Updated the PIC regression tests for object files
9168
9169 2003-04-20  Borut Razem <borut.razem AT siol.net>
9170
9171         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9172           lklex.c: In function `getfid':
9173           lklex.c:203: warning: array subscript has type `char'
9174         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9175           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9176         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9177           stack handling macros
9178
9179 2003-04-19  Borut Razem <borut.razem AT siol.net>
9180
9181         * "handling space characters in file path" task:
9182         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9183         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9184         * support/Util/MySystem.h: make it self-sufficient
9185         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9186           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9187           handling space characters in file path
9188         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9189           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9190         * support/Util/MySystem.c: handling space characters in executable's path
9191
9192 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9193
9194         * as/z80/Makefile: fix permanent rebuild of z80
9195         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9196         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9197
9198 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9199
9200         * src/SDCCopt.c: add special case optimization to replace modulo by
9201           a power of two with a bitwise AND.
9202
9203 2003-04-18    <johan AT balder>
9204
9205         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9206
9207 2003-04-17    <johan AT balder>
9208
9209         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9210         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9211
9212 2003-04-13  Borut Razem <borut.razem AT siol.net>
9213
9214         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9215         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9216           fixed mingw problem in adl_NORMALIZE_PATH
9217
9218 2003-04-12  Borut Razem <borut.razem AT siol.net>
9219
9220         * fixed "#pragma SAVE/RESTORE can not be nested":
9221         * src/SDCC.lex: reworked pragma handling functions
9222         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9223         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9224
9225 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9226
9227         * src/SDCCutil.c (pathEquivalent): defined but not used
9228         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9229         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9230         * configure: rebuilt from configure.in
9231         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9232         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9233         * device/include/Makefile.in: replace sdcc_datadir
9234         * device/lib/Makefile.in: replace sdcc_datadir
9235         * Makefile.common.in: add LDFLAGS from configure
9236         * packihx/Makefile.in: use LDFLAGS
9237         * src/Makefile.in: use LDFLAGS
9238         * support/cpp2/Makefile.in: add LDFLAGS from configure
9239         * support/makebin/Makefile: use LDFLAGS
9240         * .version: bumped version number to 2.3.5
9241
9242 2003-04-12  Borut Razem <borut.razem AT siol.net>
9243
9244         * completed "different paths" task:
9245         * src/SDCCmacro.c: fixed bug in handling quotes
9246         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9247         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9248
9249 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9250
9251         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9252
9253 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9254
9255         * ds390/gen.c ds390/peeph.def: fix bug 706781
9256
9257 2003-04-11  Borut Razem <borut.razem AT siol.net>
9258
9259         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9260
9261 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9262
9263         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9264         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9265          set - this bit used to not be set...).
9266         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9267           bad code in PIC Port
9268         * src/regression/and2.c added to test bug 609268
9269         * src/regression/Makefile added and2.c to regression test
9270
9271
9272 2003-04-08    <johan AT CP255758-A>
9273
9274         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9275         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9276         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9277
9278 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9279
9280         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9281         fix bug #487815
9282         * support/cpp2/Makefile.in: fix bug #487815
9283         * configure: rebuilt from configure.in
9284         * Makefile.common.in: docdir changed, new path suffixes
9285         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9286         * sdcc_vc_in.h: reflect changes from sdccconf.h
9287         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9288         * src/SDCCutil.h: remove BINDIR hack
9289         * doc/sdccman.lyx: update new path hierarchy
9290
9291 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9292
9293         * src/SDCCpeeph.c: added okToRemoveSLOC test
9294
9295 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9296
9297         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9298
9299 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9300
9301         * src/SDCCpeeph.c: added labelIsReturnOnly test
9302         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9303
9304 2003-04-05    <johan AT balder>
9305
9306         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9307         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9308         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9309         * src/SDCCast.c: fixed a warning
9310         * src/SDCCast.h: fixed a warning
9311         * src/SDCCicode.c (operandFromAst): fixed a warning
9312
9313 2003-04-04    <johan AT balder>
9314
9315         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9316         * src/SDCCast.c (decorateType): fixed bug #715076
9317         * src/SDCC.y: fixed bug #702907
9318
9319 2003-04-03    <johan AT balder>
9320
9321         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9322         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9323         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9324         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9325         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9326
9327 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9328
9329         * _decdptr.c: fix return values
9330         * _gptrget.c: fix return values
9331         * _gptrgetc.c: fix return values
9332         * _gptrput.c: fix return values
9333         * _mulint.c: fix return values
9334         * as/z80/Makefile: fix 'make -j' problem
9335
9336 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9337
9338         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9339         * configure.in: big cleanup, updated to autoconf 2.5x
9340         * configure: rebuilt from configure.in
9341         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9342         * sdcc_vc_in.h: reflect changes from sdccconf.h
9343         * doc/Makefile: fixed a flaw in "make install"
9344
9345 2003-04-02    <johan AT balder>
9346
9347         * src/ds390/gen.c (genCmp): no comments
9348         * src/mcs51/gen.c (genCmp): no comments
9349         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9350         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9351
9352 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9353
9354         * support/regression/generate-cases.py: place generated file in given sub directory
9355         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9356         * support/regression/Makefile: improvements for 'make -j';
9357         side effect: it's simpler and faster now
9358
9359 2003-03-31  Borut Razem <borut.razem AT siol.net>
9360
9361         * src/z80/main.c: link-{port} and as-{port} defined without path
9362         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9363
9364 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9365
9366         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9367
9368 2003-03-30  Borut Razem <borut.razem AT siol.net>
9369
9370         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9371           changed type of list parameter to set
9372         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9373         * src/port.h: changed type of do_assemble() parameter to set
9374         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9375           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9376           definition of "cppoutfilename" macro with NULL value in preProcess()
9377         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9378         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9379         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9380           replaced with set *binPathSet
9381         * shash_add() deallocates the item, if allready exsists, before adding the new one
9382         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9383
9384 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9385
9386         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9387           a nested for loop bug in the PIC port
9388         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9389           for loops
9390
9391 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9392
9393         * support/Util/dbuf.h: remove C++ stuff to make it portable
9394
9395 2003-03-28  Borut Razem <borut.razem AT siol.net>
9396
9397         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9398           literal strings in stringLiteral()
9399         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9400         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9401           to the project
9402
9403 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9404
9405         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9406
9407 2003-03-26    <johan AT balder>
9408
9409         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9410         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9411         * src/SDCCast.c (decorateType): fixed " -v < 3"
9412
9413 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9414
9415         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9416         Added Lenny Story's debug infrastructure changes:
9417         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9418         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9419         * src/cdbFile.c: added
9420         * src/SDCCdebug.c: added
9421         * src/SDCCdebug.h: added
9422         * src/SDCCast.c (createFunction)
9423         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9424         * src/SDCCmain.c (parseCmdLine, main)
9425         * src/SDCCmem.c (redoStackOffsets)
9426         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9427         * src/SDCCsymt.h
9428         * src/common.h
9429         * src/avr/gen.c (genAVRCode)
9430         * src/ds390/gen.c (gen390Code)
9431         * src/mcs51/gen.c (gen51Code)
9432         * src/pic/gen.c (genpic14Code)
9433         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9434         * src/xa51/gen.c (genXA51Code)
9435         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9436
9437 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9438
9439         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9440         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9441
9442 2003-03-22    <johan AT balder>
9443
9444         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9445
9446 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9447
9448         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9449         * doc/cdbfileformat.lyx: added, written by Lenny Story
9450         * doc/Makefile: added cdbfileformat.lyx
9451         * doc/clean.mk: added cdbfileformat.lyx
9452
9453 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9454
9455         * src/mcs51/peeph.def: fix bug #705773
9456
9457 2003-03-20    <johan AT balder>
9458
9459         An sfr/sbit can have an "at #" AND an initializer
9460         * src/SDCCsymt.c (checkSClass):
9461         * src/SDCCmem.c (allocGlobal):
9462         * src/SDCCmem.c (allocLocal):
9463         * src/SDCCast.c (createBlock):
9464
9465 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9466
9467         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9468
9469 2003-03-16    <johan AT balder>
9470
9471         Undid the hackup of const and volatile, the problem is much bigger
9472         * src/SDCC.y:1.65
9473         * src/SDCCast.c:1.171
9474         * src/SDCCglue.c:1.138
9475         * src/SDCCicode.c:1.146
9476         * src/SDCCsymt.c:1.150
9477         * src/SDCCval.c:1.65
9478
9479 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9480
9481         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9482         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9483
9484 2003-03-13    <johan AT balder>
9485
9486         Hackup const and volatile modifiers in type chains a bit:
9487         * src/SDCC.y:1.63
9488         * src/SDCCast.c:1.169
9489         * src/SDCCglue.c:1.136
9490         * src/SDCCicode.c:1.143
9491         * src/SDCCsymt.c1.146
9492         * src/SDCCsymt.h1.59
9493         * src/SDCCval.c:1.63
9494
9495 2003-03-12    <johan AT balder>
9496
9497         * src/SDCCBBlock.h: more LRH debugging junk
9498         * src/SDCCcflow.h: more LRH debugging junk
9499         * src/SDCCloop.c: more LRH debugging junk
9500         * src/SDCC.y (struct_declaration): fixed bug #697590
9501         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9502         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9503         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9504
9505 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9506         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9507         test function names must now match exactly).
9508         * src/SDCCcse.c: added special case in findCheaperOp to allow
9509         extending a short integer. Makes less awful code for bug 700121 test case.
9510
9511 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9512
9513         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9514         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9515
9516 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9517
9518         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9519         actually called (operandsNotEqual() was called for all
9520         operandsNotEqualX tests).
9521
9522 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9523
9524         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9525         with shorter literals. Fixes bug 700121.
9526
9527 2003-03-11    <johan AT balder>
9528
9529         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9530
9531 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9532
9533         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9534         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9535
9536 2003-03-10  Borut Razem <borut.razem AT siol.net>
9537
9538         * src/SDCCmain.c: pipe preprocessor's output
9539         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9540         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9541         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9542         which closes all pipes in pipeSet set
9543         * src/SDCCset.c: free deleted item in function deleteSetItem()
9544         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9545         moved from z80 to src subproject
9546         * .version: increased version number to 2.3.4
9547
9548 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9549
9550         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9551         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9552         * support/regression/ports/xa51/spec.mk: fix typo
9553
9554 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9555
9556         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9557
9558 2003-03-09  Borut Razem <borut.razem AT siol.net>
9559
9560         * src/SDCCmain.c: pipe preprocessor's output
9561         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9562         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9563         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9564         which closes all pipes in pipeSet set
9565         * src/SDCCset.c: free deleted item in function deleteSetItem()
9566         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9567         moved from z80 to src subproject
9568
9569 2003-03-09  Borut Razem <borut.razem AT siol.net>
9570
9571         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9572         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9573         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9574         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9575         * src/SDCCglobl.h: unification of WIN32 native definitions
9576
9577 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9578
9579         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9580
9581 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9582
9583         * src/configure.in:   check for endianess (even while cross-compiling)
9584         * src/configure:      check for endianess (even while cross-compiling)
9585         * src/configure_in.h: check for endianess (even while cross-compiling)
9586         * src/avr/gen.c:        remove old endianess stuff
9587         * src/mcs51/gen.c:      remove old endianess stuff
9588         * src/ds390/gen.c:      remove old endianess stuff
9589         * src/pic/gen.c:        remove old endianess stuff
9590         * src/pic/genarith.c:   remove old endianess stuff
9591         * src/pic/glue.c:       fix endianess check
9592         * src/pic16/gen.c:      remove old endianess stuff
9593         * src/pic16/genarith.c: remove old endianess stuff
9594         * src/pic16/glue.c:     fix endianess check
9595         * src/xa51/gen.c:       remove old endianess stuff
9596         * src/z80/gen.c:        fix endianess check
9597         * src/SDCCglue.c:       fix endianess check
9598         * src/ds390/peeph.def: fix bug 700036
9599
9600 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9601
9602         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9603         * src/configure: find appropriate data-types on host for SDCC's int and long
9604         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9605         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9606         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9607
9608 2003-03-07    <johan AT balder>
9609
9610         Just a big NOOP:
9611                 some minor cleanups before the big shot
9612                 OP_DEFS and OP_USES now use Kevin's protection
9613                 new option --nolabelopt
9614
9615         * src/SDCCBBlock.c:
9616         * src/SDCCast.c,:
9617         * src/SDCCcflow.c:
9618         * src/SDCCcse.c:
9619         * src/SDCCicode.c:
9620         * src/SDCCicode.h:
9621         * src/SDCClabel.c:
9622         * src/SDCCloop.c:
9623         * src/SDCCmain.c:
9624         * src/ds390/ralloc.c:
9625         * src/mcs51/ralloc.c:
9626         * src/pic/ralloc.c:
9627         * src/xa51/ralloc.c:
9628         * src/z80/ralloc.c:
9629
9630 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9631
9632         * src/pic/pcode.c (get_op): fix 64 bit warnings
9633         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9634         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9635         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9636         * support/regression/tests/malloc.c: fix 64 bit warnings
9637
9638 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9639
9640         * src/mcs51/gen.c (genMinus): fixed bug 696436
9641
9642 2003-03-02  Borut Razem <borut.razem AT siol.net>
9643
9644         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9645
9646 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9647
9648         * configure.in: test for mkstemp
9649         * sdccconf_in.h: add HAVE_MKSTEMP
9650
9651 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9652
9653         * device/include/ctype.h: removed warning while using --stack-auto
9654         * device/include/malloc.h: removed warning while using --stack-auto
9655         * device/include/string.h: removed warning while using --stack-auto
9656
9657 2003-02-23  Borut Razem <borut.razem AT siol.net>
9658
9659         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9660         because NDEBUG is defined (see man assert)
9661         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9662
9663 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9664
9665         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9666         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9667
9668 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9669
9670         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9671         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9672
9673 2003-02-18    <johan AT balder>
9674
9675         * as/mcs51/asmain.c (asmbl): module can start with a digit
9676         * as/z80/asmain.c (asmbl): module can start with a digit
9677
9678 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9679
9680         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9681         * src/asm.c: fix pipe() for Mingw32
9682
9683 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9684
9685         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9686         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9687         make -V work again; --c1mode reads now from stdin
9688         * doc/sdccman.lyx: added --c1mode
9689         * support/Util/SDCCerr.c: new messages for c1 mode
9690         * support/Util/SDCCerr.h: new messages for c1 mode
9691         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9692
9693 2003-02-15    <johan AT balder>
9694
9695         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9696
9697 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9698
9699         * doc/sdccman.lyx: Environment variables, -o and other minor things
9700
9701 2003-02-14    <johan AT balder>
9702
9703         * src/xa51/main.c: before anyone really tries to use it :)
9704
9705         * Install doc's in share/sdcc/doc
9706         * removed some obsolete files
9707         * Do a proper make distclean and uninstall
9708         M Makefile.common.in
9709         R sdccbuild.sh
9710         M as/Makefile
9711         M device/include/Makefile.in
9712         M device/lib/Makefile.in
9713         M doc/sdccman.lyx
9714         M link/Makefile
9715         M sim/ucsim/doc/Makefile.in
9716         M src/clean.mk
9717         R src/avr/peeph.rul
9718         R src/xa51/peeph.rul
9719         M support/cpp2/Makefile.in
9720         M support/makebin/Makefile
9721
9722
9723 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9724
9725         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9726
9727 2003-02-10  Borut Razem <borut.razem AT siol.net>
9728
9729         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9730         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9731         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9732         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9733         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9734         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9735         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9736         src/z80/Makefile.bcc: Borland Makefile cleanup
9737         * as/z80/Makefile.bcc: Added Borland Makefile
9738         * support/cpp2/borland.h: Removed
9739
9740 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9741
9742         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9743         * src/SDCC.lex: new pragma NOIV
9744         * src/SDCCglobl.h: new pragma NOIV
9745         * src/SDCCmem.c: new pragma NOIV
9746
9747 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9748
9749         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9750
9751 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9752
9753         * src/SDCCmain.c: signal handling is switched off by --debug
9754         * doc/Makefile: small fix for install; use clean.mk again
9755         * doc/clean.mk: clean *.pdf and *.html too
9756
9757 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9758
9759         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9760         * device/lib/printfl.c: fix a ds390 bug by making it portable
9761         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9762         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9763         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9764         * debugger/mcs51/cmd.c: converted multi-line string literals
9765         * sim/ucsim/globals.cc: converted multi-line string literals
9766         * src/SDCCmain.c: introduced signal handler to remove temp files
9767         * doc/Makefile: small tweaks, implement clean
9768         * doc: removed generated files
9769
9770 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9771
9772         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9773         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9774         Address Record is not correctly generated for DS390."
9775
9776 2003-02-02  Borut Razem <borut.razem AT siol.net>
9777
9778         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9779         * as/mcs51/asm.h: fixed compilation with Borland C
9780         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9781         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9782         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9783         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9784         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9785         src/z80/Makefile.bcc: delete $(LIB) only if exist
9786         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9787
9788 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9789
9790         * device/include/malloc.h: introduced NULL
9791         * device/include/string.h: introduced NULL
9792         * device/include/stdlib.h: introduced NULL
9793         * device/lib/_memcpy.c: removed NULL
9794         * device/lib/_strcat.c: removed NULL
9795         * device/lib/_strchr.c: removed NULL
9796         * device/lib/_strcmp.c: removed NULL
9797         * device/lib/_strcpy.c: removed NULL
9798         * device/lib/_strcspn.c: removed NULL
9799         * device/lib/_strlen.c: removed NULL
9800         * device/lib/_strncat.c: removed NULL
9801         * device/lib/_strncmp.c: removed NULL
9802         * device/lib/_strncpy.c: removed NULL
9803         * device/lib/_strpbrk.c: removed NULL
9804         * device/lib/_strrchr.c: removed NULL
9805         * device/lib/_strspn.c: removed NULL
9806         * device/lib/_strstr.c: removed NULL
9807         * device/lib/_strtok.c: removed NULL
9808         * device/lib/malloc.c: removed NULL, include own header
9809
9810 2003-02-02    <johan AT balder>
9811
9812         * 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
9813         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9814         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9815         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9816         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9817         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9818
9819 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9820
9821         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9822         area 'DATA'"
9823
9824 2003-02-01    <johan AT balder>
9825
9826         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9827
9828 2003-01-31    <johan AT CP255758-A>
9829
9830         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9831
9832 2003-01-30    <johan AT balder>
9833
9834         * src/SDCCBBlock.c: automatic bug detection
9835         * src/SDCCicode.c: automatic bug detection
9836
9837 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9838
9839         * src/SDCCglobl.h:   now --xram-size 0 works
9840         * src/SDCCmain.c:    now --xram-size 0 works
9841
9842 2003-01-29    <johan AT balder>
9843
9844         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9845
9846 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9847
9848         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9849         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9850         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9851         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9852         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9853         * src/SDCCmain.c:    Added options --xram-size and --code-size
9854
9855 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9856
9857         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9858         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9859
9860 2003-01-27    <johan AT balder>
9861
9862         * src/SDCC.y: fixed bug #613764
9863
9864 2003-01-26    <johan AT balder>
9865
9866         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9867         * src/SDCCsymt.h: fixed bug #673374
9868         * src/SDCCglue.c: fixed bug #661910
9869         * src/SDCCast.c: fixed bug #458099 and 673374
9870
9871 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9872
9873         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9874         * as/mcs51/strcmpi.h: added
9875         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9876         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9877         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9878         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9879         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9880         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9881         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9882         * as/mcs51/Makefile.aslink: new module strcmpi
9883         * as/mcs51/Makefile.asx8051: new module strcmpi
9884         * as/mcs51/Makefil.bcc: new module strcmpi
9885         * as/mcs51/Makefile.in: new module strcmpi
9886         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9887
9888 2003-01-26    <johan AT balder>
9889
9890         * src/SDCCglue.c: reverted back to 1.124
9891         * src/SDCCast.c: reverted back to 1.156
9892         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9893
9894 2003-01-25    <johan AT balder>
9895
9896         * src/SDCCglue.c: A better fix for bug #661910
9897         * src/SDCCast.c: A better fix for bug #661910
9898         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9899
9900 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9901
9902         * src/Makefile.in: remove spawn.o
9903         * src/SDCCmain.c: remove spawn.h
9904         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9905         * src/spawn.c: removed
9906         * src/spawn.h: removed
9907         * support/regression/ports/ds390/spec.mk: link with -r
9908
9909 2003-01-24    <johan AT CP255758-A>
9910
9911         * src/ds390/gen.c (aopOp): fixed bug #667458
9912         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9913         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9914         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9915
9916 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9917
9918         * src/mcs51/peeph.def: better assembler identation by Frieder
9919         * src/mcs51/gen.c: better assembler identation by Frieder
9920
9921 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9922
9923         * as/z80/string.h: removed for gcc 3.2
9924         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9925         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9926
9927 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9928
9929         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9930         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9931         * support/regression/Makefile: separate temp files for ports
9932         * support/regression/generate-cases.py: separate temp files for ports
9933         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9934         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9935
9936 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9937
9938         * moved tinitalk to device/examples/ds390
9939
9940 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9941
9942         * as/mcs51/lkmem.c: rflag is for DS390
9943         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9944         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9945                          (linkEdit): move mem- and map-files the same way as ihx-files
9946         * src/z80/main.c (_setDefaultOptions): removed --generic
9947         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9948         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9949         * src/pic/glue.c (picglue): --c1mode works again
9950         * src/pic16/glue.c (pic16glue): --c1mode works again
9951         * src/asm.c (printCLine): fix #660034
9952
9953 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9954
9955         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9956         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9957         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9958         * as/mcs51/lkmem (summary): better fix for sp problem
9959         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9960         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9961         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9962                                               remove --stack-after-data
9963
9964 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9965
9966         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9967         * src/SDCCutil.c (join): ugly bug: missing '\0'
9968         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9969
9970 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9971
9972         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9973         * src/port.h: typo
9974         * src/pic/main.c (_asmCmd): gpasm supports -o
9975         * src/z80/main.c: more general macros
9976         * device/lib/Makefile.in: remove intermediate files
9977
9978 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9979
9980         * .version: Bumped version number to 2.3.3
9981         * src/SDCCBBlock.c: new option -o
9982         * src/SDCCglobl.h: new option -o
9983         * src/SDCCglue.c: new option -o
9984         * src/SDCCmain.c: new option -o
9985         * src/asm.c: new option -o
9986         * src/ds390/main.c: new option -o
9987         * src/pic/glue.c: new option -o
9988         * src/pic/pcode.c: new option -o
9989         * src/pic/ralloc.c: new option -o
9990         * src/pic16/glue.c: new option -o
9991         * src/pic16/pcode.c: new option -o
9992         * src/pic16/ralloc.c: new option -o
9993         * src/z80/main.c: new option -o
9994         * device/lib/Makefile.in: use -o
9995         * support/regression/ports/ds390/spec.mk: use -o
9996         * support/regression/ports/gbz80/spec.mk: use -o
9997         * support/regression/ports/mcs51/spec.mk: use -o
9998         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9999         * support/regression/ports/z80/spec.mk: use -o
10000         * support/regression/ports/ucz80/spec.mk: use -o
10001         * support/regression/ports/xa51/spec.mk: use -o
10002         * support/regression/fwk/lib/timeout.c: fix usage string
10003
10004 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10005         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10006
10007 2003-01-07    <johan AT balder>
10008
10009         * src/SDCCast.c (decorateType): fixed bug #600035
10010
10011 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10012         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10013         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10014         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10015         * src/pic/pcode.c: outcommented unused variable to remove warnings
10016         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10017
10018 2003-01-06    <karl AT turbobit.com>
10019         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10020    regression tests.
10021
10022 2003-01-06    <johan AT balder>
10023
10024         * src/SDCCicode.c: fixed array add
10025
10026 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10027         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10028         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10029
10030 2003-01-04    <johan AT balder>
10031
10032         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10033
10034 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10035         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10036
10037 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10038         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10039         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10040
10041 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10042         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10043
10044 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10045         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10046
10047 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10048         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10049
10050 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10051
10052     * in \sdcc\as\mcs51\ changed these files in order to create an
10053     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10054     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10055     following files to include the previous two files: aslink.dsp,
10056     Makefile.aslink, Makefile.bcc, and Makefile.in.
10057
10058     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10059     .adb instead of .cdb
10060
10061 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10062
10063         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10064         value from option --iram-size.
10065
10066 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10067
10068         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10069         dram[] array.
10070
10071 2002-09-18    <wiml AT hhhh.org>
10072
10073         * SDCClrange.h: exposed setFromRange() and setToRange()
10074         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10075           packRegsForAccUse() (bug 542397)
10076         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10077           multiple times and emitting the fetch operations more than once
10078           added aopGetUsesAcc() function to allow binary operators to
10079           fetch their operands in the correct order; made genMinus() emit
10080           compact code for X = LITERAL - Y
10081
10082 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10083         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10084         sprintf() in line 1267.
10085
10086 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10087         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10088         like ports.
10089
10090 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10091         Changes to aslink (All the changes are marked with 'JCF'):
10092
10093         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10094         summary().
10095
10096         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10097         area BSEG.  Also moves, if possible, the DATA area down into the internal
10098         ram so more space is available.
10099
10100         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10101         sflag.
10102
10103         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10104         not bytes.  Function summary() which creates a memory usage summary
10105         file with extension .mem.  Reports of overlaping stack and small stack
10106         size.  If the space for the stack is less than 16 bytes aslink trows a
10107         warning.
10108
10109         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10110         the 8051.  Option 'y' for memory summary output file.
10111
10112         Changes to sdcc (All the changes are marked with 'JCF'):
10113
10114         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10115
10116         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10117         overlaying area for it (uses RegBankUsed[4]).
10118
10119         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10120         bank zero as used by default.  By default aslink locates the stack
10121         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10122         the creation of the .mem file.  Delegates the allocation of data area
10123         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10124         the begining of the stack area to aslink.
10125
10126         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10127         glue() in SDCCglue.c creates an area for it.
10128
10129 2002-09-03  Borut Razem <borut.razem AT siol.net>
10130         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10131         sdcc/src/pic/glue.c:
10132         introduced atexit() handler for teporay files removal in case of
10133         errors, assertions, ...
10134
10135 2002-08-29  Borut Razem <borut.razem AT siol.net>
10136         * sdcc/support/cpp2/auto-host_vc_in.h:
10137         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10138         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10139         Maybe there is a similar problem with BORLANDC? It should be checked!
10140
10141         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10142         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10143         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10144         was not executed, and the compiler (cl) launched a warning:
10145         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10146
10147 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10148         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10149
10150 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10151         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10152
10153         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10154           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10155           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10156           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10157           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10158           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10159           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10160         - added Release configuration in VS projects
10161         - review of compiler an linker options
10162         - VC .exe files are generated in bin_vc directory, not to interfere
10163           with binaries generated from other projects (cygwin, mingw, bcc ...)
10164
10165         * sdcc/src/yacc.dsp: added
10166
10167         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10168         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10169         and insert the version number definitions from .version
10170
10171         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10172
10173         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10174         added - genarate auto-host.h using auto-host_vc_in.h as template
10175
10176         * sdcc/sdcc_vc.h,
10177         removed from CVS, generated automatically
10178
10179 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10180         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10181
10182 2002-08-11  Borut Razem <borut.razem AT siol.net>
10183         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10184
10185 2002-08-10  Borut Razem <borut.razem AT siol.net>
10186         * src/SDCCmain.c (main):
10187         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10188         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10189         The consequence was that some temporary files were not removed.
10190
10191         * src/SDCCglue.c:
10192         unification of code in functions tempfilename() and tempfile():
10193         function tempnam() is defined in Visual Studio 6.0 and .NET
10194
10195         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10196
10197         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10198           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10199         - removed compiler command line option /WX: Treats all warnings as errors
10200         - update a list of source files, included into the project
10201
10202         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10203           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10204         changed project type to Generic Project so that can be correcly converted to VS.NET project
10205
10206         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10207
10208         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10209
10210         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10211
10212         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10213         added return 0 statements after assert() to make compiler happy
10214
10215         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10216         added newline in the def file to keep MSC compiler satisfied
10217
10218         * sdcc/src/z80/gen.c:
10219         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10220           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10221         - solved MSC error in function aopDump()
10222
10223         * sdcc_vc.h: define PREFIX as "\\sdcc"
10224
10225 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10226         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10227
10228 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10229         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10230         - Rewrote the register banking algorithm.
10231         - Added pCode live-range analysis to registers (for now, only non-used and
10232         singly-used registers optimized away)
10233
10234         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10235
10236         * 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.
10237
10238 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10239         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10240
10241 2002-04-22  Michael Hope  <michaelh AT vroom>
10242
10243         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10244
10245         * configure.in (DD_COPT): Added include support required for gbdk.
10246
10247         * .version: Bumped version number just to increase it.
10248
10249         * src/SDCCmain.c: Added -nostdinc to the default options.
10250
10251 2002-04-15  Michael Hope  <michaelh AT vroom>
10252
10253         * device/lib/z80/printf.c (sprintf): Added.
10254
10255         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10256
10257         * src/z80/peeph.def: Added transpose redundent load rule.
10258
10259         * src/z80/main.c: Added force callee saves for jaune.
10260
10261         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10262
10263         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10264
10265 2002-03-28  Johan Knol  <johan AT balder>
10266
10267         * src/SDCCval.c: fixed bug #532436
10268
10269 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10270         * /src/port.h:
10271         Added "char *Processor" field to the port structure.
10272
10273         * /src/SDCCmain.c:
10274         Added -p option. Allows port dependent processor to be specified.
10275
10276         * all ports:
10277         Initialized the new field char *Processor field to NULL in all ports
10278
10279         * /src/pic/*:
10280         Compiler generated registers for interrupt context saving
10281         were not getting allocated.
10282
10283 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10284
10285         * /src/SDCCast.c:
10286         Fixed left shift. Will promote the left side of a left shift
10287         if a) left shifting more than size of operand or b) when assigned
10288         to something size > size of left side
10289
10290 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10291         * src/pic/*
10292         tons of changes. Register allocation has been
10293         rewritten. Added customization for the various PICs. Flow
10294         analysis is restructured. ...
10295
10296         * src/pic/device.h:
10297         Added
10298
10299         * src/pic/device.c:
10300         Added. device.c is a PIC port hack to accomodate variations
10301         in PIC devices.
10302
10303 2002-03-13  Michael Hope  <michaelh AT vroom>
10304
10305         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10306
10307 2002-03-04  johanknol  <johanknol AT manik>
10308
10309         * /src/SDCCval.c: fixed
10310
10311         const unsigned char arr[][2] = { { 0, 1 } };
10312         t18.c:1: error: Initializer element is not constant
10313
10314 2002-03-04  bela  <bela AT manik>
10315
10316         * /device/include/mcs51reg.h:
10317         ds89c420 register definition update
10318
10319 2002-03-03    <johan AT FRIJA>
10320
10321         * support/Util/SDCCerr.c: did something, but don't no why anymore
10322
10323         * support/regression/tests/bug-524691.c: made it a little less shy
10324
10325         * src/SDCCast.c (decorateType): fixed bug #524697
10326
10327         * src/SDCCast.c: made some lineno improvements
10328
10329         * src/SDCCval.c (getNelements): changed warning to error
10330
10331         * src/SDCCglue.c (printIvalArray): changed warning to error
10332
10333         * src/SDCCicode.c: fixed a warning for mingw
10334
10335         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10336
10337         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10338
10339 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10340
10341         * src/ds390/peeph.def:
10342         Added some more peephole rules
10343
10344         * src/ds390/gen.c: Various fixes & enhancements
10345
10346         * src/SDCClrange.c, src/SDCClrange.h:
10347         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10348
10349         * src/ds390/ralloc.c:
10350         various fixes & enhancements (ds390) specific
10351
10352         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10353         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10354         from rallocs.
10355
10356         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10357
10358 2002-03-02    <johan AT FRIJA>
10359
10360         * src/SDCCast.c (decorateType): fixed bug #524708
10361
10362         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10363
10364         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10365
10366 2002-03-01  Michael Hope  <michaelh AT vroom>
10367
10368         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10369
10370         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10371
10372 2002-03-01    <johan AT FRIJA>
10373
10374         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10375
10376         * src/SDCCast.c (decorateType): fixed bug #524209
10377
10378         * src/SDCCval.c (valNot): fixed bug #524195
10379
10380 2002-02-26    <johan AT balder>
10381
10382         * src/xa51/gen.c: fixed a warning
10383
10384         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10385
10386         * src/SDCCast.c (decorateType): fixed bug #522534
10387
10388 2002-02-23    <johan AT balder>
10389
10390         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10391
10392 2002-02-22    <johan AT balder>
10393
10394         * src/SDCCast.c: fixed bug #514865
10395
10396         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10397
10398 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10399
10400         * sdcc/src/SDCCloop.c:
10401         Previous fix was not good. basic blocks that have "break" or "return" are
10402         not really partof a loop , but live ranges used in these blocks should
10403         be live thru the entire loop, so set partOfLoop but don't add them to
10404         loop region
10405
10406 2002-02-21    <johan AT FRIJA>
10407
10408         * src/SDCCcse.c: fixed bug #514308
10409
10410 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10411
10412         * src/SDCCloop.c:
10413         Fixed BUG #519583. If a conditional block ended in a return/break
10414         statement inside a loop, it was not being considered part of the loop.
10415
10416         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10417
10418 2002-02-10  Karl Bongers <karl AT turbobit.com>
10419
10420         * debugger/*:
10421         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10422         with lots of comments and notes.
10423
10424         * device/examples/test2.c:
10425         Fix bug, "red" variable not being initialized(compiler complained).
10426
10427         * device/examples/Makefile, examples/test3.c:
10428         Add Makefile in device/examples folder, compiles test3.c
10429         for use as a multiple module SDCDB test case.
10430
10431         * sim/ucsim/cmd.src/cmdset.cc:
10432         Took out debug printfs in ucsim "next" command.
10433
10434         * sim/ucsim/xa.src:
10435         Karl and Johan start ucsim XA support.  Most dissassembly working,
10436         about 75% emulation done(plenty of work remaining).
10437
10438         * sim/ucsim/z80.src:
10439         Add Z80 support to ucsim, add test-ucz80 regression test,
10440         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10441         Notice z80 compiler fails on examples/test3.c/crc code.
10442
10443 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10444
10445         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10446         Added support for --parms-in-bank1
10447
10448         * src/ds390/peeph.def:
10449         added a few more peephole optimzations
10450
10451         * src/ds390/main.c:
10452         1) added __builtin_inp & __builtin_outp used to read in data of given length
10453            from a memory mapped port
10454         2) added __builtin_memcmp
10455         3) added __builtin_swapw swap bytes of a short
10456
10457         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10458         1) handle multiple send & receives from register bank1
10459         2) ralloc can now allocate DPTR1 to some liveRanges
10460
10461         * src/SDCCsymt.c, src/SDCCsymt.h:
10462         changes to handle multiple sends & receives
10463
10464         * src/SDCCptropt.h:
10465         added some pointer arithmetic optimization
10466
10467         * src/SDCCptropt.c:
10468         added some pointer arithmetic optimizations but not stable yet so not
10469         called from anywhere (will get this working shortly)
10470
10471         * src/SDCCopt.c: fixed for multiple sends & receives
10472
10473         * src/SDCCmain.c:
10474         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10475         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10476            set preprocessor defines (depending on options)
10477
10478         * src/SDCCicode.c, src/SDCCicode.h:
10479         changes made to handle multiple sends & receives
10480
10481         * src/SDCCglobl.h:
10482         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10483
10484         * src/SDCCcse.c, src/SDCCcse.h:
10485         added function findbackward def (to be used in upcoming optimization)
10486
10487         * src/SDCCcflow.c, src/SDCCcflow.h:
10488         added function returnAtEnd - to determine if a basic block terminates with
10489         a RETURN iCode
10490
10491         * src/SDCCast.c, src/SDCCast.h:
10492         added option parms-in-bank1
10493
10494         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10495         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10496         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10497         adjusted for --parms-in-bank1 option
10498
10499         * device/include/string.h:
10500         donot redefine "reentrant" keyword
10501
10502         * device/include/ds80c390.h: Added some more SFRs
10503
10504 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10505
10506         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10507
10508 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10509
10510         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10511
10512 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10513
10514         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10515
10516 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10517
10518         * Added --xram-movc option
10519
10520 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10521
10522         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10523
10524 2002-01-11  Johan Knol
10525
10526         * Added math lib of Jesus Calvino-Fraga
10527
10528 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10529
10530         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10531         * support/regression/Makefile: new target test-mcs51-stack-auto
10532         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10533
10534 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10535
10536         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10537
10538 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10539
10540         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10541
10542 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10543
10544         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10545
10546         * src/SDCCglue.h: add definition for printIvalChar()
10547
10548 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10549
10550         * src/SDCCast.c: fix #498138 by Johan
10551
10552         * src/SDCCglue.c: fix #498138 by Johan
10553
10554 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10555
10556         * support/regression/Makefile: fix clean
10557
10558         * support/regression/ports/ds390/support.c: fix transmission of last character
10559
10560 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10561
10562         * /sdcc/src/ds390/gen.c:
10563         a) improved computing address of stack variable
10564         b) took out some #if 0 code
10565         c) improved parmBytes adjustment
10566         d) improved genPlusIncr & genMinusIncr
10567         e) genCmp could generate bad code (when left assigned to DPTR)
10568         f) Fixed bug in hasInc
10569
10570         * /sdcc/src/ds390/ralloc.c:
10571         a) packRegsForSupport could mess up live information (Fixed)
10572         b) packRegsDPTRuse could be incorrect for left & right shift
10573
10574         * /sdcc/src/mcs51/ralloc.c:
10575         packRegsForSupport could mess up the live information (Fixed)
10576
10577         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10578
10579         * /sdcc/src/SDCCast.c:
10580         can reverse a loop even if function call is present as long
10581         as the loop control variable is local & is not passed as parameter
10582
10583 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10584
10585         * /sdcc/ChangeLog: *** empty log message ***
10586
10587         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10588         More builtin function additions for TININative
10589
10590         * /sdcc/src/ds390/ralloc.c:
10591         Had broken the regression testsuite
10592
10593         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10594
10595         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10596         Added funcattr hasStackParms will be set for reentrant functions when there
10597         are paramteres on the stack, this helps in minimizing frame pointer generation
10598         typeFromStr can handle function pointers now
10599
10600         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10601         *** empty log message ***
10602
10603 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10604
10605         * /src/ds390/gen.c, /src/ds390/main.c:
10606         More builtin function additions for TININative
10607
10608         * /src/ds390/ralloc.c:
10609         Had broken the regression testsuite
10610
10611         * /src/SDCCast.c: Fixed a bug in dumptree
10612
10613         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10614         Added funcattr hasStackParms will be set for reentrant functions when there
10615         are paramteres on the stack, this helps in minimizing frame pointer generation
10616         typeFromStr can handle function pointers now
10617
10618         * /doc/builtins.txt, /doc/TININative.txt:
10619         *** empty log message ***
10620
10621
10622 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10623
10624         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10625         ALPHA version for -mTININative
10626
10627         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10628         updated to reflect changes in the port structure
10629
10630         * /src/port.h:
10631         added function do_assemble (similar to do_link) if non-null this function
10632         will be called to do assembly (-mTININative) requires a multi command
10633         assembly
10634         added function genAssemblerEnd will be called to generate assembler Epilogue
10635
10636         * /src/SDCCsymt.c:
10637         added _JavaNative to debug info printing
10638
10639         * /src/SDCCmain.c: added option --tini-libid
10640         added port->do_assemble function (-mTININative) has a multi command assemble
10641
10642         * /src/SDCCglue.c: Disabled "constExpr" check
10643         added port->genAssemblerEnd function
10644
10645         * /src/SDCCglobl.h: Added option --tini-libid value
10646
10647         * /src/SDCCast.h:
10648         tookout optimizeCompare from the header (has no external references)
10649
10650         * /src/SDCCast.c: made one more function "static"
10651
10652 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10653
10654         * src/z80/mappings.i: Added z80asm support.
10655
10656         * src/z80/main.c: Added z80asm support on --asm=z80asm
10657
10658         * src/z80/gen.c: Fixed asm portability issues.
10659
10660         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10661
10662         * src/SDCCglue.c (printExterns): Added global/extern split.
10663
10664 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10665
10666         * support/regression/Makefile: added test for mcs51 model large
10667
10668         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10669
10670         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10671
10672 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10673
10674         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10675
10676 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10677
10678         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10679
10680         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10681
10682 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10683
10684         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10685
10686         * support/regression/tests/simplefloat.c: Port to mcs51.
10687
10688 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10689         * support/regression/tests/bug-485362.c: Added.
10690
10691         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10692
10693         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10694
10695         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10696
10697         * src/z80/gen.c (aopDump): Added a dump function.
10698
10699 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10700         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10701
10702         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10703
10704         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10705
10706         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10707
10708         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10709
10710         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10711
10712         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10713
10714         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10715
10716         * support/regression/ports/ds390/support.c: Use tinibios.
10717
10718         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10719
10720 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10721
10722         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10723         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10724
10725         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10726
10727         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10728
10729 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10730
10731         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10732
10733         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10734         (packRegsForIYUse): Created and optimised.
10735
10736 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10737
10738         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10739 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10740
10741         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10742
10743         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10744
10745         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10746
10747 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10748
10749         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10750
10751         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10752
10753 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10754
10755         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10756
10757         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10758
10759         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10760
10761 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10762
10763         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10764         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10765         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10766
10767         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10768
10769         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10770         (genNotFloat): Added.
10771         (genUminusFloat): Added.
10772
10773         * device/lib/z80/Makefile: Added floating pt stubs.
10774
10775         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10776
10777         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10778
10779         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10780
10781 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10782
10783         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10784
10785         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10786
10787         * sdcc/support/regression/Makefile: Add port ds390.
10788
10789         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10790
10791         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10792
10793         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10794
10795         * sdcc/support/regression/ports/ds390/support.c: Added.
10796
10797         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10798
10799         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10800
10801         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10802
10803 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10804
10805         * device/include/malloc.h: Added z80 and gbz80 support.
10806
10807         * device/lib/gbz80/heap.s: Added.
10808
10809         * device/lib/z80/heap.s: Added.
10810
10811         * device/lib/malloc.c: Added z80 and gbz80 support.
10812
10813         * support/regression/tests/malloc.c (testMalloc): Added.
10814
10815         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10816
10817         * support/regression/tests/bug-478094.c: Added.
10818
10819         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10820
10821 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10822
10823         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10824
10825         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10826
10827         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10828
10829         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10830
10831         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10832
10833 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10834
10835         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10836
10837 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10838
10839         * support/regression/tests/bug-477927.c: Added.
10840
10841         * src/z80/peeph.def: Added minor rules.
10842
10843         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10844
10845         * src/z80/peeph.def: Added jump optimisation modification.
10846
10847 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10848
10849         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10850
10851 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10852
10853         * support/regression/tests/funptrs.c: Added.
10854
10855 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10856
10857         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10858
10859 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10860
10861         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10862
10863         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10864
10865         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10866         (movLeft2ResultLong): Created.
10867
10868         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10869         (joinPushes): Added.  Joins two char pushes into a word push.
10870
10871 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10872
10873         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10874
10875         * support/makebin/Makefile (install): Added creation of dest dir.
10876
10877 2001-10-24 Karl Bongers <karl AT turbobit.com>
10878
10879         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10880
10881 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10882
10883         * src/z80/ralloc.c: Turned off faulty pack for one use.
10884
10885         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10886
10887         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10888
10889 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10890
10891         * support/regression/Makefile: Improved clean
10892
10893         * support/regression/ports/gbz80/spec.mk: Added clean
10894
10895         * support/regression/ports/host/spec.mk: Added clean
10896
10897         * support/regression/ports/z80/spec.mk: Added clean
10898
10899         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10900
10901         * support/regression/ports/mcs51/timeout.c: little improvements
10902
10903 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10904
10905         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10906
10907         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10908
10909         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10910
10911 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10912
10913         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10914
10915         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10916
10917 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10918         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10919
10920         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10921
10922         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10923
10924         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10925
10926         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10927
10928         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10929
10930         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10931
10932         * support/regression/tests/longor.c: Added.
10933
10934 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10935
10936         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10937
10938         * as/mcs51/aslink.h: define PATH_MAX
10939
10940         * as/mcs51/asm.h: define PATH_MAX
10941
10942         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10943
10944         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10945
10946         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10947
10948         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10949
10950         * src/SDCCglobl.h: define PATH_MAX
10951
10952         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10953
10954         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10955
10956 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10957
10958         * src/z80/gen.c (gencjneshort): Fixed
10959
10960         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10961
10962 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10963
10964         * support/regression/tests/bug-469671.c: Added.
10965
10966         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10967
10968 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10969
10970         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10971
10972         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10973
10974 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10975
10976         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10977
10978         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10979
10980         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10981
10982         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10983
10984         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10985
10986         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10987
10988         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10989
10990 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10991
10992         * 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.
10993
10994         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10995
10996         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10997
10998 2001-10-07    <johan AT FRIJA>
10999
11000         * device/lib/gets.c (gets): fixed the return value.
11001
11002 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11003         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11004
11005         * 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.
11006
11007         * 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.
11008
11009         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11010
11011         * src/pic/gen.c: Removed Safe_strdup.
11012
11013         * configure.in: Added option to enable libgc support.
11014
11015         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11016         (bitVectUnion): Optimised.
11017         (bitVectIntersect): Optimised.
11018         (bitVectBitsInCommon): Optimised.
11019         (bitVectCplAnd): Optimised.
11020
11021         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11022
11023 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11024
11025         * src/SDCCmain.c: distinguish between assembler debug and plain options
11026
11027         * src/avr/main.c:   remove standard assembler options
11028
11029         * src/ds390/main.c: remove standard assembler options
11030
11031         * src/mcs51/main.c: remove standard assembler options
11032
11033         * src/port.h: removed "PENDING" comment
11034
11035 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11036
11037         * src/device/lib/_mulint.c  : new, with assember functions
11038
11039         * src/device/lib/_mullong.c : new, with assember functions
11040
11041         * src/device/lib/_divuint.c : with assember functions
11042
11043         * src/device/lib/_divsint.c : with assember functions
11044
11045         * src/device/lib/_divulong.c: with assember functions
11046
11047         * src/device/lib/_divslong.c: with assember functions
11048
11049         * src/device/lib/_moduint.c : with assember functions
11050
11051         * src/device/lib/_modsint.c : with assember functions
11052
11053         * src/device/lib/_modulong.c: with assember functions
11054
11055         * src/device/lib/_modslong.c: with assember functions
11056
11057         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11058
11059         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11060
11061         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11062                                       replaced _mululong.c and _mulslong.c by _mullong.c
11063
11064 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11065
11066         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11067
11068 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11069
11070         * src/SDCCglue.c: test, if win32api is available for MINGW
11071
11072 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11073
11074         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11075         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11076         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11077         * support/regression/ports/host/spec.mk: removed GENERIC
11078         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11079         * support/regression/ports/z80/spec.mk: removed GENERIC
11080
11081 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11082
11083         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11084
11085         * support/regression/tests/bug-467035.c: Created.
11086
11087 2001-10-01    <johan AT FRIJA>
11088
11089         * src/SDCC.y: fixed bug #466586 part 1
11090
11091 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11092
11093         * SDCCicode.c: z80 has no generic pointers
11094         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11095
11096 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11097
11098         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11099
11100 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11101
11102         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11103
11104         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11105
11106 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11107
11108         * configure.in: Fixed up so that ucsim is only configured once.
11109
11110         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11111
11112         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11113         (getPathDifference): As above.
11114
11115         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11116
11117         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11118
11119 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11120         * .version: Updated to 2.3.1
11121
11122         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11123         Added copyright header.
11124
11125         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11126         (assemble): Added support for macro based assembler commands.
11127         (linkEdit): Added support for macro based linker commands.
11128         (preProcess): Changed the pre-processor to use macros.
11129         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11130         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11131
11132         * device/lib/z80/crt0.s: Added module name for debugging.
11133
11134 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11135
11136         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11137
11138         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11139
11140         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11141
11142         * src/Makefile.in: Added SDCCmacro and SDCCutil
11143
11144 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11145
11146         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11147
11148 2001-09-16    <johan AT FRIJA>
11149
11150         * 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.
11151
11152 2001-09-15    <johan AT FRIJA>
11153
11154         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11155         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11156
11157 2001-09-11    <johan AT FRIJA>
11158
11159         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11160
11161 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11162
11163         * support/regression/tests/bug-460444.c: Added test case.
11164
11165         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11166         (genCast): Added justification for all of the asserts.
11167
11168 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11169
11170         * support/regression/support.c: _xdata replaced by xdata
11171
11172         * support/regression/spec.mk: removed _generic
11173
11174 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11175
11176         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11177
11178         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11179         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11180
11181         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11182
11183         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11184
11185         * support/regression/tests/bug-460010.c: Added test case.
11186
11187         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11188
11189 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11190
11191         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11192
11193         * support/regression/testfwk.c: removed workaround for bug #436344
11194
11195         * support/regression/tests/bp.c: use less memory with mcs51
11196
11197         * support/regression/tests/bug-441448.c: use less memory
11198
11199         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11200
11201         * support/regression/collate-results.py: typo
11202
11203 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11204
11205         * support/regression/tests/fetchoverlap.c: Added new test case.
11206
11207         * support/regression/tests/bp.c: Added new test case.
11208
11209         * support/regression/tests/bug-448984.c: Added new test case.
11210
11211         * support/regression/tests/pow2shifts.c: Added new test case.
11212
11213         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11214         (genlshTwo): Fixed right shift for count > 8.
11215
11216         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11217
11218 2001-09-08    <johan AT FRIJA>
11219
11220         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11221
11222 2001-09-07    <johan AT FRIJA>
11223
11224         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11225
11226         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11227
11228 2001-09-06    <johan AT FRIJA>
11229
11230         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11231         * bernhard noted me at this: "() equals to (void)" (1.38)
11232
11233 2001-09-05    <johan AT FRIJA>
11234
11235         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11236
11237 2001-09-04    <johan AT FRIJA>
11238
11239         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11240
11241
11242 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11243
11244         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11245
11246 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11247
11248         * link/z80/aslink.h: Fixed path for PATH_MAX
11249
11250 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11251
11252         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11253
11254         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11255
11256         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11257
11258         * 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.
11259
11260 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11261
11262         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11263         (genCmp): Fixed up genCmp for the GB with longs.
11264
11265         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11266
11267         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11268
11269         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11270
11271         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11272
11273 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11274
11275         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11276
11277 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11278
11279         * 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.
11280
11281         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11282
11283 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11284
11285         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11286
11287         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11288
11289 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11290
11291   * sim/ucsim/configure:    little improvement of Cygwin-detection
11292   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11293   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11294   * support/regression/tests/bug-221100.c: small changes for mcs51
11295   * support/regression/tests/bug-221168.c: small changes for mcs51
11296   * support/regression/tests/bug-227710.c: small changes for mcs51
11297   * support/regression/tests/staticinit.c: small changes for mcs51
11298   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11299   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11300   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11301
11302 $Revision$