* src/port.h: added TARGET_Z80_LIKE macro
[fw/sdcc] / ChangeLog
1 2007-01-07 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * src/port.h: added TARGET_Z80_LIKE macro
4         * src/SDCCmain.c (linkEdit): use TARGET_Z80_LIKE,
5           output PSEG location if --xram-loc or --xstack-loc was used
6         * as/link/mcs51/lkarea.c (lnksect2): set segment address afterwards
7
8 2007-01-07 Maarten Brock <sourceforge.brock AT dse.nl>
9
10         * as/as_gbz80.dsp, as/z80/as_gbz80.dsp,
11         * as/as_z80.dsp,   as/z80/as_z80.dsp,
12         * as/asx8051.dsp,  as/mcs51/asx8051.dsp,
13         * sdcc.dsw: moved project files into subdir
14         * as/hc08/as_hc08.dsp,
15         * as/hc08/Makefile.bcc,
16         * as/hc08/Makefile.in,
17         * as/mcs51/Makefile.bcc,
18         * as/mcs51/Makefile.in,
19         * as/z80/Makefile.bcc,
20         * as/z80/Makefile.in,
21         * as/link/mcs51/Makefile.bcc: use as/strcmpi.c
22         * as/hc08/asm.h,
23         * as/mcs51/asm.h,
24         * as/z80/asm.h: added as_strcmpi() and as_strncmpi() prototypes
25         * as/hc08/asmain.c,
26         * as/hc08/assym.c,
27         * as/mcs51/asmain.c,
28         * as/mcs51/assym.c,
29         * as/z80/assym.c: removed include "strcmpi.h"
30         * as/hc08/strcmpi.c,
31         * as/hc08/strcmpi.h,
32         * as/mcs51/strcmpi.c,
33         * as/mcs51/strcmpi.h,
34         * support/Util/strcmpi.c,
35         * support/Util/strcmpi.h: removed files
36         * as/strcmpi.c: added as_strncmpi()
37
38 2007-01-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
39
40         * sdcc.dsw: Added some dependencies on project config.dsp
41
42 2007-01-05 Maarten Brock <sourceforge.brock AT dse.nl>
43
44         * as/link/mcs51/lkarea.c (lnkarea2, lnksect2): replaced [di]seg_ap->a_addr
45           with [di]ram_start to fix a regresion
46
47 2007-01-03 Bernhard Held <bernhard AT bernhardheld.de>
48
49         * configure.in: added missing mcs51 in status output
50         * Makefile.in: add support/regression to SDCC_EXTRA to distclean this
51         directory
52         * debugger/mcs51/clean.mk (distclean): remove config.h
53         * src/clean.mk (clean): remove SDCCy.c, SDCCy.h, SDCClex.c
54         * support/cpp2/Makefile.in (clean): remove s-options, optionlist,
55         options.h, s-options-h and options.c
56         * support/cpp2/clean.mk: unused, removed
57         * Makefile.common.in,
58         * main_in.mk,
59         * as/Makefile.in,
60         * as/hc08/Makefile.in,
61         * as/hc08/clean.mk,
62         * as/mcs51/Makefile.in,
63         * as/mcs51/clean.mk,
64         * as/z80/clean.mk,
65         * as/z80/conf.mk,
66         * as/z80/Makefile.in,
67         * as/z80/clean.mk,
68         * as/link/Makefile.in,
69         * as/link/hc08/Makefile.in,
70         * as/link/hc08/clean.mk,
71         * as/link/mcs51/Makefile.in,
72         * as/link/mcs51/clean.mk,
73         * as/link/z80/Makefile.in,
74         * as/link/z80/clean.mk,
75         * as/link/z80/conf.mk,
76         * debugger/mcs51/Makefile.in,
77         * debugger/mcs51/clean.mk,
78         * device/include/Makefile.in,
79         * device/lib/Makefile.in,
80         * device/lib/mcs51/Makefile.in,
81         * device/lib/pic/Makefile.in,
82         * device/lib/pic/Makefile.common.in,
83         * device/lib/pic/Makefile.subdir,
84         * device/lib/pic/Makefile.rules,
85         * device/lib/pic16/libio/Makefile.in,
86         * device/lib/pic16/Makefile.subdir,
87         * device/lib/pic16/libdev/Makefile.in,
88         * device/lib/pic16/Makefile.rules,
89         * device/lib/pic16/Makefile.common.in,
90         * sim/ucsim/avr.src/Makefile.in,
91         * sim/ucsim/main_in.mk,
92         * sim/ucsim/cmd.src/Makefile.in,
93         * sim/ucsim/doc/Makefile.in,
94         * sim/ucsim/gui.src/Makefile.in,
95         * sim/ucsim/gui.src/obsolete/portmon.src/Makefile.in,
96         * sim/ucsim/gui.src/serio.src/Makefile.in,
97         * sim/ucsim/hc08.src/Makefile.in,
98         * sim/ucsim/libltdl/Makefile.in,
99         * sim/ucsim/s51.src/Makefile.in,
100         * sim/ucsim/sim.src/Makefile.in,
101         * sim/ucsim/sim.src/conf.mk,
102         * sim/ucsim/xa.src/Makefile.in,
103         * sim/ucsim/z80.src/Makefile.in,
104         * src/Makefile.in,
105         * src/clean.mk,
106         * src/port.mk,
107         * support/cpp2/Makefile.in,
108         * support/librarian/Makefile.in,
109         * support/librarian/clean.mk,
110         * support/makebin/Makefile.in,
111         * support/makebin/clean.mk,
112         * support/packihx/Makefile.in,
113         * support/regression/Makefile.in,
114         * support/regression/ports/ds390/spec.mk,
115         * support/regression/ports/gbz80/spec.mk,
116         * support/regression/ports/hc08/spec.mk,
117         * support/regression/ports/mcs51/spec.mk,
118         * support/regression/ports/mcs51-large/spec.mk,
119         * support/regression/ports/mcs51-medium/spec.mk,
120         * support/regression/ports/mcs51-xstack-auto/spec.mk,
121         * support/regression/ports/pic14/spec.mk,
122         * support/regression/ports/pic16/spec.mk,
123         * support/regression/ports/mcs51-stack-auto/spec.mk,
124         * support/regression/ports/ucz80/spec.mk,
125         * support/regression/ports/xa51/spec.mk,
126         * support/regression/ports/z80/spec.mk: fixed for autoconf 2.6x by
127         adding a slash after $(top_builddir) and/or adding @datarootdir@
128         * configure.in,
129         * debugger/mcs51/configure.in,
130         * device/lib/pic/configure.in,
131         * device/lib/pic16/configure.in,
132         * sim/ucsim/configure.in,
133         * support/cpp2/configure.in,
134         * support/packihx/configure.in: changed AC_PREREQ to 2.60
135         * configure,
136         * debugger/mcs51/configure,
137         * device/lib/pic/configure,
138         * device/lib/pic16/configure,
139         * sim/ucsim/configure,
140         * support/cpp2/configure,
141         * support/packihx/configure: generated with autoconf 2.60
142
143 2007-01-02 Maarten Brock <sourceforge.brock AT dse.nl>
144
145         * as/link/hc08/lkihx.c (newArea),
146         * as/link/hc08/lkrloc.c: renamed newArea() to ihxNewArea()
147
148 2007-01-02 Borut Razem <borut.razem AT siol.net>
149
150         * doc/sdccman.lyx: documented #pragma sdcc_hash
151         * support/cpp2/sdcpp.c: allow_naked_hash (value of #pragma sdcc_hash)
152           initialized to 0
153         * support/cpp2/c-ppoutput.c: fixed warning: no newline at end of file
154
155 2007-01-01 Bernhard Held <bernhard AT bernhardheld.de>
156
157         * src/SDCCast.c (createDo): backPatchLabels() needs falseLabel in
158         empty 'while'-loop to work correctly, see regression test 'while.c'
159         * support/regression/tests/while.c: added
160
161 2007-01-01 Borut Razem <borut.razem AT siol.net>
162
163         * support/cpp2/libcpp/directives.c, support/cpp2/libcpp/identifiers.c,
164           support/cpp2/libcpp/init.c, support/cpp2/libcpp/sdcpp-opts.c,
165           support/cpp2/libcpp/sdcpp.c:
166           sdcpp specific pragma/directive/option handling moved to sdcpp.c
167         * doc/sdccman.lyx: reference to the GCC 4.1.1 CPP Manual
168         * support/cpp2/libcpp/mkdeps.c: synchronized with GCC CPP 4.1.1
169
170 2006-12-31 Borut Razem <borut.razem AT siol.net>
171
172         * SDCPP synchronized with GCC CPP release version 4.1.1,
173           currently the latest release:
174         * support/cpp2/libcpp, support/cpp2/libcpp/include,
175           support/cpp2/libcpp/include/cpp-id-data.h
176           support/cpp2/libiberty/fopen_unlocked.c
177           support/cpp2/libiberty/md5.c
178           support/cpp2/md5.h
179           support/cpp2/opt-functions.awk
180           support/cpp2/opt-gather.awk
181           support/cpp2/optc-gen.awk
182           support/cpp2/opth-gen.awk:
183           added
184         * support/cpp2/Makefile.in, support/cpp2/auto-host_vc_in.h,
185           support/cpp2/c-incpath.c, support/cpp2/c-incpath.h,
186           support/cpp2/c-ppoutput.c, support/cpp2/c-pretty-print.c,
187           support/cpp2/c-pretty-print.h, support/cpp2/cppdefault.c,
188           support/cpp2/cppdefault.h, support/cpp2/diagnostic.c,
189           support/cpp2/diagnostic.h, support/cpp2/except.h,
190           support/cpp2/hwint.h, support/cpp2/input.h,
191           support/cpp2/intl.h, support/cpp2/move-if-change,
192           support/cpp2/opts.c, support/cpp2/opts.h,
193           support/cpp2/output.h, support/cpp2/prefix.c,
194           support/cpp2/prefix.h, support/cpp2/pretty-print.c,
195           support/cpp2/pretty-print.h, support/cpp2/sdcpp-opts.c,
196           support/cpp2/sdcpp.c, support/cpp2/sdcpp.dsp,
197           support/cpp2/sdcpp.h, support/cpp2/sdcpp.opt,
198           support/cpp2/sdcppa.dsp, support/cpp2/symcat.h,
199           support/cpp2/version.c:
200           modified
201         * support/cpp2/libcpp/charset.c, support/cpp2/libcpp/directives.c,
202           support/cpp2/libcpp/errors.c, support/cpp2/libcpp/expr.c,
203           support/cpp2/libcpp/files.c, support/cpp2/libcpp/identifiers.c,
204           support/cpp2/libcpp/include/cpplib.h, support/cpp2/libcpp/include/line-map.h,
205           support/cpp2/libcpp/include/mkdeps.h, support/cpp2/libcpp/include/symtab.h,
206           support/cpp2/libcpp/init.c, support/cpp2/libcpp/internal.h,
207           support/cpp2/libcpp/lex.c, support/cpp2/libcpp/line-map.c,
208           support/cpp2/libcpp/macro.c, support/cpp2/libcpp/mkdeps.c,
209           support/cpp2/libcpp/symtab.c, support/cpp2/libcpp/system.h,
210           support/cpp2/libcpp/traditional.c, support/cpp2/libcpp/ucnid.h,
211           support/cpp2/libiberty/hashtab.c, support/cpp2/libiberty/hashtab.h:
212           moved
213         * support/cpp2/cppcharset.c, support/cpp2/cpperror.c,
214           support/cpp2/cppexp.c, support/cpp2/cppfiles.c,
215           support/cpp2/cpphash.c, support/cpp2/cpphash.h,
216           support/cpp2/cppinit.c, support/cpp2/cpplex.c,
217           support/cpp2/cpplib.c, support/cpp2/cpplib.h,
218           support/cpp2/cppmacro.c, support/cpp2/cpptrad.c,
219           support/cpp2/cppucnid.h, support/cpp2/hashtab.c,
220           support/cpp2/hashtab.h, support/cpp2/hashtable.c,
221           support/cpp2/hashtable.h, support/cpp2/line-map.c,
222           support/cpp2/line-map.h, support/cpp2/mkdeps.c,
223           support/cpp2/mkdeps.h, support/cpp2/options_vc_in.c,
224           support/cpp2/options_vc_in.h, support/cpp2/opts.sh,
225           support/cpp2/system.h:
226           deleted / moved
227
228 2006-12-31 Borut Razem <borut.razem AT siol.net>
229
230         * configure.in, configure: fixed bug #1538756: configure dies if bison
231           and flex are not installed, 2nd try
232
233 2006-12-30 Bernhard Held <bernhard AT bernhardheld.de>
234
235         * src/mcs51/peeph.def: renamed rule 400 to 500, moved rule 253.x to
236         400.x for better code in RFE 899102
237
238 2006-12-30 Bernhard Held <bernhard AT bernhardheld.de>
239
240         * src/SDCCpeeph.c (deadMove),
241         * src/port.h,
242         * src/mcs51/peep.h: renamed 'op' by 'reg'
243         * src/mcs51/peep.c (isFunc, isCallerSaveFunc): added,
244         (scan4op): small change for removeDeadMove(), added support for
245         'callee saves' and/or PACLL function calls,
246         (removeDeadMove): added, removes superflous 'mov r%1,%2',
247         (removeDeadPopPush): renamed from mcs51DeadMove(), common parts
248         left in new dispatcher mcs51DeadMove()
249         (mcs51DeadMove): dispatcher for removeDeadPopPush() and new
250         removeDeadMove()
251         * src/mcs51/peeph.def: added rule 301 removing superflous 'mov r%1,%2'
252
253 2006-12-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
254
255         * support/cpp2/options_vc_in.h, support/cpp2/options_vc_in.c,
256           support/cpp2/sdcppa.dsp: create 'options.h' and 'options.c' under MSVC.
257
258 2006-12-30 Borut Razem <borut.razem AT siol.net>
259
260         * support/cpp2/spacs.h: deleted from svn
261         * configure.in, configure: fixed bug #1538756: configure dies if bison
262           and flex are not installed
263
264 2006-12-29 Maarten Brock <sourceforge.brock AT dse.nl>
265
266         * src/z80/gen.c (assignResultValue): fixed bug when registers overlap,
267           with this z80 passes printf float test when enabled
268         * support/regression/tests/bug1057979.c: typo disabled ds390 float test
269
270 2006-12-28 Borut Razem <borut.razem AT siol.net>
271
272         * support/cpp2/config.in, support/cpp2/configure.in,
273           support/cpp2/configure, support/cpp2/Makefile.in:
274           fix for the solaris build
275
276 2006-12-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
277
278         * src/SDCC.y (type_specifier2, pointer),
279         * src/SDCCsymt.h,
280         * src/SDCCsymt.c (mergeSpec, checkSClass),
281         * support/Util/SDCCerr.c,
282         * support/Util/SDCCerr.h: Parse and validate the restrict keyword
283         * support/valdiag/valdiag.py: Allow test cases to specify
284           required language standard
285         * support/valdiag/tests/restrict.c: New file to test restrict keyword
286         * support/valdiag/tests/tentdecl.c: Supress empty source file error
287
288 2006-12-27 Borut Razem <borut.razem AT siol.net>
289
290         * support/cpp2/cppmain.c, support/cpp2/mbchar.[ch]: removed
291         * support/cpp2/libiberty/Makefile.in, support/cpp2/libiberty/sdcpp.dsp:
292           mbchar removed
293         * support/cpp2/libiberty/getpwd.c, support/cpp2/sdcpp.h:
294           fixed for borland C
295         * support/cpp2/libiberty/Makefile.bcc: updated
296         * src/pic16/main.c: fixed #pragma udata handling
297         * src/mcs51/mcs51.dsp: added peep.[ch] to the project
298
299 2006-12-26 Bernhard Held <bernhard AT bernhardheld.de>
300
301         * src/SDCCpeeph.c: made labelHashEntry global,
302         made pcDistance, FBYNAME static,
303         (pcDistance): made static, use isComment and isLabel,
304         (deadMove): added,
305         (getLabelRef): added, extracted from labelRefCount(),
306         (labelRefCount): use new getLabelRef(),
307         (callFuncByName): made static, added deadMove,
308         use isComment and isLabel,
309         (newPeepRule): made static, set isLabel,
310         (isLabelDefinition): added parameter isPeepRule to allow '%' in
311         labels from peephole rules,
312         (buildLabelRefCountHash): speed up by running isLabelDefinition() only
313         when isComment or isLabel is set
314         * src/SDCCpeeph.h: added "isLabel" and "visited" to struct lineNode,
315         added labelHashEntry, isLabelDefinition, labelHash and getLabelRef
316         to make them global
317         * src/mcs51/peep.h: added
318         * src/mcs51/peep.c: added, implements mcs51DeadMove()
319         * src/port.h: added peep->deadMove to port structure
320         * src/mcs51/main.c: initialize peep->deadMove with mcs51DeadMove
321         * src/mcs51/peeph.def: renumbered rule 300 to 400, added new rule 300
322         deadMove, finally removed no. 1 and 2
323         * src/mcs51/gen.c,
324         * src/pic/gen.c,
325         * src/z80/gen.c,
326         * src/z80/ralloc.c,
327         * src/pic16/gen.c,
328         * src/ds390/gen.c,
329         * src/hc08/gen.c: mark lines with isComment or isLabel
330         * sim/ucsim/s51.src/uc390hw.cc: don't waist 65535 ticks before CKRDY
331         * .version,
332         * sdcc.spec: bumped version to 2.6.3
333
334 2006-12-26 Borut Razem <borut.razem AT siol.net>
335
336         * support/cpp2/Makefile.in: added dependency on options.h
337         * configure: regenerated
338         * support/cpp2/sdcpp.opt, support/cpp2/move-if-change: svn:eol-style native
339         * support/cpp2/Makefile.in: added vasprintf.c
340
341 2006-12-25 Borut Razem <borut.razem AT siol.net>
342
343         * SDCPP synchronized with GCC CPP release version 3.4.6,
344           the latest release before 4.x:
345         * support/cpp2/Makefile.in, support/cpp2/config.h,
346           support/cpp2/configure, support/cpp2/configure.in,
347           support/cpp2/cppdefault.c, support/cpp2/cppdefault.h,
348           support/cpp2/cpperror.c, support/cpp2/cppexp.c,
349           support/cpp2/cppfiles.c, support/cpp2/cpphash.c,
350           support/cpp2/cpphash.h, support/cpp2/cppinit.c,
351           support/cpp2/cpplex.c, support/cpp2/cpplib.c,
352           support/cpp2/cpplib.h, support/cpp2/cppmacro.c,
353           support/cpp2/cpptrad.c, support/cpp2/except.h,
354           support/cpp2/hashtable.c, support/cpp2/hashtable.h,
355           support/cpp2/hwint.h, support/cpp2/intl.h,
356           support/cpp2/line-map.c, support/cpp2/line-map.h,
357           support/cpp2/mkdeps.c, support/cpp2/mkdeps.h,
358           support/cpp2/output.h, support/cpp2/prefix.c,
359           support/cpp2/prefix.h, support/cpp2/sdcpp.dsp,
360           support/cpp2/system.h, support/cpp2/version.c:
361           modified
362         * support/cpp2/c-incpath.c, support/cpp2/c-incpath.h,
363           support/cpp2/c-ppoutput.c, support/cpp2/c-pretty-print.c,
364           support/cpp2/c-pretty-print.h, support/cpp2/cppcharset.c,
365           support/cpp2/cppucnid.h, support/cpp2/diagnostic.c,
366           support/cpp2/diagnostic.def, support/cpp2/diagnostic.h,
367           support/cpp2/hashtab.c, support/cpp2/hashtab.h,
368           support/cpp2/input.h, support/cpp2/libiberty/getpwd.c,
369           support/cpp2/libiberty/vasprintf.c, support/cpp2/libiberty/xmemdup.c,
370           support/cpp2/move-if-change, support/cpp2/opts.c,
371           support/cpp2/opts.h, support/cpp2/opts.sh,
372           support/cpp2/pretty-print.c, support/cpp2/pretty-print.h,
373           support/cpp2/sdcpp.opt, support/cpp2/sdcpp-opts.c,
374           support/cpp2/win32, support/cpp2/win32/dirent.c,
375           support/cpp2/win32/dirent.h:
376           added
377         * support/cpp2/sdcpp.c: renamed from sdcppmain.c
378         * support/cpp2/sdcpp.h: renamed from sdcc.h
379         * sdcppinit.c: deleted
380
381 2006-12-23 Borut Razem <borut.razem AT siol.net>
382
383         * support/cpp2/cpphash.h, support/cpp2/cpplex.c,
384           support/cpp2/cpplib.[ch], support/cpp2/sdcppinit.c, doc/sdccman.lyx,
385           preproc.c: an other try to fix bug #982435: introduced
386           -pedantic-parse-number command line option and pedantic_parse_number
387           pragma
388
389 2006-12-21 Maarten Brock <sourceforge.brock AT dse.nl>
390
391         * as/link/mcs51/lkarea.c (lnkarea2): handle absolute areas, restructured
392            BSEG handling,
393           (lnksect2): use --data-loc and --idata-loc as lower bound for ramstart,
394            corrected overlayed areax addresses, warn about memory overlaps
395         * as/mcs51/asmain.c (asmbl): create a new area for every .org directive
396         * src/avr/main.c,
397         * src/ds390/main.c,
398         * src/hc08/main.c,
399         * src/mcs51/main.c,
400         * src/pic16/main.c,
401         * src/pic/main.c,
402         * src/xa51/main.c,
403         * src/z80/main.c,
404         * src/port.h: added xabs_name and iabs_name
405         * src/SDCCglue.c (emitRegularMap): allocate for absolutes with initializer
406           (glue, emitMaps): create and emit maps d_abs and i_abs
407         * src/SDCCglue.h: cosmetic changes
408         * src/SDCCmain.c (setDefaultOptions): idata can start below 0x80
409         * src/SDCCmem.h,
410         * src/SDCCmem.c (initMem): added x_abs, i_abs and d_abs
411           (allocDefault): put absolute, initialized globals in them
412         * support/regression/tests/absolute.c: added absolute bdata test
413         * device/lib/printf_large.c (output_float): moved fpBuffer to stack/xdata
414
415 2006-12-20 Borut Razem <borut.razem AT siol.net>
416
417         * support/cpp2/cpphash.h, support/cpp2/cpplex.c: fixed bug #982435
418         * support/regression/tests/preproc.c: renamed from bug-1351710.c,
419           added regression test for bug #982435
420
421 2006-12-18 Borut Razem <borut.razem AT siol.net>
422
423         * src/SDCCutil.c: fixed a bug in (get_pragma_token)
424         * src/pic16/main.c, src/SDCC.lex, src/z80/main.c:
425           small cosmetic changes
426         * src/SDCC.lex: (stringLiteral) fixed bug #1351710
427         * support/regression/tests/bug-1351710.c: added regression test
428
429 2006-12-18 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
430
431         * doc/sdccman.lyx: added the long missed iCode table
432           "<where is figure II?>", added links to wiki
433
434 2006-12-17 Borut Razem <borut.razem AT siol.net>
435
436         * doc/sdccman.lyx, src/pic16/main.c, src/pic/main.c, src/port.h,
437           src/SDCC.lex, src/SDCCutil.[ch], src/z80/main.c,
438           support/Util/SDCCerr.[ch]: removed deprecated pragmas,
439           unified table driven pragma handling, pragma argument type checking
440         * support/Util/dbuf.c: (dbuf_set_size) allow to set size equal to the
441           current one - version 1.1.3
442         * src/SDCCmain.c: (setParseWithComma) substituted brain damaged strtok
443
444 2006-12-13 Raphael Neider <rneider AT web.de>
445
446         * src/pic/device.h: removed AssignedMemory structure and macros
447         * src/pic/device.c: removed global finalMapping (linker assigns
448             memory locations),
449           (register_map): add SFRs to remembered memRanges
450           (addMemRange,isSFR,dump_map,dump_sfr,mapRegister,assignRegister,
451           assignFixedRegisters,assignRelocatableRegisters): removed,
452           (setMaxRAM,validAddress): adapted accordingly,
453           (pic14_hasSharebank,pic14_getSharedStack): only report and use
454             reasonably sized sharebanks,
455         * src/pic/ralloc.c (writeUsedRegs): stripped down (remove?),
456           (allDefsOutOfRange): removed unused code,
457         * src/pic/main.c (_process_pragma): removed memmap/maxram pragma
458             handling
459         * src/pic/pcode.c (register_reassign): removed recursion warning,
460             fired far too often,
461         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap): modified
462             to use existing pic14_stringInSet() to avoid duplicate symbols,
463             tidied up the code a bit,
464           (pic14printLocals): added in symmetry to printExterns, replaces
465             writeUsedRegs more or less,
466           (picglue): call new pic14_printLocals(),
467         * device/include/pic/pic*.h: removed #pragma memmap directives,
468             information gathered from include/pic/pic14devices.txt
469         * support/scripts/inc2h.pl: do not emit #pragma memmap lines
470
471 2006-12-10 Maarten Brock <sourceforge.brock AT dse.nl>
472
473         * device/include/mcs51/C8051F520.h: fixed buggy CPT0MX
474
475 2006-12-11 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
476
477         * device/include/mcs51/cc2430.h: fixed missing ';'
478
479 2006-12-10 Raphael Neider <rneider AT web.de>
480
481         * device/lib/pic16/libc/stdio/vfprintf.c,
482         * device/lib/pic16/libc/stdio/printf_small.c,
483         * device/lib/pic16/libc/stdio/printf_timy.c: pop int from stack for
484           char arguments, as char varargs are cast to int by the caller,
485           hopefully fixes #1604915 (other device libraries are still affected)
486
487 2006-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
488
489         * src/mcs51/ralloc.c (packRegsForAssign),
490         * src/hc08/ralloc.c (packRegsForAssign): fixed bug #1605880
491
492 2006-12-10 Maarten Brock <sourceforge.brock AT dse.nl>
493
494         * device/include/malloc.h: removed init_dynamic_memory
495         * device/lib/malloc.c: made init_dynamic_memory static and automatically
496           call it once from malloc. Also use _sdcc_heap[] from _heap.c
497         * device/lib/_heap.c: new, added, contains _sdcc_heap[]
498         * device/lib/libsdcc.lib,
499         * device/lib/Makefile.in,
500         * support/regression/ports/mcs51-xstack-auto/spec.mk: added _heap.c
501         * doc/sdccman.lyx: documented use of new _heap.c
502         * support/regression/tests/malloc.c: removed init_dynamic_memory
503         * src/cdbFile.c(spacesToUnderscores): new function,
504           (cdbWriteEndFunction, cdbWriteCLine): use spacesToUnderscores, fixes bug
505           1068030
506         * device/include/tinibios.h: removed defines for putchar and getchar
507         * device/lib/ds390/Makefile.in: added putchar.c
508         * device/lib/ds390/putchar.c: new, added, fixes bug 1465671
509
510 2006-12-09 Borut Razem <borut.razem AT siol.net>
511
512         * support/cpp2/sdcc.h: prevent multiple inclusion
513         * support/cpp2/options.h: deleted
514
515 2006-12-08 Borut Razem <borut.razem AT siol.net>
516
517         * support/cpp2/sdcc.h: removed x*alloc() macros
518         * support/cpp2/libiberty.h: uncommented out x*alloc() declarations
519         * support/cpp2/Makefile.bcc, support/cpp2/Makefile.in,
520           support/cpp2/sdcpp.sdc: x*alloc files added to the project
521         * support/cpp2/system.h: moved #include "sdcc.h"
522         * support/cpp2/libiberty/xexit.c, support/cpp2/libiberty/xmalloc.c,
523           support/cpp2/libiberty/xstrdup.c, support/cpp2/libiberty/xstrerror.c:
524           added
525         * support/cpp2/sdcppinit.c: added -isysroot, -fsigned-char,
526           -funsigned-char options
527         * support/cpp2/sdcppmain.c: fixed bug 1611411
528
529 2006-12-07 Borut Razem <borut.razem AT siol.net>
530
531         * support/cpp2/cpplib.c: reverted sdcpp special handling of _Pragma()
532           directive
533
534 2006-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
535
536         * src/SDCCsymt.c (addDecl): fixed bug 1609244
537         * src/SDCCmain.c (linkEdit): fixed bug 1609279
538         * doc/sdccman.lyx,
539         * .version: bumped to 2.6.2 because a) it's been a while
540           b) the linker sources have moved c) the preprocessor is upgraded
541
542 2006-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
543
544         * support/regression/tests/snprintf.c: some checks
545         * lib/src/printf_large.c: %bc: read char instead of int from stack
546
547 2006-12-03 Maarten Brock <sourceforge.brock AT dse.nl>
548
549         * device/include/mcs51/cc2430.h: inserted _XPAGE
550
551 2006-12-02 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
552
553         * device/include/mcs51/cc2430.h: added
554
555 2006-12-02 Maarten Brock <sourceforge.brock AT dse.nl>
556
557         * device/include/asm/default/features.h,
558         * device/include/asm/ds390/features.h,
559         * device/include/mcs51/at89s53.h,
560         * device/include/ser.h,
561         * device/include/ser_ir.h,
562         * device/include/serial.h: changed keywords to double underscore variants,
563           fixes bug 1590261 some more, thanks Steven Borley
564
565 2006-12-01 Raphael Neider <rneider AT web.de>
566
567         * src/pic/pcode.c (register_reassign): do not crash on recursive code
568           but emit warning (recursion is not supported for pic14)
569
570 2006-11-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
571
572         * src/mcs51/peeph.def: added 101.a,b (moves to int/long xdata)
573         * doc/sdccman.lyx: various small changes, acknowledged Sourceforge
574
575 2006-11-30 Raphael Neider <rneider AT web.de>
576
577         * src/pic/device.c (dump_sfr): always emit symbols
578         * src/pic/glue.c (pic14printPublics): fixed typo
579
580 2006-11-30 Raphael Neider <rneider AT web.de>
581
582         * src/pic/device.c (create_pic,ram_map): add memRange entries to PIC
583           (pic14_getSharebankSize, pic14_getSharebankAddress): replaced with
584           (pic14_hasSharebank,pic14_isShared,pic14_allRAMShared,
585            pic14_getSharedStack): NEW, evaluate the memRange entries to locate
586            a sharebank, use a non-shared bank for the stack if none available
587         * src/pic/device.h (struct memRange): added linked list next field,
588           added prototypes for above functions
589         * src/pic/ralloc.c (initStack): handle shared and banked stacks,
590           (typeRegWithIdx): accept fixed and unfixed stack registers
591         * src/pic/pcode.c (pCodeInitRegisters): use new functions to create
592           the stack, handle shared and banked stack (except for WSAVE),
593           (insertBankSel): removed useless optimization (will never fire),
594           (FixRegisterBanking): added optimization for devices with only one
595           possibly aliased bank of memory, like 16f84
596         * src/pic/glue.c (pic14_constructAbsMap): back to udata_ovr, as some
597           devices have no SHAREBANK in the linker script
598         * device/include/pic/pic14devices.txt: documented memmap
599         * device/lib/pic/libdev/Makefile.in: removed --stack-loc again
600
601 2006-11-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
602
603         * src/hc08/gen.c (transferRegReg, loadRegFromAop, forceStackedAop,
604           storeRegToAop, freeAsmop, genPlusIncr, genPlus, genPointerGetSetOfs,
605           genAnd, genOr, genXor, genLeftShiftLiteral, genRightShiftLiteral,
606           genhc08Code): switched most of the D (debug) macros to DD (detailed
607           debug) macros to better control clutter in the generated .asm file.
608         * src/hc08/gen.c: (forceStackedAop, genUminus, genLeftShift,
609           genRightShift): fixed bug with non-constant bit shift stored to
610           a volatile result (SF Open Discussion forum thread #1616749).
611           Single byte case is not yet optimized.
612
613 2006-11-28 Maarten Brock <sourceforge.brock AT dse.nl>
614
615         * device/include/asm/mcs51/features.h,
616         * device/include/malloc.h,
617         * device/include/stdio.h: changed keywords to double underscore variants,
618           fixes bug 1590261
619
620 2006-11-27 Borut Razem <borut.razem AT siol.net>
621
622         * support/cpp2/cppexp.c, support/cpp2/hashtable.h,
623           support/cpp2/Makefile.in, support/cpp2/cppfiles.c,
624           support/cpp2/output.h, support/cpp2/cppinit.c,
625           support/cpp2/cpplib.c, support/cpp2/cpplib.h,
626           support/cpp2/Makefile.bcc, support/cpp2/cpphash.c,
627           support/cpp2/cppdefault.c, support/cpp2/system.h,
628           support/cpp2/cpphash.h, support/cpp2/cpplex.c,
629           support/cpp2/cppdefault.h, support/cpp2/mbchar.c,
630           support/cpp2/prefix.c, support/cpp2/except.h,
631           support/cpp2/hwint.h, support/cpp2/cppmacro.c,
632           support/cpp2/line-map.h, support/cpp2/sdcpp.dsp,
633           support/cpp2/sdcc.h, support/cpp2/mkdeps.c,
634           support/cpp2/version.c, support/cpp2/cppmain.c,
635           support/cpp2/version.h, support/cpp2/hashtable.c,
636           support/cpp2/cpperror.c:
637           synchronized with GCC CPP release version 3.3.6,
638           the latest where cppmain.c still exists.
639         * support/cpp2/cpptrad.c, support/cpp2/sdcppmain.c,
640           support/cpp2/sdcppinit.c: added
641
642 2006-11-27 Borut Razem <borut.razem AT siol.net>
643
644         * support/cpp2/cpplex.c:
645           fixed _asm ... _endasm handling bug, introduce with GCC CPP
646           synchronization
647         * support/cpp2/cpplib.c: removed definitions of unused variables
648
649 2006-11-26 Borut Razem <borut.razem AT siol.net>
650
651         * support/cpp2/libiberty.h: commented out x*alloc() declarations
652           since they are redefined by macros in support/cpp2/sdcc.h
653         * support/cpp2/sdcc.h: x*alloc macro redefinition
654
655 2006-11-25 Borut Razem <borut.razem AT siol.net>
656
657         * support/cpp2/cppexp.c, support/cpp2/hashtable.h,
658           support/cpp2/configure, support/cpp2/Makefile.in,
659           support/cpp2/cppfiles.c, support/cpp2/output.h,
660           support/cpp2/cppinit.c, support/cpp2/cpplib.c,
661           support/cpp2/config.h, support/cpp2/cpplib.h,
662           support/cpp2/Makefile.bcc, support/cpp2/cpphash.c,
663           support/cpp2/cppdefault.c, support/cpp2/config.in,
664           support/cpp2/system.h, support/cpp2/cpplex.c,
665           support/cpp2/cpphash.h, support/cpp2/mbchar.c,
666           support/cpp2/cppdefault.h, support/cpp2/prefix.c
667           support/cpp2/hwint.h, support/cpp2/mbchar.h,
668           support/cpp2/prefix.h, support/cpp2/cppmacro.c,
669           support/cpp2/configure.in, support/cpp2/intl.h,
670           support/cpp2/sdcpp.dsp, support/cpp2/acconfig.h,
671           support/cpp2/sdcc.h, support/cpp2/mkdeps.c,
672           support/cpp2/version.c, support/cpp2/cppmain.c,
673           support/cpp2/ansidecl.h, support/cpp2/libiberty.h,
674           support/cpp2/hashtable.c, support/cpp2/aclocal.m4,
675           support/cpp2/cpperror.c,
676           support/cpp2/libiberty/safe-ctype.c,
677           support/cpp2/libiberty/safe-ctype.h,
678           support/cpp2/libiberty/splay-tree.c,
679           support/cpp2/libiberty/obstack.c,
680           support/cpp2/libiberty/lbasename.c,
681           support/cpp2/libiberty/splay-tree.h,
682           support/cpp2/libiberty/obstack.h:
683           synchronized with GCC CPP release version 3.2.3,
684           the latest before integration of cpp into gcc
685         * support/cpp2/except.h, support/cpp2/line-map.c,
686           support/cpp2/line-map.h,
687           support/cpp2/libiberty/hex.c,
688           support/cpp2/libiberty/concat.c,
689           support/cpp2/libiberty/filenames.h: added
690         * support/cpp2/intl.c: deleted
691
692 2006-11-24 Borut Razem <borut.razem AT siol.net>
693
694         * src/SDCC.y: enabled compilation of empty source file
695         * support/Util/SDCCerr.[ch]: added sdcc warning 190 -
696           "ISO C forbids an empty source file"
697         * device/lib/_startup.c, device/lib/printf_tiny.c: disable warning 190
698           if all the code is ifdefed out.
699
700 2006-11-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
701
702         * src/hc08/gen.c (genPcall): fix for bug #1601032
703
704 2006-11-23 Maarten Brock <sourceforge.brock AT dse.nl>
705
706         * device/include/mcs51/c8051f000.h, device/include/mcs51/C8051F000.h,
707         * device/include/mcs51/c8051f018.h, device/include/mcs51/C8051F018.h,
708         * device/include/mcs51/c8051f020.h, device/include/mcs51/C8051F020.h,
709         * device/include/mcs51/c8051f040.h, device/include/mcs51/C8051F040.h,
710         * device/include/mcs51/c8051f060.h, device/include/mcs51/C8051F060.h,
711         * device/include/mcs51/c8051f120.h, device/include/mcs51/C8051F120.h,
712         * device/include/mcs51/c8051f200.h, device/include/mcs51/C8051F200.h,
713         * device/include/mcs51/c8051f300.h, device/include/mcs51/C8051F300.h,
714         * device/include/mcs51/c8051f310.h, device/include/mcs51/C8051F310.h,
715         * device/include/mcs51/c8051f320.h, device/include/mcs51/C8051F320.h,
716         * device/include/mcs51/c8051f326.h, device/include/mcs51/C8051F326.h,
717         * device/include/mcs51/c8051f330.h, device/include/mcs51/C8051F330.h,
718         * device/include/mcs51/c8051f340.h, device/include/mcs51/C8051F340.h,
719         * device/include/mcs51/c8051f350.h, device/include/mcs51/C8051F350.h,
720         * device/include/mcs51/c8051f410.h, device/include/mcs51/C8051F410.h:
721           Renamed to all upper case as per the standard set by SiLabs
722
723 2006-11-23 Maarten Brock <sourceforge.brock AT dse.nl>
724
725         * device/include/mcs51/C8051F520.h: new, added
726         * device/include/mcs51/compiler.h: added link about predefined macros
727
728 2006-11-23 Raphael Neider <rneider AT web.de>
729
730         * src/regression/Makefile: add -L path to fresh library
731         * src/regression/simulate: emphasize FAILED output
732         * src/regression/create_stc: output _failures from gpsim
733         * src/regression/compare4.c,
734         * src/regression/rotate6.c: fixed char literals,
735           all compile, all run =8-D
736
737         * src/pic/pcode.h: added isPCASMDIR macro
738         * src/pic/gen.c (genAnd): fixed bit offset
739         * src/pic/ralloc.c (allocNewDirReg,allocDirReg,allocRegByName,
740           packBits): unified register numbering schemes,
741           (newReg): do not insert stack registers into hash table,
742           (initStack): unpinned pseudo stack, simplified,
743           (typeRegWithIdx): fixed retrieval of stack registers,
744         * src/pic/pcode.c (addpCodeComment,sameBank): added,
745           (pCodeReplace): removed invalid assertion,
746           (insertPCodeInstruction): fixed newly added labels,
747           (insertBankSwitch,BankSelect,IsBankChange,DoBankSelect,
748           FixRegisterBankingInFlow,compareBankFlow,FixBankFlow,
749           DumpFlow): removed unsed (broken?) code,
750           (insertBankSel): prevent STATUS from being BANKSELed,
751           (FixRegisterBanking): rewritten from scratch, implemented generic
752             optimizations (suppress BANKSELs to same register and to registers
753             present in all banks),
754           (AnalyzeBanking): update flow after BANKSELection
755
756         * src/pic/glue.c (pic14_constructAbsMap): emit pseudo stack in
757             sharebank, let linker place it, mark STKxx symbols as emitted
758
759 2006-11-21 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
760
761         * src/regression/arrays.c,
762         * src/regression/bank1.c,
763         * src/regression/bool2.c,
764         * src/regression/compare7.c,
765         * src/regression/compare8.c,
766         * src/regression/compare9.c,
767         * src/regression/compare10.c,
768         * src/regression/configword.c,
769         * src/regression/for.c,
770         * src/regression/mult1.c,
771         * src/regression/pointer1.c,
772         * src/regression/rotate6.c,
773         * src/regression/string1.c,
774         * src/regression/struct1.c,
775         * src/regression/Makefile: make PIC14 regression tests run again
776           (3 fail, 6 won't compile)
777
778 2006-11-21 Raphael Neider <rneider AT web.de>
779
780         * device/include/pic16/pic18f4550.h,
781         * device/include/pic16/pic18f4455.h,
782         * device/lib/pic16/libdev/pic18f4550.c,
783         * device/lib/pic16/libdev/pic18f4455.c: fixed #1578591 and #1595144
784         * configure.in: removed superfluous closing bracket
785
786 2006-11-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
787
788         * device/lib/expf.c: Fixed bug 1599523: result of expf(x) is
789           always positive.
790
791 2006-11-21 Raphael Neider <rneider AT web.de>
792
793         * src/pic/device.{c,h}: added pic14_getPIC()
794         * src/pic/gen.c (continueIfTrue,jumpIfTrue): added PIC code,
795           (genAnd): added PIC code for one case, fixes #1597044
796         * src/pic/pcode.c (BankSelect): Ohoh, added generic optimization for
797           SFRs that are present in all banks (e.g., STATUS)
798
799 2006-11-20 Raphael Neider <rneider AT web.de>
800
801         * src/pic/pcode.c: changed inverted ops for DECFSZ/DECFSZW and
802           INCFSZ/INCFSZW and declared them as changing Z bit,
803           (insertPCodeInstruction): correctly invert the above instructions,
804           fixes #1599333,
805           (DoBankSelect): don't panic on po_immediates
806
807 2006-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
808
809         * as/link/aslink.h,
810         * as/link/mcs51/lkihx.c (newArea),
811         * as/link/mcs51/lkrloc.c: renamed newArea() to ihxNewArea()
812         * as/link/mcs51/lkihx.c (ihx): output reset vector as start address
813
814 2006-11-11 Raphael Neider <rneider AT web.de>
815
816         * src/pic/pcode.c (newpCodeOpBit): search SymbolTab for referenced
817           bitfield symbols, fixes #1579535 (once more...).
818
819 2006-11-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
820
821         * support/regression/generate-cases.py,
822         * support/regression/fwk/include/testfwk.h,
823         * support/regression/fwk/lib/testfwk.c: used code pointers,
824           (about 50kByte less code generated for mcs51)
825
826 2006-11-06 Borut Razem <borut.razem AT siol.net>
827
828         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
829           debugger/mcs51/configure: fixed failed check because the function
830           rl_function_of_keyseq isn't in Readline 5.2. Thanks to Ilya Goldberg
831           who submitted the patch for gpsim.
832         * debugger/mcs51/configure.in: removed the result message
833         * debugger/mcs51/Makefile.in: fixed the config.status warning
834           "... seems to ignore the --datarootdir setting"
835
836 2006-11-03 Maarten Brock <sourceforge.brock AT dse.nl>
837
838         * device/include/mcs51/c8051f020.h,
839         * device/include/mcs51/c8051f040.h,
840         * device/include/mcs51/c8051f060.h,
841         * device/include/mcs51/c8051f120.h: added PS0, fixed bug 1589279
842         * src/z80/gen.c (gencjneshort),
843         * src/z80/peeph.def: applied patch 1571373, thanks Philipp Krause
844
845 2006-10-31 Borut Razem <borut.razem AT siol.net>
846
847         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
848           debugger/mcs51/configure: get readline version
849
850 2006-10-30 Borut Razem <borut.razem AT siol.net>
851
852         * debugger/mcs51/sdcdb.c: replaced hardcoded "/" with DIR_SEPARATOR_STRING
853         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
854           debugger/mcs51/configure: locate readline even when cross compiling
855         * support/scripts/sdcc.nsi: include readline5.dll into the setup package
856
857 2006-10-29 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
858
859         * device/include/mcs51/serial_IO.h: putchar() and getchar() using
860           serial port.
861
862 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
863
864         * device/include/malloc.h,
865         * device/lib/calloc.c,
866         * device/lib/free.c,
867         * device/lib/malloc.c,
868         * device/lib/realloc.c: moved definition of struct into sources
869         * support/regression/tests/malloc.c: use void* for init_dynamic_memory()
870
871 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
872
873         * as/asx8051.dsp: corrected output directories
874         * as/link/hc08: new directory for hc08 linker
875         * as/hc08/aslink.h,             as/link/aslink.h,
876         * as/hc08/aslink.mak,           as/link/hc08/aslink.mak,
877         * as/hc08/clean.mk,             as/link/hc08/clean.mk,
878         * as/hc08/link_hc08.dsp,        as/link/hc08/link_hc08.dsp,
879         * as/hc08/lkaomf51.c,           as/link/hc08/lkaomf51.c,
880         * as/hc08/lkarea.c,             as/link/hc08/lkarea.c,
881         * as/hc08/lkdata.c,             as/link/hc08/lkdata.c,
882         * as/hc08/lkelf.c,              as/link/hc08/lkelf.c,
883         * as/hc08/lkihx.c,              as/link/hc08/lkihx.c,
884         * as/hc08/lklibr.c,             as/link/hc08/lklibr.c,
885         * as/hc08/lkmain.c,             as/link/hc08/lkmain.c,
886         * as/hc08/lkmem.c,              as/link/hc08/lkmem.c,
887         * as/hc08/lkrloc.c,             as/link/hc08/lkrloc.c,
888         * as/hc08/lks19.c,              as/link/hc08/lks19.c,
889         * as/hc08/Makefile.aslink,      as/link/hc08/Makefile.aslink,
890         * as/hc08/Makefile.bcc,         as/link/hc08/Makefile.bcc,
891         * as/hc08/Makefile.in,          as/link/hc08/Makefile.in,
892         * as/link/hc08/conf.mk,
893         * configure,
894         * configure.in,
895         * Makefile.in,
896         * sdcc.dsw: moved hc08 linker to as/link/hc08
897         * as/hc08/lkeval.c,     as/link/mcs51/lkeval.c,     as/link/lkeval.c,
898         * as/hc08/lkhead.c,     as/link/mcs51/lkhead.c,     as/link/lkhead.c,
899         * as/hc08/lklex.c,      as/link/mcs51/lklex.c,      as/link/lklex.c,
900         * as/hc08/lklist.c,     as/link/mcs51/lklist.c,     as/link/lklist.c,
901         * as/hc08/lknoice.c,    as/link/mcs51/lknoice.c,    as/link/lknoice.c,
902         * as/hc08/lksym.c,      as/link/mcs51/lksym.c,      as/link/lksym.c,
903         * as/link/mcs51/aslink.dsp,
904         * as/link/mcs51/Makefile.in: factored out the common files
905         * as/hc08/lkstore.c: deleted, use the one already in as/link/
906         * as/clean.mk: extra cleaning common files
907         * as/link/mcs51/strcmpi.c,      as/strcmpi.c: moved
908         * as/link/mcs51/strcmpi.h: deleted, moved protoype to aslink.h
909         * as/mcs51/asm.h: include sdccconf.h or sdcc_vc.h
910
911 2006-10-29 Raphael Neider <rneider AT web.de>
912
913         * src/pic/ralloc.c (newReg): create aliases for registers with
914           multiple names to fix #1579535 and #1584001,
915           (regWithIdx,dirregWithName): resolve aliases on lookup
916         * src/pic/pcode.c (DoBankSelect): die with error message on failing
917           bankselect
918         * device/lib/pic/libdev/Makefile.in: move pseudo stack down to 0x4f
919           to prevent build errors on small devices
920
921 2006-10-28 Raphael Neider <rneider AT web.de>
922
923         * src/pic/gen.c (genFunction,genCall): drop "same code page"
924           assumption within interrupt handlers, fixes #1584940
925         * src/pic/glue.c (pic14_constructAbsMap): mark absolute symbols as
926           "emitted" to avoid emitting them again in udata
927
928 2006-10-27 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
929
930         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
931         Removed.
932
933 2006-10-26 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
934
935         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
936         Initialize uart only if SM0 and SM1 are zero.  Also, use flag to turn
937         on/off CR to CRLF conversion.
938
939 2006-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
940
941         * doc/sdccman.lyx: updated IRQ section
942
943 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
944
945         * device/lib/serial_io.c: removed
946         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c
947         replacements for serial_io.c
948
949 2006-10-24 Maarten Brock <sourceforge.brock AT dse.nl>
950
951         * src/z80/main.c (_process_pragma, _parseOptions): fixed bug 1583318
952
953 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
954
955         * device/lib/serial_io.c: Default putchar() and getchar() for
956           mcs51 uses serial port.
957
958 2006-10-23 Maarten Brock <sourceforge.brock AT dse.nl>
959
960         * src/mcs51/gen.c (movc): improved check for 0 and 1, see RFE 1582704
961
962 2006-10-23 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
963
964         * support/regression/ports/mcs51/support.c: smaller
965         _sdcc_external_startup()
966         * device/lib/mcs51/crtxclear.asm: don't check high byte of l_PSEG
967
968 2006-10-20 Maarten Brock <sourceforge.brock AT dse.nl>
969
970         * device/lib/gbz80/crt0.s,
971         * device/lib/gbz80/crt0_rle.s,
972         * device/lib/gbz80/div.s,
973         * device/lib/gbz80/fstubs.s,
974         * device/lib/gbz80/heap.s,
975         * device/lib/gbz80/mul.s,
976         * device/lib/gbz80/putchar.s,
977         * device/lib/gbz80/stubs.s,
978         * device/lib/z80/crt0.s,
979         * device/lib/z80/crt0_rle.s,
980         * device/lib/z80/div.s,
981         * device/lib/z80/fstubs.s,
982         * device/lib/z80/heap.s,
983         * device/lib/z80/mul.s,
984         * device/lib/z80/putchar.s,
985         * device/lib/z80/stubs.s: reverted, I was mistaken
986
987 2006-10-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
988
989         * src/mcs51/peeph.def: peephole 238.x added check for notvolatile
990         * support/regression/ports/mcs51/support.c: removed race
991         condition on TI in _putchar allowing to use serial port mode 0
992
993 2006-10-20 Borut Razem <borut.razem AT siol.net>
994
995         * debugger/mcs51/sdcdb.c: replaced isblank() with isspace()
996
997 2006-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
998
999         * device/lib/gbz80/crt0.s,
1000         * device/lib/gbz80/crt0_rle.s,
1001         * device/lib/gbz80/div.s,
1002         * device/lib/gbz80/fstubs.s,
1003         * device/lib/gbz80/heap.s,
1004         * device/lib/gbz80/mul.s,
1005         * device/lib/gbz80/putchar.s,
1006         * device/lib/gbz80/stubs.s,
1007         * device/lib/z80/crt0.s,
1008         * device/lib/z80/crt0_rle.s,
1009         * device/lib/z80/div.s,
1010         * device/lib/z80/fstubs.s,
1011         * device/lib/z80/heap.s,
1012         * device/lib/z80/mul.s,
1013         * device/lib/z80/putchar.s,
1014         * device/lib/z80/stubs.s: removed all leading underscores from area names
1015
1016 2006-10-17 Maarten Brock <sourceforge.brock AT dse.nl>
1017
1018         * support/regression/ports/mcs51/support.c: use highest baudrate so the
1019           regression tests are not waiting in the simulator for simulated
1020           transmission of debug output
1021
1022 2006-10-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1023
1024         * device/lib/printf_large.c: slightly smaller
1025         * doc/sdccman.lyx: do not use spaces within html links
1026
1027 2006-10-16 Borut Razem <borut.razem AT siol.net>
1028
1029         * configure.in, configure, sdccconf_in.h, src/SDCCglobal,
1030           debugger/mcs51/Makefile.in, debugger/mcs51/sdcdb.[ch],
1031           debugger/mcs51/aclocal.m4, debugger/mcs51/acinclide.m4,
1032           debugger/mcs51/config.h.in, debugger/mcs51/configure.in,
1033           debugger/mcs51/configure:
1034           [ 1185668 ] add gnu readline support to sdcdb - enabled
1035
1036 2006-10-16 Raphael Neider <rneider AT web.de>
1037
1038         * src/pic/pcode.c (BankSelect): another fix on (partial) BANKSELs,
1039           fixes #1577882, removes close to all banking optimizations
1040
1041 2006-10-15 Maarten Brock <sourceforge.brock AT dse.nl>
1042
1043         * src/SDCCsymt.c (checkSClass): no error for uninitialised absolute
1044           variables in code memory
1045         * support/regression/tests/absolute.c: added test for this
1046
1047 2006-10-15 Raphael Neider <rneider AT web.de>
1048
1049         * src/pic/pcode.c (InsertBankSel): suppress BANKSELs for one bank
1050           devices,
1051           (BankSelect): emit BANKSEL before touching linker-placed regs,
1052           fixes #1570934
1053
1054 2006-10-10 Raphael Neider <rneider AT web.de>
1055
1056         * src/SDCCmain.c (optionsTable): accept --stack-size for PICs,
1057         * src/pic/device.c (pic14_getSharebankSize,pic14_getSharebankAddress),
1058         * src/pic/main.c (_pic14_parseOptions),
1059         * src/pic/main.h: mostly reverted to previous state, now use results
1060             from SDCCmain.c's argument parsing
1061
1062 2006-10-10 Borut Razem <borut.razem AT siol.net>
1063
1064         * debugger/mcs51/break.[ch], debugger/mcs51/cmd.c,
1065           debugger/mcs51/sdcdb.[ch], debugger/mcs51/simi.c:
1066           [ 1185668 ] add gnu readline support to sdcdb -
1067           prepared for READLINE, not enabled yet,
1068           thanks to <tal.bav AT gmail.com>
1069
1070 2006-10-10 Raphael Neider <rneider AT web.de>
1071
1072         * src/pic16/pcode.c (pic16_pCode2str): use isACCESS_BANK macro
1073         * src/pic16/devices.inc,
1074         * device/include/pic16 (pic18f[24]620.h),
1075         * device/include/pic18fregs.h,
1076         * device/lib/pic16/pics.all,
1077         * device/lib/pic16/libdev/pic18f[24]{620,525}.c): added support for
1078             18f2620, 18f4620, 18f2525, and 18f4525 devices, thanks to
1079             Gary Plumbridge and Anton Strobl
1080
1081 2006-10-10 Raphael Neider <rneider AT web.de>
1082
1083         * src/pic/main.c (_pic14_parseOptions): added --stack-loc=NUM and
1084           --stack-siz=NUM options to configure the argument passing stack
1085         * src/pic/main.h: added stackLocation and stackSize to pic14_options_t
1086         * src/pic/device.c (mapRegister): catch out-of-memory SIGSEGVs,
1087           (pic14_getSharebankSize): obey --stack-siz=NUM,
1088           (pic14_getSharebankAddress): obey --stack-loc=NUM
1089
1090 2006-10-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1091
1092         * doc/sdccman.lyx: added to the manual
1093         * doc/figures/ddd_example.png: added (neither pdflatex nor
1094         most browsers seem to like the .eps file)
1095
1096 2006-10-06 Bernhard Held <bernhard AT bernhardheld.de>
1097
1098         * src/SDCCglue.c (tempfileandname): changed un*x tmp search paths
1099         to /tmp and /var/tmp acc. LSB
1100         * src/SDCCast.c (addCast): Fixed bug 1571231: promote in case of
1101         RESULT_TYPE_IFX
1102         * support/regression/tests/onebyte.c: added test
1103
1104 2006-10-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1105
1106         * src/mcs51/gen.c: emitcode for "add a,0x%02x" requires only 8 bits.
1107
1108 2006-10-05 Borut Razem <borut.razem AT siol.net>
1109
1110         * partially fixed [ 1570701 ] peephole - not replacing code from multiline macros,
1111           thanks to dfulab:
1112           - sdcc.dsw: changed property eol-style to CRLF
1113           - support/scripts/resource.rc: replaced references to "afxres.h" with "winres.h"
1114
1115 2006-10-04 Raphael Neider <rneider AT web.de>
1116
1117         * device/include/pic/{pic16f84.h,pic16f84a.h},
1118         * device/lib/pic/libdev/{pic16f84.c,pic16f84a.c}: added PORT[AB]_bits
1119           from patch #1522504, thanks to Robas Teodor
1120
1121 2006-10-02 Maarten Brock <sourceforge.brock AT dse.nl>
1122
1123         * as/link/z80/lkarea.c: essentially reverted lnksect() to #4380 which
1124           fixes bug 1566015
1125
1126 2006-10-01 Maarten Brock <sourceforge.brock AT dse.nl>
1127
1128         * src/pic16/glue.c (pic16emitMaps),
1129         * src/pic/glue.c (pic14emitMaps): hopefully fixed bug 1568779
1130         * device/lib/gets.c: fixed bug 1568829,thanks Philipp Krause
1131         * device/lib/pic16/libc/string/memcpypgm2ram.c,
1132         * device/lib/pic16/libc/string/memcpyram2ram.c: fixed bug 1568836, thanks
1133           Philipp Krause
1134         * as/mcs51/asmain.c (asmbl, newdot): fixed problems with absolute areas
1135         * as/link/mcs51/lkmem.c (summary2): reverted, do do count abs segments
1136
1137 2006-09-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1138
1139         * support/librarian/sdcclib.c: Added option -l.
1140         * as/link/mcs51/lkmem.c: don't use absolute segments to compute memory
1141           usage totals.
1142         * device/lib/make51lib.bat: added.  Allows building mcs51 libraries easily
1143           using Windows command prompt.
1144
1145 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
1146
1147         * device/lib/libsdcc.lib: added module rand
1148         * src/ds390/ralloc.c (rematStr),
1149         * src/hc08/ralloc.c (rematStr),
1150         * src/mcs51/ralloc.c (rematStr),
1151         * src/z80/ralloc.c (rematStr): made output more consistent
1152         * src/mcs51/gen.c: cosmetic changes
1153
1154 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
1155
1156         * src/port.h: added mem.cabs_name to PORT
1157         * src/ds390/main.c,
1158         * src/hc08/main.c,
1159         * src/mcs51/main.c,
1160         * src/pic16/main.c,
1161         * src/pic/main.c,
1162         * src/xa51/main.c,
1163         * src/z80/main.c: added cabs_name initializers
1164         * src/SDCCglue.c (emitStaticSeg): allocate and initialize absolute
1165           constants
1166           (emitMaps): emit absolutes in code memory into cabs_name
1167         * src/SDCCmem.c,
1168         * src/SDCCmem.h: added memory map c_abs and defined CABS_NAME
1169         * src/ds390/gen.c (genCodePointerGet): fixed bug if left is a literal
1170         * support/regression/fwk/include/testfwk.h: added define for at
1171         * support/regression/tests/absolute.c: added, new
1172
1173 2006-09-29 Maarten Brock <sourceforge.brock AT dse.nl>
1174
1175         * src/mcs51/gen.c (genPlusIncr, genMinusDec, genAddrOf): small
1176           optimizations, see also patch 887161 by Stas Sergeev
1177         * src/mcs51/peeph.def(104, 207, 209, 212): disabled as they do not seem
1178           to be necessary anymore,
1179           (102, 103, 104, 127): renamed all occurances of bp to _bp
1180
1181 2006-09-27 Maarten Brock <sourceforge.brock AT dse.nl>
1182
1183         * device/include/mcs51/at89c51snd1c.h: fixed MSK_SREQ definition
1184           thanks Weston T. Schmidt for patch 1555221
1185         * src/mcs51/peeph.def: renamed rule 257 to 257.a, added 257.b
1186         * src/SDCCicode.c(geniCodeMultiply): small optimization
1187
1188 2006-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1189
1190         * device/include/stdlib.h: added rand prototypes
1191         * device/lib/rand.c: new, added
1192         * device/lib/Makefile.in: added rand.c
1193         * src/z80/peeph.def,
1194         * src/z80/peeph-gbz80.def,
1195         * src/z80/peeph-z80.def: updated conditonals, fixed bug 1565908
1196
1197 2006-09-20 Raphael Neider <rneider AT web.de>
1198
1199         * device/lib/pic16/libio/i2c/i2cnack.c (i2c_nack): fixed ACKDT bit
1200
1201 2006-09-19 Maarten Brock <sourceforge.brock AT dse.nl>
1202
1203         * as/link/aslink.h: cosmetic changes
1204         * as/link/mcs51/Makefile.in,
1205         * as/link/z80/Makefile.in: fixed build on CF where VPATH is used
1206
1207 2006-09-17 Maarten Brock <sourceforge.brock AT dse.nl>
1208
1209         * as/link/aslink.h,
1210         * as/link/mcs51/aslink.h,
1211         * as/link/z80/aslink.h: merged and moved to as/link/
1212         * as/link/lkstore.c,
1213         * as/link/mcs51/lkstore.c: moved to as/link/
1214         * as/link/clean.mk: remove *.o
1215         * as/link/mcs51/alloc.h: deleted
1216         * as/link/mcs51/lkarea.c: added lnksect prototype
1217         * as/link/mcs51/lkdata.c,
1218         * as/link/mcs51/lklex.c,
1219         * as/link/mcs51/lkmain.c: renamed as_getline to lk_getline
1220         * as/link/mcs51/lkmem.c,
1221         * as/link/mcs51/lknoice.c: removed include strcmpi.h
1222         * as/link/mcs51/lksym.c: include stdlib.h instead of malloc.h or alloc.h
1223         * as/link/mcs51/aslink.dsp,
1224         * as/link/mcs51/Makefile.aslink,
1225         * as/link/mcs51/Makefile.bcc,
1226         * as/link/mcs51/Makefile.in: updated for moved files
1227         * as/link/z80/lkarea.c,
1228         * as/link/z80/lkhead.c,
1229         * as/link/z80/lklex.c,
1230         * as/link/z80/lklibr.c,
1231         * as/link/z80/lklist.c,
1232         * as/link/z80/lkmain.c,
1233         * as/link/z80/lkrloc.c,
1234         * as/link/z80/lksym.c: synced with mcs51
1235         * as/link/z80/lkdata.c,
1236         * as/link/z80/lkeval.c,
1237         * as/link/z80/lkihx.c,
1238         * as/link/z80/lks19.c: cosmetic changes
1239         * as/link/z80/Makefile.in,
1240         * as/link/z80/linkgbz80.dsp,
1241         * as/link/z80/linkz80.dsp: updated for moved files
1242
1243 2006-09-16 Borut Razem <borut.razem AT siol.net>
1244
1245         * debugger/mcs51/sdcdb.c: partially fixed
1246           [ 1203664 ] sdcdb fails to open files w. two "." periods
1247         * debugger/mcs51/simi.c, debugger/mcs51/symtab.c,
1248           debugger/mcs51/symtab.h: fixed indenting
1249         * configure.in, configure: up to date with latest Maarten's changes
1250
1251 2006-09-15 Maarten Brock <sourceforge.brock AT dse.nl>
1252
1253         as/link/mcs51
1254         as/aslink.dsp,                  as/link/mcs51/aslink.dsp,
1255         as/link/mcs51/aslink.h,         as/mcs51/aslink.h,
1256         as/link/mcs51/aslink.mak,       as/mcs51/aslink.mak,
1257         as/link/mcs51/lkaomf51.c,       as/mcs51/lkaomf51.c,
1258         as/link/mcs51/lkarea.c,         as/mcs51/lkarea.c,
1259         as/link/mcs51/lkdata.c,         as/mcs51/lkdata.c,
1260         as/link/mcs51/lkeval.c,         as/mcs51/lkeval.c,
1261         as/link/mcs51/lkhead.c,         as/mcs51/lkhead.c,
1262         as/link/mcs51/lkihx.c,          as/mcs51/lkihx.c,
1263         as/link/mcs51/lklex.c,          as/mcs51/lklex.c,
1264         as/link/mcs51/lklibr.c,         as/mcs51/lklibr.c,
1265         as/link/mcs51/lklist.c,         as/mcs51/lklist.c,
1266         as/link/mcs51/lkmain.c,         as/mcs51/lkmain.c,
1267         as/link/mcs51/lkmem.c,          as/mcs51/lkmem.c,
1268         as/link/mcs51/lknoice.c,        as/mcs51/lknoice.c,
1269         as/link/mcs51/lkrloc.c,         as/mcs51/lkrloc.c,
1270         as/link/mcs51/lks19.c,          as/mcs51/lks19.c,
1271         as/link/mcs51/lkstore.c,        as/mcs51/lkstore.c,
1272         as/link/mcs51/lksym.c,          as/mcs51/lksym.c,
1273         as/link/mcs51/Makefile.aslink,  as/mcs51/Makefile.aslink,
1274         as/link/mcs51/alloc.h,
1275         as/link/mcs51/clean.mk,
1276         as/link/mcs51/conf.mk,
1277         as/link/mcs51/Makefile.bcc,
1278         as/link/mcs51/Makefile.in,
1279         as/link/mcs51/readme.390,
1280         as/link/mcs51/strcmpi.c,
1281         as/link/mcs51/strcmpi.h,
1282         as/mcs51/clean.mk,
1283         as/mcs51/Makefile.bcc,
1284         as/mcs51/Makefile.in,
1285         configure,
1286         Makefile.in,
1287         sdcc.dsw: moved mcs51 linker to as/link/mcs51
1288
1289 2006-09-14 Maarten Brock <sourceforge.brock AT dse.nl>
1290
1291         * as/link,
1292         * as/link/Makefile.in,
1293         * as/link/z80/linkgbz80.dsp,
1294         * as/link/z80/linkz80.dsp,
1295         * configure,
1296         * link,
1297         * link/clean.mk,
1298         * link/Makefile.in,
1299         * link/README,
1300         * link/z80,
1301         * link/z80/aslink.h,
1302         * link/z80/clean.mk,
1303         * link/z80/conf.mk,
1304         * link/z80/linkgbz80.dsp,
1305         * link/z80/linkz80.dsp,
1306         * link/z80/lkarea.c,
1307         * link/z80/lkdata.c,
1308         * link/z80/lkeval.c,
1309         * link/z80/lkgb.c,
1310         * link/z80/lkgg.c,
1311         * link/z80/lkhead.c,
1312         * link/z80/lkihx.c,
1313         * link/z80/lklex.c,
1314         * link/z80/lklibr.c,
1315         * link/z80/lklist.c,
1316         * link/z80/lkmain.c,
1317         * link/z80/lkrloc.c,
1318         * link/z80/lks19.c,
1319         * link/z80/lksym.c,
1320         * link/z80/Makefile.in,
1321         * Makefile.in,
1322         * sdcc.dsw: moved link/ to as/link/
1323
1324 2006-09-11 Maarten Brock <sourceforge.brock AT dse.nl>
1325
1326         * as/mcs51/i51mch.c (machine): fixed warning
1327
1328 2006-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1329
1330         * as/mcs51/i51mch.c (machine): S_DJNZ fixed bug 1554318
1331
1332 2006-09-09 Borut Razem <borut.razem AT siol.net>
1333
1334         * debugger/mcs51/sdcdb.c, debugger/mcs51/simi.c:
1335           sdcdb WIN32 native port
1336         * src/clean.mk: fixed
1337
1338 2006-09-08 Borut Razem <borut.razem AT siol.net>
1339
1340         * doc/sdccman.lyx: SDCDB and ucSim are available on Win32 platforms.
1341
1342 2006-09-08 Raphael Neider <rneider AT web.de>
1343
1344         * src/pic16/main.c (_pic16_linkEdit,pic16_linkCmd),
1345         * src/pic/main.c(_pic14_do_link, linkCmd): pass "-w" and "-r"
1346             to gplink to disable processor mismatch warning and to allow
1347             the use of devices with only aliased (shared) memory banks,
1348           (_pic16_genAssemblerPreamble): include pXXX.inc on --mplab-comp
1349
1350 2006-09-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1351
1352         * doc/sdccman.lyx: Some re-formating plus example on using
1353           #pragma preproc_asm +/-
1354
1355 2006-09-07 Borut Razem <borut.razem AT siol.net>
1356
1357         * support/scripts/sdcc.nsi: added SDCDB executables in a separate
1358           section
1359
1360 2006-09-06 Borut Razem <borut.razem AT siol.net>
1361
1362         * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing
1363           line at sdcc.nsi:153
1364         * sdcc/debugger/mcs51/simi.c: argsToCmdLine() fixes
1365
1366 2006-09-05 Borut Razem <borut.razem AT siol.net>
1367
1368         * configure.in, configure: support for winsock2
1369         * debugger/mcs51/break.h, debugger/mcs51/cmd.c,
1370           debugger/mcs51/cmd.h, debugger/mcs51/sdcdb.c,
1371           debugger/mcs51/sdcdb.h, debugger/mcs51/simi.c,
1372           debugger/mcs51/simi.h, debugger/mcs51/symtab.c,
1373           debugger/mcs51/symtab.h: sdcdb WIN32 native port
1374
1375 2006-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
1376
1377         * src/SDCCopt.c (cnvToFcall): fixed bug 1551947 by updating OP_USES
1378           and OP_DEFS
1379         * support/regression/tests/bug1551947.c: new, added
1380         * src/SDCCsymt.h: strings are char* not byte*
1381
1382 2006-09-05 Raphael Neider <rneider AT web.de>
1383
1384         * device/lib/pic16/libdev/pic18f4550.c,
1385           device/include/pic16/pic18f4550.h: added PORTD/TRISD
1386             declarations/definitions from patch #1520949
1387
1388 2006-09-05 Raphael Neider <rneider AT web.de>
1389
1390         * src/pic16/gen.c (genPackBits): fix assignment to 8-bit,
1391           byte-aligned bitfields, fixes #1539278
1392
1393 2006-09-05 Raphael Neider <rneider AT web.de>
1394
1395         * src/pic/gen.c (genReceive): skip unreferenced arguments,
1396           fixes #1544120
1397
1398 2006-09-04 Borut Razem <borut.razem AT siol.net>
1399
1400         * support/scripts/sdcc.nsi: move ucSim executables to a separate section
1401         * support/scripts/sdcc_cygwin_mingw32: don't disable ucsim,
1402           -mno-cygwin is a part of the compiler name
1403         * support/scripts/sdcc_mingw32: don't disable ucsim
1404
1405 2006-09-03 Borut Razem <borut.razem AT siol.net>
1406
1407         * sdcc.spec: corrected for 2.6.0. Thanks to Christer Weinigel.
1408         * device/lib/Makefile.in device/lib/clean.mk: small but essential corrections
1409
1410 2006-09-03 Raphael Neider <rneider AT web.de>
1411
1412         * src/pic/ralloc.c,
1413         * src/pic/pcode.c (InitReuseRegs): allocate registers with pseudo
1414           indices >= 0x1000 to disambiguate them from fixed regs __at(addr),
1415           fixes #1550049
1416
1417 2006-09-01 Borut Razem <borut.razem AT siol.net>
1418
1419         * sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
1420           to make ppc-osx happy
1421
1422 2006-08-31 Borut Razem <borut.razem AT siol.net>
1423
1424         * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
1425         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
1426         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
1427         * support/regression/ports/ds390/spec.mk,
1428           support/regression/ports/mcs51/spec.mk,
1429           support/regression/ports/xa51/spec.mk: introduced DEV_NULL variable.
1430           To run regression tests in mingw environment:
1431           make DEV_NULL=NUL CC=gcc
1432
1433 2006-08-30 Borut Razem <borut.razem AT siol.net>
1434
1435         * sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
1436           sim/ucsim/cmd.src/newcmdwin32.cc, sim/ucsim/cmd.src/newcmdwin32cl.h,
1437           sim/ucsim/app.cc, sim/ucsim/appcl.h, sim/ucsim/configure,
1438           sim/ucsim/configure.in, sim/ucsim/ddconfig_in.h, sim/ucsim/error.cc,
1439           sim/ucsim/errorcl.h, sim/ucsim/option.cc, sim/ucsim/optioncl.h,
1440           sim/ucsim/utils.cc, sim/ucsim/utils.h, sim/ucsim/cmd.src/Makefile.in,
1441           sim/ucsim/avr.src/avr.cc, sim/ucsim/avr.src/avrcl.h,
1442           sim/ucsim/cmd.src/bp.cc, sim/ucsim/cmd.src/bpcl.h,
1443           sim/ucsim/cmd.src/cmdconf.cc, sim/ucsim/cmd.src/cmdgui.cc,
1444           sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/cmdset.cc,
1445           sim/ucsim/cmd.src/cmdsetcl.h, sim/ucsim/cmd.src/cmdstat.cc,
1446           sim/ucsim/cmd.src/cmduc.cc, sim/ucsim/cmd.src/cmduccl.h,
1447           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
1448           sim/ucsim/cmd.src/command.cc, sim/ucsim/cmd.src/commandcl.h,
1449           sim/ucsim/cmd.src/get.cc, sim/ucsim/cmd.src/getcl.h,
1450           sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/newcmd.cc,
1451           sim/ucsim/cmd.src/newcmdcl.h, sim/ucsim/cmd.src/set.cc,
1452           sim/ucsim/cmd.src/show.cc, sim/ucsim/cmd.src/timer.cc,
1453           sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
1454           sim/ucsim/s51.src/Makefile.in, sim/ucsim/s51.src/interrupt.cc,
1455           sim/ucsim/s51.src/interruptcl.h, sim/ucsim/s51.src/pca.cc,
1456           sim/ucsim/s51.src/pcacl.h, sim/ucsim/s51.src/port.cc,
1457           sim/ucsim/s51.src/portcl.h, sim/ucsim/s51.src/serial.cc,
1458           sim/ucsim/s51.src/serialcl.h, sim/ucsim/s51.src/timer0.cc,
1459           sim/ucsim/s51.src/timer0cl.h, sim/ucsim/s51.src/timer1.cc,
1460           sim/ucsim/s51.src/timer1cl.h, sim/ucsim/s51.src/timer2.cc,
1461           sim/ucsim/s51.src/timer2cl.h, sim/ucsim/s51.src/uc390.cc,
1462           sim/ucsim/s51.src/uc390cl.h, sim/ucsim/s51.src/uc390hw.cc,
1463           sim/ucsim/s51.src/uc390hwcl.h, sim/ucsim/s51.src/uc51.cc,
1464           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/wdt.cc,
1465           sim/ucsim/s51.src/wdtcl.h, sim/ucsim/sim.src/hw.cc,
1466           sim/ucsim/sim.src/hwcl.h, sim/ucsim/sim.src/mem.cc,
1467           sim/ucsim/sim.src/memcl.h, sim/ucsim/sim.src/obsolete.cc,
1468           sim/ucsim/sim.src/obsolete.h, sim/ucsim/sim.src/sim.cc,
1469           sim/ucsim/sim.src/simcl.h, sim/ucsim/sim.src/stack.cc,
1470           sim/ucsim/sim.src/stackcl.h, sim/ucsim/sim.src/test_mem_speed.cc,
1471           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1472           sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
1473           sim/ucsim/z80.src/z80.cc, sim/ucsim/z80.src/z80cl.h:
1474           ucsim WIN32 native port
1475
1476 2006-08-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1477
1478         * doc/sdccman.lyx: added note on dynamic memory heap initialization
1479
1480 2006-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
1481
1482         * src/mcs51/gen.c (genAnd, genOr, genXor): fixed bug 1546986
1483         * src/ds390/gen.c (aopGetUsesAcc): handle AOP_DPTR2 and AOP_DPTRn too
1484
1485 2006-08-26 Maarten Brock <sourceforge.brock AT dse.nl>
1486
1487         * src/ds390/gen.c (genAnd, genOr, genXor): fixed bug 1546986
1488         * support/regression/tests/bug1546986.c: new, added
1489         * as/mcs51/.cvsignore,
1490         * debugger/mcs51/.cvsignore,
1491         * src/.cvsignore: deleted
1492
1493 2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1494
1495         * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
1496           definitions)
1497
1498 2006-08-20 Borut Razem <borut.razem AT siol.net>
1499
1500         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
1501           removed cl_listen_console::match(), cl_console::match(),
1502           restructured cl_commander::proc_input()
1503
1504 2006-08-16 Borut Razem <borut.razem AT siol.net>
1505
1506         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h,
1507           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
1508           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/uc.cc: code cleaning
1509
1510 2006-08-14 Borut Razem <borut.razem AT siol.net>
1511
1512         * support/regression/Makefile.in,
1513           support/regression/ports/pic14/gpsim.cmd,
1514           support/regression/ports/pic14/spec.mk,
1515           support/regression/ports/pic14/support.c:
1516           added pic14 regression test
1517
1518 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
1519
1520         * as/doc/asxhtm.html: documented changed ABS behaviour
1521         * as/doc/README: fixed some typos
1522
1523 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
1524
1525         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
1526           not defined on host
1527
1528 2006-08-12 Borut Razem <borut.razem AT siol.net>
1529
1530         * support/regression/fwk/include/testfwk.h,
1531           support/regression/fwk/lib/testfwk.c,
1532           support/regression/generate-cases.py,
1533           support/regression/Makefile.in:
1534           regression test framework does not depend on function pointers and
1535           variable arguments
1536
1537 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
1538
1539         * device/include/stddef.h: c temporary hack to fix bug 1518273
1540
1541 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1542
1543         * device/include/mcs51/cc2510fx.h: added
1544         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
1545           to projects.
1546
1547 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
1548
1549         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
1550         * as/z80/Makefile.in: added strcmpi.c
1551         * as/z80/z80adr.c: added upper case registers and lower case conditionals
1552         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
1553
1554 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
1555
1556         * device/lib/gbz80/asm_strings.s,
1557         * device/lib/gbz80/crt0_rle.s,
1558         * device/lib/gbz80/div.s,
1559         * device/lib/gbz80/mul.s,
1560         * device/lib/gbz80/shift.s,
1561         * device/lib/z80/asm_strings.s,
1562         * device/lib/z80/crt0_rle.s,
1563         * device/lib/z80/div.s,
1564         * device/lib/z80/mul.s,
1565         * device/lib/z80/shift.s: changed to all lower case menmonics except the
1566           flags which are all upper case
1567
1568 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
1569
1570         * as/z80/asm.h: made CASE_SENSITIVE 1
1571         * link/z80/aslink.h: made CASE_SENSITIVE 1
1572         * src/z80/gen.c (throughout): made all conditionals upper case
1573         * support/regression/tests/bug1503067.c: new
1574
1575 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
1576
1577         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
1578           (shiftIntoPair): added case 2 for PAIR_IY,
1579           (setupToPreserveCarry): replaced parameters with iCode and check if
1580            PAIR_DE is in use to fix bug 1399290,
1581           (genPlus, genMinus): updated call to setupToPreserveCarry
1582         * support/regression/tests/bug1399290.c: new
1583
1584 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
1585
1586         * device/lib/Makefile.in (Z80SOURCES): enabled float support
1587         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
1588         * src/ds390/gen.c (shiftRLong),
1589         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
1590         * src/mcs51/gen.c (sameReg): changed to sameByte,
1591           (xch_a_aopGet): new,
1592           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
1593            shiftRLong): fixed bug 1533966
1594         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
1595           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
1596         * support/regression/Makefile.in: disabled z80, enabled ucz80
1597         * support/regression/tests/float_trans.c: enabled test for z80 and host
1598         * support/regression/tests/shifts2.c: new, for testing bug 1533966
1599
1600 2006-08-01 Borut Razem <borut.razem AT siol.net>
1601
1602         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
1603           comparison is always false due to limited range of data type
1604           on PPC64 machine (openpower-linux1) where "char = unsigned char"
1605
1606 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
1607
1608         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
1609         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
1610         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
1611         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
1612
1613 2006-07-31 Borut Razem <borut.razem AT siol.net>
1614
1615         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
1616           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
1617           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
1618           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
1619           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
1620           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
1621           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
1622           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
1623           enable ucsim mingw compilation. Serial port is disabled,
1624           since it uses termios.h API, which is not available on native
1625           WIN32
1626
1627 2006-07-31 Borut Razem <borut.razem AT siol.net>
1628
1629         * Small Device C Compiler 2.6.0 released
1630         * support/scripts/sdcc.nsi: added FULL_DOC option
1631         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
1632
1633 2006-07-28 Borut Razem <borut.razem AT siol.net>
1634
1635         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
1636         * doc/INSTALL.txt: updated
1637
1638 2006-07-27 Borut Razem <borut.razem AT siol.net>
1639
1640         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
1641           device/lib/pic/libdev/Makefile.in: fixed bug
1642           [ 1438354 ] pic libsdcc: distclean doesn't work
1643         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
1644           device/lib/pic16/libio/Makefile.in: fixed bug
1645           [ 1438344 ] pic16 lib: clean doesn't work properly
1646         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
1647
1648 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
1649
1650         * device/lib/pic/libsdcc/fsdiv.c,
1651         * device/lib/pic/libsdcc/fsmul.c,
1652         * device/lib/pic16/libsdcc/float/fsdiv.c,
1653         * device/lib/pic16/libsdcc/float/fsmul.c,
1654         * device/lib/_fsdiv.c,
1655         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
1656         * support/regression/tests/bug1520966.c: added
1657         * doc/knownbugs.html: removed [ 1520966 ] from the list
1658
1659 2006-07-25 Borut Razem <borut.razem AT siol.net>
1660
1661         * configure.in, configure, sdccconf_in.h: fixed bug
1662           [ 1519095 ] regression test onebyte.c fails on ppc64 host
1663         * doc/knownbugs.html: removed [ 1519095 ] from the list
1664
1665 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
1666
1667         * doc/knownbugs.html: added, contains list of known bugs at release
1668         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
1669
1670 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1671
1672         * device/include/mcs51/compiler.h: added SFRX for xdata based special
1673           function registers and corrected defaults with additional warning
1674         * device/lib/malloc.c: cosmetic changes
1675         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
1676         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
1677           (fillGaps): and used it
1678
1679 2006-07-20 Raphael Neider <rneider AT web.de>
1680
1681         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
1682           output unless SDCCPICDEBUG is set
1683         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
1684           output if SILENT is set
1685
1686 2006-07-11 Borut Razem <borut.razem AT siol.net>
1687
1688         * doc/README.txt: updated
1689
1690 2006-07-10 Borut Razem <borut.razem AT siol.net>
1691
1692         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
1693           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
1694           in WIN32 installation
1695         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
1696           release candidate 1
1697
1698 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
1699
1700         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
1701         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
1702
1703 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
1704
1705         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
1706
1707 2006-07-06 Borut Razem <borut.razem AT siol.net>
1708
1709         * support/regression/tests/bitfields.c:
1710           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
1711         * support/regression/tests/constantRange.c:
1712           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
1713
1714 2006-07-04 Borut Razem <borut.razem AT siol.net>
1715
1716         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
1717           src/port.mk,
1718           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
1719           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
1720           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
1721           reverted changes from 2006-07-03
1722         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
1723         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
1724           added CPPFLAGS, used by the host port
1725
1726 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
1727
1728         * support/regression/valdiag/tests/switch.c,
1729         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
1730         * support/regression/tests/libmullong.c: fixed for host
1731         * support/regression/ports/host/spec.mk: disable all warnings for host,
1732         SDCC runs with --less-pedantic too
1733
1734 2006-07-03 Borut Razem <borut.razem AT siol.net>
1735
1736         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
1737           defined CPPFLAGS
1738         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
1739         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
1740           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
1741           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
1742           include ../port.mk
1743         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
1744           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1745           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
1746           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
1747
1748 2006-07-02 Raphael Neider <rneider AT web.de>
1749
1750         * src/pic16/devices.inc,
1751         * device/include/pic16/pic18fregs.h,
1752         * device/include/pic16/pic18f4550.h,
1753         * device/lib/pic16/pics.all,
1754         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
1755
1756 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
1757
1758         * as/hc08/lkaomf51.c (OutputName),
1759         * as/mcs51/lkaomf51.c (OutputName),
1760         * as/z80/asmain.c (asmbl),
1761         * src/ds390/main.c (asmLineNodeFromLineNode),
1762         * src/hc08/ralloc.c (hc08_assignRegisters),
1763         * src/mcs51/main.c (asmLineNodeFromLineNode),
1764         * src/xa51/ralloc.c (checkRegMask),
1765         * src/xa51/gen.c (emitcode),
1766         * src/z80/gen.c (_emit2),
1767         * src/SDCCast.c (searchLitOp),
1768         * src/SDCCglobl.h,
1769         * support/packihx/packihx.c,
1770         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
1771         * src/ds390/gen.c (aopPutUsesAcc),
1772         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
1773         * support/regression/tests/libmullong.c (mullong_wrapper),
1774         * src/SDCCsymt.c (powof2),
1775         * src/SDCCast.c,
1776         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
1777         * src/SDCCsymt.h: added TYPE_TARGET_*
1778         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
1779         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
1780         SDCCast because 1) header problems 2) this is the right place
1781         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
1782         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
1783         prototype
1784
1785 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
1786
1787         * src/SDCCicode.h: removed buggy semicolon in unused macro
1788         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
1789         search for previous definiton of auto symbols too,
1790         (findPrevUse): fixed logic of emitWarnings
1791
1792 2006-06-26 Raphael Neider <rneider AT web.de>
1793
1794         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
1795           PCLATH and PCLATU on interrupts, potentially fixes #1505141
1796
1797 2006-06-25 Raphael Neider <rneider AT web.de>
1798
1799         * device/lib/pic/libm: NEW, added math library functions
1800         * device/lib/pic/libsdcc: NEW; added float support functions
1801         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
1802         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
1803           NEW, added math related headers
1804         * device/include/asm/pic/features.h: NEW
1805         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
1806           (popGet): allow larger offsets for AOP_PCODE,
1807           (genDataPointerSet): handle literals explicitly, more debug output,
1808           (genAssign): fixed for float using aopLiteral ;-)
1809         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
1810           GOTO initialisation routine
1811         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
1812           flag on registers, fixes #1469043 (local variables do not work)
1813         * src/pic/main.c (_pic14_do_link),
1814         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
1815           available
1816
1817 2006-06-25 Borut Razem <borut.razem AT siol.net>
1818
1819         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
1820           characters printed (not including the trailing '\0' used to end
1821           output to strings). Problem detected in regression test bug-927659.c.
1822           NOTE: printf() family functions should return int instead
1823           unsigned int!
1824         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
1825           specifier are printed as themselves
1826         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
1827           support flags, width and precision specifiers
1828
1829 2006-06-24 Borut Razem <borut.razem AT siol.net>
1830
1831         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
1832           to the list of sdcc tagrets not supporting bit type
1833         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
1834           testfor pic16 due to bug:
1835           [ 1511794 ] pic16: regression test bug-895992.c fails
1836
1837 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
1838
1839         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
1840         * src/SDCCglue.c (initPointer), fixed bug 1496419
1841         * support/regression/tests/bug1496419.c: new, added
1842
1843 2006-06-22 Borut Razem <borut.razem AT siol.net>
1844
1845         * support/regression/ports/pic16/support.c: use gpsim usart module from
1846           libgpsim_modules library
1847
1848 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1849
1850         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
1851         IP0H to IPH0.
1852
1853 2006-06-19 Raphael Neider <rneider AT web.de>
1854
1855         * src/pic/glue.h,src/pic16/glue.h: added prototypes
1856         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
1857           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
1858           (pic14printExterns,pic14printPublics,pic16printPublics,
1859           pic16_printExterns): use new functions to emit symbols
1860           (picglue,pic16glue): emit publics before emitting externs
1861         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
1862           locally defined functions to avoid bug #1443651
1863         * support/regression/tests/bug-716242.c: removed pic16 workaround
1864         * support/regression/ports/pic16/spec.mk: ignore errors during build
1865
1866 2006-06-19 Raphael Neider <rneider AT web.de>
1867
1868         * src/pic/glue.h: added pic14aopLiteral prototype
1869         * src/pic/glue.c (pic14aopLiteral): return unsigned int
1870         * src/pic/gen.c: removed stdint.h dependency
1871           (aopGet): use Safe_strdup()
1872           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
1873           (genDataPointerSet): use pic14aopLiteral()
1874         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
1875           for pic16; thanks to Bernhard and Maarten
1876
1877 2006-06-18 Borut Razem <borut.razem AT siol.net>
1878
1879         * support/regression/tests/structflexarray.c: flexible array members
1880           not supported by gcc < 3
1881         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
1882           GUI tool by default
1883         * src/pic/gen.c: don't include [p]strdin.h on solaris
1884         * support/Util/pstdint.h: addad svn attributes
1885         * support/regression/tests/constantRange.c,
1886           support/regression/tests/rotate.c: include inttypes.h instead
1887           stdint.h on solaris, addad svn attributes
1888
1889 2006-06-18 Raphael Neider <rneider AT web.de>
1890
1891         * src/SDCCsymt.c (initCSupport): change return type of divschar to
1892           int for PIC16
1893         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
1894           (pic16_genMinusBits): simplified sign-extension
1895           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
1896             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
1897             adjusted to correctly handle mixed-signed operands, disabled
1898             now unused multiplciation routines
1899         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
1900           (assignResultValue): added argument denoting the size of the result
1901             as returned by the function (fixes upcasts in assigning from
1902             function calls: char foo(); int i = foo();)
1903           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
1904             function result to assignResultValue
1905           (genMult): disabled inlined multiplication code
1906           (genDiv): augmented to also handle the modulus operator, fixed to
1907             handle mixed-signed operands correctly
1908           (genMod): simply call genDiv, disabled unused code
1909           (genAssign): fixed missing (sign-)extension on result
1910         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
1911             valid char operands, allow signed operands for native code, added
1912             division and modulo operator handling
1913         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
1914
1915         As a consequence, onebyte.c (if split into two files) and muldiv.c
1916         pass regression tests.
1917
1918 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1919
1920         * doc/Makefile.in: two runs of makeindex seem needed to get
1921         correct page references in the index of sdccman.pdf
1922         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
1923
1924 2006-06-17 Borut Razem <borut.razem AT siol.net>
1925
1926         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
1927
1928 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1929
1930         * doc/sdccman.lyx: updated, added (porting source code, debugging),
1931         mentioned ec2drv and paulmon
1932
1933 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
1934
1935         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
1936           consecutive abs areas
1937           (find_empty_space, allocate_space): added map to handle codemap or
1938            xdatamap,
1939           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
1940            absolute idata and xdata
1941         * as/mcs51/lkmem.c (summary2): updated legend
1942
1943 2006-06-16 Raphael Neider <rneider AT web.de>
1944
1945         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
1946
1947 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
1948
1949         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
1950           1208515
1951         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
1952
1953 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
1954
1955         * src/port.h (struct PORT): added field gp_tags, to hold the tag
1956         value of generic pointers,
1957         * src/avr/main.c,
1958           src/ds390/main.c,
1959           src/hc08/main.c,
1960           src/izt/i186.c,
1961           src/izt/tlcs900h.c,
1962           src/mcs51/main.c,
1963           src/pic/main.c,
1964           src/pic16/main.c,
1965           src/xa51/main.c,
1966           src/z80/main.c: PORT structure, added elements for gp_tags field,
1967         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
1968         fields in the PORT structure of each port,
1969         * src/SDCCast.c (decorateType): allow processing of generic pointers
1970         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
1971         S_FIXED symbols
1972
1973 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
1974
1975         * link/z80/lkgb.c,
1976         * link/z80/lkgg.c,
1977         * src/pic16/gen.c,
1978         * src/pic16/main.c,
1979         * src/pic16/pcode.c,
1980         * src/pic/main.c,
1981         * src/pic/pcoderegs.c,
1982         * src/SDCCicode.c,
1983         * src/SDCCmain.c,
1984         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
1985           bug 1504689 on minGW
1986
1987 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1988
1989         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
1990
1991 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
1992
1993         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
1994
1995 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
1996
1997         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
1998           for optimization
1999
2000 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
2001
2002         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
2003         to a char variable. Fixed bug #1504211
2004         * device/include/pic16/adc.h,
2005         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
2006         and fixed bug #1364390
2007
2008 2006-06-10 Borut Razem <borut.razem AT siol.net>
2009
2010         * CVSROOT: removed the CVS left-over
2011
2012 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
2013
2014         * as/hc08/asmain.c (asexit),
2015         * as/hc08/lkmain.c (lkexit),
2016         * as/mcs51/asmain.c (asexit),
2017         * as/mcs51/lkmain.c (lkexit),
2018         * src/SDCCglue.c (DEFSETFUNC),
2019         * src/SDCCmain.c (linkEdit, assemble),
2020         * support/librarian/sdcclib.c (AddRel),
2021           replaced unlink() by standard C remove()
2022         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
2023         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
2024           gatherImplicitVariables): new, added to fix bug 608752,
2025           (createFunction): added gatherImplicitVariables()
2026         * src/SDCCast.h: added createRMW prototype
2027         * src/SDCCsymt.h (struct symbol): added infertype
2028         * support/regression/tests/bug608752.c: new, added
2029
2030 2006-06-10 Raphael Neider <rneider AT web.de>
2031
2032         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
2033           multibyte dummy reads (fixes #1503234)
2034
2035 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
2036
2037         * device/include/mcs51/compiler.h: new, added header file to enable
2038           creating common sfr definition header files for different compilers
2039
2040 2006-06-05 Raphael Neider <rneider AT web.de>
2041
2042         * src/pic16/{pcode.h,genarith.c}:
2043           introduced pCodeOp combining any two pCodeOps (previously only
2044           two register operands could be combined), removed pcop2 from
2045           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
2046         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
2047         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
2048           rewritten to use new PO_TWO_OPS
2049         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
2050         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
2051           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
2052           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
2053           (pic16_get_op): embraced return arg to allow #define return(x),
2054             added new case for combined opcodes
2055           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
2056           (pic16_pCode2str,pic16_getRegFrompCodeOp,
2057            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
2058
2059 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
2060
2061         * src/SDCCval.c (checkConstantRange): added
2062         * src/SDCCval.h: added checkConstantRange
2063         * support/Util/SDCCerr.c,
2064         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
2065         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
2066         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
2067         * src/SDCCast.c (decorateType): added checkConstantRange,
2068         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
2069         can be emitted with the correct always true/false warning,
2070         added optimization for double '!';
2071         result of decorateType() must be assigned back to the tree, because
2072         decorateType() can change the tree
2073         * src/SDCCicode.c (geniCodeLogic),
2074         (geniCodeAssign): replaced new checkConstantRange, added warnings,
2075         (checkConstantRange): removed, it was only a fragment which never
2076         emitted a warning
2077         * src/SDCCsymt.c (computeType): fixed promotion for
2078         "-1 < (unsigned bit) b"
2079         * src/pic/ralloc.c (packRegsForAssign),
2080         * src/pic16/ralloc.c (packRegsForAssign),
2081         * src/hc08/ralloc.c (packRegsForAssign),
2082         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
2083         from mcs51
2084         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
2085         * support/regression/tests/constantRange.c: added
2086         * support/valdiag/tests/constantRange.c: added
2087         * support/valdiag/valdiag.py: added -DPORT_HOST=1
2088
2089 2006-06-02 Borut Razem <borut.razem AT siol.net>
2090
2091         * support/regression/ports/pic16/support.c: increase stack size
2092           to 255 bytes
2093         * support/regression/Makefile.in: sort tests by name so that the
2094           resutlts can be compared on different machines / platforms
2095
2096 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
2097
2098         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
2099         * src/ds390/gen.c (emitLabel): new, added,
2100           (genDjnz): fixed stack overflow bug,
2101           (throughout): cosmetic changes to sync with mcs51/gen.c,
2102           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
2103         * src/mcs51/gen.c (genEndFunction): small optimization,
2104           (throughout): cosmetic changes to sync with ds390/gen.c
2105
2106 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
2107
2108         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
2109           (_print_format): fixed printing pointers
2110         * src/mcs51/gen.c (emitLabel, movb): new, added,
2111           (genAssign): small optimization,
2112           (genDjnz): fixed stack overflow bug,
2113           (throughout): replaced sprintf with SNPRINTF,
2114           replaced mcs51_regWithIdx with REG_WITH_INDEX,
2115           replaced emitcode("mov", "b,...") with MOVB(...),
2116           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
2117           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
2118         * src/mcs51/peeph.def: added rules 140 and 264
2119         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
2120           so they may get optimized into registers
2121
2122 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
2123
2124         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
2125           immediately when encountered,
2126           (printUsage): always use stderr even on windows
2127
2128 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
2129
2130         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
2131         (processParms): fixed bug #1247551
2132         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
2133         parseCmdLine, main): print '--version' to stdout,
2134         print 'help' to stdout if --help is given,
2135         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
2136         arguments are given; fixed --help
2137
2138 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
2139
2140         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
2141         * support/regression/tests/bug-1493710.c: added
2142
2143 2006-05-27 Borut Razem <borut.razem AT siol.net>
2144
2145         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
2146           static instead auto
2147         * support/regression/ports/pic16/support.c: increase stack size
2148           from default 64 bytes to 128 bytes
2149         * support/regression/tests/staticinit.c,
2150           support/regression/tests/float.c: regression tests fully enabled
2151           for pic16 port by putting the initialized data arrays into the code
2152           section
2153         * support/regression/ports/pic16/spec.mk: don't link default libraries.
2154           This was changed by mistake in the previous version.
2155
2156 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
2157
2158         * src/pic16/gen.c (genFunction, genEndFunction): some
2159         beautifications, fixed bug with falsely restoring FSR2 in large
2160         stack model, thanks to Beau E. Cox for reporting the bug
2161
2162 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2163
2164         * debugger/mcs51/break.c,
2165         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
2166           use %p to print pointers, made address variables unsigned
2167         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
2168         * debugger/mcs51/symtab.c (parseSymbol): must return something
2169         * src/mcs51/gen.c (aopForSym): small optimization,
2170            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
2171           (freeAsmop): added missing break,
2172           (aopPut): removed parameter bvolatile, determine it inside the function,
2173           (saveRegisters, unsaveRegisters): small optimization,
2174           (genIpush): removed pointless check,
2175           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
2176           replaced sprintf with SNPRINTF,
2177           replaced strcpy with strncpyz,
2178           updated aopPut calls,
2179           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
2180         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
2181
2182 2006-05-24 Borut Razem <borut.razem AT siol.net>
2183
2184         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
2185           modification of test for the pic16 port, put the array to the code
2186           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
2187
2188 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2189
2190         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
2191         * support/Util/pstdint.h: added
2192
2193 2006-05-22 Borut Razem <borut.razem AT siol.net>
2194
2195         * src/regression/Makefile: removed bool2.c test, added -q linker option
2196         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
2197           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
2198           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
2199           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
2200           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
2201           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
2202           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
2203           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
2204           define SUPPORT_BIT_TYPES 0, removed unused bit variables
2205
2206 2006-05-22 Raphael Neider <rneider AT web.de>
2207
2208         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
2209           bug #1492360 (problematic due to generic pointers, see code)
2210
2211 2006-05-22 Borut Razem <borut.razem AT siol.net>
2212
2213         * support/regression/ports/pic16/specs.mk: removed stack size linker
2214           directive
2215         * support/regression/tests/array.c,
2216           support/regression/tests/bitopcse.c,
2217           support/regression/tests/bug-908454.c,
2218           support/regression/tests/malloc.c: modified for pic16 regression test
2219         * support/regression/tests/bitfields.c:
2220           pic16 - excluded bitfileds of size > 8
2221         * support/regression/tests/bp.c: pic16 - reduced data size
2222         * support/regression/tests/bug-221100.c: pic16 - reduced data size
2223         * support/regression/tests/bug-460010.c:
2224           pic16 - used the absolute address the fits in memory
2225         * support/regression/tests/bug-716242.c:
2226           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
2227         * support/regression/tests/float.c:
2228           pic16 - excluded - data size too big
2229         * support/regression/tests/onebyte.c:
2230           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
2231         * support/regression/tests/shifts.c:
2232           pic16 - function names probably have to differ in first X characters
2233           (gpasm limitation?)
2234         * support/regression/tests/staticinit.c:
2235           pic16 - excluded some tests due error: no target memory available for
2236           section ".idata"
2237
2238 2006-05-22 Borut Razem <borut.razem AT siol.net>
2239
2240         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
2241           second try. Thanks Stas Sergeev once more.
2242
2243 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2244
2245         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
2246           (genLeftShift, genRightShift): fixed bug 1491627
2247         * src/hc08/peeph.def (rules 7, 8.x): added
2248         * support/regression/tests/shifts.c (ShiftLeftByParam,
2249           ShiftRightByParam, testShiftByParam): added to test variable shifting
2250
2251 2006-05-20 Raphael Neider <rneider AT web.de>
2252
2253         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
2254         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
2255           (allocReg): add only new registers to dynAllocRegs,
2256           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
2257             #1489055, #1445850, and probably #1483693
2258
2259 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
2260
2261         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
2262         bug in for-loop that didn't emit the last of CONFIG and ID registers
2263
2264 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
2265
2266         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
2267           with offset
2268         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
2269           1489016, 1434401 and 1490124
2270         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
2271           1489016, 1434401 and 1490124
2272
2273 2006-05-17 Borut Razem <borut.razem AT siol.net>
2274
2275         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
2276           thanks Stas Sergeev
2277
2278 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2279
2280         * device/include/mcs51/P89c51RD2.h,
2281         * device/include/mcs51/P89LPC901.h,
2282         * device/include/mcs51/P89LPC922.h,
2283         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
2284
2285 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2286
2287         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
2288         to fix missing stack pragma in compiled binary object file,
2289
2290 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
2291
2292         * support/packihx/configure.in,
2293         * support/packihx/configure: removed warning, autoconf >= 2.5x can
2294         determine sizeof basic types even while cross compiling
2295
2296 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
2297
2298         * src/avr/gen.c (aopop),
2299         * src/ds390/gen.c (aopOp),
2300         * src/hc08/gen.c (aopOp),
2301         * src/mcs51/gen.c (aopop),
2302         * src/pic16/gen.c (pic16_aopOp),
2303         * src/pic/gen.c (aopOp),
2304         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
2305         if size of operand is smaller than spill location
2306
2307 2006-05-12 Borut Razem <borut.razem AT siol.net>
2308
2309         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
2310           have to have CR/LF line endings even if they are checked out on *nix
2311           or on WIN32 in cygwin binmode
2312
2313 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
2314
2315         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
2316         * device/include/ds80c390.h: added sfr16 definitions
2317         * src/ds390/gen.c,
2318         * src/ds390/gen.h,
2319         * src/ds390/main.c,
2320         * src/ds390/ralloc.c,
2321         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
2322           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
2323           bit returning functions
2324         * support/regression/tests/sfr16.c: enabled test on ds390
2325
2326 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2327
2328         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
2329         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
2330
2331 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
2332
2333         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
2334         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
2335           (cl_address_space constructor): removed expensive initialization,
2336           (cl_address_space::get_cell): extended for late initialization,
2337           (cl_address_space::*): use late initialization,
2338           (cl_address_decoder::activate): removed expensive initialization,
2339           This reduced regression test running time by 25%
2340
2341 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
2342
2343         * packihx/,
2344         * configure.in,
2345         * configure,
2346         * sdcc.dsw,
2347         * Makefile.bcc,
2348         * Makefile.in,
2349         * support/packihx/Makefile.in,
2350         * support/packihx/clean.mk,
2351         * support/packihx/Makefile.bcc,
2352         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
2353
2354 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2355
2356         * src/SDCCval.c (valNot): fix for regression test failure
2357           of not.c on big endian hosts
2358
2359 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
2360
2361         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
2362
2363 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2364
2365         * device/lib/mcs51/Makefile.in: changed string comparison operator
2366           to = for POSIX compliance; == is bash extension
2367
2368 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
2369
2370         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
2371           kosmonaut_pirx
2372
2373 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
2374
2375         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
2376         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
2377         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
2378         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
2379         bug report #1478657,
2380
2381 2006-05-05 Borut Razem <borut.razem AT siol.net>
2382
2383         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
2384           making the html
2385
2386 2006-05-02 Borut Razem <borut.razem AT siol.net>
2387
2388         * doc/Makefile.in: removed *.ind dependency since there is no rule to
2389           create *.ind, which made make to fail if invoked with -j 2
2390
2391 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
2392
2393         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
2394           Hubert Sack for patch 1479782
2395
2396 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
2397
2398         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
2399
2400 2006-05-01 Raphael Neider <rneider AT web.de>
2401
2402         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
2403           (create_pic): store only prefix-free device name,
2404           (init_pic): check for device names with "16" prefix,
2405           (list_valid_pics),
2406         * src/pic/device.h (struct PIC_device),
2407         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
2408             stored device name,
2409         * device/include/pic/pic12f{635,675,629,683}.h,
2410         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
2411         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
2412         * device/include/pic/pic16f505.h,
2413         * device/lib/pic/libdev/pic16f505.c: removed
2414         * device/include/pic/pic14devices.txt: added support for pic12f
2415             devices, removed unsupported non 16-bit devices
2416             [above changes provided by patch from Zik Saleeba]
2417         * src/pic/*, src/pic16/*, device/include/pic16/*,
2418           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
2419
2420 2006-05-01 Borut Razem <borut.razem AT siol.net>
2421
2422         * configure.in, configure, doc/Makefile.in:
2423           sync with nightly build makefile - latex, dvipdf and dvips
2424           not needed any more
2425
2426 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
2427
2428         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
2429         in the library source
2430
2431 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
2432
2433         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
2434
2435 2006-04-28 Raphael Neider <rneider AT web.de>
2436
2437         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
2438         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
2439           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
2440         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
2441
2442 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
2443
2444         * device/lib/pic/libdev/Makefile.in,
2445         * device/lib/hc08/Makefile.in,
2446         * device/lib/gbz80/Makefile.in,
2447         * device/lib/z80/Makefile.in,
2448         * device/lib/ds390/Makefile.in,
2449         * device/lib/ds400/Makefile.in: added srcdir to include search path,
2450         thanks to Borut for the bug report
2451         * configure.in,
2452         * configure: always create doc/Makefile independent from --enable-doc
2453         * Makefile.in: always install from directory doc independent from
2454         --enable-doc
2455         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
2456         removed
2457         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
2458         * doc/Makefile.in: install *.txt if present
2459         * device/include/Makefile.in (install): added installation of pic/*.inc
2460         and pic/*.txt files again, they were erroneously removed
2461
2462 2006-04-28 Raphael Neider <rneider AT web.de>
2463
2464         * src/pic/{gen.c,main.h,pcode.c},
2465         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
2466             concerning signedness with casts
2467
2468 2006-04-28 Raphael Neider <rneider AT web.de>
2469
2470         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
2471             definition of an interrupt handler,
2472         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
2473             interrupt handler stuff from picglue() to separate routine,
2474           (picglue): enabled definition of intr handlers in files w/o main()
2475
2476 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2477
2478         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
2479           compilation with MSVC 2005 Express Edition (VC8)
2480
2481 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
2482
2483         * device/lib/Makefile: fixed build of gbz80 lib
2484
2485 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2486
2487         * support/regression/tests/bug-460010.c,
2488         * support/regression/tests/bug-524691.c,
2489         * support/regression/tests/bug-716242.c: removed conditional defines
2490           that are already in testfwk.h
2491
2492 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2493
2494         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
2495           (AccAXRsh1): added, shift right by 1,
2496           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
2497            AccAXLrl1
2498         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
2499
2500 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
2501
2502         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
2503         remove cast to same type
2504         * src/SDCCast.c (decorateType): fix for RFE 1475742,
2505         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
2506         * as/z80/Makefile,
2507         * link/z80/Makefile: removed, they have moved to
2508         Makefile.in files
2509         * configure,
2510         * configure.in: replaced duplicate message about ucsim by missing sdcpp
2511         * install-sh: fix bug #1204398 by setting umask 0022
2512         * device/lib/Makefile: separate build of z80 and gbz80 lib
2513
2514 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
2515
2516         Enabled VPATH feature: changed nearly all Makefiles (149 files).
2517         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
2518
2519         One basic decision: e.g. src/clean.mk includes further files. In order
2520         to make this work there are two solutions:
2521         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
2522           run configure on them. This way they can use
2523           'include $(srcdir)/port-clean.mk'
2524         - always include clean.mk by the Makefile at the same level. To avoid
2525           that `make clean` tries to include and build Makefile.dep the
2526           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
2527           implemented, because now even `make uninstall` doesn't create
2528           Makefile.in. clean.mk could be eliminated by pasting it in
2529           Makefile.in.
2530
2531         * debugger/mcs51/Makefile.in: build own objects from library sources
2532         (SLIB, SDCC) in current directory
2533
2534         * configure, configure.in: renamed --disable-device-lib-build in
2535         --disable-device-lib; added --enable-doc, the required tools are
2536         searched by configure; added result message; the toolchain for the
2537         belonging ports are now only built, if the port is enabled.
2538
2539         * support/regression/*: all output is written in directory gen, because
2540         the fwk and ports directories don't livet in the build tree using vpath
2541
2542         * doc/sdccman.lyx: renamed --disable-device-lib-build to
2543         --disable-device-lib, added --enable-doc, added section VPATH
2544
2545         * sim/ucsim/configure.in,
2546         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
2547         z80 are enabled by default
2548
2549 2006-04-24 Raphael Neider <rneider AT web.de>
2550
2551         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
2552             to config word, "pic14_"-prefixed some extern functions
2553           (pic14_emitConfigWord): emit __config directive(s) if assignment to
2554             config word has been found
2555         * src/pic/device.h: added prototypes
2556         * src/pic/pcode.c: added "pic14_"-prefix where needed
2557         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
2558             fixup
2559         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
2560             words,
2561           (pic14emitRegularMap): ignore config words,
2562           (pic14createInterruptVect): moved generating __config directives away
2563           (picglue): have __config directives emitted
2564
2565 2006-04-24 Borut Razem <borut.razem AT siol.net>
2566
2567         * doc/Makefile: sync with nightly build makefile
2568
2569 2006-04-24 Raphael Neider <rneider AT web.de>
2570
2571         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
2572             registers that have not been assigned proper liveranges,
2573             fixes #1469504 and #1474602,
2574           (pCodeRegOptimizeRegUsage): fixed typo in comment
2575
2576 2006-04-24 Borut Razem <borut.razem AT siol.net>
2577
2578         * device/examples/main8051.c: deleted - it was removed from CVS
2579           24.mar.2000 and after that modified 18.feb.2001, so it reappered
2580           after the transition to Subversion
2581         * src/SDCCalloc.h: deleted - it was removed  from CVS
2582           3.feb.2001 and after that modified 18.feb.2001, so it reappered
2583           after the transition to Subversion
2584         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
2585           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
2586           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
2587           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
2588
2589 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
2590
2591         * as/asx8051.dsp: added mcs51/strcmpi.h
2592         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
2593         * as/hc08/aslink.h: updated lnksect prototype
2594         * as/hc08/asm.h,
2595         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
2596         * as/hc08/asmain.c,
2597         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
2598           (newdot): handle A_ABS
2599         * as/hc08/asout.c,
2600         * as/mcs51/asout.c (outarea): output address
2601         * as/hc08/lkaomf51.c,
2602         * as/mcs51/lkaomf51.c: disabled unused array UsageType
2603         * as/hc08/m08pst.c,
2604         * as/mcs51/i51pst.c,
2605         * as/z80/z80pst.c: "ABS" is not A_OVR
2606         * as/hc08/lkarea.c (newarea): read a_addr,
2607           (lnkarea): added codemap array, sort absolute areas to the front,
2608            combine all GSINITx/GSFINAL,
2609           (find_empty_space, allocate_space): new functions,
2610           (lnksect): return next address, handle absolute sections
2611         * as/mcs51/lkarea.c (newarea): read a_addr,
2612           lnksect2 prototype changed,
2613           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
2614           (find_empty_space, allocate_space): new, factored out of lnksect2,
2615           (lnksect2): return next address, handle absolute sections
2616         * as/hc08/lkhead.c,
2617         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
2618         * as/hc08/lklibr.c (addfile, fndsym),
2619         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
2620           index out of range and detect both '\' and '/'
2621         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
2622         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
2623           regression tests (ds390 cannot return bool yet)
2624         * doc/sdccman.lyx: changed version number, document changed --no-peep,
2625           document critical interrupts on z80, document changed SDCC define
2626         * src/asm.c (_asxxxx_mapping): fixed .org directive,
2627           (_a390_mapping): added .org directive
2628         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
2629           (genMultOneByte): fixed warnings
2630         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
2631           ones
2632         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
2633         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
2634           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
2635         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
2636         * src/pic16/main.c: removed newReg prototype
2637         * src/pic16/pcode.c,
2638         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
2639           warnings
2640         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
2641           ones
2642         * src/pic16/ralloc.c
2643         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
2644           to fix warnings
2645         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
2646           from short to PIC_OPTYPE
2647         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
2648         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
2649           optype from short to PIC_OPTYPE
2650         * src/port.h: made int_size unsigned to fix warnings
2651         * src/SDCC.y: fixed warning on MSVC
2652         * src/SDCCicode.c (getArraySizePtr): return unsigned int
2653         * src/SDCCopt.c (convertToFcall): fixed warnings
2654         * src/SDCCsymt.h: removed double prototype for genSymName
2655         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
2656           offset int to fix warnings
2657
2658 2006-04-22 Borut Razem <borut.razem AT siol.net>
2659
2660         * doc/sdccman.lyx, */Makefile, */Makefile.in:
2661           references to CVS replaced with Subversion
2662
2663 2006-04-21 Borut Razem <borut.razem AT siol.net>
2664
2665         * doc/sdccman.lyx, */Makefile, */Makefile.in:
2666           references to CVS replaced with Subversion
2667
2668 2006-04-19 Borut Razem <borut.razem AT siol.net>
2669
2670         * src/version.awk: adapted for svn
2671         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
2672           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
2673           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
2674           /binutils-avr/etc/*.vi, *.jin: removed all properties
2675           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
2676
2677 2006-04-19 Borut Razem <borut.razem AT siol.net>
2678
2679         * CVS to Subversion migration completed
2680
2681 2006-04-18 Borut Razem <borut.razem AT siol.net>
2682
2683         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
2684           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
2685
2686 2006-04-17 Borut Razem <borut.razem AT siol.net>
2687
2688         * device/include/Makefile.in: added pic/*.inc to the installation
2689
2690 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
2691
2692         * support/regression/collate-results.py: fixed output in case of
2693         a valdiag error
2694         * support/regression/generate-cases.py: fixed splitting of pathnames
2695         with dots
2696         * as/hc08/lklibr.c (addfile),
2697         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
2698
2699 2006-04-11 Raphael Neider <rneider AT web.de>
2700
2701         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
2702         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
2703         * src/pic16/pcode.c (assignValnums): fixed #1460578
2704
2705 2006-04-11 Raphael Neider <rneider AT web.de>
2706
2707         * device/lib/pic/libdev/*.c,
2708         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
2709           fixes #1468739, enables compilation in --std-c99 mode
2710         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
2711
2712 2006-04-11 Raphael Neider <rneider AT web.de>
2713
2714         * src/pic/device.c (find_device): removed debug output
2715           (list_valid_pics): enabled verbose listing of supported devices
2716         * device/include/stdbool.h: define bool as char for pic14/16 as well
2717
2718 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2719
2720         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
2721
2722 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2723
2724         * .version: bumped version to 2.5.6
2725         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
2726
2727 2006-04-06 Raphael Neider <rneider AT web.de>
2728
2729         * .version: bumped version to 2.5.6 (pic14 ABI changed)
2730         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
2731         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
2732           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
2733             pic14_constructAbsMap
2734           (pic14printPublics): declare absolute global symbols as global
2735           (pic14createInterruptVect),
2736         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
2737           (newReg): assume new registers unused, use correct name in
2738             hashtable (reg->name instead of name), more debugLog output
2739         * src/pic/device.h (PIC_device): added fields for verbose output
2740         * src/pic/device.c: moved device definition to pic14devices.txt,
2741             added routines for runtime parsing of pic14devices.txt,
2742             added support for second config word
2743         * src/pic/main.c (_process_pragma): removed #pragma maxram,
2744           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
2745           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
2746           (_pic14_parseOptions): moved pCodeInitRegisters here
2747           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
2748         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
2749           (pCodeInitRegisters): rewrapped comments, perpared new approach to
2750             handling the pseudo stack
2751         * device/lib/Makefile.in: ignore failures in objects-pic16,
2752         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
2753         * device/lib/pic/NEWS: document new dependency on picXXX.lib
2754         * device/lib/pic/Makefile.subdir,
2755         * device/lib/pic16/Makefile.subdir: improved clean rules
2756         * device/lib/pic/libdev/: NEW, pic14 device libraries
2757         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
2758         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
2759         * device/include/Makefile.in: create subdir and install pic14 headers
2760         * device/include/pic/p16f_common.inc: removed unused declarations
2761         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
2762             PICs from inc2h.pl v1.6,
2763             replaced BIT_AT macros with struct declarations
2764         * device/include/pic/pic14devices.txt: definition of supported devices,
2765             all above improvements contributed by Zik Saleeba, thanks
2766         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
2767         * support/scripts/sdcc.nsi: also install pic14 device libraries and
2768             headers
2769
2770 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2771
2772         * device/include/mcs51/c8051f410.h: added interrupt numbers,
2773         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
2774           thanks to Charles Olds
2775
2776 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2777
2778         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
2779
2780 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2781
2782         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
2783         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
2784         * support/regression/bug1464657.c: added, new test
2785
2786 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
2787
2788         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
2789           version number
2790
2791 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
2792
2793         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
2794           --no-peep and --peep-file <file> are used don't use default rules but
2795           do use the <file>
2796
2797 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
2798
2799         * src/mcs51/gen.c (genCall): fixed bug 1457608
2800
2801 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2802
2803         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
2804         changes seem to cause (trigger?) problems with the build system.
2805
2806 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
2807
2808         * src/SDCCpeeph.c (operandsLiteral): new, added,
2809           (callFuncByName): inserted operandsLiteral
2810         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
2811
2812 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2813
2814         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
2815         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
2816
2817 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2818
2819         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
2820           implemented patch 1120823 Thanks to Willy De la Court (normal
2821           interrupts need an interrupt number now if they are made critical),
2822           and enabled nesting of critical functions though not for gbz80
2823           (genCritical, genEndCritical): added functions
2824           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
2825         * src/z80/mappings.i: added "ei" to all mappings
2826
2827 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2828
2829         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
2830         submitted by the Debian SDCC maintainer Aurelien Jarno:
2831         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
2832         archive with gcc 4.1 on mips and wrote the patch"
2833
2834 2006-03-16 Raphael Neider <rneider AT web.de>
2835
2836         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
2837           the left operand is shorter than the result (c* = lit-c* + int),
2838           fixes bug #1450796
2839         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
2840           OP_SYMBOL
2841
2842 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2843
2844         * src/.version: increased version number to 2.5.5
2845         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
2846         linking is done manually in pic16 port's _linkEdit,
2847         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
2848         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
2849         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
2850         allocate asmop as AOP_ACC,
2851         (aopForRemat): added parameter 'bool result' in function declaration,
2852         (pic16_aopGet): return AOP_ACC when accessing WREG,
2853         (pic16_popGetTempReg): minor modification,
2854         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
2855         'pic16_allocWithIdx',
2856         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
2857         calling function in absolute addresses,
2858         (genAssign): take into account AOP_ACC asmop,
2859         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
2860         * src/pic16/pcoderegs.c: some debug functions and lines added,
2861         * src/pic16/ralloc.c (decodeRegType): added but commented out,
2862         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
2863         register too,
2864         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
2865         call to allocReg, not by manually allocating a new one,
2866         (pic16_assignRegisters): now before going through the register
2867         allocating functions mark all registers as free. This eliminates some
2868         side effects resulting from peephole parser done earlier in the backbone
2869
2870 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
2871
2872         * src/SDCCicode.c (geniCodeLogic),
2873         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
2874
2875 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
2876
2877         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
2878           (genSend): bugfix, do not allocate and free twice,
2879           (shiftRLong): handle partially overlapping aops
2880         * support/regression/tests/bitopcse.c: fixed warning redefined idata
2881
2882 2006-03-08 Borut Razem <borut.razem AT siol.net>
2883
2884         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
2885           for pic16
2886
2887 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
2888
2889         * support/regression/tests/bug1409955.c: new, added
2890         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
2891         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
2892           (aopForSym, aopOp): increment asmop.allocated if reused,
2893           (freeAsmop): decrement asmop.allocated and check for zero instead of
2894           using asmop.freed,
2895           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
2896           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
2897            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
2898            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
2899            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
2900            genSignedRightShift, genRightShift, genDataPointerGet,
2901            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
2902            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
2903             in reverse order from allocation,
2904           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
2905             added swappedLR to keep track
2906         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
2907           pdata & code for GCC, z80, gbz80 & hc08
2908         * support/regression/tests/zeropad.c: moved defines to testfwk.h
2909
2910 2006-03-08 Raphael Neider <rneider AT web.de>
2911
2912         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
2913
2914 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
2915
2916         * device/include/mcs51/c8051f410.h: new SiLabs mcu
2917         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
2918         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
2919
2920 2006-03-06 Borut Razem <borut.razem AT siol.net>
2921
2922         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
2923           made the linker quiet
2924
2925 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2926
2927         * src/pic16/gen.c (genPcall): fixed bug #1443644
2928         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
2929         which dumps before the function entry point a data byte which represents
2930         the number of the local variables used by the specified function, added
2931         'xinst' for initial support for Extended Instruction Support,
2932         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
2933         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
2934         port->fun_prefix anymore (may change later),
2935         (genFunction, genEndFunction): do not store/restore local registers for
2936         _main (this should take care the --main-return command line option in
2937         the future),
2938         (genOr): removed some legacy pic-port instructions,
2939         * src/pic16/genarith.c (genAddLit): re-enabled old code because
2940         performing operations with SFR's causes data to be written more than
2941         once to each SFR. Perhaps SFRs should be handled in special cases...
2942         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
2943         pcode.h
2944         * src/pic16/main.c (_process_pragma): stack bound checking did not take
2945         into account for stack starting position,
2946         (struct OPTIONS pic16_optionsTable): added command line argument
2947         --extended or -y for Extended Instruction Support,
2948         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
2949         (deassignLRs): *** perhaps the most important change, old 'for' code
2950         (commented out for reference), didn't account for some registers which
2951         were left marked 'not free' after a pointer operation. The change
2952         reduces register usage a lot in some cases
2953
2954 2006-03-04 Borut Razem <borut.razem AT siol.net>
2955
2956         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
2957           _clean
2958         * support/regression/tests/bug-524697.c: decreased array size for
2959           mcs51 to fit into the internal RAM
2960         * support/regression/Makefile.in: a little bit more verbose
2961
2962 2006-03-03 Borut Razem <borut.razem AT siol.net>
2963
2964         * support/regression/fwk/lib/testfwk.c,
2965           support/regression/fwk/include/testfwk.h: introduced function
2966           _prints(), nonrecursive _printn(), call _initEmu() from main()
2967         * support/regression/ports/gbz80/support.asm,
2968           support/regression/ports/ucz80/support.asm,
2969           support/regression/ports/z80/support.asm,
2970           support/regression/ports/ds390/support.c,
2971           support/regression/ports/hc08/support.c,
2972           support/regression/ports/host/support.c,
2973           support/regression/ports/mcs51/support.c,
2974           support/regression/ports/xa51/support.c: added empty _initEmu()
2975           function
2976         * support/regression/ports/pic16/gpsim.cmd,
2977           support/regression/ports/pic16/spec.mk,
2978           support/regression/ports/pic16/support.c,
2979           support/regression/Makefile.in: added pic16 regression test
2980
2981 2006-03-01 Raphael Neider <rneider AT web.de>
2982
2983         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
2984           genConstPointerGet): use safe way of generating MOVFF to cover
2985             literals as well as registers, fixes bug #1440527
2986         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
2987             dereference
2988           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
2989             more correctly, fixes bug #1232186
2990           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
2991         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
2992             gplink guess the correct processor in more cases, applied patch
2993             from Till Riedel attached to and fixing bug #1436552
2994
2995 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2996
2997         * support/regression/tests/array.c: added, contains check for #1434401
2998         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
2999
3000 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
3001
3002         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
3003         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
3004         * device/include/mcs51/c8051f326.h,
3005         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
3006         * device/include/mcs51/c8051f000.h,
3007         * device/include/mcs51/c8051f018.h,
3008         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
3009           PCON_IDLE,PCON_STOP and added sfr16 definitions
3010
3011 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
3012
3013         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
3014           genGetWord): fixed bug 1409955
3015
3016 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
3017
3018         * device/include/hc08/mc68hc908gp32.h,
3019         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
3020
3021 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
3022
3023         * src/SDCCast.c (constExprValue): return NULL if not a value
3024         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
3025         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
3026         * support/regression/tests/bitfields.c: enabled signed bitfield for all
3027
3028 2006-02-13 Borut Razem <borut.razem AT siol.net>
3029
3030         * src/regression/ptrarg.c: added, fails due to bug #1430967
3031         * src/regression/Makefile: ptrarg.c added, ...
3032
3033 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
3034
3035         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
3036         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
3037
3038 2006-02-11 Borut Razem <borut.razem AT siol.net>
3039
3040         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
3041           print "Processor: xxx" message to stdout only if --verbose
3042
3043 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3044
3045         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
3046         * support/regression/tests/bug1426356.c: added
3047         * support/regression/tests/bitfields.c: removed 2 tests
3048
3049 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3050
3051         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
3052         * device/include/mcs51/c8051f330.h,
3053         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
3054           PCON_IDLE,PCON_STOP and added sfr16 definitions
3055         * device/lib/_divsint.c,
3056         * device/lib/_divuint.c,
3057         * device/lib/_divulong.c,
3058         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
3059           register bank bug for small stackauto
3060
3061 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3062
3063         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
3064
3065 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
3066
3067         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
3068         * all.dsp: corrected several bin paths
3069         * device/include/mcs51/c8051f120.h,
3070         * device/include/mcs51/c8051f300.h,
3071         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
3072           to PCON_IDLE,PCON_STOP
3073         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
3074         * device/lib/printf_large.c (output_float): fixed bug 1388703
3075         * support/regression/tests/bug1057979.c: added test for bug 1388703
3076
3077 2006-02-08 Raphael Neider <rneider AT web.de>
3078
3079         * src/pic/pcode.c (pciTRIS): fixed typo,
3080           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
3081           (LinkFlow): fixed handling of flows that end in a call,
3082           (ReuseReg): perform safety check earlier
3083         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
3084             to work with flows at the beginning of a pBlock,
3085             fixes #1426557 (Symbol not previously defined),
3086           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
3087             usage information
3088           (RemoveUnusedRegisters): update register usage info
3089         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
3090             created, reuse existing ones instead
3091         * src/pic/gen.c (genPcall): fixed #1424719
3092
3093 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
3094
3095         * link/z80/lkmain.c,
3096         * link/z80/lklex.c,
3097         * link/z80/lkdata.c,
3098         * link/z80/aslink.h: fixed build on current cygwin:
3099         replaced getline() by lk_getline()
3100
3101 2006-02-01 Borut Razem <borut.razem AT siol.net>
3102
3103         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
3104           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
3105           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
3106           src/regression/bool1.c, src/regression/bool2.c,
3107           src/regression/bool3.c, src/regression/call1.c,
3108           src/regression/compare.c, src/regression/compare10.c,
3109           src/regression/compare2.c, src/regression/compare3.c,
3110           src/regression/compare4.c, src/regression/compare5.c,
3111           src/regression/compare6.c, src/regression/compare7.c,
3112           src/regression/compare8.c, src/regression/compare9.c,
3113           src/regression/configword.c, src/regression/for.c,
3114           src/regression/inline.c, src/regression/mult1.c,
3115           src/regression/nestfor.c, src/regression/or1.c,
3116           src/regression/pointer1.c, src/regression/ptrfunc.c,
3117           src/regression/rotate1.c, src/regression/rotate2.c,
3118           src/regression/rotate3.c, src/regression/rotate4.c,
3119           src/regression/rotate5.c, src/regression/rotate6.c,
3120           src/regression/rotate7.c, src/regression/string1.c,
3121           src/regression/struct1.c, src/regression/sub.c,
3122           src/regression/sub2.c, src/regression/switch1.c,
3123           src/regression/while.c, src/regression/xor.c,
3124           src/regression/create_stc, src/regression/simulate,
3125           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
3126           regression tests
3127         * src/regression/gpsim_assert.h: added
3128
3129 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
3130
3131         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
3132         ((void (code *) (void)) 0) ();
3133         * as/hc08/aslex.c,
3134         * as/hc08/aslink.h,
3135         * as/hc08/asm.h,
3136         * as/hc08/asmain.c,
3137         * as/hc08/lkdata.c,
3138         * as/hc08/lklex.c,
3139         * as/hc08/lkmain.c,
3140         * as/mcs51/aslex.c,
3141         * as/mcs51/aslink.h,
3142         * as/mcs51/asm.h,
3143         * as/mcs51/asmain.c,
3144         * as/mcs51/lkdata.c,
3145         * as/mcs51/lklex.c,
3146         * as/mcs51/lkmain.c,
3147         * as/z80/aslex.c,
3148         * as/z80/asm.h,
3149         * as/z80/asmain.c: fixed build on current cygwin:
3150         replaced getline() by as_getline()
3151
3152 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
3153
3154         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
3155         declarator in the symbol chain
3156         * src/SDCCsymt.h,
3157         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
3158         parameter list for function pointers
3159         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
3160         * support/regression/tests/bug-716242.c: added
3161
3162 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
3163
3164         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
3165         offset if possible
3166         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
3167
3168 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
3169
3170         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
3171         inifinitely recurseable, added static
3172         * support/regression/tests/bug-1408066.c: added
3173
3174 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
3175
3176         * src/SDCCicode.h,
3177         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
3178         renamed, added possibility to create "postLoopLbl"-labels
3179         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
3180         newiTempLoopHeaderLabel
3181         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
3182         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
3183         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
3184         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
3185         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
3186         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
3187         (basicInduction): fixed bug #136564, made static,
3188         (loopInduction): changed parameter of basicInduction, made static,
3189         (addPostLoopBlock): added
3190         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
3191         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
3192         findLoopEndSeq
3193         * support/regression/tests/bug-136564.c: added
3194         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
3195         --std-sdcc99 to LIBSDCCFLAGS
3196
3197 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
3198
3199         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
3200         while loop
3201         * support/regression/tests/bug-1406131.c: added
3202
3203 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
3204
3205         * src/SDCCast.c (decorateType): fix promotion of unary minus
3206         * src/SDCCsymt.c (computeType): beautified
3207         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
3208         (valUnaryPM, valComplement): fix sign and promotion,
3209         (valNot): ANSI: result type is int (SDCC: unsigned char)
3210         * support/regression/tests/uminus.c: speedup by removing superflous
3211         test case 'int'
3212         * support/regression/tests/onebyte.c: added promotion and signedness
3213         tests for unary minus
3214         * support/regressions/tests/bug-477927.c: disable warning about
3215         uninitialized variables
3216         * support/regression/tests/not.c: added
3217
3218 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
3219
3220         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
3221         * src/mcs51/gen.c (gen51Code): show final register usage after
3222         fillGaps in asm with --i-code-in-asm
3223         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
3224         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
3225         incUsed, rliveClear, adjustIChain): made static,
3226         (setFromRange): excluded because it's unused,
3227         (findPrevUseSym, markWholeLoop): added,
3228         (findPrevUse): rewritten; fixes bug 895992; now a complete search
3229         through all branches of predecessors enables sdcc to emit the warning
3230         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
3231         (rlivePoint): made static, added parameter emitWarnings which is only
3232         true during the first run out of two,
3233         (findRecursiveSucc, findRecursivePred): removed,
3234         (computeLiveRanges): made static, added parameter emitWarnings,
3235         (dumpIcRlive): added for debugging only
3236         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
3237         removed prototype of setFromRange()
3238         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
3239         in call of computeLiveRanges()
3240         * support/regression/tests/bug-895992.c: added
3241         * support/regression/tests/bug-971834.c: added
3242         * support/valdiag/tests/bug-895992.c: added
3243         * support/valdiag/tests/bug-971834.c: added
3244
3245 2005-12-18 Raphael Neider <rneider AT web.de>
3246
3247         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
3248           (genUnpackBits): improved code for direct operands,
3249           (genPackBits): improved code for literal assignment to bitfields
3250             and for direct destination operands (no FSR indirection),
3251             prevented redundant AND, fixes #1362800,
3252           (AccLsh): added parameter to disable masking of the result
3253         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
3254           skip instructions with side-effects (like incfsz),
3255           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
3256         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
3257         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
3258           fixes #1375263
3259
3260 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
3261
3262         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
3263         volatile variables as spill location
3264
3265 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
3266
3267         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
3268         replacing literals
3269         * support/regression/tests/bug-1376320.c: added
3270
3271 2005-12-08 Raphael Neider <rneider AT web.de>
3272
3273         * src/pic/device.c: renamed is_shared to pic14_is_shared
3274         * src/pic/gen.c (genIfx): re-enabled handling of sbits
3275         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
3276           (is_valid_identifier): added for above workaround
3277
3278 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
3279
3280         * device/lib/Makefile.in: fixed to enable port-specific-objects
3281         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
3282           char, thanks Hubert Sack
3283         * doc/sdccman.lyx: documented --xstack-loc,
3284           elaborated a bit more on interrupts and pitfalls,
3285           removed "setjmp/longjmp unsupported",
3286           documented some unsupported C99 features
3287         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
3288         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
3289           if, thanks Hubert Sack
3290         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
3291         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
3292           make make_library
3293         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
3294           regression tests can report resource usage (rfe 700441)
3295         * support/regression/collate-results.py: report resource usage
3296         * support/regression/ports/ds390/spec.mk,
3297         * support/regression/ports/hc08/spec.mk,
3298         * support/regression/ports/mcs51/spec.mk,
3299         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
3300         * support/regression/ports/ds390/uCsim.cmd,
3301         * support/regression/ports/hc08/uCsim.cmd,
3302         * support/regression/ports/mcs51/uCsim.cmd,
3303         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
3304         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
3305           library, use the default one
3306         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
3307           building the library
3308
3309 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
3310
3311         * config.dsp: added dependency on .version and configure_vc.awk
3312         * device/include/setjmp.h: updated for --stack-auto and --xstack
3313         * device/include/mcs51/at89c51snd1c.h: corrected line endings
3314         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
3315         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
3316         * device/lib/libsdcc.lib: added _setjmp
3317         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
3318           (decorateType): fixed bug 1372851,
3319           (optimizeGetHbit): fixed warning
3320         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
3321           array initialisation
3322         * support/regression/tests/bug1057979.c: added test for bug 1358192
3323         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
3324
3325 2005-12-03 Borut Razem <borut.razem AT siol.net>
3326
3327         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
3328           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
3329
3330 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
3331
3332         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
3333         createIval): implement symbol independant "flexible array member",
3334         (createIvalCharPtr): implemented flexible array initialisation with a
3335         string
3336         * src/SDCCsymt.c (copyStruct): removed,
3337         (getSize): fixed misleading comment,
3338         (getAllocSize): removed, the additional allocation size is now in
3339         sym->flexArrayLength,
3340         (checkStructFlexArray): new, syntax checks for flexible array members,
3341         (compStructSize): added syntax checks for "flexible array members"
3342         (copyStruct): removed,
3343         (copyLinkChain): removed inefficient fix for bug 770487
3344         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
3345         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
3346         symbol->flexArrayLength
3347         * src/SDCCerr.c,
3348         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
3349         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
3350         * support/regression/tests/structflexarray.c: added
3351         * support/valdiag/tests/structflexiblearray.c: added
3352
3353 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
3354
3355         * src/SDCCast.c (decorateType): fixed bug 1368489
3356         * support/Util/SDCCerr.c,
3357         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
3358
3359 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3360
3361         * device/include/mcs51/at89c51snd1c.h: added file submitted by
3362           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
3363
3364 2005-11-27 Borut Razem <borut.razem AT siol.net>
3365
3366         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
3367           support/cpp2/mkdeps.h: added command line option
3368           -obj-ext=<extension> to SDCPP to define object file externion, used
3369           for generation of make dependencies (-M)
3370         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
3371
3372 2005-11-26 Borut Razem <borut.razem AT siol.net>
3373
3374         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
3375           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
3376           added pic and pic16 libraries
3377
3378 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3379
3380         * device/include/float.h: Corrected typo in prototype of __fsgt
3381
3382 2005-11-25 Borut Razem <borut.razem AT siol.net>
3383
3384         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
3385           added creation of model-mcs51-stack-auto libraries
3386
3387 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
3388
3389         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
3390         and fields-list too
3391         * src/SDCCast.c (createIvalArray): removed obsolete comment
3392
3393 2005-11-24 Borut Razem <borut.razem AT siol.net>
3394
3395         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
3396           added missing device/lib/mcs51/crt*.asm sources
3397
3398 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
3399
3400         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
3401
3402 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
3403
3404         * device/lib/_fs2schar.c,
3405         * device/lib/_fs2sint.c,
3406         * device/lib/_fs2slong.c: optimized inline asm
3407
3408 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3409
3410         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
3411           Better handling of floats between -1.0 and 0.0.
3412
3413 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3414
3415         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
3416           (the missing "if"s prohibited removal of redundant labels)
3417
3418 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3419
3420         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
3421           Properly convert floats between -1.0 and 0.0 to long, int, and char
3422           types (max integer value of negative floats tends to zero).
3423         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
3424           Removed changes made so to work properly with floats between
3425           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
3426           and _fs2char.c
3427
3428 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
3429
3430         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
3431         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
3432         (genCast) cosmetic change
3433         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
3434         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
3435         from mcs51
3436         * support/regression/tests/bitfields (testSignedBitfields): added
3437
3438 2005-11-18 Borut Razem <borut.razem AT siol.net>
3439
3440         * sdcc/device/lib/Makefile.in: remove all unnecessary files
3441         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
3442           introduced SILENT option to make building of pic16 libraries less
3443
3444 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3445
3446         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
3447           Now they work properly with floats between -1.0 and 0.0
3448         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
3449
3450 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3451
3452         * src/SDCCicode.c (printOperand): added missing else
3453
3454 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
3455
3456         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
3457         reformatted for better readability
3458         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
3459         signed bitfields
3460
3461 2005-11-17 Borut Razem <borut.razem AT siol.net>
3462
3463         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
3464           introduced SILENT option to make building of pic16 libraries less
3465           verbose - used for nightly snapshot build
3466         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
3467           available on Win32 platforms.
3468         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
3469           medium, large, pic and pic16
3470
3471 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3472
3473         * device/lib/printf_large.c: Temporary patch for bug 1358192:
3474           printf("%f"...) sets fraction to zero.
3475
3476 2005-11-16 Raphael Neider <rneider AT web.de>
3477
3478         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
3479           fixes #1357221
3480         * src/pic/gen.c (genIfx): implemented for CARRY bit
3481         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
3482           to generic pointers, fixes #1357332,
3483           (pic16_movLit2f): NEW,
3484           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
3485
3486 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3487
3488         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
3489
3490 2005-11-11 Raphael Neider <rneider AT web.de>
3491
3492         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
3493         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
3494           compute pointer's type from operand,
3495           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
3496           improved single bit reads, fixes bug #1353379
3497
3498 2005-11-09 Borut Razem <borut.razem AT siol.net>
3499
3500         * support/scripts/sdcc.nsi: added lib/pic to the package
3501
3502 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
3503
3504         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
3505
3506 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3507
3508         * support/regression/tests/bug1348008.c: added
3509         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
3510         * support/regression/tests/bug1337835.c: updated comment
3511
3512 2005-11-06 Borut Razem <borut.razem AT siol.net>
3513
3514         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
3515           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
3516           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
3517           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
3518           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
3519           dynamic construction of cl_error_class and derivates - 2.nd try
3520
3521 2005-11-05 Borut Razem <borut.razem AT siol.net>
3522
3523         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
3524           bug, which caused Bus Errors on sparc solaris
3525
3526 2005-11-04 Borut Razem <borut.razem AT siol.net>
3527
3528         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
3529           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
3530           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
3531           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
3532           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
3533           and derivates to resolve the initialization problem on OSX
3534
3535 2005-11-02 Borut Razem <borut.razem AT siol.net>
3536
3537         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
3538           corrected typo - #include <winsock2.h>
3539
3540 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
3541
3542         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
3543           (_asxxxx_mapping): added org directive for future enhancements
3544
3545 2005-11-01 Borut Razem <borut.razem AT siol.net>
3546
3547         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
3548           enabled sockets on WIN32
3549         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
3550
3551 2005-10-31 Borut Razem <borut.razem AT siol.net>
3552
3553         * support/regression/generate-cases.py: escape backslashes in {testcase}:
3554           WIN32 backslash path delimiters should be escaped when used in C strings
3555         * support/regression/tests/bitfields.c: exclude failing assertions for
3556           __CYGWIN32__ and __MINGW32__ hosts
3557
3558 2005-10-30 Borut Razem <borut.razem AT siol.net>
3559
3560         * src/SDCCutil.c: corrected double comparison typo
3561
3562 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
3563
3564         * device/lib/medium/Makefile: added for new memory model medium
3565         * device/include/asm/mcs51/features.h: updated for medium/pdata
3566         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
3567           added Multiply & Accumulate sbit's and MAC0_PAGE define
3568         * device/include/mcs51/c8051f300.h: added sfr16 definitions
3569         * device/include/mcs51/c8051f310.h: added sfr16 definitions
3570         * device/lib/_mullong.c: update for medium model
3571         * device/lib/incl.mk: added medium model
3572         * doc/sdccman.lyx: documented medium model
3573         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
3574         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
3575         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
3576         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
3577           (allocParms): set SCLS and OCLS to pdata for medium model
3578         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
3579           for pdata,
3580           (powof2): return <0 if not power of 2
3581         * src/avr/gen.c (genBitWise): use updated powof2
3582         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
3583           (shiftR2Left2Result): small optimization in setup, save acc when storing,
3584           (shiftLLeftOrResult): use B if necessary
3585         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
3586         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
3587         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
3588         * support/regression/Makefile.in: added test-mcs51-medium
3589         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
3590
3591 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
3592
3593         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
3594         specifier unsigned
3595         * device/lib/time.c (mktime): fixed bug 1334315
3596
3597 2005-10-28 Raphael Neider <rneider AT web.de>
3598
3599         * device/include/pic/p16f_common.inc: added common declarations
3600         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
3601
3602 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
3603
3604         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
3605           (aopPutUsesAcc): added to predict accumulator use,
3606           (assignResultValue): save acc if necessary,
3607           (genMinusDec): store result if indirectly addressed,
3608           (genDivOneByte):  save acc if necessary,
3609           (movLeft2Result): bugfix if left already in acc,
3610           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
3611             attention to accumulator use (esp. pdata),
3612           (genReceive): receive pdata correctly
3613         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
3614         * src/SDCCicode.h: added isOperandInPagedSpace prototype
3615
3616 2005-10-27 Raphael Neider <rneider AT web.de>
3617
3618         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
3619
3620 2005-10-27 Raphael Neider <rneider AT web.de>
3621
3622         * .version: changed version to 2.5.4
3623         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
3624         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
3625           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
3626             arithmetics support routines
3627         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
3628         * device/lib/Makefile.in: also create installdir for pic
3629
3630         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
3631           pic14 port as well
3632         * src/pic/device.c (dump_sfr): rewritten to delegate register
3633           placement to the linker (use `extern sym' rather than sym EQU addr),
3634           (validAddress): fixed to check last specified address
3635         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
3636           (popGetLit): truncate literal value to 8 bit,
3637           (popGet): moved assert to more appropriate place
3638           (popGetExternal): create pCode operand from and mark the according
3639             symbol as being `extern'
3640           (popGetAddr): added sanity check on immediate's offset, provide
3641             GPOINTER tag on demand
3642           (aopPut): fixed for immediates,
3643           (mov2w_op): move operand's address or contents to WREG (depending on
3644             operand type), safer variant of mov2w,
3645           (movwf,call_libraryfunc): NEW, handy abbreviations,
3646           (get_argument_pcop,get_return_val_pcop,pass_argument,
3647           get_returnvalue): interface for accessing function parameters and
3648             return values,
3649           (assignResultValuei,genRet): use new parameter/return value interface
3650           (pic14_getDataSize): back to old version handling generic pointers,
3651           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
3652             provided implementation and/or fixed old one,
3653           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
3654             calls, removed legacy 8051 reference code
3655           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
3656           (loadSignToC): NEW, move the operands sign bit to CARRY,
3657           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
3658             genRightShiftSigned, accepts negative shift counts,
3659           (setup_fsr): load FSR and adjust IRP (indirect memory access),
3660           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
3661             generic pointers, __data pointers and __code pointers,
3662           (genUnpackBits,genPackBits): rewritten to work with generic pointers
3663             and signed bitfields, limit bitfields to 8 bit,
3664           (genDataPointerGet): fixed number of bytes read,
3665           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
3666           (genPointerGet,genPointerSet): fixed handling of __code pointers,
3667             pointers to constant data are no longer assumed to point to __code
3668             space, removed invalid pointer types,
3669           (bitpatternFromVal): retrieve the PICs representation of an integer
3670             or float literal,
3671           (genDataPointerSet): fixed assigning to po_immediate operands,
3672           (genGenPointerSet): implemented as library call,
3673           (genIfx): fixed incorrect condition,
3674           (genAddrOf): limit generic pointers' addresses to 2 bytes,
3675             provide GPOINTER tag according to destination's storage class,
3676           (genCast): added code to handle casting to generic pointers, added
3677             sign-/zero extension of the result
3678           (aop_isLitLike,op_isLitLike): fixed handling of immediates
3679         * src/pic/gen.h: added macros to access IRP bit in STATUS register
3680         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
3681           extend the result
3682         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
3683           address/register resides in the shared banks
3684           (emitSymbolToFile): improved to handle global and `pinned' symbols,
3685             put all variables into separate sections (have the linker arrange
3686             them)
3687           (picglue): put init code and interrupt handlers in separate sections
3688         * src/pic/main.c: added port specific options table, modified to PORT
3689           structure to make GPOINTERs 3 byte, added pic14_options
3690           (_pic14_do_link): private linking routine (update paths to libraries,
3691             add libsdcc.lib by default)
3692         * src/pic/main.h: declare pic14_options
3693         * src/pic/pcode.c: fixed instructions i/o relations,
3694           (RegCond): reverted to correct version,
3695           (newpCodeOpLit): truncate literals to 8 bit,
3696           (genericPrint): added debug output,
3697           (getRegFromInstruction): fixed for various operand types, simplified
3698           (BuildFlow): fixed broken handling of isntructions with labels
3699           (LinkFlow): start at last instruction in flow (skip trailing comments),
3700             pass the flow on to the next instruction after CALL
3701           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
3702           (insertPCodeInstruction): fixed inserting after a skip instruction,
3703           (DoBankSelect): fixed for labeled instructions
3704           (OptimizepBlock): honor --nopeep switch
3705           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
3706         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
3707         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
3708           (pCodeOptime2pCodes): allow disabling this optimization via
3709             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
3710             but is still buggy), started implementation of a dataflow based
3711             pCode optimization (CSE + dead code elimination)
3712           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
3713         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
3714           names are independant of the stack location and therefore portable across
3715           devices
3716
3717 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
3718
3719         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
3720           (selectSpil): fixed bug 1337835 by not spilling bit variables
3721         * support/regression/tests/bug1337835.c: added test for this bug
3722         * src/mcs51/peeph.def: restart after rule 3.c,
3723           addded rules 263.x to optimize loading constants
3724
3725 2005-10-26 Raphael Neider <rneider AT web.de>
3726
3727         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
3728         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
3729           (genAssign): emit warning when casting literals to generic pointer
3730             type, also applies when taking the address of a fixed variable,
3731           (genCast): improved casting to generic pointers
3732         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
3733           extern variables, added verbose error message
3734         * device/include/pic16/{string.h,errno.h}: added #pragma library c
3735
3736 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
3737
3738         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
3739         carry must be complemented too
3740         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
3741         could be emitted by genMinus
3742         * src/SDCCval.c (constVal): fixed bug 1305065
3743
3744 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
3745
3746         * src/SDCCast.c (addCast): added promotion for bit variables
3747         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
3748         promotion casts + optimisation
3749         (optimizeGetWord): fix warning 'i' might be used uninitialized
3750         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
3751         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
3752
3753 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
3754
3755         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
3756         all chars are promoted to int; promotion should be handled in SDCCast.c
3757
3758 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3759
3760         * device/lib/_strcmp.c: Fixed bug 1326457
3761
3762 2005-10-11 Raphael Neider <rneider AT web.de>
3763
3764         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
3765         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
3766
3767 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3768
3769         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
3770         * support/regression/tests/sfr16.c: added test for the sfr32 bug
3771
3772 2005-10-04 Raphael Neider <rneider AT web.de>
3773
3774         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
3775           device/lib/pic16/pics.all: added pic18f1320
3776         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
3777
3778 2005-09-30 Raphael Neider <rneider AT web.de>
3779
3780         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
3781         * src/pic16/devices.inc: NEW, provides device descriptions
3782         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
3783
3784 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
3785
3786         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
3787           GETHBIT
3788
3789 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
3790
3791         * doc/sdccman.lyx: updated Highest Order Bit documentation,
3792           documented Any Order Bit, Higher Order Byte and Higher Order Word
3793         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
3794         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
3795           (optimizeGetAbit): new, to get any bit, not only the high bit,
3796           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
3797           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
3798           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
3799           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
3800             RIGHT_OP: also try GETBYTE, GETWORD optimization,
3801             GETABIT, GETBYTE, GETWORD: decorate them,
3802           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
3803           (ast_print): added GETABIT, GETBYTE, GETWORD
3804         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
3805         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
3806           (geniCodeBinary): new generic binary icode,
3807           (ast2iCode): added GETABIT, GETBYTE, GETWORD
3808         * src/port.h: updated comment for PORT.hasExtBitOp
3809         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
3810           (genGetByte): new, to get a single byte,
3811           (genGetWord): new, to get a word from a long,
3812           (gen51Code): added GETABIT, GETBYTE, GETWORD
3813         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
3814
3815 2005-09-23 Raphael Neider <rneider AT web.de>
3816
3817         * configure.in, configure: have device/lib/pic configured
3818         * device/lib/Makefile.in: added model-pic14
3819         * device/lib/clean.mk: added pic/ to clean rule
3820         * device/lib/pic: added rudimentary pic14 library providing support
3821           functions for multiplication/division/generic pointer access
3822         * src/SDCCopt.c (convilong): mark support functions as extern
3823           for pic14 port as well
3824         * src/pic/gen.c (genMult): added assertions,
3825           (genpic14Code): emit warning on unhandled iCodes
3826         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
3827         * src/pic/pcode.c (pCodeOpCopy),
3828         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
3829           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
3830           SFR_REGISTER}), made safe for future extensions
3831         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
3832           instructions even if preceeded by SKIP instructions (also remove
3833           them); removed unused code
3834         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
3835           prevents leaving parts of the structure uninitialized after copying
3836
3837 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
3838
3839         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
3840           ago by me
3841         * support/regression/tests/addsub.c: added test for the bug
3842
3843 2005-09-21 Raphael Neider <rneider AT web.de>
3844
3845         * device/include/pic16/pic18f1220.h,
3846           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
3847         * device/lib/pic16/Makefile.rules: added missing opening paren
3848         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
3849           are provided in genutils.c,
3850           (genUminusFloat,genUminus,genCmpEq): added asserts on different
3851           operand/result sizes,
3852           (genCmp): assert on NULL pointers first, then check deref'ed values
3853         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
3854           result size
3855
3856 2005-09-18 Raphael Neider <rneider AT web.de>
3857
3858         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
3859           as these are now unused,
3860           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
3861         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
3862           local, avoids uninitialized pointer dereference on r->name
3863         * src/pic16/ralloc.c (newReg): fixed indentation
3864
3865 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
3866
3867         * src/SDCCval.c (constVal): fixed bug 730366
3868         * support/Util/SDCCerr.c,
3869         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
3870
3871 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
3872
3873         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
3874
3875 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
3876
3877         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
3878
3879 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3880
3881         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
3882           (hex2dec): made hex_digit unsigned char, removed ascii dependance
3883         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
3884           (hex2dec): made hex_digit unsigned char, removed ascii dependance
3885         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
3886         * packihx/packihx.c (hexDigit): made c unsigned char
3887         * as/mcs51/lklibr.c (fndsym),
3888         * link/z80/lkgb.c (gb),
3889         * link/z80/lklibr.c (fndsym),
3890         * link/z80/lkrloc.c (relr),
3891         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
3892         * src/SDCC.lex (checkCurrFile, process_pragma),
3893         * src/SDCCglue.c (spacesToUnderscores),
3894         * src/SDCCmain.c (setParseWithComma, processFile),
3895         * src/asm.c (tvsprintf, printCLine),
3896         * src/avr/gen.c (emitcode, aopPut),
3897         * src/ds390/gen.c (emitcode),
3898         * src/hc08/gen.c (emitcode, emitinline),
3899         * src/mcs51/gen.c (emitcode, genInline),
3900         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
3901           tokenizeLineNode),
3902         * src/pic/ralloc.c (debugLog),
3903         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
3904           tokenizeLineNode),
3905         * src/pic16/ralloc.c (debugLog),
3906         * src/z80/main.c (_process_pragma):
3907            made all ctype.h function calls safe
3908         * src/SDCCopt.c: include math.h for fabs
3909         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
3910           and used them throughout the code to make ctype.h function calls safe
3911         * src/ds390/main.c (asmLineNodeFromLineNode),
3912         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
3913         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
3914            unsigned char*
3915         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
3916           (newpCodeAsmDir): made ctype.h function calls safe
3917         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
3918           pic16_emitcode):  made lbp unsigned char*
3919         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
3920           (pic16_newpCodeAsmDir): made ctype.h function calls safe
3921         * src/xa51/gen.c (emitcode),
3922         * src/z80/gen.c (_emit2): made lbp unsigned char*
3923         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
3924            char*
3925
3926 2005-09-05 Raphael Neider <rneider AT web.de>
3927
3928         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
3929           access bank splitpoint
3930
3931 2005-09-05 Raphael Neider <rneider AT web.de>
3932
3933         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
3934
3935 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
3936
3937         * .version: changed to version 2.5.3
3938         * doc/sdccman.lyx: changed version to 2.5.3,
3939           documented --codeseg and --constseg and pragma codeseg and constseg,
3940           documented bit parameters (reentrant) and bit returning
3941         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
3942            currFunc->recvSize, but is this ok for all ports?
3943           (ast2iCode): result of ~ on unsigned char must be cast to int for
3944            bool to work
3945         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
3946           function pointers in bit space
3947         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
3948           (processFuncArgs): call port.reg_parm() with reentrancy info
3949         * src/port.h,
3950         * src/avr/main.c,
3951         * src/ds390/main.c,
3952         * src/hc08/main.c,
3953         * src/pic/main.c,
3954         * src/pic16/main.c,
3955         * src/xa51/main.c,
3956         * src/z80/main.c: port.reg_parm prototype extended with
3957           "bool reentrant" parameter
3958         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
3959           options.stackAuto for allocating bit register parameters
3960         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
3961           (genSend): set BitBankUsed if it is,
3962           (selectRegBank): factored out of genCall for use in genPcall,
3963           (genCall): removed redundant dtype assignmen, use selectRegBank,
3964           (genPcall): handle returning in Carry properly, save in F0 if needed,
3965           (genReceive): handle bit register parameters
3966         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
3967           (mcs51_assignRegisters): enable bit registers for all reentrant
3968            functions and don't set BitBankUsed unconditionally
3969         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
3970         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
3971         * support/regression/tests/funptrs.c: added tests for BOOL and for return
3972
3973 2005-08-27 Borut Razem <borut.razem AT siol.net>
3974
3975         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
3976         ppc-osx (Darwin) does not support -u option. It seems that it is
3977         supported only on Linux - GNU cp
3978
3979 2005-08-25 Borut Razem <borut.razem AT siol.net>
3980
3981         * sim/ucsim/gui.src/serio.src/Makefile.in,
3982           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
3983           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
3984           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
3985           install and strip, since the strip at /usr/ccs/bin should be used
3986           on solaris
3987
3988 2005-08-24 Borut Razem <borut.razem AT siol.net>
3989
3990         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
3991
3992 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
3993
3994         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
3995         ffffffffu
3996
3997 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
3998
3999         * as/mcs51/aslink.h: completed lkrloc.c prototypes
4000         * as/mcs51/lkmain.c (link_main): fixed warning
4001         * device/include/stdbool.h: ds390 has no advanced bit support yet
4002         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
4003         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
4004         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
4005           and updated their macros
4006         * src/SDCCval.c (constVal): updated comment for renamed b_long
4007
4008 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
4009
4010         * as/mcs51/asdata.c: changed ctype['['] to BINOP
4011         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
4012           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
4013           (oprio): set priority for '['
4014         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
4015            and adb_24_bit
4016         * as/mcs51/asm.h: added defines R_BIT and S_BIT
4017         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
4018         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
4019         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
4020           added overlayable BIT_BANK area
4021         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
4022           (summary2): explain 'T' in legenda
4023         * as/mcs51/lkrloc.c: replaced old K&R style,
4024           (relr): added R_BIT processing,
4025           (errmsg): added "Bit-addressable relocation error",
4026           (adb_bit): added for converting from byte- to bit-addressable space,
4027           (adb_24_bit): added for converting from byte- to bit-addressable space
4028         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
4029            used in reentrant functions now even as return value
4030         * device/lib/_gptrput.c (_gptrput): removed obsolete code
4031         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
4032           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
4033         * src/SDCCglobl.h: added indicator BitBankUsed
4034         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
4035            the bit registers b0-b7
4036         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
4037           (geniCodeCast): fixed bug 1263853,
4038           (geniCodeLogicAndOr): put result in bool or char,
4039           (geniCodeReceive): added parameter func for accessing the return type,
4040           (geniCodeFunctionBody): pass func to geniCodeReceive
4041         * src/SDCCmain.c: added indicator BitBankUsed
4042         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
4043         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
4044           (checkSClass): don't put automatic bool/bit on stack,
4045           (checkFunction): removed check on function cannot return bit
4046         * src/SDCCsymt.h: added newBoolLink prototype
4047         * src/mcs51/gen.c (rb1regs): added bit registers,
4048           (movc): created for assigning to carry,
4049           (pushReg, popReg): created for pushing registers,
4050           (sameRegs): check both AOP_REG and AOP_CRY types,
4051           (aopOp): handle bit registers,
4052           (aopPut): optimization no self-assign,
4053           (saveRegisters): push reg->base (bits) only once for bit registers,
4054            and use pushReg,
4055           (unsaveRegisters): pop reg->base only once and use popReg,
4056           (assignResultValue): added parameter func and return in carry for bits,
4057           (genIpush): optimization no reload in A if not changed,
4058           (genSend): bit parameters in reentrant functions are passed in bit
4059            registers by first assigning to bits in B, then save registers and
4060            copy B to bits,
4061           (genCall): handle returning in Carry properly, save it in F0 if needed,
4062           (genPcall): updated assignResultValue call, this is not safe yet for bit
4063            returning function !!!
4064           (genFunction): don't generate equ's for bit registers and use pushReg,
4065           (genEndFunction): take care of bit returning functions and use popReg,
4066           (genRet): return bit in Carry,
4067           (genIfx): optimize bit registers and other directly addressable bits,
4068           (genReceive): updated assignResultValue call
4069         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
4070           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
4071            registers when using stack-auto
4072         * src/mcs51/ralloc.c (_G): added allBitregs,
4073           (regs8051): added the bit registers,
4074           (createStackSpil): use macro IS_BIT,
4075           (getRegBit): added to allocate a bit register, else spill,
4076           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
4077           (updateRegUsage): factored out to ease stepping while debugging,
4078           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
4079            also allocate bit registers,
4080           (fillGaps): handle bit registers,
4081           (findAllBitregs): added to create bit vector with all bit registers,
4082           (mcs51_allBitregs): returns this bit vector,
4083           (mcs51_assignRegisters): when using stack-auto use bit registers for
4084            passing parameters and creating local variables
4085         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
4086
4087 2005-08-22 Borut Razem <borut.razem AT siol.net>
4088
4089         * device/lib/Makefile.in: replaced find option -or with -o
4090           to make it run on solaris
4091
4092 2005-08-22 Raphael Neider <rneider AT web.de>
4093
4094         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
4095           fixes #1265442 (crash on Solaris)
4096
4097 2005-08-20 Borut Razem <borut.razem AT siol.net>
4098
4099         * configure, configure.in: added tests for libsocket and libnsl libraries,
4100           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
4101           from support/regression/Makefile.in
4102         * support/regression/Makefile.in: added
4103         * device/lib/pic16/Makefile.common.in: force make to use bash shell
4104         * sim/ucsim/libtool: regenerated on sparc-solaris
4105         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
4106           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
4107           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
4108           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
4109           sparc-solaris, which doesn't use GNU ld linker
4110         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
4111         * as/Makefile: find on sparc-solaris does not support -maxdepth option
4112
4113 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
4114
4115         * src/mcs51/peeph.def: updated comments
4116
4117 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4118
4119         * device/lib/_gptrget.c,
4120         * device/lib/_gptrput.c: slightly shorter
4121         * doc/sdccman.lyx: incremented version
4122         * src/mcs51/peeph.def: moved peephole comments to the line of first
4123           change to better keep line correlation, reanimated 186.e
4124         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
4125
4126 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4127
4128         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
4129           David Saxton with quotes around file name.
4130
4131 2005-08-15 Borut Razem <borut.razem AT siol.net>
4132
4133         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
4134           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
4135           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
4136           make tests run on x86_64 platform
4137
4138 2005-08-13 Raphael Neider <rneider AT web.de>
4139
4140         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
4141           as it might be executed DURING a build (parallel make is wonderful)
4142
4143 2005-08-13 Raphael Neider <rneider AT web.de>
4144
4145         * device/lib/Makefile.in (port-specific-objects-pic16):
4146           revert to cp $(PORT)/bin/*.* $(PORTDIR)
4147         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
4148           dependency
4149         * device/lib/pic16/Makefile.rules: build subdirs before creating
4150           the library, removed builddir rule, create $(builddir) early in
4151           recurse rule, use empty recurse rule for leaf directories
4152         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
4153           mkdir errors (race condition), removed duplicate suffix "hex"
4154           from clean rules
4155         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
4156         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
4157           prevents mkdir -p from aborting on Alpha
4158
4159 2005-08-12 Raphael Neider <rneider AT web.de>
4160
4161         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
4162           db-statements in order to allow for arrays of pointers in code
4163           sections to be placed without interspersed 0-padding, fixes
4164           bug #1256215
4165         * (emitStatistics): fixed division by zero for pic18f1220
4166         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
4167           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
4168         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
4169         * (pic16_pCodeConstString): keep track of already emitted string
4170           literals to prevent "duplicate definitions of symbol _str_NR"
4171         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
4172           debug message
4173         * device/lib/Makefile.in: ignore failing PIC16 library builds
4174         * device/lib/pic16/Makefile: do not build if gputils are missing
4175         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
4176
4177 2005-08-10 Raphael Neider <rneider AT web.de>
4178
4179         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
4180           my last commit)
4181
4182 2005-08-10 Raphael Neider <rneider AT web.de>
4183
4184         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
4185           Rokas' patch to add the new fixed point type "__fixed16x16"
4186         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
4187           functions for __fixed16x16 arithmetics
4188         * device/lib/pic16: reimplemented the build system to support
4189           a separate build directory, better handling of libio (create
4190           the library in a separate subdir for each architecture) and
4191           easier configuration (centralized in Makefile.common)
4192
4193 2005-08-07 Raphael Neider <rneider AT web.de>
4194
4195         * src/pic16/gen.c (genrshTwo): fixed sign extension
4196         * src/pic16/device.c: added pic18f2320, 4220 and 4320
4197         * device/include/pic16/pic18f2220.h: changed some bit definitions,
4198           added T0CONbits
4199         * device/include/pic16/pic18f4220.h: NEW, header for
4200           pic18f4220 and pic18f4320
4201         * device/include/pic16/pic18fregs.h: added new devices,
4202           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
4203         * device/include/pic16/signal.h: resolved name clashes
4204           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
4205           to also allow testing for interrupt enable bits, added
4206           comments on how to use the macros
4207         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
4208         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
4209           register definitions for the devices
4210         * device/lib/pic16/pics.all: added new devices
4211         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
4212           allocated memory
4213         * device/lib/pic16/libc/stdlib/memfree: do not count
4214           the block header as free memory
4215         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
4216           simplified and added missing end-of-blocklist-marker
4217           (reported by Peter Onion, fixes #1252814)
4218         * (_mergeHeapBlock): fixed loop condition
4219         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
4220           len==0, restructured code
4221         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
4222           up a bit, reduced bitfield accesses, prevent endless loops
4223           in case of heap corruption
4224         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
4225           "unreferenced arguments/must return a value" warnings
4226         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
4227           replaced BAUDREG with SPBRG
4228         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
4229           device/lib/pic16/debug/gstack/gstack.c: replaced
4230           _naked, _asm, _endasm with __naked, __asm, __endasm
4231
4232 2005-08-05 Raphael Neider <rneider AT web.de>
4233
4234         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
4235           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
4236
4237 2005-08-05 Borut Razem <borut.razem AT siol.net>
4238
4239         * device/lib/Makefile.in: added missing ';'
4240         * configure: removed ^M characters
4241
4242 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4243
4244         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
4245           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
4246           License
4247
4248 2005-08-04 Borut Razem <borut.razem AT siol.net>
4249
4250         * configure.in: pic16 libraries build 2nd try - enable running
4251           configure in device/lib/pic16
4252         * configure: regenerated from configure.in
4253         * device/lib/Makefile.in: create $(PORT)/bin directory
4254
4255 2005-08-03 Raphael Neider <rneider AT web.de>
4256
4257         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
4258           to get/set values via pointers
4259         * (genUnpackBits,genPackBits): changed detection of
4260           ptr->bitfield vs. sym.bitfield, fixed access via generic
4261           pointers, removed dead (wrong) code for multibyte bitfields
4262         * (genNearPointerGet, genGenPointerGet): removed useless code,
4263           fixed bitfield detection, fixes #1250594
4264         * (genNearPointerSet): removed useless code
4265         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
4266           and introduced macro pic16_emitpcode that conditionally emits
4267           the origin of the following pCode (useful for debugging SDCC)
4268         * src/pic16/pcode.c: changed (and disabled) some debug outputs
4269         * (createDefmap): fixed handling of LFSR for --optimize-df
4270
4271 2005-08-02 Borut Razem <borut.razem AT siol.net>
4272
4273         * device/lib/Makefile.in: pic16 libraries build enabled since
4274           gputils-0.13.2 are now localy installed at sourceforge's compile farm
4275
4276 2005-08-02 Raphael Neider <rneider AT web.de>
4277
4278         * src/pic16/gen.c (genPackBits): removed deprecated warning
4279         * (genGenPointerSet): fixed bitfield detection
4280
4281 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4282
4283         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
4284
4285 2005-07-31 Raphael Neider <rneider AT web.de>
4286
4287         * device/lib/pic16/libdev/pic18f458.c,
4288           device/include/pic16/pic18f458.h: added missing T0CONbits
4289
4290 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4291
4292         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
4293
4294 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
4295
4296         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
4297
4298 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4299
4300         * device/include/mcs51/at89c51ed2.h: added.
4301
4302 2005-07-23 Raphael Neider <rneider AT web.de>
4303
4304         * src/pic/gen.h: added emitpcode macro for debugging
4305         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
4306           and replace by macro adding debug information on demand
4307         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
4308         * (gencjne): tried to fix; replaced with correct (slower) code
4309         * (gen{Unp,P}ackBits): fixed single bit access
4310         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
4311         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
4312           previous instruction
4313         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
4314           register has to be handled with care (forbidding movement
4315           of assignments/uses, removing assignments completely, ...)
4316         * (pCodeOptime2pCodes): make use of regIsSpecial
4317         * added lots of debugging output (commented out)
4318         * src/pic/rallloc.c (deassignLRs): prevent operand registers
4319           from being reused as result UNLESS it is known to work
4320
4321 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
4322
4323         * support/Util/dbuf.h: include <stddef.h> for size_t
4324         * .version: changed to version 2.5.2
4325
4326 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4327
4328         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
4329
4330 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4331
4332         * src/hc08/gen.c (genMinus): fixed bug #1241835,
4333           (genModOneByte): removed needless psha/pula
4334
4335 2005-07-22 Raphael Neider <rneider AT web.de>
4336
4337         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
4338           have PIC14 handled like PIC16, fixes broken pic14 linker calls
4339         * src/pic/gen.c (resolveIfx): do not "invent" labels
4340         * (genSkipc): changed to positive logic
4341         * (genSkipCond): removed as no longer needed
4342         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
4343           backport from PIC16
4344         * (genLeftShift): check operands are in different registers
4345         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
4346           INCF does not update CARRY...
4347         * src/pic/main.c: fixed _linkCmd
4348         * src/pic/pcode.c (unlinkpCode): added inactive code
4349         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
4350           alive (do not assign result and operand overlapping registers)
4351
4352 2005-07-22 Raphael Neider <rneider AT web.de>
4353
4354         * src/pic/device.c (dump_sfr): replaced register declaration with
4355           call to emitSymbolToFile() to avoid duplicate symbols
4356         * (assignRelocatableRegisters): do not declare external symbols
4357         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
4358           right (take size of type, not etype)
4359         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
4360         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
4361         * (packRegsForAccUse): disabled assignment of WREG as
4362           the result reg to prevent occurence of just fixed #1235003,
4363           fixes #1242954
4364         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
4365           symbols (avoids duplicate symbols in .asm file)
4366         * (pic14emitRegularMap): use emitSymbolToFile()
4367         * src/pic/gen.c (aopOp): fixed spillLocation handling
4368         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
4369         * (genDataPointerSet): removed unneccessary variables/output
4370
4371 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
4372
4373         * as/mcs51/lkarea.c: enlarged codemap for banked memory
4374         * device/lib/mcs51/crtbank.asm: added # to 0x0F
4375
4376 2005-07-21 Raphael Neider <rneider AT web.de>
4377
4378         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
4379           architecture cannot handle them efficiently, fixes bug #1235003
4380         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
4381           check for empty sets before using them (fixes bug #1232190)
4382
4383 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
4384
4385         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
4386           (lnksect2): generate warnings for memory overlap
4387         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
4388           constseg to set the name of these segments so you can instruct the linker
4389           to place them in banks
4390         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
4391         * src/SDCCglobl.h: added MODEL_HUGE to enum,
4392           added code_seg and const_seg to options
4393         * src/SDCCglue.c (emitMaps): use options.const_seg,
4394           (createInterruptVect): put interrupt vectors in segment HOME,
4395           (glue): put HOME before static segment and put the main glue in HOME,
4396           (glue): use options.code_seg
4397         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
4398         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
4399           these segments so you can instruct the linker to place them in banks
4400           (linkEdit): use code_loc for HOME segment which should be the first
4401           segment in code memory now
4402         * src/SDCCmem.c: fixed more stuff like bug 1238386
4403         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
4404           (changePointer): don't change function pointers to code pointers for
4405           banked functions,
4406           (compareType): added exceptional check for banked function pointers
4407         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
4408         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
4409           after static in code memory
4410         * src/mcs51/gen.c: added aopLiteralLong prototype,
4411           (aopForSym): use getSize for functions,
4412           (genCall): generate banked calls over one trampoline __sdcc_banked_call
4413           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
4414           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
4415           the segment,
4416           (genPcall): use call for literal function pointers and generate banked
4417           calls over the one trampoline so there's only one place for the user to
4418           modify according to his/hers hardware,
4419           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
4420           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
4421         * src/mcs51/main.c: added keyword banked,
4422           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
4423         * support/Util/SDCCerr.c,
4424         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
4425           needed for passing the bank and address to the trampoline
4426         * device/lib/mcs51/crtbank.asm: added for bankswitching
4427         * device/lib/mcs51/Makefile: added crtbank
4428
4429 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4430
4431         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
4432           for fields at offset 0 of a struct or union as reported
4433           on 2005-07-07 in the developer mailing list.
4434
4435 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
4436
4437         * src/SDCCmem.c: fixed bug 1238386
4438
4439 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4440
4441         * src/mcs51/peeph.def: added labelrefcounting for peepholes
4442           (patch #1144962), added peephole 300, enabled 259.x
4443         * doc/sdccman.lyx: removed screenshot and provided link instead
4444
4445 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4446
4447         * doc/sdccman.lyx: added section about debugging with ddd
4448         * doc/figures/ddd_example.eps: screenshot of debugging session
4449
4450 2005-07-04 Raphael Neider <rneider AT web.de>
4451
4452         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
4453           like CODE pointers, fixes #1115683
4454         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
4455           call, fixes bugs #1232211, #1228110,
4456           fixed wrong casts to pCodeFlow from pCodeInstructions
4457
4458 2005-07-04 Raphael Neider <rneider AT web.de>
4459
4460         * src/pic/gen.c (popGet): changed assert to allow for
4461           bit operands
4462         * (popGetAddr): changed signature to provide
4463           an additional index, patched all call sites
4464         * (genCmpEq): handle literal-like operands correctly
4465         * (genAddrOf): added sanity checks on __code/__data pointers
4466         * (genAssign): added handling of symbols from __code section
4467         * (gencjne): do not generate code for comparisons whose result
4468           is neither stored nor used, fixes bug #1171114
4469         * (AccLsh, AccRsh): operate on operand instead of WREG
4470         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
4471           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
4472           by known count
4473         * rewrote complete shift-by-literal logic, commented unused
4474           functions out
4475         * (genConstPointerGet): get multiple bytes (if result size > 1),
4476           fixed handling of non-immediate addresses
4477         * (genPointerGet): handle CODE pointers like CONST pointers
4478         * (genpic14Code): insert C-SRC lines as Cource-pCodes
4479         * ({aop,op}_isLitLike): NEW, single place to decide whether an
4480           operand is to be treated as a literal or not
4481         * (mov2w,genPcall,genCmpEq),
4482           src/pic/genarith.c: use aop_isLitLike() to decide between
4483           literal/register contents
4484         * (addSign): added missing offset
4485         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
4486           only emit comment in debug-mode,
4487           use {aop,op}_isLitLike throughout the file
4488         * src/pic/glue.c: fix initializers for pointers (work in progress)
4489         * src/pic/pcode.c (get_op): honor index on _const symbols
4490         * ({reset,dump}pCodeStatistics): NEW, estimate code size
4491         * (dumppBlock): added pCode size estimation
4492         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
4493           check for IS_SYMOP before OP_SYMBOL'ing
4494         * fixed indentation, compacted switch-statements
4495         * (allocReg): find free register and allocate it instead of
4496           allocating new registers all the time
4497         * (deassignLRs): prevent POINTER_GET's from being assigned the same
4498           registers as its operands (necessary only for multibyte GETs)
4499
4500 2005-07-01 Raphael Neider <rneider AT web.de>
4501
4502         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
4503           debugging .asm-output macros FENTRY + FEXIT
4504         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
4505           way... I wonder...
4506         * (emitpComment): NEW, printf to pCode
4507         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
4508           offset handling
4509         * (popGetAddr): NEW, variant of popGet to access an immediates
4510           high(er) bytes instead of the n'th byte of memory they reference,
4511           replaced popGet with popGetAddr where neccessary
4512         * (genDataPointerGet): reactivated and fixed implementation
4513         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
4514           accesses
4515         * (genDataPointerSet): fixed multibyte assignments
4516         * (genpic14Code): fixed --i-code-in-asm handling
4517         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
4518         * (genPlus): fixed index-out-of-bounds error
4519         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
4520         * src/pic/ralloc.c: added debugging output macro FENTRY2
4521         * (spillThis): fixed indentation, enbraced for-body for clarity
4522         * (rematStr): commented out as now unused
4523         * (regTypeNum): commented out special spill case (overwrites
4524           arbitrary values)
4525         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
4526
4527 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
4528
4529         * doc/sdccman.lyx: documented sfr16/sfr32,
4530           added example for using storage class with function pointers
4531         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
4532
4533 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
4534
4535         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
4536         * device/lib/_itoa.c,
4537         * device/lib/_ltoa.c: optimized codesize
4538         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
4539           but don't know how to suppress the double warning.
4540         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
4541         * support/Util/SDCCerr.c,
4542         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
4543
4544 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
4545
4546         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
4547           fixed old K&R prototypes
4548         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
4549         * device/lib/_gptrget.c,
4550         * device/lib/_gptrgetc.c,
4551         * device/lib/_gptrput.c: changed versions for new memory indicator values,
4552           also new versions for small generic pointers and banked generic pointers
4553         * src/port.h: added const_name
4554         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
4555         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
4556         * src/SDCCcse.c (findPrevIc): check all associative operators
4557         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
4558         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
4559         * src/SDCCmem.c: updated comments,
4560           set far-space to 0 for pdata, results in optimized code
4561         * src/SDCCmem.h: added macro CONST_NAME
4562         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
4563           moving the info into the highest bits, see also gptrget/gptrput
4564         * src/src.dsp: added sdcc.ico to project files
4565         * src/avr/gen.c (genCast): fixed bug 0x%d
4566         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
4567         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
4568           relation between ptr_type and DCL_TYPE,
4569           (genCast): fixed bug 0x%d
4570         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
4571           (CODE)" for const_name
4572         * src/hc08/gen.c (genCast): fixed bug 0x%d
4573         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
4574           (hc08_port): added "CONST (CODE)" for const_name
4575         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
4576           (aopForRemat, adjustArithmeticResult): disconnected direct relation
4577           between ptr_type and DCL_TYPE,
4578           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
4579           operand* and took AOP() inside function so sfr-ness can be checked,
4580           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
4581           new prototype,
4582           (genFunction, genEndFunction): optimized stack setup,
4583           (genMinus): optimized for literals with ending zeroes (in bytes),
4584           (genCast): fixed bug 0x%d
4585         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
4586           (mcs51_port): added "CONST (CODE)" for const_name
4587         * src/mcs51/peeph.def: made rule 226 more generic
4588         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
4589         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
4590         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
4591         * src/z80/main.c (z80_port): added NULL for const_name,
4592           (gbz80_port): added NULL for const_name
4593         * support/regression/tests/bug663539.c,
4594         * support/regression/tests/sfr16.c: new tests
4595
4596 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4597
4598         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
4599
4600 2005-06-24 Raphael Neider <rneider AT web.de>
4601
4602         * device/lib/pic16/libdev/pic18f[68][567]20.c:
4603           corrected typos...
4604         * device/include/pic16/signal.h: added USBIF
4605           and SIG_USB
4606
4607 2005-06-24 Raphael Neider <rneider AT web.de>
4608
4609         * device/lib/pic16/libdev/pic18f2455.c,
4610           device/include/pic16/pic18f2455.h: NEW
4611         * device/include/pic16/pic18fregs.h,
4612           device/lib/pic16/pics.all,
4613           src/pic16/device.c: added 18f2455
4614         * device/lib/pic16/libdev/pic18f[68][567]20.c,
4615           device/include/pic16/{pic18f[68][567].h,usart.h}:
4616           replaced MULTIPLE_USARTS define with more relaible
4617           compatibility sfrs (for USART access)
4618
4619 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
4620
4621         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
4622           and the output asm file line is printed on two lines.
4623
4624 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4625
4626         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
4627           BGT, BLE, BHI, and BLS instructions
4628         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
4629           genCmpEq): removed
4630         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
4631           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
4632           fixes bug #1216342
4633         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
4634
4635 2005-06-15 Raphael Neider <rneider AT web.de>
4636
4637         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
4638         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
4639         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
4640           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
4641           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
4642
4643 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4644
4645         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
4646           Marcel Telka in bug #1215704
4647
4648 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
4649
4650         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
4651           located in shared memory bank.
4652
4653 2005-05-31 Raphael Neider <rneider AT web.de>
4654
4655         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
4656           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
4657           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
4658
4659 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
4660
4661         * device/lib/_strncpy.c: fixed the fix
4662
4663 2005-05-26 Raphael Neider <rneider AT web.de>
4664
4665         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
4666           initializers with \0, bug #1208187
4667         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
4668           intializers with \0, bug #1208187
4669
4670 2005-05-26 Raphael Neider <rneider AT web.de>
4671
4672         * src/pic16/glue.c (pic16_printIvalChar): fixed string
4673           initializers with \0, bug #1208187
4674         * src/pic16/main.c (_process_pragma): added sanity checks
4675           for stack position and size, emit warnings when appropriate
4676
4677 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
4678
4679         * device/lib/_strncpy.c: fixed not filling with \0
4680
4681 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4682
4683         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
4684           createFunction),
4685         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
4686           compound_statement),
4687         * src/SDCCsymt.h,
4688         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
4689
4690 2005-05-24 Raphael Neider <rneider AT web.de>
4691
4692         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
4693
4694 2005-05-24 Raphael Neider <rneider AT web.de>
4695
4696         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
4697           TRISE definitions, closes bug #1162453
4698
4699 2005-05-22 Raphael Neider <rneider AT web.de>
4700
4701         * src/pic16/main.c (_process_pragma): check for missing
4702           arguments to pragmas code and udata
4703         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
4704           consistency fixes to match other headers (thanks to Jim Paris)
4705         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
4706
4707 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
4708
4709         * src/SDCCicode.c (isOperandEqual): fixed missing ;
4710
4711 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
4712
4713         * support/regression/tests/bug1198642.c: new test
4714         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
4715         * src/SDCCcse.c (findPrevIc): added comment, please have a look
4716         * support/scripts/resource.h,
4717         * support/scripts/resource.rc,
4718         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
4719         * support/scripts/sdcc.ico: added 32x32 icon
4720
4721 2005-05-18 Raphael Neider <rneider AT web.de>
4722
4723         * device/lib/pic16/libdev/pic18f*.c,
4724         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
4725           keywords to "__sfr" and "__at (X)"
4726         * device/include/pic16/pic18fregs.h: added pic18f4520
4727         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
4728           #1203088 (MPLAB compatibility)
4729
4730 2005-05-17 Raphael Neider <rneider AT web.de>
4731
4732         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
4733         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
4734         * device/lib/pic16/pics.all: added new devices
4735         * src/pic16/device.c: added support for pic18f4520
4736
4737 2005-05-16 Raphael Neider <rneider AT web.de>
4738         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
4739         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
4740         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
4741           convenience function for bit access
4742
4743 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4744
4745         * device/lib/printf_large.c: fixed bug 1193299
4746         * support/regression/tests/bug1057979.c: added test %3.3s
4747
4748 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4749
4750         * device/include/mcs51/8051.h,
4751         * device/include/mcs51/8052.h: made parseable with lint
4752         * device/include/mcs51/lint.h: added include file for (sp)lint
4753         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
4754         * doc/cdbfileformat.lyx,
4755         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
4756
4757 2005-05-14 Raphael Neider <rneider AT web.de>
4758
4759         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
4760         * device/lib/pic16/libc/stdlib/itoa.c (new)
4761         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
4762         * device/lib/pic16/libio/Makefile: exclude subdir according to
4763           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
4764         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
4765         * src/pic16/gen.c (genFunction): prevent annoying warning
4766         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
4767           nameclashes on BeOS
4768         * support/cpp2/cppmain.c (cpp_output_string): new
4769         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
4770           fixes bug 1116802
4771
4772 2005-05-13 Borut Razem <borut.razem AT siol.net>
4773
4774         * src/SDCCmain.c (linkEdit): fixed bug 1195202
4775
4776 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4777
4778         * .version: changed to version 2.5.1; back to bleeding edge development
4779
4780 2005-05-11 Borut Razem <borut.razem AT siol.net>
4781
4782         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
4783           generate PDF version 1.3 documents
4784
4785 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4786
4787         * .version: changed to version 2.5.0
4788
4789 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4790
4791         * doc/sdccman.lyx: updated weblinks, index and smaller updates
4792
4793 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4794
4795         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
4796         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
4797         well as many smaller updates.
4798         * .version: changed to version 2.5.0-pre1
4799
4800 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4801
4802         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
4803
4804 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
4805
4806         * support/regression/tests/bug1185672.c: added
4807         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
4808           bug 1185672
4809         * src/mcs51/gen.c (genCall): added comments, made it look safer
4810         * src/mcs51/gen.c (genEndFunction): simplified
4811
4812 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
4813
4814         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
4815
4816 2005-04-14 Borut Razem <borut.razem AT siol.net>
4817
4818         * fixed bug 1045046 - SIGSEGV with really simple code?:
4819           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
4820           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
4821
4822 2005-04-14 Borut Razem <borut.razem AT siol.net>
4823
4824         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
4825           src/pic16/device.h: temporarily disabled experimental #inline pragma
4826           for 2.5.0 release
4827
4828 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
4829
4830         * device/include/z80/stdio.h,
4831         * device/include/z80/string.h: removed these highly incomplete files so
4832           SDCC can use the default ones in device/include/
4833
4834 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4835
4836         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
4837         gcc warning.
4838         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
4839         fix sdcpp warnings.
4840
4841 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
4842
4843         * device/include/malloc.h: removed redundant __reentrant prototypes
4844         * device/lib/_mullong.c: added working xstack variant in asm (C version
4845           doesn't pass regression tests)
4846         * device/lib/bpx.c: used __data and made bpx char for mcs51
4847         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
4848           (createFunction): fixed bug with xstackPtr
4849         * src/SDCCcse.c: corrected comments
4850         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
4851           (killDeadCode, eBBlockFromiCode): removed unused code
4852         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
4853           corrected comments
4854         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
4855           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
4856           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
4857           (genModOneByte): fixed warning in MSVC
4858         * src/mcs51/main.c (): added comments
4859         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
4860
4861 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
4862
4863         * src/SDCCmain.c (linkEdit): oops, changed one line too many
4864
4865 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
4866
4867         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
4868
4869 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
4870
4871         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
4872         characters arrays of larger size than the declared one.
4873
4874 2005-04-10 Borut Razem <borut.razem AT siol.net>
4875
4876         * src/pic/gen.c (genInline),
4877           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
4878           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
4879           (findNextInstruction), (findPrevInstruction),
4880           (findInstructionUsingLabel),
4881           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
4882         * src/pic/pcode.c (findLabel): added missing '\n'
4883         * src/src.dsp: added SDCCdwarf2.c to the project
4884
4885 2005-04-09 Borut Razem <borut.razem AT siol.net>
4886
4887         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
4888
4889 2005-04-08 Raphael Neider <rneider AT web.de>
4890
4891         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
4892           into the chain after a given one) and mergeDefmapSymbols (combine
4893           defmap entries for each symbol per pcode)
4894         * (createDefmap): have defmap entries merged in the end
4895         * (defmapReplaceSymRef): split defmap entries covering two accesses to
4896           a symbol before replacing one access type's symbol, merge symbols in
4897           the end (replacement symbol might already have an entry)
4898         * (assignValnums): keep reference to written WREG intact
4899
4900 2005-04-08 Raphael Neider <rneider AT web.de>
4901
4902         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
4903           Alpha)
4904
4905 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
4906
4907         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
4908         bytes
4909
4910 2005-04-07 Raphael Neider <rneider AT web.de>
4911
4912         * device/include/pic16/usart.h: added compatibility defines for
4913           devices with more than one USART
4914         * device/include/pic16/pic18f[68][567]20.h: activated above defines
4915
4916 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4917
4918         * device/lib/Makefile.in: updated for port specific include
4919
4920 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4921
4922         * support/regression/ports/mcs51/spec.mk: added mcs51 include
4923
4924 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4925
4926         * device/include/8051.h,
4927         * device/include/8052.h,
4928         * device/include/at89S8252.h,
4929         * device/include/at89c55.h,
4930         * device/include/at89x051.h,
4931         * device/include/at89x51.h,
4932         * device/include/at89x52.h,
4933         * device/include/mcs51reg.h,
4934         * device/include/reg51.h,
4935         * device/include/reg764.h,
4936         * device/include/regc515c.h,
4937         * device/include/sab80515.h: (re)moved these 12 files
4938         * device/include/mcs51/8051.h,
4939         * device/include/mcs51/8052.h,
4940         * device/include/mcs51/at89S8252.h,
4941         * device/include/mcs51/at89c55.h,
4942         * device/include/mcs51/at89x051.h,
4943         * device/include/mcs51/at89x51.h,
4944         * device/include/mcs51/at89x52.h,
4945         * device/include/mcs51/mcs51reg.h,
4946         * device/include/mcs51/reg51.h,
4947         * device/include/mcs51/reg764.h,
4948         * device/include/mcs51/regc515c.h,
4949         * device/include/mcs51/sab80515.h: and added them here
4950
4951 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
4952
4953         * device/include/stdarg.h: changed SDCC specific keywords to double
4954           underlined form.
4955         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
4956           mcs51 and ds390.
4957         * device/include/hc08/mc68hc908gp32.h,
4958         * device/include/hc08/mc68hc908jb8.h,
4959         * device/include/hc08/mc68hc908jkjl.h,
4960         * device/include/hc08/mc68hc908qy.h: fixed comments
4961         * device/include/mcs51/README: updated
4962         * device/include/mcs51/c8051f120.h: added PINRSF
4963         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
4964         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
4965           amidst code. Also inline is not supported.
4966
4967 2005-04-06 Raphael Neider <rneider AT web.de>
4968
4969         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
4970         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
4971           callers stack/frame pointers
4972
4973 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
4974
4975         * device/include/pic16/usart.h: added, missing in previous commit,
4976         * device/include/pic16/adc.h: fixed typo,
4977         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
4978         commit,
4979         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
4980         <p18fxxx.inc>
4981         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
4982         uninitialized because a bug appears with gplink
4983         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
4984         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
4985         complains for unrecognised option
4986
4987 2005-04-05 Raphael Neider <rneider AT web.de>
4988
4989         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
4990           structs as well (using memcpy)
4991         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
4992           on ISRs (GOTO has no label)
4993         * src/pic16/device.h: added OF_OPTIMIZE_DF
4994         * src/pic16/main.c: added compiler switch --optimize-df to enable the
4995           new data flow analysis/optimization
4996         * src/pic16/pcode.c: added (prototypes for and implementation of)
4997           dataflow analysis functions, fixed pCodeInstructions' inCond and
4998           outCond values, made RCALL a branch instruction
4999         * (pic16_unlinkpCode): keep C line if possible
5000         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
5001           C line moved if possible
5002         * (pic16_getRegFrompCodeOp): NEW, improved version of...
5003         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
5004           to use new pic16_getRegFrompCodeOp (works for more SFRs)
5005         * (pic16_BuildFlow): fixed skip instructions with label (did not start
5006           new flow)
5007         * (pic16_getJumptabpCode): NEW, needed in...
5008         * (LinkFlow): fixed handling of jumptables, calls and conditional
5009           branches
5010         * (pic16_InsertCommentAfter): NEW
5011         * (pic16_pCodeReplace): made verbose and flow preserving
5012         * (AnalyzeFlow): added call to data flow analysis
5013         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
5014         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
5015         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
5016
5017 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5018
5019         * src/SDCCast.c (decorateType): fixed bug #1105626
5020
5021 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
5022
5023         * device/include/asm/pic16/features.h,
5024         * pic18f*.h headers,
5025         * device/include/pic16/adc.h,
5026         * device/include/pic16/delay.h,
5027         * device/include/pic16/i2c.h,
5028         * device/include/pic16/malloc.h,
5029         * device/include/pic16/stdio.h,
5030         * device/include/pic16/stdlib.h,
5031         * device/include/pic16/string.h,
5032         * device/lib/pic16/libc/stdio/printf_tiny.c,
5033         * device/lib/pic16/libc/stdio/printf_small.c,
5034         * device/lib/pic16/libc/stdio/strmgpsim.c,
5035         * device/lib/pic16/libc/stdio/strmmssp.c,
5036         * device/lib/pic16/libc/stdio/strmusart.c,
5037         * device/lib/pic16/libc/stdio/vfprintf.c,
5038         * device/lib/pic16/libc/stdlib/ltoa.c,
5039         * device/lib/pic16/libc/stdlib/putchar.c,
5040         * device/lib/pic16/libc/stdlib/x_ftoa.c,
5041         * device/lib/pic16/libc/stdlib/memchrpgm.c,
5042         * device/lib/pic16/libc/stdlib/memchrram.c,
5043         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
5044         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
5045         * device/lib/pic16/libio/adc/adcbusy.c,
5046         * device/lib/pic16/libio/adc/adcread.c,
5047         * device/lib/pic16/libio/adc/adcsetch.c,
5048         * device/lib/pic16/libio/usart/ubaud.c,
5049         * device/lib/pic16/libio/usart/ubusy.c,
5050         * device/lib/pic16/libio/usart/udrdy.c,
5051         * device/lib/pic16/libio/usart/uopen.c,
5052         * device/lib/pic16/libio/usart/uputc.c,
5053         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
5054         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
5055         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
5056         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
5057         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
5058         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
5059         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
5060         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
5061         specific keywords to double underlined form,
5062         * device/lib/pic16/libc/Makefile.rules,
5063         * device/lib/pic16/libsdcc/Makefile.rules,
5064         * device/lib/pic16/libm/Makefile,
5065         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
5066         to compile with C standard set in Makefile.common
5067         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
5068         rand.c and crc.c in compilation process,
5069         * device/lib/pic16/libsdcc/int/divuint.c,
5070         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
5071         `c' from signed to unsigned,
5072         * device/lib/pic16/startup/crt0.c,
5073         * device/lib/pic16/startup/crt0i.c,
5074         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
5075         keywords to double underlined form, bug fixes in _do_cinit function
5076         which prevented the correct initialization of the .idata segment,
5077         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
5078         core to enter a infinite loop
5079         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
5080
5081 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5082
5083         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
5084
5085 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5086
5087         * device/include/Makefile.in: add support for hc08 subdirectory
5088         * device/include/hc08/: new subdirectory
5089         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
5090         Lucas Loizaga, thanks!
5091         * device/include/hc08/mc68hc908qy.h,
5092         * device/include/hc08/mc68hc908gp32.h,
5093         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
5094         their own directory. Changed internal macro names to use the compiler
5095         reserved namespace. Changed SDCC specific keywords to double
5096         underlined form.
5097         * device/include/math.h,
5098         * device/include/malloc.h,
5099         * device/include/stdarg.h,
5100         * device/include/stdbool.h
5101         * device/include/string.h,
5102         * device/include/tinibios.h,
5103         * device/include/ds400rom.h,
5104         * device/include/8051.h,
5105         * device/include/8052.h,
5106         * device/include/80c51xa.h,
5107         * device/include/at89c55.h,
5108         * device/include/at89S8252.h,
5109         * device/include/at89x51.h,
5110         * device/include/at89x52.h,
5111         * device/include/ds80c390.h,
5112         * device/include/reg764.h,
5113         * device/include/regc515c.h,
5114         * device/include/sab80515.h,
5115         * device/include/mcs51/c8051f000.h,
5116         * device/include/mcs51/c8051f018.h,
5117         * device/include/mcs51/c8051f020.h,
5118         * device/include/mcs51/c8051f040.h,
5119         * device/include/mcs51/c8051f060.h,
5120         * device/include/mcs51/c8051f120.h,
5121         * device/include/mcs51/c8051f300.h,
5122         * device/include/mcs51/c8051f310.h,
5123         * device/include/mcs51/c8051f320.h,
5124         * device/include/mcs51/c8051f330.h,
5125         * device/include/mcs51/c8051f350.h,
5126         * device/include/z180.h: Changed SDCC specific keywords to double
5127         underlined form.
5128
5129 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
5130
5131         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
5132         18F4455,
5133         * (pic16_assignConfigWordValue): disable testing of configuration
5134         register value with config mask,
5135         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
5136         function with port->fun_prefix,
5137         * (genFunction): when generating a naked interrupt function never
5138         create an absolute segment placed in interrupt vector address, place
5139         the actual interrupt function at IVA instead, when an interrupt
5140         function is generated with unspecified interrupt then do not create
5141         the absolute section,
5142         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
5143         code for generating a call to generic pointer get/put function with
5144         a call to function pic16_callGenericPointer(),
5145         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
5146         the call to the generic pointer get/put functions with prefixing the
5147         function name with port->fun_prefix,
5148         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
5149         * src/pic16/main.c (_process_pragma): prefix function with
5150         port->fun_prefix,
5151         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
5152         calling assembler, old 18Fxxxx macro is deprecated,
5153         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
5154         PC_ASMDIR in while condition,
5155         * (findInstruction): add PC_ASMDIR in while condition,
5156         * (buildCallTree): prefix main with port->fun_prefix,
5157         * (pic16_pCode2str): fixed bug that didn't emit the memory access
5158         identifier for variable with banked access in instructions BTFSS,
5159         BTFSC, BCF, BSF, BTG
5160         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
5161         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
5162         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
5163         perform optimization when enviroment variable NO_REG_OPT is set,
5164         * (insideLRBlock): NEW, return 1 if register is inside an
5165         INF_LOCALREGS block,
5166         * (RemoveRegFromLRBlock): remove a register that is completely
5167         eliminated by register optimization, but it is still left in local
5168         register store/restore in/from stack block,
5169         * (Remove2pcodes): after removing register, check to see if it
5170         should be removed from local register store/restore in/from stack
5171         block,
5172         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
5173         DUMMY_READ_VOLATILE,
5174
5175         * device/include/pic16/adc.h: minor prototype modifications and
5176         update,
5177         * device/include/pic16/malloc.h: added GPL notice various
5178         modifications,
5179         * device/include/pic16/stdint.h: NEW, standard header for ints
5180         * device/include/pic16/delay.h: NEW, header for delay functions,
5181         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
5182         delay1mtcy,
5183         * device/include/pic16/signal.h: NEW, header providing helper macros
5184         for implementing signal handlers,
5185         * device/include/pic16/stdio.h: added prototypes for functions,
5186         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
5187         prototypes for stdin and stdout, added macro PUTCHAR to
5188         automatically implement putchar function prototype,
5189         * device/include/pic16/usart.h: modified and updated USART library,
5190         * device/lib/pic16/libio/adc/,
5191         * device/lib/pic16/libio/i2c: some modifications to improve library
5192         performance,
5193         * device/lib/pic16/libc/stdio/: modifications for the new printf*
5194         family of functions,
5195         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
5196         family of functions and other sources,
5197         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
5198         of the PIC18Fxx[28] devices,
5199         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
5200         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
5201         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
5202         _do_cinit function, because the previous failed when local variables
5203         where not placed in the same memory bank,
5204         * device/lib/pic16/libsdcc/char/: various modifications to improve
5205         library performance,
5206         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
5207         information on the new functions of the c library and more...
5208
5209 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5210
5211         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
5212
5213 2005-03-26 Raphael Neider <rneider AT web.de>
5214
5215         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
5216           if condition == CARRY)
5217         * (genCmp): adapted to new genSkipc semantics
5218         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
5219           on rIfx (genCmp was broken)
5220
5221 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5222
5223         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
5224         * src/z80/main.c (_keywords[]),
5225         * src/SDCCglobal.h (struct options),
5226         * src/SDCC.y,
5227         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
5228         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
5229         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
5230         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
5231         always available in leading double underscore form. The C99 support is
5232         mostly missing, but it's a start.
5233         * support/regression/tests/bug-227710.c: fixed nonconforming use of
5234         reserved identifier "__data".
5235
5236 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
5237
5238         * src/mcs51/peeph.def: fixed bug 1170013
5239
5240 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
5241
5242         * device/include/mcs51reg.h: fixed bug 842007
5243
5244 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5245
5246         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
5247         last time.
5248
5249 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5250
5251         * src/port.h (struct PORT),
5252         * src/avr/ralloc.c (avr_assignRegisters),
5253         * src/avr/main.c,
5254         * src/ds390/ralloc.c (ds390_assignRegisters),
5255         * src/ds390/main.c,
5256         * src/hc08/ralloc.c (hc08_assignRegisters),
5257         * src/hc08/main.c,
5258         * src/mcs51/ralloc.c (mcs51_assignRegisters),
5259         * src/mcs51/main.c,
5260         * src/pic/ralloc.c (pic14_assignRegisters),
5261         * src/pic/main.c,
5262         * src/pic16/ralloc.c (pic16_assignRegisters),
5263         * src/pic16/main.c,
5264         * src/xa51/ralloc.c (xa51_assignRegisters),
5265         * src/xa51/main.c,
5266         * src/z80/ralloc.c (z80_assignRegisters),
5267         * src/z80/ralloc.h,
5268         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
5269         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
5270         * src/SDCCcse.h,
5271         * src/SDCCdflow.c (computeDataFlow),
5272         * src/SDCCdflow.h,
5273         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
5274         * src/SDCCloop.h,
5275         * src/SDCCcflow.c (*),
5276         * src/SDCCcflow.h,
5277         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
5278         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
5279         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
5280         immedDom() returning wrong block; probably fixes bug #1160833)
5281
5282 2005-03-20 Borut Razem <borut.razem AT siol.net>
5283
5284         * support/scripts/inc2h.pl: WIN32 port
5285
5286 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
5287
5288         * device/lib/makefile.in: added abs.c and labs.c
5289
5290 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
5291
5292         * device/include/stdint.h: added
5293         * device/lib/abs.c: added
5294         * device/lib/labs.c: added
5295         * device/include/stdlib.h: added abs() and labs() prototypes
5296         * device/lib/libsdcc.lib: added abs and labs
5297         * device/include/float.h,
5298         * device/lib/_fsmul.c,
5299         * device/lib/printf_fast.c,
5300         * device/lib/printf_tiny.c: updated comments
5301
5302 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5303
5304         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
5305         bug #1164313
5306
5307 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5308
5309         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
5310         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
5311
5312 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
5313
5314         * device/lib/printf_large.c: removed inline assembly for portability and
5315           readability. Use printf_fast if speed or size are more important.
5316         * src/pic16/gen.c: removed conditions around use of DEBUGpc
5317         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
5318
5319 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
5320
5321         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
5322         prevent compiler warning
5323
5324 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
5325
5326         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
5327         moved to level 0 and declared as static. Also they are explicit
5328         placed in access bank. This was necessery because some times they
5329         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
5330         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
5331         optimizations. Currently only compare to unsigned char is implemented,
5332         * src/pic16/gen.c: added fReturnIdx array,
5333         * (struct resolvedIfx) is moved to gen.h and made public,
5334         * (struct _G): added sregsAlloc and sregsAllocSet fields,
5335         * (aopForSym): added an optimization to directly store in stack of
5336         the operand of a SEND iCode,
5337         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
5338         but as registers instead (AOP_REG) using the fReturnIdx array,
5339         * (pic16_freeAsmop): remove the freed register from the
5340         _G.sregsAlloc field,
5341         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
5342         a compare of 'WREG',
5343         * (pic16_popGetTempRegCond): changed function prototype, now
5344         function takes also a bitVector argument v which holds the current
5345         set of registers that are allocated for stack access by aopForSym,
5346         registers allocated in aopForSym for accessing stack symbols are not
5347         any more part of the functions usedRegs field,
5348         * (genCall): some times aopOp is called for a stack variable to be
5349         send, aopForSym might perform the push, if this is true make sure
5350         that genCall doesn't push the variable twice by testing _G.resDirect,
5351         * (genFunction): changed testing for unspecified interrupt number
5352         from 256 to INTNO_UNSPEC,
5353         * modified selection scheme of frame pointer generation. Previously
5354         if function did use local registers a frame pointer was generated,
5355         now a frame pointer is generated only if function has arguments
5356         (that need PLUSW2 register access), or has stack arguments, or the
5357         compiler is not instructed to omit the frame pointer,
5358         * (genEndFunction): before restoring local registers that were saved
5359         in the function preamble, also restore the registers that *might*
5360         have been allocated for stack access,
5361         * (genRet): removed some old comments,
5362         * (genCmp, the active (RN's) version): added a call to the
5363         pic16_genCmp_special function to perform the compare with a more
5364         robust and optimized way,
5365         * (genInline): a feature has been added in inline code generation,
5366         which allows a wildcard variable substitution when writing inline
5367         assembly. Code is incomplete and experimental therefore undocumented,
5368         * (genCast): changed order of aopOp for result and right to allow
5369         aopForSym to directly load the result if possible,
5370         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
5371         perform an optimized compare on some selected special occasions,
5372         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
5373         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
5374         generate an IVT any more,
5375         * src/pic16/main.c (pic16_optionsTable): added command line option
5376         --optimize-cmp,
5377         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
5378         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
5379         macros,
5380         * src/pic16/NOTES: Raphael Neider added in list of active developers
5381         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
5382         jumptable_end to prevent bug #,
5383         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
5384         inCond and outCond fields,
5385         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
5386         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
5387         turn off register spilling,
5388         * (packRegsForOneUse): synced with other ports' versions although it
5389         is not used currently,
5390         * (pic16_packRegisters): added an optimization while reading
5391         structure bitfields, some registers may be saved (malloc code is
5392         decreased by 80 bytes)
5393
5394 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
5395
5396         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
5397         left is a bitfield, if yes, then don't optimize assignment. Perhaps
5398         this can be optimized more?
5399
5400 2005-03-10 Raphael Neider <rneider AT web.de>
5401
5402         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
5403           genNearPointerGet): (hopefully) fixed access to bitfields via
5404           pointers (p->bitN = x; and x = p->bitN; failed)
5405
5406 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
5407
5408         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
5409
5410 2005-03-09 Raphael Neider <rneider AT web.de>
5411
5412         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
5413
5414 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
5415
5416         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
5417         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
5418           (regTypeNum): set REG_BIT type if necessary
5419         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
5420         * support/regression/tests/critical.c: check bug 1144613
5421
5422 2005-03-02 Raphael Neider <rneider AT web.de>
5423
5424         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
5425
5426 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5427
5428         * src/avr/ralloc.c (serialRegAssign),
5429         * src/ds390/ralloc.c (serialRegAssign),
5430         * src/hc08/ralloc.c (serialRegAssign),
5431         * src/mcs51/ralloc.c (serialRegAssign),
5432         * src/pic/ralloc.c (serialRegAssign),
5433         * src/pic16/ralloc.c (serialRegAssign),
5434         * src/xa51/ralloc.c (serialRegAssign),
5435         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
5436
5437 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
5438
5439         * src/SDCCast.c (decorateType): fixed bug 1124787
5440
5441 2005-02-20 Hubert Sack <sack AT digiplan.de>
5442         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5443
5444         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
5445         patch #1121755
5446
5447 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5448
5449         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
5450         to keep the correct label reference count when adding/removing references
5451         to labels. A peephole file using this is appended to patch #1144962.
5452
5453 2005-02-14 Raphael Neider <rneider AT web.de>
5454
5455         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
5456         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
5457         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
5458           retrievals of result operand's value on assignment
5459
5460 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
5461
5462         * device/include/pic16/string.h: modified prototype for memccpy()
5463         to memccpy(void *, void *, char, size_t)
5464         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
5465         check whether to omit frame pointer or not,
5466         * (genInline): convert all occurences of "\n" to LF in inline
5467         assembler blocks, this helps formatting the inline text,
5468         * (pic16_loadFSR0): modified prototype,
5469         * (genNearPointerGet, genNearPointerSet): reorganization of code,
5470         removed some 8051 legacy code,
5471         * (genPackBits): enabled handling bitfields exceeding one byte in size,
5472         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
5473         before allocating temporary registers in functions,
5474
5475 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
5476
5477         * support/regression/tests/bitvars.c: corrected the "fix"
5478
5479 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
5480
5481         * support/regression/tests/bitvars.c,
5482         * support/regression/tests/bitwise.c,
5483         * support/regression/tests/rotate.c: "fixed" problems on Alpha
5484
5485 2005-02-10 Raphael Neider <rneider AT web.de>
5486
5487         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
5488           different size for Alpha
5489         * src/pic16/gen.c (genCmpEq) : improved compare with 0
5490
5491 2005-02-09 Raphael Neider <rneider AT web.de>
5492
5493         * src/SDCC.lex(doPragma) : save and restore warning options as well
5494           (also added new stack plus clone- and copyAndFreeSDCCERRG())
5495         * have #pragma less_pedantic set the errorlevel to WARNING
5496           (fixes #1117001)
5497         * (cloneOptimize) : fixed wrong malloc's size
5498         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
5499           facilitate correct handling of #pragma (save|restore)
5500
5501 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
5502
5503         * src/mcs51/gen.c: removed non-standard C nameless struct/union
5504
5505 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
5506
5507         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
5508
5509 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
5510
5511         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
5512
5513 2005-02-02 Raphael Neider <rneider AT web.de>
5514
5515         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
5516         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
5517         * (pic16_storeForReturn): fixed to allow returning function pointers
5518         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
5519         * device/include/pic16/{stddef.h,stdbool.h}: added
5520
5521 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
5522
5523         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
5524
5525 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
5526
5527         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
5528         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
5529          appeared to be required
5530
5531 2005-01-31 Borut Razem <borut.razem AT siol.net>
5532
5533         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
5534           include/mcs51 and include/z80 directories to the package
5535
5536 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5537
5538         * src/hc08/gen.c (genFunction): fixed bug #1112752
5539
5540 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5541
5542         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
5543
5544 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5545
5546         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
5547
5548 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
5549
5550         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
5551
5552 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
5553
5554         * device/include/c8051fxxx.h: removed these 6 files
5555         * device/include/mcs51/c8051fxxx.h: added these 11 new files
5556
5557 2005-01-26 Raphael Neider <rneider AT web.de>
5558
5559         * src/pic16/gen.c (genAssign): fixed assignment from longs
5560           in codespace (were cut to three bytes)
5561         * (genDummyRead): implemented (except for CODESPACE...),
5562           fixed bug #1108575
5563         * src/pic16/glue.c (emitStatistics): beautified
5564         * device/lib/pic16/libm/Makefile: added include path
5565
5566 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5567
5568         * src/z80/gen.c (aopPut): fixed bug #1103902
5569
5570 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5571
5572         * device/lib/expf.c: fixed bug #1095792
5573
5574 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
5575
5576         * device/lib/pic16/libm: added Math library sources
5577
5578 2005-01-24 Raphael Neider <rneider AT web.de>
5579
5580         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
5581           to enable upcast to pCodeOpReg2 (there is no type tag to
5582           differenciate the two and pic16_popGet2p cast into PCOR2)
5583         * src/pic16/main.c (_process_pragma): fixed another malloc bug
5584           (sizeof(sectNames) changed to sizeof(sectName))
5585           Both patches fix segfaults under MinGW.
5586
5587 2005-01-23 Raphael Neider <rneider AT web.de>
5588
5589         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
5590           Safe_[mc]?alloc()'ed variables
5591         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
5592           of (byte sized) temporaries (assign them to WREG for now)
5593         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
5594           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
5595           this might fix SIGSEGVs on MinGW...
5596         * src/SDCCopt.c (killDeadCode): restored original behaviour
5597           (volatile operands might get thrown away though)
5598
5599 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
5600
5601         * src/pic16/gen.c: fixed bug #1106975,
5602         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
5603         pointer update, INTCON is saved, global interrupts are disabled and
5604         restored after updateing TOS.
5605         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
5606         * added function attribute 'shadowregs' to take advantage of shadow
5607         registers,
5608         * added function attribute 'wparam' as an alternative to the wparam
5609         pragma,
5610         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
5611         user declares a non-ISR function as 'shadowregs',
5612         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
5613
5614 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
5615
5616         * .version: bumped version number to 2.4.8
5617         * device/lib/pic16/pics.all: list of PIC18F devices supported by
5618         pic16 port,
5619         * device/lib/pic16/libio/i2c/: I2C module support library,
5620         * device/include/pic16/i2c.h: I2C support library header,
5621         * device/lib/pic16/libc/stdio/: standard IO support sources,
5622         * (printf_small.c): printf_small() source, supports float print,
5623         * (printf_tiny.c): printf_tiny() source, does not support floats,
5624         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
5625         enable global optimizations for entire library source, other
5626         Makefiles in the source tree are also modified to reflect this,
5627         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
5628         function,
5629         * doc/sdccman.lyx: updated to reflect new changes,
5630         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
5631         sym->onStack if-case,
5632         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
5633         sbit, idata, _idata, xdata, _xdata,
5634         * added pragma library, to link an external library, (see doc),
5635         * removed command line options, --pomit-config-words, --pomit-ivt,
5636         --pleave-reset-vector,
5637         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
5638         when calling assembler to reflect memory model used, also define
5639         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
5640         reflect stack model used,
5641         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
5642         on stack return NULL,
5643
5644 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
5645
5646         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
5647           of the operands is volatile. Fixes #1020220
5648
5649 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
5650
5651         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
5652         * (OptimizeRegUsage): make sure that there is really no other flow where
5653           the first pCode is used
5654
5655 2005-01-22 Raphael Neider <rneider AT web.de>
5656
5657         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
5658           to fix #1106967 (pCode->seq are not set up correctly)
5659
5660 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5661
5662         * src/SDCCglue.c (glue): make sure code area is declared before the
5663         static initialization area.
5664
5665 2005-01-21 Raphael Neider <rneider AT web.de>
5666
5667         * device/lib/Makefile.in: fixed test for pic16 install dir
5668         * device/lib/pic16/*/Makefile*: modified compile flags to enable
5669           optimizations
5670         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
5671           added --optimize-goto compiler switch and pragma wparam documentation
5672         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
5673         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
5674           and PRODH closing bug #1071770 (peephole optimizer)
5675
5676 2005-01-19 Raphael Neider <rneider AT web.de>
5677
5678         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
5679           cmdLine buffers (used when calling sdcpp...) are large enough
5680           (MAX_PATH=256 truncates arguments leading to system halts when
5681           used in MinGW...)
5682         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
5683         * (genUminus): rewritten to for efficiency
5684         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
5685           used uninitialized in some cases)
5686         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
5687           copy the third byte from the int -- now assumes 0x80 (data memory)
5688         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
5689           operands (genAddLit expects the iCode's operands to swapped as
5690           well), fixed leftover bytes (crashed for short left operands)
5691         * (pic16_genMinusDec): performance improvements, removed false
5692           PIC14 emitSKPNCs
5693         * (pic16_genMinus): fixed to cope with differently sized operands
5694         * src/pic16/glue.c (pic16_glue): added new banksel optimization
5695           for --obanksel > 1
5696         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
5697         * src/pic16/graph.[ch]: implementation of directed graphs, used by
5698           new banksel optimization
5699         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
5700           analysis for temporary registers (segfaults...)
5701         * src/pic16/peeph.def: added rule
5702
5703 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
5704
5705         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
5706         which converts a float number to its ASCII representation
5707         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
5708         functions to convert the fractional and integer part of a float to ASCII,
5709         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
5710         realloc.c): added _MALLOC_SPEC to explicit place variables in data
5711         ram
5712         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
5713         _STATMEM macros,
5714         * device/include/pic16/adc.h: added GPL info,
5715         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
5716         a pCodeOp as tested operand,
5717         * (genNearPointerGet): optimized bit testing, does not use
5718         intermediate register for bit value, test directly instead with
5719         BTFSS, BTFSC, works only for single bits,
5720         * (genpic16Code): dump the name of the iCode in the asm,
5721         * src/pic16/ralloc.c (decodeOp): removed static declaration and
5722         renamed to pic16_decodeOp,
5723         * (serialRegAssign): do not allocate a temporary register for iCode
5724         sequences that test a single bit for 1/0
5725
5726 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
5727
5728         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
5729         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
5730         access stack and frame pointers. They are initially assigned to
5731         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
5732         accessing SFRs. Updated all occurences of modification of stack or
5733         frame pointer in gen.c and pcode.c,
5734         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
5735         assigning of a literal value to pointers,
5736         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
5737         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
5738         selected
5739
5740 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5741
5742         * doc/sdccman.lyx: update documentation about stack pragma, added
5743         some info for stack memory models
5744
5745 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5746
5747         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
5748
5749 2005-01-08 Raphael Neider <rneider AT web.de>
5750
5751         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
5752           udata sections to fix bug #1097823
5753
5754 2005-01-05 Raphael Neider <rneider AT web.de>
5755
5756         * src/pic16/gen.c (genGenericShift): added handling of differently
5757           sized left operand and result
5758
5759 2005-01-04 Raphael Neider <rneider AT web.de>
5760
5761         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
5762         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
5763           to hold the condition bit)
5764         * added new version of genCmp (old code available via #define)
5765         * added new version of genShiftLeft/genShiftRight in a generic
5766           way, now supports shifting by negative values
5767         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
5768           shiftCount (expected by genGenericShift)
5769         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
5770         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
5771           dump
5772         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
5773           is an invalid literal too...)
5774
5775 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
5776
5777         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
5778         from Raphael Neider,
5779         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
5780         for 8-bit literals. This fixes some literal operands which are sign
5781         extended to 16-bits ints when instruction needs only 8-bits.
5782
5783 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
5784
5785         * device/lib/logf.c: added mcs51 assembly version
5786         * device/lib/expf.c: added mcs51 assembly version
5787         * device/lib/_logexpf.c: new shared asm code for expf and logf
5788         * device/include/math.h: add defines for assembly math library
5789         * device/lib/Makefile.in: build new _logexpf.c
5790         * device/lib/libfloat.lib: use new _logexpf.c
5791
5792 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
5793
5794         * src/pic/device.c
5795         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
5796           device types which have less than 0x7f registers.
5797
5798 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
5799
5800         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
5801
5802 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
5803
5804         * device/lib/printf_fast.c: only build on supported arch.
5805         * device/lib/printf_tiny.c: only build on supported arch.
5806         * device/lib/printf_fast_f.c: only build if asm float lib
5807         * device/lib/_fsget1arg.c: only build if asm float lib
5808         * device/lib/_fsget2args.c: only build if asm float lib
5809         * device/lib/_fsnormalize.c: only build if asm float lib
5810         * device/lib/_fsreturnval.c: only build if asm float lib
5811         * device/lib/_fsrshift.c: only build if asm float lib
5812         * device/lib/_fsswapargs.c: only build if asm float lib
5813         * device/include/stdio.h: don't provide print_fast,
5814           print_fast_f, print_tiny prototypes if --xstack used
5815
5816 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
5817
5818         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
5819         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
5820           to the SOURCES
5821
5822 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
5823
5824         * device/lib/printf_fast_f.c: same as printf_fast, but
5825           with floating point enabled
5826         * device/lib/printf_fast.c: minor tweaks
5827         * device/include/stdio.h: add printf_fast_f
5828
5829 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
5830
5831         * src/SDCCmain.c: make --float-reent default for mcs51
5832         * device/lib/_fsadd.c: added mcs51 assembly version
5833         * device/lib/_fssub.c: added mcs51 assembly version
5834         * device/lib/_fsmul.c: added mcs51 assembly version
5835         * device/lib/_fsdiv.c: added mcs51 assembly version
5836         * device/lib/_fseq.c: added mcs51 assembly version
5837         * device/lib/_fsneq.c: added mcs51 assembly version
5838         * device/lib/_fsgt.c: added mcs51 assembly version
5839         * device/lib/_fslt.c: added mcs51 assembly version
5840         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
5841         * device/lib/Makefile.in: add _fscmp to build
5842         * device/lib/libfloat.lib: add _fscmp to build
5843
5844 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
5845
5846         * device/lib/_fs2slong.c: added mcs51 assembly version
5847         * device/lib/_fs2sint.c: added mcs51 assembly version
5848         * device/lib/_fs2schar.c: added mcs51 assembly version
5849         * device/lib/_fs2ulong.c: added mcs51 assembly version
5850         * device/lib/_fs2uint.c: added mcs51 assembly version
5851         * device/lib/_fs2uchar.c: added mcs51 assembly version
5852         * device/lib/_slong2fs.c: added mcs51 assembly version
5853         * device/lib/_sint2fs.c: added mcs51 assembly version
5854         * device/lib/_schar2fs.c: added mcs51 assembly version
5855         * device/lib/_ulong2fs.c: added mcs51 assembly version
5856         * device/lib/_uint2fs.c: added mcs51 assembly version
5857         * device/lib/_uchar2fs.c: added mcs51 assembly version
5858         * device/include/float.h: added #define to select asm vs c
5859
5860 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
5861
5862         * device/lib/printf_fast.c: improvements to float output
5863         * device/include/float.h: add defines for assembly float library
5864         * device/lib/_fsget1arg.c: receive 1 float arg
5865         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
5866         * device/lib/_fsnormalize.c: normalize a float
5867         * device/lib/_fsreturnval.c: return float, various helper routines
5868         * device/lib/_fsrshift.c: right shift a float's mantissa
5869         * device/lib/_fsswapargs.c: swap 2 floats
5870         * device/lib/Makefile.in: build these 6 new files for mcs51
5871         * device/lib/libfloat.lib: add these 6 files to the library
5872
5873 2004-12-26 Borut Razem <borut.razem AT siol.net>
5874
5875         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
5876           built by gcc 3.4.2
5877
5878 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
5879
5880         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
5881           and fully reentrant and register bank neutral.
5882         * device/lib/printf_fast.c: added float (not enabled by default),
5883           added compact/slower integer (also not enabled by default),
5884           improved size/speed of fast integer code, other minor changes
5885         * device/include/stdio.h, device/lib/Makefile.in,
5886           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
5887
5888 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
5889
5890         * src/pic16/pcode.c: declaring variables other than at the start of a
5891           block is not supported in C by VC6.
5892
5893 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
5894
5895         * applied a previous patch from Raphael Neider that wasn't included
5896         in the previous commits, which fixes infinite loops within jumptable
5897         improvements,
5898         * made some fixes that previous patches introduced
5899
5900 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
5901
5902         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
5903         that fixes an issue with AOP_PCODE asmop's offset,
5904         * (pic16_popCopyReg): update instance field too,
5905         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
5906         function of pic port,
5907         * (genCmp, genAnd, genAssign),
5908         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
5909
5910 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
5911
5912         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
5913         variables initial values to idata section,
5914         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
5915         variables in some functions. This utilizes parmBytes field of iCode
5916         structure to hold the offset of the variable in stack. (might be
5917         able to use the stack field too?)
5918         * applied patch from Raphael Neider # ### , # ###
5919         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
5920         variable initial values in idata section,
5921         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
5922         for static variables with initial value
5923         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
5924         applied fix in while loop from Raphael Neider.
5925
5926 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
5927
5928         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
5929         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
5930         * src/ds390/ralloc.c (serialRegAssign): spill bits
5931         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
5932         * support/Util/SDCCerr.c,
5933         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
5934         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
5935         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
5936
5937 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
5938
5939         * device/include/sdcc-lib.h: inserted LGPL, added includes
5940           asm/ds390/features.h and asm/mcs51/features.h
5941         * device/include/asm/default/features.h,
5942         * device/include/asm/gbz80/features.h,
5943         * device/include/asm/z80/features.h: added empty _AUTOMEM
5944           and _STATMEM
5945         * device/include/asm/ds390/features.h,
5946         * device/include/asm/mcs51/features.h: added files with defines for
5947           _AUTOMEM and _STATMEM indicating automatic and static storage class
5948         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
5949         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
5950         * src/SDCCicode.c (geniCodeCast),
5951         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
5952         * src/SDCCloop.c (loopInduction): removed unused variable lr
5953         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
5954           to convertToFcall to include char modulo (RFE 1065037), added check
5955           if left operand is unsigned and use abs of literal value
5956         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
5957           as it doesn't work after conversion from peephole.def to peephole.rul
5958         * src/mcs51/gen.c (toBoolean): added check for size,
5959           (genModOneByte): optimized code for signed char modulo a literal
5960           power of 2 (thanks to Hubert Sack),
5961           (genRRC): removed unnecessary "clr c",
5962           (genRLC): replaced "add a,acc" with cheaper "rlc a"
5963         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
5964           jump optimization,
5965           swapped rules 256.c and 256.d,
5966           extended 256.d by using new multiple checks (thanks Erik),
5967           added rules 256.e and 256.f,
5968           updated rule 261.a and 261.b to new generated code
5969         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
5970
5971 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5972
5973         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
5974           induction related bugs, including first part of bug #1074377
5975
5976 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
5977
5978         * applied patch from bug-report #1076292,
5979         * applied patches for genAnd and Goto-optimizations for Raphael
5980         Neider,
5981         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
5982         dump a less iCode information,
5983         * src/pic16/device.h (pic16_options_t): added field debgen,
5984         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
5985         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
5986         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
5987         puclic,
5988         * (various functions): added macros FENTRY and FENTRY2 to functions,
5989         to emit function prologue,
5990         * (various functions): fixed indentation,
5991         * (genNearPointerGet): fixed loading of FSR0,
5992         * (genPackBits): applied patch from Raphael Neider to fix updating
5993         of FSR0 and touching only the modified bits,
5994         * src/pic16/genarith.c (various functions): added macros FENTRY to
5995         emit function prologue in comments,
5996         * src/pic16/pcode.h: added functions debugf2, debugf3,
5997         * src/pic16/ralloc.c: partial fix for packForPush caused
5998         segmentation fault,
5999
6000 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6001
6002         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
6003           <stsp AT users.sourceforge.net> with reversed byte order
6004         * support/regression/tests/rotate.c: added (ds390 skips some tests)
6005
6006 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6007
6008         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
6009           bug #1074377
6010         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
6011         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
6012
6013 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
6014
6015         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
6016
6017 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6018
6019         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
6020           conditions,
6021           (setFromConditionArgs): friendly operand parser for peephole rules,
6022           (operandBaseName, operandsNotRelated): new peephole condition
6023           "operandsNotRelated" -- similar to "operandsNotSame", but takes
6024           architecture specific register naming into account, handles n-way
6025           comparisons, and supports quoted literals
6026         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
6027
6028 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6029
6030         * src/mcs51/peeph.def: fixed bug #1076940
6031
6032 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
6033
6034         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
6035
6036 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6037
6038         Adding support for replacing ljmps with sjmps in jumptables
6039         generated for switch statements. For now you need to set the
6040         environment variable SDCC_SJMP_JUMPTABLE to enable this.
6041         Now 4 algorithms for mcs51 jumptable generation are used:
6042         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
6043         addresses loaded pc-relative for up to 112 cases and stack-pushing
6044         target addresses loaded with offset from dptr for up to 256 cases.
6045
6046         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
6047         * src/mcs51/main.c: adapted constants for switch table generation
6048         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
6049
6050 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
6051
6052         * device/lib/printf_large.c (_print_format): fixed bug 1073386
6053         * support/regression/tests/bug1057979.c: added test for bug 1073386
6054
6055 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
6056
6057         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
6058         compilers
6059
6060 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
6061
6062         * src/pic16/device.h,
6063         * src/pic16/genarith.c,
6064         * src/pic16/glue.c,
6065         * src/pic16/main.c,
6066         * src/pic16/pcode.c: applied patches #1068154 and #1070213
6067
6068 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
6069
6070         Large cummulative patch for pic16 port.
6071         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
6072         to call when a stack overflow occurs,
6073         * (malloc.h): added CVS Id tag,
6074         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
6075         variable,
6076         * added libc directory. The current version of LibC contains string
6077         functions, ctype functions and macros and some functions of the
6078         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
6079         be extensively tested in the future. Standard disclaimer here.
6080         Library is not automatically build yet. But one can build it by
6081         invoking 'make' inside the libc directory.
6082         * added ADC library under libio. Preliminary version yet.
6083
6084         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
6085         * src/pic16/gen.c (aopForRemat): asmop size is filled by
6086         aopForRemat() now and not by pic16_aopOp(),
6087         * (pic16_popGetTempReg): removed warning messgae when allocating
6088         temporary registers, its a buggy feature and will be removed,
6089         * (pic16_popGet): set register instance field in AOP_CRY,
6090         * (pic16_outBitC): fixed for results in size greater than 1,
6091         * (genUminusFloat): fixed for pic16, ported code from mcs51,
6092         * (pic16_storeForReturn): optimized return of 0,
6093         * (genCmp): experimental code for new genCmp which uses PIC18's
6094         special compare&skip instructions. Initial tests fail some times
6095         with variables grater than 1 byte in size, so new code is disabled,
6096         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
6097         a single bit,
6098         * (genCast): began a fix to optimize the casting of a bit to another
6099         bit, now assigning a bitfield to another bitfield will fail, sorry,
6100         * src/pic16/main.c: disabled the use of lr-support feature,
6101         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
6102         * added some function prototypes, added function _debugf prototype,
6103         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
6104         bits with offset (case PO_GPR_BIT),
6105         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
6106         command line,
6107         * (isBankInstruction): modified to return 0 for no banking instruction,
6108         and 1 for banking instruction,
6109         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
6110         caused stop processing pCodes after a inline assembly block,
6111         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
6112         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
6113         registers when it shouldn't,
6114         * src/pic16/ralloc.c (allocReg): add preliminary support for
6115         supporting a limited set of temporary registers,
6116
6117 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6118
6119         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
6120           genDataPointerSet): ensure assignments always copy in MSB to LSB
6121           order,
6122           (loadRegFromAop): recognize CLRH optimization,
6123           (genFunction): optimize RECEIVE iCodes in reentrant functions
6124
6125 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6126
6127         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
6128           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
6129           selected.
6130         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
6131         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
6132           contiguous with data
6133
6134 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6135
6136         * device/lib/_gptrget.c (_gptrget),
6137         * device/lib/_gptrgetc.c (_gptrgetc),
6138         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
6139           instead of sjmp to ret
6140         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
6141           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
6142
6143 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
6144
6145         * .version: bumped version to 2.4.7
6146         * device/lib/_gptrget.c (_gptrget): is now _naked
6147         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
6148         * device/lib/_gptrput.c (_gptrput): is now _naked
6149         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
6150           (createFunction): fixed xstack
6151         * src/SDCCglue.c (emitMaps): set allocation required for bit area
6152         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
6153           or bit either,
6154           (geniCodeCritical): store original interrupt state in an iTemp bit
6155           var unless stack-auto
6156         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
6157         * src/SDCCmain.c (setIncludePath): added include/target to search path
6158         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
6159         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
6160           prototype,
6161           (processFuncArgs): put bit vars in bit area
6162         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
6163           unsaveRBank): fixed xstack,
6164           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
6165           (genFunction, genEndFunction): fixed xstack,
6166           (genAssign): optimization don't walk backwards through mem
6167         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
6168         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
6169         * support/regression/Makefile: also make library (for stack-auto) when
6170           making "all" and added "test-mcs51-xstack-auto"
6171         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
6172         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
6173         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
6174         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
6175         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
6176           make-library by MAKE_LIBRARY
6177         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
6178           regression tests for xstack
6179         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
6180         * support/regression/tests/critical.c: test for critical on mcs51
6181
6182 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6183
6184         * support/regression/ports/ucz80/spec.mk: use include and lib files from
6185           built version of sdcc instead of installed version
6186
6187 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
6188
6189         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
6190         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
6191           vprintf.c now
6192         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
6193         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
6194           WARNING: remove device/lib/build/z80/printf.o by hand when
6195           updating from previous build!
6196         * device/lib/z80/printf.c: updated comment
6197         * support/regression/tests/bug1057979.c: test all ports now
6198         * support/regression/tests/bug1065458.c: file added
6199
6200 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6201
6202         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
6203           *_start and *_end symbols for static functions
6204
6205 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
6206
6207         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
6208           and search crt0.o in all library paths,
6209           (setIncludePath): proper handling of --nostdinc,
6210           (setLibPath): proper handling of --nostdlib
6211         * support/regression/Makefile,
6212         * support/regression/ports/ds390/spec.mk,
6213         * support/regression/ports/gbz80/spec.mk,
6214         * support/regression/ports/hc08/spec.mk,
6215         * support/regression/ports/mcs51/spec.mk,
6216         * support/regression/ports/mcs51-large/spec.mk,
6217         * support/regression/ports/mcs51-stack-auto/spec.mk,
6218         * support/regression/ports/z80/spec.mk: use include and lib files from
6219           built version of sdcc instead of installed version
6220         * doc/sdccman.lyx: fixed typo in --nostdinc
6221
6222 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
6223
6224         * src/pic/pcode.c,
6225         * src/pic/device.c,
6226         * src/pic/ralloc.c,
6227         * src/pic/gen.c : added support to generate code for struct bit fields.
6228
6229 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
6230
6231         * as/xa51/xa_version.h,
6232         * device/include/errno.h,
6233         * device/include/regc515c.h,
6234         * device/lib/_itoa.c,
6235         * device/lib/_ltoa.c,
6236         * device/lib/ser_ir_cts_rts.c,
6237         * sim/ucsim/xa.src/glob.cc,
6238         * sim/ucsim/xa.src/inst_gen.cc,
6239         * sim/ucsim/xa.src/xa_bit.cc,
6240         * sim/ucsim/xa.src/xa_sfr.cc,
6241         * sim/ucsim/z80.src/inst_dd.cc,
6242         * sim/ucsim/z80.src/inst_fdcb.cc,
6243         * support/scripts/keil2sdcc.pl,
6244         * src/pic16/pic16.dsp,
6245         * src/pic16/pic16a.dsp: corrected cvs line endings
6246         * device/lib/printf_large.c: fixed bug 1057979
6247         * src/pic16/gen.c: fixed non-C standard code
6248         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
6249         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
6250         * support/regression/ports/mcs51/support.c: reload T1 asap
6251         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
6252           pdata use and clear idata startup behaviour
6253         * support/regression/tests/bug1057979.c: added
6254
6255 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
6256
6257         * device/examples/ds390/ow390/ad26.h,
6258         * device/examples/ds390/ow390/cnt1d.h,
6259         * device/examples/ds390/ow390/crcutil.c,
6260         * device/examples/ds390/ow390/ownet.h,
6261         * device/examples/ds390/ow390/owsesu.c,
6262         * device/examples/ds390/ow390/swt12.h,
6263         * device/examples/ds390/ow390/swtoper.c,
6264         * device/examples/ds390/ow390/temp10.h,
6265         * device/examples/ds390/ow390/thermodl.c,
6266         * device/examples/ds390/tinitalk/tinitalk.dsp,
6267         * device/examples/ds390/tinitalk/tinitalk.dsw,
6268         * device/examples/mcs51/clock/hw.h,
6269         * device/examples/mcs51/simple2/go.bat,
6270         * device/examples/serialcomm/windows/serial.h,
6271         * device/examples/xa51/dummy.c,
6272         * device/examples/xa51/hello.c,
6273         * device/include/80c51xa.h,
6274         * device/include/at89x051.h: corrected cvs line endings
6275
6276 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
6277
6278         * src/pic16/main.c (options): added command line --gstack, to trace
6279         stack over/under flows,
6280         * added pragma 'wparam' to allow passing first byte of function
6281         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
6282         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
6283         call to __gstack_test function and sets up the symbol as extern,
6284         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
6285         * popaop): added call to pic16_testStackOverflow,
6286         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
6287         wparamList list,
6288         * (genCall, genPcall): now all parameters are passed via stack
6289         except in functions that are pass to wparam pragma in which WREG is
6290         used too,
6291         * (genPcall): REENTRANT flag is checked to see if variable prototype
6292         contains reentrant keyword, don't call a non-reentrant function, via
6293         a reentrant function pointer or vice versa, functions are never
6294         passed via WREG,
6295         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
6296         D.Winkler,
6297         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
6298         SIGSEGV when accessing a NULL register stucture,
6299         * (pic16_printGPointerType): modified to handle UPPER modifier for
6300         function initializers, changed prototype of function to simpler one,
6301         * (pic16_printIvalFuncPtr): check to see if function is already
6302         added in externs list,
6303         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
6304         optimized a move from W to SFR with a move to the same register
6305         later after a CALL,
6306         * device/lib/pic16/debug: NEW directory, contains debug features
6307         which are enabled when linking with libdebug.lib, currently command
6308         line option --gstack enables stack pointer tracing for over/under
6309         flow, corresponding sources are in debug/gstack
6310
6311 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
6312
6313         * doc/sdccman.lyx: updated SDCC version,
6314         * (PIC16 port): update list of command line options,
6315         * src/pic16/device.h (structure pic16_options_t): added field gstack
6316         to enable stack overflow tracing on push/pops,
6317         * src/pic16/device.c (statistics structure): added statistics
6318         structure,
6319         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
6320         pic16_dump_int_registers): increase statistics counters for each
6321         * variable which is encountered
6322         * (pic16_dump_usection): emit each .udata variable to its own udata
6323         section,
6324         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
6325         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
6326         parameters via stack, otherwise use old scheme,
6327         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
6328         assembler output file,
6329         * src/pic16/main.c: added command line options --gstack to enable
6330         push/pop tracing for stack overflow,
6331         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
6332         instructions): added size of each instruction,
6333         * (pic16_countInstruction): estimate size of instructions in
6334         the_pFile list, inline assembly blocks are not counted,
6335         * (pic16_FixRegisterBanking): trace previous register usage, when
6336         banksel optimizations is greater than 0, don't emit a redudant
6337         banksel directive,
6338
6339 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
6340
6341         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
6342         * src/pic16/ralloc.c : applied same fix for pic16.
6343         * src/pic/gen.c : tidied it up a little.
6344
6345 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6346
6347         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
6348         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
6349
6350 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6351
6352         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
6353
6354 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6355
6356         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
6357         non-reentrant function __modsint in the interrupt function (thus
6358         corrupting math operations during serial I/O)
6359         * device/lib/ser_ir.c: as above, changed buffersize
6360         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
6361         256.c,d for zeroing
6362         * doc/Makefile: added option -t for rsync
6363
6364 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6365
6366         * src/SDCCast.h (struct ast),
6367         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
6368
6369 2004-10-20 Borut Razem <borut.razem AT siol.net>
6370
6371         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
6372         package
6373
6374 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
6375
6376         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
6377         makefile targets,
6378         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
6379         support functions to replace long sequences of MOVFF's from access
6380         bank registers to stack and vice versa,
6381         * src/pic16/device.h: added new field opt_flags, where optimization
6382         flags can be set to enable certain features,
6383         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
6384         * pBlock, (genFunction, genEndFunction): surroung loop for
6385         saving/loading used registers in stack with PC_INFO pCodes,
6386         INF_LREGS. Code in between can then be optimized by pCode optimizer
6387         to support function calls,
6388         * (genDataPointerSet): fixed bug which loaded float fields in
6389         structures with corrupt data,
6390         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
6391         in a standard way debug info on stderr. Feature used for developing
6392         and debugging only,
6393         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
6394         obsolete chunks of code,
6395         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
6396         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
6397         * pic16/src/pcode.c (pic16_newpCodeInfo,
6398         * (pic16_newpCodeOpLocalRegs),
6399         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
6400         feature,
6401         * (pic16_pCodeConstString): printing of the initial value of a
6402         symbol as a comment is inhibited since parsing was already done by
6403         copyStr and output is corrupt,
6404         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
6405
6406 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6407
6408         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
6409
6410 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
6411
6412         * as/mcs51/lkarea.c: removed old K&R style,
6413           (lnksect): changed check on boundary error,
6414           (lnksect2): changed check on boundary error,
6415           (lnksect2): extend XSTK to end of page if size = 1
6416         * as/mcs51/lkmain.c: removed old K&R style,
6417           (Areas51): create l_IRAM symbol
6418         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
6419         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
6420           model-mcs51-stack-auto, added model-mcs51-xstack-auto
6421         * device/lib/_mullong.c: added version to be compiled with xstack
6422         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
6423         * device/lib/mcs51/crtxclear.asm: clear pdata as well
6424         * device/lib/mcs51/crtxstack.asm: fixed comment
6425         * src/SDCCglue.c: maxInterrupts defaults to 0,
6426           (emitMaps): added pdata,
6427           (createInterruptVect): (re)moved default,
6428           (glue): added pdata,
6429           (glue): moved __start__xstack to XSTK with default size 1
6430         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
6431           and options.float_rent when options.stackAuto is set,
6432           (linkEdit): only write XDATA_NAME if provided on command line
6433         * src/SDCCmem.h,
6434         * src/SDCCmem.c: added pdata
6435         * src/port.h: added pdata_name to PORT
6436         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
6437           (saveRegisters, unsaveRegisters): removed usage of B,
6438           (genMinus): fixed accumulator clash,
6439           (genJumpTab): added comment, this needs another look
6440         * src/mcs51/gen.c: added check for "B in use" paranoia,
6441           added pushB() and popB()
6442         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
6443           chance
6444         * src/avr/main.c,
6445         * src/ds390/main.c,
6446         * src/hc08/main.c,
6447         * src/mcs51/main.c,
6448         * src/pic/main.c,
6449         * src/pic16/main.c,
6450         * src/xa51/main.c,
6451         * src/z80/main.c: (reset_regparms) made void parameter explicit and
6452           added PSEG (PAG,XDATA) or NULL to port specifier
6453         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
6454         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
6455           (_mcs51_genInitStartup): removed __start__xstack equ,
6456           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
6457         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
6458         * src/z80/gen.c (_rleAppend): fixed warnings
6459         * support/regression/tests/zeropad.c: added pdata test
6460         * .version: bumped to 2.4.6
6461
6462 2004-10-17 Borut Razem <borut.razem AT siol.net>
6463
6464         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
6465         as a part of nightly build
6466
6467 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
6468
6469         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
6470         WREG holds the first byte function parameters,
6471         * (aopForSym): take special case for symbols which are in FARSPACE
6472         but in CODESPACE too,
6473         * (assignResultValue): modified to take into account _G.useWreg,
6474         * (genCall): don't use wreg for parameter passing when function is
6475         declared as reentrant, too, added optimization INCF to stack
6476         pointer when stack parameter count is 1,
6477         * (genFunction, genEndFunction): refurnished and fixed to not using
6478         wreg for passing parameters when function has varargs or is
6479         reentrant, fixed bug with symbol name compare for generating
6480         functions in absolute address,
6481         * (pic16_storeForReturn): refurnished,
6482         * (genCmp): began writing a new version of the function, not ready
6483         yet, therefore it is disabled,
6484         * (genAssign): do not read code memory when assigning a function to
6485         a pointer function,
6486         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
6487         array of characters, not pointer,
6488         * (pic16initialComments): in debug mode emit an .ident directive for
6489         the assembler,
6490         * (_process_pragma): emit a new warning type (internal to pic16)
6491         when setting stack to default length, emit a similar warning when
6492         placing a function at absolute address and address is not word aligned
6493         * (_pic16_parseOptions): added 'return TRUE' statement,
6494         * (_pic16_linkEdit): if compiling a source, then add the source's
6495         file object, first in the list of objects to link,
6496
6497 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
6498
6499         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
6500         * src/pic/main.c : removed VC warning.
6501         * src/pic/gen.c : changed comment.
6502
6503 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
6504
6505         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
6506         reference to a deprecated symbol _GPTRREG was causing failure to
6507         link. Thanks G. M. Gallant for the info.
6508
6509 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
6510
6511         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
6512         comments for Bugs item #954788.
6513
6514 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
6515
6516         * src/pic16/device.c (pic16_dump_gsection,
6517         * pic16_groupRegistersInSection): handle symbols declared to be in
6518         access bank differently,
6519         * src/pic16/gen.c (struct _G): added field resDirect,
6520         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
6521         send values read from stack directly to result and don't allocate
6522         temporary values,
6523         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
6524         same registers,
6525         * (pic16_sameRegsOfs): NEW,
6526         * (freeAsmop): if _G.resDirect is set then do not mark registers as
6527         free because they were not allocated from temporary pool,
6528         * pic16_popRegFromString): workaround to fix a problem with
6529         allocating variables twice or never,
6530         * (genGenPointerGet): using PRODL instead of FSR0H,
6531         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
6532         instead of FSR0H,
6533         * (genAssign): take advantage of the _G.resDirect flag,
6534         * (genCast): around line 11844, use mov2f instead of directly
6535         MOVFF'ing between operands to account for literal values,
6536         * src/pic16/genutils.c: some new debug functions for gpsim have been
6537         added,
6538         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
6539         float with integer part only,
6540         * src/pic16/main.c (_process_pragma): handle pragma udata access to
6541         place variables in access bank
6542         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
6543         updated sources to reflect recent changes in gen.c
6544
6545 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
6546
6547         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
6548         sources that searched for headers in installation path, now the
6549         device/include/pic16 is used,
6550         * src/pic16/glue.c (pic16glue),
6551         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
6552         .line directives if not in debug mode, this suppresses assembler's
6553         warnings for ignored directives
6554
6555 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
6556
6557         * src/port.h: made reset_regparms prototype void parameter explicit.
6558         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
6559         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
6560         * doc/sdccman.lyx: documented warning disabling and how to use
6561           printf_large to make it print floats.
6562         * device/include/stdbool.h: NEW
6563         * device/lib/_atof.c,
6564         * device/lib/_divuint.c,
6565         * device/lib/_divulong.c,
6566         * device/lib/expf.c,
6567         * device/lib/printf_large.c,
6568         * device/lib/sincosf.c,
6569         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
6570         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
6571           a completely reentrant lib.
6572
6573 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
6574
6575         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
6576         * device/include/pic16/stdio.h: fixed bug with colon
6577
6578 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
6579
6580         * device/include/pic16/stdio.h,
6581         * device/include/pic16/stdlib.h,
6582         * device/include/pic16/math.h: NEW
6583         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
6584         declared as _naked to reduce overhead
6585         * device/lib/Makefile.in (target port-specific-objects-pic16):
6586         changed * to *.* so to ignore the CVS directory,
6587         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
6588         stacked variables back in stack,
6589         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
6590         corruption
6591
6592 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
6593
6594         * .version: bumped version number to 2.4.5
6595         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
6596         * support/Util/SDCCerr.c (messages structure): added entry for
6597         W_POSSBUG2
6598
6599         Large cumulative patch for pic16 port and libraries.
6600         * device/include/pic16/sdcc-lib.h,
6601         * device/include/pic16/stdarg.h,
6602         * device/include/asm/pic16/features.h,
6603         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
6604         * device/include/pic16/float.h: changes reentrant keyword with
6605         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
6606         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
6607         updated target build-libraries to include objects from gptr,
6608         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
6609         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
6610         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
6611         all function headings,
6612         * src/SDCCmain.c: added global parameter userIncDirsSet,
6613         * (parseCmdLine): when option -I is encountered add directory to
6614         userIncDirsSet too,
6615         * src/version.awk: added space between control and long,
6616         * src/pic16/NOTES: added some notes for the port,
6617         * src/pic16/gen.c: added prototype for mov2fp function,
6618         * (fReturnpic16[]): properly named return value registers,
6619         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
6620         * (aopForSym): added code to handle symbols with onStack flag set,
6621         symbols onStack are allocated PTRSIZE bytes,
6622         * (aopFreeAsmop): handles special case where asmops are stack objects,
6623         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
6624         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
6625         added argument lock to trace flaws in allocating temporary registers
6626         when developing port,
6627         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
6628         * (pic16_popRegFromString): reenabled allocating a direct register
6629         from string,
6630         * (assignResultValue): various beautifications,
6631         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
6632         referenced function argument,
6633         * (genIpush): reenabled to allow stacked arguments, handles only
6634         ic->parmPush iCodes,
6635         * (genCall, genPcall): major changes to allow for variable argument
6636         functions, fixed a bug with falsely restoring stack pointer after
6637         returning from call,
6638         * (genFunction): pending code for critical function,
6639         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
6640         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
6641         * (genNearPointerGet): fixed bug with indirect reading, was always
6642         reading from INDF0
6643         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
6644         pointers,
6645         * (genAddrOf): rewrote code to take address of a stacked function parameter
6646         * (genCast): fixed casting to generic pointer type,
6647         * src/pic16/gen.h: added AOP_STA,
6648         * (struct asmop): added field stk,
6649         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
6650         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
6651         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
6652         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
6653         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
6654         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
6655         generic pointers,
6656         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
6657         and library paths,
6658         * (pic16_port structure): generic pointer size is set to 3,
6659         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
6660         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
6661         compiler warning,
6662         * src/pic16/ralloc.c (allocReg): prevent allocating register when
6663         operand is an iTemp,
6664
6665 2004-09-24 Martin Helmling <mh AT octo-soft.de>
6666
6667         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
6668         * debugger/mcs51/simi.c: addapt new syntax of s51
6669
6670 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
6671
6672         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
6673         * src/pic16/pcode.c: commented out some calls to free() in order to
6674         fix bug #989576,
6675
6676 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6677
6678         * src/SDCCicode.h,
6679         * src/SDCCicode.c (isiCodeInFunctionCall),
6680         * src/avr/ralloc.c (selectSpil),
6681         * src/pic/ralloc.c (selectSpil),
6682         * src/pic16/ralloc.c (selectSpil),
6683         * src/ds390/ralloc.c (selectSpil),
6684         * src/hc08/ralloc.c (selectSpil),
6685         * src/xa51/ralloc.c (selectSpil),
6686         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
6687         stack in the middle of a function call sequence (fixes bug #1020268)
6688         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
6689         costs associated with the minimum switch case.
6690
6691 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6692
6693         * src/SDCC.lex: fixed bug #1030549
6694
6695 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6696
6697         * src/SDCCcse.h (struct cseDef),
6698         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
6699         over a function call if the CSE is derived from a symbol whose
6700         address has been taken (fixes bug #1029883)
6701         * support/regression/tests/bug-1029883: a new regression test for
6702         this bug
6703
6704 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6705
6706         * src/hc08/gen.c (emitinline): fixed bug #1029778
6707         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
6708         to a cast object is no longer a syntax error ("fixes" bug #1030006,
6709         and starts toward RFE #905167)
6710
6711 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
6712
6713         * src/pic16/gen.c (mov2f): New function to move an operand to
6714         another without considering if it is a literal or a register,
6715         * (pic16_sameRegs): don't check if they are both AOP_REG,
6716         * (AccRsh): removed andmask=0 lines,
6717         * (genLeftShift): duplicated to be improved in future versions,
6718         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
6719         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
6720         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
6721         * (pic16initMnemonics): added initialization for POC_INFSNZW,
6722         * (insertBankSwitch): fixed inserting banksel directives algorithm
6723         for instructions that follow a skip instruction, this fixes a report
6724         for broken subtraction code generation,
6725         * src/pic16/ralloc.c (deassignLRs): do not free register if current
6726         iCode is a left op, just in case result and right share the same
6727         registers
6728
6729 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6730
6731         * src/hc08/main.c,
6732         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
6733         preservation of HX
6734         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
6735         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
6736         on 2004-09-12; it was buggy
6737
6738 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
6739
6740         * src/SDCCsymt.h: removed RESULT_CHECK
6741         * src/SDCCast.c,
6742         * src/SDCCglue.c,
6743         * src/SDCCval.c,
6744         * src/pic/glue.c,
6745         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
6746
6747 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
6748
6749         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
6750         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
6751         configuration values no more rejected by compiler, they are assigned
6752         to configuration registers with a warning message instead,
6753         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
6754         the for-loop so last conf register is emitted too,
6755         * (_pic16_initPaths): link library libsdcc.lib by default,
6756         * (_hasNativeMulFor): modified test for multiplication according to
6757         Raphael Neider's remarks. Integer multiplication is also done with
6758         support functions,
6759         * device/include/pic16/pic18fregs.h: corrected type error in while
6760         testing and including 18f6720 header file
6761
6762 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
6763
6764         * src/pic16/device.h (pic16_options): removed field use_crt,
6765         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
6766         until an optimization to handle single bits is added,
6767         * (pic16_loadFSR0): moved before genUnpackBits,
6768         * (genAnd): some white lines removed,
6769         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
6770         leave_reset flags in pic16_options when using crt modules,
6771
6772 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
6773
6774         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
6775           for bugs 898889 & 979599. Also used some safer print instructions.
6776
6777 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
6778
6779         * src/pic16/device.h (pic16_options_t): added field use_crt,
6780         crt_name, no_crt,
6781         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
6782         catch a probable future bug,
6783         * src/pic16/gen.c: aopIdx function commented out,
6784         * (genAssign): commented out old code which used aopIdx,
6785         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
6786         code, added if conditionals to take into account the --use-crt
6787         command line options,
6788         * src/pic16/main.c (pic16_optionsTable): added new command line
6789         options, --use-crt= and --no-crt,
6790         * (_pic16_linkEdit): now the proper crt object is added in the
6791         linker command line except than when --no-crt is specified,
6792         * src/pic16/pcode.c,
6793         * src/pic16/pcode.h: added some structures and functions for a new
6794         optimization scheme to compansate for instruction overhead between
6795         same iCodes, this scheme is currently under development and is not
6796         working in any way,
6797         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
6798         to && operator,
6799         * device/lib/pic16/startup/crt0i.c,
6800         * device/lib/pic16/startup/crt0iz.c: added global char variable
6801         __uflags to force the generation of an idata section
6802
6803 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
6804
6805         * doc/Makefile,
6806         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
6807         * doc/sdccman.lyx: updated sdcc version to 2.4.4
6808
6809 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6810
6811         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
6812         Frieder) and clarified the default code optimization mode
6813
6814 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6815
6816         * src/SDCC.lex (doPragma, process_pragma),
6817         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
6818         "opt_code_size", and "opt_code_balanced"
6819         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
6820         regrouped options by category, added support for category headers
6821         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
6822         and "--opt-code-size"
6823         * doc/sdccman.lyx: documented these new options and pragmas
6824         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
6825         preference into account
6826
6827 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
6828
6829         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
6830           geniCodePreDec): Fixed bug 904237 by generating a warning
6831         * src/SDCCerr.h,
6832         * src/SDCCerr.c: added warning W_SIZEOF_VOID
6833
6834 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
6835
6836         * src/pic/device.c : When no max ram set validate full memory range.
6837         * src/pic/pcode.c,
6838         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
6839
6840 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
6841
6842         * device/lib/_gptrget.c,
6843         * device/lib/_gptrput.c: updated comment
6844         * device/lib/calloc.c,
6845         * device/lib/free.c,
6846         * device/lib/malloc.c,
6847         * device/lib/realloc.c: added LGPL, made them reentrant-safe
6848         * src/SDCCcse.c (cseBBlock),
6849         * src/SDCCicode.c (printOperand, geniCodeArray),
6850         * src/SDCCicode.h (struct operand): fixed bug 868103
6851         * support/regression/tests/bug-868103.c: added
6852         * src/SDCCast.c (searchLitOp),
6853         * src/SDCCcse.h (struct cseDef),
6854         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
6855         * src/SDCCicode.h (struct operand),
6856         * src/SDCCsymt.h (struct sym_link),
6857         * src/avr/gen.c (hasInc),
6858         * src/ds390/gen.c (hasInc),
6859         * src/hc08/gen.c (genPlusIncr, hasInc),
6860         * src/mcs51/gen.c (hasInc),
6861         * src/pic16/glue.c (pic16_printIvalChar),
6862         * src/pic16/ralloc.c (regWithIdx),
6863         * src/xa51/gen.c (hasInc) : removed warnings
6864         * src/SDCCast.c (createBlock): added comment ???
6865         * src/hc08/ralloc.c: updated comments
6866
6867 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6868
6869         * doc/sdccman.lyx: updated section on switch statements, added
6870         section about semaphore locking
6871         * doc/Makefile: added option -info for latex2html
6872         * device/lib/_gptrget.c,
6873         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
6874
6875 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
6876
6877         * src/pic/device.h,
6878         * src/pic/device.c,
6879         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
6880          maxram is less than 0x100.
6881
6882 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
6883
6884         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
6885
6886 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6887
6888         * src/port.h,
6889         * src/mcs51/main.c,
6890         * src/ds390/main.c,
6891         * src/z80/main.c,
6892         * src/hc08/main.c,
6893         * src/pic/main.c,
6894         * src/pic16/main.c,
6895         * src/avr/main.c,
6896         * src/xa51/main.c
6897         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
6898         a jump table is the best form for a switch statement, including
6899         automatic insertion of missing cases to make the case range
6900         continuous. Developed in collaboration with Frieder Ferlemann.
6901
6902 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6903
6904         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
6905         accumulator result if it needs sign extension
6906
6907 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6908
6909         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
6910
6911 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6912
6913         * device/lib/gbz80/printf.c,
6914         * device/lib/z80/printf.c: removed define for NULL
6915
6916 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6917
6918         * as/xa51/xa_link.c,
6919         * device/examples/ds390/ow390/ad26.c,
6920         * device/examples/ds390/ow390/cnt1d.c,
6921         * device/examples/ds390/ow390/counter.c,
6922         * device/examples/ds390/ow390/ds2480.h,
6923         * device/examples/ds390/ow390/ds2480ut.c,
6924         * device/examples/ds390/ow390/findtype.c,
6925         * device/examples/ds390/ow390/gethumd.c,
6926         * device/examples/ds390/ow390/owllu.c,
6927         * device/examples/ds390/ow390/ownetu.c,
6928         * device/examples/ds390/ow390/swt12.c,
6929         * device/examples/ds390/ow390/swtloop.c,
6930         * device/examples/ds390/ow390/temp.c,
6931         * device/examples/ds390/ow390/temp10.c,
6932         * device/examples/ds390/ow390/thermo21.c,
6933         * device/examples/ds390/ow390/tinilnk.c,
6934         * device/examples/ds390/ow390/tstfind.c,
6935         * device/examples/serialcomm/windows/serial.cpp,
6936         * device/examples/serialcomm/windows/test_serialcomm.cpp,
6937         * device/include/reg51.h: fixed line endings for cvs
6938
6939 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6940
6941         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
6942         packRegsForAccUse, packRegisters): new accumulator register
6943         packing algorithm
6944         * support/regression/ports/hc08/support.c (_putchar): suppress
6945         warning of unused variable
6946         * src/SDCCicode.c: added SWAP entry to codeTable
6947
6948 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
6949
6950         * device/lib/sprintf.c: forgot to add this file before previous commit
6951
6952 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
6953
6954         * src/pic16/gen.c (genPackBits): added operand right in function
6955         parameters, load result directly if p_type is POINTER (that is
6956         called by genNearPointerSet)
6957         * (genUnPackBits): added operand left in function parameters,
6958         * (genNearPointerGet, genNearPointerSet): prevent the loading of
6959         FSR0 if accessing bitfields,
6960
6961 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
6962
6963         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
6964           _print_format; updated printf, sprintf, vsprintf
6965         * device/include/asm/default/features.h: corrected comment/define
6966         * device/lib/Makefile.in: added sprintf.c
6967         * device/lib/libsdcc.lib: added sprintf module
6968         * device/lib/printf_large.c,
6969         * device/lib/vprintf.c,
6970         * device/lib/sprintf.c: totally refactored printf_large and vprintf
6971           into these 3 files
6972         * support/regression/Makefile: changed ALL_PORTS into a usefull default
6973         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
6974         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
6975           hc08 test
6976         * support/regression/tests/zeropad.c: define idata as data for hc08
6977
6978 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6979
6980         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
6981         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
6982         labels are referenced at least once (even if a reference is not found)
6983         * src/hc08/gen.c (emitcode): set isComment flag for comments
6984         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
6985         loads), rules 6a..6b (optimize jumps to return)
6986
6987 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6988
6989         * device/lib/acosf.c (acosf),
6990         * device/lib/asinf.c (asinf),
6991         * device/lib/atanf.c (atanf),
6992         * device/lib/ceilf.c (ceilf),
6993         * device/lib/cosf.c (cosf),
6994         * device/lib/coshf.c (coshf),
6995         * device/lib/cotf.c (cotf),
6996         * device/lib/fabsf.c (fabsf),
6997         * device/lib/floorf.c (floorf),
6998         * device/lib/log10f.c (log10f),
6999         * device/lib/logf.c (logf),
7000         * device/lib/sinf.c (sinf),
7001         * device/lib/sinhf.c (sinhf),
7002         * device/lib/sqrtf.c (sqrtf),
7003         * device/lib/tanf.c (tanf),
7004         * device/lib/tanhf.c (tanhf),
7005         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
7006         replaced all instances of "reentrant" in the library functions
7007         defined in math.h with this macro.
7008         * support/regression/tests/float_trans.c: reenabled test for hc08
7009
7010 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
7011
7012         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
7013         erroneously deleted
7014
7015 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7016
7017         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
7018         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
7019         multi-byte volatile operands are used
7020         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
7021         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
7022         initialization to area GSINIT0 so that it would always precede
7023         any static initializers in GSINIT
7024         * support/regression/tests/zeropad.c: fixed idata define for hc08
7025         * support/regression/tests/bug-927659.c,
7026         * support/regression/tests/float_trans.c: disabled tests for hc08
7027         pending missing library routines
7028         * .version: increased version number to 2.4.4 - hc08 port now passes
7029         regression tests
7030
7031
7032 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
7033
7034         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
7035         * Makefile.common.in,
7036         * as/Makefile,
7037         * as/hc08/Makefile.in,
7038         * as/mcs51/Makefile.in,
7039         * as/z80/Makefile.in,
7040         * debugger/mcs51/Makefile.in,
7041         * device/include/Makefile.in,
7042         * device/lib/Makefile.in,
7043         * doc/Makefile,
7044         * link/Makefile,
7045         * link/z80/Makefile.in,
7046         * packihx/Makefile.in,
7047         * sim/ucsim/main_in.mk,
7048         * sim/ucsim/avr.src/Makefile.in,
7049         * sim/ucsim/doc/Makefile.in,
7050         * sim/ucsim/gui.src/serio.src/Makefile.in,
7051         * sim/ucsim/hc08.src/Makefile.in,
7052         * sim/ucsim/s51.src/Makefile.in,
7053         * sim/ucsim/xa.src/Makefile.in,
7054         * sim/ucsim/z80.src/Makefile.in,
7055         * src/Makefile.in,
7056         * support/cpp2/Makefile.in,
7057         * support/librarian/Makefile,
7058         * support/makebin/Makefile: added DESTDIR to the install path proposed
7059         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
7060         * doc/sdccman.lyx: added DESTDIR documentation
7061
7062 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
7063
7064         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
7065         instruction for interrupt handlers, use fast returns when returning
7066         from high priority interrupts
7067
7068 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7069
7070         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
7071         code generation
7072         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
7073         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
7074         bugs, ported much of Bernhard's code from mcs51
7075         * src/mcs51/gen.c (genSend),
7076         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
7077         than one when calling a reentrant function
7078         * device/lib/_mullong.c: defined an alternate struct layout for big
7079         endian ports (hc08)
7080
7081 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7082
7083         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
7084         test
7085
7086 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7087
7088         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
7089         are sane and complete before asking the port its prefered parameter
7090         passing method (fixes bug #1017633)
7091         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
7092         and _ret3
7093
7094 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7095
7096         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
7097         problem in bitfields >= 8 bits.
7098
7099 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
7100
7101         * src/SDCCsymt.c: undid changes that were not meant to be committed
7102
7103 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
7104
7105         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
7106
7107 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
7108
7109         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
7110           copied and wrong bit got inverted
7111
7112 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7113
7114         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
7115         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
7116         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
7117         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
7118         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
7119         assignments to bitfields at known addresses
7120         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
7121         reads from bitfields at known addresses
7122         * src/hc08/ralloc.c (packRegisters),
7123         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
7124         genhc08Code): optimize pointer get values used as conditionals
7125         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
7126         and branch
7127
7128 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7129
7130         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
7131         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
7132         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
7133         as conditionals
7134
7135 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7136
7137         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
7138
7139 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7140
7141         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
7142         related problems
7143
7144 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
7145
7146         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
7147
7148 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7149
7150         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
7151         mcs51 port
7152
7153 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
7154
7155         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
7156
7157 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7158
7159         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
7160         cases use more compact code.
7161
7162 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
7163
7164         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
7165
7166 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7167
7168         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
7169
7170 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7171
7172         * src/SDCCsymt.h,
7173         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
7174         parameter of changePointer() from symbol* to sym_link*
7175         * src/SDCCast.c (decorateType): call changePointer() for CAST op
7176         * src/SDCCsymt.c (compareType): void* type is castable to other
7177         pointers, but not necesarily an exact match.
7178         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
7179         is no longer blindly treated as an exact match.
7180         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
7181
7182 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
7183
7184         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
7185
7186 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
7187
7188         * src/pic/gen.c,
7189         * src/pic/pcode.c,
7190         * src/pic/ralloc.h,
7191         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
7192
7193 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
7194
7195         * src/pic/device.c,
7196         * src/pic/device.h,
7197         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
7198
7199 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7200
7201         * src/mcs51/gen.c (emitcode): fixed bug #992819
7202
7203 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
7204
7205         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
7206           there's no need to make it worse
7207
7208 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7209
7210         * src/mcs51/ralloc.c (deassignLR),
7211         * src/ds390/ralloc.c (deassignLR),
7212         * src/hc08/ralloc.c (deassignLR),
7213         * src/z80/ralloc.c (deassignLR),
7214         * src/pic/ralloc.c (deassignLR),
7215         * src/pic16/ralloc.c (deassignLR),
7216         * src/avr/ralloc.c (deassignLR),
7217         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
7218         rlivePoint): fixed another part of bug #971834
7219
7220 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7221
7222         * src/z80/main.c: enabled "critical" keyword
7223         * src/z80/mappings.i,
7224         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
7225         functions (fixes bug #979646)
7226         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
7227
7228 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7229
7230         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
7231           such as c:\mydir.
7232
7233 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
7234
7235         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
7236           doesn't disable too much optimizations
7237
7238 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
7239
7240         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
7241
7242 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
7243
7244         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
7245
7246 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
7247
7248         * src/pic/gen.c tidied up tabs
7249         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
7250         * src/pic/main.c tidied up tabs
7251         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
7252         * src/pic/pcoderegs.c tidied up tabs
7253         * src/pic/ralloc.c tidied up tabs
7254
7255 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
7256
7257         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
7258         to S_FIXED for pic16 port and when symbol is not in level 0,
7259         allocate for S_REGISTER storage class and pic16 port, too,
7260         * src/pic16/device.h: prototype for checkSym,
7261         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
7262         * (pic16_assignConfigWordValue): test the value and the mask to
7263         validate that the value is suitable for the configuration word,
7264         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
7265         collect extern declared symbols, don't emit symbol twice, check
7266         first if symbol is in publics set first,
7267         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
7268         * added command line '--fstack' which enables an experimental
7269         feature for stack access, too buggy to be used yet...
7270         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
7271         * (pic16_allocDirReg): when register has storage class S_REGISTER
7272         allocate in pic16_dynAccessRegs,
7273         * device/include/pic16/pic18f????.h: modified configuration word
7274         naming convention, words started as CONFIG0H but should be CONFIG1H
7275
7276 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
7277
7278         * device/include/mcs51reg.h: fixed bug 970993
7279
7280 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
7281
7282         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
7283         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
7284         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
7285         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
7286         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
7287         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
7288           error/warning numbers,
7289           added function setWarningDisabled()
7290         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
7291         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
7292           _memcmp.c _memmove.c calloc.c realloc.c free.c
7293         * support/regression/tests/malloc.c: added tests for new functionality
7294         * support/regression/tests/zeropad.c: added tests for truncated initializers
7295           and initialized char arrays starting with '\x0'
7296         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
7297
7298 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
7299
7300         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
7301
7302 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7303
7304         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
7305         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
7306         peephole 177.e. Thanks to anonymous
7307
7308 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
7309
7310         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
7311         function isn't used in the source but referenced as a
7312         variable initializer then declare it as extern in .asm file
7313
7314 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
7315
7316         * .version: increased version number to 2.4.3
7317
7318         Adding version extension according to ChangeLog CVS revision
7319         * src/Makefile.in (target all): added dependency 'version.h'
7320         * (rule version.h): added rule to create version.h from ChangeLog,
7321         * (rule dep): added dependency version.h,
7322         * src/version.awk: AWK script to create version.h
7323         * src/SDCCdwarf2.c (dwWriteModule),
7324         * src/SDCCglue.c (initialComments),
7325         * src/SDCCmain.c (printVersionInfo): modified to write after
7326         version string the version extension number,
7327         * src/SDCCutil.c: included "version.h"
7328         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
7329         number,
7330         * src/SDCCutil.h: added prototype for getBuildNumber
7331
7332         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
7333         includeDirsSet, too,
7334         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
7335         const char [] is found in function prototype...
7336
7337         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
7338         moving to WREG with source is already in WREG,
7339         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
7340         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
7341         * (aopForSym): stack'ed symbols are partially supported, added
7342         if-clause to support symbols in FARSPACE,
7343         * (sameRegs): added test for AOP_ACC to see if registers are same,
7344         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
7345         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
7346         * (pic16_popRegFromString): will not allocate a new register if it
7347         doesn't find one by name, bug may have introduced...
7348         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
7349         * (genIpush): revived to use pic16 port's stack,
7350         * (genAddrOf): added incomplete case for stack'ed operand,
7351         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
7352         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
7353         can handle multibyte operands,
7354         * src/pic16/glue.c (pic16_printIval*): some debug info added,
7355         * (pic16initialComments): added message for MPLAB compatibility
7356         mode enabled,
7357         * src/pic16/main.h: prototype for pic16_mplab_comp,
7358         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
7359         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
7360         * (_pic16_linkEdit): NEW, handles link stage, transferred here
7361         because of increased complexity of procedure,
7362         * (_process_pragma): stack pragma changed to format 'stack pos len',
7363         emit symbol '_stack_end' to conform with gplink,
7364         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
7365         to search for register,
7366         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
7367         PO_GPR_REGISTER,
7368         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
7369         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
7370         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7371         case for PO_GPR_REGISTER,
7372         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
7373         dies, the new era is ahead !...
7374         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
7375         pic16_dynInternalRegs,
7376         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
7377         * (pic16_allocDirReg): minor optimizations and bug fixes,
7378         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
7379
7380         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
7381         load stack and frame pointer with address of 'stack_end' symbol
7382
7383 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
7384
7385         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
7386         without source code but only variable initializers
7387
7388 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
7389
7390         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
7391         external are not declared as extern to reduce overhead while linking
7392
7393 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
7394
7395         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
7396
7397 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
7398
7399         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
7400           Yee Keat for the patch
7401         * src/SDCCast.c (decorateType): fixed bug #979599
7402         * src/ds390/gen.h: removed local fReturnSizeDS390
7403         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
7404         * src/ds390/gen.c (genAnd, genOr, genXor),
7405         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
7406
7407 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
7408
7409         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
7410         add relFilesSet to $3, manipulate $2 to handle linking of object
7411         files without source files in command line,
7412         * device/include/pic16 (all headers): added ID location macros,
7413         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
7414         entries for ID location bytes,
7415         * (pic16_assignIdByteValue): NEW,
7416         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
7417         added field dumpcalltree to pic16_options_t,
7418         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
7419         is used instead of pic16_Gstack_base_addr, check if (ifx) before
7420         emitting rFalseIfx label after check_carry label,
7421         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
7422         pic16_emitDIRegs), NEW
7423         * (pic16glue): dump .calltree file when option --calltree found,
7424         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
7425         * (_pic16_genAssemblerPreamble): emit ID locations after
7426         configuration registers,
7427         * (pic16_linkCmd): modifications of the link command,
7428         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
7429         * (pic16_pCodeInitRegisters): don't init stack registers,
7430         * (pic16_findPrevInstruction): fixed bug,
7431         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
7432         bug with immediate registers,
7433         * (buildCallTree): traces stack push and pop,
7434         * (pct2): dump also stack usage for each function,
7435         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
7436         * (pic16_allocDirReg): various modifications,
7437         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
7438         fixed to 1,
7439
7440 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
7441
7442         * src/pic16/pcode.c: removed buggy double colon
7443
7444 2004-07-01 Borut Razem <borut.razem AT siol.net>
7445
7446         * support/scripts/sdcc.nsi: added include/pic16 to setup
7447
7448 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
7449
7450         * device/lib/Makefile.in: fixed bug in target objects-pic16,
7451         * device/lib/pic16/Makefile: prefixed with dash (-) command under
7452         target 'clean',
7453         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
7454         specific command line arguments. Also added sample lkr script
7455         for placing a variable at a specific memory bank.
7456         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
7457         at a specific memory bank,
7458         * (pic16_dump_isection): fixed bug which caused string literals to
7459         be omitted when dumping idata section,
7460         * (pic16_groupRegistersInSection): added code to handle registers
7461         in specific memory banks,
7462         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
7463         public, all references are renamed too,
7464         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
7465         AOP_DPTR2,
7466         * (pic16_storeForReturn): added case to handle when dest is WREG,
7467         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
7468         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
7469         pic16_rel_udata, check to see if that register is marked as being
7470         a member of a specific memory bank,
7471         * (pic16_printIvalCharPtr): added code to add string literals either
7472         to code or the idata sections,
7473         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
7474         also accept the 'udata' pragma,
7475         * src/pic16/main.h: new structure types sectName and sectSym
7476         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
7477         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
7478         * (pic16_findPrevInstruction): fixed, it returned nothing,
7479         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
7480         instruction combinations,
7481         * (pic16_FixRegisterBanking): heavily reorganised,
7482         * (pic16_AnalyzeBanking): if generating banksel directives is
7483         disabled, then don't call FixRegisterBanking at all,
7484         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
7485         completely removed,
7486         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
7487
7488 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
7489
7490         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
7491         Phuah Yee Keat <yk.phuah AT nestac.com>
7492
7493 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
7494
7495         * src/pic16/glue.c (pic16createInterruptVect): function now emits
7496         correctly the IVT even if it is relocated to some other location
7497
7498 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
7499
7500         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
7501         * device/include/pic16/pic18f2220.h: NEW,
7502         * device/lib/pic16/libdev/pic18f2220.c: NEW,
7503         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
7504         * src/pic16/device.c (struct Pics16): added info for 18f2220,
7505         * src/pic16/device.h (struct pic16_options): added ivt_loc and
7506         nodefaultlibs, ivt_loc is the location of the interrupt vector
7507         table, and nodefaultlibs signs that default libraries should not be
7508         linked in link stage,
7509         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
7510         according to --ivt-loc argument,
7511         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
7512         when pragma stack is found,
7513
7514 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7515
7516         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
7517         256 (range check), 257 (do while), 258.a-f (bit banging
7518         f.e. on 3-wire SPI bus)
7519
7520 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7521
7522         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
7523         variables used exclusively within a loop
7524
7525 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
7526
7527         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
7528
7529 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7530
7531         * src/SDCClrange.c (computeClash): fixed bug #971834
7532
7533 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7534
7535         * src/mcs51/gen.c (genCmp): fixed bug #975903
7536         * src/hc08/gen.c (operandsEqu),
7537         * src/ds390/gen.c (operandsEqu),
7538         * src/z80/gen.c (operandsEqu),
7539         * src/pic/gen.c (operandsEqu),
7540         * src/pic16/gen.c (operandsEqu),
7541         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
7542         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
7543
7544 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7545
7546         * src/SDCCcse.c (cseBBlock): fixed bug #966963
7547
7548 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
7549
7550         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
7551         default case in switch statement,
7552         * glue.c (pic16_initPointer): expr is initialised via decoarteType
7553         to eliminate problem with initialisation of pointers, but problem
7554         still exists,
7555         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
7556         * (emitStaticSegment): removed various lines emitting debug info,
7557         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
7558         added processor registers for utilizing EEPROM,
7559         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
7560         configurable and set 8
7561
7562 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
7563
7564         * .version: increased version number to 2.4.2,
7565
7566         Cumulative patch for pic16 port
7567         * src/pic16/device.c: changed scheme to dump initial values for
7568         variables in idata segment, all print_idata* functions were removed,
7569         now the pic16_printIval* will be called,
7570         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
7571         * _pic16_printPointerType, pic16_printPointerType,
7572         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
7573         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
7574         NEW, similar to the respective functions in SDCCglue.c,
7575         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
7576         way, emitting hex bytes,
7577         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
7578
7579 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7580
7581         * src/avr/ralloc.c (serialRegAssign),
7582         * src/xa51/ralloc.c (serialRegAssign),
7583         * src/pic/ralloc.c (serialRegAssign),
7584         * src/pic16/ralloc.c (serialRegAssign),
7585         * src/hc08/ralloc.c (serialRegAssign),
7586         * src/z80/ralloc.c (serialRegAssign),
7587         * src/ds390/ralloc.c (serialRegAssign),
7588         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
7589
7590 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7591
7592         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
7593         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
7594
7595 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
7596
7597         Cumulative patch for pic16 port:
7598         * src/pic16/device.h (typedef PIC16_device) modified fields for
7599         defining microcontrollers,
7600         * src/pic16/device.c: added new info for all devices in Pics16 array,
7601         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
7602         to be optimised out by the pCode optimiser,
7603         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
7604         specially, bug reported by G.M. Gallant,
7605         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
7606         as force'd so that cannot be optimised out by pCode optimiser,
7607         * src/pic16/pcode.c,
7608         * src/pic16/pcodepeeph.c,
7609         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
7610         they are disabled by default, but can be enabled explicit with
7611         command argument --denable-peeps, for testing,
7612         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
7613         --pomit-ivt in COMPILE_FLAGS
7614
7615 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
7616
7617         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
7618           compilation on MSVC
7619
7620 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
7621
7622         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
7623
7624 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7625
7626         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
7627         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
7628
7629 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
7630
7631         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
7632         would only assign 0x300001 register.
7633
7634 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
7635
7636         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
7637         in COMPILE_FLAGS. Thanks to G. Gallant for report.
7638
7639 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7640
7641         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
7642         for ds80c400
7643         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
7644         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
7645         added peephole 254 (left shift), 255 (jump table)
7646
7647 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
7648
7649         * device/lib/Makefile.in: removed comment line with model-pic16,
7650         * (target port-specific-objects-pic16): the libraries and objects
7651         are copied to the build directory form the device/lib/pic16/bin
7652         directory
7653
7654         Cumulative patch concerning pic16 port:
7655         * library directory has been re-organized,
7656         * added support for PIC18F1220,
7657         * added headers and library sources for chips 18f1220,18f6520,
7658         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
7659
7660         * configuration registers setting has changed, now each supported
7661         device has a complete description of the registers it uses,
7662         * all initialisations are moved to idata sections, these section
7663         can be absolute or relocatable,
7664         * fixed initialisation of codespace variables,
7665         * fixed warning about PCLATU and gpsim,
7666         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
7667         * (genAssign): use table reads when assigning from variables in codespace,
7668         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
7669         char/int variables placed in codespace,
7670         * (pic16_emitConfigRegs): NEW, emits a list with configuration
7671         registers set in .asm file, no need for --pomit-config-words anymore,
7672         * (pic16glue): some 8051 legacy segments are commented out
7673         (to be removed completely),
7674         * added support for alternative assembler and linker with --asm=
7675         and --link= command line arguments,
7676         * peepholes are disabled automatically in the port, no need to
7677         specify on command line,
7678         * port supports natively char/int/long multiplication, but converts
7679         all divisions to support functions,
7680         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
7681         to the file set in variable $2,
7682         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
7683         strings in ASCII format and not in hex,
7684         * ralloc.c (serialRegAssign): added a triplet of conditional calls
7685         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
7686         allocate proper register if iCodes aren't temporary,
7687
7688 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
7689
7690         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
7691
7692 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
7693
7694         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
7695         is commented out
7696
7697 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7698
7699         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
7700         computed address is reused
7701         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
7702         multi-byte bitfields
7703
7704 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
7705
7706         * src/z80/gen.c: (genArrayInit): must check for pointers too
7707
7708 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
7709
7710         * support/regression/tests/zeropad.c: never meant to commit the
7711           nestedstruct test: removed, added check for GCC version
7712
7713 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
7714
7715         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
7716         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
7717         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
7718           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
7719           bugs 928906 and 954082 half-empty initializers
7720         * src/SDCCsymt.h,
7721         * src/SDCCsymt.c (getAllocSize): added for above fix
7722         * src/z80/gen.c (genArrayInit): fixed bug 741044
7723         * support/regression/tests/zeropad.c: added tests
7724
7725 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
7726
7727         * src/pic16/device.c (pic16_dump_section): corrected bug which
7728         caused some symbols of the libraries to be misplaced
7729
7730 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
7731
7732         * src/pic16/glue.c,
7733         * src/pic16/ralloc.h,
7734         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
7735         to fix conflict with pic port
7736
7737 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
7738
7739         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
7740         externs configuration variables,
7741         * src/pic16/ralloc.h,
7742         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
7743         prototype in header, commented out some debug messages
7744
7745 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
7746
7747         * src/pic16/glue.c,
7748         * src/pic16/main.c,
7749         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
7750         for gpasm COFF object generation. Thanks to D. Hawkins for
7751         his patch info
7752
7753 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7754
7755         * src/ds390/main.c,
7756         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
7757         Brock for spotting this)
7758         * src/ds390/gen.c (genEndFunction),
7759         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
7760         interrupt handler and critical. Disable push/pop optimizations when
7761         peephole optimizations disabled.
7762
7763 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
7764
7765         Updated pic16 library sources and headers.
7766         * device/lib/pic16/pic18f*/ ,
7767         * device/include/pic16/*.h: modified to handle structured SFR
7768         definitions
7769
7770 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
7771
7772         * src/port.h (PORT structure): added hook initPaths, now each
7773         port can declare its own default search paths,
7774         which can been seen with the --print-search-dirs option,
7775         see pic16 port for example,
7776         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
7777         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
7778         * (doPrintSearchDirs): NEW, replaces in a central manner the
7779         printing of search dirs which was split in set*Paths functions,
7780         * (main): added call to port->initPaths and doPrintSearchDirs,
7781         * src/avr/main.c,
7782         * src/ds390/main.c,
7783         * src/hc08/main.c,
7784         * src/izt/i186.c,
7785         * src/izt/tlcs900h.c,
7786         * src/mcs51/main.c,
7787         * src/pic/main.c,
7788         * src/pic16/main.c: modified port structures to reflect addition of
7789         initPaths hook,
7790
7791         * src/pic16/device.c (regCompare): registers are finally sorted by name,
7792         * (pic16_dump_section): for registers in same address reserve memory once,
7793         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
7794         to no_banksel,
7795         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
7796         result is greater in size than right or left,
7797         * (pic16_genUMult8X8_8): there are some cases where the result can
7798         be 16 bits size, so handle these,
7799         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
7800         * (pic16_outBitC): modified to emit pcodes,
7801         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
7802         or not,
7803         * (genDivOneByte): implemented algorithm to divide 8-bits,
7804         * (genCmp): uncommented goto, but issues still exist,
7805         * (genAnd): fixed a bug with variables >8bits,
7806         * (genPackBits): optimization added that uses BCF/BSF to change a
7807         single bit,
7808         * (genAssign): fixed bug when assigning floating point literals,
7809         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
7810         __sdcc_gsinit_startup label,
7811         * src/pic16/main.c (_pic16_init): removed search directory
7812         initialisations,
7813         * (_pic16_initPaths): NEW, used to initialise search directories,
7814         * (_hasNativeMulFor): support functions for all except char/int
7815         multiplication, and char division,
7816         * (PIC16_port struct): modified entry for native mul support,
7817         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
7818         no_banksel option,
7819         * (buildCallTree): call to register_usage is ifdef'ed out,
7820
7821 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7822
7823         * device/include/string.h: applied Stas Sergeev's patch to make this
7824         header file compatible with the preprocessor -Wundef option
7825         * src/SDCCmain.c (main): abort compilation if preprocessor reports
7826         failure (fixes bug #941458)
7827
7828 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7829
7830         * src/SDCCopt.c (killDeadCode): fixed bug #907733
7831         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
7832         that the variable, not the function, should be static
7833         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
7834         to be consistent with non-literal case
7835
7836 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7837
7838         * src/SDCCast.c (isConformingBody): fixed bug #949967
7839         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
7840         convilong): fixed bug #952086
7841
7842 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7843
7844         * src/SDCCmem.c (allocVariables): fixed bug #955321
7845
7846 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7847
7848         * src/hc08/main.c (_hc08_genAssemblerEnd),
7849         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
7850         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
7851         completely eliminated the use of a temporary file
7852         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
7853         when more than one file linked
7854         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
7855
7856 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7857
7858         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
7859         which fixes bug #543481
7860         * support/regression/tests/bug-751703.c: fixed comments left from a
7861         cut and paste error
7862         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
7863         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
7864         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
7865         scopes
7866         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
7867         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
7868         are now changed to underscores in moduleName
7869
7870 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7871
7872         * as/mcs51/lkmem.c: better fix for bug #954173
7873
7874 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
7875         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7876
7877         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
7878         * device/include/c8051f000.h,
7879         * device/include/c8051f120.h,
7880         * device/include/c8051f300.h,
7881         * device/include/c8051f310.h,
7882         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
7883         PWM16) and detab'ed
7884
7885 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7886
7887         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
7888         and mailing lists, doc'ed --no-peep-comments, removed reference
7889         to knoppix (newest version has no LyX/LaTeX), other minor changes
7890         * src/SDCCglue.c (glue): save 2 bytes stack space with
7891         option --main-return. The ljmp could probably be avoided too
7892
7893 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7894
7895         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
7896
7897 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7898
7899         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
7900         * src/SDCCopt.c (isLocalWithoutDef),
7901         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
7902         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
7903         (credit to Maarten Brock for patch #949363, on which this is based)
7904         * support/regression/tests/bug-751703.c: some test cases of extern used
7905         within inner scopes.
7906
7907 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7908
7909         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
7910         SPEC_STRUCT
7911         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
7912         struct definitions
7913         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
7914         dwWriteLabel): fix to create valid debugger symbols even when
7915         the module name has non-alphanumeric symbols in it
7916         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
7917         when a variable's allocation has been optimized away
7918
7919
7920 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7921
7922         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
7923         * src/hc08/main.c,
7924         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
7925         * src/mcs51/main.c,
7926         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
7927         * src/ds390/main.c,
7928         * src/z80/gen.c (z80_emitDebuggerSymbol),
7929         * src/z80/main.c,
7930         * src/pic/gen.c (pic14_emitDebuggerSymbol),
7931         * src/pic/main.c,
7932         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
7933         * src/pic16/main.c,
7934         * src/avr/gen.c (avr_emitDebuggerSymbol),
7935         * src/avr/main.c,
7936         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
7937         * src/xa51/main.c,
7938         * src/SDCCdebug.c (emitDebuggerSymbol),
7939         * src/SDCCdebug.h,
7940         * src/port.h: added a debugger struct to the port struct. Added a
7941         callback for defining debugger symbols
7942
7943         * src/SDCCast.c (createLabel),
7944         * src/SDCC.y (labeled_statement): mark all compiler generated labels
7945         with isitmp = 1
7946         * src/SDCCicode.h,
7947         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
7948         iCode back to the ast for the function
7949
7950         * src/hc08/ralloc.c (hc08_assignRegisters),
7951         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
7952         unneeded fields from the regs struct.
7953         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
7954         pushReg() & pullReg() functions instead of emitcode()
7955
7956         * src/hc08/gen.c (genLabel, genhc08Code),
7957         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
7958
7959         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
7960         debugger hooks
7961
7962         * src/hc08/gen.c (genEndFunction, genhc08Code),
7963         * src/hc08/gen.h,
7964         * src/mcs51/gen.c (genEndFunction, gen51Code),
7965         * src/mcs51/gen.h,
7966         * src/ds390/gen.c (genEndFunction, gen390Code),
7967         * src/ds390/gen.h,
7968         * src/z80/gen.c (genEndFunction, genZ80Code),
7969         * src/z80/gen.h,
7970         * src/z80/z80.h,
7971         * src/pic/gen.c (genEndFunction, genpic14Code),
7972         * src/pic/gen.h,
7973         * src/pic16/gen.c (genEndFunction, genpic16Code),
7974         * src/pic16/gen.h,
7975         * src/avr/gen.c (genEndFunction, genAVRCode),
7976         * src/avr/gen.h,
7977         * src/xa51/gen.c (genEndFunction, genXA51Code),
7978         * src/xa51/gen.h,
7979         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
7980         specific code to cdbFile.c and out of the backend code generators
7981
7982         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
7983         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
7984         starting address is now 0
7985
7986         * as/hc08/asm.h,
7987         * as/hc08/m08pst.c,
7988         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
7989         assembler directive for DWARF support
7990         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
7991
7992         * src/src.dsp,
7993         * src/Makefile.in,
7994         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
7995
7996 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7997
7998         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
7999         and inappropriate peephole optimization in jump tables
8000
8001 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8002
8003         * as/hc08/m08pst.c,
8004         * src/SDCCglue.c: sdccopt works for the hc08 port now
8005
8006 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
8007
8008         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
8009
8010 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8011
8012         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
8013
8014 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8015
8016         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
8017         rules
8018         * src/SDCCmain.c,
8019         * src/SDCCglobl.h,
8020         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
8021         comments from the peephole optimizer replacement rules
8022         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
8023         symbols
8024         * src/SDCCcse.c (updateSpillLocation),
8025         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
8026         equivalents
8027         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
8028         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
8029         objects far pointers
8030
8031 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8032
8033         * src/SDCCsymt.h: a missing part of my last change
8034         * src/pic/ralloc.c (regTypeNum),
8035         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
8036
8037 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8038
8039         * src/SDCCicode.h,
8040         * src/SDCCicode.c (aggrToPtrDclType),
8041         * src/SDCCptropt.h,
8042         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
8043         ptrPseudoSymConvert),
8044         * src/pic/ralloc.c (regTypeNum),
8045         * src/pic16/ralloc.c (regTypeNum),
8046         * src/hc08/ralloc.c (regTypeNum),
8047         * src/ds390/ralloc.c (regTypeNum),
8048         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
8049         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
8050
8051 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8052
8053         * link/z80/lkmain.c (afile),
8054         * as/hc08/lkmain.c (afile),
8055         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
8056         prevent a pointer problem when a filename has no directory and
8057         no extension specified.
8058
8059 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8060
8061         * link/z80/lkmain.c (afile): allow periods in directory names
8062         * link/z80/lkmain.c (afile),
8063         * as/mcs51/lkmain.c (afile),
8064         * as/hc08/lkmain.c (afile): allow linker script file to have an
8065         extension other than ".lnk"
8066         * link/z80/lklex.c (getfid),
8067         * link/z80/lkmain.c (parse),
8068         * as/mcs51/lklex.c (getfid),
8069         * as/mcs51/lkmain.c (parse),
8070         * as/hc08/lklex.c (getfid),
8071         * as/hc08/lkmain.c (parse): Support comments in the linker script
8072         file on lines by themselves and after filenames
8073
8074 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8075
8076         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
8077
8078 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8079
8080         * src/z80/peeph-z80.def: removed some peephole rules that don't
8081         work with multibyte arithmetic (fixed bug #937126)
8082         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
8083         to registers and not global variables
8084         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
8085         geniCodePreInc, geniCodePostDec, geniCodePreDec,
8086         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
8087         checking for assignments not internally generated (fixed bug #931895)
8088         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
8089         structure member (fixed bug #930072)
8090
8091 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8092
8093         * src/SDCCmain.c (linkEdit),
8094         * src/hc08/main.c (_hc08_parseOptions),
8095         * as/hc08/Makefile.in,
8096         * as/hc08/aslink.h,
8097         * as/hc08/asm.h,
8098         * as/hc08/m08pst.c,
8099         * as/hc08/lkrloc.c (relr, rele),
8100         * as/hc08/lkarea.c (lnkarea)
8101         * as/hc08/lkmain.c (afile, parse),
8102         * as/hc08/lkelf.c: support for ELF output
8103         * as/hc08/lks19.c (s19),
8104         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
8105
8106 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8107
8108         * as/mcs51/lkihx.c: Fixed bug #899105.
8109
8110 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8111
8112         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
8113         .dsp files from Unix to DOS.
8114
8115 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8116
8117         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
8118         function pointers; we have been compliant for several months now.
8119         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
8120         change that was accidently commented out
8121         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
8122         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
8123         bug #922319
8124
8125 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8126
8127         * src/hc08/gen.c: output of all of the internal debugging information
8128         is now controlled by the D() macro; it is disabled by default
8129
8130 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8131
8132         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
8133         harder to keep the same registers during a CAST iCode
8134         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
8135         long via int can be done in a single cast, if the signedness is
8136         correct.
8137         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
8138         putchar() in tinibios.c in ds390's library
8139
8140 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
8141
8142         * src/SDCCast.c (decorateType): fixed bug #898889,
8143         cast result of a literal complement too
8144         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
8145         fixed check for bitfields
8146
8147 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
8148
8149         * src/SDCCicode.c (geniCodeLogic): made it static,
8150         (geniCodeLogicAndOr): added in order to fix bug #905492,
8151         (ast2iCode): fixed bug #905492
8152         * support/regression/tests/bug-905492.c: added
8153         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
8154         (processParms): fixed bug #927659: don't copy parms, this will clear
8155         decorated flag
8156         * support/regression/tests/bug-927659.c: added
8157
8158 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
8159
8160         * src/SDCCast.c (addCast): don't cast float to char
8161         * device/lib/libsdcc.lib: added _memmove
8162
8163 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
8164
8165         * device/lib/large/Makefile: fixed parallel execution by
8166         replacing `make` by `$(MAKE)`
8167
8168 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8169
8170         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
8171         offsets (fixes bug #923936)
8172
8173 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
8174
8175         * device/lib/small/Makefile: fixed parallel execution by
8176         replacing `make` by `$(MAKE)`
8177
8178 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
8179
8180         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
8181
8182 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
8183
8184         * src/pic/gen.c (genCpl): multi-byte complements were not working.
8185         * src/regression/Makefile: Regression test was not running.
8186
8187 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
8188
8189         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
8190         complement if possible
8191         * src/SDCCval.c (valComplement),
8192         * src/SDCCicode.c (operandOperation): fixed complement of literal
8193         * support/regression/tests/onebyte.c (testComplement): added
8194
8195 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
8196
8197         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
8198         return an optimized tree; actually replace actParm with the new tree
8199         * src/SDCCast.h: added some parantheses to remove side effects
8200         * support/regression/tests/bug-920866.c
8201
8202 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
8203         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
8204         Bit operands were not being handled properly in the pic14 port.
8205         (now src/regression/add.c passes again).
8206
8207 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8208
8209         * src/SDCC.y (labeled_statement): case and default no longer require
8210         a following statement (RFE #893037)
8211
8212 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8213
8214         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
8215         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
8216         disabled (fixes bug #916294)
8217         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
8218         "mov a,acc"; patch provided by Lenny Story
8219         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
8220
8221 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8222
8223         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
8224         functions
8225         * src/ds390/gen.c (genFunction, genEndFunction),
8226         * src/ds390/ralloc.c (ds390_assignRegisters),
8227         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
8228         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
8229         pushed if there are parameters passed on the stack. Also, a cleaner
8230         way to decide if r0/r1 should be pushed/popped. (Together they fix
8231         bug #918693)
8232
8233 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8234
8235         * doc/sdccman.lyx,
8236         * device/lib/mcs51/crtpagesfr.asm,
8237         * device/lib/mcs51/crtxinit.asm,
8238         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
8239         to avoid confusion with Si Lab's SFRPAGE register.
8240
8241 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8242
8243         * src/SDCCglue.c (emitMaps): allow public sfr variables
8244         * src/SDCCglue.c (initialComments): include compiler build date
8245         with compiler version and put the timestamp of the generated
8246         assembly file on a serperate line to be less confusing.
8247         * src/port.h: added genInitStartup hook
8248         * src/avr/main.c,
8249         * src/ds390/main.c,
8250         * src/hc08/main.c,
8251         * src/pic/main.c,
8252         * src/pic16/main.c,
8253         * src/xa51/main.c,
8254         * src/z80/main.c: genInitStartup initialize as NULL (default to
8255         historical behaviour)
8256         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
8257         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
8258         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
8259         library instead of hard coding it into the compiler.
8260         * support/regression/ports/mcs51-stack-auto/spec.mk,
8261         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
8262         * device/lib/mcs51/Makefile,
8263         * device/lib/small/Makefile,
8264         * device/lib/large/Makefile,
8265         * device/lib/mcs51/crtpagesfr.asm,
8266         * device/lib/mcs51/crtstart.asm,
8267         * device/lib/mcs51/crtxclear.asm,
8268         * device/lib/mcs51/crtxinit.asm,
8269         * device/lib/mcs51/crtclear.asm,
8270         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
8271         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
8272         and into user configurable files.
8273         * device/lib/clean.mk: clean mcs51 directory too
8274         * support/regression/tests/longlit.c: added static to T1 declaration
8275         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
8276         accesses in the initialization code
8277
8278 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8279
8280         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
8281         OSCTRIMVAL as noted in bug #916008
8282
8283 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8284
8285         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
8286         in loops with multiple exits (reported as incorrect registers
8287         used by Martin Helmling in Sdcc-user list)
8288
8289 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8290
8291         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
8292         made ds390 register extensions look less like error messages
8293
8294 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8295
8296         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
8297         reported by Adam Wozniak in Sdcc-user list
8298
8299 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
8300
8301         * src/SDCCast.c (decorateType): fixed with bug and promotion in
8302         arithmetic optimizations, added debug output
8303
8304 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
8305
8306         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
8307         * sdcc.spec: updated and split sdcc into 3 rpms
8308         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
8309         needed for literals of LEFT_OP and '+'
8310         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
8311         introduced RESULT_TYPE_NOPROM
8312         (geniCodeMultiply): fixed logic for decision if mul is optimized to
8313         left shift
8314         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
8315         limited promotion to int only for '*'
8316         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
8317
8318 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
8319
8320         * src/pic16/gen.c (genSkip),
8321         (genc16bit2lit), (gencjneshort): commented out
8322         (is_LitOp): new helper function, checks operand type
8323         (genCmpEq): rewritten
8324
8325 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
8326
8327         * support/regression/tests/bug-908454.c: added
8328
8329 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
8330
8331         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
8332         * src/SDCCicode.c (usualBinaryConversions): op needs int type
8333         (geniCodeCast): cosmetic, don't preserve bit storage class
8334         (geniCodeLeftShift): added promotion
8335         (geniCodeLogic): fixed regression
8336         * src/SDCCsymt.c (computeTypeOr): accept bits too
8337         (compareType): 2nd part of fix for bug #908454, needed for bitfields
8338
8339 2004-03-07  Borut Razem <borut.razem AT siol.net>
8340
8341         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
8342
8343 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
8344
8345         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
8346         version of pic16_genPackRegisters which does not check if ic is a
8347         CAST operator,
8348         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
8349         function cause string1.c regression test fails
8350
8351 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
8352
8353         * sim/ucsim/configure.in,
8354         * sim/ucsim/configure,
8355         * sim/ucsim/doc/Makefile.in: use docdir
8356         * src/SDCC.y: fixed sbit atrributes
8357         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
8358         * src/SDCCast.c (decorateType): |^& need special promotion handling
8359         * src/SDCCast.h,
8360         * src/SDCCsymt.h: moved definition of RESULT_TYPE
8361         * src/SDCCsymt.h (computeType),
8362         * src/SDCCicode.c: computeType() needs op
8363         * src/SDCCsymt.c (checkTypeSanity),
8364         * doc/sddman.lyx: "plain" bitfields are unsigned
8365         * src/SDCCsymt.c (computeTypeOr): added
8366         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
8367         |^& ops
8368         * src/SDCCval.c (val*): computeType() needs op
8369         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
8370         * support/regression/tests/onebyte.c: added tests for |^&
8371
8372 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
8373
8374         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
8375         for writing icode into asm output.
8376
8377 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
8378
8379         * src/pic16/device.c: added some debug lines enabled
8380         with macro DEBUG_CHECK,
8381         * src/pic16/genarith.c: more debug in genPlus,
8382         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
8383         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
8384         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
8385         * (aopForSym): onStack symbols are re-placed in data memspace,
8386         and onStack flag is cleared,
8387         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
8388         copy temporary pcodeop,
8389         * (genPcall): added warning for not updating PCLATU,
8390         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
8391         always true for pic16 port,
8392         * (genMultOneWord): NEW, supports integer multiplication,
8393         * (genMult): modified to call genMultOneWord,
8394         * (ifxForOp): added warning when return NULL,
8395         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
8396         flag is set before call to operandFromSymbol for implicit
8397         added structures,
8398         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
8399         options.intlong_rent are set by default,
8400         * (_hasNativeMulFor): modified to allow port generation of integer
8401         multiplication,
8402         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
8403         set regtype to REG_SFR for all registers, restricting seting the
8404         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
8405
8406 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8407
8408         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
8409         more than 500 times in the regression tests
8410
8411 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8412
8413         * support/Util/SDCCerr.h,
8414         * support/Util/SDCCerr.c,
8415         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
8416         enumerator_list),
8417         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
8418         for symbol conflicts.
8419         * support/valdiags/tests/enum.c,
8420         * support/valdiags/tests/tentdecl.c,
8421         * support/valdiags/tests/struct.c: expect possible error messages
8422         referring to original symbol definitions.
8423         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
8424         * src/SDCCsymt.h,
8425         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
8426
8427 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
8428
8429         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
8430
8431 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
8432
8433         * src/pic16/ralloc.c (newReg): fixed bug #908929
8434
8435 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8436
8437         * src/ds390/gen.c: added missing #include "main.h"
8438
8439 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
8440
8441         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
8442         checking if symbol is already in set,
8443         * src/pic16/device.h: prototype for checkAddSym,
8444         * src/pic16/gen.c: (_G): added entry interruptvector,
8445         * (assignResultValue): removed some commented out lines,
8446         * (genFunction): check for ISR via sym->type, absolute section for
8447         interrupt code is created via a new pBlock, the goto instruction is
8448         placed now correctly at the interrupt vector position, changed all
8449         references from ivec to _G.interruptvector,
8450         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
8451         is the interrupt is a high priority one, same for return from ISR,
8452         * src/pic16/glue.c: changed all calls of addSetHead for publics and
8453         externs to calls of checkAddSym,
8454         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
8455         pic16_pcode_verbose flag is set,
8456         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
8457         * src/pic16/pcoderegs.c: message about how many registers are saved
8458         will only be emitted if pic16_pcode_verbose flag is set,
8459
8460 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8461
8462         * src/ds390/ralloc.h,
8463         * src/ds390/ralloc.c (ds390_regWithIdx),
8464         * src/ds390/gen.c (emitcode),
8465         * src/ds390/main.h,
8466         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
8467         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
8468         ds390operandCompare, getRegsRead, getRegsWritten,
8469         initializeAsmLineNode): customized instruction size calculation for
8470         ds390, started basis for some register optimizations
8471         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
8472         corresponding assembly output
8473         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
8474         missing push/pop of r0/r1. Optimized push/pops
8475
8476 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8477
8478         * src/mcs51/main.c (instructionSize): fixed ACALL size
8479         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
8480
8481 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
8482
8483         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
8484         the sorting of rlist with NULL elements
8485         * (print_idataType, print_idata): NEW to create idata sections
8486         * src/pic16/device.h: idataSymSet new variable
8487         * src/pic16/gen.c (genFunction): fixed some bugs in string
8488         comparing, improved the absolute section creation for ISRs,
8489         added FSR0L/FSR0H in registers that are saved in an ISR,
8490         * (genInline): fixed the processing of inline snippets,
8491         now they undergo no process by the peephole optimizer
8492         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
8493         are placed in idataSymSet,
8494         * (pic16emitStaticSeg): extern symbols are added in externs,
8495         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
8496         switching when aboslute variables are placed in access bank memory
8497         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
8498         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
8499         commented out with #if,
8500         * (pic16_packRegisters): reintroduce the check for CAST because some
8501         symbols are not correctly handled,
8502         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
8503         pCodeInstruction instead of pCode,
8504         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
8505         pCodeAsmDir definition,
8506         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
8507         directive, then the argument directive is emitted without the leading
8508         tab, hack for inline labels which must be in the first column,
8509         * (compareLabel,pic16_findNextInstruction),
8510         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
8511         * (insertBankSwitch): modified for the new pCodeAsmDir,
8512
8513 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8514         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
8515
8516         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
8517         instance,
8518         * (pushSide): commented out with #if,
8519         * (assignResultValue): fixed some typos in saving
8520         registers,
8521         * (genPcall): FIXED and sync'ed with genCall,
8522         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
8523         * (genNearPointerGet): fixed to handle some more cases,
8524         implementation scheme via table reads,
8525         * (genConstPointerGet): modified to access code memory correct,
8526         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
8527         and improved to handle some cases
8528         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
8529         instead of "RETLW" for init data
8530         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
8531         not IN_DIRSPACE, work around to reduce bank switching when aboslute
8532         variables are placed in access bank memory (<0x80 and >=0xf80),
8533         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
8534         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
8535         TBLWT_POSTDEC,TBLWT_PREINC
8536         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
8537         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
8538         directives
8539         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
8540         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
8541         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
8542         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
8543
8544 2004-02-29  Borut Razem <borut.razem AT siol.net>
8545
8546         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
8547         support/Util/findme.h, support/Util/system.h: enhance binary relative
8548         search for lib and include by using findProgramPath()
8549
8550 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8551
8552         * src/SDCCpeeph.h,
8553         * src/SDCCpeeph.c (pcDistance),
8554         * src/port.h,
8555         * src/mcs51/ralloc.h,
8556         * src/mcs51/ralloc.c (mcs51_regWithIdx),
8557         * src/mcs51/main.h,
8558         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
8559         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
8560         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
8561         size calculation port specific, started basis for some register
8562         optimizations
8563         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
8564         missing push/pop of r0/r1. Optimized push/pops
8565         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
8566         * device/lib/_modsint.c (_modsint),
8567         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
8568         and stack version so regression tests pass
8569
8570 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
8571
8572         * src/Makefile.in (dep): include SLIBOBJS in dependency check
8573         * src/SDCCast.c (decorateType): catch another small optimization
8574         with '?' operator
8575         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
8576         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
8577         modified to finally use computeType() all over SDCC,
8578         see Feature Request #877103
8579         * src/SDCCval.h: cosmetic
8580         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
8581         valCompare(); regression tested in muldiv.c
8582         * support/regression/tests/muldiv.c (testMod): mod sign follows
8583         dividend only
8584
8585 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
8586
8587         * src/SDCCast.c (decorateType): fixed bug #902362
8588         * doc/INSTALL.txt: fixed install instructions for win32
8589
8590 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
8591
8592         * device/include/Makefile.in (install): fixed by replacing spaces
8593         by tabs
8594         * doc/README.txt,
8595         * doc/INSTALL.txt: updated for release
8596         * doc/sdccman.lyx: added warning for --xstack being buggy
8597
8598 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
8599
8600         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
8601         to eliminate build warnings.
8602         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
8603
8604 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
8605            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8606
8607         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
8608         removed -penable-stack, added comment for stack pragma, added
8609         warning for not initializing the stack/frame registers, removed
8610         comment at interrupts section
8611
8612         Stack is made permanent, there is no ability to disable stack usage.
8613         * src/pic16/device.h,
8614         * src/pic16/device.c: removed all references to USE_STACK macro,
8615         * src/pic16/device.c (pic16_dump_section): when no elements in
8616         rlist, free rlist before return,
8617         * (pic16_dump_int_registers): NEW, internal registers are a new set
8618         of general purpose registers reused by each function,
8619         * (checkAddReg): returns 1 if registers is added to set,
8620         * (pic16_groupRegistersInSection): when a registers is of type
8621         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
8622         * src/pic16/device.h: memRange and Assigned Memory are deleted,
8623         SRCASECMP macro is moved here from device.c
8624         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
8625         PO_PCLATU, PO_PRODL, PO_PRODH,
8626         * (pic16_pCodeOpType, genMinus,
8627         changed compares to "a" register, with AOP_ACC,
8628         * (pic16_genPlus): fixed some bugs and indented properly,
8629         * (pic16_addSign): changed size to size+offset in the MOVWF
8630         instruction,
8631         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
8632         multiply 8-bit operand by literal, result is 8-bit,
8633         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
8634         multiply 2 8-bit operand, result is 8-bit,
8635         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
8636         genUMult8X*_16,
8637         * src/pic16/gen.c: changed accUse to contain WREG only,
8638         * (pic16_emitcomment): renamed to pic16_emitpcomment,
8639         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
8640         true, do not use immediate addressing any more unless sym is a
8641         pointer in codespace,
8642         * (aopForRemat): do not use immediate addressing when symbol not in
8643         codespace and when symbol's address is requested,
8644         * (aopOp): for-loop in if(sym->accUse) is modified for the new
8645         accUse size (= 1),
8646         * (aopGet): added case for AOP_ACC and don't return "accumulator
8647         bug" but WREG instead,
8648         * (popGetTempReg): pushes contents of temporary register in stack,
8649         * (popReleaseTempReg): pops contents of temporary register from
8650         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
8651         * (pic16_popGet): separated case AOP_ACC to return register WREG
8652         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
8653         or PO_IMMEDIATE and initializes their instance/offset appropriately,
8654         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
8655         the use of immediate pointers to certain cases only.
8656
8657         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
8658         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
8659         * (assignResultValue, genCall, genRet): modified to use the new
8660         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
8661         genPcall is still broken,
8662         * (genFunction): added code to create 'A' type pBlocks when
8663         interrupt functions are generated, code not extensively tested yet,
8664         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
8665         * (genEndFunction): modified so ISRs pop stored registers from stack,
8666         * (genMultOneByte): cleanup,
8667         * (AccRsh): added flag andmask, to and result with appropriate mask,
8668         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
8669         * (genDataPointerGet): fixed and reenabled its use,
8670         * (genNearDataPointerGet): bugs fixed,
8671         * (genDataPointerSet): bugs fixed,
8672         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
8673         pic16_DumpSymbol, pic16_DumpOp,
8674         * src/pic16/genutils.h: function prototypes for the above functions,
8675         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
8676         pointers,
8677         * (pic16emitRegularMap): many many many improvements, but needs a
8678         major cleanup,
8679         * src/pic16/main.c: enable_stack in pic16_options is removed,
8680         * (_pic16_parseOptions): removed command line options -penable-stack,
8681         * (_process_pragma): emit stack symbol only when stack pragma is
8682         processed,
8683         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
8684         redirected to FSR0L/FSR0H pair,
8685         * (pic16_get_op, pic16_get_op2): modifications and improvements,
8686         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
8687         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
8688         for immediates,
8689         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
8690         * (dumpPicOptype): NEW,
8691         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
8692         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
8693         with movff instruction,
8694         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
8695         added pic16_int_regs, some packRegsFor* functions are commented out,
8696         because produce errors,
8697         * src/pic16/NOTES: minor modifications
8698
8699 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8700
8701         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
8702         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
8703         --pack-iram.
8704         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
8705         * as/mcs51/lkaomf51.c: fixed bug #895763
8706
8707 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
8708
8709         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
8710
8711 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8712
8713         * doc/sdccman.lyx: added details about the HC08 storage classes and
8714         interrupts, fixed the register usage info for z80 & gbz80
8715
8716 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
8717
8718         * doc/sdccman.lyx: added more pic16 port documentation
8719         * device/include/pic16/: added header pic18fregs.h
8720
8721 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
8722
8723         * doc/sdccman.lyx: added Vangelis' contribution
8724
8725 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8726
8727         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
8728         extend to the next CALL or PCALL, not just to the next CALL.
8729
8730 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
8731
8732         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
8733
8734 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8735
8736         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
8737         bug #895752 and a better fix for bug #716790
8738
8739 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8740
8741         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
8742
8743 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8744
8745         * doc/sdccman.lyx: minor changes, minor changed
8746
8747 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
8748
8749         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
8750         which can't handle SDCC_NEWONEBYTEOPS,
8751         (geniCodeMultiply): removed conversion from mult to shift for pic14
8752         and pic16
8753
8754 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8755
8756         * src/hc08/gen.h,
8757         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
8758         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
8759         thus fixing bug #895406
8760
8761 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
8762
8763         * device/lib/_modsint.c,
8764         * device/lib/_modslong.c: sign follows divisor only
8765         * src/hc08/gen.c (genMultOneByte): if result size is 1,
8766         signs or signedness can be ignored
8767         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
8768         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
8769         added optimization for IFX,
8770         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
8771         arguments;
8772         reenabled optimization for IFX, which was removed on 2004-01-11
8773         * src/SDCCast.h: added return type IFX
8774         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
8775         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
8776         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
8777         SDCC_OLDONEBYTEOPS selects the old behaviour
8778         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
8779         changed again and commented promotion rule
8780         * src/SDCCval.c (valDiv): promotion no longer necessary
8781         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
8782         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
8783         rewritten
8784         * support/regression/tests/onebyte.c: added
8785
8786 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
8787
8788         * gen.c (genInline): reverted to old code for assemnling inline
8789         code because of bug reported James Chadd
8790
8791 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
8792
8793         * ralloc.h: missing declarations from previous patch,
8794         seems that patch for ralloc.h was never applied, fixed
8795
8796 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8797            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
8798
8799         * pcode.c,
8800         * pcode.h,
8801         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
8802         indirect addressing. Marked FSR0 as deprecated
8803         * gen.c (pointerCode): commented out, not needed now
8804         (pic16_popGet2p): new MOVFF helper function
8805         (genGenPointerGet),
8806         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
8807         (shiftRLong): removed duplicate debugging info
8808
8809 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8810
8811         * src/ds390/gen.c (genNearPointerGet),
8812         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
8813         optimization with bits, but not bitfields.
8814         * src/ds390/ralloc.c (packRegisters),
8815         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
8816
8817 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
8818
8819         * src/SDCCcse.c (algebraicOpts): copy operands before modification
8820
8821 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8822
8823         * src/SDCCsymt.h,
8824         * src/SDCCicode.c (operandFromSymbol),
8825         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
8826         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
8827         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
8828         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
8829         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
8830         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
8831         bug #892038
8832         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
8833         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
8834         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
8835         * src/SDCCsymt.c (newSymbol),
8836         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
8837         enumerator_list),
8838         * src/SDCCval.h,
8839         * src/SDCCval.c (newiList): fixed bug #885705
8840
8841 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8842
8843         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
8844         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
8845
8846 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8847
8848         * device/include/c8051f120.h,
8849         * device/include/c8051f300.h,
8850         * device/include/c8051f310.h: added/updated header files for Silicon
8851         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
8852         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
8853         in new section Submitting patches
8854
8855 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8856
8857         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
8858         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8859         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8860         genGenPointerSet),
8861         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
8862         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8863         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8864         genGenPointerSet),
8865         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
8866         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8867         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8868         genGenPointerSet),
8869         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
8870         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8871         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8872         genGenPointerSet): fixed bug #892400
8873         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
8874         to eliminate build warnings.
8875         * src/SDCCast.c (processParms),
8876         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
8877         fixed bug 751859
8878         * support/valdiag/valdiag.py: added GCC to the list of defines active
8879         when compiling with gcc
8880
8881 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8882
8883         * support/Util/SDCCerr.h,
8884         * support/Util/SDCCerr.c,
8885         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
8886         with an incomplete type (fixed bug #883734)
8887         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
8888
8889 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8890
8891         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
8892
8893 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8894
8895         * src/SDCCast.c (decorateType),
8896         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
8897         function pointer implementation
8898         * support/regression/tests/funptrs.c: added tests to verify both forms
8899         of function pointers work correctly. Added tests to verify parameters
8900         are passed in the correct order.
8901
8902 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
8903
8904         * device.c (regCompare): registers are sorted by ascending
8905         address and increasing size,
8906         * main.c (_pic16_finaliseOptions): removed the declaration
8907         of compiler macro MCU. Now a macro of the format pic18fxxxx
8908         will be defined from the command line
8909
8910 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8911             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
8912
8913         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
8914         PCOP_RLCF was overwritten!
8915         * gen.c (genSkip): commented out calls to pic16_emitcode,
8916         * (genCmpEQ): fixed "long" compares, only high word did get compared,
8917         * (genlshTwo),
8918         * (genRRC): added debugging info,
8919         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
8920         overwritten while shifting,
8921         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
8922         overwritten while shifting,
8923         * (AccLsh),
8924         * (AccRsh),
8925         * (shiftLLeftOrResult),
8926         * (shiftRLeftOrResult),
8927         * (shiftRLong),
8928         * (shiftLLong): Implemented with pic16_emitpcode
8929         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
8930         * (genLeftShift): Fixed bug, operand for shift by variable always
8931         was "and"ed with 0x0f,
8932         * (genLeftShiftLiteral),
8933         * (genrshTwo),
8934         * (genRightShiftLiteral): added debugging info,
8935         * (genrshFour): added comment,
8936         * (genRightShift): determined signedness from operand "left"
8937         instead of "result"
8938
8939 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8940
8941         * src/SDCCicode.c (geniCodeParms),
8942         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
8943         function pointers, fixed function pointer bugs #861242 and #861896
8944
8945 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8946
8947         * device/include/c8051f000.h,
8948         * device/include/c8051f120.h,
8949         * device/include/c8051f300.h: added header files for Silicon
8950         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
8951
8952 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
8953
8954         * src/SDCCast.c (processParams): added new type flow and restructured
8955         (gatherAutoInit): added new type flow
8956         (addCast): cosmetic changes
8957         (getLeftResultType): added new type flow for array indices, patch
8958         provided by Stas, see FR #877103
8959         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
8960         array index patch by Stas
8961         * src/SDCCast.h: added prototype getResultTypeFromType()
8962         * src/SDCCval.h,
8963         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
8964         * src/pic/glue.c (pic14emitStaticSeg),
8965         * src/pic16/glue.c (pic16emitStaticSeg),
8966         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
8967         for initialization of symbols
8968         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
8969         * support/Util/SDCCerr.h:
8970         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
8971         * .version: bumped version number to 2.3.8
8972         * device/include/Makefile.in (install),
8973         * doc/Makefile (install): changed to 'rm `find ...`' construct to
8974         avoid warnings
8975
8976 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
8977
8978         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
8979         Slade Rich fixed an optimization bug
8980         * src/pic/pcodepeep.c,
8981         * src/pic/pcoderegs.c
8982         * doc/Makefile (install): added test for directory
8983
8984 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8985
8986         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
8987         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
8988         * src/pic/ralloc.c (getRegPtr, getRegGpr),
8989         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
8990         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
8991         * as/mcs51/asexpr.c (term),
8992         * as/hc08/asexpr.c (term): fixed bug #887146
8993
8994 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8995
8996         * src/z80/gen.c (genMult): handle single byte result product
8997         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
8998         DUMMY_READ_VOLATILE (fixed bug #886367)
8999
9000 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
9001
9002         * support/regression/tests/libmullong.c: fixed logic, on little endian
9003         hosts we ended without a mullong_wrapper()
9004
9005 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9006
9007         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
9008         virus/worm forged address usage.
9009
9010 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
9011
9012         Fixed promotion, it should be done on AST level:
9013         * src/SDCCast.c (addCast): added promotion to int
9014         (decorateType): updated call to upCast()
9015         * src/SDCCicode.c (geniCodeLeftShift): removed call to
9016         usualUnaryConversions()
9017
9018 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
9019
9020         * support/regression/tests/literalop.c (mulWrapper): Added a
9021         wrapper to remove integer overflow warnings.
9022
9023         * support/regression/tests/float_trans.c: Made work on host.
9024
9025         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
9026         location of sz80.
9027
9028         * support/regression/generate-cases.py (main): Changed from inline
9029         to a main method.
9030
9031         * doc/Makefile (install): Changed to depth first to get rid of
9032         missing directory install warning.
9033
9034         * as/Makefile (install-doc): Made work on Mac.
9035
9036 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
9037
9038         * src/SDCCast.c: added an additional type flow in decorateType() of
9039         opposite direction, see feature request #860006; it's enabled at runtime
9040         by setting the environment variable SDCC_NEWTYPEFLOW
9041         * src/SDCCast.h: changed prototype of decorateType()
9042         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
9043         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
9044         'char' to 'int' can be omitted, if both operands are 'unsigned char';
9045         see feature request #877103
9046         * src/SDCCval.c: updated call of decorateType()
9047         (valBitwise): fixed bug #882876
9048         (valMinus): added promotion
9049         (valLogicAndOr): result is unsigned
9050         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
9051         * src/SDCCsymt.c (computeType),
9052         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
9053         must not cause an unsigned operation
9054         * src/pic/glue (pic14emitRegularMap),
9055         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
9056
9057 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
9058
9059         * src/pic/pcode.c (PCodeID): commented out left over debug code
9060
9061 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
9062
9063         * support/valdiag/tests/overflow.c: added shift tests
9064         * src/pic/device.c,
9065         * src/pic/gen.c,
9066         * src/pic/gen.h,
9067         * src/pic/glue.c,
9068         * src/pic/main.c,
9069         * src/pic/pcode.c,
9070         * src/pic/pcode.h,
9071         * src/pic/pcodepeep.c,
9072         * src/pic/pcoderegs.c,
9073         * src/pic/ralloc.c,
9074         * src/pic/ralloc.h: applied patch from Slade Rich;
9075         added support for multiple code pages and multiple RAM banks on the
9076         PIC 14 port. The ASM files now no longer simply assume all the
9077         code / RAM are in the same page / bank. This means the linker can
9078         safely allocate code/RAM of separate ASM files to different pages/banks.
9079         * doc/sdccman.lyx: added Slade's tips
9080         * src/mcs51/peeph.def: fixed bug #880768
9081
9082 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9083
9084         * src/hc08/ralloc.c (rematStr): fixed bug #879282
9085         * src/SDCCast.c (decorateType): fixed bug #880197
9086
9087 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
9088
9089         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
9090         getopt.h.
9091
9092         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
9093         strtof is not part of C89 and isn't included with Mac OS X.
9094
9095 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9096
9097         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
9098         shiftL2Left2Result): fixed bug #879326
9099         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
9100         (genMultOneByte): fixed bug in signed vs unsigned multiplication
9101         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
9102         address fetch for clr instruction
9103         * device/lib/hc08/_mulint.c: created optimized assembly version
9104         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
9105
9106 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
9107
9108         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
9109         proposed in FR #877103
9110
9111 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
9112
9113         * src/SDCCval.c (cheapestVal): added missing checks
9114         * src/SDCCicode.c (usualBinaryConversions): fixed condition
9115         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
9116
9117 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
9118
9119         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
9120         equal operands
9121
9122 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
9123
9124         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
9125         loaded with the linker search paths (-L arguments) and the libraries
9126         to be linked with the current source (-l arguments). Changes
9127         currently will affect only the pic16 port.
9128         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
9129         include path the port specific paths and port specific libraries,
9130         * gplink command now contains the $3 argument,
9131         * src/pic16/device.h,
9132         * src/pic16/device.c,: structure PIC_device is made public and
9133         renamed to PIC16_device, the same for variable Pics which is renamed
9134         to Pics16. Updated all references to them.
9135         * src/pic16/glue.c (pic16glue): corrected bug with code
9136         initialization which bypassed the variable initializations block.
9137
9138         * device/lib/pic16/Makefile.rules: removed --penable-stack from
9139         COMPILE_FLAGS and added the --nostdinc option
9140
9141 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9142
9143         * device/include/mc68hc908jb8.h: Register defs for another member
9144         of the hc08 family. Contributed by Bjorn Bringert - thanks!
9145
9146 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
9147
9148         Documenting changes from previous commits.
9149         * configure.in (version 1.56),
9150         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
9151         when generating output files to configure the pic16 library,
9152         but now I've commented it out, since gputils aren't installed in the
9153         SF compile farm, so library won't compile
9154
9155         * device/lib/Makefile.in (version 1.56): initially I've added in
9156         target 'all' the prerequestive 'model-pic16' so it compiled the
9157         pic16 library, but now I've commented it out for the same reasons
9158         above,
9159         * added targets 'model-pic16' and 'objects-pic16' to compile the
9160         library
9161         * added target 'port-specific-objects-pic16' to handle the
9162         generated libraries and copy them into the build/ directory
9163         * added target 'clean-intermediate-pic16' to clean intermediate
9164         files into pic16 directory
9165         * in target 'installdirs' added line to create directory pic16 in
9166         the installation path
9167
9168         * device/include/Makefile.in (version 1.11): in target 'install'
9169         added lines to copy all header files to installation path,
9170         * in target 'installdirs' added line create directory for pic16
9171         headers in the installation path
9172
9173 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
9174
9175         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
9176          a function call
9177
9178 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
9179
9180         * configure,
9181         * device/lib/configure.in,
9182         * device/lib/configure: fixed for autoconf 2.57
9183
9184 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9185
9186         * src/z80/main.c (_parseOptions): fixed the portmode= command line
9187         option so that it actually works. Made it specific to the z80, since
9188         the gbz80 doesn't have these kinds of I/O ports.
9189
9190 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9191
9192         * device/include/z180.h,
9193         * device/lib/_memcpy.c,
9194         * device/lib/_memmove.c,
9195         * device/lib/_mulint.c,
9196         * device/lib/ser_ir.c,
9197         * device/lib/ser_ir_cts_rts.c,
9198         * device/lib/_strcmp.c,
9199         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
9200         * src/z80/main.c (_process_pragma): add support for pragmas bank and
9201         portmode; added deprecation warning for bank= and protmode= forms.
9202         Also, guard against buffer overflow.
9203         * src/z80/gen.c (aopGet): generate better code for sfr banked read
9204
9205 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9206
9207         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
9208         changed interrupt vector table generation to only emit declared vectors.
9209         * device/include/Makefile.in: added missing backslash
9210         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
9211
9212 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
9213
9214         Mainly changes to support compilation of the device libraries
9215         * src/pic16/device.c: stack is allocated via symbol and not
9216         via literal number. The symbol is placed in the corresponding
9217         position of the data ram
9218         * (pic16_dump_section): relocatable and absolute uninitialized
9219         data are now emitted in sorted order to reduce section naming,
9220         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
9221         weren't marked as being in the access bank,
9222
9223 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
9224
9225         Added portion of GNU PIC Library under the directory
9226         device/include/pic16 and device/lib/pic16. These files
9227         contain the declarations of SFRs for the PIC18Fxx2 devices.
9228         The directory is initialized via configure from toplevel.
9229
9230 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
9231
9232         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
9233         the spilllocations to be compared correctly
9234
9235 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
9236
9237         * src/SDCCast.c (decorateType): fixed bug introduced today
9238
9239 2004-01-12  Borut Razem <borut.razem AT siol.net>
9240
9241         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
9242         doc/sdccman.lyx: upper case pragmas are deprecated
9243
9244 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
9245
9246         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
9247         in simpler and even better code
9248
9249 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
9250
9251         * src/SDCCicode.c (operandOperation): fixed bug #874819
9252         * src/SDCCast.c (decorateType): fixed
9253         char foo (unsigned long ul) { return ul > 0; }
9254
9255 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9256
9257         * doc/sdccman.lyx: Moved and added some sections, small changes
9258         all over. Telling LaTeX to be less strict with word spacing
9259         to better keep the right margin. Changed some notes about
9260         maintainance of the ports in section 3.2.1 - is it OK like this?
9261
9262 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
9263
9264         SDCC source changes:
9265         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
9266         convilong): modified to inform the pic16 port that builtin functions
9267         are external
9268
9269         PIC16 PORT specific changes:
9270         * src/pic16/device.c pic16_dump_equates() added,
9271         processor registers declared internally by the port are emitted in
9272         the translation as equates,
9273         * src/pic16/gen.c: inline code is passed unprocessed to the
9274         translation,
9275         * (pic16_popGetLit2): fnuction modified to take second operand as
9276         pCodeOp pointer and not as literal,
9277         * (popRegFromIdx): prefixed with pic16_,
9278         * (pic16_popCombine2): modified to receive already allocated pCode
9279         operands,
9280         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
9281         * (genFunction): initializes local stack frame and pushes on stack
9282         all the registers used by this function,
9283         * (genEndFunction): restores all registers from stack and restores
9284         stack frame,
9285         * src/pic16/glue.c (pic16emitRegularMap): various changes and
9286         improvements,
9287         * (pic16glue): changed the program startup sequence,
9288         * added new dbName code 'A' for functions placed in absolute section
9289         * src/pic16/main.c: added function attribute _naked,
9290         * added pragma 'code' to place a fnuction at an absolute address,
9291         * added command line arguments --debug-ralloc and --pcode-verbose,
9292         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
9293         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
9294         * (pic16_newpCodeOpLit2): modified to take the second operand as
9295         pCodeOp pointer,
9296         * (pic16_printpBlock): modified to emit each function in a separate
9297         section,
9298         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
9299         UPPER for immediate operands,
9300         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
9301         instruction,
9302         * src/pic16/peeph.def: all peepholes with movff are commented out,
9303         because there is a problem in the pcode peep optimizer,
9304         * src/pic16/ralloc.c: the register allocator can now reuse local
9305         function symbols for another function. This saves register usage.
9306         * src/pic16/ralloc.h: added flag isLocal in structure regs,
9307
9308         Added file src/pic16/NOTES with information about program writing on
9309         the current port version.
9310
9311 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9312
9313         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
9314         and peephole 252 (array access)
9315
9316 2004-01-09  Borut Razem <borut.razem AT siol.net>
9317
9318         * src/SDCCmain.c : fixed #872250: -l command line defined library
9319           files are scanned before standard library files
9320
9321 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9322
9323         * src/SDCCast.c (decorateType): fixed bug #874046
9324
9325 2004-01-09  Borut Razem <borut.razem AT siol.net>
9326
9327         * support/scripts/sdcc.nsi: remove previous installation
9328
9329 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9330
9331         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
9332         bytes for last interrupt vector (mcs51)
9333         * sdcc.spec: fixed typo
9334
9335 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9336
9337         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
9338         gen51Code): more efficient parameter receive for --model-large
9339         ("bug" #845294)
9340
9341 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9342
9343         * src/ds390/main.c,
9344         * src/z80/main.c: added missed needLinkerScript flags (more than
9345         one port structure defined in these file)
9346         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
9347         bug #795325
9348
9349 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
9350
9351         * src/SDCCmain.c: removed various references to DEFAULT_PORT
9352         * src/port.h: added flag needLinkerScript in port->linker
9353         structure to inform whether to create a .lnk file or not,
9354         * src/avr/main.c,
9355         * src/ds390/main.c,
9356         * src/hc08/main.c,
9357         * src/mcs51/main.c,
9358         * src/pic/main.c,
9359         * src/pic16/main.c,
9360         * src/xa51/main.c,
9361         * src/z80/main.c: changed appropriately to configure
9362         needLinkerScript flag
9363         * src/pic/gen.c,
9364         * src/pic16/gen.c (genAddrOf): fixed bug #863624
9365         * src/pic/glue.c: added variable udata_section_name to
9366         override default uninitialized data segment definition for
9367         devices only with SHAREBANK memory (reported from Erik Epetrich)
9368         * (pic14emitOverlay): modified to emit a commented overlay segment
9369         directive when no overlay data exist
9370         * (picglue): modified to emit uninitialized data segment
9371         according to udata_section_name
9372         * src/pic/main.c (_pic14_parseOptions): added command line
9373         options --udata-section-name=[name] to override default
9374         udata definition name
9375         * modified _linkCmd and _asmCmd to include compiler passed
9376         arguments via -W option
9377         * src/pic16/main.c: added $l in _asmCmd, changed extension for
9378         object file from '.rel' to '.o' in port->linker structure,
9379         changed size of fptr from 2 to 3 in port structure
9380
9381 2004-01-07  Borut Razem <borut.razem AT siol.net>
9382
9383         * support/scripts/sdcc.nsi: update PATH
9384         * support/scripts/sdcc.ico: craeted
9385
9386 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
9387
9388         * device/include/Makefile.in: fix install
9389         * doc/Makefile: fix install
9390
9391 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9392
9393         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
9394         in bug #860505
9395         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
9396         how the function variable allocation summary is displayed; also
9397         include information about variables allocated to the overlay
9398         segment
9399
9400 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9401
9402         * as/mcs51/lkmain.c: Help about -Y option
9403         * as/mcs51/lkarea.c: Fixed gcc warnings
9404
9405 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
9406
9407         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
9408         fixed warning
9409         * support/valdiag/tests/overflow.c: added
9410         * src/SDCCast.c (decorateType),
9411         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
9412         LEFT_OP (left shift)
9413
9414 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9415
9416         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
9417         (default behaviour).
9418
9419 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9420
9421         A python script to validate compiler diagnostic messages. It can be
9422         used to verify that sdcc complains about bad c source code and
9423         gives a good location of the error.
9424         * support/valdiag/Makefile,
9425         * support/valdiag/valdiag.py,
9426         * support/valdiag/tests/*
9427
9428 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9429
9430         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
9431         * src/SDCCsymt.c (newEnumType),
9432         * src/SDCCsymt.h
9433         * support/Util/SDCCerr.c,
9434         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
9435         enum related bugs.
9436         * support/regression/tests/enum.c: added test for enum values that
9437         require at least 2 bytes of storage.
9438
9439 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
9440
9441         * src/common.h: added ifndef/define/endif macros
9442         around the header file.
9443         Bug reported from Jesus Calvino-Fraga
9444
9445 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
9446
9447         * sdcc.spec: updated
9448         * device/include/Makefile.in: don't install CVS directories
9449         * device/lib/Makefile.in: added removal of CVS directories after install
9450         * doc/Makefile: fixed install, added local_icons
9451         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
9452         * src/mcs51/gen.c (genRightShift): fixed bug #870788
9453         * src/ds390/gen.c (genRightShift): fixed bug #870788
9454         * src/SDCCast.c (decorateType): fixed bug #870781
9455
9456 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
9457
9458         PIC16 port related changes:
9459         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
9460         added variable stackPos,
9461
9462         * gen.c: genCall, assignResultValue: added support for
9463         pushing/retrieving function parameters to/from stack,
9464         genFunction,genEndFunction: setup stack frame for the
9465         generated function,
9466         genAddrOf: will be changed according to bug 863624
9467
9468         * added files genutils.c and genutils.h which contain gen*
9469         debugged and optimised functions extracted from gen.c
9470
9471         * glue.c: added variable 'externs' which holds extern symbols,
9472         pic16emitRegularMap: is modified to properly handle relocatable
9473          symbols under the new scheme,
9474         pic16createInterruptVect: is modified
9475         pic16printPublics: is modified to emit 'global' assembler directives,
9476         added pic16_printExterns to print extern symbols,
9477         pic16glue: initializes stack/frame pointer in the beginning of
9478         the assembly output. Temporary hack, will be corrected later,
9479         because gplink yet does not support stack and SDCC does not
9480         yet support a type of crt0.o object to create the final binary.
9481
9482         * Removed many lines that contain 8051 legacy code.
9483         * The code is finally placed under a 'code' directive.
9484         * Added port specific options.
9485
9486         * _process_pragma: simplified since now we do not need *special*
9487         include file to define SFR registers. But a separate header
9488         will be needed. This will be developed later.
9489         * _pic16_parseOptions: added, parses port specific options:
9490         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
9491         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
9492         --preplace-udata-with=
9493
9494         * _pic16_setDefaultOptions: modified to initialize section names,
9495         but hack is temporarly out of order since it needs improvement.
9496         * _pic16_genAssemblerPreamble: configuration words are emitted by
9497         their address instead of their name. This part is incomplete and
9498         supports only the 18Fxx2 devices. Other devices will emit an error
9499         during assembly since they do not contain the same set of config
9500         registers
9501         * _pic16_genIVT: is modified,
9502
9503         * pcode.c: added definitions for some hardware registers that are needed
9504         for stack support
9505         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
9506         All PCI entries are updated. Now LFSR is supported.
9507         * Removed pic16_pciTRIS is mentioned by mdubuc in source
9508         * added pic16_newpCodeOpLit2 to support instructions with
9509         two literal arguments
9510         * pic16_pCode2str: corrected code that emits assembler instructions
9511         with two literal operands and those that have an access bit modifier
9512         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
9513         this fixes a bug which caused some labels to be lost, when an
9514         assembler directive was added, i.e. banksel,
9515         * pic16_FixRegisterBanking: improved logic that causes the insertion
9516         of bank switching,
9517         * InlineFunction: functions that are called once, are not any more
9518         inlined. This can be a port option in the future,
9519
9520         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
9521
9522         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
9523         hold the corresponding uninitialized symbols,
9524         * pic16_allocProcessorRegister: registers have explicit marked the
9525         accessBank field,
9526         * pic16_allocInternalRegister: registers are explicit marked as
9527         not used,
9528         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
9529         processing list, so bit registers were lost,
9530         *
9531
9532         * ralloc.h: added field 'accessBank' and original symbol operand
9533         in register definition,
9534         * removed the field isMapped from register definition,
9535
9536         ** Several functions have been removed from various sources:
9537         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
9538         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
9539         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
9540         pic16_assignRelocatableRegisters
9541
9542         ** others have been introduced:
9543         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
9544         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
9545
9546 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
9547
9548         * support/scripts/inc2h.pl: changed definition of BIT_AT
9549         to emit 'sbit at' instead of 'bit at'. This was a request.
9550
9551         PIC16 port related preliminary changes:
9552         * gen.c: prefixed function popRegFromString with
9553         pic16_ and all references to it corrected
9554         * pcode.c: all pic16_pc_* hardware registers prefixed
9555         with underscore (_),
9556         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
9557         * ralloc.c: newReg(): when register is REG_SFR then
9558         set address to rIdx,
9559         pic16_allocProcessorRegister(): marks register wasUsed=0
9560         pic16_writeUsedRegs(): added a call to assign processor
9561         registers via pic16_assignFixedRegisters
9562
9563 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9564
9565         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
9566         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
9567         variables in unused register banks.  Also the SSEG is placed
9568         wherever there is enough space for it, and IDATA can be anywhere
9569         in internal RAM.  For now compile using -Wl-Y[stack_size].
9570         The mem file is different for this option as well, since it
9571         makes no sense of talking about DSEG lenght.
9572
9573 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
9574
9575         * src/SDCClrange.c: fixed bug 869095 that caused segfault
9576         in certain cases, e.g. when ROM assignment, patch provided
9577         from Albert den Haan.
9578
9579 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
9580
9581         Many signedness and type propagation fixes:
9582         * src/SDCCicode.c: made geniCodeCast() static
9583         replaced SPEC_ by IS_ (cosmetic)
9584         (operandOperation): fixed div and mod operation
9585         (usualBinaryConversions): added support for promotion of char
9586         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
9587         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
9588         (geniCodeAdd): an array index will stay unsigned, even if promoted
9589         from char to int
9590         (geniCodeArray): ditto
9591         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
9592         * src/SDCCsymt.c (computeType): added more support for char;
9593         promotion of char is selectable by promoteCharToInt, fixed signedness
9594         for all cases
9595         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
9596         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
9597         * src/SDCCval (val*): replaced signedness calculation by
9598         computeType()
9599         rearranged if-branches (cosmetic)
9600         (valShift): added warning W_SHIFT_CHANGED
9601         (valCompare): fixed problem with different types
9602         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
9603         * support/regression/tests/literalop.c: added many cases
9604         * support/regression/tests/ast_constant_folding.c: changed finally to
9605         'unsigned int'
9606         * .version: new year, new version: 2.3.7
9607         * src/SDCCmain.c (main): applied patch #866468
9608         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
9609         provided by Scott Bronson
9610         * doc/sdccman.lyx: updated documentation for sdcdb
9611         updated and added chapter tips
9612
9613 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9614
9615         * src/SDCCsymt.h: missing from yesterday's commits
9616
9617 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9618
9619         * src/SDCC.y (struct_or_union_specifier),
9620         * support/Util/SDCCerr.c,
9621         * support/Util/SDCCerr.h: verify that struct & union tags are used
9622         as declared.
9623
9624 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9625
9626         * src/SDCCglobl.h: missing from yesterday's commits
9627
9628 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9629
9630         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
9631         sft_attributes, struct_declaration, parameter_declaration,
9632         type_name, start_block, declaration_list),
9633         * src/SDCC.lex (check_type): support redefinition of typedef names
9634
9635 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9636
9637         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
9638         aligned xdata arrays. Erik helped me with the if clause.
9639
9640 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9641
9642         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
9643         warning
9644
9645 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9646
9647         * src/SDCCast.h,
9648         * src/SDCCast.c (newAst_),
9649         * src/SDCCicode.h,
9650         * src/SDCCicode.c (ast2iCode, newiCode),
9651         * src/SDCCglobl.h,
9652         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
9653         expr, statement, expression_statement, selection_statement,
9654         iteration_statement, expr_opt, jump_statement): foundation for tracking
9655         sequence points
9656         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
9657         point code too)
9658
9659 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9660
9661         * support/Util/SDCCerr.c,
9662         * src/SDCCast.h,
9663         * src/SDCCast.c (createCase, createDefault, decorateType),
9664         * src/SDCClabel.c (labelUnreach),
9665         * src/SDCC.y (labeled_statement, jump_statement): More improvements
9666         to error messages.
9667         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
9668         (with thanks to Stas Sergeev)
9669         * device/include/time.h,
9670         * device/lib/time.c (CheckTime): suppress unreachable code warning
9671
9672 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9673
9674         * src/SDCCast.c (createIvalCharPtr),
9675         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
9676         bug #753752)
9677         * support/regression/tests/nullstring.c: tests for these two bugs
9678
9679 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9680
9681         * support/Util/SDCCerr.h,
9682         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
9683         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
9684         about storage class and 'at' used inside struct or union
9685         * src/SDCCBBlock.c (iCodeFromeBBlock),
9686         * src/SDCCcse.c (ifxOptimize),
9687         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
9688         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
9689         printIval, emitStaticSeg, emitOverlay),
9690         * src/SDCClabel.c (deleteIfx),
9691         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
9692         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
9693         gatherAutoInit, processParms),
9694         * support/Util/SDCCerr.h,
9695         * support/Util/SDCCerr.c (werrorfl): Support for better error location
9696         reporting for post-parse errors.
9697
9698 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9699
9700         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
9701         implicit casts via union; they don't work on big endian systems
9702         (possible fix for bug #861138)
9703
9704 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9705
9706         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
9707         * src/mcs51/main.c: fixed the fix for bug #737001
9708
9709 2003-12-15  Borut Razem <borut.razem AT siol.net>
9710
9711         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
9712
9713 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9714
9715         * support/makebin/makebin.c: put output in binary mode
9716
9717 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9718
9719         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
9720         xdata and data memory on startup. Set the environment variable
9721         SDCC_NOGENRAMCLEAR to disable this.
9722         * src/mcs51/peephole.def,
9723         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
9724         (allows non-interrupt and interrupt code to safely compete for a resource
9725         without the non-interrupt code having to disable interrupts)
9726
9727 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9728
9729         * src/SDCCicode.c (geniCodeAdd),
9730         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
9731         with valFromType if type might be a pointer and host is big endian).
9732         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
9733         types, not just integer types.
9734         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
9735         multiply defined with mismatching "at" address.
9736
9737 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9738
9739         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
9740         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
9741         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
9742         with embedded nulls (fixed bug #753752)
9743
9744 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9745
9746         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
9747         Apparently this did not see much testing (endless loop)
9748
9749 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9750
9751         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
9752
9753 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9754
9755         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
9756         gracefully handle NULL memmap pointers
9757
9758 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9759
9760         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
9761         instead of deleting the iCode when an operand is volatile
9762         * src/z80/gen.c (genDummyRead),
9763         * src/mcs51/gen.c (genDummyRead),
9764         * src/ds390/gen.c (genDummyRead),
9765         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
9766         not just IC_RIGHT
9767         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
9768         * src/SDCC.y: fixed bug #850420
9769
9770 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9771
9772         Applied z80 i/o port patch from Peter Townson and fixed some operators
9773         to better handle operands in A register.
9774         * device/include/z180.h
9775         * src/SDCC.y
9776         * src/SDCCglue.c
9777         * src/z80/gen.c
9778         * src/z80/gen.h
9779         * src/z80/main.c
9780         * src/z80/peeph-z80.def
9781         * src/z80/peeph.def
9782         * src/z80/z80.h
9783
9784 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9785
9786         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
9787
9788 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9789
9790         * device/lib/hc08/_mullong.c: Removed extra #endif
9791
9792 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9793
9794         * sim/ucsim/hc08.src/inst.cc,
9795         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
9796         carries from x to h
9797         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
9798         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
9799         * device/include/stdarg.h: fixed varargs for hc08
9800         * device/lib/Makefile.in,
9801         * device/lib/hc08/Makefile,
9802         * device/lib/hc08/_mulint.c,
9803         * device/lib/hc08/_mullong.c: fixed some endian problems
9804
9805 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9806
9807         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
9808         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
9809         * device/lib/_gptrget.c,
9810         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
9811
9812 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9813
9814         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
9815         * src/SDCCast.c (astErrors): fixed bug #846007
9816         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
9817
9818 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9819
9820         * src/SDCCast.c (decorateType): disabled a transformation I added in
9821         revision 1.188 (access to fields of a structure at an absolute address);
9822         it breaks with bitfields, extern declarations, and gcse analysis.
9823         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
9824         could be assigned through a pointer, so don't complain.
9825         * src/SDCCast.c (astErrors),
9826         * src/SDCCast.h,
9827         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
9828
9829 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
9830
9831         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
9832         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
9833         output of __config directives, since gpasm now supports them
9834         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
9835         pre-processor macro, i.e. -DMCU=p18f452
9836         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
9837         and modified to handle 'cast' icode similarly to '=' icode
9838         * src/pic16/device.h (typedef struct PIC_device): added field
9839         'extMIface' to indicate that chip has external memory interface
9840         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
9841         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
9842         18F8720
9843
9844 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9845
9846         * src/SDCC.y (pointer): fixed bug #846006
9847         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
9848         * src/SDCCast.c (decorateType): fixed bug #846009
9849         * src/ds390/peeph.def,
9850         * src/ds390/gen.c (genAnd, genOr),
9851         * src/mcs51/peeph.def,
9852         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
9853
9854 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9855
9856         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
9857         * src/SDCCdflow.c
9858         * src/SDCCcse.c
9859         * src/SDCCcse.h
9860         * src/SDCCBBlock.h
9861         * src/SDCCBBlock.c
9862
9863 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
9864
9865         fixed bug #845089
9866         * src/SDCCbitv.h,
9867         * src/SDCCbitv.c: added function to free a bitvector
9868         * src/SDCClrange.h,
9869         * src/SDCClrange.c: added function to recompute the liveranges
9870         * src/avr/ralloc.c,
9871         * src/ds390/ralloc.c,
9872         * src/hc08/ralloc.c,
9873         * src/mcs51/ralloc.c,
9874         * src/pic/ralloc.c,
9875         * src/pic16/ralloc.c,
9876         * src/xa51/ralloc.c,
9877         * src/z80/ralloc.c: recompute the liveranges after register packing
9878
9879 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
9880
9881         * src/SDCCloop.c (newInduction): fixed bug #845630
9882
9883 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9884
9885         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
9886         inadvertantly left behind from my 2003-11-12 change
9887
9888 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9889
9890         Updated headers I neglected to commit yesterday.
9891         * src/SDCClrange.h,
9892         * src/SDCCicode.h
9893
9894 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9895
9896         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
9897         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
9898         * src/SDCCopt.c (eBBlockFromiCode),
9899         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
9900         the creation of the key hash table from the sequencing so it can be used
9901         earlier (for some GCSE bug fixes still pending)
9902
9903 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9904
9905         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
9906         * support/regression/tests/addsub.c: testing genPlus shortcut
9907
9908 2003-11-15  Borut Razem <borut.razem AT siol.net>
9909
9910         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
9911
9912 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9913
9914         * src/SDCCcse.c (cseBBlock): fixed bug #527779
9915         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
9916         ordering is immaterial.
9917         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
9918
9919 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9920
9921         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
9922         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
9923         (SIGSEV) of bug #840381
9924         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
9925         unlink new file before rename if new and old filenames are the same)
9926
9927 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9928
9929         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
9930         uninitialized variables) for the mcs51. Set environment variable
9931         SDCC_GENRAMCLEAR to test.
9932         xdata initialization slightly shorter
9933
9934 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9935
9936         * src/SDCCsymt.h,
9937         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
9938         #838241 & 780691 (basicly the same bug)
9939         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
9940         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
9941
9942 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
9943
9944         * src/SDCCmain.c (linkEdit): "fix" #834252
9945
9946 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9947
9948         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
9949         * src/SDCCast.h,
9950         * src/SDCC.y: fixed bug #819403
9951
9952 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9953
9954         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
9955         the reentrant attribute.
9956         * src/hc08/gen.c (genPackBits): added missing stack readjustment
9957         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
9958         simulation
9959         * src/SDCCast.c (decorateType): fixed bug with storage class not being
9960         updated during pointer dereference; f.e. ~(((char *)1)*) was being
9961         erroneously reduced to a literal.
9962         * src/hc08/ralloc.c (packRegisters, rematStr),
9963         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
9964         some cases
9965
9966 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9967
9968         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
9969         * doc/sdccman.lyx: changed from 'article' to 'book'
9970         * doc/Makefile: readded test_suite_spec and cdbfileformat
9971
9972 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
9973
9974         * device/include/stdlib.h: include malloc.h to comply with ANSI
9975         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
9976
9977 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9978
9979         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
9980         * doc/clean.mk: also remove *.out files
9981         * doc/sdccman.lyx: some additions, larger top/bottom margins
9982
9983 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9984
9985         * src/SDCC.y: fixed bug #837365
9986         * support/regression/tests/bitopcse.c
9987         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
9988         a symbol (might be valop instead)
9989         * device/lib/Makefile.in: added errno.c to HC08SOURCES
9990         * device/lib/clean.mk: added hc08 to the cleaning list
9991
9992 2003-11-04  Borut Razem <borut.razem AT siol.net>
9993
9994         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
9995           made 2003-11-04
9996         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
9997           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
9998           malloc is declared in standard stdlib.h
9999
10000 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10001
10002         * device/lib/hc08/Makefile: need to clean .rel not .o files
10003         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
10004
10005 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10006
10007         * src/port.h,
10008         * src/hc08/main.c,
10009         * src/mcs51/main.c,
10010         * src/ds390/main.c,
10011         * src/z80/main.c,
10012         * src/avr/main.c,
10013         * src/pic/main.c,
10014         * src/pic16/main.c,
10015         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
10016         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
10017         tests (which uses the port's oclsExpense function)
10018         * src/SDCC.y,
10019         * src/SDCCast.c,
10020         * src/SDCCicode.c,
10021         * src/hc08/gen.c,
10022         * src/ds390/gen.c,
10023         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
10024
10025 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10026
10027         * src/SDCCcse.c (ifxOptimize),
10028         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
10029         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
10030         deleting the IFX iCode.
10031         * src/hc08/ralloc.c: reduced unneeded slocs
10032         * src/hc08/gen.c: fixed bug in asmopToBoolean
10033
10034 2003-11-04  Borut Razem <borut.razem AT siol.net>
10035
10036         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
10037           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
10038           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
10039           transferred to configure
10040
10041 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
10042
10043         Use headers defined in the C[++] standards:
10044         * sim/ucsim/gui.src/serio.src/fileio.cc
10045         * sim/ucsim/gui.src/serio.src/frontend.cc
10046         * sim/ucsim/gui.src/serio.src/main.cc
10047         * sim/ucsim/gui.src/serio.src/posix_signal.cc
10048         * support/Util/NewAlloc.c
10049         * as/hc08/lklibr.c
10050         * as/mcs51/lklibr.c
10051         * as/z80/aslist.c
10052         * as/z80/assym.c
10053
10054 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10055
10056         * Added MSVC projects for hc08 assembler and linker:
10057         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
10058         /as/hc08/link_hc08.dsp
10059
10060 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
10061
10062         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
10063
10064 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
10065
10066         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
10067
10068 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10069
10070         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
10071
10072 2003-10-31  Borut Razem <borut.razem AT siol.net>
10073
10074         * support/cpp2/cpplib.h,
10075           support/cpp2/cpplib.c,
10076           support/cpp2/cpplex.c,
10077           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
10078           to switch _asm block preprocessing on / off. Default is
10079           #pragma preproc_asm +
10080
10081 2003-10-31  Borut Razem <borut.razem AT siol.net>
10082
10083         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
10084           when outputting comment blocks (when executed with -C option) and
10085           _asm (SDCPP specific) blocks
10086
10087 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10088
10089         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
10090
10091 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
10092
10093         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
10094
10095 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
10096
10097         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
10098         * src/SDCCast.c (decorateType): fixed bug #832664
10099
10100 2003-10-31  Borut Razem <borut.razem AT siol.net>
10101
10102         * support/cpp2/cpplex.c: fixed for SDCPP:
10103           comments(when executed with -C option) and _asm blocks
10104           were included even if they where in skipped #if block.
10105           Applied solution from GCC cpp 3.3.2
10106
10107 2003-10-31  Borut Razem <borut.razem AT siol.net>
10108
10109         * src/SDCC.lex: sdcc now understands both formats:
10110           '# <line_number> <file_name>' and
10111           '#line <line_number> <file_name>'
10112         * support/cpp2/cppmain.c: sdcpp now generates the standard
10113           '# <line_number> <file_name>' instead of former
10114           '#line <line_number> <file_name>'
10115
10116 2003-10-30  Borut Razem <borut.razem AT siol.net>
10117
10118         * support/cpp2/cpphash.h,
10119         * support/cpp2/cpplib.h
10120         * support/cpp2/cpplex.c,
10121         * support/cpp2/cppmain.c,
10122         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
10123
10124 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10125
10126         Fixed a number of problems revealed by bug #827883.
10127         * src/SDCCloop.c (loopInvariants): Spill location of the
10128         result operand should be recomputed if extracted from
10129         a loop. Also, don't extract assignments of an iTemp
10130         from a literal.
10131         * src/SDCCast.c (isConformingBody): loop reversal should
10132         not occur if the control variable is involved with a
10133         relational operator.
10134
10135 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
10136
10137         * .version: bumped to 2.3.6 to reflect the big improvements
10138         made by Erik and Klaus. Thanks!
10139
10140 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
10141
10142         Replaced the livrange code.
10143         * src/SDCClrange.c: added new LR code
10144         * src/SDCCloop.c,
10145         * src/SDCCBBlock.h: removed remainig parts from old LR code
10146         * src/ds390/ralloc.c,
10147         * src/ds390/gen.c: minor fixes to make it work with new code
10148
10149 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10150
10151         * as/hc08/asm.h,
10152         * as/hc08/lkrloc.c,
10153         * src/hc08/gen.c,
10154         * src/hc08/ralloc.c: Fix various warnings related to the hc08
10155         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
10156         (tweaked fix for bug #818696)
10157
10158 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10159
10160         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
10161
10162 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10163
10164         * src/SDCCmain.c,
10165         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
10166         * src/mcs51/gen.c (gencjneshort),
10167         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
10168         more efficient (per Scott Bronson's suggestion)
10169
10170 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10171
10172         Extended the semantics of the critical keyword to include
10173         individual statements. See RFE #827755 and #799831
10174         * src/SDCC.y
10175         * src/SDCCicode.c
10176         * src/SDCCopt.c
10177         * src/SDCCast.c
10178         * support/Util/SDCCerr.c
10179         * support/Util/SDCCerr.h
10180         * src/mcs51/gen.c
10181         * src/ds390/gen.c
10182         * src/hc08/gen.c
10183
10184 2003-10-19  Borut Razem <borut.razem AT siol.net>
10185
10186         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
10187
10188 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10189
10190         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
10191         Fixed bug #818696
10192         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
10193         and predecrement operand is displayed
10194
10195 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
10196
10197         * src/SDCCval.c (valMinus): fixed bug #826041
10198
10199 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10200
10201         Some hc08 related updates that I missed earlier
10202         * sim/ucsim/stypes.h
10203         * support/regression/ports/hc08/spec.mk
10204
10205 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10206
10207         New target "hc08" for the Motorola 68hc08 family of micros
10208
10209         * configure
10210         * configure.in
10211         * Makefile
10212         * src/hc08/*
10213         * src/SDCCmain.c
10214         * src/port.h
10215         * sim/ucsim/hc08.src/*
10216         * sim/ucsim/configure.in
10217         * src/ucsim/configure
10218         * sim/ucsim/packages_in.mk
10219         * as/hc08/*
10220         * as/Makefile
10221         * device/include/mc68hc908qy.h
10222         * device/lib/hc08/*
10223         * device/lib/Makefile.in
10224         * support/regression/ports/hc08/*
10225         * support/regression/Makefile
10226
10227 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10228
10229         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
10230         regression test
10231         * src/ds390/gen.c (genCast): fixed bug #821957
10232
10233 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
10234
10235         * device/lib/logf.c: "fixed" overlay bug
10236         * support/regression/ports/host/spec.mk: added m library
10237         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
10238         * support/regression/tests/float_trans: added (for Eric)
10239
10240 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
10241
10242         * src/mcs51/gen.c (genCpl): fixed bug
10243         http://sf.net/mailarchive/message.php?msg_id=6263915
10244
10245 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
10246
10247         * src/SDCCast.c (decorateType): added extended constant folding
10248         * src/SDCCsymt.c (computeType): cleanup
10249         * src/SDCCval.c (valShift): minor optimization
10250         * support/regression/tests/ast_constant_folding.c: added
10251
10252 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10253
10254         * src/SDCCmain.c: removed some unintended changes
10255
10256 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10257
10258         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
10259         * src/z80/gen.c: fixed part of bug #817589
10260         * src/SDCCsymt.c (checkFunction): fixed bug #817895
10261
10262 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
10263
10264         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
10265         * src/SDCCcflow.c
10266         * src/SDCCcse.c
10267         * src/SDCCdflow.c
10268         * src/SDCClabel.c
10269         * src/SDCClrange.c
10270         * src/SDCCmem.c
10271         * src/SDCCopt.c
10272         * src/SDCCpeeph.c
10273         * src/SDCCset.c
10274         * src/avr/ralloc.c
10275         * src/ds390/ralloc.c
10276         * src/izt/ralloc.c
10277         * src/mcs51/ralloc.c
10278         * src/pic/ralloc.c
10279         * src/pic16/ralloc.c
10280         * src/xa51/ralloc.c
10281         * src/z80/ralloc.c
10282         * src/z80/gen.c: removed unused label "release:"
10283
10284 2003-10-06  Borut Razem <borut.razem AT siol.net>
10285
10286         * src/SDCC.lex: removed definition of unused variables
10287           save_optimize and save_options
10288
10289 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
10290
10291         * clean.mk: removed '=' in "-maxdepth=1"
10292         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
10293         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
10294
10295 2003-10-06  Borut Razem <borut.razem AT siol.net>
10296
10297         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
10298           my_unput() replaced by unput()
10299
10300 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
10301
10302         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
10303         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
10304         type-punned pointer will break strict-aliasing rules"
10305         Old LR behaviour is again default; Klaus' LR can be choosen by
10306         defining the environment variable LRKLAUS
10307         * src/SDCCBBlock.h
10308         * src/SDCCloop.c
10309         * src/SDCClrange.c
10310         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
10311         * clean.mk: fixed removal of files in bin/CVS/
10312         * device/lib/clean.mk: fixed removal of directories small and large
10313         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
10314         * src/SDCCicode.c,
10315         * src/SDCCval.c: removed superflous test for pedantic
10316
10317 2003-10-05  Borut Razem <borut.razem AT siol.net>
10318
10319         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
10320           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
10321           message "unmatched #pragma SAVE and #pragma RESTORE"
10322
10323 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10324
10325         * doc/sdccman.lyx: various additions and updates (interrupts, inline
10326           assembly, critical functions, atomic, nojtbound)
10327
10328 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
10329
10330         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
10331         * src/SDCCBBlock.h
10332         * src/SDCCloop.c
10333         * src/SDCCloop.h
10334         * src/SDCClrange.c
10335
10336 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10337
10338         * src/z80/gen.h,
10339         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
10340         * src/mcs51/gen.h
10341         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
10342         * src/ds390/gen.h
10343         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
10344         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
10345         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
10346
10347 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10348
10349         * src/z80/gen.c (genRet): fixed bug #524753
10350         * src/z80/gen.c (genCast): fixed internal error on cast from
10351         pointer to long
10352         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
10353         fix for bug #477835 to the z80
10354         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
10355         for tracking iCodes in the peephole optimizer for z80
10356
10357 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10358
10359         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
10360         the other part of bug #814548
10361         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
10362
10363 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
10364
10365         * src/SDCCcse.c: fixed part of bug #814548
10366
10367 2003-09-28  Borut Razem <borut.razem AT siol.net>
10368
10369         * src/asm.c: rewrite of printILine() to use temporary file instead
10370           a pipe
10371         * src/xa51/main.c: commented out declaration of int rewinds
10372
10373 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10374
10375         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
10376
10377 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10378
10379         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
10380         * src/asm.c (printILine): Fixed bug #811015
10381
10382 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10383
10384         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
10385         freeing.
10386
10387 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10388
10389         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
10390         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
10391         to correctly handle general case of AOP_PAIRPTR
10392         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
10393
10394 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10395
10396         * src/mcs51/ralloc.c (fillGaps),
10397         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
10398         register positioning bug)
10399
10400 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
10401
10402         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
10403
10404 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10405
10406         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
10407         genCodePointerGet, genGenPointerGet, genFarPointerSet,
10408         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
10409         (ralloc doesn't intentionally do this now, but perhaps later)
10410         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
10411         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
10412         register positioning bugs (Fixed bug #762602 and #795325)
10413         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
10414         (Fixed bug #808779)
10415         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
10416         lines that --i-code-in-asm generates
10417
10418 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10419
10420         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
10421         trying to fclose a FILE* that was already closed.
10422
10423 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10424
10425         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
10426         of const struct should be treated as if const themselves)
10427
10428 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
10429
10430         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
10431
10432 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10433
10434         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
10435         Unix (/n) and DOS (/r/n) line terminations.
10436
10437 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10438
10439         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
10440         bug #613775
10441
10442 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10443
10444         * src/mcs51/gen.c (genFunction, genEndFunction),
10445         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
10446         and restore of EA so that stack offsets to parameters are
10447         correct when using both critical and reentrant/stack-auto.
10448         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
10449         size (can be triggered in error if sloc is shared between
10450         different sized objects)
10451         * device/include/float.h: fixed macros to explicitly use
10452         unsigned long where needed
10453
10454 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
10455
10456         Feature req. 799831: added code to allow nesting of critical functions
10457         * src/mcs51/gen.c (genFunction, genEndFunction)
10458         * src/ds390/gen.c (genFunction, genEndFunction)
10459
10460 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10461
10462         * src/SDCCsymt.c (sclsFromPtr),
10463         * src/SDCCsymt.h,
10464         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
10465         support for standard C idiom of memory mapped variables; for
10466         example, *((xdata int*)0x1234) = 1 is now internally equivalent
10467         to xdata int at 0x1234 tempvar = 1.
10468         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
10469         provided by Akiya ISHIDA
10470
10471 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
10472
10473         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
10474         * src/SDCCval.c (constVal): added reduction from int to char
10475         * src/SDCCval.c (valMult, valDiv): fixed sign handling
10476         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
10477         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
10478         to ignore the sign
10479         * support/regression/tests/shifts.c: fixed
10480
10481 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10482
10483         * src/z80/gen.c (genXor): Fixed bug #805445
10484
10485 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10486
10487         Fixed bug #621531 (const & volatile confusion in the type chain).
10488         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
10489         refer to the const or volatile state of the pointer itself.
10490
10491         * src/SDCCast.c
10492         * src/SDCCglue.c
10493         * src/SDCCicode.c
10494         * src/SDCCsymt.c
10495         * src/SDCCval.c
10496         * src/SDCC.y
10497         * src/SDCCsymt.h
10498         * src/pic/gen.c
10499         * src/pic/ralloc.c
10500         * src/pic16/gen.c
10501         * src/pic16/ralloc.c
10502         * support/regression/tests/const.c
10503
10504 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10505
10506         When checking for duplicated modules, use absolute paths
10507         instead of relative paths.  Files changed:
10508
10509         * as/mcs51/lklib.c
10510         * link/z80/lklib.c
10511
10512 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10513
10514         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
10515
10516 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10517
10518         * device/include/string.h: added size_t typedef, changed
10519         prototypes to use size_t, eliminated separate reentrant and
10520         non-reentrant declarations, added _memmove declaration
10521         * device/lib/_memcpy.c: changed to use size_t instead of int,
10522         changed /4 to >>2 to avoid division library call
10523         * device/lib/_memcmp.c,
10524         * device/lib/_memset.c,
10525         * device/lib/_strncat.c,
10526         * device/lib/_strncpy.c,
10527         * device/lib/_strncmp.c: changed to use size_t instead of int
10528         * device/lib/_memmove.c: new file (fixed bug #772294)
10529         * device/lib/Makefile.in: added _memmove.c
10530         * device/lib/z80/asm_strings.s: fixed bug #772290
10531         * support/regression/tests/bitfields.c: attempt to fix host assertion
10532         failure on amd64-unknown-linux2.2
10533
10534 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10535
10536         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
10537         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
10538         * as/z80/asmain.c (main): fixed bug #801766
10539
10540 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
10541
10542         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
10543         compilers
10544
10545 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10546
10547         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
10548         reported in bug #800609
10549
10550 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
10551
10552         * Top header beautifications in src/pic16 directory:
10553           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
10554           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
10555           pcoderegs.h, ralloc.c, ralloc.h
10556         * main.c: added top header and GPL license notice
10557         * pcode.c: fixed the if-conditional warning
10558
10559 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
10560
10561         * device/lib/_mullong.c: replaced int by short for gcc
10562
10563 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10564
10565         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
10566         and JUMPTABLE iCodes properly now (worked by accident before)
10567         * src/mcs51/gen.c (leftRightUseAcc),
10568         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
10569         iCode properly now. Use getSize instead of nRegs since a & b
10570         aren't part of the nRegs tally.
10571
10572 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
10573
10574         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
10575         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
10576           before instructions that use the _STATUS register
10577
10578 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
10579
10580         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
10581         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
10582         fetching of the pointer
10583         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
10584         copied from genNearPointerSet()
10585         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
10586         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
10587         If they pop r0/r1 they must be called in the opposite order than aopOp().
10588         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
10589         (resp. --stack-auto), prepared for --xstack
10590
10591 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10592
10593         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
10594
10595 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10596
10597         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
10598         these ports have their own __sdcc_external_start()
10599
10600 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
10601
10602         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
10603         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
10604         type for bits was changed. It resulted in bit variables becoming
10605         global, which is not permitted in PIC 14 assembly output.
10606
10607 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10608
10609         * doc/sdccman.lyx: various additions and updates. Rearranged sections
10610
10611 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10612
10613         Z80 and MCS51 linkers complaint if a public symbol is defined
10614         in more than one library module:
10615
10616         * as/mcs51/lklib.c
10617         * link/z80/lklib.c
10618         * as/mcs51/Makefile.in
10619
10620 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10621
10622         A few small changes that speed up the peephole optimizer.
10623
10624         * src/SDCCpeeph.c
10625
10626 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10627
10628         Try to make the peephole optimizer smarter by maintaining
10629         an association between the assembly source code and the
10630         iCodes that originated them. Put this information to use
10631         with a new peephole rule condition "notVolatile" so that
10632         the rules can be aggressive yet still safe.
10633
10634         * src/SDCCpeeph.c
10635         * src/SDCCpeeph.h
10636         * src/mcs51/gen.c
10637         * src/mcs51/peeph.def
10638
10639 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10640
10641         Fixed bug #741761
10642
10643         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
10644         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
10645         if the left or right operand symbols have the accuse flag set.
10646
10647 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10648
10649         Changed the type of the result of the ! (NOT) operator to char;
10650         previously it returned the same type as the source. This allows
10651         us to eliminate all the genFloatNot functions (all of its target
10652         implementations were very buggy) since !float can use the same
10653         code as !long now.
10654
10655         * src/SDCCicode.c (ast2iCode): ! returns char
10656         * src/mcs51/gen.c (genNot, genNotFloat),
10657         * src/ds390/gen.c (genNot, genNotFloat),
10658         * src/z80/gen.c (genNot, genNotFloat),
10659         * src/pic/gen.c (genNot, genNotFloat),
10660         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
10661
10662 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
10663
10664         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
10665         1. Interrupt would not compile properly. Ensure PCLATH register is saved
10666            during interrupts. Ensure WSAVE is located at a shared bank address.
10667         2. Fixed page selection in some places
10668         3. Fixed BTFSS/C to where necessary use registers directly and not simply
10669            the registers name strings.
10670         4. Fixed "signed / unsigned compare" compiler warnings.
10671         5. The PIC port manages its own allocation of the general purpose
10672            registers, but makes no attempt to reuse them. As a result when
10673            compiling it soon runs out of general purpose registers. Some
10674            additional code was added to the files pcode.c and device.c to walk
10675            through the function call tree and rename the registers so that they
10676            get reused.
10677
10678         * src/pic/device.c
10679         * src/pic/gen.c
10680         * src/pic/glue.c
10681         * src/pic/pcode.c
10682         * src/pic/pcode.h
10683         * src/pic/ralloc.c
10684         * src/pic/ralloc.h
10685         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
10686         genPlus() & genMinus() when the result is the same as left or right
10687
10688 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10689
10690         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
10691
10692 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10693
10694         Made bitfield a distinct type from bit so that bitfields
10695         convert as per ANSI C and bits retain their traditional
10696         boolean style behaviour. Implemented bitfield support in
10697         the z80 port.
10698
10699         * src/SDCCsymt.h,
10700         * src/SDCCsymt.c,
10701         * src/SDCCast.c,
10702         * src/cdbFile.c,
10703         * src/mcs51/gen.c,
10704         * src/ds390/gen.c: bit v bitfield split
10705         * src/z80/gen.c: New support for bitfields
10706         * support/regression/tests/bitfields.c: reenabled z80,
10707         added more tests
10708
10709 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10710
10711         Rules 246.x, 247.x relate to bitfields, the others speed up
10712         access to xdata mapped I/O devices.
10713
10714         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
10715
10716 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10717
10718         Cleaned up genPackBits and genUnpackBits and added two helper
10719         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
10720         for literal assignments in genPackBits (thanks to Frieder for
10721         reminding me).
10722
10723         * src/mcs51/gen.c
10724         * src/ds390/gen.c
10725
10726 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10727
10728         Fixed bug #748310 (pointer to function type mishandled when the
10729         function name is omitted). Also fixed a SIGSEGV when a function
10730         attribute (reentrant, etc) is used on a non-function or on a
10731         function but misplaced before the parameter list.
10732
10733         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
10734         bug #748310
10735         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
10736         * support/Util/SDCCerr.h,
10737         * support/Util/SDCCerr.c: Added func attr misuse error msg
10738
10739 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
10740
10741         Fixed bug #787649 by anonymous
10742         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
10743         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
10744
10745 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10746
10747         Fixed numerous bitfield problems.
10748
10749         * src/SDCC.y: More bitfield related error checking
10750         * src/SDCCsymt.h,
10751         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
10752         * support/Util/SDCCerr.h,
10753         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
10754         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
10755         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
10756         * support/regression/tests/bitfields.c: tests added
10757
10758 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10759
10760         Made the constant following the "interrupt" keyword optional. If
10761         omitted, the function will not automatically be given an entry
10762         in the interrupt vector table (similar to #pragma NOIV, but
10763         less syntacticly kludgy). The interrupt number is also now
10764         range checked. Also fixed a bug in the high order bit example
10765         in the manual.
10766
10767         * src/SDCC.y
10768         * src/SDCCmem.c
10769         * src/SDCCglue.c
10770         * src/SDCCsymt.h
10771         * support/Util/SDCCerr.c
10772         * support/Util/SDCCerr.h
10773         * doc/sdccman.lyx
10774
10775 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
10776
10777         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
10778         * src/SDCCicode.c (operandOperation): rewritten some ops
10779         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
10780         * src/SDCCsymt.c (computeType): literals are handled the same way as any
10781         other type
10782         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
10783         be re-activated by defining REDUCE_LITERALS)
10784         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
10785         unsigned, but are signed by default
10786         * src/SDCCval.c (constVal): rearranged
10787         * src/SDCCval.c (valMod): preliminary fix
10788         * src/SDCCval.c (valCastLiteral): use TYPE_* types
10789         * support/regression/literalop.c: added, work in progress
10790
10791 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10792
10793         Generate warnings for useless declarations like "char data;"
10794         that don't do what new users expect.
10795
10796         * src/SDCC.y
10797         * support/Util/SDCCerr.h
10798         * support/Util/SDCCerr.c
10799
10800 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
10801
10802         * src/SDCCval.c (valMult): fix overflow detection of negative int
10803
10804 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10805
10806         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
10807
10808         Changes to support big endian targets:
10809
10810         * src/ports.h
10811         * src/SDCCglue.c
10812         * src/avr/main.c
10813         * src/ds390/main.c
10814         * src/izt/i186.c
10815         * src/mcs51/main.c
10816         * src/pic/main.c
10817         * src/pic16/main.c
10818         * src/xa51/main.c
10819         * src/z80/main.c
10820
10821 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
10822
10823         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
10824         * device/lib/time.c: fixed warning "integer overflow in expression"
10825
10826 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
10827
10828         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
10829         * src/SDCCval.c (constVal): changed default to signed; hex and octal
10830         constants are unsigned; added recognition of "u" flag for unsigned
10831         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
10832         * src/SDCCval.c (valDiv, valMod): fixed signdness
10833         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
10834         signedness of modulo, left and right shift
10835         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
10836         * support/Util/SDCCerr.h: added warning W_INT_OVL
10837         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
10838         * src/SDCCast.c (ast_print): improved output of constants
10839
10840 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10841
10842         Fixed some warnings when building with MSVC:
10843
10844         * as/mcs51/asdata.c
10845         * as/z80/asdata.c
10846         * as/mcs51/asm.h
10847         * as/z80/asm.h
10848         * link/z80/aslink.h
10849         * link/z80/lkdata.c
10850         * link/z80/lkeval.c
10851         * link/z80/lkgb.c
10852         * link/z80/lkihx.c
10853         * link/z80/lks19.c
10854         * link/z80/lksym.c
10855         * support/cpp2/cpplib.c
10856         * src/ds390/gen.c
10857         * src/mcs51/gen.c
10858
10859 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
10860
10861         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
10862
10863 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10864
10865         * support/librarian/clean.mk: Do not remove Makefile.
10866         * support/librarian/Makefile: added.
10867
10868 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10869
10870         Added librarian to MSVC build:
10871         * all.dsp
10872         * sdcc.dsw
10873         * support/librarian/librarian.dsp
10874
10875         'configure' not needed for librarian, removed:
10876         * support/librarian/configure
10877         * support/librarian/configure.in
10878         * support/librarian/config_in.h
10879         * support/librarian/Makefile.in
10880
10881         Hopefully these ones built the librarian and the rest of sdcc properly:
10882         * Makefile
10883         * Makefile.common.in
10884
10885         Messed up 'configure', so revert to previous version:
10886         * configure
10887         * configure.in
10888
10889 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
10890
10891         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
10892         there, while the mantissa of a double is "only" 53 bits wide.
10893
10894 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10895
10896         Adding sdcclib to the build.  MSVC project coming soon.
10897         Files added/changed:
10898
10899         * support/librarian/clean.mk
10900         * support/librarian/configure
10901         * support/librarian/configure.in
10902         * support/librarian/config_in.h
10903         * support/librarian/Makefile.bcc
10904         * support/librarian/Makefile.in
10905         * support/librarian/sdcclib.c
10906         * Makefile.bcc
10907         * Makefile
10908         * Makefile.common.in
10909         * configure
10910         * configure.in
10911
10912 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10913
10914         Linker now complaints if linked modules have conflicting options, for
10915         example, one compiled using --model-large and another one compiled with
10916         --model-small.  The following files were modified:
10917
10918         * as/mcs51/asdata.c
10919         * as/mcs51/aslink.h
10920         * as/mcs51/asm.h
10921         * as/mcs51/asmain.c
10922         * as/mcs51/asout.c
10923         * as/mcs51/i51pst.c
10924         * as/mcs51/lkdata.c
10925         * as/mcs51/lklibr.c
10926         * as/mcs51/lkmain.c
10927         * as/z80/asdata.c
10928         * as/z80/asm.h
10929         * as/z80/asmain.c
10930         * as/z80/asout.c
10931         * as/z80/z80pst.c
10932         * link/z80/aslink.h
10933         * link/z80/lkdata.c
10934         * link/z80/lklibr.c
10935         * link/z80/lkmain.c
10936         * src/SDCCglue.c
10937
10938 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10939
10940         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
10941         as/mcs51/lklibr.c: Generate a warning when a library is not found.
10942
10943 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
10944
10945         * src/z80/mappings.i: fix _mul[us][int,long] entries
10946
10947 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10948
10949         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
10950
10951 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
10952
10953         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
10954         * support/regression/tests/bitopcse.c: added
10955         fixed warning:
10956         * src/avr/gen.c:
10957         * src/pic/gen.c:
10958         * src/pic16/gen.c:
10959         * src/z80/gen.c:
10960         * src/xa51/gen.c:
10961
10962 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10963
10964         added support for new library format to z80, gbz80 linkers:
10965         *link/z80/aslink.h
10966         *link/z80/lklex.c
10967         *link/z80/lklib.c
10968         *link/z80/lklist.c
10969
10970 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
10971
10972         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
10973         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
10974
10975 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
10976
10977         added DUMMY_READ_VOLATILE:
10978         * src/SDCC.y:
10979         * src/avr/gen.c:
10980         * src/xa51/gen.c:
10981         * src/z80/gen.c:
10982         * src/pic/gen.c:
10983         * src/pic16/gen.c:
10984         * src/mcs51/gen.c:
10985         * src/ds390/gen.c:
10986         * src/SDCCcse.c (algebraicOpts): many improvements
10987         * src/SDCCcse.h: removed algebraicOpts()
10988         * src/SDCCicode.c (picDummyRead): added
10989
10990 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10991
10992         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
10993         "Insufficient space in data memory".
10994
10995 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10996
10997         * src/mcs51/gen.c: fixed bug #771358
10998         * src/z80/gen.c: fixed bug #759087
10999
11000 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
11001
11002         * src/pic16/glue.c: minor cleanup by Vangelis
11003
11004 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11005
11006         * device/include/regc515c.h: fixed #758477
11007         * device/lib/_gptrget.c: saving some cycles in generic pointer get
11008         * device/lib/_gptrput.c: saved a few bytes
11009         * my tab spacing is 8, yours too?)
11010         * device/lib/_ser.c: process RX bytes earlier than TX bytes
11011         * device/lib/serial.c: process RX bytes earlier than TX bytes
11012         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
11013
11014 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11015
11016         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
11017
11018 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11019
11020     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
11021
11022 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
11023
11024         * device/lib/Makefile.in: bad fix, reverted to 1.43
11025
11026 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
11027
11028         * device/lib/Makefile.in: added missing z80 object files
11029
11030 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
11031
11032         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
11033         pic16 progress by Vangelis:
11034         * src/SDCCglobl.h:
11035         * src/SDCCmain.c:
11036         * src/pic/Makefile:
11037         * src/pic:
11038         * pic/Makefile:
11039         * pic16/device.c:
11040         * pic16/device.h:
11041         * pic16/gen.c:
11042         * pic16/gen.h:
11043         * pic16/genarith.c:
11044         * pic16/glue.c:
11045         * pic16/main.c:
11046         * pic16/pcode.c:
11047         * pic16/pcode.h:
11048         * pic16/pcodepeep.c:
11049         * pic16/peeph.def:
11050
11051 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11052
11053     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
11054
11055 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11056
11057     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
11058     added gbz80 build to MSVC project.
11059     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
11060     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
11061     from 8051 stuff and setup so it links using a .lnk file.
11062
11063 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11064
11065     * support/librarian/sdcclib.c: sdcc librarian.
11066     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
11067     with sdcclib.
11068
11069 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11070
11071     * as/mcs51/lkmain.c: properly handle extensions in function afile.
11072
11073 2003-07-02  Borut Razem <borut.razem AT siol.net>
11074
11075         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
11076         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
11077         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
11078         src/xa51/main.c, src/z80/main.c:
11079         virtualization of glue() function: each port has it's own glue function,
11080         which is accessed by do_glue function pointer in PORT.general structure
11081
11082 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
11083
11084         * DS800C400 fun, improved ROM interface and tinibios.
11085
11086 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
11087
11088         * More support for DS80C400. Now includes beginning of interface to ROM.
11089
11090 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
11091
11092         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
11093
11094 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11095
11096         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
11097
11098 2003-06-19  Borut Razem <borut.razem AT siol.net>
11099
11100         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
11101
11102 2003-06-19  Borut Razem <borut.razem AT siol.net>
11103
11104         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
11105         fixed Z80 port - crt0.o: cannot open.
11106
11107 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
11108
11109         * support/Util/MySystem.c (merge_command): revert bad fix
11110
11111 2003-06-18  Borut Razem <borut.razem AT siol.net>
11112
11113         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
11114
11115 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11116
11117         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
11118         option --use-stdout sends errors to stdout instead of stderr.
11119
11120 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
11121
11122         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
11123
11124 2003-06-15  Borut Razem <borut.razem AT siol.net>
11125
11126         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
11127         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
11128         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
11129         fixed width array of pointers replaced with sets;
11130         multiple include and lib paths ared transferred to preprocessor and linker
11131         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
11132         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
11133         fixed width array of pointers
11134         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
11135         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
11136         fixupPath(), getPathDifference()
11137         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
11138         fixed width array of pointers
11139
11140 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
11141
11142         * src/pic16/ralloc.c: fix warnings
11143         * src/pic16/pcode.c: fix warning
11144
11145 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
11146
11147          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
11148         know all the details, but essentially this set of changes enable
11149         the pic16 port to generate movff instructions and generate assembler
11150         directives,
11151         * src/SDCCmain.c:
11152         * src/pic16/gen.c:
11153         * src/pic16/glue.c:
11154         * src/pic16/pcode.c:
11155         * src/pic16/device.c:
11156         * src/pic16/main.c:
11157         * src/pic16/pcode.h:
11158         * src/pic16/pcoderegs.c:
11159         * src/pic16/ralloc.c:
11160         * src/pic16/ralloc.h:
11161
11162 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11163
11164         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
11165         added option --vc, so sdcc errors and warnings are compatible with
11166         Microsoft Visual Studio.
11167
11168 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11169
11170         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
11171           device/lib/libfloat.lib: added atof function.
11172
11173 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
11174
11175         * doc/sdccman.lyx: updated to Lyx 1.3
11176         * doc/cdbfileformat.lyx: updated to Lyx 1.3
11177         * doc/test_suite_spec.lyx: updated to Lyx 1.3
11178         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
11179
11180 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
11181
11182         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
11183
11184 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11185
11186         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
11187           additions to the "related tools/documentation" section
11188
11189 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
11190
11191         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
11192
11193 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
11194
11195         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
11196         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
11197
11198 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
11199
11200         * doc/sdccman.lyx: fix double dash and other minor things
11201         * doc/Makefile: fix double dash
11202
11203 2003-05-28  Karl Bongers(patches from Martin Helmling)
11204         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
11205           condition and ignore commands.
11206
11207 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11208
11209         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
11210           is in parts still quite out of date, I did changes as far as I felt makes sense
11211           for a non-native english speaker.
11212           Please feel free to add to the manual or to correct my changes.
11213         * doc/Makefile: undid touching the date of intermediate tex files.
11214
11215 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11216
11217         * doc/sdccman.lyx: Manual has an index now
11218
11219 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
11220
11221         Finalize muluint/mulsint and mululong/mulslong merging:
11222         * device/lib/_mulint.c
11223         * device/lib/_mullong.c
11224         * device/lib/gbz80/mul.s
11225         * device/lib/gbz80/stubs.s
11226         * device/lib/z80/mul.s
11227         * device/lib/z80/stubs.s
11228         * src/SDCCsymt.c (initCSupport)
11229
11230 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11231
11232         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
11233         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
11234           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
11235           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
11236           instead of /Zm500.
11237
11238 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11239
11240         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
11241           the regression tests I'm not brave enough to enable 245.b, 245.c
11242         * doc/sdccman.lyx: added latex preamble for hyperref package.
11243           Using pdflatex this will give you a hyperlinked pdf file with
11244           bookmarks. (prepend '%' before /usepackage if this breaks something)
11245
11246 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11247
11248          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
11249
11250 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
11251
11252         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
11253
11254 2003-05-21    <johan AT balder>
11255
11256         * src/SDCCglue.c (printIval): fixed bug #739934
11257
11258 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
11259
11260         Applied patch from bug 737905 (renamed yylineo to mylineno):
11261         * src/altlex.c
11262         * src/SDCCast.c
11263         * src/SDCglobl.h
11264         * src/SDCC.lex
11265         * src/SDCCsymt.c
11266         * src/SDCCval.c
11267         * src/pic16/pcode.c: Cleaned warnings
11268         * src/pic16/pcodeflow.c: Cleaned warnings
11269         * src/pic16/pcoderegs.c: Cleaned warnings
11270
11271 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
11272
11273         * src/pic16/pcode.c: Cleaned warnings
11274         * src/pic16/pcodepeep.c: Cleaned warnings
11275         * src/pic16/ralloc.c: Cleaned warnings
11276
11277 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
11278
11279         * doc/sdccman.lyx: fixed bug 739745
11280         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
11281
11282 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
11283
11284         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
11285         it can be defined with CFLAGS when running configure
11286         * src/SDCCmain.c: fixed compiling + linking with object files
11287
11288 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
11289
11290         * configure.in: configure for pic16 port,
11291             added --disable-pic16-port
11292         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
11293         * src/SDCCmain.c: linkOptions is changed to set *,
11294             added if/endif conditional macros to remove options help
11295             messages from optionsTable when a port is not configured, added
11296             support for the PIc16 port in the ports table, when executing
11297             the compiler with no port specified on command line, a default
11298             port is selected with the new macro DEFAULT_PORT which is
11299             defined in port.h, in setDefaultOptions() linkOptions is removed
11300             from initialization assignment, since now it is a set,
11301             parseCmdLine uses setParseWithComma for linkOptions, in
11302             linkEdit() linkOptions are accessed with new function indexSet()
11303             which returns the i'th item of a set variable. See SDCCset.c, in
11304             linkEdit() when calling buildCmdLine(), added linkOptions as
11305             last argument. Now users can pass arguments to gplink via the
11306             -Wl option, main() uses pic16glue() to glue up pic16 programs
11307         * src/SDCCpeeph.c: various changes to support pic16
11308         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
11309             return the i'th item of the set
11310         * src/SDCCset.h: added function prototype for indexSet()
11311         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
11312         * src/clean.mk: added pic16 in CLEANALLPORTS variable
11313         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
11314             added macro DEFAULT_PORT
11315         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
11316         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
11317             generated
11318         * src/pic16/glue.c: commented out some error producing lines
11319         * src/pic16/main.c: __config directives are commented out to stop
11320             gpasm complaining and test the linkage with gplink, _linkCmd and
11321             _asmCmd changed to be more gplink and gpasm friendly
11322         * src/pic16/peeph.def: peep rule 3 is commented out, since it
11323             produced an error when parsed, peep rule 12 is added to utilize
11324             movff, but it is commented out since the pCode does not support
11325             yet a command with 2 address arguments
11326
11327 2003-05-18    <johan AT balder>
11328
11329         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
11330         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
11331 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
11332
11333         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
11334   Added feature to script commands from file.
11335
11336 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
11337
11338         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
11339         * src/SDCCutil.c: include ctype.h for win32
11340
11341 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
11342
11343         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
11344
11345 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
11346
11347         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
11348   Fixed so you can set breakpoints prior to run, run does not stop
11349   on entry now.  Add tbreak.  Other enhancements and fixes for use
11350   with ddd.
11351
11352 2003-05-12  Borut Razem <borut.razem AT siol.net>
11353
11354         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
11355
11356 2003-05-11  Borut Razem <borut.razem AT siol.net>
11357
11358         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
11359         the path of bin directory, so that PATH is the only env. variable, which has to be set
11360         in case of standard installation.
11361         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
11362         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
11363         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
11364
11365 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
11366
11367         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
11368         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
11369         temp files are in the port dir; clean the gen/test directory when
11370         generating new test.c
11371         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
11372         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
11373         * support/regression/tests/zeropad.c: added
11374
11375 2003-05-09    <johan AT balder>
11376
11377         * src/SDCCglue.c: fixed bug #597940
11378
11379 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
11380
11381         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
11382   cache sfr, optimize next,step, fix off by one sourceline,
11383   support ddd list function.
11384         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
11385
11386 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
11387
11388         * support/regression/HTMLgen.py: added compare_s2f()
11389         * support/regression/Makefile: redo 1.27
11390         * support/regression/generate-cases.py: redo 1.5
11391
11392 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
11393
11394         * support/regression/tests/float.c: workaround 33 bit hex constant
11395         * support/regression/tests/simplefloat.c: fix division for host
11396
11397 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
11398
11399         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
11400         that tame's the PIC's over-aggressive optimizer.
11401
11402 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11403
11404          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
11405          support for MSVC.
11406
11407 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
11408
11409         Initial support for DS80C400. "Hello world" runs on TINIm400
11410         (with polled I/O).
11411
11412 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
11413
11414          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
11415          * Some notes on ddd usage added in debugger/README
11416          Martin Helmling adding more features and fixes for ddd GUI debugger.
11417          Code added for nexti, stepi, up, down, and other adjustments.
11418
11419 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
11420
11421         * src/pic/pCodepeep.c non-wildcard asmops are now handled
11422         * src/pic/peeph.def Added two rules to optimize carry manipulation
11423         * src/pic/* removed debug printfs
11424
11425 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
11426
11427         * debugger/mcs51/cmd.c: added header newalloc.h
11428
11429 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
11430
11431         * as/Makefile: new EXEEXT
11432         * as/z80/Makefile: remove trailing slash of BUILDIR
11433         * as/z80/clean.mk: new EXEEXT
11434         * Makefile.common.in: add to CFLAGS (and others), don't replace it
11435         * support/cpp2/Makefile.in: new EXEEXT
11436         * src/pic/glue.c (pic14emitRegularMap): fixed warning
11437
11438 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
11439
11440         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
11441         EXEEXT was introduced to fix all related problems with targets
11442         "clean", "install" and "uninstall"; a couple of further flaws
11443         especially with "clean" have been fixed too
11444         * as/mcs51/Makefile.in
11445         * as/mcs51/clean.mk
11446         * as/z80/Makefile
11447         * Makefile
11448         * clean.mk
11449         * debugger/mcs51/Makefile.in
11450         * debugger/mcs51/clean.mk
11451         * link/z80/Makefile
11452         * link/z80/Makefile.in
11453         * link/z80/clean.mk
11454         * link/Makefile
11455         * packihx/Makefile.in
11456         * packihx/clean.mk
11457         * sim/ucsim/Makefile
11458         * sim/ucsim/clean.mk
11459         * sim/ucsim/avr.src/Makefile.in
11460         * sim/ucsim/avr.src/clean.mk
11461         * sim/ucsim/s51.src/Makefile.in
11462         * sim/ucsim/s51.src/clean.mk
11463         * sim/ucsim/xa.src/Makefile.in
11464         * sim/ucsim/xa.src/clean.mk
11465         * sim/ucsim/z80.src/Makefile.in
11466         * sim/ucsim/z80.src/clean.mk
11467         * sim/ucsim/main_in.mk
11468         * sim/ucsim/packages_in.mk
11469         * sim/ucsim/gui.src/Makefile.in
11470         * sim/ucsim/gui.src/serio.src/Makefile.in
11471         * sim/ucsim/gui.src/serio.src/clean.mk
11472         * src/Makefile.in
11473         * src/clean.mk
11474         * support/cpp2/Makefile.in
11475         * support/cpp2/clean.mk
11476         * support/makebin/Makefile
11477         * support/makebin/clean.mk
11478         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
11479         * doc/sdccman.lyx: --program-suffix no longer needed
11480
11481 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
11482
11483          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
11484          Martin Helmling added support for ddd GUI debugger.
11485          Code added to display assembly, set variables, and other commands
11486          to interface to ddd.
11487
11488 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
11489
11490         * as/Makefile: fix target clean
11491         * as/clean.mk: fix target clean
11492         * as/z80/clean.mk: fix target clean
11493
11494 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
11495
11496         * Makefile.common.in: added  AT EXEEXT AT
11497         * configure.in: removed all mingw32 stuff
11498         * configure: rebuilt from configure.in
11499         * doc/sdccman.lyx: updated section "installation"
11500         * support/scripts/sdcc_mingw32: adapted to configure
11501         * support/scripts/sdcc_cygwin_mingw32: added
11502
11503 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
11504
11505         * src/pic Added object file support for the PIC port
11506         * src/pic Applied patch from Craig Franklin (this started the object file support)
11507         * src/regression Updated the PIC regression tests for object files
11508
11509 2003-04-20  Borut Razem <borut.razem AT siol.net>
11510
11511         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
11512           lklex.c: In function `getfid':
11513           lklex.c:203: warning: array subscript has type `char'
11514         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
11515           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
11516         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
11517           stack handling macros
11518
11519 2003-04-19  Borut Razem <borut.razem AT siol.net>
11520
11521         * "handling space characters in file path" task:
11522         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
11523         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
11524         * support/Util/MySystem.h: make it self-sufficient
11525         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
11526           src/z80/main.c, sdcc/as/mcs51/lklex.c:
11527           handling space characters in file path
11528         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
11529           (it will be used by assemblers, which have their own includes, e.g. gpasm)
11530         * support/Util/MySystem.c: handling space characters in executable's path
11531
11532 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
11533
11534         * as/z80/Makefile: fix permanent rebuild of z80
11535         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
11536         * support/regression/tests/bitfields.c: added Johan's bitfields.c
11537
11538 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
11539
11540         * src/SDCCopt.c: add special case optimization to replace modulo by
11541           a power of two with a bitwise AND.
11542
11543 2003-04-18    <johan AT balder>
11544
11545         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
11546
11547 2003-04-17    <johan AT balder>
11548
11549         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
11550         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
11551
11552 2003-04-13  Borut Razem <borut.razem AT siol.net>
11553
11554         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
11555         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
11556           fixed mingw problem in adl_NORMALIZE_PATH
11557
11558 2003-04-12  Borut Razem <borut.razem AT siol.net>
11559
11560         * fixed "#pragma SAVE/RESTORE can not be nested":
11561         * src/SDCC.lex: reworked pragma handling functions
11562         * sdcc/src/SDCCglobl.h: reworked stack handling macros
11563         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
11564
11565 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
11566
11567         * src/SDCCutil.c (pathEquivalent): defined but not used
11568         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
11569         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
11570         * configure: rebuilt from configure.in
11571         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
11572         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
11573         * device/include/Makefile.in: replace sdcc_datadir
11574         * device/lib/Makefile.in: replace sdcc_datadir
11575         * Makefile.common.in: add LDFLAGS from configure
11576         * packihx/Makefile.in: use LDFLAGS
11577         * src/Makefile.in: use LDFLAGS
11578         * support/cpp2/Makefile.in: add LDFLAGS from configure
11579         * support/makebin/Makefile: use LDFLAGS
11580         * .version: bumped version number to 2.3.5
11581
11582 2003-04-12  Borut Razem <borut.razem AT siol.net>
11583
11584         * completed "different paths" task:
11585         * src/SDCCmacro.c: fixed bug in handling quotes
11586         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
11587         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
11588
11589 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
11590
11591         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
11592
11593 2003-04-11 kevin Vigor <kevin AT vigor.nu>
11594
11595         * ds390/gen.c ds390/peeph.def: fix bug 706781
11596
11597 2003-04-11  Borut Razem <borut.razem AT siol.net>
11598
11599         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
11600
11601 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
11602
11603         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
11604         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
11605          set - this bit used to not be set...).
11606         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
11607           bad code in PIC Port
11608         * src/regression/and2.c added to test bug 609268
11609         * src/regression/Makefile added and2.c to regression test
11610
11611
11612 2003-04-08    <johan AT CP255758-A>
11613
11614         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
11615         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
11616         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
11617
11618 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
11619
11620         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
11621         fix bug #487815
11622         * support/cpp2/Makefile.in: fix bug #487815
11623         * configure: rebuilt from configure.in
11624         * Makefile.common.in: docdir changed, new path suffixes
11625         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
11626         * sdcc_vc_in.h: reflect changes from sdccconf.h
11627         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
11628         * src/SDCCutil.h: remove BINDIR hack
11629         * doc/sdccman.lyx: update new path hierarchy
11630
11631 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
11632
11633         * src/SDCCpeeph.c: added okToRemoveSLOC test
11634
11635 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
11636
11637         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
11638
11639 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
11640
11641         * src/SDCCpeeph.c: added labelIsReturnOnly test
11642         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
11643
11644 2003-04-05    <johan AT balder>
11645
11646         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
11647         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
11648         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
11649         * src/SDCCast.c: fixed a warning
11650         * src/SDCCast.h: fixed a warning
11651         * src/SDCCicode.c (operandFromAst): fixed a warning
11652
11653 2003-04-04    <johan AT balder>
11654
11655         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
11656         * src/SDCCast.c (decorateType): fixed bug #715076
11657         * src/SDCC.y: fixed bug #702907
11658
11659 2003-04-03    <johan AT balder>
11660
11661         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
11662         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
11663         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
11664         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
11665         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
11666
11667 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
11668
11669         * _decdptr.c: fix return values
11670         * _gptrget.c: fix return values
11671         * _gptrgetc.c: fix return values
11672         * _gptrput.c: fix return values
11673         * _mulint.c: fix return values
11674         * as/z80/Makefile: fix 'make -j' problem
11675
11676 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
11677
11678         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
11679         * configure.in: big cleanup, updated to autoconf 2.5x
11680         * configure: rebuilt from configure.in
11681         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
11682         * sdcc_vc_in.h: reflect changes from sdccconf.h
11683         * doc/Makefile: fixed a flaw in "make install"
11684
11685 2003-04-02    <johan AT balder>
11686
11687         * src/ds390/gen.c (genCmp): no comments
11688         * src/mcs51/gen.c (genCmp): no comments
11689         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
11690         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
11691
11692 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
11693
11694         * support/regression/generate-cases.py: place generated file in given sub directory
11695         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
11696         * support/regression/Makefile: improvements for 'make -j';
11697         side effect: it's simpler and faster now
11698
11699 2003-03-31  Borut Razem <borut.razem AT siol.net>
11700
11701         * src/z80/main.c: link-{port} and as-{port} defined without path
11702         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
11703
11704 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
11705
11706         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
11707
11708 2003-03-30  Borut Razem <borut.razem AT siol.net>
11709
11710         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
11711           changed type of list parameter to set
11712         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
11713         * src/port.h: changed type of do_assemble() parameter to set
11714         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
11715           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
11716           definition of "cppoutfilename" macro with NULL value in preProcess()
11717         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
11718         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
11719         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
11720           replaced with set *binPathSet
11721         * shash_add() deallocates the item, if allready exsists, before adding the new one
11722         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
11723
11724 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
11725
11726         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
11727           a nested for loop bug in the PIC port
11728         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
11729           for loops
11730
11731 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
11732
11733         * support/Util/dbuf.h: remove C++ stuff to make it portable
11734
11735 2003-03-28  Borut Razem <borut.razem AT siol.net>
11736
11737         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
11738           literal strings in stringLiteral()
11739         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
11740         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
11741           to the project
11742
11743 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
11744
11745         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
11746
11747 2003-03-26    <johan AT balder>
11748
11749         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
11750         * src/ds390/gen.c (saveRegisters): catched symbol abuse
11751         * src/SDCCast.c (decorateType): fixed " -v < 3"
11752
11753 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
11754
11755         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
11756         Added Lenny Story's debug infrastructure changes:
11757         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
11758         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
11759         * src/cdbFile.c: added
11760         * src/SDCCdebug.c: added
11761         * src/SDCCdebug.h: added
11762         * src/SDCCast.c (createFunction)
11763         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
11764         * src/SDCCmain.c (parseCmdLine, main)
11765         * src/SDCCmem.c (redoStackOffsets)
11766         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
11767         * src/SDCCsymt.h
11768         * src/common.h
11769         * src/avr/gen.c (genAVRCode)
11770         * src/ds390/gen.c (gen390Code)
11771         * src/mcs51/gen.c (gen51Code)
11772         * src/pic/gen.c (genpic14Code)
11773         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
11774         * src/xa51/gen.c (genXA51Code)
11775         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
11776
11777 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11778
11779         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
11780         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
11781
11782 2003-03-22    <johan AT balder>
11783
11784         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
11785
11786 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
11787
11788         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
11789         * doc/cdbfileformat.lyx: added, written by Lenny Story
11790         * doc/Makefile: added cdbfileformat.lyx
11791         * doc/clean.mk: added cdbfileformat.lyx
11792
11793 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
11794
11795         * src/mcs51/peeph.def: fix bug #705773
11796
11797 2003-03-20    <johan AT balder>
11798
11799         An sfr/sbit can have an "at #" AND an initializer
11800         * src/SDCCsymt.c (checkSClass):
11801         * src/SDCCmem.c (allocGlobal):
11802         * src/SDCCmem.c (allocLocal):
11803         * src/SDCCast.c (createBlock):
11804
11805 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
11806
11807         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
11808
11809 2003-03-16    <johan AT balder>
11810
11811         Undid the hackup of const and volatile, the problem is much bigger
11812         * src/SDCC.y:1.65
11813         * src/SDCCast.c:1.171
11814         * src/SDCCglue.c:1.138
11815         * src/SDCCicode.c:1.146
11816         * src/SDCCsymt.c:1.150
11817         * src/SDCCval.c:1.65
11818
11819 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
11820
11821         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
11822         * src/ds390/gen.c (genAddrOf): fixed bug #704087
11823
11824 2003-03-13    <johan AT balder>
11825
11826         Hackup const and volatile modifiers in type chains a bit:
11827         * src/SDCC.y:1.63
11828         * src/SDCCast.c:1.169
11829         * src/SDCCglue.c:1.136
11830         * src/SDCCicode.c:1.143
11831         * src/SDCCsymt.c1.146
11832         * src/SDCCsymt.h1.59
11833         * src/SDCCval.c:1.63
11834
11835 2003-03-12    <johan AT balder>
11836
11837         * src/SDCCBBlock.h: more LRH debugging junk
11838         * src/SDCCcflow.h: more LRH debugging junk
11839         * src/SDCCloop.c: more LRH debugging junk
11840         * src/SDCC.y (struct_declaration): fixed bug #697590
11841         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
11842         * src/ds390/gen.c (aopForRemat): fixed bug #700031
11843         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
11844
11845 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
11846         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
11847         test function names must now match exactly).
11848         * src/SDCCcse.c: added special case in findCheaperOp to allow
11849         extending a short integer. Makes less awful code for bug 700121 test case.
11850
11851 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11852
11853         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
11854         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
11855
11856 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
11857
11858         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
11859         actually called (operandsNotEqual() was called for all
11860         operandsNotEqualX tests).
11861
11862 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
11863
11864         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
11865         with shorter literals. Fixes bug 700121.
11866
11867 2003-03-11    <johan AT balder>
11868
11869         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
11870
11871 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
11872
11873         * src/SDCCloop.c (mergeRegions): an evil beast is dead
11874         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
11875
11876 2003-03-10  Borut Razem <borut.razem AT siol.net>
11877
11878         * src/SDCCmain.c: pipe preprocessor's output
11879         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
11880         * sdcc_vc_in.h: define pclose as _pclose for WIN32
11881         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
11882         which closes all pipes in pipeSet set
11883         * src/SDCCset.c: free deleted item in function deleteSetItem()
11884         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
11885         moved from z80 to src subproject
11886         * .version: increased version number to 2.3.4
11887
11888 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
11889
11890         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
11891         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
11892         * support/regression/ports/xa51/spec.mk: fix typo
11893
11894 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
11895
11896         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
11897
11898 2003-03-09  Borut Razem <borut.razem AT siol.net>
11899
11900         * src/SDCCmain.c: pipe preprocessor's output
11901         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
11902         * sdcc_vc_in.h: define pclose as _pclose for WIN32
11903         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
11904         which closes all pipes in pipeSet set
11905         * src/SDCCset.c: free deleted item in function deleteSetItem()
11906         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
11907         moved from z80 to src subproject
11908
11909 2003-03-09  Borut Razem <borut.razem AT siol.net>
11910
11911         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
11912         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
11913         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
11914         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
11915         * src/SDCCglobl.h: unification of WIN32 native definitions
11916
11917 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11918
11919         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
11920
11921 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
11922
11923         * src/configure.in:   check for endianess (even while cross-compiling)
11924         * src/configure:      check for endianess (even while cross-compiling)
11925         * src/configure_in.h: check for endianess (even while cross-compiling)
11926         * src/avr/gen.c:        remove old endianess stuff
11927         * src/mcs51/gen.c:      remove old endianess stuff
11928         * src/ds390/gen.c:      remove old endianess stuff
11929         * src/pic/gen.c:        remove old endianess stuff
11930         * src/pic/genarith.c:   remove old endianess stuff
11931         * src/pic/glue.c:       fix endianess check
11932         * src/pic16/gen.c:      remove old endianess stuff
11933         * src/pic16/genarith.c: remove old endianess stuff
11934         * src/pic16/glue.c:     fix endianess check
11935         * src/xa51/gen.c:       remove old endianess stuff
11936         * src/z80/gen.c:        fix endianess check
11937         * src/SDCCglue.c:       fix endianess check
11938         * src/ds390/peeph.def: fix bug 700036
11939
11940 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
11941
11942         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
11943         * src/configure: find appropriate data-types on host for SDCC's int and long
11944         * src/configure.in: find appropriate data-types on host for SDCC's int and long
11945         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
11946         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
11947
11948 2003-03-07    <johan AT balder>
11949
11950         Just a big NOOP:
11951                 some minor cleanups before the big shot
11952                 OP_DEFS and OP_USES now use Kevin's protection
11953                 new option --nolabelopt
11954
11955         * src/SDCCBBlock.c:
11956         * src/SDCCast.c,:
11957         * src/SDCCcflow.c:
11958         * src/SDCCcse.c:
11959         * src/SDCCicode.c:
11960         * src/SDCCicode.h:
11961         * src/SDCClabel.c:
11962         * src/SDCCloop.c:
11963         * src/SDCCmain.c:
11964         * src/ds390/ralloc.c:
11965         * src/mcs51/ralloc.c:
11966         * src/pic/ralloc.c:
11967         * src/xa51/ralloc.c:
11968         * src/z80/ralloc.c:
11969
11970 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
11971
11972         * src/pic/pcode.c (get_op): fix 64 bit warnings
11973         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
11974         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
11975         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
11976         * support/regression/tests/malloc.c: fix 64 bit warnings
11977
11978 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
11979
11980         * src/mcs51/gen.c (genMinus): fixed bug 696436
11981
11982 2003-03-02  Borut Razem <borut.razem AT siol.net>
11983
11984         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
11985
11986 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
11987
11988         * configure.in: test for mkstemp
11989         * sdccconf_in.h: add HAVE_MKSTEMP
11990
11991 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
11992
11993         * device/include/ctype.h: removed warning while using --stack-auto
11994         * device/include/malloc.h: removed warning while using --stack-auto
11995         * device/include/string.h: removed warning while using --stack-auto
11996
11997 2003-02-23  Borut Razem <borut.razem AT siol.net>
11998
11999         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
12000         because NDEBUG is defined (see man assert)
12001         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
12002
12003 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12004
12005         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
12006         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
12007
12008 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12009
12010         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
12011         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
12012
12013 2003-02-18    <johan AT balder>
12014
12015         * as/mcs51/asmain.c (asmbl): module can start with a digit
12016         * as/z80/asmain.c (asmbl): module can start with a digit
12017
12018 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
12019
12020         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
12021         * src/asm.c: fix pipe() for Mingw32
12022
12023 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
12024
12025         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
12026         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
12027         make -V work again; --c1mode reads now from stdin
12028         * doc/sdccman.lyx: added --c1mode
12029         * support/Util/SDCCerr.c: new messages for c1 mode
12030         * support/Util/SDCCerr.h: new messages for c1 mode
12031         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
12032
12033 2003-02-15    <johan AT balder>
12034
12035         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
12036
12037 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
12038
12039         * doc/sdccman.lyx: Environment variables, -o and other minor things
12040
12041 2003-02-14    <johan AT balder>
12042
12043         * src/xa51/main.c: before anyone really tries to use it :)
12044
12045         * Install doc's in share/sdcc/doc
12046         * removed some obsolete files
12047         * Do a proper make distclean and uninstall
12048         M Makefile.common.in
12049         R sdccbuild.sh
12050         M as/Makefile
12051         M device/include/Makefile.in
12052         M device/lib/Makefile.in
12053         M doc/sdccman.lyx
12054         M link/Makefile
12055         M sim/ucsim/doc/Makefile.in
12056         M src/clean.mk
12057         R src/avr/peeph.rul
12058         R src/xa51/peeph.rul
12059         M support/cpp2/Makefile.in
12060         M support/makebin/Makefile
12061
12062
12063 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
12064
12065         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
12066
12067 2003-02-10  Borut Razem <borut.razem AT siol.net>
12068
12069         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
12070         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
12071         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
12072         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
12073         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
12074         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
12075         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
12076         src/z80/Makefile.bcc: Borland Makefile cleanup
12077         * as/z80/Makefile.bcc: Added Borland Makefile
12078         * support/cpp2/borland.h: Removed
12079
12080 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
12081
12082         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
12083         * src/SDCC.lex: new pragma NOIV
12084         * src/SDCCglobl.h: new pragma NOIV
12085         * src/SDCCmem.c: new pragma NOIV
12086
12087 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
12088
12089         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
12090
12091 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
12092
12093         * src/SDCCmain.c: signal handling is switched off by --debug
12094         * doc/Makefile: small fix for install; use clean.mk again
12095         * doc/clean.mk: clean *.pdf and *.html too
12096
12097 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
12098
12099         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
12100         * device/lib/printfl.c: fix a ds390 bug by making it portable
12101         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
12102         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
12103         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
12104         * debugger/mcs51/cmd.c: converted multi-line string literals
12105         * sim/ucsim/globals.cc: converted multi-line string literals
12106         * src/SDCCmain.c: introduced signal handler to remove temp files
12107         * doc/Makefile: small tweaks, implement clean
12108         * doc: removed generated files
12109
12110 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12111
12112         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
12113         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
12114         Address Record is not correctly generated for DS390."
12115
12116 2003-02-02  Borut Razem <borut.razem AT siol.net>
12117
12118         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
12119         * as/mcs51/asm.h: fixed compilation with Borland C
12120         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
12121         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
12122         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
12123         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
12124         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
12125         src/z80/Makefile.bcc: delete $(LIB) only if exist
12126         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
12127
12128 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
12129
12130         * device/include/malloc.h: introduced NULL
12131         * device/include/string.h: introduced NULL
12132         * device/include/stdlib.h: introduced NULL
12133         * device/lib/_memcpy.c: removed NULL
12134         * device/lib/_strcat.c: removed NULL
12135         * device/lib/_strchr.c: removed NULL
12136         * device/lib/_strcmp.c: removed NULL
12137         * device/lib/_strcpy.c: removed NULL
12138         * device/lib/_strcspn.c: removed NULL
12139         * device/lib/_strlen.c: removed NULL
12140         * device/lib/_strncat.c: removed NULL
12141         * device/lib/_strncmp.c: removed NULL
12142         * device/lib/_strncpy.c: removed NULL
12143         * device/lib/_strpbrk.c: removed NULL
12144         * device/lib/_strrchr.c: removed NULL
12145         * device/lib/_strspn.c: removed NULL
12146         * device/lib/_strstr.c: removed NULL
12147         * device/lib/_strtok.c: removed NULL
12148         * device/lib/malloc.c: removed NULL, include own header
12149
12150 2003-02-02    <johan AT balder>
12151
12152         * 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
12153         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
12154         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
12155         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
12156         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
12157         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
12158
12159 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12160
12161         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
12162         area 'DATA'"
12163
12164 2003-02-01    <johan AT balder>
12165
12166         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
12167
12168 2003-01-31    <johan AT CP255758-A>
12169
12170         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
12171
12172 2003-01-30    <johan AT balder>
12173
12174         * src/SDCCBBlock.c: automatic bug detection
12175         * src/SDCCicode.c: automatic bug detection
12176
12177 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12178
12179         * src/SDCCglobl.h:   now --xram-size 0 works
12180         * src/SDCCmain.c:    now --xram-size 0 works
12181
12182 2003-01-29    <johan AT balder>
12183
12184         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
12185
12186 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12187
12188         * as/mcs51/aslink.h: Added options --xram-size and --code-size
12189         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
12190         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
12191         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
12192         * src/SDCCglobl.h:   Added options --xram-size and --code-size
12193         * src/SDCCmain.c:    Added options --xram-size and --code-size
12194
12195 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
12196
12197         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
12198         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
12199
12200 2003-01-27    <johan AT balder>
12201
12202         * src/SDCC.y: fixed bug #613764
12203
12204 2003-01-26    <johan AT balder>
12205
12206         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
12207         * src/SDCCsymt.h: fixed bug #673374
12208         * src/SDCCglue.c: fixed bug #661910
12209         * src/SDCCast.c: fixed bug #458099 and 673374
12210
12211 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
12212
12213         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
12214         * as/mcs51/strcmpi.h: added
12215         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
12216         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
12217         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
12218         * as/mcs51/assym.c: strcmpi -> as_strcmpi
12219         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
12220         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
12221         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
12222         * as/mcs51/Makefile.aslink: new module strcmpi
12223         * as/mcs51/Makefile.asx8051: new module strcmpi
12224         * as/mcs51/Makefil.bcc: new module strcmpi
12225         * as/mcs51/Makefile.in: new module strcmpi
12226         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
12227
12228 2003-01-26    <johan AT balder>
12229
12230         * src/SDCCglue.c: reverted back to 1.124
12231         * src/SDCCast.c: reverted back to 1.156
12232         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
12233
12234 2003-01-25    <johan AT balder>
12235
12236         * src/SDCCglue.c: A better fix for bug #661910
12237         * src/SDCCast.c: A better fix for bug #661910
12238         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
12239
12240 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
12241
12242         * src/Makefile.in: remove spawn.o
12243         * src/SDCCmain.c: remove spawn.h
12244         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
12245         * src/spawn.c: removed
12246         * src/spawn.h: removed
12247         * support/regression/ports/ds390/spec.mk: link with -r
12248
12249 2003-01-24    <johan AT CP255758-A>
12250
12251         * src/ds390/gen.c (aopOp): fixed bug #667458
12252         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
12253         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
12254         (createIvalCharPtr): an ival doesn't always have a storage class anymore
12255
12256 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
12257
12258         * src/mcs51/peeph.def: better assembler identation by Frieder
12259         * src/mcs51/gen.c: better assembler identation by Frieder
12260
12261 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
12262
12263         * as/z80/string.h: removed for gcc 3.2
12264         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
12265         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
12266
12267 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
12268
12269         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
12270         * src/SDCCpeeph.c (replaceRule): fix bug #663503
12271         * support/regression/Makefile: separate temp files for ports
12272         * support/regression/generate-cases.py: separate temp files for ports
12273         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
12274         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
12275
12276 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
12277
12278         * moved tinitalk to device/examples/ds390
12279
12280 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
12281
12282         * as/mcs51/lkmem.c: rflag is for DS390
12283         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
12284         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
12285                          (linkEdit): move mem- and map-files the same way as ihx-files
12286         * src/z80/main.c (_setDefaultOptions): removed --generic
12287         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
12288         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
12289         * src/pic/glue.c (picglue): --c1mode works again
12290         * src/pic16/glue.c (pic16glue): --c1mode works again
12291         * src/asm.c (printCLine): fix #660034
12292
12293 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
12294
12295         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
12296         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
12297         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
12298         * as/mcs51/lkmem (summary): better fix for sp problem
12299         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
12300         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
12301         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
12302                                               remove --stack-after-data
12303
12304 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
12305
12306         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
12307         * src/SDCCutil.c (join): ugly bug: missing '\0'
12308         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
12309
12310 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
12311
12312         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
12313         * src/port.h: typo
12314         * src/pic/main.c (_asmCmd): gpasm supports -o
12315         * src/z80/main.c: more general macros
12316         * device/lib/Makefile.in: remove intermediate files
12317
12318 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
12319
12320         * .version: Bumped version number to 2.3.3
12321         * src/SDCCBBlock.c: new option -o
12322         * src/SDCCglobl.h: new option -o
12323         * src/SDCCglue.c: new option -o
12324         * src/SDCCmain.c: new option -o
12325         * src/asm.c: new option -o
12326         * src/ds390/main.c: new option -o
12327         * src/pic/glue.c: new option -o
12328         * src/pic/pcode.c: new option -o
12329         * src/pic/ralloc.c: new option -o
12330         * src/pic16/glue.c: new option -o
12331         * src/pic16/pcode.c: new option -o
12332         * src/pic16/ralloc.c: new option -o
12333         * src/z80/main.c: new option -o
12334         * device/lib/Makefile.in: use -o
12335         * support/regression/ports/ds390/spec.mk: use -o
12336         * support/regression/ports/gbz80/spec.mk: use -o
12337         * support/regression/ports/mcs51/spec.mk: use -o
12338         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
12339         * support/regression/ports/z80/spec.mk: use -o
12340         * support/regression/ports/ucz80/spec.mk: use -o
12341         * support/regression/ports/xa51/spec.mk: use -o
12342         * support/regression/fwk/lib/timeout.c: fix usage string
12343
12344 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
12345         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
12346
12347 2003-01-07    <johan AT balder>
12348
12349         * src/SDCCast.c (decorateType): fixed bug #600035
12350
12351 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
12352         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
12353         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
12354         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
12355         * src/pic/pcode.c: outcommented unused variable to remove warnings
12356         * src/pic/ralloc.c: outcommented unused variable to remove warnings
12357
12358 2003-01-06    <karl AT turbobit.com>
12359         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
12360    regression tests.
12361
12362 2003-01-06    <johan AT balder>
12363
12364         * src/SDCCicode.c: fixed array add
12365
12366 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
12367         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
12368         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
12369
12370 2003-01-04    <johan AT balder>
12371
12372         * src/SDCCval.c (getNelements): fixed the initialized array of structures
12373
12374 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12375         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
12376
12377 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
12378         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
12379         * support/regression/tests/bug-524697.c: fit mem usage into 8032
12380
12381 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
12382         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
12383
12384 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
12385         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
12386
12387 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
12388         * src/mcs51/main.c: removed {bindir}{sep} from aslink
12389
12390 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12391
12392     * in /sdcc/as/mcs51/ changed these files in order to create an
12393     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
12394     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
12395     following files to include the previous two files: aslink.dsp,
12396     Makefile.aslink, Makefile.bcc, and Makefile.in.
12397
12398     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
12399     .adb instead of .cdb
12400
12401 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12402
12403         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
12404         value from option --iram-size.
12405
12406 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12407
12408         * /sdcc/as/mcs51/lklist.c: added boundary check before using
12409         dram[] array.
12410
12411 2002-09-18    <wiml AT hhhh.org>
12412
12413         * SDCClrange.h: exposed setFromRange() and setToRange()
12414         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
12415           packRegsForAccUse() (bug 542397)
12416         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
12417           multiple times and emitting the fetch operations more than once
12418           added aopGetUsesAcc() function to allow binary operators to
12419           fetch their operands in the correct order; made genMinus() emit
12420           compact code for X = LITERAL - Y
12421
12422 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12423         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
12424         sprintf() in line 1267.
12425
12426 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12427         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
12428         like ports.
12429
12430 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12431         Changes to aslink (All the changes are marked with 'JCF'):
12432
12433         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
12434         summary().
12435
12436         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
12437         area BSEG.  Also moves, if possible, the DATA area down into the internal
12438         ram so more space is available.
12439
12440         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
12441         sflag.
12442
12443         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
12444         not bytes.  Function summary() which creates a memory usage summary
12445         file with extension .mem.  Reports of overlaping stack and small stack
12446         size.  If the space for the stack is less than 16 bytes aslink trows a
12447         warning.
12448
12449         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
12450         the 8051.  Option 'y' for memory summary output file.
12451
12452         Changes to sdcc (All the changes are marked with 'JCF'):
12453
12454         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
12455
12456         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
12457         overlaying area for it (uses RegBankUsed[4]).
12458
12459         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
12460         bank zero as used by default.  By default aslink locates the stack
12461         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
12462         the creation of the .mem file.  Delegates the allocation of data area
12463         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
12464         the begining of the stack area to aslink.
12465
12466         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
12467         glue() in SDCCglue.c creates an area for it.
12468
12469 2002-09-03  Borut Razem <borut.razem AT siol.net>
12470         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
12471         sdcc/src/pic/glue.c:
12472         introduced atexit() handler for teporay files removal in case of
12473         errors, assertions, ...
12474
12475 2002-08-29  Borut Razem <borut.razem AT siol.net>
12476         * sdcc/support/cpp2/auto-host_vc_in.h:
12477         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
12478         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
12479         Maybe there is a similar problem with BORLANDC? It should be checked!
12480
12481         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
12482         corrected improper use of assert: the assignment to clr variable was done inside the assert.
12483         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
12484         was not executed, and the compiler (cl) launched a warning:
12485         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
12486
12487 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
12488         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
12489
12490 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
12491         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
12492
12493         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
12494           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
12495           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
12496           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
12497           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
12498           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
12499           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
12500         - added Release configuration in VS projects
12501         - review of compiler an linker options
12502         - VC .exe files are generated in bin_vc directory, not to interfere
12503           with binaries generated from other projects (cygwin, mingw, bcc ...)
12504
12505         * sdcc/src/yacc.dsp: added
12506
12507         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
12508         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
12509         and insert the version number definitions from .version
12510
12511         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
12512
12513         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
12514         added - genarate auto-host.h using auto-host_vc_in.h as template
12515
12516         * sdcc/sdcc_vc.h,
12517         removed from CVS, generated automatically
12518
12519 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
12520         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
12521
12522 2002-08-11  Borut Razem <borut.razem AT siol.net>
12523         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
12524
12525 2002-08-10  Borut Razem <borut.razem AT siol.net>
12526         * src/SDCCmain.c (main):
12527         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
12528         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
12529         The consequence was that some temporary files were not removed.
12530
12531         * src/SDCCglue.c:
12532         unification of code in functions tempfilename() and tempfile():
12533         function tempnam() is defined in Visual Studio 6.0 and .NET
12534
12535         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
12536
12537         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
12538           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
12539         - removed compiler command line option /WX: Treats all warnings as errors
12540         - update a list of source files, included into the project
12541
12542         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
12543           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
12544         changed project type to Generic Project so that can be correcly converted to VS.NET project
12545
12546         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
12547
12548         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
12549
12550         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
12551
12552         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
12553         added return 0 statements after assert() to make compiler happy
12554
12555         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
12556         added newline in the def file to keep MSC compiler satisfied
12557
12558         * sdcc/src/z80/gen.c:
12559         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
12560           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
12561         - solved MSC error in function aopDump()
12562
12563         * sdcc_vc.h: define PREFIX as "\\sdcc"
12564
12565 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
12566         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
12567
12568 2002-06-22  Scott Dattalo <scott AT dattalo.com>
12569         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
12570         - Rewrote the register banking algorithm.
12571         - Added pCode live-range analysis to registers (for now, only non-used and
12572         singly-used registers optimized away)
12573
12574         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
12575
12576         * 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.
12577
12578 2002-05-10  Scott Dattalo <scott AT dattalo.com>
12579         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
12580
12581 2002-04-22  Michael Hope  <michaelh AT vroom>
12582
12583         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
12584
12585         * configure.in (DD_COPT): Added include support required for gbdk.
12586
12587         * .version: Bumped version number just to increase it.
12588
12589         * src/SDCCmain.c: Added -nostdinc to the default options.
12590
12591 2002-04-15  Michael Hope  <michaelh AT vroom>
12592
12593         * device/lib/z80/printf.c (sprintf): Added.
12594
12595         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
12596
12597         * src/z80/peeph.def: Added transpose redundent load rule.
12598
12599         * src/z80/main.c: Added force callee saves for jaune.
12600
12601         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
12602
12603         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
12604
12605 2002-03-28  Johan Knol  <johan AT balder>
12606
12607         * src/SDCCval.c: fixed bug #532436
12608
12609 2002-03-14  Scott Dattalo <scott AT dattalo.com>
12610         * /src/port.h:
12611         Added "char *Processor" field to the port structure.
12612
12613         * /src/SDCCmain.c:
12614         Added -p option. Allows port dependent processor to be specified.
12615
12616         * all ports:
12617         Initialized the new field char *Processor field to NULL in all ports
12618
12619         * /src/pic/*:
12620         Compiler generated registers for interrupt context saving
12621         were not getting allocated.
12622
12623 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
12624
12625         * /src/SDCCast.c:
12626         Fixed left shift. Will promote the left side of a left shift
12627         if a) left shifting more than size of operand or b) when assigned
12628         to something size > size of left side
12629
12630 2002-03-14  Scott Dattalo <scott AT dattalo.com>
12631         * src/pic/*
12632         tons of changes. Register allocation has been
12633         rewritten. Added customization for the various PICs. Flow
12634         analysis is restructured. ...
12635
12636         * src/pic/device.h:
12637         Added
12638
12639         * src/pic/device.c:
12640         Added. device.c is a PIC port hack to accomodate variations
12641         in PIC devices.
12642
12643 2002-03-13  Michael Hope  <michaelh AT vroom>
12644
12645         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
12646
12647 2002-03-04  johanknol  <johanknol AT manik>
12648
12649         * /src/SDCCval.c: fixed
12650
12651         const unsigned char arr[][2] = { { 0, 1 } };
12652         t18.c:1: error: Initializer element is not constant
12653
12654 2002-03-04  bela  <bela AT manik>
12655
12656         * /device/include/mcs51reg.h:
12657         ds89c420 register definition update
12658
12659 2002-03-03    <johan AT FRIJA>
12660
12661         * support/Util/SDCCerr.c: did something, but don't no why anymore
12662
12663         * support/regression/tests/bug-524691.c: made it a little less shy
12664
12665         * src/SDCCast.c (decorateType): fixed bug #524697
12666
12667         * src/SDCCast.c: made some lineno improvements
12668
12669         * src/SDCCval.c (getNelements): changed warning to error
12670
12671         * src/SDCCglue.c (printIvalArray): changed warning to error
12672
12673         * src/SDCCicode.c: fixed a warning for mingw
12674
12675         * src/SDCCast.c (decorateType): fixed the << promotion for ops
12676
12677         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
12678
12679 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
12680
12681         * src/ds390/peeph.def:
12682         Added some more peephole rules
12683
12684         * src/ds390/gen.c: Various fixes & enhancements
12685
12686         * src/SDCClrange.c, src/SDCClrange.h:
12687         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
12688
12689         * src/ds390/ralloc.c:
12690         various fixes & enhancements (ds390) specific
12691
12692         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
12693         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
12694         from rallocs.
12695
12696         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
12697
12698 2002-03-02    <johan AT FRIJA>
12699
12700         * src/SDCCast.c (decorateType): fixed bug #524708
12701
12702         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
12703
12704         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
12705
12706 2002-03-01  Michael Hope  <michaelh AT vroom>
12707
12708         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
12709
12710         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
12711
12712 2002-03-01    <johan AT FRIJA>
12713
12714         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
12715
12716         * src/SDCCast.c (decorateType): fixed bug #524209
12717
12718         * src/SDCCval.c (valNot): fixed bug #524195
12719
12720 2002-02-26    <johan AT balder>
12721
12722         * src/xa51/gen.c: fixed a warning
12723
12724         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
12725
12726         * src/SDCCast.c (decorateType): fixed bug #522534
12727
12728 2002-02-23    <johan AT balder>
12729
12730         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
12731
12732 2002-02-22    <johan AT balder>
12733
12734         * src/SDCCast.c: fixed bug #514865
12735
12736         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
12737
12738 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
12739
12740         * sdcc/src/SDCCloop.c:
12741         Previous fix was not good. basic blocks that have "break" or "return" are
12742         not really partof a loop , but live ranges used in these blocks should
12743         be live thru the entire loop, so set partOfLoop but don't add them to
12744         loop region
12745
12746 2002-02-21    <johan AT FRIJA>
12747
12748         * src/SDCCcse.c: fixed bug #514308
12749
12750 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
12751
12752         * src/SDCCloop.c:
12753         Fixed BUG #519583. If a conditional block ended in a return/break
12754         statement inside a loop, it was not being considered part of the loop.
12755
12756         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
12757
12758 2002-02-10  Karl Bongers <karl AT turbobit.com>
12759
12760         * debugger/*:
12761         Fixed up SDCDB debugger somewhat.  Updated debugger/README
12762         with lots of comments and notes.
12763
12764         * device/examples/test2.c:
12765         Fix bug, "red" variable not being initialized(compiler complained).
12766
12767         * device/examples/Makefile, examples/test3.c:
12768         Add Makefile in device/examples folder, compiles test3.c
12769         for use as a multiple module SDCDB test case.
12770
12771         * sim/ucsim/cmd.src/cmdset.cc:
12772         Took out debug printfs in ucsim "next" command.
12773
12774         * sim/ucsim/xa.src:
12775         Karl and Johan start ucsim XA support.  Most dissassembly working,
12776         about 75% emulation done(plenty of work remaining).
12777
12778         * sim/ucsim/z80.src:
12779         Add Z80 support to ucsim, add test-ucz80 regression test,
12780         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
12781         Notice z80 compiler fails on examples/test3.c/crc code.
12782
12783 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
12784
12785         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
12786         Added support for --parms-in-bank1
12787
12788         * src/ds390/peeph.def:
12789         added a few more peephole optimzations
12790
12791         * src/ds390/main.c:
12792         1) added __builtin_inp & __builtin_outp used to read in data of given length
12793            from a memory mapped port
12794         2) added __builtin_memcmp
12795         3) added __builtin_swapw swap bytes of a short
12796
12797         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
12798         1) handle multiple send & receives from register bank1
12799         2) ralloc can now allocate DPTR1 to some liveRanges
12800
12801         * src/SDCCsymt.c, src/SDCCsymt.h:
12802         changes to handle multiple sends & receives
12803
12804         * src/SDCCptropt.h:
12805         added some pointer arithmetic optimization
12806
12807         * src/SDCCptropt.c:
12808         added some pointer arithmetic optimizations but not stable yet so not
12809         called from anywhere (will get this working shortly)
12810
12811         * src/SDCCopt.c: fixed for multiple sends & receives
12812
12813         * src/SDCCmain.c:
12814         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
12815         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
12816            set preprocessor defines (depending on options)
12817
12818         * src/SDCCicode.c, src/SDCCicode.h:
12819         changes made to handle multiple sends & receives
12820
12821         * src/SDCCglobl.h:
12822         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
12823
12824         * src/SDCCcse.c, src/SDCCcse.h:
12825         added function findbackward def (to be used in upcoming optimization)
12826
12827         * src/SDCCcflow.c, src/SDCCcflow.h:
12828         added function returnAtEnd - to determine if a basic block terminates with
12829         a RETURN iCode
12830
12831         * src/SDCCast.c, src/SDCCast.h:
12832         added option parms-in-bank1
12833
12834         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
12835         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
12836         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
12837         adjusted for --parms-in-bank1 option
12838
12839         * device/include/string.h:
12840         donot redefine "reentrant" keyword
12841
12842         * device/include/ds80c390.h: Added some more SFRs
12843
12844 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
12845
12846         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
12847
12848 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
12849
12850         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
12851
12852 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
12853
12854         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
12855
12856 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
12857
12858         * Added --xram-movc option
12859
12860 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
12861
12862         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
12863
12864 2002-01-11  Johan Knol
12865
12866         * Added math lib of Jesus Calvino-Fraga
12867
12868 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
12869
12870         * src/SDCCmain.c (processFile): fix processing of ../../src.c
12871         * support/regression/Makefile: new target test-mcs51-stack-auto
12872         * support/regression/ports/mcs51-stack-auto/spec.mk: added
12873
12874 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
12875
12876         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
12877
12878 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
12879
12880         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
12881
12882 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
12883
12884         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
12885
12886         * src/SDCCglue.h: add definition for printIvalChar()
12887
12888 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
12889
12890         * src/SDCCast.c: fix #498138 by Johan
12891
12892         * src/SDCCglue.c: fix #498138 by Johan
12893
12894 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
12895
12896         * support/regression/Makefile: fix clean
12897
12898         * support/regression/ports/ds390/support.c: fix transmission of last character
12899
12900 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
12901
12902         * /sdcc/src/ds390/gen.c:
12903         a) improved computing address of stack variable
12904         b) took out some #if 0 code
12905         c) improved parmBytes adjustment
12906         d) improved genPlusIncr & genMinusIncr
12907         e) genCmp could generate bad code (when left assigned to DPTR)
12908         f) Fixed bug in hasInc
12909
12910         * /sdcc/src/ds390/ralloc.c:
12911         a) packRegsForSupport could mess up live information (Fixed)
12912         b) packRegsDPTRuse could be incorrect for left & right shift
12913
12914         * /sdcc/src/mcs51/ralloc.c:
12915         packRegsForSupport could mess up the live information (Fixed)
12916
12917         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
12918
12919         * /sdcc/src/SDCCast.c:
12920         can reverse a loop even if function call is present as long
12921         as the loop control variable is local & is not passed as parameter
12922
12923 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12924
12925         * /sdcc/ChangeLog: *** empty log message ***
12926
12927         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
12928         More builtin function additions for TININative
12929
12930         * /sdcc/src/ds390/ralloc.c:
12931         Had broken the regression testsuite
12932
12933         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
12934
12935         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
12936         Added funcattr hasStackParms will be set for reentrant functions when there
12937         are paramteres on the stack, this helps in minimizing frame pointer generation
12938         typeFromStr can handle function pointers now
12939
12940         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
12941         *** empty log message ***
12942
12943 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12944
12945         * /src/ds390/gen.c, /src/ds390/main.c:
12946         More builtin function additions for TININative
12947
12948         * /src/ds390/ralloc.c:
12949         Had broken the regression testsuite
12950
12951         * /src/SDCCast.c: Fixed a bug in dumptree
12952
12953         * /src/SDCCsymt.c, /src/SDCCsymt.h:
12954         Added funcattr hasStackParms will be set for reentrant functions when there
12955         are paramteres on the stack, this helps in minimizing frame pointer generation
12956         typeFromStr can handle function pointers now
12957
12958         * /doc/builtins.txt, /doc/TININative.txt:
12959         *** empty log message ***
12960
12961
12962 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12963
12964         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
12965         ALPHA version for -mTININative
12966
12967         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
12968         updated to reflect changes in the port structure
12969
12970         * /src/port.h:
12971         added function do_assemble (similar to do_link) if non-null this function
12972         will be called to do assembly (-mTININative) requires a multi command
12973         assembly
12974         added function genAssemblerEnd will be called to generate assembler Epilogue
12975
12976         * /src/SDCCsymt.c:
12977         added _JavaNative to debug info printing
12978
12979         * /src/SDCCmain.c: added option --tini-libid
12980         added port->do_assemble function (-mTININative) has a multi command assemble
12981
12982         * /src/SDCCglue.c: Disabled "constExpr" check
12983         added port->genAssemblerEnd function
12984
12985         * /src/SDCCglobl.h: Added option --tini-libid value
12986
12987         * /src/SDCCast.h:
12988         tookout optimizeCompare from the header (has no external references)
12989
12990         * /src/SDCCast.c: made one more function "static"
12991
12992 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
12993
12994         * src/z80/mappings.i: Added z80asm support.
12995
12996         * src/z80/main.c: Added z80asm support on --asm=z80asm
12997
12998         * src/z80/gen.c: Fixed asm portability issues.
12999
13000         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
13001
13002         * src/SDCCglue.c (printExterns): Added global/extern split.
13003
13004 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
13005
13006         * support/regression/Makefile: added test for mcs51 model large
13007
13008         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
13009
13010         * support/regression/ports/gbz80/spec.mk: added -mgbz80
13011
13012 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
13013
13014         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
13015
13016 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
13017
13018         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
13019
13020         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
13021
13022 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
13023
13024         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
13025
13026         * support/regression/tests/simplefloat.c: Port to mcs51.
13027
13028 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
13029         * support/regression/tests/bug-485362.c: Added.
13030
13031         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
13032
13033         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
13034
13035         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
13036
13037         * src/z80/gen.c (aopDump): Added a dump function.
13038
13039 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
13040         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
13041
13042         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
13043
13044         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
13045
13046         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
13047
13048         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
13049
13050         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
13051
13052         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
13053
13054         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
13055
13056         * support/regression/ports/ds390/support.c: Use tinibios.
13057
13058         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
13059
13060 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
13061
13062         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
13063         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
13064
13065         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
13066
13067         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
13068
13069 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
13070
13071         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
13072
13073         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
13074         (packRegsForIYUse): Created and optimised.
13075
13076 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
13077
13078         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
13079 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
13080
13081         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
13082
13083         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
13084
13085         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
13086
13087 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
13088
13089         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
13090
13091         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
13092
13093 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
13094
13095         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
13096
13097         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
13098
13099         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
13100
13101 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
13102
13103         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
13104         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
13105         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
13106
13107         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
13108
13109         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
13110         (genNotFloat): Added.
13111         (genUminusFloat): Added.
13112
13113         * device/lib/z80/Makefile: Added floating pt stubs.
13114
13115         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
13116
13117         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
13118
13119         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
13120
13121 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
13122
13123         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
13124
13125         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
13126
13127         * sdcc/support/regression/Makefile: Add port ds390.
13128
13129         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
13130
13131         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
13132
13133         * sdcc/support/regression/ports/ds390/spec.mk: Added.
13134
13135         * sdcc/support/regression/ports/ds390/support.c: Added.
13136
13137         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
13138
13139         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
13140
13141         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
13142
13143 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
13144
13145         * device/include/malloc.h: Added z80 and gbz80 support.
13146
13147         * device/lib/gbz80/heap.s: Added.
13148
13149         * device/lib/z80/heap.s: Added.
13150
13151         * device/lib/malloc.c: Added z80 and gbz80 support.
13152
13153         * support/regression/tests/malloc.c (testMalloc): Added.
13154
13155         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
13156
13157         * support/regression/tests/bug-478094.c: Added.
13158
13159         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
13160
13161 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
13162
13163         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
13164
13165         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
13166
13167         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
13168
13169         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
13170
13171         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
13172
13173 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
13174
13175         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
13176
13177 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
13178
13179         * support/regression/tests/bug-477927.c: Added.
13180
13181         * src/z80/peeph.def: Added minor rules.
13182
13183         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
13184
13185         * src/z80/peeph.def: Added jump optimisation modification.
13186
13187 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
13188
13189         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
13190
13191 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
13192
13193         * support/regression/tests/funptrs.c: Added.
13194
13195 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
13196
13197         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
13198
13199 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
13200
13201         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
13202
13203         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
13204
13205         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
13206         (movLeft2ResultLong): Created.
13207
13208         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
13209         (joinPushes): Added.  Joins two char pushes into a word push.
13210
13211 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
13212
13213         * support/cpp2/Makefile.in (install): Added creation of dest dir.
13214
13215         * support/makebin/Makefile (install): Added creation of dest dir.
13216
13217 2001-10-24 Karl Bongers <karl AT turbobit.com>
13218
13219         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
13220
13221 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
13222
13223         * src/z80/ralloc.c: Turned off faulty pack for one use.
13224
13225         * src/z80/peeph-gbz80.def: Removed redundent restart options.
13226
13227         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
13228
13229 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
13230
13231         * support/regression/Makefile: Improved clean
13232
13233         * support/regression/ports/gbz80/spec.mk: Added clean
13234
13235         * support/regression/ports/host/spec.mk: Added clean
13236
13237         * support/regression/ports/z80/spec.mk: Added clean
13238
13239         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
13240
13241         * support/regression/ports/mcs51/timeout.c: little improvements
13242
13243 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
13244
13245         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
13246
13247         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
13248
13249         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
13250
13251 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
13252
13253         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
13254
13255         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
13256
13257 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
13258         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
13259
13260         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
13261
13262         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
13263
13264         * src/mcs51/main.c (_linkCmd): Added bin path to command.
13265
13266         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
13267
13268         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
13269
13270         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
13271
13272         * support/regression/tests/longor.c: Added.
13273
13274 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
13275
13276         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
13277
13278         * as/mcs51/aslink.h: define PATH_MAX
13279
13280         * as/mcs51/asm.h: define PATH_MAX
13281
13282         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
13283
13284         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
13285
13286         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
13287
13288         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
13289
13290         * src/SDCCglobl.h: define PATH_MAX
13291
13292         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
13293
13294         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
13295
13296 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
13297
13298         * src/z80/gen.c (gencjneshort): Fixed
13299
13300         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
13301
13302 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
13303
13304         * support/regression/tests/bug-469671.c: Added.
13305
13306         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
13307
13308 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
13309
13310         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
13311
13312         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
13313
13314 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
13315
13316         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
13317
13318         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
13319
13320         * src/device/lib/_mullong.c : removed hint: nooverlay bug
13321
13322         * src/device/lib/_divuint.c : removed hint: nooverlay bug
13323
13324         * src/device/lib/_divulong.c: removed hint: nooverlay bug
13325
13326         * src/device/lib/_moduint.c : removed hint: nooverlay bug
13327
13328         * src/device/lib/_modulong.c: removed hint: nooverlay bug
13329
13330 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
13331
13332         * 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.
13333
13334         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
13335
13336         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
13337
13338 2001-10-07    <johan AT FRIJA>
13339
13340         * device/lib/gets.c (gets): fixed the return value.
13341
13342 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
13343         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
13344
13345         * 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.
13346
13347         * 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.
13348
13349         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
13350
13351         * src/pic/gen.c: Removed Safe_strdup.
13352
13353         * configure.in: Added option to enable libgc support.
13354
13355         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
13356         (bitVectUnion): Optimised.
13357         (bitVectIntersect): Optimised.
13358         (bitVectBitsInCommon): Optimised.
13359         (bitVectCplAnd): Optimised.
13360
13361         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
13362
13363 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
13364
13365         * src/SDCCmain.c: distinguish between assembler debug and plain options
13366
13367         * src/avr/main.c:   remove standard assembler options
13368
13369         * src/ds390/main.c: remove standard assembler options
13370
13371         * src/mcs51/main.c: remove standard assembler options
13372
13373         * src/port.h: removed "PENDING" comment
13374
13375 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
13376
13377         * src/device/lib/_mulint.c  : new, with assember functions
13378
13379         * src/device/lib/_mullong.c : new, with assember functions
13380
13381         * src/device/lib/_divuint.c : with assember functions
13382
13383         * src/device/lib/_divsint.c : with assember functions
13384
13385         * src/device/lib/_divulong.c: with assember functions
13386
13387         * src/device/lib/_divslong.c: with assember functions
13388
13389         * src/device/lib/_moduint.c : with assember functions
13390
13391         * src/device/lib/_modsint.c : with assember functions
13392
13393         * src/device/lib/_modulong.c: with assember functions
13394
13395         * src/device/lib/_modslong.c: with assember functions
13396
13397         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
13398
13399         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
13400
13401         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
13402                                       replaced _mululong.c and _mulslong.c by _mullong.c
13403
13404 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
13405
13406         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
13407
13408 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
13409
13410         * src/SDCCglue.c: test, if win32api is available for MINGW
13411
13412 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
13413
13414         * src/SDCCsymt.c: no more _modifier in printTypeChain()
13415         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
13416         * support/regression/ports/gbz80/spec.mk: removed GENERIC
13417         * support/regression/ports/host/spec.mk: removed GENERIC
13418         * support/regression/ports/mcs51/spec.mk: removed GENERIC
13419         * support/regression/ports/z80/spec.mk: removed GENERIC
13420
13421 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
13422
13423         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
13424
13425         * support/regression/tests/bug-467035.c: Created.
13426
13427 2001-10-01    <johan AT FRIJA>
13428
13429         * src/SDCC.y: fixed bug #466586 part 1
13430
13431 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
13432
13433         * SDCCicode.c: z80 has no generic pointers
13434         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
13435
13436 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
13437
13438         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
13439
13440 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
13441
13442         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
13443
13444         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
13445
13446 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
13447
13448         * configure.in: Fixed up so that ucsim is only configured once.
13449
13450         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
13451
13452         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
13453         (getPathDifference): As above.
13454
13455         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
13456
13457         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
13458
13459 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
13460         * .version: Updated to 2.3.1
13461
13462         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
13463         Added copyright header.
13464
13465         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
13466         (assemble): Added support for macro based assembler commands.
13467         (linkEdit): Added support for macro based linker commands.
13468         (preProcess): Changed the pre-processor to use macros.
13469         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
13470         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
13471
13472         * device/lib/z80/crt0.s: Added module name for debugging.
13473
13474 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
13475
13476         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
13477
13478         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
13479
13480         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
13481
13482         * src/Makefile.in: Added SDCCmacro and SDCCutil
13483
13484 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
13485
13486         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
13487
13488 2001-09-16    <johan AT FRIJA>
13489
13490         * 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.
13491
13492 2001-09-15    <johan AT FRIJA>
13493
13494         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
13495         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
13496
13497 2001-09-11    <johan AT FRIJA>
13498
13499         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
13500
13501 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
13502
13503         * support/regression/tests/bug-460444.c: Added test case.
13504
13505         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
13506         (genCast): Added justification for all of the asserts.
13507
13508 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
13509
13510         * support/regression/support.c: _xdata replaced by xdata
13511
13512         * support/regression/spec.mk: removed _generic
13513
13514 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
13515
13516         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
13517
13518         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
13519         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
13520
13521         * src/z80/peeph.def: Added a rule to optimise shift then compare.
13522
13523         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
13524
13525         * support/regression/tests/bug-460010.c: Added test case.
13526
13527         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
13528
13529 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
13530
13531         * support/regression/Makefile: inter-port-clean adjusted for mcs51
13532
13533         * support/regression/testfwk.c: removed workaround for bug #436344
13534
13535         * support/regression/tests/bp.c: use less memory with mcs51
13536
13537         * support/regression/tests/bug-441448.c: use less memory
13538
13539         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
13540
13541         * support/regression/collate-results.py: typo
13542
13543 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
13544
13545         * support/regression/tests/fetchoverlap.c: Added new test case.
13546
13547         * support/regression/tests/bp.c: Added new test case.
13548
13549         * support/regression/tests/bug-448984.c: Added new test case.
13550
13551         * support/regression/tests/pow2shifts.c: Added new test case.
13552
13553         * src/z80/gen.c: Turned off the noise it normally generates for the release.
13554         (genlshTwo): Fixed right shift for count > 8.
13555
13556         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
13557
13558 2001-09-08    <johan AT FRIJA>
13559
13560         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
13561
13562 2001-09-07    <johan AT FRIJA>
13563
13564         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
13565
13566         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
13567
13568 2001-09-06    <johan AT FRIJA>
13569
13570         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
13571         * bernhard noted me at this: "() equals to (void)" (1.38)
13572
13573 2001-09-05    <johan AT FRIJA>
13574
13575         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
13576
13577 2001-09-04    <johan AT FRIJA>
13578
13579         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
13580
13581
13582 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
13583
13584         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
13585
13586 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
13587
13588         * link/z80/aslink.h: Fixed path for PATH_MAX
13589
13590 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
13591
13592         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
13593
13594         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
13595
13596         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
13597
13598         * 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.
13599
13600 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
13601
13602         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
13603         (genCmp): Fixed up genCmp for the GB with longs.
13604
13605         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
13606
13607         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
13608
13609         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
13610
13611         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
13612
13613 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
13614
13615         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
13616
13617 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
13618
13619         * 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.
13620
13621         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
13622
13623 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
13624
13625         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
13626
13627         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
13628
13629 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
13630
13631   * sim/ucsim/configure:    little improvement of Cygwin-detection
13632   * sim/ucsim/configure.in: little improvement of Cygwin-detection
13633   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
13634   * support/regression/tests/bug-221100.c: small changes for mcs51
13635   * support/regression/tests/bug-221168.c: small changes for mcs51
13636   * support/regression/tests/bug-227710.c: small changes for mcs51
13637   * support/regression/tests/staticinit.c: small changes for mcs51
13638   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
13639   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
13640   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
13641
13642 $Revision$