]> git.gag.com Git - fw/sdcc/blob - ChangeLog
* src/regression/bank1.c, src/regression/compare6.c,
[fw/sdcc] / ChangeLog
1 2007-01-22 Raphael Neider <rneider AT web.de>
2
3         * src/regression/bank1.c, src/regression/compare6.c,
4           src/regression/add.c: cosmetic changes
5         * src/pic/pcode.h: moved GPTRTAG_* here from gen.c
6         * src/pic/gen.c: fixed global zero and one,
7           (aopForSym): removed unued code,
8           (aopGet): assert aop is defined, check and use `index' of
9             pCodeImmd operands (fixes #1630908),
10         * src/pic/pcode.c (get_op): added output of generic pointer tag,
11           (register_reassign): prevent accidental register unification,
12           (ReuseReg): cosmetic changes (also above)
13         * src/pic/glue.c (pic14_constructAbsMap,pic14emitRegularMap,
14           pic14emitStaticSeg): do not emit initialized data,
15           (printIval*): replaced with working versions,
16           (pic14createInterruptVect,picglue): use idata for initialized data,
17             now init data should work in all modules (not only main()),
18         * device/lib/pic/libsdcc/idata.c: NEW, handle initialized data
19
20 2007-01-21 Borut Razem <borut.razem AT siol.net>
21
22         * sim/ucsim/configure.in: introduced macro DD_COPT_NO_IGNORE,
23           use -fPIC or -fpic if they are supported and not ignored
24         * src/SDCCval.c: fixed bug introduced by me in rev. #4577
25         * support/cpp2/libcpp/lex.c: fixed gcc 4.1.1 warnings
26
27 2007-01-20 Borut Razem <borut.razem AT siol.net>
28
29         * src/SDCC.lex, src/SDCCmain.c, sdc/SDCCglobl.h, doc/sdccman.lyx:
30           implemented RFE #1470316: allow "$" in variable names
31
32 2007-01-20 Raphael Neider <rneider AT web.de>
33
34         * device/include/pic/pic14regs.h: reverted accidental wipe of the file
35
36 2007-01-20 Raphael Neider <rneider AT web.de>
37
38         * device/lib/pic/libdev/devices.txt: device list for mkall.sh
39         * device/lib/pic/libdev/mkall.sh: script to rebuild all device libs
40         * device/lib/pic/libdev/pic14ports.txt: device PORT specifications
41         * support/scripts/inc2h.pl: fixed major .inc parsing bugs,
42           applied patch from Robert Tate (#1629249) to add PORTs and TRISs
43         * device/lib/pic/libdev/pic*.c,
44         * device/include/pic/pic*.h: regenerated with enhanced inc2h.pl
45         * device/lib/pic/libdev/Makefile.in: show progress
46
47 2007-01-19 Bernhard Held <bernhard AT bernhardheld.de>
48
49         * doc/sdccman.lyx: updated "configure options" for autoconf 2.6
50         * support/scripts/sdcc_cygwin_mingw32,
51         * support/scripts/sdcc_mingw32,
52         * support/scripts/build.mak: replaced --datadir by --datarootdir for
53         conformance with autoconf 2.6
54
55 2007-01-19 Raphael Neider <rneider AT web.de>
56
57         * src/pic/device.c (register_map): fixed list construction
58         * src/pic/gen.c (genDivOneByte,genModOneByte): accept result > 1 byte,
59           (genMod): removed case for genModbits,
60           (genModbits): removed as now unused/unimplemented
61         * src/pic/glue.c (picglue): prevent name clash with sources 'init.c'
62
63 2007-01-18 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
64
65         * support/regression/tests/swap.c: added in response to #1638622
66         * doc/sdccman.lyx: synced version, minor changes
67
68 2007-01-18 Borut Razem <borut.razem AT siol.net>
69
70         * SDCClabel.c: fixed bug #1638651: wrong linenumber presented in warning,
71           thanks to Gunther Jehle
72         * src/asm.c: don't die if the file drfined in #line couldn't be opened
73         * src/SDCC.lex, src/SDCCglobal.h, src/SDCCicode.c, src/SDCCsymt.c,
74           src/SDCCval.c: removed redundant definitions of currFname and mylineno;
75           use filename in lineno instead.
76         * SDCCast.c: removed MSVC warning C4018: '==' : signed/unsigned mismatch,
77           print the file name in ast_print()
78
79 2007-01-18 Borut Razem <borut.razem AT siol.net>
80
81         * support/Util/dbuf_string.c: removed (PTR) cast since it is not
82           defined in MSVC
83         * src/SDCC.lex: stringLiteral() returns const char pointer,
84           EOF detection in stringLiteral(), fixed asmbuf memory leak,
85           fixed column counting
86         * src/SDCCval.[ch]: constVal(), value *strVal() and charVal()
87           accept const char pointer as parameter
88         * src/SDCCdwarf2.c: corrected buffer size
89
90 2007-01-17 Borut Razem <borut.razem AT siol.net>
91
92         * support/Util/dbuf_string.c: fixed for amd64
93
94 2007-01-15 Borut Razem <borut.razem AT siol.net>
95
96         * src/pic16/ralloc.c, src/pic/ralloc.c, src/SDCC.y:
97           removed terminal symbol ELIPSIS, since it was never generated by the
98           lexer and it was wrongly used in parameter_identifier_list rule
99
100 2007-01-15 Raphael Neider <rneider AT web.de>
101
102         * doc/sdccman.lyx: updated PIC14/16 command line args, updated PIC14
103             code page and data banking description
104         * src/pic/genarith.c,
105         * src/pic/gen.h: removed bit arithmetic functions,
106             updated exit(1) to exit(EXIT_FAILURE)
107         * device/lib/pic16/libsdcc/stack/stack.S: default to 256 byte stack
108         * device/include/pic16/pic18f2455.h,
109         * device/lib/pic16/libdev/pic18f2455.c: added PORTD, LATD, LATE,
110             TRISD and TRISE, fixed/added some bit names
111         * device/lib/pic16/libdev/pic18f{2550,4550,4455}.c,
112         * device/include/pic16/pic18f{2550,4550,4455}.h: simply include
113             updated pic18f2455.{c,h} instead of duplicating them
114
115 2007-01-14 Borut Razem <borut.razem AT siol.net>
116
117         * as/mcs51/asnoice.c, as/hc08/asnoice.c: fixed bug #1447412:
118           Cannot debug files that contain spaces in the path name
119           by converting spaces in asm file name to underscores
120
121 2007-01-13 Borut Razem <borut.razem AT siol.net>
122
123         * doc/sdccman.lyx: fixed format errors
124
125 2007-01-10 Borut Razem <borut.razem AT siol.net>
126
127         * src/SDCC.lex, src/SDCCmain.c: fixed bug #1631895:
128           codeseg/constseg #pragma fail
129         * suppoprt/cpp2/Makefile.bcc: reenable Borland C compilation
130         * suppoprt/cpp2/configure.in, suppoprt/cpp2/libcpp/lex.c,
131           suppoprt/cpp2/Makefile.in, suppoprt/cpp2/sdcpp-opts,
132           suppoprt/cpp2/sdcpp.[ch]: house cleaning
133
134 2007-01-09 Borut Razem <borut.razem AT siol.net>
135
136         * get rid of diagnistic.[ch], pretty-print.[ch],
137           c-pretty-print.[ch], ... used just for error, warning, ...
138           message formatting
139         * suppoprt/cpp2/pretty-print.[ch], suppoprt/cpp2/diagnostic.[ch],
140           suppoprt/cpp2/diagnostic.def, suppoprt/cpp2/input.h,
141           suppoprt/cpp2/pretty-print.[ch]:
142           removed
143         * suppoprt/cpp2/Makefile.in, suppoprt/cpp2/opts.c,
144           suppoprt/cpp2/sdcpp-opts.c, suppoprt/cpp2/sdcpp.[ch],
145           suppoprt/cpp2/sdcpp.dsp:
146           changed
147
148 2007-01-08 Maarten Brock <sourceforge.brock AT dse.nl>
149
150         * device/lib/printf_large.c (output_float): removed recursion,
151           use smaller buffer on stack for mcs51,
152           fixed bug printing 1.96
153         * support/regression/tests/snprintf.c: added test
154
155 2007-01-07 Borut Razem <borut.razem AT siol.net>
156
157         * use dynamic memory buffers instead temporary files
158         * support/Util/dbuf_string.c, support/Util/dbuf_string.h:
159           added
160         * src/Makefile.in, src/SDCC.lex, src/SDCCast.c, src/SDCCast.h,
161           src/SDCCcse.c, src/SDCCglobl.h, src/SDCCglue.c, src/SDCCglue.h,
162           src/SDCCicode.c, src/SDCCicode.h, src/SDCCmain.c, src/SDCCmem.c,
163           src/SDCCmem.h, src/SDCCpeeph.c, src/SDCCpeeph.h, src/SDCCsymt.c,
164           src/SDCCsymt.h, src/SDCCutil.c, src/asm.c, src/asm.h, src/avr/gen.c,
165           src/avr/main.c, src/ds390/gen.c, src/ds390/main.c, src/hc08/gen.c,
166           src/hc08/main.c, src/izt/gen.c, src/mcs51/gen.c, src/mcs51/main.c,
167           src/pic/device.c, src/pic/gen.c, src/pic/glue.c, src/pic/main.c,
168           src/pic/ralloc.c, src/pic16/gen.c, src/pic16/glue.c,
169           src/pic16/main.c, src/pic16/ralloc.c, src/port.h, src/src.dsp,
170           src/xa51/gen.c, src/xa51/main.c, src/z80/gen.c, src/z80/main.c,
171           support/Util/dbuf.c, support/Util/dbuf.h:
172           modified
173         * .version, sdcc.spec: bumped version to 2.6.4
174
175 2007-01-07 Maarten Brock <sourceforge.brock AT dse.nl>
176
177         * src/port.h: added TARGET_Z80_LIKE macro
178         * src/SDCCmain.c (linkEdit): use TARGET_Z80_LIKE,
179           output PSEG location if --xram-loc or --xstack-loc was used
180         * as/link/mcs51/lkarea.c (lnksect2): set segment address afterwards
181
182 2007-01-07 Maarten Brock <sourceforge.brock AT dse.nl>
183
184         * as/as_gbz80.dsp, as/z80/as_gbz80.dsp,
185         * as/as_z80.dsp,   as/z80/as_z80.dsp,
186         * as/asx8051.dsp,  as/mcs51/asx8051.dsp,
187         * sdcc.dsw: moved project files into subdir
188         * as/hc08/as_hc08.dsp,
189         * as/hc08/Makefile.bcc,
190         * as/hc08/Makefile.in,
191         * as/mcs51/Makefile.bcc,
192         * as/mcs51/Makefile.in,
193         * as/z80/Makefile.bcc,
194         * as/z80/Makefile.in,
195         * as/link/mcs51/Makefile.bcc: use as/strcmpi.c
196         * as/hc08/asm.h,
197         * as/mcs51/asm.h,
198         * as/z80/asm.h: added as_strcmpi() and as_strncmpi() prototypes
199         * as/hc08/asmain.c,
200         * as/hc08/assym.c,
201         * as/mcs51/asmain.c,
202         * as/mcs51/assym.c,
203         * as/z80/assym.c: removed include "strcmpi.h"
204         * as/hc08/strcmpi.c,
205         * as/hc08/strcmpi.h,
206         * as/mcs51/strcmpi.c,
207         * as/mcs51/strcmpi.h,
208         * support/Util/strcmpi.c,
209         * support/Util/strcmpi.h: removed files
210         * as/strcmpi.c: added as_strncmpi()
211
212 2007-01-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
213
214         * sdcc.dsw: Added some dependencies on project config.dsp
215
216 2007-01-05 Maarten Brock <sourceforge.brock AT dse.nl>
217
218         * as/link/mcs51/lkarea.c (lnkarea2, lnksect2): replaced [di]seg_ap->a_addr
219           with [di]ram_start to fix a regresion
220
221 2007-01-03 Bernhard Held <bernhard AT bernhardheld.de>
222
223         * configure.in: added missing mcs51 in status output
224         * Makefile.in: add support/regression to SDCC_EXTRA to distclean this
225         directory
226         * debugger/mcs51/clean.mk (distclean): remove config.h
227         * src/clean.mk (clean): remove SDCCy.c, SDCCy.h, SDCClex.c
228         * support/cpp2/Makefile.in (clean): remove s-options, optionlist,
229         options.h, s-options-h and options.c
230         * support/cpp2/clean.mk: unused, removed
231         * Makefile.common.in,
232         * main_in.mk,
233         * as/Makefile.in,
234         * as/hc08/Makefile.in,
235         * as/hc08/clean.mk,
236         * as/mcs51/Makefile.in,
237         * as/mcs51/clean.mk,
238         * as/z80/clean.mk,
239         * as/z80/conf.mk,
240         * as/z80/Makefile.in,
241         * as/z80/clean.mk,
242         * as/link/Makefile.in,
243         * as/link/hc08/Makefile.in,
244         * as/link/hc08/clean.mk,
245         * as/link/mcs51/Makefile.in,
246         * as/link/mcs51/clean.mk,
247         * as/link/z80/Makefile.in,
248         * as/link/z80/clean.mk,
249         * as/link/z80/conf.mk,
250         * debugger/mcs51/Makefile.in,
251         * debugger/mcs51/clean.mk,
252         * device/include/Makefile.in,
253         * device/lib/Makefile.in,
254         * device/lib/mcs51/Makefile.in,
255         * device/lib/pic/Makefile.in,
256         * device/lib/pic/Makefile.common.in,
257         * device/lib/pic/Makefile.subdir,
258         * device/lib/pic/Makefile.rules,
259         * device/lib/pic16/libio/Makefile.in,
260         * device/lib/pic16/Makefile.subdir,
261         * device/lib/pic16/libdev/Makefile.in,
262         * device/lib/pic16/Makefile.rules,
263         * device/lib/pic16/Makefile.common.in,
264         * sim/ucsim/avr.src/Makefile.in,
265         * sim/ucsim/main_in.mk,
266         * sim/ucsim/cmd.src/Makefile.in,
267         * sim/ucsim/doc/Makefile.in,
268         * sim/ucsim/gui.src/Makefile.in,
269         * sim/ucsim/gui.src/obsolete/portmon.src/Makefile.in,
270         * sim/ucsim/gui.src/serio.src/Makefile.in,
271         * sim/ucsim/hc08.src/Makefile.in,
272         * sim/ucsim/libltdl/Makefile.in,
273         * sim/ucsim/s51.src/Makefile.in,
274         * sim/ucsim/sim.src/Makefile.in,
275         * sim/ucsim/sim.src/conf.mk,
276         * sim/ucsim/xa.src/Makefile.in,
277         * sim/ucsim/z80.src/Makefile.in,
278         * src/Makefile.in,
279         * src/clean.mk,
280         * src/port.mk,
281         * support/cpp2/Makefile.in,
282         * support/librarian/Makefile.in,
283         * support/librarian/clean.mk,
284         * support/makebin/Makefile.in,
285         * support/makebin/clean.mk,
286         * support/packihx/Makefile.in,
287         * support/regression/Makefile.in,
288         * support/regression/ports/ds390/spec.mk,
289         * support/regression/ports/gbz80/spec.mk,
290         * support/regression/ports/hc08/spec.mk,
291         * support/regression/ports/mcs51/spec.mk,
292         * support/regression/ports/mcs51-large/spec.mk,
293         * support/regression/ports/mcs51-medium/spec.mk,
294         * support/regression/ports/mcs51-xstack-auto/spec.mk,
295         * support/regression/ports/pic14/spec.mk,
296         * support/regression/ports/pic16/spec.mk,
297         * support/regression/ports/mcs51-stack-auto/spec.mk,
298         * support/regression/ports/ucz80/spec.mk,
299         * support/regression/ports/xa51/spec.mk,
300         * support/regression/ports/z80/spec.mk: fixed for autoconf 2.6x by
301         adding a slash after $(top_builddir) and/or adding @datarootdir@
302         * configure.in,
303         * debugger/mcs51/configure.in,
304         * device/lib/pic/configure.in,
305         * device/lib/pic16/configure.in,
306         * sim/ucsim/configure.in,
307         * support/cpp2/configure.in,
308         * support/packihx/configure.in: changed AC_PREREQ to 2.60
309         * configure,
310         * debugger/mcs51/configure,
311         * device/lib/pic/configure,
312         * device/lib/pic16/configure,
313         * sim/ucsim/configure,
314         * support/cpp2/configure,
315         * support/packihx/configure: generated with autoconf 2.60
316
317 2007-01-02 Maarten Brock <sourceforge.brock AT dse.nl>
318
319         * as/link/hc08/lkihx.c (newArea),
320         * as/link/hc08/lkrloc.c: renamed newArea() to ihxNewArea()
321
322 2007-01-02 Borut Razem <borut.razem AT siol.net>
323
324         * doc/sdccman.lyx: documented #pragma sdcc_hash
325         * support/cpp2/sdcpp.c: allow_naked_hash (value of #pragma sdcc_hash)
326           initialized to 0
327         * support/cpp2/c-ppoutput.c: fixed warning: no newline at end of file
328
329 2007-01-01 Bernhard Held <bernhard AT bernhardheld.de>
330
331         * src/SDCCast.c (createDo): backPatchLabels() needs falseLabel in
332         empty 'while'-loop to work correctly, see regression test 'while.c'
333         * support/regression/tests/while.c: added
334
335 2007-01-01 Borut Razem <borut.razem AT siol.net>
336
337         * support/cpp2/libcpp/directives.c, support/cpp2/libcpp/identifiers.c,
338           support/cpp2/libcpp/init.c, support/cpp2/libcpp/sdcpp-opts.c,
339           support/cpp2/libcpp/sdcpp.c:
340           sdcpp specific pragma/directive/option handling moved to sdcpp.c
341         * doc/sdccman.lyx: reference to the GCC 4.1.1 CPP Manual
342         * support/cpp2/libcpp/mkdeps.c: synchronized with GCC CPP 4.1.1
343
344 2006-12-31 Borut Razem <borut.razem AT siol.net>
345
346         * SDCPP synchronized with GCC CPP release version 4.1.1,
347           currently the latest release:
348         * support/cpp2/libcpp, support/cpp2/libcpp/include,
349           support/cpp2/libcpp/include/cpp-id-data.h
350           support/cpp2/libiberty/fopen_unlocked.c
351           support/cpp2/libiberty/md5.c
352           support/cpp2/md5.h
353           support/cpp2/opt-functions.awk
354           support/cpp2/opt-gather.awk
355           support/cpp2/optc-gen.awk
356           support/cpp2/opth-gen.awk:
357           added
358         * support/cpp2/Makefile.in, support/cpp2/auto-host_vc_in.h,
359           support/cpp2/c-incpath.c, support/cpp2/c-incpath.h,
360           support/cpp2/c-ppoutput.c, support/cpp2/c-pretty-print.c,
361           support/cpp2/c-pretty-print.h, support/cpp2/cppdefault.c,
362           support/cpp2/cppdefault.h, support/cpp2/diagnostic.c,
363           support/cpp2/diagnostic.h, support/cpp2/except.h,
364           support/cpp2/hwint.h, support/cpp2/input.h,
365           support/cpp2/intl.h, support/cpp2/move-if-change,
366           support/cpp2/opts.c, support/cpp2/opts.h,
367           support/cpp2/output.h, support/cpp2/prefix.c,
368           support/cpp2/prefix.h, support/cpp2/pretty-print.c,
369           support/cpp2/pretty-print.h, support/cpp2/sdcpp-opts.c,
370           support/cpp2/sdcpp.c, support/cpp2/sdcpp.dsp,
371           support/cpp2/sdcpp.h, support/cpp2/sdcpp.opt,
372           support/cpp2/sdcppa.dsp, support/cpp2/symcat.h,
373           support/cpp2/version.c:
374           modified
375         * support/cpp2/libcpp/charset.c, support/cpp2/libcpp/directives.c,
376           support/cpp2/libcpp/errors.c, support/cpp2/libcpp/expr.c,
377           support/cpp2/libcpp/files.c, support/cpp2/libcpp/identifiers.c,
378           support/cpp2/libcpp/include/cpplib.h, support/cpp2/libcpp/include/line-map.h,
379           support/cpp2/libcpp/include/mkdeps.h, support/cpp2/libcpp/include/symtab.h,
380           support/cpp2/libcpp/init.c, support/cpp2/libcpp/internal.h,
381           support/cpp2/libcpp/lex.c, support/cpp2/libcpp/line-map.c,
382           support/cpp2/libcpp/macro.c, support/cpp2/libcpp/mkdeps.c,
383           support/cpp2/libcpp/symtab.c, support/cpp2/libcpp/system.h,
384           support/cpp2/libcpp/traditional.c, support/cpp2/libcpp/ucnid.h,
385           support/cpp2/libiberty/hashtab.c, support/cpp2/libiberty/hashtab.h:
386           moved
387         * support/cpp2/cppcharset.c, support/cpp2/cpperror.c,
388           support/cpp2/cppexp.c, support/cpp2/cppfiles.c,
389           support/cpp2/cpphash.c, support/cpp2/cpphash.h,
390           support/cpp2/cppinit.c, support/cpp2/cpplex.c,
391           support/cpp2/cpplib.c, support/cpp2/cpplib.h,
392           support/cpp2/cppmacro.c, support/cpp2/cpptrad.c,
393           support/cpp2/cppucnid.h, support/cpp2/hashtab.c,
394           support/cpp2/hashtab.h, support/cpp2/hashtable.c,
395           support/cpp2/hashtable.h, support/cpp2/line-map.c,
396           support/cpp2/line-map.h, support/cpp2/mkdeps.c,
397           support/cpp2/mkdeps.h, support/cpp2/options_vc_in.c,
398           support/cpp2/options_vc_in.h, support/cpp2/opts.sh,
399           support/cpp2/system.h:
400           deleted / moved
401
402 2006-12-31 Borut Razem <borut.razem AT siol.net>
403
404         * configure.in, configure: fixed bug #1538756: configure dies if bison
405           and flex are not installed, 2nd try
406
407 2006-12-30 Bernhard Held <bernhard AT bernhardheld.de>
408
409         * src/mcs51/peeph.def: renamed rule 400 to 500, moved rule 253.x to
410         400.x for better code in RFE 899102
411
412 2006-12-30 Bernhard Held <bernhard AT bernhardheld.de>
413
414         * src/SDCCpeeph.c (deadMove),
415         * src/port.h,
416         * src/mcs51/peep.h: renamed 'op' by 'reg'
417         * src/mcs51/peep.c (isFunc, isCallerSaveFunc): added,
418         (scan4op): small change for removeDeadMove(), added support for
419         'callee saves' and/or PACLL function calls,
420         (removeDeadMove): added, removes superflous 'mov r%1,%2',
421         (removeDeadPopPush): renamed from mcs51DeadMove(), common parts
422         left in new dispatcher mcs51DeadMove()
423         (mcs51DeadMove): dispatcher for removeDeadPopPush() and new
424         removeDeadMove()
425         * src/mcs51/peeph.def: added rule 301 removing superflous 'mov r%1,%2'
426
427 2006-12-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
428
429         * support/cpp2/options_vc_in.h, support/cpp2/options_vc_in.c,
430           support/cpp2/sdcppa.dsp: create 'options.h' and 'options.c' under MSVC.
431
432 2006-12-30 Borut Razem <borut.razem AT siol.net>
433
434         * support/cpp2/spacs.h: deleted from svn
435         * configure.in, configure: fixed bug #1538756: configure dies if bison
436           and flex are not installed
437
438 2006-12-29 Maarten Brock <sourceforge.brock AT dse.nl>
439
440         * src/z80/gen.c (assignResultValue): fixed bug when registers overlap,
441           with this z80 passes printf float test when enabled
442         * support/regression/tests/bug1057979.c: typo disabled ds390 float test
443
444 2006-12-28 Borut Razem <borut.razem AT siol.net>
445
446         * support/cpp2/config.in, support/cpp2/configure.in,
447           support/cpp2/configure, support/cpp2/Makefile.in:
448           fix for the solaris build
449
450 2006-12-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
451
452         * src/SDCC.y (type_specifier2, pointer),
453         * src/SDCCsymt.h,
454         * src/SDCCsymt.c (mergeSpec, checkSClass),
455         * support/Util/SDCCerr.c,
456         * support/Util/SDCCerr.h: Parse and validate the restrict keyword
457         * support/valdiag/valdiag.py: Allow test cases to specify
458           required language standard
459         * support/valdiag/tests/restrict.c: New file to test restrict keyword
460         * support/valdiag/tests/tentdecl.c: Supress empty source file error
461
462 2006-12-27 Borut Razem <borut.razem AT siol.net>
463
464         * support/cpp2/cppmain.c, support/cpp2/mbchar.[ch]: removed
465         * support/cpp2/libiberty/Makefile.in, support/cpp2/libiberty/sdcpp.dsp:
466           mbchar removed
467         * support/cpp2/libiberty/getpwd.c, support/cpp2/sdcpp.h:
468           fixed for borland C
469         * support/cpp2/libiberty/Makefile.bcc: updated
470         * src/pic16/main.c: fixed #pragma udata handling
471         * src/mcs51/mcs51.dsp: added peep.[ch] to the project
472
473 2006-12-26 Bernhard Held <bernhard AT bernhardheld.de>
474
475         * src/SDCCpeeph.c: made labelHashEntry global,
476         made pcDistance, FBYNAME static,
477         (pcDistance): made static, use isComment and isLabel,
478         (deadMove): added,
479         (getLabelRef): added, extracted from labelRefCount(),
480         (labelRefCount): use new getLabelRef(),
481         (callFuncByName): made static, added deadMove,
482         use isComment and isLabel,
483         (newPeepRule): made static, set isLabel,
484         (isLabelDefinition): added parameter isPeepRule to allow '%' in
485         labels from peephole rules,
486         (buildLabelRefCountHash): speed up by running isLabelDefinition() only
487         when isComment or isLabel is set
488         * src/SDCCpeeph.h: added "isLabel" and "visited" to struct lineNode,
489         added labelHashEntry, isLabelDefinition, labelHash and getLabelRef
490         to make them global
491         * src/mcs51/peep.h: added
492         * src/mcs51/peep.c: added, implements mcs51DeadMove()
493         * src/port.h: added peep->deadMove to port structure
494         * src/mcs51/main.c: initialize peep->deadMove with mcs51DeadMove
495         * src/mcs51/peeph.def: renumbered rule 300 to 400, added new rule 300
496         deadMove, finally removed no. 1 and 2
497         * src/mcs51/gen.c,
498         * src/pic/gen.c,
499         * src/z80/gen.c,
500         * src/z80/ralloc.c,
501         * src/pic16/gen.c,
502         * src/ds390/gen.c,
503         * src/hc08/gen.c: mark lines with isComment or isLabel
504         * sim/ucsim/s51.src/uc390hw.cc: don't waist 65535 ticks before CKRDY
505         * .version,
506         * sdcc.spec: bumped version to 2.6.3
507
508 2006-12-26 Borut Razem <borut.razem AT siol.net>
509
510         * support/cpp2/Makefile.in: added dependency on options.h
511         * configure: regenerated
512         * support/cpp2/sdcpp.opt, support/cpp2/move-if-change: svn:eol-style native
513         * support/cpp2/Makefile.in: added vasprintf.c
514
515 2006-12-25 Borut Razem <borut.razem AT siol.net>
516
517         * SDCPP synchronized with GCC CPP release version 3.4.6,
518           the latest release before 4.x:
519         * support/cpp2/Makefile.in, support/cpp2/config.h,
520           support/cpp2/configure, support/cpp2/configure.in,
521           support/cpp2/cppdefault.c, support/cpp2/cppdefault.h,
522           support/cpp2/cpperror.c, support/cpp2/cppexp.c,
523           support/cpp2/cppfiles.c, support/cpp2/cpphash.c,
524           support/cpp2/cpphash.h, support/cpp2/cppinit.c,
525           support/cpp2/cpplex.c, support/cpp2/cpplib.c,
526           support/cpp2/cpplib.h, support/cpp2/cppmacro.c,
527           support/cpp2/cpptrad.c, support/cpp2/except.h,
528           support/cpp2/hashtable.c, support/cpp2/hashtable.h,
529           support/cpp2/hwint.h, support/cpp2/intl.h,
530           support/cpp2/line-map.c, support/cpp2/line-map.h,
531           support/cpp2/mkdeps.c, support/cpp2/mkdeps.h,
532           support/cpp2/output.h, support/cpp2/prefix.c,
533           support/cpp2/prefix.h, support/cpp2/sdcpp.dsp,
534           support/cpp2/system.h, support/cpp2/version.c:
535           modified
536         * support/cpp2/c-incpath.c, support/cpp2/c-incpath.h,
537           support/cpp2/c-ppoutput.c, support/cpp2/c-pretty-print.c,
538           support/cpp2/c-pretty-print.h, support/cpp2/cppcharset.c,
539           support/cpp2/cppucnid.h, support/cpp2/diagnostic.c,
540           support/cpp2/diagnostic.def, support/cpp2/diagnostic.h,
541           support/cpp2/hashtab.c, support/cpp2/hashtab.h,
542           support/cpp2/input.h, support/cpp2/libiberty/getpwd.c,
543           support/cpp2/libiberty/vasprintf.c, support/cpp2/libiberty/xmemdup.c,
544           support/cpp2/move-if-change, support/cpp2/opts.c,
545           support/cpp2/opts.h, support/cpp2/opts.sh,
546           support/cpp2/pretty-print.c, support/cpp2/pretty-print.h,
547           support/cpp2/sdcpp.opt, support/cpp2/sdcpp-opts.c,
548           support/cpp2/win32, support/cpp2/win32/dirent.c,
549           support/cpp2/win32/dirent.h:
550           added
551         * support/cpp2/sdcpp.c: renamed from sdcppmain.c
552         * support/cpp2/sdcpp.h: renamed from sdcc.h
553         * sdcppinit.c: deleted
554
555 2006-12-23 Borut Razem <borut.razem AT siol.net>
556
557         * support/cpp2/cpphash.h, support/cpp2/cpplex.c,
558           support/cpp2/cpplib.[ch], support/cpp2/sdcppinit.c, doc/sdccman.lyx,
559           preproc.c: an other try to fix bug #982435: introduced
560           -pedantic-parse-number command line option and pedantic_parse_number
561           pragma
562
563 2006-12-21 Maarten Brock <sourceforge.brock AT dse.nl>
564
565         * as/link/mcs51/lkarea.c (lnkarea2): handle absolute areas, restructured
566            BSEG handling,
567           (lnksect2): use --data-loc and --idata-loc as lower bound for ramstart,
568            corrected overlayed areax addresses, warn about memory overlaps
569         * as/mcs51/asmain.c (asmbl): create a new area for every .org directive
570         * src/avr/main.c,
571         * src/ds390/main.c,
572         * src/hc08/main.c,
573         * src/mcs51/main.c,
574         * src/pic16/main.c,
575         * src/pic/main.c,
576         * src/xa51/main.c,
577         * src/z80/main.c,
578         * src/port.h: added xabs_name and iabs_name
579         * src/SDCCglue.c (emitRegularMap): allocate for absolutes with initializer
580           (glue, emitMaps): create and emit maps d_abs and i_abs
581         * src/SDCCglue.h: cosmetic changes
582         * src/SDCCmain.c (setDefaultOptions): idata can start below 0x80
583         * src/SDCCmem.h,
584         * src/SDCCmem.c (initMem): added x_abs, i_abs and d_abs
585           (allocDefault): put absolute, initialized globals in them
586         * support/regression/tests/absolute.c: added absolute bdata test
587         * device/lib/printf_large.c (output_float): moved fpBuffer to stack/xdata
588
589 2006-12-20 Borut Razem <borut.razem AT siol.net>
590
591         * support/cpp2/cpphash.h, support/cpp2/cpplex.c: fixed bug #982435
592         * support/regression/tests/preproc.c: renamed from bug-1351710.c,
593           added regression test for bug #982435
594
595 2006-12-18 Borut Razem <borut.razem AT siol.net>
596
597         * src/SDCCutil.c: fixed a bug in (get_pragma_token)
598         * src/pic16/main.c, src/SDCC.lex, src/z80/main.c:
599           small cosmetic changes
600         * src/SDCC.lex: (stringLiteral) fixed bug #1351710
601         * support/regression/tests/bug-1351710.c: added regression test
602
603 2006-12-18 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
604
605         * doc/sdccman.lyx: added the long missed iCode table
606           "<where is figure II?>", added links to wiki
607
608 2006-12-17 Borut Razem <borut.razem AT siol.net>
609
610         * doc/sdccman.lyx, src/pic16/main.c, src/pic/main.c, src/port.h,
611           src/SDCC.lex, src/SDCCutil.[ch], src/z80/main.c,
612           support/Util/SDCCerr.[ch]: removed deprecated pragmas,
613           unified table driven pragma handling, pragma argument type checking
614         * support/Util/dbuf.c: (dbuf_set_size) allow to set size equal to the
615           current one - version 1.1.3
616         * src/SDCCmain.c: (setParseWithComma) substituted brain damaged strtok
617
618 2006-12-13 Raphael Neider <rneider AT web.de>
619
620         * src/pic/device.h: removed AssignedMemory structure and macros
621         * src/pic/device.c: removed global finalMapping (linker assigns
622             memory locations),
623           (register_map): add SFRs to remembered memRanges
624           (addMemRange,isSFR,dump_map,dump_sfr,mapRegister,assignRegister,
625           assignFixedRegisters,assignRelocatableRegisters): removed,
626           (setMaxRAM,validAddress): adapted accordingly,
627           (pic14_hasSharebank,pic14_getSharedStack): only report and use
628             reasonably sized sharebanks,
629         * src/pic/ralloc.c (writeUsedRegs): stripped down (remove?),
630           (allDefsOutOfRange): removed unused code,
631         * src/pic/main.c (_process_pragma): removed memmap/maxram pragma
632             handling
633         * src/pic/pcode.c (register_reassign): removed recursion warning,
634             fired far too often,
635         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap): modified
636             to use existing pic14_stringInSet() to avoid duplicate symbols,
637             tidied up the code a bit,
638           (pic14printLocals): added in symmetry to printExterns, replaces
639             writeUsedRegs more or less,
640           (picglue): call new pic14_printLocals(),
641         * device/include/pic/pic*.h: removed #pragma memmap directives,
642             information gathered from include/pic/pic14devices.txt
643         * support/scripts/inc2h.pl: do not emit #pragma memmap lines
644
645 2006-12-10 Maarten Brock <sourceforge.brock AT dse.nl>
646
647         * device/include/mcs51/C8051F520.h: fixed buggy CPT0MX
648
649 2006-12-11 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
650
651         * device/include/mcs51/cc2430.h: fixed missing ';'
652
653 2006-12-10 Raphael Neider <rneider AT web.de>
654
655         * device/lib/pic16/libc/stdio/vfprintf.c,
656         * device/lib/pic16/libc/stdio/printf_small.c,
657         * device/lib/pic16/libc/stdio/printf_timy.c: pop int from stack for
658           char arguments, as char varargs are cast to int by the caller,
659           hopefully fixes #1604915 (other device libraries are still affected)
660
661 2006-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
662
663         * src/mcs51/ralloc.c (packRegsForAssign),
664         * src/hc08/ralloc.c (packRegsForAssign): fixed bug #1605880
665
666 2006-12-10 Maarten Brock <sourceforge.brock AT dse.nl>
667
668         * device/include/malloc.h: removed init_dynamic_memory
669         * device/lib/malloc.c: made init_dynamic_memory static and automatically
670           call it once from malloc. Also use _sdcc_heap[] from _heap.c
671         * device/lib/_heap.c: new, added, contains _sdcc_heap[]
672         * device/lib/libsdcc.lib,
673         * device/lib/Makefile.in,
674         * support/regression/ports/mcs51-xstack-auto/spec.mk: added _heap.c
675         * doc/sdccman.lyx: documented use of new _heap.c
676         * support/regression/tests/malloc.c: removed init_dynamic_memory
677         * src/cdbFile.c(spacesToUnderscores): new function,
678           (cdbWriteEndFunction, cdbWriteCLine): use spacesToUnderscores, fixes bug
679           1068030
680         * device/include/tinibios.h: removed defines for putchar and getchar
681         * device/lib/ds390/Makefile.in: added putchar.c
682         * device/lib/ds390/putchar.c: new, added, fixes bug 1465671
683
684 2006-12-09 Borut Razem <borut.razem AT siol.net>
685
686         * support/cpp2/sdcc.h: prevent multiple inclusion
687         * support/cpp2/options.h: deleted
688
689 2006-12-08 Borut Razem <borut.razem AT siol.net>
690
691         * support/cpp2/sdcc.h: removed x*alloc() macros
692         * support/cpp2/libiberty.h: uncommented out x*alloc() declarations
693         * support/cpp2/Makefile.bcc, support/cpp2/Makefile.in,
694           support/cpp2/sdcpp.sdc: x*alloc files added to the project
695         * support/cpp2/system.h: moved #include "sdcc.h"
696         * support/cpp2/libiberty/xexit.c, support/cpp2/libiberty/xmalloc.c,
697           support/cpp2/libiberty/xstrdup.c, support/cpp2/libiberty/xstrerror.c:
698           added
699         * support/cpp2/sdcppinit.c: added -isysroot, -fsigned-char,
700           -funsigned-char options
701         * support/cpp2/sdcppmain.c: fixed bug 1611411
702
703 2006-12-07 Borut Razem <borut.razem AT siol.net>
704
705         * support/cpp2/cpplib.c: reverted sdcpp special handling of _Pragma()
706           directive
707
708 2006-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
709
710         * src/SDCCsymt.c (addDecl): fixed bug 1609244
711         * src/SDCCmain.c (linkEdit): fixed bug 1609279
712         * doc/sdccman.lyx,
713         * .version: bumped to 2.6.2 because a) it's been a while
714           b) the linker sources have moved c) the preprocessor is upgraded
715
716 2006-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
717
718         * support/regression/tests/snprintf.c: some checks
719         * lib/src/printf_large.c: %bc: read char instead of int from stack
720
721 2006-12-03 Maarten Brock <sourceforge.brock AT dse.nl>
722
723         * device/include/mcs51/cc2430.h: inserted _XPAGE
724
725 2006-12-02 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
726
727         * device/include/mcs51/cc2430.h: added
728
729 2006-12-02 Maarten Brock <sourceforge.brock AT dse.nl>
730
731         * device/include/asm/default/features.h,
732         * device/include/asm/ds390/features.h,
733         * device/include/mcs51/at89s53.h,
734         * device/include/ser.h,
735         * device/include/ser_ir.h,
736         * device/include/serial.h: changed keywords to double underscore variants,
737           fixes bug 1590261 some more, thanks Steven Borley
738
739 2006-12-01 Raphael Neider <rneider AT web.de>
740
741         * src/pic/pcode.c (register_reassign): do not crash on recursive code
742           but emit warning (recursion is not supported for pic14)
743
744 2006-11-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
745
746         * src/mcs51/peeph.def: added 101.a,b (moves to int/long xdata)
747         * doc/sdccman.lyx: various small changes, acknowledged Sourceforge
748
749 2006-11-30 Raphael Neider <rneider AT web.de>
750
751         * src/pic/device.c (dump_sfr): always emit symbols
752         * src/pic/glue.c (pic14printPublics): fixed typo
753
754 2006-11-30 Raphael Neider <rneider AT web.de>
755
756         * src/pic/device.c (create_pic,ram_map): add memRange entries to PIC
757           (pic14_getSharebankSize, pic14_getSharebankAddress): replaced with
758           (pic14_hasSharebank,pic14_isShared,pic14_allRAMShared,
759            pic14_getSharedStack): NEW, evaluate the memRange entries to locate
760            a sharebank, use a non-shared bank for the stack if none available
761         * src/pic/device.h (struct memRange): added linked list next field,
762           added prototypes for above functions
763         * src/pic/ralloc.c (initStack): handle shared and banked stacks,
764           (typeRegWithIdx): accept fixed and unfixed stack registers
765         * src/pic/pcode.c (pCodeInitRegisters): use new functions to create
766           the stack, handle shared and banked stack (except for WSAVE),
767           (insertBankSel): removed useless optimization (will never fire),
768           (FixRegisterBanking): added optimization for devices with only one
769           possibly aliased bank of memory, like 16f84
770         * src/pic/glue.c (pic14_constructAbsMap): back to udata_ovr, as some
771           devices have no SHAREBANK in the linker script
772         * device/include/pic/pic14devices.txt: documented memmap
773         * device/lib/pic/libdev/Makefile.in: removed --stack-loc again
774
775 2006-11-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
776
777         * src/hc08/gen.c (transferRegReg, loadRegFromAop, forceStackedAop,
778           storeRegToAop, freeAsmop, genPlusIncr, genPlus, genPointerGetSetOfs,
779           genAnd, genOr, genXor, genLeftShiftLiteral, genRightShiftLiteral,
780           genhc08Code): switched most of the D (debug) macros to DD (detailed
781           debug) macros to better control clutter in the generated .asm file.
782         * src/hc08/gen.c: (forceStackedAop, genUminus, genLeftShift,
783           genRightShift): fixed bug with non-constant bit shift stored to
784           a volatile result (SF Open Discussion forum thread #1616749).
785           Single byte case is not yet optimized.
786
787 2006-11-28 Maarten Brock <sourceforge.brock AT dse.nl>
788
789         * device/include/asm/mcs51/features.h,
790         * device/include/malloc.h,
791         * device/include/stdio.h: changed keywords to double underscore variants,
792           fixes bug 1590261
793
794 2006-11-27 Borut Razem <borut.razem AT siol.net>
795
796         * support/cpp2/cppexp.c, support/cpp2/hashtable.h,
797           support/cpp2/Makefile.in, support/cpp2/cppfiles.c,
798           support/cpp2/output.h, support/cpp2/cppinit.c,
799           support/cpp2/cpplib.c, support/cpp2/cpplib.h,
800           support/cpp2/Makefile.bcc, support/cpp2/cpphash.c,
801           support/cpp2/cppdefault.c, support/cpp2/system.h,
802           support/cpp2/cpphash.h, support/cpp2/cpplex.c,
803           support/cpp2/cppdefault.h, support/cpp2/mbchar.c,
804           support/cpp2/prefix.c, support/cpp2/except.h,
805           support/cpp2/hwint.h, support/cpp2/cppmacro.c,
806           support/cpp2/line-map.h, support/cpp2/sdcpp.dsp,
807           support/cpp2/sdcc.h, support/cpp2/mkdeps.c,
808           support/cpp2/version.c, support/cpp2/cppmain.c,
809           support/cpp2/version.h, support/cpp2/hashtable.c,
810           support/cpp2/cpperror.c:
811           synchronized with GCC CPP release version 3.3.6,
812           the latest where cppmain.c still exists.
813         * support/cpp2/cpptrad.c, support/cpp2/sdcppmain.c,
814           support/cpp2/sdcppinit.c: added
815
816 2006-11-27 Borut Razem <borut.razem AT siol.net>
817
818         * support/cpp2/cpplex.c:
819           fixed _asm ... _endasm handling bug, introduce with GCC CPP
820           synchronization
821         * support/cpp2/cpplib.c: removed definitions of unused variables
822
823 2006-11-26 Borut Razem <borut.razem AT siol.net>
824
825         * support/cpp2/libiberty.h: commented out x*alloc() declarations
826           since they are redefined by macros in support/cpp2/sdcc.h
827         * support/cpp2/sdcc.h: x*alloc macro redefinition
828
829 2006-11-25 Borut Razem <borut.razem AT siol.net>
830
831         * support/cpp2/cppexp.c, support/cpp2/hashtable.h,
832           support/cpp2/configure, support/cpp2/Makefile.in,
833           support/cpp2/cppfiles.c, support/cpp2/output.h,
834           support/cpp2/cppinit.c, support/cpp2/cpplib.c,
835           support/cpp2/config.h, support/cpp2/cpplib.h,
836           support/cpp2/Makefile.bcc, support/cpp2/cpphash.c,
837           support/cpp2/cppdefault.c, support/cpp2/config.in,
838           support/cpp2/system.h, support/cpp2/cpplex.c,
839           support/cpp2/cpphash.h, support/cpp2/mbchar.c,
840           support/cpp2/cppdefault.h, support/cpp2/prefix.c
841           support/cpp2/hwint.h, support/cpp2/mbchar.h,
842           support/cpp2/prefix.h, support/cpp2/cppmacro.c,
843           support/cpp2/configure.in, support/cpp2/intl.h,
844           support/cpp2/sdcpp.dsp, support/cpp2/acconfig.h,
845           support/cpp2/sdcc.h, support/cpp2/mkdeps.c,
846           support/cpp2/version.c, support/cpp2/cppmain.c,
847           support/cpp2/ansidecl.h, support/cpp2/libiberty.h,
848           support/cpp2/hashtable.c, support/cpp2/aclocal.m4,
849           support/cpp2/cpperror.c,
850           support/cpp2/libiberty/safe-ctype.c,
851           support/cpp2/libiberty/safe-ctype.h,
852           support/cpp2/libiberty/splay-tree.c,
853           support/cpp2/libiberty/obstack.c,
854           support/cpp2/libiberty/lbasename.c,
855           support/cpp2/libiberty/splay-tree.h,
856           support/cpp2/libiberty/obstack.h:
857           synchronized with GCC CPP release version 3.2.3,
858           the latest before integration of cpp into gcc
859         * support/cpp2/except.h, support/cpp2/line-map.c,
860           support/cpp2/line-map.h,
861           support/cpp2/libiberty/hex.c,
862           support/cpp2/libiberty/concat.c,
863           support/cpp2/libiberty/filenames.h: added
864         * support/cpp2/intl.c: deleted
865
866 2006-11-24 Borut Razem <borut.razem AT siol.net>
867
868         * src/SDCC.y: enabled compilation of empty source file
869         * support/Util/SDCCerr.[ch]: added sdcc warning 190 -
870           "ISO C forbids an empty source file"
871         * device/lib/_startup.c, device/lib/printf_tiny.c: disable warning 190
872           if all the code is ifdefed out.
873
874 2006-11-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
875
876         * src/hc08/gen.c (genPcall): fix for bug #1601032
877
878 2006-11-23 Maarten Brock <sourceforge.brock AT dse.nl>
879
880         * device/include/mcs51/c8051f000.h, device/include/mcs51/C8051F000.h,
881         * device/include/mcs51/c8051f018.h, device/include/mcs51/C8051F018.h,
882         * device/include/mcs51/c8051f020.h, device/include/mcs51/C8051F020.h,
883         * device/include/mcs51/c8051f040.h, device/include/mcs51/C8051F040.h,
884         * device/include/mcs51/c8051f060.h, device/include/mcs51/C8051F060.h,
885         * device/include/mcs51/c8051f120.h, device/include/mcs51/C8051F120.h,
886         * device/include/mcs51/c8051f200.h, device/include/mcs51/C8051F200.h,
887         * device/include/mcs51/c8051f300.h, device/include/mcs51/C8051F300.h,
888         * device/include/mcs51/c8051f310.h, device/include/mcs51/C8051F310.h,
889         * device/include/mcs51/c8051f320.h, device/include/mcs51/C8051F320.h,
890         * device/include/mcs51/c8051f326.h, device/include/mcs51/C8051F326.h,
891         * device/include/mcs51/c8051f330.h, device/include/mcs51/C8051F330.h,
892         * device/include/mcs51/c8051f340.h, device/include/mcs51/C8051F340.h,
893         * device/include/mcs51/c8051f350.h, device/include/mcs51/C8051F350.h,
894         * device/include/mcs51/c8051f410.h, device/include/mcs51/C8051F410.h:
895           Renamed to all upper case as per the standard set by SiLabs
896
897 2006-11-23 Maarten Brock <sourceforge.brock AT dse.nl>
898
899         * device/include/mcs51/C8051F520.h: new, added
900         * device/include/mcs51/compiler.h: added link about predefined macros
901
902 2006-11-23 Raphael Neider <rneider AT web.de>
903
904         * src/regression/Makefile: add -L path to fresh library
905         * src/regression/simulate: emphasize FAILED output
906         * src/regression/create_stc: output _failures from gpsim
907         * src/regression/compare4.c,
908         * src/regression/rotate6.c: fixed char literals,
909           all compile, all run =8-D
910
911         * src/pic/pcode.h: added isPCASMDIR macro
912         * src/pic/gen.c (genAnd): fixed bit offset
913         * src/pic/ralloc.c (allocNewDirReg,allocDirReg,allocRegByName,
914           packBits): unified register numbering schemes,
915           (newReg): do not insert stack registers into hash table,
916           (initStack): unpinned pseudo stack, simplified,
917           (typeRegWithIdx): fixed retrieval of stack registers,
918         * src/pic/pcode.c (addpCodeComment,sameBank): added,
919           (pCodeReplace): removed invalid assertion,
920           (insertPCodeInstruction): fixed newly added labels,
921           (insertBankSwitch,BankSelect,IsBankChange,DoBankSelect,
922           FixRegisterBankingInFlow,compareBankFlow,FixBankFlow,
923           DumpFlow): removed unsed (broken?) code,
924           (insertBankSel): prevent STATUS from being BANKSELed,
925           (FixRegisterBanking): rewritten from scratch, implemented generic
926             optimizations (suppress BANKSELs to same register and to registers
927             present in all banks),
928           (AnalyzeBanking): update flow after BANKSELection
929
930         * src/pic/glue.c (pic14_constructAbsMap): emit pseudo stack in
931             sharebank, let linker place it, mark STKxx symbols as emitted
932
933 2006-11-21 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
934
935         * src/regression/arrays.c,
936         * src/regression/bank1.c,
937         * src/regression/bool2.c,
938         * src/regression/compare7.c,
939         * src/regression/compare8.c,
940         * src/regression/compare9.c,
941         * src/regression/compare10.c,
942         * src/regression/configword.c,
943         * src/regression/for.c,
944         * src/regression/mult1.c,
945         * src/regression/pointer1.c,
946         * src/regression/rotate6.c,
947         * src/regression/string1.c,
948         * src/regression/struct1.c,
949         * src/regression/Makefile: make PIC14 regression tests run again
950           (3 fail, 6 won't compile)
951
952 2006-11-21 Raphael Neider <rneider AT web.de>
953
954         * device/include/pic16/pic18f4550.h,
955         * device/include/pic16/pic18f4455.h,
956         * device/lib/pic16/libdev/pic18f4550.c,
957         * device/lib/pic16/libdev/pic18f4455.c: fixed #1578591 and #1595144
958         * configure.in: removed superfluous closing bracket
959
960 2006-11-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
961
962         * device/lib/expf.c: Fixed bug 1599523: result of expf(x) is
963           always positive.
964
965 2006-11-21 Raphael Neider <rneider AT web.de>
966
967         * src/pic/device.{c,h}: added pic14_getPIC()
968         * src/pic/gen.c (continueIfTrue,jumpIfTrue): added PIC code,
969           (genAnd): added PIC code for one case, fixes #1597044
970         * src/pic/pcode.c (BankSelect): Ohoh, added generic optimization for
971           SFRs that are present in all banks (e.g., STATUS)
972
973 2006-11-20 Raphael Neider <rneider AT web.de>
974
975         * src/pic/pcode.c: changed inverted ops for DECFSZ/DECFSZW and
976           INCFSZ/INCFSZW and declared them as changing Z bit,
977           (insertPCodeInstruction): correctly invert the above instructions,
978           fixes #1599333,
979           (DoBankSelect): don't panic on po_immediates
980
981 2006-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
982
983         * as/link/aslink.h,
984         * as/link/mcs51/lkihx.c (newArea),
985         * as/link/mcs51/lkrloc.c: renamed newArea() to ihxNewArea()
986         * as/link/mcs51/lkihx.c (ihx): output reset vector as start address
987
988 2006-11-11 Raphael Neider <rneider AT web.de>
989
990         * src/pic/pcode.c (newpCodeOpBit): search SymbolTab for referenced
991           bitfield symbols, fixes #1579535 (once more...).
992
993 2006-11-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
994
995         * support/regression/generate-cases.py,
996         * support/regression/fwk/include/testfwk.h,
997         * support/regression/fwk/lib/testfwk.c: used code pointers,
998           (about 50kByte less code generated for mcs51)
999
1000 2006-11-06 Borut Razem <borut.razem AT siol.net>
1001
1002         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
1003           debugger/mcs51/configure: fixed failed check because the function
1004           rl_function_of_keyseq isn't in Readline 5.2. Thanks to Ilya Goldberg
1005           who submitted the patch for gpsim.
1006         * debugger/mcs51/configure.in: removed the result message
1007         * debugger/mcs51/Makefile.in: fixed the config.status warning
1008           "... seems to ignore the --datarootdir setting"
1009
1010 2006-11-03 Maarten Brock <sourceforge.brock AT dse.nl>
1011
1012         * device/include/mcs51/c8051f020.h,
1013         * device/include/mcs51/c8051f040.h,
1014         * device/include/mcs51/c8051f060.h,
1015         * device/include/mcs51/c8051f120.h: added PS0, fixed bug 1589279
1016         * src/z80/gen.c (gencjneshort),
1017         * src/z80/peeph.def: applied patch 1571373, thanks Philipp Krause
1018
1019 2006-10-31 Borut Razem <borut.razem AT siol.net>
1020
1021         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
1022           debugger/mcs51/configure: get readline version
1023
1024 2006-10-30 Borut Razem <borut.razem AT siol.net>
1025
1026         * debugger/mcs51/sdcdb.c: replaced hardcoded "/" with DIR_SEPARATOR_STRING
1027         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
1028           debugger/mcs51/configure: locate readline even when cross compiling
1029         * support/scripts/sdcc.nsi: include readline5.dll into the setup package
1030
1031 2006-10-29 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1032
1033         * device/include/mcs51/serial_IO.h: putchar() and getchar() using
1034           serial port.
1035
1036 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
1037
1038         * device/include/malloc.h,
1039         * device/lib/calloc.c,
1040         * device/lib/free.c,
1041         * device/lib/malloc.c,
1042         * device/lib/realloc.c: moved definition of struct into sources
1043         * support/regression/tests/malloc.c: use void* for init_dynamic_memory()
1044
1045 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
1046
1047         * as/asx8051.dsp: corrected output directories
1048         * as/link/hc08: new directory for hc08 linker
1049         * as/hc08/aslink.h,             as/link/aslink.h,
1050         * as/hc08/aslink.mak,           as/link/hc08/aslink.mak,
1051         * as/hc08/clean.mk,             as/link/hc08/clean.mk,
1052         * as/hc08/link_hc08.dsp,        as/link/hc08/link_hc08.dsp,
1053         * as/hc08/lkaomf51.c,           as/link/hc08/lkaomf51.c,
1054         * as/hc08/lkarea.c,             as/link/hc08/lkarea.c,
1055         * as/hc08/lkdata.c,             as/link/hc08/lkdata.c,
1056         * as/hc08/lkelf.c,              as/link/hc08/lkelf.c,
1057         * as/hc08/lkihx.c,              as/link/hc08/lkihx.c,
1058         * as/hc08/lklibr.c,             as/link/hc08/lklibr.c,
1059         * as/hc08/lkmain.c,             as/link/hc08/lkmain.c,
1060         * as/hc08/lkmem.c,              as/link/hc08/lkmem.c,
1061         * as/hc08/lkrloc.c,             as/link/hc08/lkrloc.c,
1062         * as/hc08/lks19.c,              as/link/hc08/lks19.c,
1063         * as/hc08/Makefile.aslink,      as/link/hc08/Makefile.aslink,
1064         * as/hc08/Makefile.bcc,         as/link/hc08/Makefile.bcc,
1065         * as/hc08/Makefile.in,          as/link/hc08/Makefile.in,
1066         * as/link/hc08/conf.mk,
1067         * configure,
1068         * configure.in,
1069         * Makefile.in,
1070         * sdcc.dsw: moved hc08 linker to as/link/hc08
1071         * as/hc08/lkeval.c,     as/link/mcs51/lkeval.c,     as/link/lkeval.c,
1072         * as/hc08/lkhead.c,     as/link/mcs51/lkhead.c,     as/link/lkhead.c,
1073         * as/hc08/lklex.c,      as/link/mcs51/lklex.c,      as/link/lklex.c,
1074         * as/hc08/lklist.c,     as/link/mcs51/lklist.c,     as/link/lklist.c,
1075         * as/hc08/lknoice.c,    as/link/mcs51/lknoice.c,    as/link/lknoice.c,
1076         * as/hc08/lksym.c,      as/link/mcs51/lksym.c,      as/link/lksym.c,
1077         * as/link/mcs51/aslink.dsp,
1078         * as/link/mcs51/Makefile.in: factored out the common files
1079         * as/hc08/lkstore.c: deleted, use the one already in as/link/
1080         * as/clean.mk: extra cleaning common files
1081         * as/link/mcs51/strcmpi.c,      as/strcmpi.c: moved
1082         * as/link/mcs51/strcmpi.h: deleted, moved protoype to aslink.h
1083         * as/mcs51/asm.h: include sdccconf.h or sdcc_vc.h
1084
1085 2006-10-29 Raphael Neider <rneider AT web.de>
1086
1087         * src/pic/ralloc.c (newReg): create aliases for registers with
1088           multiple names to fix #1579535 and #1584001,
1089           (regWithIdx,dirregWithName): resolve aliases on lookup
1090         * src/pic/pcode.c (DoBankSelect): die with error message on failing
1091           bankselect
1092         * device/lib/pic/libdev/Makefile.in: move pseudo stack down to 0x4f
1093           to prevent build errors on small devices
1094
1095 2006-10-28 Raphael Neider <rneider AT web.de>
1096
1097         * src/pic/gen.c (genFunction,genCall): drop "same code page"
1098           assumption within interrupt handlers, fixes #1584940
1099         * src/pic/glue.c (pic14_constructAbsMap): mark absolute symbols as
1100           "emitted" to avoid emitting them again in udata
1101
1102 2006-10-27 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1103
1104         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
1105         Removed.
1106
1107 2006-10-26 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1108
1109         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
1110         Initialize uart only if SM0 and SM1 are zero.  Also, use flag to turn
1111         on/off CR to CRLF conversion.
1112
1113 2006-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1114
1115         * doc/sdccman.lyx: updated IRQ section
1116
1117 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1118
1119         * device/lib/serial_io.c: removed
1120         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c
1121         replacements for serial_io.c
1122
1123 2006-10-24 Maarten Brock <sourceforge.brock AT dse.nl>
1124
1125         * src/z80/main.c (_process_pragma, _parseOptions): fixed bug 1583318
1126
1127 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1128
1129         * device/lib/serial_io.c: Default putchar() and getchar() for
1130           mcs51 uses serial port.
1131
1132 2006-10-23 Maarten Brock <sourceforge.brock AT dse.nl>
1133
1134         * src/mcs51/gen.c (movc): improved check for 0 and 1, see RFE 1582704
1135
1136 2006-10-23 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1137
1138         * support/regression/ports/mcs51/support.c: smaller
1139         _sdcc_external_startup()
1140         * device/lib/mcs51/crtxclear.asm: don't check high byte of l_PSEG
1141
1142 2006-10-20 Maarten Brock <sourceforge.brock AT dse.nl>
1143
1144         * device/lib/gbz80/crt0.s,
1145         * device/lib/gbz80/crt0_rle.s,
1146         * device/lib/gbz80/div.s,
1147         * device/lib/gbz80/fstubs.s,
1148         * device/lib/gbz80/heap.s,
1149         * device/lib/gbz80/mul.s,
1150         * device/lib/gbz80/putchar.s,
1151         * device/lib/gbz80/stubs.s,
1152         * device/lib/z80/crt0.s,
1153         * device/lib/z80/crt0_rle.s,
1154         * device/lib/z80/div.s,
1155         * device/lib/z80/fstubs.s,
1156         * device/lib/z80/heap.s,
1157         * device/lib/z80/mul.s,
1158         * device/lib/z80/putchar.s,
1159         * device/lib/z80/stubs.s: reverted, I was mistaken
1160
1161 2006-10-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1162
1163         * src/mcs51/peeph.def: peephole 238.x added check for notvolatile
1164         * support/regression/ports/mcs51/support.c: removed race
1165         condition on TI in _putchar allowing to use serial port mode 0
1166
1167 2006-10-20 Borut Razem <borut.razem AT siol.net>
1168
1169         * debugger/mcs51/sdcdb.c: replaced isblank() with isspace()
1170
1171 2006-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
1172
1173         * device/lib/gbz80/crt0.s,
1174         * device/lib/gbz80/crt0_rle.s,
1175         * device/lib/gbz80/div.s,
1176         * device/lib/gbz80/fstubs.s,
1177         * device/lib/gbz80/heap.s,
1178         * device/lib/gbz80/mul.s,
1179         * device/lib/gbz80/putchar.s,
1180         * device/lib/gbz80/stubs.s,
1181         * device/lib/z80/crt0.s,
1182         * device/lib/z80/crt0_rle.s,
1183         * device/lib/z80/div.s,
1184         * device/lib/z80/fstubs.s,
1185         * device/lib/z80/heap.s,
1186         * device/lib/z80/mul.s,
1187         * device/lib/z80/putchar.s,
1188         * device/lib/z80/stubs.s: removed all leading underscores from area names
1189
1190 2006-10-17 Maarten Brock <sourceforge.brock AT dse.nl>
1191
1192         * support/regression/ports/mcs51/support.c: use highest baudrate so the
1193           regression tests are not waiting in the simulator for simulated
1194           transmission of debug output
1195
1196 2006-10-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1197
1198         * device/lib/printf_large.c: slightly smaller
1199         * doc/sdccman.lyx: do not use spaces within html links
1200
1201 2006-10-16 Borut Razem <borut.razem AT siol.net>
1202
1203         * configure.in, configure, sdccconf_in.h, src/SDCCglobal,
1204           debugger/mcs51/Makefile.in, debugger/mcs51/sdcdb.[ch],
1205           debugger/mcs51/aclocal.m4, debugger/mcs51/acinclide.m4,
1206           debugger/mcs51/config.h.in, debugger/mcs51/configure.in,
1207           debugger/mcs51/configure:
1208           [ 1185668 ] add gnu readline support to sdcdb - enabled
1209
1210 2006-10-16 Raphael Neider <rneider AT web.de>
1211
1212         * src/pic/pcode.c (BankSelect): another fix on (partial) BANKSELs,
1213           fixes #1577882, removes close to all banking optimizations
1214
1215 2006-10-15 Maarten Brock <sourceforge.brock AT dse.nl>
1216
1217         * src/SDCCsymt.c (checkSClass): no error for uninitialised absolute
1218           variables in code memory
1219         * support/regression/tests/absolute.c: added test for this
1220
1221 2006-10-15 Raphael Neider <rneider AT web.de>
1222
1223         * src/pic/pcode.c (InsertBankSel): suppress BANKSELs for one bank
1224           devices,
1225           (BankSelect): emit BANKSEL before touching linker-placed regs,
1226           fixes #1570934
1227
1228 2006-10-10 Raphael Neider <rneider AT web.de>
1229
1230         * src/SDCCmain.c (optionsTable): accept --stack-size for PICs,
1231         * src/pic/device.c (pic14_getSharebankSize,pic14_getSharebankAddress),
1232         * src/pic/main.c (_pic14_parseOptions),
1233         * src/pic/main.h: mostly reverted to previous state, now use results
1234             from SDCCmain.c's argument parsing
1235
1236 2006-10-10 Borut Razem <borut.razem AT siol.net>
1237
1238         * debugger/mcs51/break.[ch], debugger/mcs51/cmd.c,
1239           debugger/mcs51/sdcdb.[ch], debugger/mcs51/simi.c:
1240           [ 1185668 ] add gnu readline support to sdcdb -
1241           prepared for READLINE, not enabled yet,
1242           thanks to <tal.bav AT gmail.com>
1243
1244 2006-10-10 Raphael Neider <rneider AT web.de>
1245
1246         * src/pic16/pcode.c (pic16_pCode2str): use isACCESS_BANK macro
1247         * src/pic16/devices.inc,
1248         * device/include/pic16 (pic18f[24]620.h),
1249         * device/include/pic18fregs.h,
1250         * device/lib/pic16/pics.all,
1251         * device/lib/pic16/libdev/pic18f[24]{620,525}.c): added support for
1252             18f2620, 18f4620, 18f2525, and 18f4525 devices, thanks to
1253             Gary Plumbridge and Anton Strobl
1254
1255 2006-10-10 Raphael Neider <rneider AT web.de>
1256
1257         * src/pic/main.c (_pic14_parseOptions): added --stack-loc=NUM and
1258           --stack-siz=NUM options to configure the argument passing stack
1259         * src/pic/main.h: added stackLocation and stackSize to pic14_options_t
1260         * src/pic/device.c (mapRegister): catch out-of-memory SIGSEGVs,
1261           (pic14_getSharebankSize): obey --stack-siz=NUM,
1262           (pic14_getSharebankAddress): obey --stack-loc=NUM
1263
1264 2006-10-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1265
1266         * doc/sdccman.lyx: added to the manual
1267         * doc/figures/ddd_example.png: added (neither pdflatex nor
1268         most browsers seem to like the .eps file)
1269
1270 2006-10-06 Bernhard Held <bernhard AT bernhardheld.de>
1271
1272         * src/SDCCglue.c (tempfileandname): changed un*x tmp search paths
1273         to /tmp and /var/tmp acc. LSB
1274         * src/SDCCast.c (addCast): Fixed bug 1571231: promote in case of
1275         RESULT_TYPE_IFX
1276         * support/regression/tests/onebyte.c: added test
1277
1278 2006-10-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1279
1280         * src/mcs51/gen.c: emitcode for "add a,0x%02x" requires only 8 bits.
1281
1282 2006-10-05 Borut Razem <borut.razem AT siol.net>
1283
1284         * partially fixed [ 1570701 ] peephole - not replacing code from multiline macros,
1285           thanks to dfulab:
1286           - sdcc.dsw: changed property eol-style to CRLF
1287           - support/scripts/resource.rc: replaced references to "afxres.h" with "winres.h"
1288
1289 2006-10-04 Raphael Neider <rneider AT web.de>
1290
1291         * device/include/pic/{pic16f84.h,pic16f84a.h},
1292         * device/lib/pic/libdev/{pic16f84.c,pic16f84a.c}: added PORT[AB]_bits
1293           from patch #1522504, thanks to Robas Teodor
1294
1295 2006-10-02 Maarten Brock <sourceforge.brock AT dse.nl>
1296
1297         * as/link/z80/lkarea.c: essentially reverted lnksect() to #4380 which
1298           fixes bug 1566015
1299
1300 2006-10-01 Maarten Brock <sourceforge.brock AT dse.nl>
1301
1302         * src/pic16/glue.c (pic16emitMaps),
1303         * src/pic/glue.c (pic14emitMaps): hopefully fixed bug 1568779
1304         * device/lib/gets.c: fixed bug 1568829,thanks Philipp Krause
1305         * device/lib/pic16/libc/string/memcpypgm2ram.c,
1306         * device/lib/pic16/libc/string/memcpyram2ram.c: fixed bug 1568836, thanks
1307           Philipp Krause
1308         * as/mcs51/asmain.c (asmbl, newdot): fixed problems with absolute areas
1309         * as/link/mcs51/lkmem.c (summary2): reverted, do do count abs segments
1310
1311 2006-09-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1312
1313         * support/librarian/sdcclib.c: Added option -l.
1314         * as/link/mcs51/lkmem.c: don't use absolute segments to compute memory
1315           usage totals.
1316         * device/lib/make51lib.bat: added.  Allows building mcs51 libraries easily
1317           using Windows command prompt.
1318
1319 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
1320
1321         * device/lib/libsdcc.lib: added module rand
1322         * src/ds390/ralloc.c (rematStr),
1323         * src/hc08/ralloc.c (rematStr),
1324         * src/mcs51/ralloc.c (rematStr),
1325         * src/z80/ralloc.c (rematStr): made output more consistent
1326         * src/mcs51/gen.c: cosmetic changes
1327
1328 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
1329
1330         * src/port.h: added mem.cabs_name to PORT
1331         * src/ds390/main.c,
1332         * src/hc08/main.c,
1333         * src/mcs51/main.c,
1334         * src/pic16/main.c,
1335         * src/pic/main.c,
1336         * src/xa51/main.c,
1337         * src/z80/main.c: added cabs_name initializers
1338         * src/SDCCglue.c (emitStaticSeg): allocate and initialize absolute
1339           constants
1340           (emitMaps): emit absolutes in code memory into cabs_name
1341         * src/SDCCmem.c,
1342         * src/SDCCmem.h: added memory map c_abs and defined CABS_NAME
1343         * src/ds390/gen.c (genCodePointerGet): fixed bug if left is a literal
1344         * support/regression/fwk/include/testfwk.h: added define for at
1345         * support/regression/tests/absolute.c: added, new
1346
1347 2006-09-29 Maarten Brock <sourceforge.brock AT dse.nl>
1348
1349         * src/mcs51/gen.c (genPlusIncr, genMinusDec, genAddrOf): small
1350           optimizations, see also patch 887161 by Stas Sergeev
1351         * src/mcs51/peeph.def(104, 207, 209, 212): disabled as they do not seem
1352           to be necessary anymore,
1353           (102, 103, 104, 127): renamed all occurances of bp to _bp
1354
1355 2006-09-27 Maarten Brock <sourceforge.brock AT dse.nl>
1356
1357         * device/include/mcs51/at89c51snd1c.h: fixed MSK_SREQ definition
1358           thanks Weston T. Schmidt for patch 1555221
1359         * src/mcs51/peeph.def: renamed rule 257 to 257.a, added 257.b
1360         * src/SDCCicode.c(geniCodeMultiply): small optimization
1361
1362 2006-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1363
1364         * device/include/stdlib.h: added rand prototypes
1365         * device/lib/rand.c: new, added
1366         * device/lib/Makefile.in: added rand.c
1367         * src/z80/peeph.def,
1368         * src/z80/peeph-gbz80.def,
1369         * src/z80/peeph-z80.def: updated conditonals, fixed bug 1565908
1370
1371 2006-09-20 Raphael Neider <rneider AT web.de>
1372
1373         * device/lib/pic16/libio/i2c/i2cnack.c (i2c_nack): fixed ACKDT bit
1374
1375 2006-09-19 Maarten Brock <sourceforge.brock AT dse.nl>
1376
1377         * as/link/aslink.h: cosmetic changes
1378         * as/link/mcs51/Makefile.in,
1379         * as/link/z80/Makefile.in: fixed build on CF where VPATH is used
1380
1381 2006-09-17 Maarten Brock <sourceforge.brock AT dse.nl>
1382
1383         * as/link/aslink.h,
1384         * as/link/mcs51/aslink.h,
1385         * as/link/z80/aslink.h: merged and moved to as/link/
1386         * as/link/lkstore.c,
1387         * as/link/mcs51/lkstore.c: moved to as/link/
1388         * as/link/clean.mk: remove *.o
1389         * as/link/mcs51/alloc.h: deleted
1390         * as/link/mcs51/lkarea.c: added lnksect prototype
1391         * as/link/mcs51/lkdata.c,
1392         * as/link/mcs51/lklex.c,
1393         * as/link/mcs51/lkmain.c: renamed as_getline to lk_getline
1394         * as/link/mcs51/lkmem.c,
1395         * as/link/mcs51/lknoice.c: removed include strcmpi.h
1396         * as/link/mcs51/lksym.c: include stdlib.h instead of malloc.h or alloc.h
1397         * as/link/mcs51/aslink.dsp,
1398         * as/link/mcs51/Makefile.aslink,
1399         * as/link/mcs51/Makefile.bcc,
1400         * as/link/mcs51/Makefile.in: updated for moved files
1401         * as/link/z80/lkarea.c,
1402         * as/link/z80/lkhead.c,
1403         * as/link/z80/lklex.c,
1404         * as/link/z80/lklibr.c,
1405         * as/link/z80/lklist.c,
1406         * as/link/z80/lkmain.c,
1407         * as/link/z80/lkrloc.c,
1408         * as/link/z80/lksym.c: synced with mcs51
1409         * as/link/z80/lkdata.c,
1410         * as/link/z80/lkeval.c,
1411         * as/link/z80/lkihx.c,
1412         * as/link/z80/lks19.c: cosmetic changes
1413         * as/link/z80/Makefile.in,
1414         * as/link/z80/linkgbz80.dsp,
1415         * as/link/z80/linkz80.dsp: updated for moved files
1416
1417 2006-09-16 Borut Razem <borut.razem AT siol.net>
1418
1419         * debugger/mcs51/sdcdb.c: partially fixed
1420           [ 1203664 ] sdcdb fails to open files w. two "." periods
1421         * debugger/mcs51/simi.c, debugger/mcs51/symtab.c,
1422           debugger/mcs51/symtab.h: fixed indenting
1423         * configure.in, configure: up to date with latest Maarten's changes
1424
1425 2006-09-15 Maarten Brock <sourceforge.brock AT dse.nl>
1426
1427         as/link/mcs51
1428         as/aslink.dsp,                  as/link/mcs51/aslink.dsp,
1429         as/link/mcs51/aslink.h,         as/mcs51/aslink.h,
1430         as/link/mcs51/aslink.mak,       as/mcs51/aslink.mak,
1431         as/link/mcs51/lkaomf51.c,       as/mcs51/lkaomf51.c,
1432         as/link/mcs51/lkarea.c,         as/mcs51/lkarea.c,
1433         as/link/mcs51/lkdata.c,         as/mcs51/lkdata.c,
1434         as/link/mcs51/lkeval.c,         as/mcs51/lkeval.c,
1435         as/link/mcs51/lkhead.c,         as/mcs51/lkhead.c,
1436         as/link/mcs51/lkihx.c,          as/mcs51/lkihx.c,
1437         as/link/mcs51/lklex.c,          as/mcs51/lklex.c,
1438         as/link/mcs51/lklibr.c,         as/mcs51/lklibr.c,
1439         as/link/mcs51/lklist.c,         as/mcs51/lklist.c,
1440         as/link/mcs51/lkmain.c,         as/mcs51/lkmain.c,
1441         as/link/mcs51/lkmem.c,          as/mcs51/lkmem.c,
1442         as/link/mcs51/lknoice.c,        as/mcs51/lknoice.c,
1443         as/link/mcs51/lkrloc.c,         as/mcs51/lkrloc.c,
1444         as/link/mcs51/lks19.c,          as/mcs51/lks19.c,
1445         as/link/mcs51/lkstore.c,        as/mcs51/lkstore.c,
1446         as/link/mcs51/lksym.c,          as/mcs51/lksym.c,
1447         as/link/mcs51/Makefile.aslink,  as/mcs51/Makefile.aslink,
1448         as/link/mcs51/alloc.h,
1449         as/link/mcs51/clean.mk,
1450         as/link/mcs51/conf.mk,
1451         as/link/mcs51/Makefile.bcc,
1452         as/link/mcs51/Makefile.in,
1453         as/link/mcs51/readme.390,
1454         as/link/mcs51/strcmpi.c,
1455         as/link/mcs51/strcmpi.h,
1456         as/mcs51/clean.mk,
1457         as/mcs51/Makefile.bcc,
1458         as/mcs51/Makefile.in,
1459         configure,
1460         Makefile.in,
1461         sdcc.dsw: moved mcs51 linker to as/link/mcs51
1462
1463 2006-09-14 Maarten Brock <sourceforge.brock AT dse.nl>
1464
1465         * as/link,
1466         * as/link/Makefile.in,
1467         * as/link/z80/linkgbz80.dsp,
1468         * as/link/z80/linkz80.dsp,
1469         * configure,
1470         * link,
1471         * link/clean.mk,
1472         * link/Makefile.in,
1473         * link/README,
1474         * link/z80,
1475         * link/z80/aslink.h,
1476         * link/z80/clean.mk,
1477         * link/z80/conf.mk,
1478         * link/z80/linkgbz80.dsp,
1479         * link/z80/linkz80.dsp,
1480         * link/z80/lkarea.c,
1481         * link/z80/lkdata.c,
1482         * link/z80/lkeval.c,
1483         * link/z80/lkgb.c,
1484         * link/z80/lkgg.c,
1485         * link/z80/lkhead.c,
1486         * link/z80/lkihx.c,
1487         * link/z80/lklex.c,
1488         * link/z80/lklibr.c,
1489         * link/z80/lklist.c,
1490         * link/z80/lkmain.c,
1491         * link/z80/lkrloc.c,
1492         * link/z80/lks19.c,
1493         * link/z80/lksym.c,
1494         * link/z80/Makefile.in,
1495         * Makefile.in,
1496         * sdcc.dsw: moved link/ to as/link/
1497
1498 2006-09-11 Maarten Brock <sourceforge.brock AT dse.nl>
1499
1500         * as/mcs51/i51mch.c (machine): fixed warning
1501
1502 2006-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1503
1504         * as/mcs51/i51mch.c (machine): S_DJNZ fixed bug 1554318
1505
1506 2006-09-09 Borut Razem <borut.razem AT siol.net>
1507
1508         * debugger/mcs51/sdcdb.c, debugger/mcs51/simi.c:
1509           sdcdb WIN32 native port
1510         * src/clean.mk: fixed
1511
1512 2006-09-08 Borut Razem <borut.razem AT siol.net>
1513
1514         * doc/sdccman.lyx: SDCDB and ucSim are available on Win32 platforms.
1515
1516 2006-09-08 Raphael Neider <rneider AT web.de>
1517
1518         * src/pic16/main.c (_pic16_linkEdit,pic16_linkCmd),
1519         * src/pic/main.c(_pic14_do_link, linkCmd): pass "-w" and "-r"
1520             to gplink to disable processor mismatch warning and to allow
1521             the use of devices with only aliased (shared) memory banks,
1522           (_pic16_genAssemblerPreamble): include pXXX.inc on --mplab-comp
1523
1524 2006-09-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1525
1526         * doc/sdccman.lyx: Some re-formating plus example on using
1527           #pragma preproc_asm +/-
1528
1529 2006-09-07 Borut Razem <borut.razem AT siol.net>
1530
1531         * support/scripts/sdcc.nsi: added SDCDB executables in a separate
1532           section
1533
1534 2006-09-06 Borut Razem <borut.razem AT siol.net>
1535
1536         * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing
1537           line at sdcc.nsi:153
1538         * sdcc/debugger/mcs51/simi.c: argsToCmdLine() fixes
1539
1540 2006-09-05 Borut Razem <borut.razem AT siol.net>
1541
1542         * configure.in, configure: support for winsock2
1543         * debugger/mcs51/break.h, debugger/mcs51/cmd.c,
1544           debugger/mcs51/cmd.h, debugger/mcs51/sdcdb.c,
1545           debugger/mcs51/sdcdb.h, debugger/mcs51/simi.c,
1546           debugger/mcs51/simi.h, debugger/mcs51/symtab.c,
1547           debugger/mcs51/symtab.h: sdcdb WIN32 native port
1548
1549 2006-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
1550
1551         * src/SDCCopt.c (cnvToFcall): fixed bug 1551947 by updating OP_USES
1552           and OP_DEFS
1553         * support/regression/tests/bug1551947.c: new, added
1554         * src/SDCCsymt.h: strings are char* not byte*
1555
1556 2006-09-05 Raphael Neider <rneider AT web.de>
1557
1558         * device/lib/pic16/libdev/pic18f4550.c,
1559           device/include/pic16/pic18f4550.h: added PORTD/TRISD
1560             declarations/definitions from patch #1520949
1561
1562 2006-09-05 Raphael Neider <rneider AT web.de>
1563
1564         * src/pic16/gen.c (genPackBits): fix assignment to 8-bit,
1565           byte-aligned bitfields, fixes #1539278
1566
1567 2006-09-05 Raphael Neider <rneider AT web.de>
1568
1569         * src/pic/gen.c (genReceive): skip unreferenced arguments,
1570           fixes #1544120
1571
1572 2006-09-04 Borut Razem <borut.razem AT siol.net>
1573
1574         * support/scripts/sdcc.nsi: move ucSim executables to a separate section
1575         * support/scripts/sdcc_cygwin_mingw32: don't disable ucsim,
1576           -mno-cygwin is a part of the compiler name
1577         * support/scripts/sdcc_mingw32: don't disable ucsim
1578
1579 2006-09-03 Borut Razem <borut.razem AT siol.net>
1580
1581         * sdcc.spec: corrected for 2.6.0. Thanks to Christer Weinigel.
1582         * device/lib/Makefile.in device/lib/clean.mk: small but essential corrections
1583
1584 2006-09-03 Raphael Neider <rneider AT web.de>
1585
1586         * src/pic/ralloc.c,
1587         * src/pic/pcode.c (InitReuseRegs): allocate registers with pseudo
1588           indices >= 0x1000 to disambiguate them from fixed regs __at(addr),
1589           fixes #1550049
1590
1591 2006-09-01 Borut Razem <borut.razem AT siol.net>
1592
1593         * sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
1594           to make ppc-osx happy
1595
1596 2006-08-31 Borut Razem <borut.razem AT siol.net>
1597
1598         * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
1599         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
1600         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
1601         * support/regression/ports/ds390/spec.mk,
1602           support/regression/ports/mcs51/spec.mk,
1603           support/regression/ports/xa51/spec.mk: introduced DEV_NULL variable.
1604           To run regression tests in mingw environment:
1605           make DEV_NULL=NUL CC=gcc
1606
1607 2006-08-30 Borut Razem <borut.razem AT siol.net>
1608
1609         * sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
1610           sim/ucsim/cmd.src/newcmdwin32.cc, sim/ucsim/cmd.src/newcmdwin32cl.h,
1611           sim/ucsim/app.cc, sim/ucsim/appcl.h, sim/ucsim/configure,
1612           sim/ucsim/configure.in, sim/ucsim/ddconfig_in.h, sim/ucsim/error.cc,
1613           sim/ucsim/errorcl.h, sim/ucsim/option.cc, sim/ucsim/optioncl.h,
1614           sim/ucsim/utils.cc, sim/ucsim/utils.h, sim/ucsim/cmd.src/Makefile.in,
1615           sim/ucsim/avr.src/avr.cc, sim/ucsim/avr.src/avrcl.h,
1616           sim/ucsim/cmd.src/bp.cc, sim/ucsim/cmd.src/bpcl.h,
1617           sim/ucsim/cmd.src/cmdconf.cc, sim/ucsim/cmd.src/cmdgui.cc,
1618           sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/cmdset.cc,
1619           sim/ucsim/cmd.src/cmdsetcl.h, sim/ucsim/cmd.src/cmdstat.cc,
1620           sim/ucsim/cmd.src/cmduc.cc, sim/ucsim/cmd.src/cmduccl.h,
1621           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
1622           sim/ucsim/cmd.src/command.cc, sim/ucsim/cmd.src/commandcl.h,
1623           sim/ucsim/cmd.src/get.cc, sim/ucsim/cmd.src/getcl.h,
1624           sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/newcmd.cc,
1625           sim/ucsim/cmd.src/newcmdcl.h, sim/ucsim/cmd.src/set.cc,
1626           sim/ucsim/cmd.src/show.cc, sim/ucsim/cmd.src/timer.cc,
1627           sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
1628           sim/ucsim/s51.src/Makefile.in, sim/ucsim/s51.src/interrupt.cc,
1629           sim/ucsim/s51.src/interruptcl.h, sim/ucsim/s51.src/pca.cc,
1630           sim/ucsim/s51.src/pcacl.h, sim/ucsim/s51.src/port.cc,
1631           sim/ucsim/s51.src/portcl.h, sim/ucsim/s51.src/serial.cc,
1632           sim/ucsim/s51.src/serialcl.h, sim/ucsim/s51.src/timer0.cc,
1633           sim/ucsim/s51.src/timer0cl.h, sim/ucsim/s51.src/timer1.cc,
1634           sim/ucsim/s51.src/timer1cl.h, sim/ucsim/s51.src/timer2.cc,
1635           sim/ucsim/s51.src/timer2cl.h, sim/ucsim/s51.src/uc390.cc,
1636           sim/ucsim/s51.src/uc390cl.h, sim/ucsim/s51.src/uc390hw.cc,
1637           sim/ucsim/s51.src/uc390hwcl.h, sim/ucsim/s51.src/uc51.cc,
1638           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/wdt.cc,
1639           sim/ucsim/s51.src/wdtcl.h, sim/ucsim/sim.src/hw.cc,
1640           sim/ucsim/sim.src/hwcl.h, sim/ucsim/sim.src/mem.cc,
1641           sim/ucsim/sim.src/memcl.h, sim/ucsim/sim.src/obsolete.cc,
1642           sim/ucsim/sim.src/obsolete.h, sim/ucsim/sim.src/sim.cc,
1643           sim/ucsim/sim.src/simcl.h, sim/ucsim/sim.src/stack.cc,
1644           sim/ucsim/sim.src/stackcl.h, sim/ucsim/sim.src/test_mem_speed.cc,
1645           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1646           sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
1647           sim/ucsim/z80.src/z80.cc, sim/ucsim/z80.src/z80cl.h:
1648           ucsim WIN32 native port
1649
1650 2006-08-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1651
1652         * doc/sdccman.lyx: added note on dynamic memory heap initialization
1653
1654 2006-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
1655
1656         * src/mcs51/gen.c (genAnd, genOr, genXor): fixed bug 1546986
1657         * src/ds390/gen.c (aopGetUsesAcc): handle AOP_DPTR2 and AOP_DPTRn too
1658
1659 2006-08-26 Maarten Brock <sourceforge.brock AT dse.nl>
1660
1661         * src/ds390/gen.c (genAnd, genOr, genXor): fixed bug 1546986
1662         * support/regression/tests/bug1546986.c: new, added
1663         * as/mcs51/.cvsignore,
1664         * debugger/mcs51/.cvsignore,
1665         * src/.cvsignore: deleted
1666
1667 2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1668
1669         * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
1670           definitions)
1671
1672 2006-08-20 Borut Razem <borut.razem AT siol.net>
1673
1674         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
1675           removed cl_listen_console::match(), cl_console::match(),
1676           restructured cl_commander::proc_input()
1677
1678 2006-08-16 Borut Razem <borut.razem AT siol.net>
1679
1680         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h,
1681           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
1682           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/uc.cc: code cleaning
1683
1684 2006-08-14 Borut Razem <borut.razem AT siol.net>
1685
1686         * support/regression/Makefile.in,
1687           support/regression/ports/pic14/gpsim.cmd,
1688           support/regression/ports/pic14/spec.mk,
1689           support/regression/ports/pic14/support.c:
1690           added pic14 regression test
1691
1692 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
1693
1694         * as/doc/asxhtm.html: documented changed ABS behaviour
1695         * as/doc/README: fixed some typos
1696
1697 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
1698
1699         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
1700           not defined on host
1701
1702 2006-08-12 Borut Razem <borut.razem AT siol.net>
1703
1704         * support/regression/fwk/include/testfwk.h,
1705           support/regression/fwk/lib/testfwk.c,
1706           support/regression/generate-cases.py,
1707           support/regression/Makefile.in:
1708           regression test framework does not depend on function pointers and
1709           variable arguments
1710
1711 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
1712
1713         * device/include/stddef.h: c temporary hack to fix bug 1518273
1714
1715 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1716
1717         * device/include/mcs51/cc2510fx.h: added
1718         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
1719           to projects.
1720
1721 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
1722
1723         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
1724         * as/z80/Makefile.in: added strcmpi.c
1725         * as/z80/z80adr.c: added upper case registers and lower case conditionals
1726         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
1727
1728 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
1729
1730         * device/lib/gbz80/asm_strings.s,
1731         * device/lib/gbz80/crt0_rle.s,
1732         * device/lib/gbz80/div.s,
1733         * device/lib/gbz80/mul.s,
1734         * device/lib/gbz80/shift.s,
1735         * device/lib/z80/asm_strings.s,
1736         * device/lib/z80/crt0_rle.s,
1737         * device/lib/z80/div.s,
1738         * device/lib/z80/mul.s,
1739         * device/lib/z80/shift.s: changed to all lower case menmonics except the
1740           flags which are all upper case
1741
1742 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
1743
1744         * as/z80/asm.h: made CASE_SENSITIVE 1
1745         * link/z80/aslink.h: made CASE_SENSITIVE 1
1746         * src/z80/gen.c (throughout): made all conditionals upper case
1747         * support/regression/tests/bug1503067.c: new
1748
1749 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
1750
1751         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
1752           (shiftIntoPair): added case 2 for PAIR_IY,
1753           (setupToPreserveCarry): replaced parameters with iCode and check if
1754            PAIR_DE is in use to fix bug 1399290,
1755           (genPlus, genMinus): updated call to setupToPreserveCarry
1756         * support/regression/tests/bug1399290.c: new
1757
1758 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
1759
1760         * device/lib/Makefile.in (Z80SOURCES): enabled float support
1761         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
1762         * src/ds390/gen.c (shiftRLong),
1763         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
1764         * src/mcs51/gen.c (sameReg): changed to sameByte,
1765           (xch_a_aopGet): new,
1766           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
1767            shiftRLong): fixed bug 1533966
1768         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
1769           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
1770         * support/regression/Makefile.in: disabled z80, enabled ucz80
1771         * support/regression/tests/float_trans.c: enabled test for z80 and host
1772         * support/regression/tests/shifts2.c: new, for testing bug 1533966
1773
1774 2006-08-01 Borut Razem <borut.razem AT siol.net>
1775
1776         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
1777           comparison is always false due to limited range of data type
1778           on PPC64 machine (openpower-linux1) where "char = unsigned char"
1779
1780 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
1781
1782         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
1783         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
1784         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
1785         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
1786
1787 2006-07-31 Borut Razem <borut.razem AT siol.net>
1788
1789         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
1790           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
1791           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
1792           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
1793           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
1794           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
1795           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
1796           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
1797           enable ucsim mingw compilation. Serial port is disabled,
1798           since it uses termios.h API, which is not available on native
1799           WIN32
1800
1801 2006-07-31 Borut Razem <borut.razem AT siol.net>
1802
1803         * Small Device C Compiler 2.6.0 released
1804         * support/scripts/sdcc.nsi: added FULL_DOC option
1805         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
1806
1807 2006-07-28 Borut Razem <borut.razem AT siol.net>
1808
1809         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
1810         * doc/INSTALL.txt: updated
1811
1812 2006-07-27 Borut Razem <borut.razem AT siol.net>
1813
1814         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
1815           device/lib/pic/libdev/Makefile.in: fixed bug
1816           [ 1438354 ] pic libsdcc: distclean doesn't work
1817         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
1818           device/lib/pic16/libio/Makefile.in: fixed bug
1819           [ 1438344 ] pic16 lib: clean doesn't work properly
1820         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
1821
1822 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
1823
1824         * device/lib/pic/libsdcc/fsdiv.c,
1825         * device/lib/pic/libsdcc/fsmul.c,
1826         * device/lib/pic16/libsdcc/float/fsdiv.c,
1827         * device/lib/pic16/libsdcc/float/fsmul.c,
1828         * device/lib/_fsdiv.c,
1829         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
1830         * support/regression/tests/bug1520966.c: added
1831         * doc/knownbugs.html: removed [ 1520966 ] from the list
1832
1833 2006-07-25 Borut Razem <borut.razem AT siol.net>
1834
1835         * configure.in, configure, sdccconf_in.h: fixed bug
1836           [ 1519095 ] regression test onebyte.c fails on ppc64 host
1837         * doc/knownbugs.html: removed [ 1519095 ] from the list
1838
1839 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
1840
1841         * doc/knownbugs.html: added, contains list of known bugs at release
1842         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
1843
1844 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1845
1846         * device/include/mcs51/compiler.h: added SFRX for xdata based special
1847           function registers and corrected defaults with additional warning
1848         * device/lib/malloc.c: cosmetic changes
1849         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
1850         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
1851           (fillGaps): and used it
1852
1853 2006-07-20 Raphael Neider <rneider AT web.de>
1854
1855         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
1856           output unless SDCCPICDEBUG is set
1857         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
1858           output if SILENT is set
1859
1860 2006-07-11 Borut Razem <borut.razem AT siol.net>
1861
1862         * doc/README.txt: updated
1863
1864 2006-07-10 Borut Razem <borut.razem AT siol.net>
1865
1866         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
1867           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
1868           in WIN32 installation
1869         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
1870           release candidate 1
1871
1872 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
1873
1874         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
1875         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
1876
1877 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
1878
1879         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
1880
1881 2006-07-06 Borut Razem <borut.razem AT siol.net>
1882
1883         * support/regression/tests/bitfields.c:
1884           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
1885         * support/regression/tests/constantRange.c:
1886           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
1887
1888 2006-07-04 Borut Razem <borut.razem AT siol.net>
1889
1890         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
1891           src/port.mk,
1892           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
1893           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
1894           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
1895           reverted changes from 2006-07-03
1896         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
1897         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
1898           added CPPFLAGS, used by the host port
1899
1900 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
1901
1902         * support/regression/valdiag/tests/switch.c,
1903         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
1904         * support/regression/tests/libmullong.c: fixed for host
1905         * support/regression/ports/host/spec.mk: disable all warnings for host,
1906         SDCC runs with --less-pedantic too
1907
1908 2006-07-03 Borut Razem <borut.razem AT siol.net>
1909
1910         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
1911           defined CPPFLAGS
1912         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
1913         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
1914           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
1915           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
1916           include ../port.mk
1917         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
1918           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1919           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
1920           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
1921
1922 2006-07-02 Raphael Neider <rneider AT web.de>
1923
1924         * src/pic16/devices.inc,
1925         * device/include/pic16/pic18fregs.h,
1926         * device/include/pic16/pic18f4550.h,
1927         * device/lib/pic16/pics.all,
1928         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
1929
1930 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
1931
1932         * as/hc08/lkaomf51.c (OutputName),
1933         * as/mcs51/lkaomf51.c (OutputName),
1934         * as/z80/asmain.c (asmbl),
1935         * src/ds390/main.c (asmLineNodeFromLineNode),
1936         * src/hc08/ralloc.c (hc08_assignRegisters),
1937         * src/mcs51/main.c (asmLineNodeFromLineNode),
1938         * src/xa51/ralloc.c (checkRegMask),
1939         * src/xa51/gen.c (emitcode),
1940         * src/z80/gen.c (_emit2),
1941         * src/SDCCast.c (searchLitOp),
1942         * src/SDCCglobl.h,
1943         * support/packihx/packihx.c,
1944         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
1945         * src/ds390/gen.c (aopPutUsesAcc),
1946         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
1947         * support/regression/tests/libmullong.c (mullong_wrapper),
1948         * src/SDCCsymt.c (powof2),
1949         * src/SDCCast.c,
1950         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
1951         * src/SDCCsymt.h: added TYPE_TARGET_*
1952         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
1953         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
1954         SDCCast because 1) header problems 2) this is the right place
1955         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
1956         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
1957         prototype
1958
1959 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
1960
1961         * src/SDCCicode.h: removed buggy semicolon in unused macro
1962         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
1963         search for previous definiton of auto symbols too,
1964         (findPrevUse): fixed logic of emitWarnings
1965
1966 2006-06-26 Raphael Neider <rneider AT web.de>
1967
1968         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
1969           PCLATH and PCLATU on interrupts, potentially fixes #1505141
1970
1971 2006-06-25 Raphael Neider <rneider AT web.de>
1972
1973         * device/lib/pic/libm: NEW, added math library functions
1974         * device/lib/pic/libsdcc: NEW; added float support functions
1975         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
1976         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
1977           NEW, added math related headers
1978         * device/include/asm/pic/features.h: NEW
1979         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
1980           (popGet): allow larger offsets for AOP_PCODE,
1981           (genDataPointerSet): handle literals explicitly, more debug output,
1982           (genAssign): fixed for float using aopLiteral ;-)
1983         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
1984           GOTO initialisation routine
1985         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
1986           flag on registers, fixes #1469043 (local variables do not work)
1987         * src/pic/main.c (_pic14_do_link),
1988         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
1989           available
1990
1991 2006-06-25 Borut Razem <borut.razem AT siol.net>
1992
1993         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
1994           characters printed (not including the trailing '\0' used to end
1995           output to strings). Problem detected in regression test bug-927659.c.
1996           NOTE: printf() family functions should return int instead
1997           unsigned int!
1998         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
1999           specifier are printed as themselves
2000         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
2001           support flags, width and precision specifiers
2002
2003 2006-06-24 Borut Razem <borut.razem AT siol.net>
2004
2005         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
2006           to the list of sdcc tagrets not supporting bit type
2007         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
2008           testfor pic16 due to bug:
2009           [ 1511794 ] pic16: regression test bug-895992.c fails
2010
2011 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
2012
2013         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
2014         * src/SDCCglue.c (initPointer), fixed bug 1496419
2015         * support/regression/tests/bug1496419.c: new, added
2016
2017 2006-06-22 Borut Razem <borut.razem AT siol.net>
2018
2019         * support/regression/ports/pic16/support.c: use gpsim usart module from
2020           libgpsim_modules library
2021
2022 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2023
2024         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
2025         IP0H to IPH0.
2026
2027 2006-06-19 Raphael Neider <rneider AT web.de>
2028
2029         * src/pic/glue.h,src/pic16/glue.h: added prototypes
2030         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
2031           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
2032           (pic14printExterns,pic14printPublics,pic16printPublics,
2033           pic16_printExterns): use new functions to emit symbols
2034           (picglue,pic16glue): emit publics before emitting externs
2035         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
2036           locally defined functions to avoid bug #1443651
2037         * support/regression/tests/bug-716242.c: removed pic16 workaround
2038         * support/regression/ports/pic16/spec.mk: ignore errors during build
2039
2040 2006-06-19 Raphael Neider <rneider AT web.de>
2041
2042         * src/pic/glue.h: added pic14aopLiteral prototype
2043         * src/pic/glue.c (pic14aopLiteral): return unsigned int
2044         * src/pic/gen.c: removed stdint.h dependency
2045           (aopGet): use Safe_strdup()
2046           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
2047           (genDataPointerSet): use pic14aopLiteral()
2048         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
2049           for pic16; thanks to Bernhard and Maarten
2050
2051 2006-06-18 Borut Razem <borut.razem AT siol.net>
2052
2053         * support/regression/tests/structflexarray.c: flexible array members
2054           not supported by gcc < 3
2055         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
2056           GUI tool by default
2057         * src/pic/gen.c: don't include [p]strdin.h on solaris
2058         * support/Util/pstdint.h: addad svn attributes
2059         * support/regression/tests/constantRange.c,
2060           support/regression/tests/rotate.c: include inttypes.h instead
2061           stdint.h on solaris, addad svn attributes
2062
2063 2006-06-18 Raphael Neider <rneider AT web.de>
2064
2065         * src/SDCCsymt.c (initCSupport): change return type of divschar to
2066           int for PIC16
2067         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
2068           (pic16_genMinusBits): simplified sign-extension
2069           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
2070             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
2071             adjusted to correctly handle mixed-signed operands, disabled
2072             now unused multiplciation routines
2073         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
2074           (assignResultValue): added argument denoting the size of the result
2075             as returned by the function (fixes upcasts in assigning from
2076             function calls: char foo(); int i = foo();)
2077           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
2078             function result to assignResultValue
2079           (genMult): disabled inlined multiplication code
2080           (genDiv): augmented to also handle the modulus operator, fixed to
2081             handle mixed-signed operands correctly
2082           (genMod): simply call genDiv, disabled unused code
2083           (genAssign): fixed missing (sign-)extension on result
2084         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
2085             valid char operands, allow signed operands for native code, added
2086             division and modulo operator handling
2087         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
2088
2089         As a consequence, onebyte.c (if split into two files) and muldiv.c
2090         pass regression tests.
2091
2092 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2093
2094         * doc/Makefile.in: two runs of makeindex seem needed to get
2095         correct page references in the index of sdccman.pdf
2096         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
2097
2098 2006-06-17 Borut Razem <borut.razem AT siol.net>
2099
2100         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
2101
2102 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2103
2104         * doc/sdccman.lyx: updated, added (porting source code, debugging),
2105         mentioned ec2drv and paulmon
2106
2107 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
2108
2109         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
2110           consecutive abs areas
2111           (find_empty_space, allocate_space): added map to handle codemap or
2112            xdatamap,
2113           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
2114            absolute idata and xdata
2115         * as/mcs51/lkmem.c (summary2): updated legend
2116
2117 2006-06-16 Raphael Neider <rneider AT web.de>
2118
2119         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
2120
2121 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
2122
2123         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
2124           1208515
2125         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
2126
2127 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
2128
2129         * src/port.h (struct PORT): added field gp_tags, to hold the tag
2130         value of generic pointers,
2131         * src/avr/main.c,
2132           src/ds390/main.c,
2133           src/hc08/main.c,
2134           src/izt/i186.c,
2135           src/izt/tlcs900h.c,
2136           src/mcs51/main.c,
2137           src/pic/main.c,
2138           src/pic16/main.c,
2139           src/xa51/main.c,
2140           src/z80/main.c: PORT structure, added elements for gp_tags field,
2141         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
2142         fields in the PORT structure of each port,
2143         * src/SDCCast.c (decorateType): allow processing of generic pointers
2144         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
2145         S_FIXED symbols
2146
2147 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
2148
2149         * link/z80/lkgb.c,
2150         * link/z80/lkgg.c,
2151         * src/pic16/gen.c,
2152         * src/pic16/main.c,
2153         * src/pic16/pcode.c,
2154         * src/pic/main.c,
2155         * src/pic/pcoderegs.c,
2156         * src/SDCCicode.c,
2157         * src/SDCCmain.c,
2158         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
2159           bug 1504689 on minGW
2160
2161 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2162
2163         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
2164
2165 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
2166
2167         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
2168
2169 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
2170
2171         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
2172           for optimization
2173
2174 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
2175
2176         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
2177         to a char variable. Fixed bug #1504211
2178         * device/include/pic16/adc.h,
2179         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
2180         and fixed bug #1364390
2181
2182 2006-06-10 Borut Razem <borut.razem AT siol.net>
2183
2184         * CVSROOT: removed the CVS left-over
2185
2186 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
2187
2188         * as/hc08/asmain.c (asexit),
2189         * as/hc08/lkmain.c (lkexit),
2190         * as/mcs51/asmain.c (asexit),
2191         * as/mcs51/lkmain.c (lkexit),
2192         * src/SDCCglue.c (DEFSETFUNC),
2193         * src/SDCCmain.c (linkEdit, assemble),
2194         * support/librarian/sdcclib.c (AddRel),
2195           replaced unlink() by standard C remove()
2196         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
2197         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
2198           gatherImplicitVariables): new, added to fix bug 608752,
2199           (createFunction): added gatherImplicitVariables()
2200         * src/SDCCast.h: added createRMW prototype
2201         * src/SDCCsymt.h (struct symbol): added infertype
2202         * support/regression/tests/bug608752.c: new, added
2203
2204 2006-06-10 Raphael Neider <rneider AT web.de>
2205
2206         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
2207           multibyte dummy reads (fixes #1503234)
2208
2209 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
2210
2211         * device/include/mcs51/compiler.h: new, added header file to enable
2212           creating common sfr definition header files for different compilers
2213
2214 2006-06-05 Raphael Neider <rneider AT web.de>
2215
2216         * src/pic16/{pcode.h,genarith.c}:
2217           introduced pCodeOp combining any two pCodeOps (previously only
2218           two register operands could be combined), removed pcop2 from
2219           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
2220         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
2221         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
2222           rewritten to use new PO_TWO_OPS
2223         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
2224         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
2225           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
2226           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
2227           (pic16_get_op): embraced return arg to allow #define return(x),
2228             added new case for combined opcodes
2229           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
2230           (pic16_pCode2str,pic16_getRegFrompCodeOp,
2231            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
2232
2233 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
2234
2235         * src/SDCCval.c (checkConstantRange): added
2236         * src/SDCCval.h: added checkConstantRange
2237         * support/Util/SDCCerr.c,
2238         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
2239         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
2240         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
2241         * src/SDCCast.c (decorateType): added checkConstantRange,
2242         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
2243         can be emitted with the correct always true/false warning,
2244         added optimization for double '!';
2245         result of decorateType() must be assigned back to the tree, because
2246         decorateType() can change the tree
2247         * src/SDCCicode.c (geniCodeLogic),
2248         (geniCodeAssign): replaced new checkConstantRange, added warnings,
2249         (checkConstantRange): removed, it was only a fragment which never
2250         emitted a warning
2251         * src/SDCCsymt.c (computeType): fixed promotion for
2252         "-1 < (unsigned bit) b"
2253         * src/pic/ralloc.c (packRegsForAssign),
2254         * src/pic16/ralloc.c (packRegsForAssign),
2255         * src/hc08/ralloc.c (packRegsForAssign),
2256         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
2257         from mcs51
2258         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
2259         * support/regression/tests/constantRange.c: added
2260         * support/valdiag/tests/constantRange.c: added
2261         * support/valdiag/valdiag.py: added -DPORT_HOST=1
2262
2263 2006-06-02 Borut Razem <borut.razem AT siol.net>
2264
2265         * support/regression/ports/pic16/support.c: increase stack size
2266           to 255 bytes
2267         * support/regression/Makefile.in: sort tests by name so that the
2268           resutlts can be compared on different machines / platforms
2269
2270 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
2271
2272         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
2273         * src/ds390/gen.c (emitLabel): new, added,
2274           (genDjnz): fixed stack overflow bug,
2275           (throughout): cosmetic changes to sync with mcs51/gen.c,
2276           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
2277         * src/mcs51/gen.c (genEndFunction): small optimization,
2278           (throughout): cosmetic changes to sync with ds390/gen.c
2279
2280 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
2281
2282         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
2283           (_print_format): fixed printing pointers
2284         * src/mcs51/gen.c (emitLabel, movb): new, added,
2285           (genAssign): small optimization,
2286           (genDjnz): fixed stack overflow bug,
2287           (throughout): replaced sprintf with SNPRINTF,
2288           replaced mcs51_regWithIdx with REG_WITH_INDEX,
2289           replaced emitcode("mov", "b,...") with MOVB(...),
2290           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
2291           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
2292         * src/mcs51/peeph.def: added rules 140 and 264
2293         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
2294           so they may get optimized into registers
2295
2296 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
2297
2298         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
2299           immediately when encountered,
2300           (printUsage): always use stderr even on windows
2301
2302 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
2303
2304         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
2305         (processParms): fixed bug #1247551
2306         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
2307         parseCmdLine, main): print '--version' to stdout,
2308         print 'help' to stdout if --help is given,
2309         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
2310         arguments are given; fixed --help
2311
2312 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
2313
2314         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
2315         * support/regression/tests/bug-1493710.c: added
2316
2317 2006-05-27 Borut Razem <borut.razem AT siol.net>
2318
2319         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
2320           static instead auto
2321         * support/regression/ports/pic16/support.c: increase stack size
2322           from default 64 bytes to 128 bytes
2323         * support/regression/tests/staticinit.c,
2324           support/regression/tests/float.c: regression tests fully enabled
2325           for pic16 port by putting the initialized data arrays into the code
2326           section
2327         * support/regression/ports/pic16/spec.mk: don't link default libraries.
2328           This was changed by mistake in the previous version.
2329
2330 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
2331
2332         * src/pic16/gen.c (genFunction, genEndFunction): some
2333         beautifications, fixed bug with falsely restoring FSR2 in large
2334         stack model, thanks to Beau E. Cox for reporting the bug
2335
2336 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2337
2338         * debugger/mcs51/break.c,
2339         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
2340           use %p to print pointers, made address variables unsigned
2341         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
2342         * debugger/mcs51/symtab.c (parseSymbol): must return something
2343         * src/mcs51/gen.c (aopForSym): small optimization,
2344            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
2345           (freeAsmop): added missing break,
2346           (aopPut): removed parameter bvolatile, determine it inside the function,
2347           (saveRegisters, unsaveRegisters): small optimization,
2348           (genIpush): removed pointless check,
2349           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
2350           replaced sprintf with SNPRINTF,
2351           replaced strcpy with strncpyz,
2352           updated aopPut calls,
2353           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
2354         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
2355
2356 2006-05-24 Borut Razem <borut.razem AT siol.net>
2357
2358         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
2359           modification of test for the pic16 port, put the array to the code
2360           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
2361
2362 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2363
2364         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
2365         * support/Util/pstdint.h: added
2366
2367 2006-05-22 Borut Razem <borut.razem AT siol.net>
2368
2369         * src/regression/Makefile: removed bool2.c test, added -q linker option
2370         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
2371           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
2372           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
2373           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
2374           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
2375           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
2376           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
2377           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
2378           define SUPPORT_BIT_TYPES 0, removed unused bit variables
2379
2380 2006-05-22 Raphael Neider <rneider AT web.de>
2381
2382         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
2383           bug #1492360 (problematic due to generic pointers, see code)
2384
2385 2006-05-22 Borut Razem <borut.razem AT siol.net>
2386
2387         * support/regression/ports/pic16/specs.mk: removed stack size linker
2388           directive
2389         * support/regression/tests/array.c,
2390           support/regression/tests/bitopcse.c,
2391           support/regression/tests/bug-908454.c,
2392           support/regression/tests/malloc.c: modified for pic16 regression test
2393         * support/regression/tests/bitfields.c:
2394           pic16 - excluded bitfileds of size > 8
2395         * support/regression/tests/bp.c: pic16 - reduced data size
2396         * support/regression/tests/bug-221100.c: pic16 - reduced data size
2397         * support/regression/tests/bug-460010.c:
2398           pic16 - used the absolute address the fits in memory
2399         * support/regression/tests/bug-716242.c:
2400           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
2401         * support/regression/tests/float.c:
2402           pic16 - excluded - data size too big
2403         * support/regression/tests/onebyte.c:
2404           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
2405         * support/regression/tests/shifts.c:
2406           pic16 - function names probably have to differ in first X characters
2407           (gpasm limitation?)
2408         * support/regression/tests/staticinit.c:
2409           pic16 - excluded some tests due error: no target memory available for
2410           section ".idata"
2411
2412 2006-05-22 Borut Razem <borut.razem AT siol.net>
2413
2414         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
2415           second try. Thanks Stas Sergeev once more.
2416
2417 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2418
2419         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
2420           (genLeftShift, genRightShift): fixed bug 1491627
2421         * src/hc08/peeph.def (rules 7, 8.x): added
2422         * support/regression/tests/shifts.c (ShiftLeftByParam,
2423           ShiftRightByParam, testShiftByParam): added to test variable shifting
2424
2425 2006-05-20 Raphael Neider <rneider AT web.de>
2426
2427         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
2428         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
2429           (allocReg): add only new registers to dynAllocRegs,
2430           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
2431             #1489055, #1445850, and probably #1483693
2432
2433 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
2434
2435         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
2436         bug in for-loop that didn't emit the last of CONFIG and ID registers
2437
2438 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
2439
2440         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
2441           with offset
2442         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
2443           1489016, 1434401 and 1490124
2444         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
2445           1489016, 1434401 and 1490124
2446
2447 2006-05-17 Borut Razem <borut.razem AT siol.net>
2448
2449         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
2450           thanks Stas Sergeev
2451
2452 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2453
2454         * device/include/mcs51/P89c51RD2.h,
2455         * device/include/mcs51/P89LPC901.h,
2456         * device/include/mcs51/P89LPC922.h,
2457         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
2458
2459 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2460
2461         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
2462         to fix missing stack pragma in compiled binary object file,
2463
2464 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
2465
2466         * support/packihx/configure.in,
2467         * support/packihx/configure: removed warning, autoconf >= 2.5x can
2468         determine sizeof basic types even while cross compiling
2469
2470 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
2471
2472         * src/avr/gen.c (aopop),
2473         * src/ds390/gen.c (aopOp),
2474         * src/hc08/gen.c (aopOp),
2475         * src/mcs51/gen.c (aopop),
2476         * src/pic16/gen.c (pic16_aopOp),
2477         * src/pic/gen.c (aopOp),
2478         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
2479         if size of operand is smaller than spill location
2480
2481 2006-05-12 Borut Razem <borut.razem AT siol.net>
2482
2483         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
2484           have to have CR/LF line endings even if they are checked out on *nix
2485           or on WIN32 in cygwin binmode
2486
2487 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
2488
2489         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
2490         * device/include/ds80c390.h: added sfr16 definitions
2491         * src/ds390/gen.c,
2492         * src/ds390/gen.h,
2493         * src/ds390/main.c,
2494         * src/ds390/ralloc.c,
2495         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
2496           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
2497           bit returning functions
2498         * support/regression/tests/sfr16.c: enabled test on ds390
2499
2500 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2501
2502         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
2503         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
2504
2505 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
2506
2507         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
2508         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
2509           (cl_address_space constructor): removed expensive initialization,
2510           (cl_address_space::get_cell): extended for late initialization,
2511           (cl_address_space::*): use late initialization,
2512           (cl_address_decoder::activate): removed expensive initialization,
2513           This reduced regression test running time by 25%
2514
2515 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
2516
2517         * packihx/,
2518         * configure.in,
2519         * configure,
2520         * sdcc.dsw,
2521         * Makefile.bcc,
2522         * Makefile.in,
2523         * support/packihx/Makefile.in,
2524         * support/packihx/clean.mk,
2525         * support/packihx/Makefile.bcc,
2526         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
2527
2528 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2529
2530         * src/SDCCval.c (valNot): fix for regression test failure
2531           of not.c on big endian hosts
2532
2533 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
2534
2535         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
2536
2537 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2538
2539         * device/lib/mcs51/Makefile.in: changed string comparison operator
2540           to = for POSIX compliance; == is bash extension
2541
2542 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
2543
2544         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
2545           kosmonaut_pirx
2546
2547 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
2548
2549         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
2550         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
2551         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
2552         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
2553         bug report #1478657,
2554
2555 2006-05-05 Borut Razem <borut.razem AT siol.net>
2556
2557         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
2558           making the html
2559
2560 2006-05-02 Borut Razem <borut.razem AT siol.net>
2561
2562         * doc/Makefile.in: removed *.ind dependency since there is no rule to
2563           create *.ind, which made make to fail if invoked with -j 2
2564
2565 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
2566
2567         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
2568           Hubert Sack for patch 1479782
2569
2570 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
2571
2572         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
2573
2574 2006-05-01 Raphael Neider <rneider AT web.de>
2575
2576         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
2577           (create_pic): store only prefix-free device name,
2578           (init_pic): check for device names with "16" prefix,
2579           (list_valid_pics),
2580         * src/pic/device.h (struct PIC_device),
2581         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
2582             stored device name,
2583         * device/include/pic/pic12f{635,675,629,683}.h,
2584         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
2585         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
2586         * device/include/pic/pic16f505.h,
2587         * device/lib/pic/libdev/pic16f505.c: removed
2588         * device/include/pic/pic14devices.txt: added support for pic12f
2589             devices, removed unsupported non 16-bit devices
2590             [above changes provided by patch from Zik Saleeba]
2591         * src/pic/*, src/pic16/*, device/include/pic16/*,
2592           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
2593
2594 2006-05-01 Borut Razem <borut.razem AT siol.net>
2595
2596         * configure.in, configure, doc/Makefile.in:
2597           sync with nightly build makefile - latex, dvipdf and dvips
2598           not needed any more
2599
2600 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
2601
2602         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
2603         in the library source
2604
2605 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
2606
2607         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
2608
2609 2006-04-28 Raphael Neider <rneider AT web.de>
2610
2611         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
2612         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
2613           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
2614         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
2615
2616 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
2617
2618         * device/lib/pic/libdev/Makefile.in,
2619         * device/lib/hc08/Makefile.in,
2620         * device/lib/gbz80/Makefile.in,
2621         * device/lib/z80/Makefile.in,
2622         * device/lib/ds390/Makefile.in,
2623         * device/lib/ds400/Makefile.in: added srcdir to include search path,
2624         thanks to Borut for the bug report
2625         * configure.in,
2626         * configure: always create doc/Makefile independent from --enable-doc
2627         * Makefile.in: always install from directory doc independent from
2628         --enable-doc
2629         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
2630         removed
2631         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
2632         * doc/Makefile.in: install *.txt if present
2633         * device/include/Makefile.in (install): added installation of pic/*.inc
2634         and pic/*.txt files again, they were erroneously removed
2635
2636 2006-04-28 Raphael Neider <rneider AT web.de>
2637
2638         * src/pic/{gen.c,main.h,pcode.c},
2639         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
2640             concerning signedness with casts
2641
2642 2006-04-28 Raphael Neider <rneider AT web.de>
2643
2644         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
2645             definition of an interrupt handler,
2646         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
2647             interrupt handler stuff from picglue() to separate routine,
2648           (picglue): enabled definition of intr handlers in files w/o main()
2649
2650 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2651
2652         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
2653           compilation with MSVC 2005 Express Edition (VC8)
2654
2655 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
2656
2657         * device/lib/Makefile: fixed build of gbz80 lib
2658
2659 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2660
2661         * support/regression/tests/bug-460010.c,
2662         * support/regression/tests/bug-524691.c,
2663         * support/regression/tests/bug-716242.c: removed conditional defines
2664           that are already in testfwk.h
2665
2666 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2667
2668         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
2669           (AccAXRsh1): added, shift right by 1,
2670           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
2671            AccAXLrl1
2672         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
2673
2674 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
2675
2676         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
2677         remove cast to same type
2678         * src/SDCCast.c (decorateType): fix for RFE 1475742,
2679         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
2680         * as/z80/Makefile,
2681         * link/z80/Makefile: removed, they have moved to
2682         Makefile.in files
2683         * configure,
2684         * configure.in: replaced duplicate message about ucsim by missing sdcpp
2685         * install-sh: fix bug #1204398 by setting umask 0022
2686         * device/lib/Makefile: separate build of z80 and gbz80 lib
2687
2688 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
2689
2690         Enabled VPATH feature: changed nearly all Makefiles (149 files).
2691         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
2692
2693         One basic decision: e.g. src/clean.mk includes further files. In order
2694         to make this work there are two solutions:
2695         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
2696           run configure on them. This way they can use
2697           'include $(srcdir)/port-clean.mk'
2698         - always include clean.mk by the Makefile at the same level. To avoid
2699           that `make clean` tries to include and build Makefile.dep the
2700           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
2701           implemented, because now even `make uninstall` doesn't create
2702           Makefile.in. clean.mk could be eliminated by pasting it in
2703           Makefile.in.
2704
2705         * debugger/mcs51/Makefile.in: build own objects from library sources
2706         (SLIB, SDCC) in current directory
2707
2708         * configure, configure.in: renamed --disable-device-lib-build in
2709         --disable-device-lib; added --enable-doc, the required tools are
2710         searched by configure; added result message; the toolchain for the
2711         belonging ports are now only built, if the port is enabled.
2712
2713         * support/regression/*: all output is written in directory gen, because
2714         the fwk and ports directories don't livet in the build tree using vpath
2715
2716         * doc/sdccman.lyx: renamed --disable-device-lib-build to
2717         --disable-device-lib, added --enable-doc, added section VPATH
2718
2719         * sim/ucsim/configure.in,
2720         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
2721         z80 are enabled by default
2722
2723 2006-04-24 Raphael Neider <rneider AT web.de>
2724
2725         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
2726             to config word, "pic14_"-prefixed some extern functions
2727           (pic14_emitConfigWord): emit __config directive(s) if assignment to
2728             config word has been found
2729         * src/pic/device.h: added prototypes
2730         * src/pic/pcode.c: added "pic14_"-prefix where needed
2731         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
2732             fixup
2733         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
2734             words,
2735           (pic14emitRegularMap): ignore config words,
2736           (pic14createInterruptVect): moved generating __config directives away
2737           (picglue): have __config directives emitted
2738
2739 2006-04-24 Borut Razem <borut.razem AT siol.net>
2740
2741         * doc/Makefile: sync with nightly build makefile
2742
2743 2006-04-24 Raphael Neider <rneider AT web.de>
2744
2745         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
2746             registers that have not been assigned proper liveranges,
2747             fixes #1469504 and #1474602,
2748           (pCodeRegOptimizeRegUsage): fixed typo in comment
2749
2750 2006-04-24 Borut Razem <borut.razem AT siol.net>
2751
2752         * device/examples/main8051.c: deleted - it was removed from CVS
2753           24.mar.2000 and after that modified 18.feb.2001, so it reappered
2754           after the transition to Subversion
2755         * src/SDCCalloc.h: deleted - it was removed  from CVS
2756           3.feb.2001 and after that modified 18.feb.2001, so it reappered
2757           after the transition to Subversion
2758         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
2759           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
2760           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
2761           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
2762
2763 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
2764
2765         * as/asx8051.dsp: added mcs51/strcmpi.h
2766         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
2767         * as/hc08/aslink.h: updated lnksect prototype
2768         * as/hc08/asm.h,
2769         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
2770         * as/hc08/asmain.c,
2771         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
2772           (newdot): handle A_ABS
2773         * as/hc08/asout.c,
2774         * as/mcs51/asout.c (outarea): output address
2775         * as/hc08/lkaomf51.c,
2776         * as/mcs51/lkaomf51.c: disabled unused array UsageType
2777         * as/hc08/m08pst.c,
2778         * as/mcs51/i51pst.c,
2779         * as/z80/z80pst.c: "ABS" is not A_OVR
2780         * as/hc08/lkarea.c (newarea): read a_addr,
2781           (lnkarea): added codemap array, sort absolute areas to the front,
2782            combine all GSINITx/GSFINAL,
2783           (find_empty_space, allocate_space): new functions,
2784           (lnksect): return next address, handle absolute sections
2785         * as/mcs51/lkarea.c (newarea): read a_addr,
2786           lnksect2 prototype changed,
2787           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
2788           (find_empty_space, allocate_space): new, factored out of lnksect2,
2789           (lnksect2): return next address, handle absolute sections
2790         * as/hc08/lkhead.c,
2791         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
2792         * as/hc08/lklibr.c (addfile, fndsym),
2793         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
2794           index out of range and detect both '\' and '/'
2795         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
2796         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
2797           regression tests (ds390 cannot return bool yet)
2798         * doc/sdccman.lyx: changed version number, document changed --no-peep,
2799           document critical interrupts on z80, document changed SDCC define
2800         * src/asm.c (_asxxxx_mapping): fixed .org directive,
2801           (_a390_mapping): added .org directive
2802         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
2803           (genMultOneByte): fixed warnings
2804         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
2805           ones
2806         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
2807         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
2808           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
2809         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
2810         * src/pic16/main.c: removed newReg prototype
2811         * src/pic16/pcode.c,
2812         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
2813           warnings
2814         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
2815           ones
2816         * src/pic16/ralloc.c
2817         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
2818           to fix warnings
2819         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
2820           from short to PIC_OPTYPE
2821         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
2822         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
2823           optype from short to PIC_OPTYPE
2824         * src/port.h: made int_size unsigned to fix warnings
2825         * src/SDCC.y: fixed warning on MSVC
2826         * src/SDCCicode.c (getArraySizePtr): return unsigned int
2827         * src/SDCCopt.c (convertToFcall): fixed warnings
2828         * src/SDCCsymt.h: removed double prototype for genSymName
2829         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
2830           offset int to fix warnings
2831
2832 2006-04-22 Borut Razem <borut.razem AT siol.net>
2833
2834         * doc/sdccman.lyx, */Makefile, */Makefile.in:
2835           references to CVS replaced with Subversion
2836
2837 2006-04-21 Borut Razem <borut.razem AT siol.net>
2838
2839         * doc/sdccman.lyx, */Makefile, */Makefile.in:
2840           references to CVS replaced with Subversion
2841
2842 2006-04-19 Borut Razem <borut.razem AT siol.net>
2843
2844         * src/version.awk: adapted for svn
2845         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
2846           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
2847           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
2848           /binutils-avr/etc/*.vi, *.jin: removed all properties
2849           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
2850
2851 2006-04-19 Borut Razem <borut.razem AT siol.net>
2852
2853         * CVS to Subversion migration completed
2854
2855 2006-04-18 Borut Razem <borut.razem AT siol.net>
2856
2857         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
2858           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
2859
2860 2006-04-17 Borut Razem <borut.razem AT siol.net>
2861
2862         * device/include/Makefile.in: added pic/*.inc to the installation
2863
2864 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
2865
2866         * support/regression/collate-results.py: fixed output in case of
2867         a valdiag error
2868         * support/regression/generate-cases.py: fixed splitting of pathnames
2869         with dots
2870         * as/hc08/lklibr.c (addfile),
2871         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
2872
2873 2006-04-11 Raphael Neider <rneider AT web.de>
2874
2875         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
2876         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
2877         * src/pic16/pcode.c (assignValnums): fixed #1460578
2878
2879 2006-04-11 Raphael Neider <rneider AT web.de>
2880
2881         * device/lib/pic/libdev/*.c,
2882         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
2883           fixes #1468739, enables compilation in --std-c99 mode
2884         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
2885
2886 2006-04-11 Raphael Neider <rneider AT web.de>
2887
2888         * src/pic/device.c (find_device): removed debug output
2889           (list_valid_pics): enabled verbose listing of supported devices
2890         * device/include/stdbool.h: define bool as char for pic14/16 as well
2891
2892 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2893
2894         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
2895
2896 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2897
2898         * .version: bumped version to 2.5.6
2899         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
2900
2901 2006-04-06 Raphael Neider <rneider AT web.de>
2902
2903         * .version: bumped version to 2.5.6 (pic14 ABI changed)
2904         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
2905         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
2906           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
2907             pic14_constructAbsMap
2908           (pic14printPublics): declare absolute global symbols as global
2909           (pic14createInterruptVect),
2910         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
2911           (newReg): assume new registers unused, use correct name in
2912             hashtable (reg->name instead of name), more debugLog output
2913         * src/pic/device.h (PIC_device): added fields for verbose output
2914         * src/pic/device.c: moved device definition to pic14devices.txt,
2915             added routines for runtime parsing of pic14devices.txt,
2916             added support for second config word
2917         * src/pic/main.c (_process_pragma): removed #pragma maxram,
2918           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
2919           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
2920           (_pic14_parseOptions): moved pCodeInitRegisters here
2921           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
2922         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
2923           (pCodeInitRegisters): rewrapped comments, perpared new approach to
2924             handling the pseudo stack
2925         * device/lib/Makefile.in: ignore failures in objects-pic16,
2926         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
2927         * device/lib/pic/NEWS: document new dependency on picXXX.lib
2928         * device/lib/pic/Makefile.subdir,
2929         * device/lib/pic16/Makefile.subdir: improved clean rules
2930         * device/lib/pic/libdev/: NEW, pic14 device libraries
2931         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
2932         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
2933         * device/include/Makefile.in: create subdir and install pic14 headers
2934         * device/include/pic/p16f_common.inc: removed unused declarations
2935         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
2936             PICs from inc2h.pl v1.6,
2937             replaced BIT_AT macros with struct declarations
2938         * device/include/pic/pic14devices.txt: definition of supported devices,
2939             all above improvements contributed by Zik Saleeba, thanks
2940         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
2941         * support/scripts/sdcc.nsi: also install pic14 device libraries and
2942             headers
2943
2944 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2945
2946         * device/include/mcs51/c8051f410.h: added interrupt numbers,
2947         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
2948           thanks to Charles Olds
2949
2950 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2951
2952         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
2953
2954 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2955
2956         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
2957         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
2958         * support/regression/bug1464657.c: added, new test
2959
2960 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
2961
2962         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
2963           version number
2964
2965 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
2966
2967         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
2968           --no-peep and --peep-file <file> are used don't use default rules but
2969           do use the <file>
2970
2971 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
2972
2973         * src/mcs51/gen.c (genCall): fixed bug 1457608
2974
2975 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2976
2977         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
2978         changes seem to cause (trigger?) problems with the build system.
2979
2980 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
2981
2982         * src/SDCCpeeph.c (operandsLiteral): new, added,
2983           (callFuncByName): inserted operandsLiteral
2984         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
2985
2986 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2987
2988         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
2989         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
2990
2991 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2992
2993         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
2994           implemented patch 1120823 Thanks to Willy De la Court (normal
2995           interrupts need an interrupt number now if they are made critical),
2996           and enabled nesting of critical functions though not for gbz80
2997           (genCritical, genEndCritical): added functions
2998           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
2999         * src/z80/mappings.i: added "ei" to all mappings
3000
3001 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3002
3003         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
3004         submitted by the Debian SDCC maintainer Aurelien Jarno:
3005         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
3006         archive with gcc 4.1 on mips and wrote the patch"
3007
3008 2006-03-16 Raphael Neider <rneider AT web.de>
3009
3010         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
3011           the left operand is shorter than the result (c* = lit-c* + int),
3012           fixes bug #1450796
3013         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
3014           OP_SYMBOL
3015
3016 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3017
3018         * src/.version: increased version number to 2.5.5
3019         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
3020         linking is done manually in pic16 port's _linkEdit,
3021         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
3022         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
3023         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
3024         allocate asmop as AOP_ACC,
3025         (aopForRemat): added parameter 'bool result' in function declaration,
3026         (pic16_aopGet): return AOP_ACC when accessing WREG,
3027         (pic16_popGetTempReg): minor modification,
3028         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
3029         'pic16_allocWithIdx',
3030         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
3031         calling function in absolute addresses,
3032         (genAssign): take into account AOP_ACC asmop,
3033         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
3034         * src/pic16/pcoderegs.c: some debug functions and lines added,
3035         * src/pic16/ralloc.c (decodeRegType): added but commented out,
3036         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
3037         register too,
3038         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
3039         call to allocReg, not by manually allocating a new one,
3040         (pic16_assignRegisters): now before going through the register
3041         allocating functions mark all registers as free. This eliminates some
3042         side effects resulting from peephole parser done earlier in the backbone
3043
3044 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
3045
3046         * src/SDCCicode.c (geniCodeLogic),
3047         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
3048
3049 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
3050
3051         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
3052           (genSend): bugfix, do not allocate and free twice,
3053           (shiftRLong): handle partially overlapping aops
3054         * support/regression/tests/bitopcse.c: fixed warning redefined idata
3055
3056 2006-03-08 Borut Razem <borut.razem AT siol.net>
3057
3058         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
3059           for pic16
3060
3061 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
3062
3063         * support/regression/tests/bug1409955.c: new, added
3064         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
3065         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
3066           (aopForSym, aopOp): increment asmop.allocated if reused,
3067           (freeAsmop): decrement asmop.allocated and check for zero instead of
3068           using asmop.freed,
3069           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
3070           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
3071            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
3072            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
3073            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
3074            genSignedRightShift, genRightShift, genDataPointerGet,
3075            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
3076            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
3077             in reverse order from allocation,
3078           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
3079             added swappedLR to keep track
3080         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
3081           pdata & code for GCC, z80, gbz80 & hc08
3082         * support/regression/tests/zeropad.c: moved defines to testfwk.h
3083
3084 2006-03-08 Raphael Neider <rneider AT web.de>
3085
3086         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
3087
3088 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
3089
3090         * device/include/mcs51/c8051f410.h: new SiLabs mcu
3091         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
3092         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
3093
3094 2006-03-06 Borut Razem <borut.razem AT siol.net>
3095
3096         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
3097           made the linker quiet
3098
3099 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3100
3101         * src/pic16/gen.c (genPcall): fixed bug #1443644
3102         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
3103         which dumps before the function entry point a data byte which represents
3104         the number of the local variables used by the specified function, added
3105         'xinst' for initial support for Extended Instruction Support,
3106         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
3107         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
3108         port->fun_prefix anymore (may change later),
3109         (genFunction, genEndFunction): do not store/restore local registers for
3110         _main (this should take care the --main-return command line option in
3111         the future),
3112         (genOr): removed some legacy pic-port instructions,
3113         * src/pic16/genarith.c (genAddLit): re-enabled old code because
3114         performing operations with SFR's causes data to be written more than
3115         once to each SFR. Perhaps SFRs should be handled in special cases...
3116         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
3117         pcode.h
3118         * src/pic16/main.c (_process_pragma): stack bound checking did not take
3119         into account for stack starting position,
3120         (struct OPTIONS pic16_optionsTable): added command line argument
3121         --extended or -y for Extended Instruction Support,
3122         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
3123         (deassignLRs): *** perhaps the most important change, old 'for' code
3124         (commented out for reference), didn't account for some registers which
3125         were left marked 'not free' after a pointer operation. The change
3126         reduces register usage a lot in some cases
3127
3128 2006-03-04 Borut Razem <borut.razem AT siol.net>
3129
3130         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
3131           _clean
3132         * support/regression/tests/bug-524697.c: decreased array size for
3133           mcs51 to fit into the internal RAM
3134         * support/regression/Makefile.in: a little bit more verbose
3135
3136 2006-03-03 Borut Razem <borut.razem AT siol.net>
3137
3138         * support/regression/fwk/lib/testfwk.c,
3139           support/regression/fwk/include/testfwk.h: introduced function
3140           _prints(), nonrecursive _printn(), call _initEmu() from main()
3141         * support/regression/ports/gbz80/support.asm,
3142           support/regression/ports/ucz80/support.asm,
3143           support/regression/ports/z80/support.asm,
3144           support/regression/ports/ds390/support.c,
3145           support/regression/ports/hc08/support.c,
3146           support/regression/ports/host/support.c,
3147           support/regression/ports/mcs51/support.c,
3148           support/regression/ports/xa51/support.c: added empty _initEmu()
3149           function
3150         * support/regression/ports/pic16/gpsim.cmd,
3151           support/regression/ports/pic16/spec.mk,
3152           support/regression/ports/pic16/support.c,
3153           support/regression/Makefile.in: added pic16 regression test
3154
3155 2006-03-01 Raphael Neider <rneider AT web.de>
3156
3157         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
3158           genConstPointerGet): use safe way of generating MOVFF to cover
3159             literals as well as registers, fixes bug #1440527
3160         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
3161             dereference
3162           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
3163             more correctly, fixes bug #1232186
3164           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
3165         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
3166             gplink guess the correct processor in more cases, applied patch
3167             from Till Riedel attached to and fixing bug #1436552
3168
3169 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3170
3171         * support/regression/tests/array.c: added, contains check for #1434401
3172         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
3173
3174 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
3175
3176         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
3177         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
3178         * device/include/mcs51/c8051f326.h,
3179         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
3180         * device/include/mcs51/c8051f000.h,
3181         * device/include/mcs51/c8051f018.h,
3182         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
3183           PCON_IDLE,PCON_STOP and added sfr16 definitions
3184
3185 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
3186
3187         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
3188           genGetWord): fixed bug 1409955
3189
3190 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
3191
3192         * device/include/hc08/mc68hc908gp32.h,
3193         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
3194
3195 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
3196
3197         * src/SDCCast.c (constExprValue): return NULL if not a value
3198         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
3199         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
3200         * support/regression/tests/bitfields.c: enabled signed bitfield for all
3201
3202 2006-02-13 Borut Razem <borut.razem AT siol.net>
3203
3204         * src/regression/ptrarg.c: added, fails due to bug #1430967
3205         * src/regression/Makefile: ptrarg.c added, ...
3206
3207 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
3208
3209         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
3210         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
3211
3212 2006-02-11 Borut Razem <borut.razem AT siol.net>
3213
3214         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
3215           print "Processor: xxx" message to stdout only if --verbose
3216
3217 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3218
3219         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
3220         * support/regression/tests/bug1426356.c: added
3221         * support/regression/tests/bitfields.c: removed 2 tests
3222
3223 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3224
3225         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
3226         * device/include/mcs51/c8051f330.h,
3227         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
3228           PCON_IDLE,PCON_STOP and added sfr16 definitions
3229         * device/lib/_divsint.c,
3230         * device/lib/_divuint.c,
3231         * device/lib/_divulong.c,
3232         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
3233           register bank bug for small stackauto
3234
3235 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3236
3237         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
3238
3239 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
3240
3241         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
3242         * all.dsp: corrected several bin paths
3243         * device/include/mcs51/c8051f120.h,
3244         * device/include/mcs51/c8051f300.h,
3245         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
3246           to PCON_IDLE,PCON_STOP
3247         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
3248         * device/lib/printf_large.c (output_float): fixed bug 1388703
3249         * support/regression/tests/bug1057979.c: added test for bug 1388703
3250
3251 2006-02-08 Raphael Neider <rneider AT web.de>
3252
3253         * src/pic/pcode.c (pciTRIS): fixed typo,
3254           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
3255           (LinkFlow): fixed handling of flows that end in a call,
3256           (ReuseReg): perform safety check earlier
3257         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
3258             to work with flows at the beginning of a pBlock,
3259             fixes #1426557 (Symbol not previously defined),
3260           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
3261             usage information
3262           (RemoveUnusedRegisters): update register usage info
3263         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
3264             created, reuse existing ones instead
3265         * src/pic/gen.c (genPcall): fixed #1424719
3266
3267 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
3268
3269         * link/z80/lkmain.c,
3270         * link/z80/lklex.c,
3271         * link/z80/lkdata.c,
3272         * link/z80/aslink.h: fixed build on current cygwin:
3273         replaced getline() by lk_getline()
3274
3275 2006-02-01 Borut Razem <borut.razem AT siol.net>
3276
3277         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
3278           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
3279           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
3280           src/regression/bool1.c, src/regression/bool2.c,
3281           src/regression/bool3.c, src/regression/call1.c,
3282           src/regression/compare.c, src/regression/compare10.c,
3283           src/regression/compare2.c, src/regression/compare3.c,
3284           src/regression/compare4.c, src/regression/compare5.c,
3285           src/regression/compare6.c, src/regression/compare7.c,
3286           src/regression/compare8.c, src/regression/compare9.c,
3287           src/regression/configword.c, src/regression/for.c,
3288           src/regression/inline.c, src/regression/mult1.c,
3289           src/regression/nestfor.c, src/regression/or1.c,
3290           src/regression/pointer1.c, src/regression/ptrfunc.c,
3291           src/regression/rotate1.c, src/regression/rotate2.c,
3292           src/regression/rotate3.c, src/regression/rotate4.c,
3293           src/regression/rotate5.c, src/regression/rotate6.c,
3294           src/regression/rotate7.c, src/regression/string1.c,
3295           src/regression/struct1.c, src/regression/sub.c,
3296           src/regression/sub2.c, src/regression/switch1.c,
3297           src/regression/while.c, src/regression/xor.c,
3298           src/regression/create_stc, src/regression/simulate,
3299           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
3300           regression tests
3301         * src/regression/gpsim_assert.h: added
3302
3303 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
3304
3305         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
3306         ((void (code *) (void)) 0) ();
3307         * as/hc08/aslex.c,
3308         * as/hc08/aslink.h,
3309         * as/hc08/asm.h,
3310         * as/hc08/asmain.c,
3311         * as/hc08/lkdata.c,
3312         * as/hc08/lklex.c,
3313         * as/hc08/lkmain.c,
3314         * as/mcs51/aslex.c,
3315         * as/mcs51/aslink.h,
3316         * as/mcs51/asm.h,
3317         * as/mcs51/asmain.c,
3318         * as/mcs51/lkdata.c,
3319         * as/mcs51/lklex.c,
3320         * as/mcs51/lkmain.c,
3321         * as/z80/aslex.c,
3322         * as/z80/asm.h,
3323         * as/z80/asmain.c: fixed build on current cygwin:
3324         replaced getline() by as_getline()
3325
3326 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
3327
3328         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
3329         declarator in the symbol chain
3330         * src/SDCCsymt.h,
3331         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
3332         parameter list for function pointers
3333         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
3334         * support/regression/tests/bug-716242.c: added
3335
3336 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
3337
3338         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
3339         offset if possible
3340         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
3341
3342 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
3343
3344         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
3345         inifinitely recurseable, added static
3346         * support/regression/tests/bug-1408066.c: added
3347
3348 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
3349
3350         * src/SDCCicode.h,
3351         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
3352         renamed, added possibility to create "postLoopLbl"-labels
3353         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
3354         newiTempLoopHeaderLabel
3355         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
3356         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
3357         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
3358         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
3359         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
3360         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
3361         (basicInduction): fixed bug #136564, made static,
3362         (loopInduction): changed parameter of basicInduction, made static,
3363         (addPostLoopBlock): added
3364         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
3365         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
3366         findLoopEndSeq
3367         * support/regression/tests/bug-136564.c: added
3368         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
3369         --std-sdcc99 to LIBSDCCFLAGS
3370
3371 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
3372
3373         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
3374         while loop
3375         * support/regression/tests/bug-1406131.c: added
3376
3377 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
3378
3379         * src/SDCCast.c (decorateType): fix promotion of unary minus
3380         * src/SDCCsymt.c (computeType): beautified
3381         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
3382         (valUnaryPM, valComplement): fix sign and promotion,
3383         (valNot): ANSI: result type is int (SDCC: unsigned char)
3384         * support/regression/tests/uminus.c: speedup by removing superflous
3385         test case 'int'
3386         * support/regression/tests/onebyte.c: added promotion and signedness
3387         tests for unary minus
3388         * support/regressions/tests/bug-477927.c: disable warning about
3389         uninitialized variables
3390         * support/regression/tests/not.c: added
3391
3392 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
3393
3394         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
3395         * src/mcs51/gen.c (gen51Code): show final register usage after
3396         fillGaps in asm with --i-code-in-asm
3397         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
3398         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
3399         incUsed, rliveClear, adjustIChain): made static,
3400         (setFromRange): excluded because it's unused,
3401         (findPrevUseSym, markWholeLoop): added,
3402         (findPrevUse): rewritten; fixes bug 895992; now a complete search
3403         through all branches of predecessors enables sdcc to emit the warning
3404         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
3405         (rlivePoint): made static, added parameter emitWarnings which is only
3406         true during the first run out of two,
3407         (findRecursiveSucc, findRecursivePred): removed,
3408         (computeLiveRanges): made static, added parameter emitWarnings,
3409         (dumpIcRlive): added for debugging only
3410         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
3411         removed prototype of setFromRange()
3412         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
3413         in call of computeLiveRanges()
3414         * support/regression/tests/bug-895992.c: added
3415         * support/regression/tests/bug-971834.c: added
3416         * support/valdiag/tests/bug-895992.c: added
3417         * support/valdiag/tests/bug-971834.c: added
3418
3419 2005-12-18 Raphael Neider <rneider AT web.de>
3420
3421         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
3422           (genUnpackBits): improved code for direct operands,
3423           (genPackBits): improved code for literal assignment to bitfields
3424             and for direct destination operands (no FSR indirection),
3425             prevented redundant AND, fixes #1362800,
3426           (AccLsh): added parameter to disable masking of the result
3427         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
3428           skip instructions with side-effects (like incfsz),
3429           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
3430         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
3431         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
3432           fixes #1375263
3433
3434 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
3435
3436         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
3437         volatile variables as spill location
3438
3439 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
3440
3441         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
3442         replacing literals
3443         * support/regression/tests/bug-1376320.c: added
3444
3445 2005-12-08 Raphael Neider <rneider AT web.de>
3446
3447         * src/pic/device.c: renamed is_shared to pic14_is_shared
3448         * src/pic/gen.c (genIfx): re-enabled handling of sbits
3449         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
3450           (is_valid_identifier): added for above workaround
3451
3452 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
3453
3454         * device/lib/Makefile.in: fixed to enable port-specific-objects
3455         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
3456           char, thanks Hubert Sack
3457         * doc/sdccman.lyx: documented --xstack-loc,
3458           elaborated a bit more on interrupts and pitfalls,
3459           removed "setjmp/longjmp unsupported",
3460           documented some unsupported C99 features
3461         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
3462         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
3463           if, thanks Hubert Sack
3464         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
3465         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
3466           make make_library
3467         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
3468           regression tests can report resource usage (rfe 700441)
3469         * support/regression/collate-results.py: report resource usage
3470         * support/regression/ports/ds390/spec.mk,
3471         * support/regression/ports/hc08/spec.mk,
3472         * support/regression/ports/mcs51/spec.mk,
3473         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
3474         * support/regression/ports/ds390/uCsim.cmd,
3475         * support/regression/ports/hc08/uCsim.cmd,
3476         * support/regression/ports/mcs51/uCsim.cmd,
3477         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
3478         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
3479           library, use the default one
3480         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
3481           building the library
3482
3483 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
3484
3485         * config.dsp: added dependency on .version and configure_vc.awk
3486         * device/include/setjmp.h: updated for --stack-auto and --xstack
3487         * device/include/mcs51/at89c51snd1c.h: corrected line endings
3488         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
3489         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
3490         * device/lib/libsdcc.lib: added _setjmp
3491         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
3492           (decorateType): fixed bug 1372851,
3493           (optimizeGetHbit): fixed warning
3494         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
3495           array initialisation
3496         * support/regression/tests/bug1057979.c: added test for bug 1358192
3497         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
3498
3499 2005-12-03 Borut Razem <borut.razem AT siol.net>
3500
3501         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
3502           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
3503
3504 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
3505
3506         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
3507         createIval): implement symbol independant "flexible array member",
3508         (createIvalCharPtr): implemented flexible array initialisation with a
3509         string
3510         * src/SDCCsymt.c (copyStruct): removed,
3511         (getSize): fixed misleading comment,
3512         (getAllocSize): removed, the additional allocation size is now in
3513         sym->flexArrayLength,
3514         (checkStructFlexArray): new, syntax checks for flexible array members,
3515         (compStructSize): added syntax checks for "flexible array members"
3516         (copyStruct): removed,
3517         (copyLinkChain): removed inefficient fix for bug 770487
3518         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
3519         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
3520         symbol->flexArrayLength
3521         * src/SDCCerr.c,
3522         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
3523         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
3524         * support/regression/tests/structflexarray.c: added
3525         * support/valdiag/tests/structflexiblearray.c: added
3526
3527 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
3528
3529         * src/SDCCast.c (decorateType): fixed bug 1368489
3530         * support/Util/SDCCerr.c,
3531         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
3532
3533 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3534
3535         * device/include/mcs51/at89c51snd1c.h: added file submitted by
3536           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
3537
3538 2005-11-27 Borut Razem <borut.razem AT siol.net>
3539
3540         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
3541           support/cpp2/mkdeps.h: added command line option
3542           -obj-ext=<extension> to SDCPP to define object file externion, used
3543           for generation of make dependencies (-M)
3544         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
3545
3546 2005-11-26 Borut Razem <borut.razem AT siol.net>
3547
3548         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
3549           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
3550           added pic and pic16 libraries
3551
3552 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3553
3554         * device/include/float.h: Corrected typo in prototype of __fsgt
3555
3556 2005-11-25 Borut Razem <borut.razem AT siol.net>
3557
3558         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
3559           added creation of model-mcs51-stack-auto libraries
3560
3561 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
3562
3563         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
3564         and fields-list too
3565         * src/SDCCast.c (createIvalArray): removed obsolete comment
3566
3567 2005-11-24 Borut Razem <borut.razem AT siol.net>
3568
3569         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
3570           added missing device/lib/mcs51/crt*.asm sources
3571
3572 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
3573
3574         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
3575
3576 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
3577
3578         * device/lib/_fs2schar.c,
3579         * device/lib/_fs2sint.c,
3580         * device/lib/_fs2slong.c: optimized inline asm
3581
3582 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3583
3584         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
3585           Better handling of floats between -1.0 and 0.0.
3586
3587 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3588
3589         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
3590           (the missing "if"s prohibited removal of redundant labels)
3591
3592 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3593
3594         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
3595           Properly convert floats between -1.0 and 0.0 to long, int, and char
3596           types (max integer value of negative floats tends to zero).
3597         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
3598           Removed changes made so to work properly with floats between
3599           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
3600           and _fs2char.c
3601
3602 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
3603
3604         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
3605         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
3606         (genCast) cosmetic change
3607         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
3608         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
3609         from mcs51
3610         * support/regression/tests/bitfields (testSignedBitfields): added
3611
3612 2005-11-18 Borut Razem <borut.razem AT siol.net>
3613
3614         * sdcc/device/lib/Makefile.in: remove all unnecessary files
3615         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
3616           introduced SILENT option to make building of pic16 libraries less
3617
3618 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3619
3620         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
3621           Now they work properly with floats between -1.0 and 0.0
3622         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
3623
3624 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3625
3626         * src/SDCCicode.c (printOperand): added missing else
3627
3628 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
3629
3630         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
3631         reformatted for better readability
3632         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
3633         signed bitfields
3634
3635 2005-11-17 Borut Razem <borut.razem AT siol.net>
3636
3637         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
3638           introduced SILENT option to make building of pic16 libraries less
3639           verbose - used for nightly snapshot build
3640         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
3641           available on Win32 platforms.
3642         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
3643           medium, large, pic and pic16
3644
3645 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3646
3647         * device/lib/printf_large.c: Temporary patch for bug 1358192:
3648           printf("%f"...) sets fraction to zero.
3649
3650 2005-11-16 Raphael Neider <rneider AT web.de>
3651
3652         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
3653           fixes #1357221
3654         * src/pic/gen.c (genIfx): implemented for CARRY bit
3655         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
3656           to generic pointers, fixes #1357332,
3657           (pic16_movLit2f): NEW,
3658           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
3659
3660 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3661
3662         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
3663
3664 2005-11-11 Raphael Neider <rneider AT web.de>
3665
3666         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
3667         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
3668           compute pointer's type from operand,
3669           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
3670           improved single bit reads, fixes bug #1353379
3671
3672 2005-11-09 Borut Razem <borut.razem AT siol.net>
3673
3674         * support/scripts/sdcc.nsi: added lib/pic to the package
3675
3676 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
3677
3678         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
3679
3680 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3681
3682         * support/regression/tests/bug1348008.c: added
3683         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
3684         * support/regression/tests/bug1337835.c: updated comment
3685
3686 2005-11-06 Borut Razem <borut.razem AT siol.net>
3687
3688         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
3689           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
3690           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
3691           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
3692           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
3693           dynamic construction of cl_error_class and derivates - 2.nd try
3694
3695 2005-11-05 Borut Razem <borut.razem AT siol.net>
3696
3697         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
3698           bug, which caused Bus Errors on sparc solaris
3699
3700 2005-11-04 Borut Razem <borut.razem AT siol.net>
3701
3702         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
3703           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
3704           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
3705           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
3706           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
3707           and derivates to resolve the initialization problem on OSX
3708
3709 2005-11-02 Borut Razem <borut.razem AT siol.net>
3710
3711         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
3712           corrected typo - #include <winsock2.h>
3713
3714 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
3715
3716         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
3717           (_asxxxx_mapping): added org directive for future enhancements
3718
3719 2005-11-01 Borut Razem <borut.razem AT siol.net>
3720
3721         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
3722           enabled sockets on WIN32
3723         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
3724
3725 2005-10-31 Borut Razem <borut.razem AT siol.net>
3726
3727         * support/regression/generate-cases.py: escape backslashes in {testcase}:
3728           WIN32 backslash path delimiters should be escaped when used in C strings
3729         * support/regression/tests/bitfields.c: exclude failing assertions for
3730           __CYGWIN32__ and __MINGW32__ hosts
3731
3732 2005-10-30 Borut Razem <borut.razem AT siol.net>
3733
3734         * src/SDCCutil.c: corrected double comparison typo
3735
3736 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
3737
3738         * device/lib/medium/Makefile: added for new memory model medium
3739         * device/include/asm/mcs51/features.h: updated for medium/pdata
3740         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
3741           added Multiply & Accumulate sbit's and MAC0_PAGE define
3742         * device/include/mcs51/c8051f300.h: added sfr16 definitions
3743         * device/include/mcs51/c8051f310.h: added sfr16 definitions
3744         * device/lib/_mullong.c: update for medium model
3745         * device/lib/incl.mk: added medium model
3746         * doc/sdccman.lyx: documented medium model
3747         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
3748         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
3749         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
3750         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
3751           (allocParms): set SCLS and OCLS to pdata for medium model
3752         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
3753           for pdata,
3754           (powof2): return <0 if not power of 2
3755         * src/avr/gen.c (genBitWise): use updated powof2
3756         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
3757           (shiftR2Left2Result): small optimization in setup, save acc when storing,
3758           (shiftLLeftOrResult): use B if necessary
3759         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
3760         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
3761         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
3762         * support/regression/Makefile.in: added test-mcs51-medium
3763         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
3764
3765 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
3766
3767         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
3768         specifier unsigned
3769         * device/lib/time.c (mktime): fixed bug 1334315
3770
3771 2005-10-28 Raphael Neider <rneider AT web.de>
3772
3773         * device/include/pic/p16f_common.inc: added common declarations
3774         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
3775
3776 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
3777
3778         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
3779           (aopPutUsesAcc): added to predict accumulator use,
3780           (assignResultValue): save acc if necessary,
3781           (genMinusDec): store result if indirectly addressed,
3782           (genDivOneByte):  save acc if necessary,
3783           (movLeft2Result): bugfix if left already in acc,
3784           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
3785             attention to accumulator use (esp. pdata),
3786           (genReceive): receive pdata correctly
3787         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
3788         * src/SDCCicode.h: added isOperandInPagedSpace prototype
3789
3790 2005-10-27 Raphael Neider <rneider AT web.de>
3791
3792         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
3793
3794 2005-10-27 Raphael Neider <rneider AT web.de>
3795
3796         * .version: changed version to 2.5.4
3797         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
3798         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
3799           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
3800             arithmetics support routines
3801         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
3802         * device/lib/Makefile.in: also create installdir for pic
3803
3804         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
3805           pic14 port as well
3806         * src/pic/device.c (dump_sfr): rewritten to delegate register
3807           placement to the linker (use `extern sym' rather than sym EQU addr),
3808           (validAddress): fixed to check last specified address
3809         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
3810           (popGetLit): truncate literal value to 8 bit,
3811           (popGet): moved assert to more appropriate place
3812           (popGetExternal): create pCode operand from and mark the according
3813             symbol as being `extern'
3814           (popGetAddr): added sanity check on immediate's offset, provide
3815             GPOINTER tag on demand
3816           (aopPut): fixed for immediates,
3817           (mov2w_op): move operand's address or contents to WREG (depending on
3818             operand type), safer variant of mov2w,
3819           (movwf,call_libraryfunc): NEW, handy abbreviations,
3820           (get_argument_pcop,get_return_val_pcop,pass_argument,
3821           get_returnvalue): interface for accessing function parameters and
3822             return values,
3823           (assignResultValuei,genRet): use new parameter/return value interface
3824           (pic14_getDataSize): back to old version handling generic pointers,
3825           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
3826             provided implementation and/or fixed old one,
3827           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
3828             calls, removed legacy 8051 reference code
3829           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
3830           (loadSignToC): NEW, move the operands sign bit to CARRY,
3831           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
3832             genRightShiftSigned, accepts negative shift counts,
3833           (setup_fsr): load FSR and adjust IRP (indirect memory access),
3834           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
3835             generic pointers, __data pointers and __code pointers,
3836           (genUnpackBits,genPackBits): rewritten to work with generic pointers
3837             and signed bitfields, limit bitfields to 8 bit,
3838           (genDataPointerGet): fixed number of bytes read,
3839           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
3840           (genPointerGet,genPointerSet): fixed handling of __code pointers,
3841             pointers to constant data are no longer assumed to point to __code
3842             space, removed invalid pointer types,
3843           (bitpatternFromVal): retrieve the PICs representation of an integer
3844             or float literal,
3845           (genDataPointerSet): fixed assigning to po_immediate operands,
3846           (genGenPointerSet): implemented as library call,
3847           (genIfx): fixed incorrect condition,
3848           (genAddrOf): limit generic pointers' addresses to 2 bytes,
3849             provide GPOINTER tag according to destination's storage class,
3850           (genCast): added code to handle casting to generic pointers, added
3851             sign-/zero extension of the result
3852           (aop_isLitLike,op_isLitLike): fixed handling of immediates
3853         * src/pic/gen.h: added macros to access IRP bit in STATUS register
3854         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
3855           extend the result
3856         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
3857           address/register resides in the shared banks
3858           (emitSymbolToFile): improved to handle global and `pinned' symbols,
3859             put all variables into separate sections (have the linker arrange
3860             them)
3861           (picglue): put init code and interrupt handlers in separate sections
3862         * src/pic/main.c: added port specific options table, modified to PORT
3863           structure to make GPOINTERs 3 byte, added pic14_options
3864           (_pic14_do_link): private linking routine (update paths to libraries,
3865             add libsdcc.lib by default)
3866         * src/pic/main.h: declare pic14_options
3867         * src/pic/pcode.c: fixed instructions i/o relations,
3868           (RegCond): reverted to correct version,
3869           (newpCodeOpLit): truncate literals to 8 bit,
3870           (genericPrint): added debug output,
3871           (getRegFromInstruction): fixed for various operand types, simplified
3872           (BuildFlow): fixed broken handling of isntructions with labels
3873           (LinkFlow): start at last instruction in flow (skip trailing comments),
3874             pass the flow on to the next instruction after CALL
3875           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
3876           (insertPCodeInstruction): fixed inserting after a skip instruction,
3877           (DoBankSelect): fixed for labeled instructions
3878           (OptimizepBlock): honor --nopeep switch
3879           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
3880         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
3881         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
3882           (pCodeOptime2pCodes): allow disabling this optimization via
3883             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
3884             but is still buggy), started implementation of a dataflow based
3885             pCode optimization (CSE + dead code elimination)
3886           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
3887         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
3888           names are independant of the stack location and therefore portable across
3889           devices
3890
3891 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
3892
3893         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
3894           (selectSpil): fixed bug 1337835 by not spilling bit variables
3895         * support/regression/tests/bug1337835.c: added test for this bug
3896         * src/mcs51/peeph.def: restart after rule 3.c,
3897           addded rules 263.x to optimize loading constants
3898
3899 2005-10-26 Raphael Neider <rneider AT web.de>
3900
3901         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
3902         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
3903           (genAssign): emit warning when casting literals to generic pointer
3904             type, also applies when taking the address of a fixed variable,
3905           (genCast): improved casting to generic pointers
3906         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
3907           extern variables, added verbose error message
3908         * device/include/pic16/{string.h,errno.h}: added #pragma library c
3909
3910 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
3911
3912         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
3913         carry must be complemented too
3914         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
3915         could be emitted by genMinus
3916         * src/SDCCval.c (constVal): fixed bug 1305065
3917
3918 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
3919
3920         * src/SDCCast.c (addCast): added promotion for bit variables
3921         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
3922         promotion casts + optimisation
3923         (optimizeGetWord): fix warning 'i' might be used uninitialized
3924         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
3925         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
3926
3927 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
3928
3929         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
3930         all chars are promoted to int; promotion should be handled in SDCCast.c
3931
3932 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3933
3934         * device/lib/_strcmp.c: Fixed bug 1326457
3935
3936 2005-10-11 Raphael Neider <rneider AT web.de>
3937
3938         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
3939         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
3940
3941 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3942
3943         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
3944         * support/regression/tests/sfr16.c: added test for the sfr32 bug
3945
3946 2005-10-04 Raphael Neider <rneider AT web.de>
3947
3948         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
3949           device/lib/pic16/pics.all: added pic18f1320
3950         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
3951
3952 2005-09-30 Raphael Neider <rneider AT web.de>
3953
3954         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
3955         * src/pic16/devices.inc: NEW, provides device descriptions
3956         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
3957
3958 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
3959
3960         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
3961           GETHBIT
3962
3963 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
3964
3965         * doc/sdccman.lyx: updated Highest Order Bit documentation,
3966           documented Any Order Bit, Higher Order Byte and Higher Order Word
3967         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
3968         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
3969           (optimizeGetAbit): new, to get any bit, not only the high bit,
3970           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
3971           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
3972           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
3973           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
3974             RIGHT_OP: also try GETBYTE, GETWORD optimization,
3975             GETABIT, GETBYTE, GETWORD: decorate them,
3976           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
3977           (ast_print): added GETABIT, GETBYTE, GETWORD
3978         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
3979         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
3980           (geniCodeBinary): new generic binary icode,
3981           (ast2iCode): added GETABIT, GETBYTE, GETWORD
3982         * src/port.h: updated comment for PORT.hasExtBitOp
3983         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
3984           (genGetByte): new, to get a single byte,
3985           (genGetWord): new, to get a word from a long,
3986           (gen51Code): added GETABIT, GETBYTE, GETWORD
3987         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
3988
3989 2005-09-23 Raphael Neider <rneider AT web.de>
3990
3991         * configure.in, configure: have device/lib/pic configured
3992         * device/lib/Makefile.in: added model-pic14
3993         * device/lib/clean.mk: added pic/ to clean rule
3994         * device/lib/pic: added rudimentary pic14 library providing support
3995           functions for multiplication/division/generic pointer access
3996         * src/SDCCopt.c (convilong): mark support functions as extern
3997           for pic14 port as well
3998         * src/pic/gen.c (genMult): added assertions,
3999           (genpic14Code): emit warning on unhandled iCodes
4000         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
4001         * src/pic/pcode.c (pCodeOpCopy),
4002         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
4003           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
4004           SFR_REGISTER}), made safe for future extensions
4005         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
4006           instructions even if preceeded by SKIP instructions (also remove
4007           them); removed unused code
4008         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
4009           prevents leaving parts of the structure uninitialized after copying
4010
4011 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
4012
4013         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
4014           ago by me
4015         * support/regression/tests/addsub.c: added test for the bug
4016
4017 2005-09-21 Raphael Neider <rneider AT web.de>
4018
4019         * device/include/pic16/pic18f1220.h,
4020           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
4021         * device/lib/pic16/Makefile.rules: added missing opening paren
4022         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
4023           are provided in genutils.c,
4024           (genUminusFloat,genUminus,genCmpEq): added asserts on different
4025           operand/result sizes,
4026           (genCmp): assert on NULL pointers first, then check deref'ed values
4027         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
4028           result size
4029
4030 2005-09-18 Raphael Neider <rneider AT web.de>
4031
4032         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
4033           as these are now unused,
4034           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
4035         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
4036           local, avoids uninitialized pointer dereference on r->name
4037         * src/pic16/ralloc.c (newReg): fixed indentation
4038
4039 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
4040
4041         * src/SDCCval.c (constVal): fixed bug 730366
4042         * support/Util/SDCCerr.c,
4043         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
4044
4045 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
4046
4047         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
4048
4049 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
4050
4051         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
4052
4053 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4054
4055         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
4056           (hex2dec): made hex_digit unsigned char, removed ascii dependance
4057         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
4058           (hex2dec): made hex_digit unsigned char, removed ascii dependance
4059         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
4060         * packihx/packihx.c (hexDigit): made c unsigned char
4061         * as/mcs51/lklibr.c (fndsym),
4062         * link/z80/lkgb.c (gb),
4063         * link/z80/lklibr.c (fndsym),
4064         * link/z80/lkrloc.c (relr),
4065         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
4066         * src/SDCC.lex (checkCurrFile, process_pragma),
4067         * src/SDCCglue.c (spacesToUnderscores),
4068         * src/SDCCmain.c (setParseWithComma, processFile),
4069         * src/asm.c (tvsprintf, printCLine),
4070         * src/avr/gen.c (emitcode, aopPut),
4071         * src/ds390/gen.c (emitcode),
4072         * src/hc08/gen.c (emitcode, emitinline),
4073         * src/mcs51/gen.c (emitcode, genInline),
4074         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
4075           tokenizeLineNode),
4076         * src/pic/ralloc.c (debugLog),
4077         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
4078           tokenizeLineNode),
4079         * src/pic16/ralloc.c (debugLog),
4080         * src/z80/main.c (_process_pragma):
4081            made all ctype.h function calls safe
4082         * src/SDCCopt.c: include math.h for fabs
4083         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
4084           and used them throughout the code to make ctype.h function calls safe
4085         * src/ds390/main.c (asmLineNodeFromLineNode),
4086         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
4087         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
4088            unsigned char*
4089         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
4090           (newpCodeAsmDir): made ctype.h function calls safe
4091         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
4092           pic16_emitcode):  made lbp unsigned char*
4093         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
4094           (pic16_newpCodeAsmDir): made ctype.h function calls safe
4095         * src/xa51/gen.c (emitcode),
4096         * src/z80/gen.c (_emit2): made lbp unsigned char*
4097         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
4098            char*
4099
4100 2005-09-05 Raphael Neider <rneider AT web.de>
4101
4102         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
4103           access bank splitpoint
4104
4105 2005-09-05 Raphael Neider <rneider AT web.de>
4106
4107         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
4108
4109 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
4110
4111         * .version: changed to version 2.5.3
4112         * doc/sdccman.lyx: changed version to 2.5.3,
4113           documented --codeseg and --constseg and pragma codeseg and constseg,
4114           documented bit parameters (reentrant) and bit returning
4115         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
4116            currFunc->recvSize, but is this ok for all ports?
4117           (ast2iCode): result of ~ on unsigned char must be cast to int for
4118            bool to work
4119         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
4120           function pointers in bit space
4121         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
4122           (processFuncArgs): call port.reg_parm() with reentrancy info
4123         * src/port.h,
4124         * src/avr/main.c,
4125         * src/ds390/main.c,
4126         * src/hc08/main.c,
4127         * src/pic/main.c,
4128         * src/pic16/main.c,
4129         * src/xa51/main.c,
4130         * src/z80/main.c: port.reg_parm prototype extended with
4131           "bool reentrant" parameter
4132         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
4133           options.stackAuto for allocating bit register parameters
4134         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
4135           (genSend): set BitBankUsed if it is,
4136           (selectRegBank): factored out of genCall for use in genPcall,
4137           (genCall): removed redundant dtype assignmen, use selectRegBank,
4138           (genPcall): handle returning in Carry properly, save in F0 if needed,
4139           (genReceive): handle bit register parameters
4140         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
4141           (mcs51_assignRegisters): enable bit registers for all reentrant
4142            functions and don't set BitBankUsed unconditionally
4143         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
4144         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
4145         * support/regression/tests/funptrs.c: added tests for BOOL and for return
4146
4147 2005-08-27 Borut Razem <borut.razem AT siol.net>
4148
4149         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
4150         ppc-osx (Darwin) does not support -u option. It seems that it is
4151         supported only on Linux - GNU cp
4152
4153 2005-08-25 Borut Razem <borut.razem AT siol.net>
4154
4155         * sim/ucsim/gui.src/serio.src/Makefile.in,
4156           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
4157           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
4158           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
4159           install and strip, since the strip at /usr/ccs/bin should be used
4160           on solaris
4161
4162 2005-08-24 Borut Razem <borut.razem AT siol.net>
4163
4164         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
4165
4166 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
4167
4168         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
4169         ffffffffu
4170
4171 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
4172
4173         * as/mcs51/aslink.h: completed lkrloc.c prototypes
4174         * as/mcs51/lkmain.c (link_main): fixed warning
4175         * device/include/stdbool.h: ds390 has no advanced bit support yet
4176         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
4177         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
4178         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
4179           and updated their macros
4180         * src/SDCCval.c (constVal): updated comment for renamed b_long
4181
4182 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
4183
4184         * as/mcs51/asdata.c: changed ctype['['] to BINOP
4185         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
4186           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
4187           (oprio): set priority for '['
4188         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
4189            and adb_24_bit
4190         * as/mcs51/asm.h: added defines R_BIT and S_BIT
4191         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
4192         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
4193         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
4194           added overlayable BIT_BANK area
4195         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
4196           (summary2): explain 'T' in legenda
4197         * as/mcs51/lkrloc.c: replaced old K&R style,
4198           (relr): added R_BIT processing,
4199           (errmsg): added "Bit-addressable relocation error",
4200           (adb_bit): added for converting from byte- to bit-addressable space,
4201           (adb_24_bit): added for converting from byte- to bit-addressable space
4202         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
4203            used in reentrant functions now even as return value
4204         * device/lib/_gptrput.c (_gptrput): removed obsolete code
4205         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
4206           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
4207         * src/SDCCglobl.h: added indicator BitBankUsed
4208         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
4209            the bit registers b0-b7
4210         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
4211           (geniCodeCast): fixed bug 1263853,
4212           (geniCodeLogicAndOr): put result in bool or char,
4213           (geniCodeReceive): added parameter func for accessing the return type,
4214           (geniCodeFunctionBody): pass func to geniCodeReceive
4215         * src/SDCCmain.c: added indicator BitBankUsed
4216         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
4217         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
4218           (checkSClass): don't put automatic bool/bit on stack,
4219           (checkFunction): removed check on function cannot return bit
4220         * src/SDCCsymt.h: added newBoolLink prototype
4221         * src/mcs51/gen.c (rb1regs): added bit registers,
4222           (movc): created for assigning to carry,
4223           (pushReg, popReg): created for pushing registers,
4224           (sameRegs): check both AOP_REG and AOP_CRY types,
4225           (aopOp): handle bit registers,
4226           (aopPut): optimization no self-assign,
4227           (saveRegisters): push reg->base (bits) only once for bit registers,
4228            and use pushReg,
4229           (unsaveRegisters): pop reg->base only once and use popReg,
4230           (assignResultValue): added parameter func and return in carry for bits,
4231           (genIpush): optimization no reload in A if not changed,
4232           (genSend): bit parameters in reentrant functions are passed in bit
4233            registers by first assigning to bits in B, then save registers and
4234            copy B to bits,
4235           (genCall): handle returning in Carry properly, save it in F0 if needed,
4236           (genPcall): updated assignResultValue call, this is not safe yet for bit
4237            returning function !!!
4238           (genFunction): don't generate equ's for bit registers and use pushReg,
4239           (genEndFunction): take care of bit returning functions and use popReg,
4240           (genRet): return bit in Carry,
4241           (genIfx): optimize bit registers and other directly addressable bits,
4242           (genReceive): updated assignResultValue call
4243         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
4244           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
4245            registers when using stack-auto
4246         * src/mcs51/ralloc.c (_G): added allBitregs,
4247           (regs8051): added the bit registers,
4248           (createStackSpil): use macro IS_BIT,
4249           (getRegBit): added to allocate a bit register, else spill,
4250           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
4251           (updateRegUsage): factored out to ease stepping while debugging,
4252           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
4253            also allocate bit registers,
4254           (fillGaps): handle bit registers,
4255           (findAllBitregs): added to create bit vector with all bit registers,
4256           (mcs51_allBitregs): returns this bit vector,
4257           (mcs51_assignRegisters): when using stack-auto use bit registers for
4258            passing parameters and creating local variables
4259         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
4260
4261 2005-08-22 Borut Razem <borut.razem AT siol.net>
4262
4263         * device/lib/Makefile.in: replaced find option -or with -o
4264           to make it run on solaris
4265
4266 2005-08-22 Raphael Neider <rneider AT web.de>
4267
4268         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
4269           fixes #1265442 (crash on Solaris)
4270
4271 2005-08-20 Borut Razem <borut.razem AT siol.net>
4272
4273         * configure, configure.in: added tests for libsocket and libnsl libraries,
4274           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
4275           from support/regression/Makefile.in
4276         * support/regression/Makefile.in: added
4277         * device/lib/pic16/Makefile.common.in: force make to use bash shell
4278         * sim/ucsim/libtool: regenerated on sparc-solaris
4279         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
4280           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
4281           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
4282           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
4283           sparc-solaris, which doesn't use GNU ld linker
4284         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
4285         * as/Makefile: find on sparc-solaris does not support -maxdepth option
4286
4287 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
4288
4289         * src/mcs51/peeph.def: updated comments
4290
4291 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4292
4293         * device/lib/_gptrget.c,
4294         * device/lib/_gptrput.c: slightly shorter
4295         * doc/sdccman.lyx: incremented version
4296         * src/mcs51/peeph.def: moved peephole comments to the line of first
4297           change to better keep line correlation, reanimated 186.e
4298         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
4299
4300 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4301
4302         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
4303           David Saxton with quotes around file name.
4304
4305 2005-08-15 Borut Razem <borut.razem AT siol.net>
4306
4307         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
4308           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
4309           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
4310           make tests run on x86_64 platform
4311
4312 2005-08-13 Raphael Neider <rneider AT web.de>
4313
4314         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
4315           as it might be executed DURING a build (parallel make is wonderful)
4316
4317 2005-08-13 Raphael Neider <rneider AT web.de>
4318
4319         * device/lib/Makefile.in (port-specific-objects-pic16):
4320           revert to cp $(PORT)/bin/*.* $(PORTDIR)
4321         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
4322           dependency
4323         * device/lib/pic16/Makefile.rules: build subdirs before creating
4324           the library, removed builddir rule, create $(builddir) early in
4325           recurse rule, use empty recurse rule for leaf directories
4326         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
4327           mkdir errors (race condition), removed duplicate suffix "hex"
4328           from clean rules
4329         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
4330         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
4331           prevents mkdir -p from aborting on Alpha
4332
4333 2005-08-12 Raphael Neider <rneider AT web.de>
4334
4335         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
4336           db-statements in order to allow for arrays of pointers in code
4337           sections to be placed without interspersed 0-padding, fixes
4338           bug #1256215
4339         * (emitStatistics): fixed division by zero for pic18f1220
4340         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
4341           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
4342         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
4343         * (pic16_pCodeConstString): keep track of already emitted string
4344           literals to prevent "duplicate definitions of symbol _str_NR"
4345         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
4346           debug message
4347         * device/lib/Makefile.in: ignore failing PIC16 library builds
4348         * device/lib/pic16/Makefile: do not build if gputils are missing
4349         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
4350
4351 2005-08-10 Raphael Neider <rneider AT web.de>
4352
4353         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
4354           my last commit)
4355
4356 2005-08-10 Raphael Neider <rneider AT web.de>
4357
4358         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
4359           Rokas' patch to add the new fixed point type "__fixed16x16"
4360         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
4361           functions for __fixed16x16 arithmetics
4362         * device/lib/pic16: reimplemented the build system to support
4363           a separate build directory, better handling of libio (create
4364           the library in a separate subdir for each architecture) and
4365           easier configuration (centralized in Makefile.common)
4366
4367 2005-08-07 Raphael Neider <rneider AT web.de>
4368
4369         * src/pic16/gen.c (genrshTwo): fixed sign extension
4370         * src/pic16/device.c: added pic18f2320, 4220 and 4320
4371         * device/include/pic16/pic18f2220.h: changed some bit definitions,
4372           added T0CONbits
4373         * device/include/pic16/pic18f4220.h: NEW, header for
4374           pic18f4220 and pic18f4320
4375         * device/include/pic16/pic18fregs.h: added new devices,
4376           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
4377         * device/include/pic16/signal.h: resolved name clashes
4378           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
4379           to also allow testing for interrupt enable bits, added
4380           comments on how to use the macros
4381         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
4382         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
4383           register definitions for the devices
4384         * device/lib/pic16/pics.all: added new devices
4385         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
4386           allocated memory
4387         * device/lib/pic16/libc/stdlib/memfree: do not count
4388           the block header as free memory
4389         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
4390           simplified and added missing end-of-blocklist-marker
4391           (reported by Peter Onion, fixes #1252814)
4392         * (_mergeHeapBlock): fixed loop condition
4393         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
4394           len==0, restructured code
4395         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
4396           up a bit, reduced bitfield accesses, prevent endless loops
4397           in case of heap corruption
4398         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
4399           "unreferenced arguments/must return a value" warnings
4400         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
4401           replaced BAUDREG with SPBRG
4402         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
4403           device/lib/pic16/debug/gstack/gstack.c: replaced
4404           _naked, _asm, _endasm with __naked, __asm, __endasm
4405
4406 2005-08-05 Raphael Neider <rneider AT web.de>
4407
4408         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
4409           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
4410
4411 2005-08-05 Borut Razem <borut.razem AT siol.net>
4412
4413         * device/lib/Makefile.in: added missing ';'
4414         * configure: removed ^M characters
4415
4416 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4417
4418         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
4419           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
4420           License
4421
4422 2005-08-04 Borut Razem <borut.razem AT siol.net>
4423
4424         * configure.in: pic16 libraries build 2nd try - enable running
4425           configure in device/lib/pic16
4426         * configure: regenerated from configure.in
4427         * device/lib/Makefile.in: create $(PORT)/bin directory
4428
4429 2005-08-03 Raphael Neider <rneider AT web.de>
4430
4431         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
4432           to get/set values via pointers
4433         * (genUnpackBits,genPackBits): changed detection of
4434           ptr->bitfield vs. sym.bitfield, fixed access via generic
4435           pointers, removed dead (wrong) code for multibyte bitfields
4436         * (genNearPointerGet, genGenPointerGet): removed useless code,
4437           fixed bitfield detection, fixes #1250594
4438         * (genNearPointerSet): removed useless code
4439         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
4440           and introduced macro pic16_emitpcode that conditionally emits
4441           the origin of the following pCode (useful for debugging SDCC)
4442         * src/pic16/pcode.c: changed (and disabled) some debug outputs
4443         * (createDefmap): fixed handling of LFSR for --optimize-df
4444
4445 2005-08-02 Borut Razem <borut.razem AT siol.net>
4446
4447         * device/lib/Makefile.in: pic16 libraries build enabled since
4448           gputils-0.13.2 are now localy installed at sourceforge's compile farm
4449
4450 2005-08-02 Raphael Neider <rneider AT web.de>
4451
4452         * src/pic16/gen.c (genPackBits): removed deprecated warning
4453         * (genGenPointerSet): fixed bitfield detection
4454
4455 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4456
4457         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
4458
4459 2005-07-31 Raphael Neider <rneider AT web.de>
4460
4461         * device/lib/pic16/libdev/pic18f458.c,
4462           device/include/pic16/pic18f458.h: added missing T0CONbits
4463
4464 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4465
4466         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
4467
4468 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
4469
4470         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
4471
4472 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4473
4474         * device/include/mcs51/at89c51ed2.h: added.
4475
4476 2005-07-23 Raphael Neider <rneider AT web.de>
4477
4478         * src/pic/gen.h: added emitpcode macro for debugging
4479         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
4480           and replace by macro adding debug information on demand
4481         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
4482         * (gencjne): tried to fix; replaced with correct (slower) code
4483         * (gen{Unp,P}ackBits): fixed single bit access
4484         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
4485         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
4486           previous instruction
4487         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
4488           register has to be handled with care (forbidding movement
4489           of assignments/uses, removing assignments completely, ...)
4490         * (pCodeOptime2pCodes): make use of regIsSpecial
4491         * added lots of debugging output (commented out)
4492         * src/pic/rallloc.c (deassignLRs): prevent operand registers
4493           from being reused as result UNLESS it is known to work
4494
4495 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
4496
4497         * support/Util/dbuf.h: include <stddef.h> for size_t
4498         * .version: changed to version 2.5.2
4499
4500 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4501
4502         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
4503
4504 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4505
4506         * src/hc08/gen.c (genMinus): fixed bug #1241835,
4507           (genModOneByte): removed needless psha/pula
4508
4509 2005-07-22 Raphael Neider <rneider AT web.de>
4510
4511         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
4512           have PIC14 handled like PIC16, fixes broken pic14 linker calls
4513         * src/pic/gen.c (resolveIfx): do not "invent" labels
4514         * (genSkipc): changed to positive logic
4515         * (genSkipCond): removed as no longer needed
4516         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
4517           backport from PIC16
4518         * (genLeftShift): check operands are in different registers
4519         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
4520           INCF does not update CARRY...
4521         * src/pic/main.c: fixed _linkCmd
4522         * src/pic/pcode.c (unlinkpCode): added inactive code
4523         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
4524           alive (do not assign result and operand overlapping registers)
4525
4526 2005-07-22 Raphael Neider <rneider AT web.de>
4527
4528         * src/pic/device.c (dump_sfr): replaced register declaration with
4529           call to emitSymbolToFile() to avoid duplicate symbols
4530         * (assignRelocatableRegisters): do not declare external symbols
4531         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
4532           right (take size of type, not etype)
4533         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
4534         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
4535         * (packRegsForAccUse): disabled assignment of WREG as
4536           the result reg to prevent occurence of just fixed #1235003,
4537           fixes #1242954
4538         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
4539           symbols (avoids duplicate symbols in .asm file)
4540         * (pic14emitRegularMap): use emitSymbolToFile()
4541         * src/pic/gen.c (aopOp): fixed spillLocation handling
4542         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
4543         * (genDataPointerSet): removed unneccessary variables/output
4544
4545 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
4546
4547         * as/mcs51/lkarea.c: enlarged codemap for banked memory
4548         * device/lib/mcs51/crtbank.asm: added # to 0x0F
4549
4550 2005-07-21 Raphael Neider <rneider AT web.de>
4551
4552         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
4553           architecture cannot handle them efficiently, fixes bug #1235003
4554         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
4555           check for empty sets before using them (fixes bug #1232190)
4556
4557 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
4558
4559         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
4560           (lnksect2): generate warnings for memory overlap
4561         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
4562           constseg to set the name of these segments so you can instruct the linker
4563           to place them in banks
4564         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
4565         * src/SDCCglobl.h: added MODEL_HUGE to enum,
4566           added code_seg and const_seg to options
4567         * src/SDCCglue.c (emitMaps): use options.const_seg,
4568           (createInterruptVect): put interrupt vectors in segment HOME,
4569           (glue): put HOME before static segment and put the main glue in HOME,
4570           (glue): use options.code_seg
4571         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
4572         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
4573           these segments so you can instruct the linker to place them in banks
4574           (linkEdit): use code_loc for HOME segment which should be the first
4575           segment in code memory now
4576         * src/SDCCmem.c: fixed more stuff like bug 1238386
4577         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
4578           (changePointer): don't change function pointers to code pointers for
4579           banked functions,
4580           (compareType): added exceptional check for banked function pointers
4581         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
4582         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
4583           after static in code memory
4584         * src/mcs51/gen.c: added aopLiteralLong prototype,
4585           (aopForSym): use getSize for functions,
4586           (genCall): generate banked calls over one trampoline __sdcc_banked_call
4587           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
4588           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
4589           the segment,
4590           (genPcall): use call for literal function pointers and generate banked
4591           calls over the one trampoline so there's only one place for the user to
4592           modify according to his/hers hardware,
4593           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
4594           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
4595         * src/mcs51/main.c: added keyword banked,
4596           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
4597         * support/Util/SDCCerr.c,
4598         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
4599           needed for passing the bank and address to the trampoline
4600         * device/lib/mcs51/crtbank.asm: added for bankswitching
4601         * device/lib/mcs51/Makefile: added crtbank
4602
4603 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4604
4605         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
4606           for fields at offset 0 of a struct or union as reported
4607           on 2005-07-07 in the developer mailing list.
4608
4609 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
4610
4611         * src/SDCCmem.c: fixed bug 1238386
4612
4613 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4614
4615         * src/mcs51/peeph.def: added labelrefcounting for peepholes
4616           (patch #1144962), added peephole 300, enabled 259.x
4617         * doc/sdccman.lyx: removed screenshot and provided link instead
4618
4619 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4620
4621         * doc/sdccman.lyx: added section about debugging with ddd
4622         * doc/figures/ddd_example.eps: screenshot of debugging session
4623
4624 2005-07-04 Raphael Neider <rneider AT web.de>
4625
4626         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
4627           like CODE pointers, fixes #1115683
4628         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
4629           call, fixes bugs #1232211, #1228110,
4630           fixed wrong casts to pCodeFlow from pCodeInstructions
4631
4632 2005-07-04 Raphael Neider <rneider AT web.de>
4633
4634         * src/pic/gen.c (popGet): changed assert to allow for
4635           bit operands
4636         * (popGetAddr): changed signature to provide
4637           an additional index, patched all call sites
4638         * (genCmpEq): handle literal-like operands correctly
4639         * (genAddrOf): added sanity checks on __code/__data pointers
4640         * (genAssign): added handling of symbols from __code section
4641         * (gencjne): do not generate code for comparisons whose result
4642           is neither stored nor used, fixes bug #1171114
4643         * (AccLsh, AccRsh): operate on operand instead of WREG
4644         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
4645           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
4646           by known count
4647         * rewrote complete shift-by-literal logic, commented unused
4648           functions out
4649         * (genConstPointerGet): get multiple bytes (if result size > 1),
4650           fixed handling of non-immediate addresses
4651         * (genPointerGet): handle CODE pointers like CONST pointers
4652         * (genpic14Code): insert C-SRC lines as Cource-pCodes
4653         * ({aop,op}_isLitLike): NEW, single place to decide whether an
4654           operand is to be treated as a literal or not
4655         * (mov2w,genPcall,genCmpEq),
4656           src/pic/genarith.c: use aop_isLitLike() to decide between
4657           literal/register contents
4658         * (addSign): added missing offset
4659         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
4660           only emit comment in debug-mode,
4661           use {aop,op}_isLitLike throughout the file
4662         * src/pic/glue.c: fix initializers for pointers (work in progress)
4663         * src/pic/pcode.c (get_op): honor index on _const symbols
4664         * ({reset,dump}pCodeStatistics): NEW, estimate code size
4665         * (dumppBlock): added pCode size estimation
4666         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
4667           check for IS_SYMOP before OP_SYMBOL'ing
4668         * fixed indentation, compacted switch-statements
4669         * (allocReg): find free register and allocate it instead of
4670           allocating new registers all the time
4671         * (deassignLRs): prevent POINTER_GET's from being assigned the same
4672           registers as its operands (necessary only for multibyte GETs)
4673
4674 2005-07-01 Raphael Neider <rneider AT web.de>
4675
4676         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
4677           debugging .asm-output macros FENTRY + FEXIT
4678         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
4679           way... I wonder...
4680         * (emitpComment): NEW, printf to pCode
4681         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
4682           offset handling
4683         * (popGetAddr): NEW, variant of popGet to access an immediates
4684           high(er) bytes instead of the n'th byte of memory they reference,
4685           replaced popGet with popGetAddr where neccessary
4686         * (genDataPointerGet): reactivated and fixed implementation
4687         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
4688           accesses
4689         * (genDataPointerSet): fixed multibyte assignments
4690         * (genpic14Code): fixed --i-code-in-asm handling
4691         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
4692         * (genPlus): fixed index-out-of-bounds error
4693         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
4694         * src/pic/ralloc.c: added debugging output macro FENTRY2
4695         * (spillThis): fixed indentation, enbraced for-body for clarity
4696         * (rematStr): commented out as now unused
4697         * (regTypeNum): commented out special spill case (overwrites
4698           arbitrary values)
4699         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
4700
4701 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
4702
4703         * doc/sdccman.lyx: documented sfr16/sfr32,
4704           added example for using storage class with function pointers
4705         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
4706
4707 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
4708
4709         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
4710         * device/lib/_itoa.c,
4711         * device/lib/_ltoa.c: optimized codesize
4712         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
4713           but don't know how to suppress the double warning.
4714         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
4715         * support/Util/SDCCerr.c,
4716         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
4717
4718 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
4719
4720         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
4721           fixed old K&R prototypes
4722         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
4723         * device/lib/_gptrget.c,
4724         * device/lib/_gptrgetc.c,
4725         * device/lib/_gptrput.c: changed versions for new memory indicator values,
4726           also new versions for small generic pointers and banked generic pointers
4727         * src/port.h: added const_name
4728         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
4729         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
4730         * src/SDCCcse.c (findPrevIc): check all associative operators
4731         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
4732         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
4733         * src/SDCCmem.c: updated comments,
4734           set far-space to 0 for pdata, results in optimized code
4735         * src/SDCCmem.h: added macro CONST_NAME
4736         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
4737           moving the info into the highest bits, see also gptrget/gptrput
4738         * src/src.dsp: added sdcc.ico to project files
4739         * src/avr/gen.c (genCast): fixed bug 0x%d
4740         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
4741         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
4742           relation between ptr_type and DCL_TYPE,
4743           (genCast): fixed bug 0x%d
4744         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
4745           (CODE)" for const_name
4746         * src/hc08/gen.c (genCast): fixed bug 0x%d
4747         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
4748           (hc08_port): added "CONST (CODE)" for const_name
4749         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
4750           (aopForRemat, adjustArithmeticResult): disconnected direct relation
4751           between ptr_type and DCL_TYPE,
4752           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
4753           operand* and took AOP() inside function so sfr-ness can be checked,
4754           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
4755           new prototype,
4756           (genFunction, genEndFunction): optimized stack setup,
4757           (genMinus): optimized for literals with ending zeroes (in bytes),
4758           (genCast): fixed bug 0x%d
4759         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
4760           (mcs51_port): added "CONST (CODE)" for const_name
4761         * src/mcs51/peeph.def: made rule 226 more generic
4762         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
4763         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
4764         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
4765         * src/z80/main.c (z80_port): added NULL for const_name,
4766           (gbz80_port): added NULL for const_name
4767         * support/regression/tests/bug663539.c,
4768         * support/regression/tests/sfr16.c: new tests
4769
4770 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4771
4772         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
4773
4774 2005-06-24 Raphael Neider <rneider AT web.de>
4775
4776         * device/lib/pic16/libdev/pic18f[68][567]20.c:
4777           corrected typos...
4778         * device/include/pic16/signal.h: added USBIF
4779           and SIG_USB
4780
4781 2005-06-24 Raphael Neider <rneider AT web.de>
4782
4783         * device/lib/pic16/libdev/pic18f2455.c,
4784           device/include/pic16/pic18f2455.h: NEW
4785         * device/include/pic16/pic18fregs.h,
4786           device/lib/pic16/pics.all,
4787           src/pic16/device.c: added 18f2455
4788         * device/lib/pic16/libdev/pic18f[68][567]20.c,
4789           device/include/pic16/{pic18f[68][567].h,usart.h}:
4790           replaced MULTIPLE_USARTS define with more relaible
4791           compatibility sfrs (for USART access)
4792
4793 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
4794
4795         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
4796           and the output asm file line is printed on two lines.
4797
4798 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4799
4800         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
4801           BGT, BLE, BHI, and BLS instructions
4802         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
4803           genCmpEq): removed
4804         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
4805           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
4806           fixes bug #1216342
4807         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
4808
4809 2005-06-15 Raphael Neider <rneider AT web.de>
4810
4811         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
4812         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
4813         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
4814           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
4815           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
4816
4817 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4818
4819         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
4820           Marcel Telka in bug #1215704
4821
4822 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
4823
4824         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
4825           located in shared memory bank.
4826
4827 2005-05-31 Raphael Neider <rneider AT web.de>
4828
4829         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
4830           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
4831           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
4832
4833 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
4834
4835         * device/lib/_strncpy.c: fixed the fix
4836
4837 2005-05-26 Raphael Neider <rneider AT web.de>
4838
4839         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
4840           initializers with \0, bug #1208187
4841         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
4842           intializers with \0, bug #1208187
4843
4844 2005-05-26 Raphael Neider <rneider AT web.de>
4845
4846         * src/pic16/glue.c (pic16_printIvalChar): fixed string
4847           initializers with \0, bug #1208187
4848         * src/pic16/main.c (_process_pragma): added sanity checks
4849           for stack position and size, emit warnings when appropriate
4850
4851 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
4852
4853         * device/lib/_strncpy.c: fixed not filling with \0
4854
4855 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4856
4857         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
4858           createFunction),
4859         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
4860           compound_statement),
4861         * src/SDCCsymt.h,
4862         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
4863
4864 2005-05-24 Raphael Neider <rneider AT web.de>
4865
4866         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
4867
4868 2005-05-24 Raphael Neider <rneider AT web.de>
4869
4870         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
4871           TRISE definitions, closes bug #1162453
4872
4873 2005-05-22 Raphael Neider <rneider AT web.de>
4874
4875         * src/pic16/main.c (_process_pragma): check for missing
4876           arguments to pragmas code and udata
4877         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
4878           consistency fixes to match other headers (thanks to Jim Paris)
4879         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
4880
4881 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
4882
4883         * src/SDCCicode.c (isOperandEqual): fixed missing ;
4884
4885 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
4886
4887         * support/regression/tests/bug1198642.c: new test
4888         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
4889         * src/SDCCcse.c (findPrevIc): added comment, please have a look
4890         * support/scripts/resource.h,
4891         * support/scripts/resource.rc,
4892         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
4893         * support/scripts/sdcc.ico: added 32x32 icon
4894
4895 2005-05-18 Raphael Neider <rneider AT web.de>
4896
4897         * device/lib/pic16/libdev/pic18f*.c,
4898         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
4899           keywords to "__sfr" and "__at (X)"
4900         * device/include/pic16/pic18fregs.h: added pic18f4520
4901         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
4902           #1203088 (MPLAB compatibility)
4903
4904 2005-05-17 Raphael Neider <rneider AT web.de>
4905
4906         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
4907         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
4908         * device/lib/pic16/pics.all: added new devices
4909         * src/pic16/device.c: added support for pic18f4520
4910
4911 2005-05-16 Raphael Neider <rneider AT web.de>
4912         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
4913         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
4914         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
4915           convenience function for bit access
4916
4917 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4918
4919         * device/lib/printf_large.c: fixed bug 1193299
4920         * support/regression/tests/bug1057979.c: added test %3.3s
4921
4922 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4923
4924         * device/include/mcs51/8051.h,
4925         * device/include/mcs51/8052.h: made parseable with lint
4926         * device/include/mcs51/lint.h: added include file for (sp)lint
4927         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
4928         * doc/cdbfileformat.lyx,
4929         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
4930
4931 2005-05-14 Raphael Neider <rneider AT web.de>
4932
4933         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
4934         * device/lib/pic16/libc/stdlib/itoa.c (new)
4935         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
4936         * device/lib/pic16/libio/Makefile: exclude subdir according to
4937           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
4938         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
4939         * src/pic16/gen.c (genFunction): prevent annoying warning
4940         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
4941           nameclashes on BeOS
4942         * support/cpp2/cppmain.c (cpp_output_string): new
4943         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
4944           fixes bug 1116802
4945
4946 2005-05-13 Borut Razem <borut.razem AT siol.net>
4947
4948         * src/SDCCmain.c (linkEdit): fixed bug 1195202
4949
4950 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4951
4952         * .version: changed to version 2.5.1; back to bleeding edge development
4953
4954 2005-05-11 Borut Razem <borut.razem AT siol.net>
4955
4956         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
4957           generate PDF version 1.3 documents
4958
4959 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4960
4961         * .version: changed to version 2.5.0
4962
4963 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4964
4965         * doc/sdccman.lyx: updated weblinks, index and smaller updates
4966
4967 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4968
4969         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
4970         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
4971         well as many smaller updates.
4972         * .version: changed to version 2.5.0-pre1
4973
4974 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4975
4976         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
4977
4978 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
4979
4980         * support/regression/tests/bug1185672.c: added
4981         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
4982           bug 1185672
4983         * src/mcs51/gen.c (genCall): added comments, made it look safer
4984         * src/mcs51/gen.c (genEndFunction): simplified
4985
4986 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
4987
4988         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
4989
4990 2005-04-14 Borut Razem <borut.razem AT siol.net>
4991
4992         * fixed bug 1045046 - SIGSEGV with really simple code?:
4993           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
4994           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
4995
4996 2005-04-14 Borut Razem <borut.razem AT siol.net>
4997
4998         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
4999           src/pic16/device.h: temporarily disabled experimental #inline pragma
5000           for 2.5.0 release
5001
5002 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
5003
5004         * device/include/z80/stdio.h,
5005         * device/include/z80/string.h: removed these highly incomplete files so
5006           SDCC can use the default ones in device/include/
5007
5008 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5009
5010         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
5011         gcc warning.
5012         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
5013         fix sdcpp warnings.
5014
5015 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
5016
5017         * device/include/malloc.h: removed redundant __reentrant prototypes
5018         * device/lib/_mullong.c: added working xstack variant in asm (C version
5019           doesn't pass regression tests)
5020         * device/lib/bpx.c: used __data and made bpx char for mcs51
5021         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
5022           (createFunction): fixed bug with xstackPtr
5023         * src/SDCCcse.c: corrected comments
5024         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
5025           (killDeadCode, eBBlockFromiCode): removed unused code
5026         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
5027           corrected comments
5028         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
5029           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
5030           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
5031           (genModOneByte): fixed warning in MSVC
5032         * src/mcs51/main.c (): added comments
5033         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
5034
5035 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
5036
5037         * src/SDCCmain.c (linkEdit): oops, changed one line too many
5038
5039 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
5040
5041         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
5042
5043 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
5044
5045         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
5046         characters arrays of larger size than the declared one.
5047
5048 2005-04-10 Borut Razem <borut.razem AT siol.net>
5049
5050         * src/pic/gen.c (genInline),
5051           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
5052           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
5053           (findNextInstruction), (findPrevInstruction),
5054           (findInstructionUsingLabel),
5055           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
5056         * src/pic/pcode.c (findLabel): added missing '\n'
5057         * src/src.dsp: added SDCCdwarf2.c to the project
5058
5059 2005-04-09 Borut Razem <borut.razem AT siol.net>
5060
5061         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
5062
5063 2005-04-08 Raphael Neider <rneider AT web.de>
5064
5065         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
5066           into the chain after a given one) and mergeDefmapSymbols (combine
5067           defmap entries for each symbol per pcode)
5068         * (createDefmap): have defmap entries merged in the end
5069         * (defmapReplaceSymRef): split defmap entries covering two accesses to
5070           a symbol before replacing one access type's symbol, merge symbols in
5071           the end (replacement symbol might already have an entry)
5072         * (assignValnums): keep reference to written WREG intact
5073
5074 2005-04-08 Raphael Neider <rneider AT web.de>
5075
5076         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
5077           Alpha)
5078
5079 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
5080
5081         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
5082         bytes
5083
5084 2005-04-07 Raphael Neider <rneider AT web.de>
5085
5086         * device/include/pic16/usart.h: added compatibility defines for
5087           devices with more than one USART
5088         * device/include/pic16/pic18f[68][567]20.h: activated above defines
5089
5090 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
5091
5092         * device/lib/Makefile.in: updated for port specific include
5093
5094 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
5095
5096         * support/regression/ports/mcs51/spec.mk: added mcs51 include
5097
5098 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
5099
5100         * device/include/8051.h,
5101         * device/include/8052.h,
5102         * device/include/at89S8252.h,
5103         * device/include/at89c55.h,
5104         * device/include/at89x051.h,
5105         * device/include/at89x51.h,
5106         * device/include/at89x52.h,
5107         * device/include/mcs51reg.h,
5108         * device/include/reg51.h,
5109         * device/include/reg764.h,
5110         * device/include/regc515c.h,
5111         * device/include/sab80515.h: (re)moved these 12 files
5112         * device/include/mcs51/8051.h,
5113         * device/include/mcs51/8052.h,
5114         * device/include/mcs51/at89S8252.h,
5115         * device/include/mcs51/at89c55.h,
5116         * device/include/mcs51/at89x051.h,
5117         * device/include/mcs51/at89x51.h,
5118         * device/include/mcs51/at89x52.h,
5119         * device/include/mcs51/mcs51reg.h,
5120         * device/include/mcs51/reg51.h,
5121         * device/include/mcs51/reg764.h,
5122         * device/include/mcs51/regc515c.h,
5123         * device/include/mcs51/sab80515.h: and added them here
5124
5125 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
5126
5127         * device/include/stdarg.h: changed SDCC specific keywords to double
5128           underlined form.
5129         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
5130           mcs51 and ds390.
5131         * device/include/hc08/mc68hc908gp32.h,
5132         * device/include/hc08/mc68hc908jb8.h,
5133         * device/include/hc08/mc68hc908jkjl.h,
5134         * device/include/hc08/mc68hc908qy.h: fixed comments
5135         * device/include/mcs51/README: updated
5136         * device/include/mcs51/c8051f120.h: added PINRSF
5137         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
5138         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
5139           amidst code. Also inline is not supported.
5140
5141 2005-04-06 Raphael Neider <rneider AT web.de>
5142
5143         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
5144         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
5145           callers stack/frame pointers
5146
5147 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
5148
5149         * device/include/pic16/usart.h: added, missing in previous commit,
5150         * device/include/pic16/adc.h: fixed typo,
5151         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
5152         commit,
5153         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
5154         <p18fxxx.inc>
5155         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
5156         uninitialized because a bug appears with gplink
5157         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
5158         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
5159         complains for unrecognised option
5160
5161 2005-04-05 Raphael Neider <rneider AT web.de>
5162
5163         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
5164           structs as well (using memcpy)
5165         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
5166           on ISRs (GOTO has no label)
5167         * src/pic16/device.h: added OF_OPTIMIZE_DF
5168         * src/pic16/main.c: added compiler switch --optimize-df to enable the
5169           new data flow analysis/optimization
5170         * src/pic16/pcode.c: added (prototypes for and implementation of)
5171           dataflow analysis functions, fixed pCodeInstructions' inCond and
5172           outCond values, made RCALL a branch instruction
5173         * (pic16_unlinkpCode): keep C line if possible
5174         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
5175           C line moved if possible
5176         * (pic16_getRegFrompCodeOp): NEW, improved version of...
5177         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
5178           to use new pic16_getRegFrompCodeOp (works for more SFRs)
5179         * (pic16_BuildFlow): fixed skip instructions with label (did not start
5180           new flow)
5181         * (pic16_getJumptabpCode): NEW, needed in...
5182         * (LinkFlow): fixed handling of jumptables, calls and conditional
5183           branches
5184         * (pic16_InsertCommentAfter): NEW
5185         * (pic16_pCodeReplace): made verbose and flow preserving
5186         * (AnalyzeFlow): added call to data flow analysis
5187         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
5188         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
5189         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
5190
5191 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5192
5193         * src/SDCCast.c (decorateType): fixed bug #1105626
5194
5195 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
5196
5197         * device/include/asm/pic16/features.h,
5198         * pic18f*.h headers,
5199         * device/include/pic16/adc.h,
5200         * device/include/pic16/delay.h,
5201         * device/include/pic16/i2c.h,
5202         * device/include/pic16/malloc.h,
5203         * device/include/pic16/stdio.h,
5204         * device/include/pic16/stdlib.h,
5205         * device/include/pic16/string.h,
5206         * device/lib/pic16/libc/stdio/printf_tiny.c,
5207         * device/lib/pic16/libc/stdio/printf_small.c,
5208         * device/lib/pic16/libc/stdio/strmgpsim.c,
5209         * device/lib/pic16/libc/stdio/strmmssp.c,
5210         * device/lib/pic16/libc/stdio/strmusart.c,
5211         * device/lib/pic16/libc/stdio/vfprintf.c,
5212         * device/lib/pic16/libc/stdlib/ltoa.c,
5213         * device/lib/pic16/libc/stdlib/putchar.c,
5214         * device/lib/pic16/libc/stdlib/x_ftoa.c,
5215         * device/lib/pic16/libc/stdlib/memchrpgm.c,
5216         * device/lib/pic16/libc/stdlib/memchrram.c,
5217         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
5218         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
5219         * device/lib/pic16/libio/adc/adcbusy.c,
5220         * device/lib/pic16/libio/adc/adcread.c,
5221         * device/lib/pic16/libio/adc/adcsetch.c,
5222         * device/lib/pic16/libio/usart/ubaud.c,
5223         * device/lib/pic16/libio/usart/ubusy.c,
5224         * device/lib/pic16/libio/usart/udrdy.c,
5225         * device/lib/pic16/libio/usart/uopen.c,
5226         * device/lib/pic16/libio/usart/uputc.c,
5227         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
5228         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
5229         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
5230         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
5231         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
5232         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
5233         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
5234         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
5235         specific keywords to double underlined form,
5236         * device/lib/pic16/libc/Makefile.rules,
5237         * device/lib/pic16/libsdcc/Makefile.rules,
5238         * device/lib/pic16/libm/Makefile,
5239         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
5240         to compile with C standard set in Makefile.common
5241         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
5242         rand.c and crc.c in compilation process,
5243         * device/lib/pic16/libsdcc/int/divuint.c,
5244         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
5245         `c' from signed to unsigned,
5246         * device/lib/pic16/startup/crt0.c,
5247         * device/lib/pic16/startup/crt0i.c,
5248         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
5249         keywords to double underlined form, bug fixes in _do_cinit function
5250         which prevented the correct initialization of the .idata segment,
5251         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
5252         core to enter a infinite loop
5253         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
5254
5255 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5256
5257         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
5258
5259 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5260
5261         * device/include/Makefile.in: add support for hc08 subdirectory
5262         * device/include/hc08/: new subdirectory
5263         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
5264         Lucas Loizaga, thanks!
5265         * device/include/hc08/mc68hc908qy.h,
5266         * device/include/hc08/mc68hc908gp32.h,
5267         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
5268         their own directory. Changed internal macro names to use the compiler
5269         reserved namespace. Changed SDCC specific keywords to double
5270         underlined form.
5271         * device/include/math.h,
5272         * device/include/malloc.h,
5273         * device/include/stdarg.h,
5274         * device/include/stdbool.h
5275         * device/include/string.h,
5276         * device/include/tinibios.h,
5277         * device/include/ds400rom.h,
5278         * device/include/8051.h,
5279         * device/include/8052.h,
5280         * device/include/80c51xa.h,
5281         * device/include/at89c55.h,
5282         * device/include/at89S8252.h,
5283         * device/include/at89x51.h,
5284         * device/include/at89x52.h,
5285         * device/include/ds80c390.h,
5286         * device/include/reg764.h,
5287         * device/include/regc515c.h,
5288         * device/include/sab80515.h,
5289         * device/include/mcs51/c8051f000.h,
5290         * device/include/mcs51/c8051f018.h,
5291         * device/include/mcs51/c8051f020.h,
5292         * device/include/mcs51/c8051f040.h,
5293         * device/include/mcs51/c8051f060.h,
5294         * device/include/mcs51/c8051f120.h,
5295         * device/include/mcs51/c8051f300.h,
5296         * device/include/mcs51/c8051f310.h,
5297         * device/include/mcs51/c8051f320.h,
5298         * device/include/mcs51/c8051f330.h,
5299         * device/include/mcs51/c8051f350.h,
5300         * device/include/z180.h: Changed SDCC specific keywords to double
5301         underlined form.
5302
5303 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
5304
5305         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
5306         18F4455,
5307         * (pic16_assignConfigWordValue): disable testing of configuration
5308         register value with config mask,
5309         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
5310         function with port->fun_prefix,
5311         * (genFunction): when generating a naked interrupt function never
5312         create an absolute segment placed in interrupt vector address, place
5313         the actual interrupt function at IVA instead, when an interrupt
5314         function is generated with unspecified interrupt then do not create
5315         the absolute section,
5316         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
5317         code for generating a call to generic pointer get/put function with
5318         a call to function pic16_callGenericPointer(),
5319         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
5320         the call to the generic pointer get/put functions with prefixing the
5321         function name with port->fun_prefix,
5322         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
5323         * src/pic16/main.c (_process_pragma): prefix function with
5324         port->fun_prefix,
5325         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
5326         calling assembler, old 18Fxxxx macro is deprecated,
5327         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
5328         PC_ASMDIR in while condition,
5329         * (findInstruction): add PC_ASMDIR in while condition,
5330         * (buildCallTree): prefix main with port->fun_prefix,
5331         * (pic16_pCode2str): fixed bug that didn't emit the memory access
5332         identifier for variable with banked access in instructions BTFSS,
5333         BTFSC, BCF, BSF, BTG
5334         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
5335         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
5336         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
5337         perform optimization when enviroment variable NO_REG_OPT is set,
5338         * (insideLRBlock): NEW, return 1 if register is inside an
5339         INF_LOCALREGS block,
5340         * (RemoveRegFromLRBlock): remove a register that is completely
5341         eliminated by register optimization, but it is still left in local
5342         register store/restore in/from stack block,
5343         * (Remove2pcodes): after removing register, check to see if it
5344         should be removed from local register store/restore in/from stack
5345         block,
5346         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
5347         DUMMY_READ_VOLATILE,
5348
5349         * device/include/pic16/adc.h: minor prototype modifications and
5350         update,
5351         * device/include/pic16/malloc.h: added GPL notice various
5352         modifications,
5353         * device/include/pic16/stdint.h: NEW, standard header for ints
5354         * device/include/pic16/delay.h: NEW, header for delay functions,
5355         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
5356         delay1mtcy,
5357         * device/include/pic16/signal.h: NEW, header providing helper macros
5358         for implementing signal handlers,
5359         * device/include/pic16/stdio.h: added prototypes for functions,
5360         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
5361         prototypes for stdin and stdout, added macro PUTCHAR to
5362         automatically implement putchar function prototype,
5363         * device/include/pic16/usart.h: modified and updated USART library,
5364         * device/lib/pic16/libio/adc/,
5365         * device/lib/pic16/libio/i2c: some modifications to improve library
5366         performance,
5367         * device/lib/pic16/libc/stdio/: modifications for the new printf*
5368         family of functions,
5369         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
5370         family of functions and other sources,
5371         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
5372         of the PIC18Fxx[28] devices,
5373         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
5374         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
5375         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
5376         _do_cinit function, because the previous failed when local variables
5377         where not placed in the same memory bank,
5378         * device/lib/pic16/libsdcc/char/: various modifications to improve
5379         library performance,
5380         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
5381         information on the new functions of the c library and more...
5382
5383 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5384
5385         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
5386
5387 2005-03-26 Raphael Neider <rneider AT web.de>
5388
5389         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
5390           if condition == CARRY)
5391         * (genCmp): adapted to new genSkipc semantics
5392         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
5393           on rIfx (genCmp was broken)
5394
5395 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5396
5397         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
5398         * src/z80/main.c (_keywords[]),
5399         * src/SDCCglobal.h (struct options),
5400         * src/SDCC.y,
5401         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
5402         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
5403         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
5404         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
5405         always available in leading double underscore form. The C99 support is
5406         mostly missing, but it's a start.
5407         * support/regression/tests/bug-227710.c: fixed nonconforming use of
5408         reserved identifier "__data".
5409
5410 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
5411
5412         * src/mcs51/peeph.def: fixed bug 1170013
5413
5414 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
5415
5416         * device/include/mcs51reg.h: fixed bug 842007
5417
5418 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5419
5420         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
5421         last time.
5422
5423 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5424
5425         * src/port.h (struct PORT),
5426         * src/avr/ralloc.c (avr_assignRegisters),
5427         * src/avr/main.c,
5428         * src/ds390/ralloc.c (ds390_assignRegisters),
5429         * src/ds390/main.c,
5430         * src/hc08/ralloc.c (hc08_assignRegisters),
5431         * src/hc08/main.c,
5432         * src/mcs51/ralloc.c (mcs51_assignRegisters),
5433         * src/mcs51/main.c,
5434         * src/pic/ralloc.c (pic14_assignRegisters),
5435         * src/pic/main.c,
5436         * src/pic16/ralloc.c (pic16_assignRegisters),
5437         * src/pic16/main.c,
5438         * src/xa51/ralloc.c (xa51_assignRegisters),
5439         * src/xa51/main.c,
5440         * src/z80/ralloc.c (z80_assignRegisters),
5441         * src/z80/ralloc.h,
5442         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
5443         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
5444         * src/SDCCcse.h,
5445         * src/SDCCdflow.c (computeDataFlow),
5446         * src/SDCCdflow.h,
5447         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
5448         * src/SDCCloop.h,
5449         * src/SDCCcflow.c (*),
5450         * src/SDCCcflow.h,
5451         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
5452         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
5453         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
5454         immedDom() returning wrong block; probably fixes bug #1160833)
5455
5456 2005-03-20 Borut Razem <borut.razem AT siol.net>
5457
5458         * support/scripts/inc2h.pl: WIN32 port
5459
5460 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
5461
5462         * device/lib/makefile.in: added abs.c and labs.c
5463
5464 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
5465
5466         * device/include/stdint.h: added
5467         * device/lib/abs.c: added
5468         * device/lib/labs.c: added
5469         * device/include/stdlib.h: added abs() and labs() prototypes
5470         * device/lib/libsdcc.lib: added abs and labs
5471         * device/include/float.h,
5472         * device/lib/_fsmul.c,
5473         * device/lib/printf_fast.c,
5474         * device/lib/printf_tiny.c: updated comments
5475
5476 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5477
5478         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
5479         bug #1164313
5480
5481 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5482
5483         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
5484         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
5485
5486 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
5487
5488         * device/lib/printf_large.c: removed inline assembly for portability and
5489           readability. Use printf_fast if speed or size are more important.
5490         * src/pic16/gen.c: removed conditions around use of DEBUGpc
5491         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
5492
5493 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
5494
5495         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
5496         prevent compiler warning
5497
5498 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
5499
5500         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
5501         moved to level 0 and declared as static. Also they are explicit
5502         placed in access bank. This was necessery because some times they
5503         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
5504         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
5505         optimizations. Currently only compare to unsigned char is implemented,
5506         * src/pic16/gen.c: added fReturnIdx array,
5507         * (struct resolvedIfx) is moved to gen.h and made public,
5508         * (struct _G): added sregsAlloc and sregsAllocSet fields,
5509         * (aopForSym): added an optimization to directly store in stack of
5510         the operand of a SEND iCode,
5511         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
5512         but as registers instead (AOP_REG) using the fReturnIdx array,
5513         * (pic16_freeAsmop): remove the freed register from the
5514         _G.sregsAlloc field,
5515         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
5516         a compare of 'WREG',
5517         * (pic16_popGetTempRegCond): changed function prototype, now
5518         function takes also a bitVector argument v which holds the current
5519         set of registers that are allocated for stack access by aopForSym,
5520         registers allocated in aopForSym for accessing stack symbols are not
5521         any more part of the functions usedRegs field,
5522         * (genCall): some times aopOp is called for a stack variable to be
5523         send, aopForSym might perform the push, if this is true make sure
5524         that genCall doesn't push the variable twice by testing _G.resDirect,
5525         * (genFunction): changed testing for unspecified interrupt number
5526         from 256 to INTNO_UNSPEC,
5527         * modified selection scheme of frame pointer generation. Previously
5528         if function did use local registers a frame pointer was generated,
5529         now a frame pointer is generated only if function has arguments
5530         (that need PLUSW2 register access), or has stack arguments, or the
5531         compiler is not instructed to omit the frame pointer,
5532         * (genEndFunction): before restoring local registers that were saved
5533         in the function preamble, also restore the registers that *might*
5534         have been allocated for stack access,
5535         * (genRet): removed some old comments,
5536         * (genCmp, the active (RN's) version): added a call to the
5537         pic16_genCmp_special function to perform the compare with a more
5538         robust and optimized way,
5539         * (genInline): a feature has been added in inline code generation,
5540         which allows a wildcard variable substitution when writing inline
5541         assembly. Code is incomplete and experimental therefore undocumented,
5542         * (genCast): changed order of aopOp for result and right to allow
5543         aopForSym to directly load the result if possible,
5544         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
5545         perform an optimized compare on some selected special occasions,
5546         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
5547         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
5548         generate an IVT any more,
5549         * src/pic16/main.c (pic16_optionsTable): added command line option
5550         --optimize-cmp,
5551         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
5552         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
5553         macros,
5554         * src/pic16/NOTES: Raphael Neider added in list of active developers
5555         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
5556         jumptable_end to prevent bug #,
5557         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
5558         inCond and outCond fields,
5559         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
5560         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
5561         turn off register spilling,
5562         * (packRegsForOneUse): synced with other ports' versions although it
5563         is not used currently,
5564         * (pic16_packRegisters): added an optimization while reading
5565         structure bitfields, some registers may be saved (malloc code is
5566         decreased by 80 bytes)
5567
5568 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
5569
5570         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
5571         left is a bitfield, if yes, then don't optimize assignment. Perhaps
5572         this can be optimized more?
5573
5574 2005-03-10 Raphael Neider <rneider AT web.de>
5575
5576         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
5577           genNearPointerGet): (hopefully) fixed access to bitfields via
5578           pointers (p->bitN = x; and x = p->bitN; failed)
5579
5580 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
5581
5582         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
5583
5584 2005-03-09 Raphael Neider <rneider AT web.de>
5585
5586         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
5587
5588 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
5589
5590         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
5591         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
5592           (regTypeNum): set REG_BIT type if necessary
5593         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
5594         * support/regression/tests/critical.c: check bug 1144613
5595
5596 2005-03-02 Raphael Neider <rneider AT web.de>
5597
5598         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
5599
5600 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5601
5602         * src/avr/ralloc.c (serialRegAssign),
5603         * src/ds390/ralloc.c (serialRegAssign),
5604         * src/hc08/ralloc.c (serialRegAssign),
5605         * src/mcs51/ralloc.c (serialRegAssign),
5606         * src/pic/ralloc.c (serialRegAssign),
5607         * src/pic16/ralloc.c (serialRegAssign),
5608         * src/xa51/ralloc.c (serialRegAssign),
5609         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
5610
5611 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
5612
5613         * src/SDCCast.c (decorateType): fixed bug 1124787
5614
5615 2005-02-20 Hubert Sack <sack AT digiplan.de>
5616         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5617
5618         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
5619         patch #1121755
5620
5621 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5622
5623         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
5624         to keep the correct label reference count when adding/removing references
5625         to labels. A peephole file using this is appended to patch #1144962.
5626
5627 2005-02-14 Raphael Neider <rneider AT web.de>
5628
5629         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
5630         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
5631         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
5632           retrievals of result operand's value on assignment
5633
5634 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
5635
5636         * device/include/pic16/string.h: modified prototype for memccpy()
5637         to memccpy(void *, void *, char, size_t)
5638         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
5639         check whether to omit frame pointer or not,
5640         * (genInline): convert all occurences of "\n" to LF in inline
5641         assembler blocks, this helps formatting the inline text,
5642         * (pic16_loadFSR0): modified prototype,
5643         * (genNearPointerGet, genNearPointerSet): reorganization of code,
5644         removed some 8051 legacy code,
5645         * (genPackBits): enabled handling bitfields exceeding one byte in size,
5646         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
5647         before allocating temporary registers in functions,
5648
5649 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
5650
5651         * support/regression/tests/bitvars.c: corrected the "fix"
5652
5653 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
5654
5655         * support/regression/tests/bitvars.c,
5656         * support/regression/tests/bitwise.c,
5657         * support/regression/tests/rotate.c: "fixed" problems on Alpha
5658
5659 2005-02-10 Raphael Neider <rneider AT web.de>
5660
5661         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
5662           different size for Alpha
5663         * src/pic16/gen.c (genCmpEq) : improved compare with 0
5664
5665 2005-02-09 Raphael Neider <rneider AT web.de>
5666
5667         * src/SDCC.lex(doPragma) : save and restore warning options as well
5668           (also added new stack plus clone- and copyAndFreeSDCCERRG())
5669         * have #pragma less_pedantic set the errorlevel to WARNING
5670           (fixes #1117001)
5671         * (cloneOptimize) : fixed wrong malloc's size
5672         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
5673           facilitate correct handling of #pragma (save|restore)
5674
5675 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
5676
5677         * src/mcs51/gen.c: removed non-standard C nameless struct/union
5678
5679 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
5680
5681         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
5682
5683 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
5684
5685         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
5686
5687 2005-02-02 Raphael Neider <rneider AT web.de>
5688
5689         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
5690         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
5691         * (pic16_storeForReturn): fixed to allow returning function pointers
5692         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
5693         * device/include/pic16/{stddef.h,stdbool.h}: added
5694
5695 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
5696
5697         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
5698
5699 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
5700
5701         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
5702         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
5703          appeared to be required
5704
5705 2005-01-31 Borut Razem <borut.razem AT siol.net>
5706
5707         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
5708           include/mcs51 and include/z80 directories to the package
5709
5710 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5711
5712         * src/hc08/gen.c (genFunction): fixed bug #1112752
5713
5714 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5715
5716         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
5717
5718 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5719
5720         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
5721
5722 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
5723
5724         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
5725
5726 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
5727
5728         * device/include/c8051fxxx.h: removed these 6 files
5729         * device/include/mcs51/c8051fxxx.h: added these 11 new files
5730
5731 2005-01-26 Raphael Neider <rneider AT web.de>
5732
5733         * src/pic16/gen.c (genAssign): fixed assignment from longs
5734           in codespace (were cut to three bytes)
5735         * (genDummyRead): implemented (except for CODESPACE...),
5736           fixed bug #1108575
5737         * src/pic16/glue.c (emitStatistics): beautified
5738         * device/lib/pic16/libm/Makefile: added include path
5739
5740 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5741
5742         * src/z80/gen.c (aopPut): fixed bug #1103902
5743
5744 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5745
5746         * device/lib/expf.c: fixed bug #1095792
5747
5748 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
5749
5750         * device/lib/pic16/libm: added Math library sources
5751
5752 2005-01-24 Raphael Neider <rneider AT web.de>
5753
5754         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
5755           to enable upcast to pCodeOpReg2 (there is no type tag to
5756           differenciate the two and pic16_popGet2p cast into PCOR2)
5757         * src/pic16/main.c (_process_pragma): fixed another malloc bug
5758           (sizeof(sectNames) changed to sizeof(sectName))
5759           Both patches fix segfaults under MinGW.
5760
5761 2005-01-23 Raphael Neider <rneider AT web.de>
5762
5763         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
5764           Safe_[mc]?alloc()'ed variables
5765         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
5766           of (byte sized) temporaries (assign them to WREG for now)
5767         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
5768           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
5769           this might fix SIGSEGVs on MinGW...
5770         * src/SDCCopt.c (killDeadCode): restored original behaviour
5771           (volatile operands might get thrown away though)
5772
5773 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
5774
5775         * src/pic16/gen.c: fixed bug #1106975,
5776         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
5777         pointer update, INTCON is saved, global interrupts are disabled and
5778         restored after updateing TOS.
5779         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
5780         * added function attribute 'shadowregs' to take advantage of shadow
5781         registers,
5782         * added function attribute 'wparam' as an alternative to the wparam
5783         pragma,
5784         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
5785         user declares a non-ISR function as 'shadowregs',
5786         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
5787
5788 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
5789
5790         * .version: bumped version number to 2.4.8
5791         * device/lib/pic16/pics.all: list of PIC18F devices supported by
5792         pic16 port,
5793         * device/lib/pic16/libio/i2c/: I2C module support library,
5794         * device/include/pic16/i2c.h: I2C support library header,
5795         * device/lib/pic16/libc/stdio/: standard IO support sources,
5796         * (printf_small.c): printf_small() source, supports float print,
5797         * (printf_tiny.c): printf_tiny() source, does not support floats,
5798         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
5799         enable global optimizations for entire library source, other
5800         Makefiles in the source tree are also modified to reflect this,
5801         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
5802         function,
5803         * doc/sdccman.lyx: updated to reflect new changes,
5804         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
5805         sym->onStack if-case,
5806         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
5807         sbit, idata, _idata, xdata, _xdata,
5808         * added pragma library, to link an external library, (see doc),
5809         * removed command line options, --pomit-config-words, --pomit-ivt,
5810         --pleave-reset-vector,
5811         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
5812         when calling assembler to reflect memory model used, also define
5813         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
5814         reflect stack model used,
5815         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
5816         on stack return NULL,
5817
5818 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
5819
5820         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
5821           of the operands is volatile. Fixes #1020220
5822
5823 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
5824
5825         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
5826         * (OptimizeRegUsage): make sure that there is really no other flow where
5827           the first pCode is used
5828
5829 2005-01-22 Raphael Neider <rneider AT web.de>
5830
5831         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
5832           to fix #1106967 (pCode->seq are not set up correctly)
5833
5834 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5835
5836         * src/SDCCglue.c (glue): make sure code area is declared before the
5837         static initialization area.
5838
5839 2005-01-21 Raphael Neider <rneider AT web.de>
5840
5841         * device/lib/Makefile.in: fixed test for pic16 install dir
5842         * device/lib/pic16/*/Makefile*: modified compile flags to enable
5843           optimizations
5844         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
5845           added --optimize-goto compiler switch and pragma wparam documentation
5846         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
5847         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
5848           and PRODH closing bug #1071770 (peephole optimizer)
5849
5850 2005-01-19 Raphael Neider <rneider AT web.de>
5851
5852         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
5853           cmdLine buffers (used when calling sdcpp...) are large enough
5854           (MAX_PATH=256 truncates arguments leading to system halts when
5855           used in MinGW...)
5856         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
5857         * (genUminus): rewritten to for efficiency
5858         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
5859           used uninitialized in some cases)
5860         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
5861           copy the third byte from the int -- now assumes 0x80 (data memory)
5862         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
5863           operands (genAddLit expects the iCode's operands to swapped as
5864           well), fixed leftover bytes (crashed for short left operands)
5865         * (pic16_genMinusDec): performance improvements, removed false
5866           PIC14 emitSKPNCs
5867         * (pic16_genMinus): fixed to cope with differently sized operands
5868         * src/pic16/glue.c (pic16_glue): added new banksel optimization
5869           for --obanksel > 1
5870         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
5871         * src/pic16/graph.[ch]: implementation of directed graphs, used by
5872           new banksel optimization
5873         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
5874           analysis for temporary registers (segfaults...)
5875         * src/pic16/peeph.def: added rule
5876
5877 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
5878
5879         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
5880         which converts a float number to its ASCII representation
5881         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
5882         functions to convert the fractional and integer part of a float to ASCII,
5883         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
5884         realloc.c): added _MALLOC_SPEC to explicit place variables in data
5885         ram
5886         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
5887         _STATMEM macros,
5888         * device/include/pic16/adc.h: added GPL info,
5889         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
5890         a pCodeOp as tested operand,
5891         * (genNearPointerGet): optimized bit testing, does not use
5892         intermediate register for bit value, test directly instead with
5893         BTFSS, BTFSC, works only for single bits,
5894         * (genpic16Code): dump the name of the iCode in the asm,
5895         * src/pic16/ralloc.c (decodeOp): removed static declaration and
5896         renamed to pic16_decodeOp,
5897         * (serialRegAssign): do not allocate a temporary register for iCode
5898         sequences that test a single bit for 1/0
5899
5900 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
5901
5902         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
5903         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
5904         access stack and frame pointers. They are initially assigned to
5905         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
5906         accessing SFRs. Updated all occurences of modification of stack or
5907         frame pointer in gen.c and pcode.c,
5908         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
5909         assigning of a literal value to pointers,
5910         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
5911         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
5912         selected
5913
5914 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5915
5916         * doc/sdccman.lyx: update documentation about stack pragma, added
5917         some info for stack memory models
5918
5919 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5920
5921         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
5922
5923 2005-01-08 Raphael Neider <rneider AT web.de>
5924
5925         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
5926           udata sections to fix bug #1097823
5927
5928 2005-01-05 Raphael Neider <rneider AT web.de>
5929
5930         * src/pic16/gen.c (genGenericShift): added handling of differently
5931           sized left operand and result
5932
5933 2005-01-04 Raphael Neider <rneider AT web.de>
5934
5935         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
5936         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
5937           to hold the condition bit)
5938         * added new version of genCmp (old code available via #define)
5939         * added new version of genShiftLeft/genShiftRight in a generic
5940           way, now supports shifting by negative values
5941         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
5942           shiftCount (expected by genGenericShift)
5943         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
5944         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
5945           dump
5946         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
5947           is an invalid literal too...)
5948
5949 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
5950
5951         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
5952         from Raphael Neider,
5953         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
5954         for 8-bit literals. This fixes some literal operands which are sign
5955         extended to 16-bits ints when instruction needs only 8-bits.
5956
5957 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
5958
5959         * device/lib/logf.c: added mcs51 assembly version
5960         * device/lib/expf.c: added mcs51 assembly version
5961         * device/lib/_logexpf.c: new shared asm code for expf and logf
5962         * device/include/math.h: add defines for assembly math library
5963         * device/lib/Makefile.in: build new _logexpf.c
5964         * device/lib/libfloat.lib: use new _logexpf.c
5965
5966 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
5967
5968         * src/pic/device.c
5969         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
5970           device types which have less than 0x7f registers.
5971
5972 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
5973
5974         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
5975
5976 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
5977
5978         * device/lib/printf_fast.c: only build on supported arch.
5979         * device/lib/printf_tiny.c: only build on supported arch.
5980         * device/lib/printf_fast_f.c: only build if asm float lib
5981         * device/lib/_fsget1arg.c: only build if asm float lib
5982         * device/lib/_fsget2args.c: only build if asm float lib
5983         * device/lib/_fsnormalize.c: only build if asm float lib
5984         * device/lib/_fsreturnval.c: only build if asm float lib
5985         * device/lib/_fsrshift.c: only build if asm float lib
5986         * device/lib/_fsswapargs.c: only build if asm float lib
5987         * device/include/stdio.h: don't provide print_fast,
5988           print_fast_f, print_tiny prototypes if --xstack used
5989
5990 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
5991
5992         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
5993         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
5994           to the SOURCES
5995
5996 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
5997
5998         * device/lib/printf_fast_f.c: same as printf_fast, but
5999           with floating point enabled
6000         * device/lib/printf_fast.c: minor tweaks
6001         * device/include/stdio.h: add printf_fast_f
6002
6003 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
6004
6005         * src/SDCCmain.c: make --float-reent default for mcs51
6006         * device/lib/_fsadd.c: added mcs51 assembly version
6007         * device/lib/_fssub.c: added mcs51 assembly version
6008         * device/lib/_fsmul.c: added mcs51 assembly version
6009         * device/lib/_fsdiv.c: added mcs51 assembly version
6010         * device/lib/_fseq.c: added mcs51 assembly version
6011         * device/lib/_fsneq.c: added mcs51 assembly version
6012         * device/lib/_fsgt.c: added mcs51 assembly version
6013         * device/lib/_fslt.c: added mcs51 assembly version
6014         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
6015         * device/lib/Makefile.in: add _fscmp to build
6016         * device/lib/libfloat.lib: add _fscmp to build
6017
6018 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
6019
6020         * device/lib/_fs2slong.c: added mcs51 assembly version
6021         * device/lib/_fs2sint.c: added mcs51 assembly version
6022         * device/lib/_fs2schar.c: added mcs51 assembly version
6023         * device/lib/_fs2ulong.c: added mcs51 assembly version
6024         * device/lib/_fs2uint.c: added mcs51 assembly version
6025         * device/lib/_fs2uchar.c: added mcs51 assembly version
6026         * device/lib/_slong2fs.c: added mcs51 assembly version
6027         * device/lib/_sint2fs.c: added mcs51 assembly version
6028         * device/lib/_schar2fs.c: added mcs51 assembly version
6029         * device/lib/_ulong2fs.c: added mcs51 assembly version
6030         * device/lib/_uint2fs.c: added mcs51 assembly version
6031         * device/lib/_uchar2fs.c: added mcs51 assembly version
6032         * device/include/float.h: added #define to select asm vs c
6033
6034 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
6035
6036         * device/lib/printf_fast.c: improvements to float output
6037         * device/include/float.h: add defines for assembly float library
6038         * device/lib/_fsget1arg.c: receive 1 float arg
6039         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
6040         * device/lib/_fsnormalize.c: normalize a float
6041         * device/lib/_fsreturnval.c: return float, various helper routines
6042         * device/lib/_fsrshift.c: right shift a float's mantissa
6043         * device/lib/_fsswapargs.c: swap 2 floats
6044         * device/lib/Makefile.in: build these 6 new files for mcs51
6045         * device/lib/libfloat.lib: add these 6 files to the library
6046
6047 2004-12-26 Borut Razem <borut.razem AT siol.net>
6048
6049         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
6050           built by gcc 3.4.2
6051
6052 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
6053
6054         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
6055           and fully reentrant and register bank neutral.
6056         * device/lib/printf_fast.c: added float (not enabled by default),
6057           added compact/slower integer (also not enabled by default),
6058           improved size/speed of fast integer code, other minor changes
6059         * device/include/stdio.h, device/lib/Makefile.in,
6060           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
6061
6062 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
6063
6064         * src/pic16/pcode.c: declaring variables other than at the start of a
6065           block is not supported in C by VC6.
6066
6067 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
6068
6069         * applied a previous patch from Raphael Neider that wasn't included
6070         in the previous commits, which fixes infinite loops within jumptable
6071         improvements,
6072         * made some fixes that previous patches introduced
6073
6074 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
6075
6076         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
6077         that fixes an issue with AOP_PCODE asmop's offset,
6078         * (pic16_popCopyReg): update instance field too,
6079         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
6080         function of pic port,
6081         * (genCmp, genAnd, genAssign),
6082         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
6083
6084 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
6085
6086         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
6087         variables initial values to idata section,
6088         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
6089         variables in some functions. This utilizes parmBytes field of iCode
6090         structure to hold the offset of the variable in stack. (might be
6091         able to use the stack field too?)
6092         * applied patch from Raphael Neider # ### , # ###
6093         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
6094         variable initial values in idata section,
6095         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
6096         for static variables with initial value
6097         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
6098         applied fix in while loop from Raphael Neider.
6099
6100 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
6101
6102         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
6103         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
6104         * src/ds390/ralloc.c (serialRegAssign): spill bits
6105         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
6106         * support/Util/SDCCerr.c,
6107         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
6108         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
6109         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
6110
6111 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
6112
6113         * device/include/sdcc-lib.h: inserted LGPL, added includes
6114           asm/ds390/features.h and asm/mcs51/features.h
6115         * device/include/asm/default/features.h,
6116         * device/include/asm/gbz80/features.h,
6117         * device/include/asm/z80/features.h: added empty _AUTOMEM
6118           and _STATMEM
6119         * device/include/asm/ds390/features.h,
6120         * device/include/asm/mcs51/features.h: added files with defines for
6121           _AUTOMEM and _STATMEM indicating automatic and static storage class
6122         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
6123         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
6124         * src/SDCCicode.c (geniCodeCast),
6125         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
6126         * src/SDCCloop.c (loopInduction): removed unused variable lr
6127         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
6128           to convertToFcall to include char modulo (RFE 1065037), added check
6129           if left operand is unsigned and use abs of literal value
6130         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
6131           as it doesn't work after conversion from peephole.def to peephole.rul
6132         * src/mcs51/gen.c (toBoolean): added check for size,
6133           (genModOneByte): optimized code for signed char modulo a literal
6134           power of 2 (thanks to Hubert Sack),
6135           (genRRC): removed unnecessary "clr c",
6136           (genRLC): replaced "add a,acc" with cheaper "rlc a"
6137         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
6138           jump optimization,
6139           swapped rules 256.c and 256.d,
6140           extended 256.d by using new multiple checks (thanks Erik),
6141           added rules 256.e and 256.f,
6142           updated rule 261.a and 261.b to new generated code
6143         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
6144
6145 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6146
6147         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
6148           induction related bugs, including first part of bug #1074377
6149
6150 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
6151
6152         * applied patch from bug-report #1076292,
6153         * applied patches for genAnd and Goto-optimizations for Raphael
6154         Neider,
6155         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
6156         dump a less iCode information,
6157         * src/pic16/device.h (pic16_options_t): added field debgen,
6158         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
6159         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
6160         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
6161         puclic,
6162         * (various functions): added macros FENTRY and FENTRY2 to functions,
6163         to emit function prologue,
6164         * (various functions): fixed indentation,
6165         * (genNearPointerGet): fixed loading of FSR0,
6166         * (genPackBits): applied patch from Raphael Neider to fix updating
6167         of FSR0 and touching only the modified bits,
6168         * src/pic16/genarith.c (various functions): added macros FENTRY to
6169         emit function prologue in comments,
6170         * src/pic16/pcode.h: added functions debugf2, debugf3,
6171         * src/pic16/ralloc.c: partial fix for packForPush caused
6172         segmentation fault,
6173
6174 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6175
6176         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
6177           <stsp AT users.sourceforge.net> with reversed byte order
6178         * support/regression/tests/rotate.c: added (ds390 skips some tests)
6179
6180 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6181
6182         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
6183           bug #1074377
6184         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
6185         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
6186
6187 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
6188
6189         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
6190
6191 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6192
6193         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
6194           conditions,
6195           (setFromConditionArgs): friendly operand parser for peephole rules,
6196           (operandBaseName, operandsNotRelated): new peephole condition
6197           "operandsNotRelated" -- similar to "operandsNotSame", but takes
6198           architecture specific register naming into account, handles n-way
6199           comparisons, and supports quoted literals
6200         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
6201
6202 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6203
6204         * src/mcs51/peeph.def: fixed bug #1076940
6205
6206 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
6207
6208         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
6209
6210 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6211
6212         Adding support for replacing ljmps with sjmps in jumptables
6213         generated for switch statements. For now you need to set the
6214         environment variable SDCC_SJMP_JUMPTABLE to enable this.
6215         Now 4 algorithms for mcs51 jumptable generation are used:
6216         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
6217         addresses loaded pc-relative for up to 112 cases and stack-pushing
6218         target addresses loaded with offset from dptr for up to 256 cases.
6219
6220         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
6221         * src/mcs51/main.c: adapted constants for switch table generation
6222         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
6223
6224 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
6225
6226         * device/lib/printf_large.c (_print_format): fixed bug 1073386
6227         * support/regression/tests/bug1057979.c: added test for bug 1073386
6228
6229 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
6230
6231         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
6232         compilers
6233
6234 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
6235
6236         * src/pic16/device.h,
6237         * src/pic16/genarith.c,
6238         * src/pic16/glue.c,
6239         * src/pic16/main.c,
6240         * src/pic16/pcode.c: applied patches #1068154 and #1070213
6241
6242 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
6243
6244         Large cummulative patch for pic16 port.
6245         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
6246         to call when a stack overflow occurs,
6247         * (malloc.h): added CVS Id tag,
6248         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
6249         variable,
6250         * added libc directory. The current version of LibC contains string
6251         functions, ctype functions and macros and some functions of the
6252         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
6253         be extensively tested in the future. Standard disclaimer here.
6254         Library is not automatically build yet. But one can build it by
6255         invoking 'make' inside the libc directory.
6256         * added ADC library under libio. Preliminary version yet.
6257
6258         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
6259         * src/pic16/gen.c (aopForRemat): asmop size is filled by
6260         aopForRemat() now and not by pic16_aopOp(),
6261         * (pic16_popGetTempReg): removed warning messgae when allocating
6262         temporary registers, its a buggy feature and will be removed,
6263         * (pic16_popGet): set register instance field in AOP_CRY,
6264         * (pic16_outBitC): fixed for results in size greater than 1,
6265         * (genUminusFloat): fixed for pic16, ported code from mcs51,
6266         * (pic16_storeForReturn): optimized return of 0,
6267         * (genCmp): experimental code for new genCmp which uses PIC18's
6268         special compare&skip instructions. Initial tests fail some times
6269         with variables grater than 1 byte in size, so new code is disabled,
6270         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
6271         a single bit,
6272         * (genCast): began a fix to optimize the casting of a bit to another
6273         bit, now assigning a bitfield to another bitfield will fail, sorry,
6274         * src/pic16/main.c: disabled the use of lr-support feature,
6275         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
6276         * added some function prototypes, added function _debugf prototype,
6277         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
6278         bits with offset (case PO_GPR_BIT),
6279         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
6280         command line,
6281         * (isBankInstruction): modified to return 0 for no banking instruction,
6282         and 1 for banking instruction,
6283         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
6284         caused stop processing pCodes after a inline assembly block,
6285         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
6286         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
6287         registers when it shouldn't,
6288         * src/pic16/ralloc.c (allocReg): add preliminary support for
6289         supporting a limited set of temporary registers,
6290
6291 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6292
6293         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
6294           genDataPointerSet): ensure assignments always copy in MSB to LSB
6295           order,
6296           (loadRegFromAop): recognize CLRH optimization,
6297           (genFunction): optimize RECEIVE iCodes in reentrant functions
6298
6299 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6300
6301         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
6302           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
6303           selected.
6304         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
6305         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
6306           contiguous with data
6307
6308 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6309
6310         * device/lib/_gptrget.c (_gptrget),
6311         * device/lib/_gptrgetc.c (_gptrgetc),
6312         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
6313           instead of sjmp to ret
6314         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
6315           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
6316
6317 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
6318
6319         * .version: bumped version to 2.4.7
6320         * device/lib/_gptrget.c (_gptrget): is now _naked
6321         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
6322         * device/lib/_gptrput.c (_gptrput): is now _naked
6323         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
6324           (createFunction): fixed xstack
6325         * src/SDCCglue.c (emitMaps): set allocation required for bit area
6326         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
6327           or bit either,
6328           (geniCodeCritical): store original interrupt state in an iTemp bit
6329           var unless stack-auto
6330         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
6331         * src/SDCCmain.c (setIncludePath): added include/target to search path
6332         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
6333         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
6334           prototype,
6335           (processFuncArgs): put bit vars in bit area
6336         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
6337           unsaveRBank): fixed xstack,
6338           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
6339           (genFunction, genEndFunction): fixed xstack,
6340           (genAssign): optimization don't walk backwards through mem
6341         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
6342         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
6343         * support/regression/Makefile: also make library (for stack-auto) when
6344           making "all" and added "test-mcs51-xstack-auto"
6345         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
6346         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
6347         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
6348         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
6349         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
6350           make-library by MAKE_LIBRARY
6351         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
6352           regression tests for xstack
6353         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
6354         * support/regression/tests/critical.c: test for critical on mcs51
6355
6356 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6357
6358         * support/regression/ports/ucz80/spec.mk: use include and lib files from
6359           built version of sdcc instead of installed version
6360
6361 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
6362
6363         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
6364         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
6365           vprintf.c now
6366         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
6367         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
6368           WARNING: remove device/lib/build/z80/printf.o by hand when
6369           updating from previous build!
6370         * device/lib/z80/printf.c: updated comment
6371         * support/regression/tests/bug1057979.c: test all ports now
6372         * support/regression/tests/bug1065458.c: file added
6373
6374 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6375
6376         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
6377           *_start and *_end symbols for static functions
6378
6379 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
6380
6381         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
6382           and search crt0.o in all library paths,
6383           (setIncludePath): proper handling of --nostdinc,
6384           (setLibPath): proper handling of --nostdlib
6385         * support/regression/Makefile,
6386         * support/regression/ports/ds390/spec.mk,
6387         * support/regression/ports/gbz80/spec.mk,
6388         * support/regression/ports/hc08/spec.mk,
6389         * support/regression/ports/mcs51/spec.mk,
6390         * support/regression/ports/mcs51-large/spec.mk,
6391         * support/regression/ports/mcs51-stack-auto/spec.mk,
6392         * support/regression/ports/z80/spec.mk: use include and lib files from
6393           built version of sdcc instead of installed version
6394         * doc/sdccman.lyx: fixed typo in --nostdinc
6395
6396 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
6397
6398         * src/pic/pcode.c,
6399         * src/pic/device.c,
6400         * src/pic/ralloc.c,
6401         * src/pic/gen.c : added support to generate code for struct bit fields.
6402
6403 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
6404
6405         * as/xa51/xa_version.h,
6406         * device/include/errno.h,
6407         * device/include/regc515c.h,
6408         * device/lib/_itoa.c,
6409         * device/lib/_ltoa.c,
6410         * device/lib/ser_ir_cts_rts.c,
6411         * sim/ucsim/xa.src/glob.cc,
6412         * sim/ucsim/xa.src/inst_gen.cc,
6413         * sim/ucsim/xa.src/xa_bit.cc,
6414         * sim/ucsim/xa.src/xa_sfr.cc,
6415         * sim/ucsim/z80.src/inst_dd.cc,
6416         * sim/ucsim/z80.src/inst_fdcb.cc,
6417         * support/scripts/keil2sdcc.pl,
6418         * src/pic16/pic16.dsp,
6419         * src/pic16/pic16a.dsp: corrected cvs line endings
6420         * device/lib/printf_large.c: fixed bug 1057979
6421         * src/pic16/gen.c: fixed non-C standard code
6422         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
6423         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
6424         * support/regression/ports/mcs51/support.c: reload T1 asap
6425         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
6426           pdata use and clear idata startup behaviour
6427         * support/regression/tests/bug1057979.c: added
6428
6429 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
6430
6431         * device/examples/ds390/ow390/ad26.h,
6432         * device/examples/ds390/ow390/cnt1d.h,
6433         * device/examples/ds390/ow390/crcutil.c,
6434         * device/examples/ds390/ow390/ownet.h,
6435         * device/examples/ds390/ow390/owsesu.c,
6436         * device/examples/ds390/ow390/swt12.h,
6437         * device/examples/ds390/ow390/swtoper.c,
6438         * device/examples/ds390/ow390/temp10.h,
6439         * device/examples/ds390/ow390/thermodl.c,
6440         * device/examples/ds390/tinitalk/tinitalk.dsp,
6441         * device/examples/ds390/tinitalk/tinitalk.dsw,
6442         * device/examples/mcs51/clock/hw.h,
6443         * device/examples/mcs51/simple2/go.bat,
6444         * device/examples/serialcomm/windows/serial.h,
6445         * device/examples/xa51/dummy.c,
6446         * device/examples/xa51/hello.c,
6447         * device/include/80c51xa.h,
6448         * device/include/at89x051.h: corrected cvs line endings
6449
6450 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
6451
6452         * src/pic16/main.c (options): added command line --gstack, to trace
6453         stack over/under flows,
6454         * added pragma 'wparam' to allow passing first byte of function
6455         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
6456         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
6457         call to __gstack_test function and sets up the symbol as extern,
6458         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
6459         * popaop): added call to pic16_testStackOverflow,
6460         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
6461         wparamList list,
6462         * (genCall, genPcall): now all parameters are passed via stack
6463         except in functions that are pass to wparam pragma in which WREG is
6464         used too,
6465         * (genPcall): REENTRANT flag is checked to see if variable prototype
6466         contains reentrant keyword, don't call a non-reentrant function, via
6467         a reentrant function pointer or vice versa, functions are never
6468         passed via WREG,
6469         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
6470         D.Winkler,
6471         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
6472         SIGSEGV when accessing a NULL register stucture,
6473         * (pic16_printGPointerType): modified to handle UPPER modifier for
6474         function initializers, changed prototype of function to simpler one,
6475         * (pic16_printIvalFuncPtr): check to see if function is already
6476         added in externs list,
6477         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
6478         optimized a move from W to SFR with a move to the same register
6479         later after a CALL,
6480         * device/lib/pic16/debug: NEW directory, contains debug features
6481         which are enabled when linking with libdebug.lib, currently command
6482         line option --gstack enables stack pointer tracing for over/under
6483         flow, corresponding sources are in debug/gstack
6484
6485 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
6486
6487         * doc/sdccman.lyx: updated SDCC version,
6488         * (PIC16 port): update list of command line options,
6489         * src/pic16/device.h (structure pic16_options_t): added field gstack
6490         to enable stack overflow tracing on push/pops,
6491         * src/pic16/device.c (statistics structure): added statistics
6492         structure,
6493         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
6494         pic16_dump_int_registers): increase statistics counters for each
6495         * variable which is encountered
6496         * (pic16_dump_usection): emit each .udata variable to its own udata
6497         section,
6498         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
6499         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
6500         parameters via stack, otherwise use old scheme,
6501         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
6502         assembler output file,
6503         * src/pic16/main.c: added command line options --gstack to enable
6504         push/pop tracing for stack overflow,
6505         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
6506         instructions): added size of each instruction,
6507         * (pic16_countInstruction): estimate size of instructions in
6508         the_pFile list, inline assembly blocks are not counted,
6509         * (pic16_FixRegisterBanking): trace previous register usage, when
6510         banksel optimizations is greater than 0, don't emit a redudant
6511         banksel directive,
6512
6513 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
6514
6515         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
6516         * src/pic16/ralloc.c : applied same fix for pic16.
6517         * src/pic/gen.c : tidied it up a little.
6518
6519 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6520
6521         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
6522         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
6523
6524 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6525
6526         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
6527
6528 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6529
6530         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
6531         non-reentrant function __modsint in the interrupt function (thus
6532         corrupting math operations during serial I/O)
6533         * device/lib/ser_ir.c: as above, changed buffersize
6534         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
6535         256.c,d for zeroing
6536         * doc/Makefile: added option -t for rsync
6537
6538 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6539
6540         * src/SDCCast.h (struct ast),
6541         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
6542
6543 2004-10-20 Borut Razem <borut.razem AT siol.net>
6544
6545         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
6546         package
6547
6548 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
6549
6550         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
6551         makefile targets,
6552         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
6553         support functions to replace long sequences of MOVFF's from access
6554         bank registers to stack and vice versa,
6555         * src/pic16/device.h: added new field opt_flags, where optimization
6556         flags can be set to enable certain features,
6557         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
6558         * pBlock, (genFunction, genEndFunction): surroung loop for
6559         saving/loading used registers in stack with PC_INFO pCodes,
6560         INF_LREGS. Code in between can then be optimized by pCode optimizer
6561         to support function calls,
6562         * (genDataPointerSet): fixed bug which loaded float fields in
6563         structures with corrupt data,
6564         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
6565         in a standard way debug info on stderr. Feature used for developing
6566         and debugging only,
6567         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
6568         obsolete chunks of code,
6569         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
6570         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
6571         * pic16/src/pcode.c (pic16_newpCodeInfo,
6572         * (pic16_newpCodeOpLocalRegs),
6573         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
6574         feature,
6575         * (pic16_pCodeConstString): printing of the initial value of a
6576         symbol as a comment is inhibited since parsing was already done by
6577         copyStr and output is corrupt,
6578         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
6579
6580 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6581
6582         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
6583
6584 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
6585
6586         * as/mcs51/lkarea.c: removed old K&R style,
6587           (lnksect): changed check on boundary error,
6588           (lnksect2): changed check on boundary error,
6589           (lnksect2): extend XSTK to end of page if size = 1
6590         * as/mcs51/lkmain.c: removed old K&R style,
6591           (Areas51): create l_IRAM symbol
6592         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
6593         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
6594           model-mcs51-stack-auto, added model-mcs51-xstack-auto
6595         * device/lib/_mullong.c: added version to be compiled with xstack
6596         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
6597         * device/lib/mcs51/crtxclear.asm: clear pdata as well
6598         * device/lib/mcs51/crtxstack.asm: fixed comment
6599         * src/SDCCglue.c: maxInterrupts defaults to 0,
6600           (emitMaps): added pdata,
6601           (createInterruptVect): (re)moved default,
6602           (glue): added pdata,
6603           (glue): moved __start__xstack to XSTK with default size 1
6604         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
6605           and options.float_rent when options.stackAuto is set,
6606           (linkEdit): only write XDATA_NAME if provided on command line
6607         * src/SDCCmem.h,
6608         * src/SDCCmem.c: added pdata
6609         * src/port.h: added pdata_name to PORT
6610         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
6611           (saveRegisters, unsaveRegisters): removed usage of B,
6612           (genMinus): fixed accumulator clash,
6613           (genJumpTab): added comment, this needs another look
6614         * src/mcs51/gen.c: added check for "B in use" paranoia,
6615           added pushB() and popB()
6616         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
6617           chance
6618         * src/avr/main.c,
6619         * src/ds390/main.c,
6620         * src/hc08/main.c,
6621         * src/mcs51/main.c,
6622         * src/pic/main.c,
6623         * src/pic16/main.c,
6624         * src/xa51/main.c,
6625         * src/z80/main.c: (reset_regparms) made void parameter explicit and
6626           added PSEG (PAG,XDATA) or NULL to port specifier
6627         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
6628         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
6629           (_mcs51_genInitStartup): removed __start__xstack equ,
6630           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
6631         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
6632         * src/z80/gen.c (_rleAppend): fixed warnings
6633         * support/regression/tests/zeropad.c: added pdata test
6634         * .version: bumped to 2.4.6
6635
6636 2004-10-17 Borut Razem <borut.razem AT siol.net>
6637
6638         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
6639         as a part of nightly build
6640
6641 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
6642
6643         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
6644         WREG holds the first byte function parameters,
6645         * (aopForSym): take special case for symbols which are in FARSPACE
6646         but in CODESPACE too,
6647         * (assignResultValue): modified to take into account _G.useWreg,
6648         * (genCall): don't use wreg for parameter passing when function is
6649         declared as reentrant, too, added optimization INCF to stack
6650         pointer when stack parameter count is 1,
6651         * (genFunction, genEndFunction): refurnished and fixed to not using
6652         wreg for passing parameters when function has varargs or is
6653         reentrant, fixed bug with symbol name compare for generating
6654         functions in absolute address,
6655         * (pic16_storeForReturn): refurnished,
6656         * (genCmp): began writing a new version of the function, not ready
6657         yet, therefore it is disabled,
6658         * (genAssign): do not read code memory when assigning a function to
6659         a pointer function,
6660         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
6661         array of characters, not pointer,
6662         * (pic16initialComments): in debug mode emit an .ident directive for
6663         the assembler,
6664         * (_process_pragma): emit a new warning type (internal to pic16)
6665         when setting stack to default length, emit a similar warning when
6666         placing a function at absolute address and address is not word aligned
6667         * (_pic16_parseOptions): added 'return TRUE' statement,
6668         * (_pic16_linkEdit): if compiling a source, then add the source's
6669         file object, first in the list of objects to link,
6670
6671 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
6672
6673         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
6674         * src/pic/main.c : removed VC warning.
6675         * src/pic/gen.c : changed comment.
6676
6677 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
6678
6679         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
6680         reference to a deprecated symbol _GPTRREG was causing failure to
6681         link. Thanks G. M. Gallant for the info.
6682
6683 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
6684
6685         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
6686         comments for Bugs item #954788.
6687
6688 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
6689
6690         * src/pic16/device.c (pic16_dump_gsection,
6691         * pic16_groupRegistersInSection): handle symbols declared to be in
6692         access bank differently,
6693         * src/pic16/gen.c (struct _G): added field resDirect,
6694         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
6695         send values read from stack directly to result and don't allocate
6696         temporary values,
6697         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
6698         same registers,
6699         * (pic16_sameRegsOfs): NEW,
6700         * (freeAsmop): if _G.resDirect is set then do not mark registers as
6701         free because they were not allocated from temporary pool,
6702         * pic16_popRegFromString): workaround to fix a problem with
6703         allocating variables twice or never,
6704         * (genGenPointerGet): using PRODL instead of FSR0H,
6705         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
6706         instead of FSR0H,
6707         * (genAssign): take advantage of the _G.resDirect flag,
6708         * (genCast): around line 11844, use mov2f instead of directly
6709         MOVFF'ing between operands to account for literal values,
6710         * src/pic16/genutils.c: some new debug functions for gpsim have been
6711         added,
6712         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
6713         float with integer part only,
6714         * src/pic16/main.c (_process_pragma): handle pragma udata access to
6715         place variables in access bank
6716         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
6717         updated sources to reflect recent changes in gen.c
6718
6719 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
6720
6721         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
6722         sources that searched for headers in installation path, now the
6723         device/include/pic16 is used,
6724         * src/pic16/glue.c (pic16glue),
6725         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
6726         .line directives if not in debug mode, this suppresses assembler's
6727         warnings for ignored directives
6728
6729 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
6730
6731         * src/port.h: made reset_regparms prototype void parameter explicit.
6732         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
6733         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
6734         * doc/sdccman.lyx: documented warning disabling and how to use
6735           printf_large to make it print floats.
6736         * device/include/stdbool.h: NEW
6737         * device/lib/_atof.c,
6738         * device/lib/_divuint.c,
6739         * device/lib/_divulong.c,
6740         * device/lib/expf.c,
6741         * device/lib/printf_large.c,
6742         * device/lib/sincosf.c,
6743         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
6744         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
6745           a completely reentrant lib.
6746
6747 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
6748
6749         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
6750         * device/include/pic16/stdio.h: fixed bug with colon
6751
6752 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
6753
6754         * device/include/pic16/stdio.h,
6755         * device/include/pic16/stdlib.h,
6756         * device/include/pic16/math.h: NEW
6757         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
6758         declared as _naked to reduce overhead
6759         * device/lib/Makefile.in (target port-specific-objects-pic16):
6760         changed * to *.* so to ignore the CVS directory,
6761         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
6762         stacked variables back in stack,
6763         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
6764         corruption
6765
6766 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
6767
6768         * .version: bumped version number to 2.4.5
6769         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
6770         * support/Util/SDCCerr.c (messages structure): added entry for
6771         W_POSSBUG2
6772
6773         Large cumulative patch for pic16 port and libraries.
6774         * device/include/pic16/sdcc-lib.h,
6775         * device/include/pic16/stdarg.h,
6776         * device/include/asm/pic16/features.h,
6777         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
6778         * device/include/pic16/float.h: changes reentrant keyword with
6779         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
6780         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
6781         updated target build-libraries to include objects from gptr,
6782         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
6783         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
6784         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
6785         all function headings,
6786         * src/SDCCmain.c: added global parameter userIncDirsSet,
6787         * (parseCmdLine): when option -I is encountered add directory to
6788         userIncDirsSet too,
6789         * src/version.awk: added space between control and long,
6790         * src/pic16/NOTES: added some notes for the port,
6791         * src/pic16/gen.c: added prototype for mov2fp function,
6792         * (fReturnpic16[]): properly named return value registers,
6793         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
6794         * (aopForSym): added code to handle symbols with onStack flag set,
6795         symbols onStack are allocated PTRSIZE bytes,
6796         * (aopFreeAsmop): handles special case where asmops are stack objects,
6797         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
6798         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
6799         added argument lock to trace flaws in allocating temporary registers
6800         when developing port,
6801         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
6802         * (pic16_popRegFromString): reenabled allocating a direct register
6803         from string,
6804         * (assignResultValue): various beautifications,
6805         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
6806         referenced function argument,
6807         * (genIpush): reenabled to allow stacked arguments, handles only
6808         ic->parmPush iCodes,
6809         * (genCall, genPcall): major changes to allow for variable argument
6810         functions, fixed a bug with falsely restoring stack pointer after
6811         returning from call,
6812         * (genFunction): pending code for critical function,
6813         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
6814         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
6815         * (genNearPointerGet): fixed bug with indirect reading, was always
6816         reading from INDF0
6817         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
6818         pointers,
6819         * (genAddrOf): rewrote code to take address of a stacked function parameter
6820         * (genCast): fixed casting to generic pointer type,
6821         * src/pic16/gen.h: added AOP_STA,
6822         * (struct asmop): added field stk,
6823         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
6824         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
6825         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
6826         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
6827         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
6828         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
6829         generic pointers,
6830         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
6831         and library paths,
6832         * (pic16_port structure): generic pointer size is set to 3,
6833         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
6834         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
6835         compiler warning,
6836         * src/pic16/ralloc.c (allocReg): prevent allocating register when
6837         operand is an iTemp,
6838
6839 2004-09-24 Martin Helmling <mh AT octo-soft.de>
6840
6841         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
6842         * debugger/mcs51/simi.c: addapt new syntax of s51
6843
6844 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
6845
6846         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
6847         * src/pic16/pcode.c: commented out some calls to free() in order to
6848         fix bug #989576,
6849
6850 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6851
6852         * src/SDCCicode.h,
6853         * src/SDCCicode.c (isiCodeInFunctionCall),
6854         * src/avr/ralloc.c (selectSpil),
6855         * src/pic/ralloc.c (selectSpil),
6856         * src/pic16/ralloc.c (selectSpil),
6857         * src/ds390/ralloc.c (selectSpil),
6858         * src/hc08/ralloc.c (selectSpil),
6859         * src/xa51/ralloc.c (selectSpil),
6860         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
6861         stack in the middle of a function call sequence (fixes bug #1020268)
6862         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
6863         costs associated with the minimum switch case.
6864
6865 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6866
6867         * src/SDCC.lex: fixed bug #1030549
6868
6869 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6870
6871         * src/SDCCcse.h (struct cseDef),
6872         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
6873         over a function call if the CSE is derived from a symbol whose
6874         address has been taken (fixes bug #1029883)
6875         * support/regression/tests/bug-1029883: a new regression test for
6876         this bug
6877
6878 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6879
6880         * src/hc08/gen.c (emitinline): fixed bug #1029778
6881         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
6882         to a cast object is no longer a syntax error ("fixes" bug #1030006,
6883         and starts toward RFE #905167)
6884
6885 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
6886
6887         * src/pic16/gen.c (mov2f): New function to move an operand to
6888         another without considering if it is a literal or a register,
6889         * (pic16_sameRegs): don't check if they are both AOP_REG,
6890         * (AccRsh): removed andmask=0 lines,
6891         * (genLeftShift): duplicated to be improved in future versions,
6892         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
6893         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
6894         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
6895         * (pic16initMnemonics): added initialization for POC_INFSNZW,
6896         * (insertBankSwitch): fixed inserting banksel directives algorithm
6897         for instructions that follow a skip instruction, this fixes a report
6898         for broken subtraction code generation,
6899         * src/pic16/ralloc.c (deassignLRs): do not free register if current
6900         iCode is a left op, just in case result and right share the same
6901         registers
6902
6903 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6904
6905         * src/hc08/main.c,
6906         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
6907         preservation of HX
6908         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
6909         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
6910         on 2004-09-12; it was buggy
6911
6912 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
6913
6914         * src/SDCCsymt.h: removed RESULT_CHECK
6915         * src/SDCCast.c,
6916         * src/SDCCglue.c,
6917         * src/SDCCval.c,
6918         * src/pic/glue.c,
6919         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
6920
6921 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
6922
6923         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
6924         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
6925         configuration values no more rejected by compiler, they are assigned
6926         to configuration registers with a warning message instead,
6927         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
6928         the for-loop so last conf register is emitted too,
6929         * (_pic16_initPaths): link library libsdcc.lib by default,
6930         * (_hasNativeMulFor): modified test for multiplication according to
6931         Raphael Neider's remarks. Integer multiplication is also done with
6932         support functions,
6933         * device/include/pic16/pic18fregs.h: corrected type error in while
6934         testing and including 18f6720 header file
6935
6936 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
6937
6938         * src/pic16/device.h (pic16_options): removed field use_crt,
6939         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
6940         until an optimization to handle single bits is added,
6941         * (pic16_loadFSR0): moved before genUnpackBits,
6942         * (genAnd): some white lines removed,
6943         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
6944         leave_reset flags in pic16_options when using crt modules,
6945
6946 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
6947
6948         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
6949           for bugs 898889 & 979599. Also used some safer print instructions.
6950
6951 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
6952
6953         * src/pic16/device.h (pic16_options_t): added field use_crt,
6954         crt_name, no_crt,
6955         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
6956         catch a probable future bug,
6957         * src/pic16/gen.c: aopIdx function commented out,
6958         * (genAssign): commented out old code which used aopIdx,
6959         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
6960         code, added if conditionals to take into account the --use-crt
6961         command line options,
6962         * src/pic16/main.c (pic16_optionsTable): added new command line
6963         options, --use-crt= and --no-crt,
6964         * (_pic16_linkEdit): now the proper crt object is added in the
6965         linker command line except than when --no-crt is specified,
6966         * src/pic16/pcode.c,
6967         * src/pic16/pcode.h: added some structures and functions for a new
6968         optimization scheme to compansate for instruction overhead between
6969         same iCodes, this scheme is currently under development and is not
6970         working in any way,
6971         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
6972         to && operator,
6973         * device/lib/pic16/startup/crt0i.c,
6974         * device/lib/pic16/startup/crt0iz.c: added global char variable
6975         __uflags to force the generation of an idata section
6976
6977 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
6978
6979         * doc/Makefile,
6980         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
6981         * doc/sdccman.lyx: updated sdcc version to 2.4.4
6982
6983 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6984
6985         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
6986         Frieder) and clarified the default code optimization mode
6987
6988 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6989
6990         * src/SDCC.lex (doPragma, process_pragma),
6991         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
6992         "opt_code_size", and "opt_code_balanced"
6993         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
6994         regrouped options by category, added support for category headers
6995         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
6996         and "--opt-code-size"
6997         * doc/sdccman.lyx: documented these new options and pragmas
6998         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
6999         preference into account
7000
7001 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
7002
7003         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
7004           geniCodePreDec): Fixed bug 904237 by generating a warning
7005         * src/SDCCerr.h,
7006         * src/SDCCerr.c: added warning W_SIZEOF_VOID
7007
7008 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
7009
7010         * src/pic/device.c : When no max ram set validate full memory range.
7011         * src/pic/pcode.c,
7012         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
7013
7014 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
7015
7016         * device/lib/_gptrget.c,
7017         * device/lib/_gptrput.c: updated comment
7018         * device/lib/calloc.c,
7019         * device/lib/free.c,
7020         * device/lib/malloc.c,
7021         * device/lib/realloc.c: added LGPL, made them reentrant-safe
7022         * src/SDCCcse.c (cseBBlock),
7023         * src/SDCCicode.c (printOperand, geniCodeArray),
7024         * src/SDCCicode.h (struct operand): fixed bug 868103
7025         * support/regression/tests/bug-868103.c: added
7026         * src/SDCCast.c (searchLitOp),
7027         * src/SDCCcse.h (struct cseDef),
7028         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
7029         * src/SDCCicode.h (struct operand),
7030         * src/SDCCsymt.h (struct sym_link),
7031         * src/avr/gen.c (hasInc),
7032         * src/ds390/gen.c (hasInc),
7033         * src/hc08/gen.c (genPlusIncr, hasInc),
7034         * src/mcs51/gen.c (hasInc),
7035         * src/pic16/glue.c (pic16_printIvalChar),
7036         * src/pic16/ralloc.c (regWithIdx),
7037         * src/xa51/gen.c (hasInc) : removed warnings
7038         * src/SDCCast.c (createBlock): added comment ???
7039         * src/hc08/ralloc.c: updated comments
7040
7041 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7042
7043         * doc/sdccman.lyx: updated section on switch statements, added
7044         section about semaphore locking
7045         * doc/Makefile: added option -info for latex2html
7046         * device/lib/_gptrget.c,
7047         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
7048
7049 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
7050
7051         * src/pic/device.h,
7052         * src/pic/device.c,
7053         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
7054          maxram is less than 0x100.
7055
7056 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
7057
7058         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
7059
7060 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7061
7062         * src/port.h,
7063         * src/mcs51/main.c,
7064         * src/ds390/main.c,
7065         * src/z80/main.c,
7066         * src/hc08/main.c,
7067         * src/pic/main.c,
7068         * src/pic16/main.c,
7069         * src/avr/main.c,
7070         * src/xa51/main.c
7071         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
7072         a jump table is the best form for a switch statement, including
7073         automatic insertion of missing cases to make the case range
7074         continuous. Developed in collaboration with Frieder Ferlemann.
7075
7076 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7077
7078         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
7079         accumulator result if it needs sign extension
7080
7081 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
7082
7083         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
7084
7085 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
7086
7087         * device/lib/gbz80/printf.c,
7088         * device/lib/z80/printf.c: removed define for NULL
7089
7090 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
7091
7092         * as/xa51/xa_link.c,
7093         * device/examples/ds390/ow390/ad26.c,
7094         * device/examples/ds390/ow390/cnt1d.c,
7095         * device/examples/ds390/ow390/counter.c,
7096         * device/examples/ds390/ow390/ds2480.h,
7097         * device/examples/ds390/ow390/ds2480ut.c,
7098         * device/examples/ds390/ow390/findtype.c,
7099         * device/examples/ds390/ow390/gethumd.c,
7100         * device/examples/ds390/ow390/owllu.c,
7101         * device/examples/ds390/ow390/ownetu.c,
7102         * device/examples/ds390/ow390/swt12.c,
7103         * device/examples/ds390/ow390/swtloop.c,
7104         * device/examples/ds390/ow390/temp.c,
7105         * device/examples/ds390/ow390/temp10.c,
7106         * device/examples/ds390/ow390/thermo21.c,
7107         * device/examples/ds390/ow390/tinilnk.c,
7108         * device/examples/ds390/ow390/tstfind.c,
7109         * device/examples/serialcomm/windows/serial.cpp,
7110         * device/examples/serialcomm/windows/test_serialcomm.cpp,
7111         * device/include/reg51.h: fixed line endings for cvs
7112
7113 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7114
7115         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
7116         packRegsForAccUse, packRegisters): new accumulator register
7117         packing algorithm
7118         * support/regression/ports/hc08/support.c (_putchar): suppress
7119         warning of unused variable
7120         * src/SDCCicode.c: added SWAP entry to codeTable
7121
7122 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
7123
7124         * device/lib/sprintf.c: forgot to add this file before previous commit
7125
7126 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
7127
7128         * src/pic16/gen.c (genPackBits): added operand right in function
7129         parameters, load result directly if p_type is POINTER (that is
7130         called by genNearPointerSet)
7131         * (genUnPackBits): added operand left in function parameters,
7132         * (genNearPointerGet, genNearPointerSet): prevent the loading of
7133         FSR0 if accessing bitfields,
7134
7135 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
7136
7137         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
7138           _print_format; updated printf, sprintf, vsprintf
7139         * device/include/asm/default/features.h: corrected comment/define
7140         * device/lib/Makefile.in: added sprintf.c
7141         * device/lib/libsdcc.lib: added sprintf module
7142         * device/lib/printf_large.c,
7143         * device/lib/vprintf.c,
7144         * device/lib/sprintf.c: totally refactored printf_large and vprintf
7145           into these 3 files
7146         * support/regression/Makefile: changed ALL_PORTS into a usefull default
7147         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
7148         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
7149           hc08 test
7150         * support/regression/tests/zeropad.c: define idata as data for hc08
7151
7152 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7153
7154         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
7155         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
7156         labels are referenced at least once (even if a reference is not found)
7157         * src/hc08/gen.c (emitcode): set isComment flag for comments
7158         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
7159         loads), rules 6a..6b (optimize jumps to return)
7160
7161 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7162
7163         * device/lib/acosf.c (acosf),
7164         * device/lib/asinf.c (asinf),
7165         * device/lib/atanf.c (atanf),
7166         * device/lib/ceilf.c (ceilf),
7167         * device/lib/cosf.c (cosf),
7168         * device/lib/coshf.c (coshf),
7169         * device/lib/cotf.c (cotf),
7170         * device/lib/fabsf.c (fabsf),
7171         * device/lib/floorf.c (floorf),
7172         * device/lib/log10f.c (log10f),
7173         * device/lib/logf.c (logf),
7174         * device/lib/sinf.c (sinf),
7175         * device/lib/sinhf.c (sinhf),
7176         * device/lib/sqrtf.c (sqrtf),
7177         * device/lib/tanf.c (tanf),
7178         * device/lib/tanhf.c (tanhf),
7179         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
7180         replaced all instances of "reentrant" in the library functions
7181         defined in math.h with this macro.
7182         * support/regression/tests/float_trans.c: reenabled test for hc08
7183
7184 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
7185
7186         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
7187         erroneously deleted
7188
7189 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7190
7191         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
7192         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
7193         multi-byte volatile operands are used
7194         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
7195         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
7196         initialization to area GSINIT0 so that it would always precede
7197         any static initializers in GSINIT
7198         * support/regression/tests/zeropad.c: fixed idata define for hc08
7199         * support/regression/tests/bug-927659.c,
7200         * support/regression/tests/float_trans.c: disabled tests for hc08
7201         pending missing library routines
7202         * .version: increased version number to 2.4.4 - hc08 port now passes
7203         regression tests
7204
7205
7206 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
7207
7208         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
7209         * Makefile.common.in,
7210         * as/Makefile,
7211         * as/hc08/Makefile.in,
7212         * as/mcs51/Makefile.in,
7213         * as/z80/Makefile.in,
7214         * debugger/mcs51/Makefile.in,
7215         * device/include/Makefile.in,
7216         * device/lib/Makefile.in,
7217         * doc/Makefile,
7218         * link/Makefile,
7219         * link/z80/Makefile.in,
7220         * packihx/Makefile.in,
7221         * sim/ucsim/main_in.mk,
7222         * sim/ucsim/avr.src/Makefile.in,
7223         * sim/ucsim/doc/Makefile.in,
7224         * sim/ucsim/gui.src/serio.src/Makefile.in,
7225         * sim/ucsim/hc08.src/Makefile.in,
7226         * sim/ucsim/s51.src/Makefile.in,
7227         * sim/ucsim/xa.src/Makefile.in,
7228         * sim/ucsim/z80.src/Makefile.in,
7229         * src/Makefile.in,
7230         * support/cpp2/Makefile.in,
7231         * support/librarian/Makefile,
7232         * support/makebin/Makefile: added DESTDIR to the install path proposed
7233         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
7234         * doc/sdccman.lyx: added DESTDIR documentation
7235
7236 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
7237
7238         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
7239         instruction for interrupt handlers, use fast returns when returning
7240         from high priority interrupts
7241
7242 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7243
7244         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
7245         code generation
7246         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
7247         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
7248         bugs, ported much of Bernhard's code from mcs51
7249         * src/mcs51/gen.c (genSend),
7250         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
7251         than one when calling a reentrant function
7252         * device/lib/_mullong.c: defined an alternate struct layout for big
7253         endian ports (hc08)
7254
7255 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7256
7257         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
7258         test
7259
7260 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7261
7262         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
7263         are sane and complete before asking the port its prefered parameter
7264         passing method (fixes bug #1017633)
7265         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
7266         and _ret3
7267
7268 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7269
7270         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
7271         problem in bitfields >= 8 bits.
7272
7273 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
7274
7275         * src/SDCCsymt.c: undid changes that were not meant to be committed
7276
7277 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
7278
7279         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
7280
7281 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
7282
7283         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
7284           copied and wrong bit got inverted
7285
7286 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7287
7288         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
7289         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
7290         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
7291         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
7292         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
7293         assignments to bitfields at known addresses
7294         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
7295         reads from bitfields at known addresses
7296         * src/hc08/ralloc.c (packRegisters),
7297         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
7298         genhc08Code): optimize pointer get values used as conditionals
7299         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
7300         and branch
7301
7302 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7303
7304         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
7305         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
7306         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
7307         as conditionals
7308
7309 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7310
7311         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
7312
7313 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7314
7315         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
7316         related problems
7317
7318 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
7319
7320         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
7321
7322 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7323
7324         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
7325         mcs51 port
7326
7327 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
7328
7329         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
7330
7331 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7332
7333         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
7334         cases use more compact code.
7335
7336 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
7337
7338         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
7339
7340 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7341
7342         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
7343
7344 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7345
7346         * src/SDCCsymt.h,
7347         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
7348         parameter of changePointer() from symbol* to sym_link*
7349         * src/SDCCast.c (decorateType): call changePointer() for CAST op
7350         * src/SDCCsymt.c (compareType): void* type is castable to other
7351         pointers, but not necesarily an exact match.
7352         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
7353         is no longer blindly treated as an exact match.
7354         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
7355
7356 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
7357
7358         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
7359
7360 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
7361
7362         * src/pic/gen.c,
7363         * src/pic/pcode.c,
7364         * src/pic/ralloc.h,
7365         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
7366
7367 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
7368
7369         * src/pic/device.c,
7370         * src/pic/device.h,
7371         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
7372
7373 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7374
7375         * src/mcs51/gen.c (emitcode): fixed bug #992819
7376
7377 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
7378
7379         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
7380           there's no need to make it worse
7381
7382 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7383
7384         * src/mcs51/ralloc.c (deassignLR),
7385         * src/ds390/ralloc.c (deassignLR),
7386         * src/hc08/ralloc.c (deassignLR),
7387         * src/z80/ralloc.c (deassignLR),
7388         * src/pic/ralloc.c (deassignLR),
7389         * src/pic16/ralloc.c (deassignLR),
7390         * src/avr/ralloc.c (deassignLR),
7391         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
7392         rlivePoint): fixed another part of bug #971834
7393
7394 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7395
7396         * src/z80/main.c: enabled "critical" keyword
7397         * src/z80/mappings.i,
7398         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
7399         functions (fixes bug #979646)
7400         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
7401
7402 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7403
7404         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
7405           such as c:\mydir.
7406
7407 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
7408
7409         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
7410           doesn't disable too much optimizations
7411
7412 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
7413
7414         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
7415
7416 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
7417
7418         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
7419
7420 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
7421
7422         * src/pic/gen.c tidied up tabs
7423         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
7424         * src/pic/main.c tidied up tabs
7425         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
7426         * src/pic/pcoderegs.c tidied up tabs
7427         * src/pic/ralloc.c tidied up tabs
7428
7429 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
7430
7431         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
7432         to S_FIXED for pic16 port and when symbol is not in level 0,
7433         allocate for S_REGISTER storage class and pic16 port, too,
7434         * src/pic16/device.h: prototype for checkSym,
7435         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
7436         * (pic16_assignConfigWordValue): test the value and the mask to
7437         validate that the value is suitable for the configuration word,
7438         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
7439         collect extern declared symbols, don't emit symbol twice, check
7440         first if symbol is in publics set first,
7441         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
7442         * added command line '--fstack' which enables an experimental
7443         feature for stack access, too buggy to be used yet...
7444         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
7445         * (pic16_allocDirReg): when register has storage class S_REGISTER
7446         allocate in pic16_dynAccessRegs,
7447         * device/include/pic16/pic18f????.h: modified configuration word
7448         naming convention, words started as CONFIG0H but should be CONFIG1H
7449
7450 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
7451
7452         * device/include/mcs51reg.h: fixed bug 970993
7453
7454 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
7455
7456         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
7457         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
7458         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
7459         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
7460         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
7461         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
7462           error/warning numbers,
7463           added function setWarningDisabled()
7464         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
7465         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
7466           _memcmp.c _memmove.c calloc.c realloc.c free.c
7467         * support/regression/tests/malloc.c: added tests for new functionality
7468         * support/regression/tests/zeropad.c: added tests for truncated initializers
7469           and initialized char arrays starting with '\x0'
7470         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
7471
7472 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
7473
7474         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
7475
7476 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7477
7478         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
7479         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
7480         peephole 177.e. Thanks to anonymous
7481
7482 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
7483
7484         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
7485         function isn't used in the source but referenced as a
7486         variable initializer then declare it as extern in .asm file
7487
7488 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
7489
7490         * .version: increased version number to 2.4.3
7491
7492         Adding version extension according to ChangeLog CVS revision
7493         * src/Makefile.in (target all): added dependency 'version.h'
7494         * (rule version.h): added rule to create version.h from ChangeLog,
7495         * (rule dep): added dependency version.h,
7496         * src/version.awk: AWK script to create version.h
7497         * src/SDCCdwarf2.c (dwWriteModule),
7498         * src/SDCCglue.c (initialComments),
7499         * src/SDCCmain.c (printVersionInfo): modified to write after
7500         version string the version extension number,
7501         * src/SDCCutil.c: included "version.h"
7502         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
7503         number,
7504         * src/SDCCutil.h: added prototype for getBuildNumber
7505
7506         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
7507         includeDirsSet, too,
7508         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
7509         const char [] is found in function prototype...
7510
7511         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
7512         moving to WREG with source is already in WREG,
7513         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
7514         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
7515         * (aopForSym): stack'ed symbols are partially supported, added
7516         if-clause to support symbols in FARSPACE,
7517         * (sameRegs): added test for AOP_ACC to see if registers are same,
7518         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
7519         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
7520         * (pic16_popRegFromString): will not allocate a new register if it
7521         doesn't find one by name, bug may have introduced...
7522         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
7523         * (genIpush): revived to use pic16 port's stack,
7524         * (genAddrOf): added incomplete case for stack'ed operand,
7525         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
7526         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
7527         can handle multibyte operands,
7528         * src/pic16/glue.c (pic16_printIval*): some debug info added,
7529         * (pic16initialComments): added message for MPLAB compatibility
7530         mode enabled,
7531         * src/pic16/main.h: prototype for pic16_mplab_comp,
7532         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
7533         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
7534         * (_pic16_linkEdit): NEW, handles link stage, transferred here
7535         because of increased complexity of procedure,
7536         * (_process_pragma): stack pragma changed to format 'stack pos len',
7537         emit symbol '_stack_end' to conform with gplink,
7538         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
7539         to search for register,
7540         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
7541         PO_GPR_REGISTER,
7542         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
7543         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
7544         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7545         case for PO_GPR_REGISTER,
7546         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
7547         dies, the new era is ahead !...
7548         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
7549         pic16_dynInternalRegs,
7550         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
7551         * (pic16_allocDirReg): minor optimizations and bug fixes,
7552         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
7553
7554         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
7555         load stack and frame pointer with address of 'stack_end' symbol
7556
7557 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
7558
7559         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
7560         without source code but only variable initializers
7561
7562 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
7563
7564         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
7565         external are not declared as extern to reduce overhead while linking
7566
7567 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
7568
7569         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
7570
7571 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
7572
7573         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
7574           Yee Keat for the patch
7575         * src/SDCCast.c (decorateType): fixed bug #979599
7576         * src/ds390/gen.h: removed local fReturnSizeDS390
7577         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
7578         * src/ds390/gen.c (genAnd, genOr, genXor),
7579         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
7580
7581 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
7582
7583         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
7584         add relFilesSet to $3, manipulate $2 to handle linking of object
7585         files without source files in command line,
7586         * device/include/pic16 (all headers): added ID location macros,
7587         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
7588         entries for ID location bytes,
7589         * (pic16_assignIdByteValue): NEW,
7590         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
7591         added field dumpcalltree to pic16_options_t,
7592         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
7593         is used instead of pic16_Gstack_base_addr, check if (ifx) before
7594         emitting rFalseIfx label after check_carry label,
7595         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
7596         pic16_emitDIRegs), NEW
7597         * (pic16glue): dump .calltree file when option --calltree found,
7598         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
7599         * (_pic16_genAssemblerPreamble): emit ID locations after
7600         configuration registers,
7601         * (pic16_linkCmd): modifications of the link command,
7602         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
7603         * (pic16_pCodeInitRegisters): don't init stack registers,
7604         * (pic16_findPrevInstruction): fixed bug,
7605         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
7606         bug with immediate registers,
7607         * (buildCallTree): traces stack push and pop,
7608         * (pct2): dump also stack usage for each function,
7609         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
7610         * (pic16_allocDirReg): various modifications,
7611         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
7612         fixed to 1,
7613
7614 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
7615
7616         * src/pic16/pcode.c: removed buggy double colon
7617
7618 2004-07-01 Borut Razem <borut.razem AT siol.net>
7619
7620         * support/scripts/sdcc.nsi: added include/pic16 to setup
7621
7622 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
7623
7624         * device/lib/Makefile.in: fixed bug in target objects-pic16,
7625         * device/lib/pic16/Makefile: prefixed with dash (-) command under
7626         target 'clean',
7627         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
7628         specific command line arguments. Also added sample lkr script
7629         for placing a variable at a specific memory bank.
7630         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
7631         at a specific memory bank,
7632         * (pic16_dump_isection): fixed bug which caused string literals to
7633         be omitted when dumping idata section,
7634         * (pic16_groupRegistersInSection): added code to handle registers
7635         in specific memory banks,
7636         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
7637         public, all references are renamed too,
7638         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
7639         AOP_DPTR2,
7640         * (pic16_storeForReturn): added case to handle when dest is WREG,
7641         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
7642         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
7643         pic16_rel_udata, check to see if that register is marked as being
7644         a member of a specific memory bank,
7645         * (pic16_printIvalCharPtr): added code to add string literals either
7646         to code or the idata sections,
7647         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
7648         also accept the 'udata' pragma,
7649         * src/pic16/main.h: new structure types sectName and sectSym
7650         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
7651         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
7652         * (pic16_findPrevInstruction): fixed, it returned nothing,
7653         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
7654         instruction combinations,
7655         * (pic16_FixRegisterBanking): heavily reorganised,
7656         * (pic16_AnalyzeBanking): if generating banksel directives is
7657         disabled, then don't call FixRegisterBanking at all,
7658         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
7659         completely removed,
7660         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
7661
7662 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
7663
7664         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
7665         Phuah Yee Keat <yk.phuah AT nestac.com>
7666
7667 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
7668
7669         * src/pic16/glue.c (pic16createInterruptVect): function now emits
7670         correctly the IVT even if it is relocated to some other location
7671
7672 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
7673
7674         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
7675         * device/include/pic16/pic18f2220.h: NEW,
7676         * device/lib/pic16/libdev/pic18f2220.c: NEW,
7677         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
7678         * src/pic16/device.c (struct Pics16): added info for 18f2220,
7679         * src/pic16/device.h (struct pic16_options): added ivt_loc and
7680         nodefaultlibs, ivt_loc is the location of the interrupt vector
7681         table, and nodefaultlibs signs that default libraries should not be
7682         linked in link stage,
7683         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
7684         according to --ivt-loc argument,
7685         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
7686         when pragma stack is found,
7687
7688 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7689
7690         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
7691         256 (range check), 257 (do while), 258.a-f (bit banging
7692         f.e. on 3-wire SPI bus)
7693
7694 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7695
7696         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
7697         variables used exclusively within a loop
7698
7699 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
7700
7701         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
7702
7703 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7704
7705         * src/SDCClrange.c (computeClash): fixed bug #971834
7706
7707 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7708
7709         * src/mcs51/gen.c (genCmp): fixed bug #975903
7710         * src/hc08/gen.c (operandsEqu),
7711         * src/ds390/gen.c (operandsEqu),
7712         * src/z80/gen.c (operandsEqu),
7713         * src/pic/gen.c (operandsEqu),
7714         * src/pic16/gen.c (operandsEqu),
7715         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
7716         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
7717
7718 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7719
7720         * src/SDCCcse.c (cseBBlock): fixed bug #966963
7721
7722 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
7723
7724         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
7725         default case in switch statement,
7726         * glue.c (pic16_initPointer): expr is initialised via decoarteType
7727         to eliminate problem with initialisation of pointers, but problem
7728         still exists,
7729         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
7730         * (emitStaticSegment): removed various lines emitting debug info,
7731         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
7732         added processor registers for utilizing EEPROM,
7733         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
7734         configurable and set 8
7735
7736 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
7737
7738         * .version: increased version number to 2.4.2,
7739
7740         Cumulative patch for pic16 port
7741         * src/pic16/device.c: changed scheme to dump initial values for
7742         variables in idata segment, all print_idata* functions were removed,
7743         now the pic16_printIval* will be called,
7744         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
7745         * _pic16_printPointerType, pic16_printPointerType,
7746         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
7747         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
7748         NEW, similar to the respective functions in SDCCglue.c,
7749         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
7750         way, emitting hex bytes,
7751         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
7752
7753 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7754
7755         * src/avr/ralloc.c (serialRegAssign),
7756         * src/xa51/ralloc.c (serialRegAssign),
7757         * src/pic/ralloc.c (serialRegAssign),
7758         * src/pic16/ralloc.c (serialRegAssign),
7759         * src/hc08/ralloc.c (serialRegAssign),
7760         * src/z80/ralloc.c (serialRegAssign),
7761         * src/ds390/ralloc.c (serialRegAssign),
7762         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
7763
7764 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7765
7766         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
7767         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
7768
7769 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
7770
7771         Cumulative patch for pic16 port:
7772         * src/pic16/device.h (typedef PIC16_device) modified fields for
7773         defining microcontrollers,
7774         * src/pic16/device.c: added new info for all devices in Pics16 array,
7775         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
7776         to be optimised out by the pCode optimiser,
7777         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
7778         specially, bug reported by G.M. Gallant,
7779         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
7780         as force'd so that cannot be optimised out by pCode optimiser,
7781         * src/pic16/pcode.c,
7782         * src/pic16/pcodepeeph.c,
7783         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
7784         they are disabled by default, but can be enabled explicit with
7785         command argument --denable-peeps, for testing,
7786         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
7787         --pomit-ivt in COMPILE_FLAGS
7788
7789 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
7790
7791         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
7792           compilation on MSVC
7793
7794 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
7795
7796         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
7797
7798 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7799
7800         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
7801         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
7802
7803 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
7804
7805         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
7806         would only assign 0x300001 register.
7807
7808 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
7809
7810         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
7811         in COMPILE_FLAGS. Thanks to G. Gallant for report.
7812
7813 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7814
7815         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
7816         for ds80c400
7817         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
7818         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
7819         added peephole 254 (left shift), 255 (jump table)
7820
7821 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
7822
7823         * device/lib/Makefile.in: removed comment line with model-pic16,
7824         * (target port-specific-objects-pic16): the libraries and objects
7825         are copied to the build directory form the device/lib/pic16/bin
7826         directory
7827
7828         Cumulative patch concerning pic16 port:
7829         * library directory has been re-organized,
7830         * added support for PIC18F1220,
7831         * added headers and library sources for chips 18f1220,18f6520,
7832         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
7833
7834         * configuration registers setting has changed, now each supported
7835         device has a complete description of the registers it uses,
7836         * all initialisations are moved to idata sections, these section
7837         can be absolute or relocatable,
7838         * fixed initialisation of codespace variables,
7839         * fixed warning about PCLATU and gpsim,
7840         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
7841         * (genAssign): use table reads when assigning from variables in codespace,
7842         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
7843         char/int variables placed in codespace,
7844         * (pic16_emitConfigRegs): NEW, emits a list with configuration
7845         registers set in .asm file, no need for --pomit-config-words anymore,
7846         * (pic16glue): some 8051 legacy segments are commented out
7847         (to be removed completely),
7848         * added support for alternative assembler and linker with --asm=
7849         and --link= command line arguments,
7850         * peepholes are disabled automatically in the port, no need to
7851         specify on command line,
7852         * port supports natively char/int/long multiplication, but converts
7853         all divisions to support functions,
7854         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
7855         to the file set in variable $2,
7856         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
7857         strings in ASCII format and not in hex,
7858         * ralloc.c (serialRegAssign): added a triplet of conditional calls
7859         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
7860         allocate proper register if iCodes aren't temporary,
7861
7862 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
7863
7864         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
7865
7866 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
7867
7868         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
7869         is commented out
7870
7871 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7872
7873         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
7874         computed address is reused
7875         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
7876         multi-byte bitfields
7877
7878 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
7879
7880         * src/z80/gen.c: (genArrayInit): must check for pointers too
7881
7882 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
7883
7884         * support/regression/tests/zeropad.c: never meant to commit the
7885           nestedstruct test: removed, added check for GCC version
7886
7887 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
7888
7889         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
7890         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
7891         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
7892           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
7893           bugs 928906 and 954082 half-empty initializers
7894         * src/SDCCsymt.h,
7895         * src/SDCCsymt.c (getAllocSize): added for above fix
7896         * src/z80/gen.c (genArrayInit): fixed bug 741044
7897         * support/regression/tests/zeropad.c: added tests
7898
7899 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
7900
7901         * src/pic16/device.c (pic16_dump_section): corrected bug which
7902         caused some symbols of the libraries to be misplaced
7903
7904 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
7905
7906         * src/pic16/glue.c,
7907         * src/pic16/ralloc.h,
7908         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
7909         to fix conflict with pic port
7910
7911 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
7912
7913         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
7914         externs configuration variables,
7915         * src/pic16/ralloc.h,
7916         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
7917         prototype in header, commented out some debug messages
7918
7919 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
7920
7921         * src/pic16/glue.c,
7922         * src/pic16/main.c,
7923         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
7924         for gpasm COFF object generation. Thanks to D. Hawkins for
7925         his patch info
7926
7927 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7928
7929         * src/ds390/main.c,
7930         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
7931         Brock for spotting this)
7932         * src/ds390/gen.c (genEndFunction),
7933         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
7934         interrupt handler and critical. Disable push/pop optimizations when
7935         peephole optimizations disabled.
7936
7937 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
7938
7939         Updated pic16 library sources and headers.
7940         * device/lib/pic16/pic18f*/ ,
7941         * device/include/pic16/*.h: modified to handle structured SFR
7942         definitions
7943
7944 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
7945
7946         * src/port.h (PORT structure): added hook initPaths, now each
7947         port can declare its own default search paths,
7948         which can been seen with the --print-search-dirs option,
7949         see pic16 port for example,
7950         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
7951         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
7952         * (doPrintSearchDirs): NEW, replaces in a central manner the
7953         printing of search dirs which was split in set*Paths functions,
7954         * (main): added call to port->initPaths and doPrintSearchDirs,
7955         * src/avr/main.c,
7956         * src/ds390/main.c,
7957         * src/hc08/main.c,
7958         * src/izt/i186.c,
7959         * src/izt/tlcs900h.c,
7960         * src/mcs51/main.c,
7961         * src/pic/main.c,
7962         * src/pic16/main.c: modified port structures to reflect addition of
7963         initPaths hook,
7964
7965         * src/pic16/device.c (regCompare): registers are finally sorted by name,
7966         * (pic16_dump_section): for registers in same address reserve memory once,
7967         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
7968         to no_banksel,
7969         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
7970         result is greater in size than right or left,
7971         * (pic16_genUMult8X8_8): there are some cases where the result can
7972         be 16 bits size, so handle these,
7973         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
7974         * (pic16_outBitC): modified to emit pcodes,
7975         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
7976         or not,
7977         * (genDivOneByte): implemented algorithm to divide 8-bits,
7978         * (genCmp): uncommented goto, but issues still exist,
7979         * (genAnd): fixed a bug with variables >8bits,
7980         * (genPackBits): optimization added that uses BCF/BSF to change a
7981         single bit,
7982         * (genAssign): fixed bug when assigning floating point literals,
7983         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
7984         __sdcc_gsinit_startup label,
7985         * src/pic16/main.c (_pic16_init): removed search directory
7986         initialisations,
7987         * (_pic16_initPaths): NEW, used to initialise search directories,
7988         * (_hasNativeMulFor): support functions for all except char/int
7989         multiplication, and char division,
7990         * (PIC16_port struct): modified entry for native mul support,
7991         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
7992         no_banksel option,
7993         * (buildCallTree): call to register_usage is ifdef'ed out,
7994
7995 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7996
7997         * device/include/string.h: applied Stas Sergeev's patch to make this
7998         header file compatible with the preprocessor -Wundef option
7999         * src/SDCCmain.c (main): abort compilation if preprocessor reports
8000         failure (fixes bug #941458)
8001
8002 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8003
8004         * src/SDCCopt.c (killDeadCode): fixed bug #907733
8005         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
8006         that the variable, not the function, should be static
8007         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
8008         to be consistent with non-literal case
8009
8010 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8011
8012         * src/SDCCast.c (isConformingBody): fixed bug #949967
8013         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
8014         convilong): fixed bug #952086
8015
8016 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8017
8018         * src/SDCCmem.c (allocVariables): fixed bug #955321
8019
8020 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8021
8022         * src/hc08/main.c (_hc08_genAssemblerEnd),
8023         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
8024         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
8025         completely eliminated the use of a temporary file
8026         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
8027         when more than one file linked
8028         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
8029
8030 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8031
8032         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
8033         which fixes bug #543481
8034         * support/regression/tests/bug-751703.c: fixed comments left from a
8035         cut and paste error
8036         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
8037         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
8038         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
8039         scopes
8040         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
8041         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
8042         are now changed to underscores in moduleName
8043
8044 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8045
8046         * as/mcs51/lkmem.c: better fix for bug #954173
8047
8048 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
8049         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8050
8051         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
8052         * device/include/c8051f000.h,
8053         * device/include/c8051f120.h,
8054         * device/include/c8051f300.h,
8055         * device/include/c8051f310.h,
8056         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
8057         PWM16) and detab'ed
8058
8059 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8060
8061         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
8062         and mailing lists, doc'ed --no-peep-comments, removed reference
8063         to knoppix (newest version has no LyX/LaTeX), other minor changes
8064         * src/SDCCglue.c (glue): save 2 bytes stack space with
8065         option --main-return. The ljmp could probably be avoided too
8066
8067 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8068
8069         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
8070
8071 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8072
8073         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
8074         * src/SDCCopt.c (isLocalWithoutDef),
8075         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
8076         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
8077         (credit to Maarten Brock for patch #949363, on which this is based)
8078         * support/regression/tests/bug-751703.c: some test cases of extern used
8079         within inner scopes.
8080
8081 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8082
8083         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
8084         SPEC_STRUCT
8085         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
8086         struct definitions
8087         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
8088         dwWriteLabel): fix to create valid debugger symbols even when
8089         the module name has non-alphanumeric symbols in it
8090         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
8091         when a variable's allocation has been optimized away
8092
8093
8094 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8095
8096         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
8097         * src/hc08/main.c,
8098         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
8099         * src/mcs51/main.c,
8100         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
8101         * src/ds390/main.c,
8102         * src/z80/gen.c (z80_emitDebuggerSymbol),
8103         * src/z80/main.c,
8104         * src/pic/gen.c (pic14_emitDebuggerSymbol),
8105         * src/pic/main.c,
8106         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
8107         * src/pic16/main.c,
8108         * src/avr/gen.c (avr_emitDebuggerSymbol),
8109         * src/avr/main.c,
8110         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
8111         * src/xa51/main.c,
8112         * src/SDCCdebug.c (emitDebuggerSymbol),
8113         * src/SDCCdebug.h,
8114         * src/port.h: added a debugger struct to the port struct. Added a
8115         callback for defining debugger symbols
8116
8117         * src/SDCCast.c (createLabel),
8118         * src/SDCC.y (labeled_statement): mark all compiler generated labels
8119         with isitmp = 1
8120         * src/SDCCicode.h,
8121         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
8122         iCode back to the ast for the function
8123
8124         * src/hc08/ralloc.c (hc08_assignRegisters),
8125         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
8126         unneeded fields from the regs struct.
8127         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
8128         pushReg() & pullReg() functions instead of emitcode()
8129
8130         * src/hc08/gen.c (genLabel, genhc08Code),
8131         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
8132
8133         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
8134         debugger hooks
8135
8136         * src/hc08/gen.c (genEndFunction, genhc08Code),
8137         * src/hc08/gen.h,
8138         * src/mcs51/gen.c (genEndFunction, gen51Code),
8139         * src/mcs51/gen.h,
8140         * src/ds390/gen.c (genEndFunction, gen390Code),
8141         * src/ds390/gen.h,
8142         * src/z80/gen.c (genEndFunction, genZ80Code),
8143         * src/z80/gen.h,
8144         * src/z80/z80.h,
8145         * src/pic/gen.c (genEndFunction, genpic14Code),
8146         * src/pic/gen.h,
8147         * src/pic16/gen.c (genEndFunction, genpic16Code),
8148         * src/pic16/gen.h,
8149         * src/avr/gen.c (genEndFunction, genAVRCode),
8150         * src/avr/gen.h,
8151         * src/xa51/gen.c (genEndFunction, genXA51Code),
8152         * src/xa51/gen.h,
8153         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
8154         specific code to cdbFile.c and out of the backend code generators
8155
8156         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
8157         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
8158         starting address is now 0
8159
8160         * as/hc08/asm.h,
8161         * as/hc08/m08pst.c,
8162         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
8163         assembler directive for DWARF support
8164         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
8165
8166         * src/src.dsp,
8167         * src/Makefile.in,
8168         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
8169
8170 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8171
8172         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
8173         and inappropriate peephole optimization in jump tables
8174
8175 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8176
8177         * as/hc08/m08pst.c,
8178         * src/SDCCglue.c: sdccopt works for the hc08 port now
8179
8180 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
8181
8182         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
8183
8184 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8185
8186         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
8187
8188 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8189
8190         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
8191         rules
8192         * src/SDCCmain.c,
8193         * src/SDCCglobl.h,
8194         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
8195         comments from the peephole optimizer replacement rules
8196         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
8197         symbols
8198         * src/SDCCcse.c (updateSpillLocation),
8199         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
8200         equivalents
8201         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
8202         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
8203         objects far pointers
8204
8205 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8206
8207         * src/SDCCsymt.h: a missing part of my last change
8208         * src/pic/ralloc.c (regTypeNum),
8209         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
8210
8211 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8212
8213         * src/SDCCicode.h,
8214         * src/SDCCicode.c (aggrToPtrDclType),
8215         * src/SDCCptropt.h,
8216         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
8217         ptrPseudoSymConvert),
8218         * src/pic/ralloc.c (regTypeNum),
8219         * src/pic16/ralloc.c (regTypeNum),
8220         * src/hc08/ralloc.c (regTypeNum),
8221         * src/ds390/ralloc.c (regTypeNum),
8222         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
8223         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
8224
8225 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8226
8227         * link/z80/lkmain.c (afile),
8228         * as/hc08/lkmain.c (afile),
8229         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
8230         prevent a pointer problem when a filename has no directory and
8231         no extension specified.
8232
8233 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8234
8235         * link/z80/lkmain.c (afile): allow periods in directory names
8236         * link/z80/lkmain.c (afile),
8237         * as/mcs51/lkmain.c (afile),
8238         * as/hc08/lkmain.c (afile): allow linker script file to have an
8239         extension other than ".lnk"
8240         * link/z80/lklex.c (getfid),
8241         * link/z80/lkmain.c (parse),
8242         * as/mcs51/lklex.c (getfid),
8243         * as/mcs51/lkmain.c (parse),
8244         * as/hc08/lklex.c (getfid),
8245         * as/hc08/lkmain.c (parse): Support comments in the linker script
8246         file on lines by themselves and after filenames
8247
8248 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8249
8250         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
8251
8252 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8253
8254         * src/z80/peeph-z80.def: removed some peephole rules that don't
8255         work with multibyte arithmetic (fixed bug #937126)
8256         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
8257         to registers and not global variables
8258         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
8259         geniCodePreInc, geniCodePostDec, geniCodePreDec,
8260         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
8261         checking for assignments not internally generated (fixed bug #931895)
8262         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
8263         structure member (fixed bug #930072)
8264
8265 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8266
8267         * src/SDCCmain.c (linkEdit),
8268         * src/hc08/main.c (_hc08_parseOptions),
8269         * as/hc08/Makefile.in,
8270         * as/hc08/aslink.h,
8271         * as/hc08/asm.h,
8272         * as/hc08/m08pst.c,
8273         * as/hc08/lkrloc.c (relr, rele),
8274         * as/hc08/lkarea.c (lnkarea)
8275         * as/hc08/lkmain.c (afile, parse),
8276         * as/hc08/lkelf.c: support for ELF output
8277         * as/hc08/lks19.c (s19),
8278         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
8279
8280 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8281
8282         * as/mcs51/lkihx.c: Fixed bug #899105.
8283
8284 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8285
8286         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
8287         .dsp files from Unix to DOS.
8288
8289 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8290
8291         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
8292         function pointers; we have been compliant for several months now.
8293         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
8294         change that was accidently commented out
8295         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
8296         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
8297         bug #922319
8298
8299 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8300
8301         * src/hc08/gen.c: output of all of the internal debugging information
8302         is now controlled by the D() macro; it is disabled by default
8303
8304 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8305
8306         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
8307         harder to keep the same registers during a CAST iCode
8308         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
8309         long via int can be done in a single cast, if the signedness is
8310         correct.
8311         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
8312         putchar() in tinibios.c in ds390's library
8313
8314 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
8315
8316         * src/SDCCast.c (decorateType): fixed bug #898889,
8317         cast result of a literal complement too
8318         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
8319         fixed check for bitfields
8320
8321 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
8322
8323         * src/SDCCicode.c (geniCodeLogic): made it static,
8324         (geniCodeLogicAndOr): added in order to fix bug #905492,
8325         (ast2iCode): fixed bug #905492
8326         * support/regression/tests/bug-905492.c: added
8327         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
8328         (processParms): fixed bug #927659: don't copy parms, this will clear
8329         decorated flag
8330         * support/regression/tests/bug-927659.c: added
8331
8332 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
8333
8334         * src/SDCCast.c (addCast): don't cast float to char
8335         * device/lib/libsdcc.lib: added _memmove
8336
8337 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
8338
8339         * device/lib/large/Makefile: fixed parallel execution by
8340         replacing `make` by `$(MAKE)`
8341
8342 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8343
8344         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
8345         offsets (fixes bug #923936)
8346
8347 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
8348
8349         * device/lib/small/Makefile: fixed parallel execution by
8350         replacing `make` by `$(MAKE)`
8351
8352 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
8353
8354         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
8355
8356 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
8357
8358         * src/pic/gen.c (genCpl): multi-byte complements were not working.
8359         * src/regression/Makefile: Regression test was not running.
8360
8361 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
8362
8363         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
8364         complement if possible
8365         * src/SDCCval.c (valComplement),
8366         * src/SDCCicode.c (operandOperation): fixed complement of literal
8367         * support/regression/tests/onebyte.c (testComplement): added
8368
8369 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
8370
8371         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
8372         return an optimized tree; actually replace actParm with the new tree
8373         * src/SDCCast.h: added some parantheses to remove side effects
8374         * support/regression/tests/bug-920866.c
8375
8376 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
8377         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
8378         Bit operands were not being handled properly in the pic14 port.
8379         (now src/regression/add.c passes again).
8380
8381 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8382
8383         * src/SDCC.y (labeled_statement): case and default no longer require
8384         a following statement (RFE #893037)
8385
8386 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8387
8388         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
8389         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
8390         disabled (fixes bug #916294)
8391         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
8392         "mov a,acc"; patch provided by Lenny Story
8393         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
8394
8395 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8396
8397         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
8398         functions
8399         * src/ds390/gen.c (genFunction, genEndFunction),
8400         * src/ds390/ralloc.c (ds390_assignRegisters),
8401         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
8402         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
8403         pushed if there are parameters passed on the stack. Also, a cleaner
8404         way to decide if r0/r1 should be pushed/popped. (Together they fix
8405         bug #918693)
8406
8407 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8408
8409         * doc/sdccman.lyx,
8410         * device/lib/mcs51/crtpagesfr.asm,
8411         * device/lib/mcs51/crtxinit.asm,
8412         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
8413         to avoid confusion with Si Lab's SFRPAGE register.
8414
8415 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8416
8417         * src/SDCCglue.c (emitMaps): allow public sfr variables
8418         * src/SDCCglue.c (initialComments): include compiler build date
8419         with compiler version and put the timestamp of the generated
8420         assembly file on a serperate line to be less confusing.
8421         * src/port.h: added genInitStartup hook
8422         * src/avr/main.c,
8423         * src/ds390/main.c,
8424         * src/hc08/main.c,
8425         * src/pic/main.c,
8426         * src/pic16/main.c,
8427         * src/xa51/main.c,
8428         * src/z80/main.c: genInitStartup initialize as NULL (default to
8429         historical behaviour)
8430         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
8431         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
8432         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
8433         library instead of hard coding it into the compiler.
8434         * support/regression/ports/mcs51-stack-auto/spec.mk,
8435         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
8436         * device/lib/mcs51/Makefile,
8437         * device/lib/small/Makefile,
8438         * device/lib/large/Makefile,
8439         * device/lib/mcs51/crtpagesfr.asm,
8440         * device/lib/mcs51/crtstart.asm,
8441         * device/lib/mcs51/crtxclear.asm,
8442         * device/lib/mcs51/crtxinit.asm,
8443         * device/lib/mcs51/crtclear.asm,
8444         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
8445         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
8446         and into user configurable files.
8447         * device/lib/clean.mk: clean mcs51 directory too
8448         * support/regression/tests/longlit.c: added static to T1 declaration
8449         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
8450         accesses in the initialization code
8451
8452 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8453
8454         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
8455         OSCTRIMVAL as noted in bug #916008
8456
8457 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8458
8459         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
8460         in loops with multiple exits (reported as incorrect registers
8461         used by Martin Helmling in Sdcc-user list)
8462
8463 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8464
8465         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
8466         made ds390 register extensions look less like error messages
8467
8468 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8469
8470         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
8471         reported by Adam Wozniak in Sdcc-user list
8472
8473 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
8474
8475         * src/SDCCast.c (decorateType): fixed with bug and promotion in
8476         arithmetic optimizations, added debug output
8477
8478 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
8479
8480         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
8481         * sdcc.spec: updated and split sdcc into 3 rpms
8482         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
8483         needed for literals of LEFT_OP and '+'
8484         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
8485         introduced RESULT_TYPE_NOPROM
8486         (geniCodeMultiply): fixed logic for decision if mul is optimized to
8487         left shift
8488         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
8489         limited promotion to int only for '*'
8490         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
8491
8492 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
8493
8494         * src/pic16/gen.c (genSkip),
8495         (genc16bit2lit), (gencjneshort): commented out
8496         (is_LitOp): new helper function, checks operand type
8497         (genCmpEq): rewritten
8498
8499 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
8500
8501         * support/regression/tests/bug-908454.c: added
8502
8503 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
8504
8505         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
8506         * src/SDCCicode.c (usualBinaryConversions): op needs int type
8507         (geniCodeCast): cosmetic, don't preserve bit storage class
8508         (geniCodeLeftShift): added promotion
8509         (geniCodeLogic): fixed regression
8510         * src/SDCCsymt.c (computeTypeOr): accept bits too
8511         (compareType): 2nd part of fix for bug #908454, needed for bitfields
8512
8513 2004-03-07  Borut Razem <borut.razem AT siol.net>
8514
8515         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
8516
8517 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
8518
8519         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
8520         version of pic16_genPackRegisters which does not check if ic is a
8521         CAST operator,
8522         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
8523         function cause string1.c regression test fails
8524
8525 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
8526
8527         * sim/ucsim/configure.in,
8528         * sim/ucsim/configure,
8529         * sim/ucsim/doc/Makefile.in: use docdir
8530         * src/SDCC.y: fixed sbit atrributes
8531         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
8532         * src/SDCCast.c (decorateType): |^& need special promotion handling
8533         * src/SDCCast.h,
8534         * src/SDCCsymt.h: moved definition of RESULT_TYPE
8535         * src/SDCCsymt.h (computeType),
8536         * src/SDCCicode.c: computeType() needs op
8537         * src/SDCCsymt.c (checkTypeSanity),
8538         * doc/sddman.lyx: "plain" bitfields are unsigned
8539         * src/SDCCsymt.c (computeTypeOr): added
8540         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
8541         |^& ops
8542         * src/SDCCval.c (val*): computeType() needs op
8543         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
8544         * support/regression/tests/onebyte.c: added tests for |^&
8545
8546 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
8547
8548         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
8549         for writing icode into asm output.
8550
8551 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
8552
8553         * src/pic16/device.c: added some debug lines enabled
8554         with macro DEBUG_CHECK,
8555         * src/pic16/genarith.c: more debug in genPlus,
8556         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
8557         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
8558         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
8559         * (aopForSym): onStack symbols are re-placed in data memspace,
8560         and onStack flag is cleared,
8561         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
8562         copy temporary pcodeop,
8563         * (genPcall): added warning for not updating PCLATU,
8564         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
8565         always true for pic16 port,
8566         * (genMultOneWord): NEW, supports integer multiplication,
8567         * (genMult): modified to call genMultOneWord,
8568         * (ifxForOp): added warning when return NULL,
8569         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
8570         flag is set before call to operandFromSymbol for implicit
8571         added structures,
8572         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
8573         options.intlong_rent are set by default,
8574         * (_hasNativeMulFor): modified to allow port generation of integer
8575         multiplication,
8576         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
8577         set regtype to REG_SFR for all registers, restricting seting the
8578         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
8579
8580 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8581
8582         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
8583         more than 500 times in the regression tests
8584
8585 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8586
8587         * support/Util/SDCCerr.h,
8588         * support/Util/SDCCerr.c,
8589         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
8590         enumerator_list),
8591         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
8592         for symbol conflicts.
8593         * support/valdiags/tests/enum.c,
8594         * support/valdiags/tests/tentdecl.c,
8595         * support/valdiags/tests/struct.c: expect possible error messages
8596         referring to original symbol definitions.
8597         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
8598         * src/SDCCsymt.h,
8599         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
8600
8601 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
8602
8603         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
8604
8605 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
8606
8607         * src/pic16/ralloc.c (newReg): fixed bug #908929
8608
8609 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8610
8611         * src/ds390/gen.c: added missing #include "main.h"
8612
8613 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
8614
8615         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
8616         checking if symbol is already in set,
8617         * src/pic16/device.h: prototype for checkAddSym,
8618         * src/pic16/gen.c: (_G): added entry interruptvector,
8619         * (assignResultValue): removed some commented out lines,
8620         * (genFunction): check for ISR via sym->type, absolute section for
8621         interrupt code is created via a new pBlock, the goto instruction is
8622         placed now correctly at the interrupt vector position, changed all
8623         references from ivec to _G.interruptvector,
8624         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
8625         is the interrupt is a high priority one, same for return from ISR,
8626         * src/pic16/glue.c: changed all calls of addSetHead for publics and
8627         externs to calls of checkAddSym,
8628         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
8629         pic16_pcode_verbose flag is set,
8630         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
8631         * src/pic16/pcoderegs.c: message about how many registers are saved
8632         will only be emitted if pic16_pcode_verbose flag is set,
8633
8634 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8635
8636         * src/ds390/ralloc.h,
8637         * src/ds390/ralloc.c (ds390_regWithIdx),
8638         * src/ds390/gen.c (emitcode),
8639         * src/ds390/main.h,
8640         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
8641         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
8642         ds390operandCompare, getRegsRead, getRegsWritten,
8643         initializeAsmLineNode): customized instruction size calculation for
8644         ds390, started basis for some register optimizations
8645         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
8646         corresponding assembly output
8647         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
8648         missing push/pop of r0/r1. Optimized push/pops
8649
8650 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8651
8652         * src/mcs51/main.c (instructionSize): fixed ACALL size
8653         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
8654
8655 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
8656
8657         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
8658         the sorting of rlist with NULL elements
8659         * (print_idataType, print_idata): NEW to create idata sections
8660         * src/pic16/device.h: idataSymSet new variable
8661         * src/pic16/gen.c (genFunction): fixed some bugs in string
8662         comparing, improved the absolute section creation for ISRs,
8663         added FSR0L/FSR0H in registers that are saved in an ISR,
8664         * (genInline): fixed the processing of inline snippets,
8665         now they undergo no process by the peephole optimizer
8666         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
8667         are placed in idataSymSet,
8668         * (pic16emitStaticSeg): extern symbols are added in externs,
8669         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
8670         switching when aboslute variables are placed in access bank memory
8671         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
8672         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
8673         commented out with #if,
8674         * (pic16_packRegisters): reintroduce the check for CAST because some
8675         symbols are not correctly handled,
8676         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
8677         pCodeInstruction instead of pCode,
8678         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
8679         pCodeAsmDir definition,
8680         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
8681         directive, then the argument directive is emitted without the leading
8682         tab, hack for inline labels which must be in the first column,
8683         * (compareLabel,pic16_findNextInstruction),
8684         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
8685         * (insertBankSwitch): modified for the new pCodeAsmDir,
8686
8687 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8688         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
8689
8690         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
8691         instance,
8692         * (pushSide): commented out with #if,
8693         * (assignResultValue): fixed some typos in saving
8694         registers,
8695         * (genPcall): FIXED and sync'ed with genCall,
8696         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
8697         * (genNearPointerGet): fixed to handle some more cases,
8698         implementation scheme via table reads,
8699         * (genConstPointerGet): modified to access code memory correct,
8700         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
8701         and improved to handle some cases
8702         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
8703         instead of "RETLW" for init data
8704         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
8705         not IN_DIRSPACE, work around to reduce bank switching when aboslute
8706         variables are placed in access bank memory (<0x80 and >=0xf80),
8707         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
8708         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
8709         TBLWT_POSTDEC,TBLWT_PREINC
8710         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
8711         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
8712         directives
8713         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
8714         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
8715         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
8716         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
8717
8718 2004-02-29  Borut Razem <borut.razem AT siol.net>
8719
8720         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
8721         support/Util/findme.h, support/Util/system.h: enhance binary relative
8722         search for lib and include by using findProgramPath()
8723
8724 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8725
8726         * src/SDCCpeeph.h,
8727         * src/SDCCpeeph.c (pcDistance),
8728         * src/port.h,
8729         * src/mcs51/ralloc.h,
8730         * src/mcs51/ralloc.c (mcs51_regWithIdx),
8731         * src/mcs51/main.h,
8732         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
8733         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
8734         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
8735         size calculation port specific, started basis for some register
8736         optimizations
8737         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
8738         missing push/pop of r0/r1. Optimized push/pops
8739         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
8740         * device/lib/_modsint.c (_modsint),
8741         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
8742         and stack version so regression tests pass
8743
8744 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
8745
8746         * src/Makefile.in (dep): include SLIBOBJS in dependency check
8747         * src/SDCCast.c (decorateType): catch another small optimization
8748         with '?' operator
8749         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
8750         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
8751         modified to finally use computeType() all over SDCC,
8752         see Feature Request #877103
8753         * src/SDCCval.h: cosmetic
8754         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
8755         valCompare(); regression tested in muldiv.c
8756         * support/regression/tests/muldiv.c (testMod): mod sign follows
8757         dividend only
8758
8759 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
8760
8761         * src/SDCCast.c (decorateType): fixed bug #902362
8762         * doc/INSTALL.txt: fixed install instructions for win32
8763
8764 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
8765
8766         * device/include/Makefile.in (install): fixed by replacing spaces
8767         by tabs
8768         * doc/README.txt,
8769         * doc/INSTALL.txt: updated for release
8770         * doc/sdccman.lyx: added warning for --xstack being buggy
8771
8772 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
8773
8774         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
8775         to eliminate build warnings.
8776         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
8777
8778 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
8779            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8780
8781         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
8782         removed -penable-stack, added comment for stack pragma, added
8783         warning for not initializing the stack/frame registers, removed
8784         comment at interrupts section
8785
8786         Stack is made permanent, there is no ability to disable stack usage.
8787         * src/pic16/device.h,
8788         * src/pic16/device.c: removed all references to USE_STACK macro,
8789         * src/pic16/device.c (pic16_dump_section): when no elements in
8790         rlist, free rlist before return,
8791         * (pic16_dump_int_registers): NEW, internal registers are a new set
8792         of general purpose registers reused by each function,
8793         * (checkAddReg): returns 1 if registers is added to set,
8794         * (pic16_groupRegistersInSection): when a registers is of type
8795         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
8796         * src/pic16/device.h: memRange and Assigned Memory are deleted,
8797         SRCASECMP macro is moved here from device.c
8798         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
8799         PO_PCLATU, PO_PRODL, PO_PRODH,
8800         * (pic16_pCodeOpType, genMinus,
8801         changed compares to "a" register, with AOP_ACC,
8802         * (pic16_genPlus): fixed some bugs and indented properly,
8803         * (pic16_addSign): changed size to size+offset in the MOVWF
8804         instruction,
8805         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
8806         multiply 8-bit operand by literal, result is 8-bit,
8807         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
8808         multiply 2 8-bit operand, result is 8-bit,
8809         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
8810         genUMult8X*_16,
8811         * src/pic16/gen.c: changed accUse to contain WREG only,
8812         * (pic16_emitcomment): renamed to pic16_emitpcomment,
8813         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
8814         true, do not use immediate addressing any more unless sym is a
8815         pointer in codespace,
8816         * (aopForRemat): do not use immediate addressing when symbol not in
8817         codespace and when symbol's address is requested,
8818         * (aopOp): for-loop in if(sym->accUse) is modified for the new
8819         accUse size (= 1),
8820         * (aopGet): added case for AOP_ACC and don't return "accumulator
8821         bug" but WREG instead,
8822         * (popGetTempReg): pushes contents of temporary register in stack,
8823         * (popReleaseTempReg): pops contents of temporary register from
8824         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
8825         * (pic16_popGet): separated case AOP_ACC to return register WREG
8826         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
8827         or PO_IMMEDIATE and initializes their instance/offset appropriately,
8828         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
8829         the use of immediate pointers to certain cases only.
8830
8831         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
8832         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
8833         * (assignResultValue, genCall, genRet): modified to use the new
8834         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
8835         genPcall is still broken,
8836         * (genFunction): added code to create 'A' type pBlocks when
8837         interrupt functions are generated, code not extensively tested yet,
8838         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
8839         * (genEndFunction): modified so ISRs pop stored registers from stack,
8840         * (genMultOneByte): cleanup,
8841         * (AccRsh): added flag andmask, to and result with appropriate mask,
8842         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
8843         * (genDataPointerGet): fixed and reenabled its use,
8844         * (genNearDataPointerGet): bugs fixed,
8845         * (genDataPointerSet): bugs fixed,
8846         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
8847         pic16_DumpSymbol, pic16_DumpOp,
8848         * src/pic16/genutils.h: function prototypes for the above functions,
8849         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
8850         pointers,
8851         * (pic16emitRegularMap): many many many improvements, but needs a
8852         major cleanup,
8853         * src/pic16/main.c: enable_stack in pic16_options is removed,
8854         * (_pic16_parseOptions): removed command line options -penable-stack,
8855         * (_process_pragma): emit stack symbol only when stack pragma is
8856         processed,
8857         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
8858         redirected to FSR0L/FSR0H pair,
8859         * (pic16_get_op, pic16_get_op2): modifications and improvements,
8860         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
8861         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
8862         for immediates,
8863         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
8864         * (dumpPicOptype): NEW,
8865         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
8866         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
8867         with movff instruction,
8868         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
8869         added pic16_int_regs, some packRegsFor* functions are commented out,
8870         because produce errors,
8871         * src/pic16/NOTES: minor modifications
8872
8873 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8874
8875         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
8876         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
8877         --pack-iram.
8878         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
8879         * as/mcs51/lkaomf51.c: fixed bug #895763
8880
8881 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
8882
8883         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
8884
8885 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8886
8887         * doc/sdccman.lyx: added details about the HC08 storage classes and
8888         interrupts, fixed the register usage info for z80 & gbz80
8889
8890 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
8891
8892         * doc/sdccman.lyx: added more pic16 port documentation
8893         * device/include/pic16/: added header pic18fregs.h
8894
8895 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
8896
8897         * doc/sdccman.lyx: added Vangelis' contribution
8898
8899 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8900
8901         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
8902         extend to the next CALL or PCALL, not just to the next CALL.
8903
8904 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
8905
8906         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
8907
8908 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8909
8910         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
8911         bug #895752 and a better fix for bug #716790
8912
8913 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8914
8915         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
8916
8917 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8918
8919         * doc/sdccman.lyx: minor changes, minor changed
8920
8921 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
8922
8923         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
8924         which can't handle SDCC_NEWONEBYTEOPS,
8925         (geniCodeMultiply): removed conversion from mult to shift for pic14
8926         and pic16
8927
8928 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8929
8930         * src/hc08/gen.h,
8931         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
8932         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
8933         thus fixing bug #895406
8934
8935 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
8936
8937         * device/lib/_modsint.c,
8938         * device/lib/_modslong.c: sign follows divisor only
8939         * src/hc08/gen.c (genMultOneByte): if result size is 1,
8940         signs or signedness can be ignored
8941         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
8942         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
8943         added optimization for IFX,
8944         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
8945         arguments;
8946         reenabled optimization for IFX, which was removed on 2004-01-11
8947         * src/SDCCast.h: added return type IFX
8948         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
8949         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
8950         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
8951         SDCC_OLDONEBYTEOPS selects the old behaviour
8952         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
8953         changed again and commented promotion rule
8954         * src/SDCCval.c (valDiv): promotion no longer necessary
8955         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
8956         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
8957         rewritten
8958         * support/regression/tests/onebyte.c: added
8959
8960 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
8961
8962         * gen.c (genInline): reverted to old code for assemnling inline
8963         code because of bug reported James Chadd
8964
8965 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
8966
8967         * ralloc.h: missing declarations from previous patch,
8968         seems that patch for ralloc.h was never applied, fixed
8969
8970 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8971            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
8972
8973         * pcode.c,
8974         * pcode.h,
8975         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
8976         indirect addressing. Marked FSR0 as deprecated
8977         * gen.c (pointerCode): commented out, not needed now
8978         (pic16_popGet2p): new MOVFF helper function
8979         (genGenPointerGet),
8980         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
8981         (shiftRLong): removed duplicate debugging info
8982
8983 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8984
8985         * src/ds390/gen.c (genNearPointerGet),
8986         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
8987         optimization with bits, but not bitfields.
8988         * src/ds390/ralloc.c (packRegisters),
8989         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
8990
8991 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
8992
8993         * src/SDCCcse.c (algebraicOpts): copy operands before modification
8994
8995 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8996
8997         * src/SDCCsymt.h,
8998         * src/SDCCicode.c (operandFromSymbol),
8999         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
9000         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
9001         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
9002         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
9003         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
9004         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
9005         bug #892038
9006         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
9007         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
9008         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
9009         * src/SDCCsymt.c (newSymbol),
9010         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
9011         enumerator_list),
9012         * src/SDCCval.h,
9013         * src/SDCCval.c (newiList): fixed bug #885705
9014
9015 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9016
9017         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
9018         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
9019
9020 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9021
9022         * device/include/c8051f120.h,
9023         * device/include/c8051f300.h,
9024         * device/include/c8051f310.h: added/updated header files for Silicon
9025         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
9026         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
9027         in new section Submitting patches
9028
9029 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9030
9031         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
9032         genFarPointerGet, genCodePointerGet, genGenPointerGet,
9033         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
9034         genGenPointerSet),
9035         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
9036         genFarPointerGet, genCodePointerGet, genGenPointerGet,
9037         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
9038         genGenPointerSet),
9039         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
9040         genFarPointerGet, genCodePointerGet, genGenPointerGet,
9041         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
9042         genGenPointerSet),
9043         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
9044         genFarPointerGet, genCodePointerGet, genGenPointerGet,
9045         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
9046         genGenPointerSet): fixed bug #892400
9047         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
9048         to eliminate build warnings.
9049         * src/SDCCast.c (processParms),
9050         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
9051         fixed bug 751859
9052         * support/valdiag/valdiag.py: added GCC to the list of defines active
9053         when compiling with gcc
9054
9055 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9056
9057         * support/Util/SDCCerr.h,
9058         * support/Util/SDCCerr.c,
9059         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
9060         with an incomplete type (fixed bug #883734)
9061         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
9062
9063 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9064
9065         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
9066
9067 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9068
9069         * src/SDCCast.c (decorateType),
9070         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
9071         function pointer implementation
9072         * support/regression/tests/funptrs.c: added tests to verify both forms
9073         of function pointers work correctly. Added tests to verify parameters
9074         are passed in the correct order.
9075
9076 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
9077
9078         * device.c (regCompare): registers are sorted by ascending
9079         address and increasing size,
9080         * main.c (_pic16_finaliseOptions): removed the declaration
9081         of compiler macro MCU. Now a macro of the format pic18fxxxx
9082         will be defined from the command line
9083
9084 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
9085             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
9086
9087         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
9088         PCOP_RLCF was overwritten!
9089         * gen.c (genSkip): commented out calls to pic16_emitcode,
9090         * (genCmpEQ): fixed "long" compares, only high word did get compared,
9091         * (genlshTwo),
9092         * (genRRC): added debugging info,
9093         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
9094         overwritten while shifting,
9095         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
9096         overwritten while shifting,
9097         * (AccLsh),
9098         * (AccRsh),
9099         * (shiftLLeftOrResult),
9100         * (shiftRLeftOrResult),
9101         * (shiftRLong),
9102         * (shiftLLong): Implemented with pic16_emitpcode
9103         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
9104         * (genLeftShift): Fixed bug, operand for shift by variable always
9105         was "and"ed with 0x0f,
9106         * (genLeftShiftLiteral),
9107         * (genrshTwo),
9108         * (genRightShiftLiteral): added debugging info,
9109         * (genrshFour): added comment,
9110         * (genRightShift): determined signedness from operand "left"
9111         instead of "result"
9112
9113 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9114
9115         * src/SDCCicode.c (geniCodeParms),
9116         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
9117         function pointers, fixed function pointer bugs #861242 and #861896
9118
9119 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9120
9121         * device/include/c8051f000.h,
9122         * device/include/c8051f120.h,
9123         * device/include/c8051f300.h: added header files for Silicon
9124         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
9125
9126 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
9127
9128         * src/SDCCast.c (processParams): added new type flow and restructured
9129         (gatherAutoInit): added new type flow
9130         (addCast): cosmetic changes
9131         (getLeftResultType): added new type flow for array indices, patch
9132         provided by Stas, see FR #877103
9133         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
9134         array index patch by Stas
9135         * src/SDCCast.h: added prototype getResultTypeFromType()
9136         * src/SDCCval.h,
9137         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
9138         * src/pic/glue.c (pic14emitStaticSeg),
9139         * src/pic16/glue.c (pic16emitStaticSeg),
9140         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
9141         for initialization of symbols
9142         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
9143         * support/Util/SDCCerr.h:
9144         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
9145         * .version: bumped version number to 2.3.8
9146         * device/include/Makefile.in (install),
9147         * doc/Makefile (install): changed to 'rm `find ...`' construct to
9148         avoid warnings
9149
9150 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
9151
9152         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
9153         Slade Rich fixed an optimization bug
9154         * src/pic/pcodepeep.c,
9155         * src/pic/pcoderegs.c
9156         * doc/Makefile (install): added test for directory
9157
9158 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9159
9160         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
9161         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
9162         * src/pic/ralloc.c (getRegPtr, getRegGpr),
9163         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
9164         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
9165         * as/mcs51/asexpr.c (term),
9166         * as/hc08/asexpr.c (term): fixed bug #887146
9167
9168 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9169
9170         * src/z80/gen.c (genMult): handle single byte result product
9171         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
9172         DUMMY_READ_VOLATILE (fixed bug #886367)
9173
9174 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
9175
9176         * support/regression/tests/libmullong.c: fixed logic, on little endian
9177         hosts we ended without a mullong_wrapper()
9178
9179 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9180
9181         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
9182         virus/worm forged address usage.
9183
9184 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
9185
9186         Fixed promotion, it should be done on AST level:
9187         * src/SDCCast.c (addCast): added promotion to int
9188         (decorateType): updated call to upCast()
9189         * src/SDCCicode.c (geniCodeLeftShift): removed call to
9190         usualUnaryConversions()
9191
9192 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
9193
9194         * support/regression/tests/literalop.c (mulWrapper): Added a
9195         wrapper to remove integer overflow warnings.
9196
9197         * support/regression/tests/float_trans.c: Made work on host.
9198
9199         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
9200         location of sz80.
9201
9202         * support/regression/generate-cases.py (main): Changed from inline
9203         to a main method.
9204
9205         * doc/Makefile (install): Changed to depth first to get rid of
9206         missing directory install warning.
9207
9208         * as/Makefile (install-doc): Made work on Mac.
9209
9210 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
9211
9212         * src/SDCCast.c: added an additional type flow in decorateType() of
9213         opposite direction, see feature request #860006; it's enabled at runtime
9214         by setting the environment variable SDCC_NEWTYPEFLOW
9215         * src/SDCCast.h: changed prototype of decorateType()
9216         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
9217         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
9218         'char' to 'int' can be omitted, if both operands are 'unsigned char';
9219         see feature request #877103
9220         * src/SDCCval.c: updated call of decorateType()
9221         (valBitwise): fixed bug #882876
9222         (valMinus): added promotion
9223         (valLogicAndOr): result is unsigned
9224         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
9225         * src/SDCCsymt.c (computeType),
9226         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
9227         must not cause an unsigned operation
9228         * src/pic/glue (pic14emitRegularMap),
9229         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
9230
9231 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
9232
9233         * src/pic/pcode.c (PCodeID): commented out left over debug code
9234
9235 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
9236
9237         * support/valdiag/tests/overflow.c: added shift tests
9238         * src/pic/device.c,
9239         * src/pic/gen.c,
9240         * src/pic/gen.h,
9241         * src/pic/glue.c,
9242         * src/pic/main.c,
9243         * src/pic/pcode.c,
9244         * src/pic/pcode.h,
9245         * src/pic/pcodepeep.c,
9246         * src/pic/pcoderegs.c,
9247         * src/pic/ralloc.c,
9248         * src/pic/ralloc.h: applied patch from Slade Rich;
9249         added support for multiple code pages and multiple RAM banks on the
9250         PIC 14 port. The ASM files now no longer simply assume all the
9251         code / RAM are in the same page / bank. This means the linker can
9252         safely allocate code/RAM of separate ASM files to different pages/banks.
9253         * doc/sdccman.lyx: added Slade's tips
9254         * src/mcs51/peeph.def: fixed bug #880768
9255
9256 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9257
9258         * src/hc08/ralloc.c (rematStr): fixed bug #879282
9259         * src/SDCCast.c (decorateType): fixed bug #880197
9260
9261 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
9262
9263         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
9264         getopt.h.
9265
9266         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
9267         strtof is not part of C89 and isn't included with Mac OS X.
9268
9269 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9270
9271         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
9272         shiftL2Left2Result): fixed bug #879326
9273         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
9274         (genMultOneByte): fixed bug in signed vs unsigned multiplication
9275         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
9276         address fetch for clr instruction
9277         * device/lib/hc08/_mulint.c: created optimized assembly version
9278         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
9279
9280 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
9281
9282         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
9283         proposed in FR #877103
9284
9285 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
9286
9287         * src/SDCCval.c (cheapestVal): added missing checks
9288         * src/SDCCicode.c (usualBinaryConversions): fixed condition
9289         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
9290
9291 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
9292
9293         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
9294         equal operands
9295
9296 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
9297
9298         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
9299         loaded with the linker search paths (-L arguments) and the libraries
9300         to be linked with the current source (-l arguments). Changes
9301         currently will affect only the pic16 port.
9302         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
9303         include path the port specific paths and port specific libraries,
9304         * gplink command now contains the $3 argument,
9305         * src/pic16/device.h,
9306         * src/pic16/device.c,: structure PIC_device is made public and
9307         renamed to PIC16_device, the same for variable Pics which is renamed
9308         to Pics16. Updated all references to them.
9309         * src/pic16/glue.c (pic16glue): corrected bug with code
9310         initialization which bypassed the variable initializations block.
9311
9312         * device/lib/pic16/Makefile.rules: removed --penable-stack from
9313         COMPILE_FLAGS and added the --nostdinc option
9314
9315 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9316
9317         * device/include/mc68hc908jb8.h: Register defs for another member
9318         of the hc08 family. Contributed by Bjorn Bringert - thanks!
9319
9320 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
9321
9322         Documenting changes from previous commits.
9323         * configure.in (version 1.56),
9324         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
9325         when generating output files to configure the pic16 library,
9326         but now I've commented it out, since gputils aren't installed in the
9327         SF compile farm, so library won't compile
9328
9329         * device/lib/Makefile.in (version 1.56): initially I've added in
9330         target 'all' the prerequestive 'model-pic16' so it compiled the
9331         pic16 library, but now I've commented it out for the same reasons
9332         above,
9333         * added targets 'model-pic16' and 'objects-pic16' to compile the
9334         library
9335         * added target 'port-specific-objects-pic16' to handle the
9336         generated libraries and copy them into the build/ directory
9337         * added target 'clean-intermediate-pic16' to clean intermediate
9338         files into pic16 directory
9339         * in target 'installdirs' added line to create directory pic16 in
9340         the installation path
9341
9342         * device/include/Makefile.in (version 1.11): in target 'install'
9343         added lines to copy all header files to installation path,
9344         * in target 'installdirs' added line create directory for pic16
9345         headers in the installation path
9346
9347 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
9348
9349         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
9350          a function call
9351
9352 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
9353
9354         * configure,
9355         * device/lib/configure.in,
9356         * device/lib/configure: fixed for autoconf 2.57
9357
9358 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9359
9360         * src/z80/main.c (_parseOptions): fixed the portmode= command line
9361         option so that it actually works. Made it specific to the z80, since
9362         the gbz80 doesn't have these kinds of I/O ports.
9363
9364 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9365
9366         * device/include/z180.h,
9367         * device/lib/_memcpy.c,
9368         * device/lib/_memmove.c,
9369         * device/lib/_mulint.c,
9370         * device/lib/ser_ir.c,
9371         * device/lib/ser_ir_cts_rts.c,
9372         * device/lib/_strcmp.c,
9373         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
9374         * src/z80/main.c (_process_pragma): add support for pragmas bank and
9375         portmode; added deprecation warning for bank= and protmode= forms.
9376         Also, guard against buffer overflow.
9377         * src/z80/gen.c (aopGet): generate better code for sfr banked read
9378
9379 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9380
9381         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
9382         changed interrupt vector table generation to only emit declared vectors.
9383         * device/include/Makefile.in: added missing backslash
9384         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
9385
9386 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
9387
9388         Mainly changes to support compilation of the device libraries
9389         * src/pic16/device.c: stack is allocated via symbol and not
9390         via literal number. The symbol is placed in the corresponding
9391         position of the data ram
9392         * (pic16_dump_section): relocatable and absolute uninitialized
9393         data are now emitted in sorted order to reduce section naming,
9394         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
9395         weren't marked as being in the access bank,
9396
9397 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
9398
9399         Added portion of GNU PIC Library under the directory
9400         device/include/pic16 and device/lib/pic16. These files
9401         contain the declarations of SFRs for the PIC18Fxx2 devices.
9402         The directory is initialized via configure from toplevel.
9403
9404 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
9405
9406         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
9407         the spilllocations to be compared correctly
9408
9409 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
9410
9411         * src/SDCCast.c (decorateType): fixed bug introduced today
9412
9413 2004-01-12  Borut Razem <borut.razem AT siol.net>
9414
9415         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
9416         doc/sdccman.lyx: upper case pragmas are deprecated
9417
9418 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
9419
9420         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
9421         in simpler and even better code
9422
9423 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
9424
9425         * src/SDCCicode.c (operandOperation): fixed bug #874819
9426         * src/SDCCast.c (decorateType): fixed
9427         char foo (unsigned long ul) { return ul > 0; }
9428
9429 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9430
9431         * doc/sdccman.lyx: Moved and added some sections, small changes
9432         all over. Telling LaTeX to be less strict with word spacing
9433         to better keep the right margin. Changed some notes about
9434         maintainance of the ports in section 3.2.1 - is it OK like this?
9435
9436 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
9437
9438         SDCC source changes:
9439         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
9440         convilong): modified to inform the pic16 port that builtin functions
9441         are external
9442
9443         PIC16 PORT specific changes:
9444         * src/pic16/device.c pic16_dump_equates() added,
9445         processor registers declared internally by the port are emitted in
9446         the translation as equates,
9447         * src/pic16/gen.c: inline code is passed unprocessed to the
9448         translation,
9449         * (pic16_popGetLit2): fnuction modified to take second operand as
9450         pCodeOp pointer and not as literal,
9451         * (popRegFromIdx): prefixed with pic16_,
9452         * (pic16_popCombine2): modified to receive already allocated pCode
9453         operands,
9454         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
9455         * (genFunction): initializes local stack frame and pushes on stack
9456         all the registers used by this function,
9457         * (genEndFunction): restores all registers from stack and restores
9458         stack frame,
9459         * src/pic16/glue.c (pic16emitRegularMap): various changes and
9460         improvements,
9461         * (pic16glue): changed the program startup sequence,
9462         * added new dbName code 'A' for functions placed in absolute section
9463         * src/pic16/main.c: added function attribute _naked,
9464         * added pragma 'code' to place a fnuction at an absolute address,
9465         * added command line arguments --debug-ralloc and --pcode-verbose,
9466         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
9467         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
9468         * (pic16_newpCodeOpLit2): modified to take the second operand as
9469         pCodeOp pointer,
9470         * (pic16_printpBlock): modified to emit each function in a separate
9471         section,
9472         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
9473         UPPER for immediate operands,
9474         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
9475         instruction,
9476         * src/pic16/peeph.def: all peepholes with movff are commented out,
9477         because there is a problem in the pcode peep optimizer,
9478         * src/pic16/ralloc.c: the register allocator can now reuse local
9479         function symbols for another function. This saves register usage.
9480         * src/pic16/ralloc.h: added flag isLocal in structure regs,
9481
9482         Added file src/pic16/NOTES with information about program writing on
9483         the current port version.
9484
9485 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9486
9487         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
9488         and peephole 252 (array access)
9489
9490 2004-01-09  Borut Razem <borut.razem AT siol.net>
9491
9492         * src/SDCCmain.c : fixed #872250: -l command line defined library
9493           files are scanned before standard library files
9494
9495 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9496
9497         * src/SDCCast.c (decorateType): fixed bug #874046
9498
9499 2004-01-09  Borut Razem <borut.razem AT siol.net>
9500
9501         * support/scripts/sdcc.nsi: remove previous installation
9502
9503 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9504
9505         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
9506         bytes for last interrupt vector (mcs51)
9507         * sdcc.spec: fixed typo
9508
9509 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9510
9511         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
9512         gen51Code): more efficient parameter receive for --model-large
9513         ("bug" #845294)
9514
9515 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9516
9517         * src/ds390/main.c,
9518         * src/z80/main.c: added missed needLinkerScript flags (more than
9519         one port structure defined in these file)
9520         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
9521         bug #795325
9522
9523 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
9524
9525         * src/SDCCmain.c: removed various references to DEFAULT_PORT
9526         * src/port.h: added flag needLinkerScript in port->linker
9527         structure to inform whether to create a .lnk file or not,
9528         * src/avr/main.c,
9529         * src/ds390/main.c,
9530         * src/hc08/main.c,
9531         * src/mcs51/main.c,
9532         * src/pic/main.c,
9533         * src/pic16/main.c,
9534         * src/xa51/main.c,
9535         * src/z80/main.c: changed appropriately to configure
9536         needLinkerScript flag
9537         * src/pic/gen.c,
9538         * src/pic16/gen.c (genAddrOf): fixed bug #863624
9539         * src/pic/glue.c: added variable udata_section_name to
9540         override default uninitialized data segment definition for
9541         devices only with SHAREBANK memory (reported from Erik Epetrich)
9542         * (pic14emitOverlay): modified to emit a commented overlay segment
9543         directive when no overlay data exist
9544         * (picglue): modified to emit uninitialized data segment
9545         according to udata_section_name
9546         * src/pic/main.c (_pic14_parseOptions): added command line
9547         options --udata-section-name=[name] to override default
9548         udata definition name
9549         * modified _linkCmd and _asmCmd to include compiler passed
9550         arguments via -W option
9551         * src/pic16/main.c: added $l in _asmCmd, changed extension for
9552         object file from '.rel' to '.o' in port->linker structure,
9553         changed size of fptr from 2 to 3 in port structure
9554
9555 2004-01-07  Borut Razem <borut.razem AT siol.net>
9556
9557         * support/scripts/sdcc.nsi: update PATH
9558         * support/scripts/sdcc.ico: craeted
9559
9560 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
9561
9562         * device/include/Makefile.in: fix install
9563         * doc/Makefile: fix install
9564
9565 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9566
9567         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
9568         in bug #860505
9569         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
9570         how the function variable allocation summary is displayed; also
9571         include information about variables allocated to the overlay
9572         segment
9573
9574 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9575
9576         * as/mcs51/lkmain.c: Help about -Y option
9577         * as/mcs51/lkarea.c: Fixed gcc warnings
9578
9579 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
9580
9581         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
9582         fixed warning
9583         * support/valdiag/tests/overflow.c: added
9584         * src/SDCCast.c (decorateType),
9585         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
9586         LEFT_OP (left shift)
9587
9588 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9589
9590         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
9591         (default behaviour).
9592
9593 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9594
9595         A python script to validate compiler diagnostic messages. It can be
9596         used to verify that sdcc complains about bad c source code and
9597         gives a good location of the error.
9598         * support/valdiag/Makefile,
9599         * support/valdiag/valdiag.py,
9600         * support/valdiag/tests/*
9601
9602 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9603
9604         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
9605         * src/SDCCsymt.c (newEnumType),
9606         * src/SDCCsymt.h
9607         * support/Util/SDCCerr.c,
9608         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
9609         enum related bugs.
9610         * support/regression/tests/enum.c: added test for enum values that
9611         require at least 2 bytes of storage.
9612
9613 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
9614
9615         * src/common.h: added ifndef/define/endif macros
9616         around the header file.
9617         Bug reported from Jesus Calvino-Fraga
9618
9619 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
9620
9621         * sdcc.spec: updated
9622         * device/include/Makefile.in: don't install CVS directories
9623         * device/lib/Makefile.in: added removal of CVS directories after install
9624         * doc/Makefile: fixed install, added local_icons
9625         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
9626         * src/mcs51/gen.c (genRightShift): fixed bug #870788
9627         * src/ds390/gen.c (genRightShift): fixed bug #870788
9628         * src/SDCCast.c (decorateType): fixed bug #870781
9629
9630 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
9631
9632         PIC16 port related changes:
9633         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
9634         added variable stackPos,
9635
9636         * gen.c: genCall, assignResultValue: added support for
9637         pushing/retrieving function parameters to/from stack,
9638         genFunction,genEndFunction: setup stack frame for the
9639         generated function,
9640         genAddrOf: will be changed according to bug 863624
9641
9642         * added files genutils.c and genutils.h which contain gen*
9643         debugged and optimised functions extracted from gen.c
9644
9645         * glue.c: added variable 'externs' which holds extern symbols,
9646         pic16emitRegularMap: is modified to properly handle relocatable
9647          symbols under the new scheme,
9648         pic16createInterruptVect: is modified
9649         pic16printPublics: is modified to emit 'global' assembler directives,
9650         added pic16_printExterns to print extern symbols,
9651         pic16glue: initializes stack/frame pointer in the beginning of
9652         the assembly output. Temporary hack, will be corrected later,
9653         because gplink yet does not support stack and SDCC does not
9654         yet support a type of crt0.o object to create the final binary.
9655
9656         * Removed many lines that contain 8051 legacy code.
9657         * The code is finally placed under a 'code' directive.
9658         * Added port specific options.
9659
9660         * _process_pragma: simplified since now we do not need *special*
9661         include file to define SFR registers. But a separate header
9662         will be needed. This will be developed later.
9663         * _pic16_parseOptions: added, parses port specific options:
9664         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
9665         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
9666         --preplace-udata-with=
9667
9668         * _pic16_setDefaultOptions: modified to initialize section names,
9669         but hack is temporarly out of order since it needs improvement.
9670         * _pic16_genAssemblerPreamble: configuration words are emitted by
9671         their address instead of their name. This part is incomplete and
9672         supports only the 18Fxx2 devices. Other devices will emit an error
9673         during assembly since they do not contain the same set of config
9674         registers
9675         * _pic16_genIVT: is modified,
9676
9677         * pcode.c: added definitions for some hardware registers that are needed
9678         for stack support
9679         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
9680         All PCI entries are updated. Now LFSR is supported.
9681         * Removed pic16_pciTRIS is mentioned by mdubuc in source
9682         * added pic16_newpCodeOpLit2 to support instructions with
9683         two literal arguments
9684         * pic16_pCode2str: corrected code that emits assembler instructions
9685         with two literal operands and those that have an access bit modifier
9686         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
9687         this fixes a bug which caused some labels to be lost, when an
9688         assembler directive was added, i.e. banksel,
9689         * pic16_FixRegisterBanking: improved logic that causes the insertion
9690         of bank switching,
9691         * InlineFunction: functions that are called once, are not any more
9692         inlined. This can be a port option in the future,
9693
9694         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
9695
9696         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
9697         hold the corresponding uninitialized symbols,
9698         * pic16_allocProcessorRegister: registers have explicit marked the
9699         accessBank field,
9700         * pic16_allocInternalRegister: registers are explicit marked as
9701         not used,
9702         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
9703         processing list, so bit registers were lost,
9704         *
9705
9706         * ralloc.h: added field 'accessBank' and original symbol operand
9707         in register definition,
9708         * removed the field isMapped from register definition,
9709
9710         ** Several functions have been removed from various sources:
9711         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
9712         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
9713         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
9714         pic16_assignRelocatableRegisters
9715
9716         ** others have been introduced:
9717         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
9718         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
9719
9720 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
9721
9722         * support/scripts/inc2h.pl: changed definition of BIT_AT
9723         to emit 'sbit at' instead of 'bit at'. This was a request.
9724
9725         PIC16 port related preliminary changes:
9726         * gen.c: prefixed function popRegFromString with
9727         pic16_ and all references to it corrected
9728         * pcode.c: all pic16_pc_* hardware registers prefixed
9729         with underscore (_),
9730         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
9731         * ralloc.c: newReg(): when register is REG_SFR then
9732         set address to rIdx,
9733         pic16_allocProcessorRegister(): marks register wasUsed=0
9734         pic16_writeUsedRegs(): added a call to assign processor
9735         registers via pic16_assignFixedRegisters
9736
9737 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9738
9739         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
9740         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
9741         variables in unused register banks.  Also the SSEG is placed
9742         wherever there is enough space for it, and IDATA can be anywhere
9743         in internal RAM.  For now compile using -Wl-Y[stack_size].
9744         The mem file is different for this option as well, since it
9745         makes no sense of talking about DSEG lenght.
9746
9747 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
9748
9749         * src/SDCClrange.c: fixed bug 869095 that caused segfault
9750         in certain cases, e.g. when ROM assignment, patch provided
9751         from Albert den Haan.
9752
9753 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
9754
9755         Many signedness and type propagation fixes:
9756         * src/SDCCicode.c: made geniCodeCast() static
9757         replaced SPEC_ by IS_ (cosmetic)
9758         (operandOperation): fixed div and mod operation
9759         (usualBinaryConversions): added support for promotion of char
9760         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
9761         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
9762         (geniCodeAdd): an array index will stay unsigned, even if promoted
9763         from char to int
9764         (geniCodeArray): ditto
9765         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
9766         * src/SDCCsymt.c (computeType): added more support for char;
9767         promotion of char is selectable by promoteCharToInt, fixed signedness
9768         for all cases
9769         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
9770         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
9771         * src/SDCCval (val*): replaced signedness calculation by
9772         computeType()
9773         rearranged if-branches (cosmetic)
9774         (valShift): added warning W_SHIFT_CHANGED
9775         (valCompare): fixed problem with different types
9776         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
9777         * support/regression/tests/literalop.c: added many cases
9778         * support/regression/tests/ast_constant_folding.c: changed finally to
9779         'unsigned int'
9780         * .version: new year, new version: 2.3.7
9781         * src/SDCCmain.c (main): applied patch #866468
9782         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
9783         provided by Scott Bronson
9784         * doc/sdccman.lyx: updated documentation for sdcdb
9785         updated and added chapter tips
9786
9787 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9788
9789         * src/SDCCsymt.h: missing from yesterday's commits
9790
9791 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9792
9793         * src/SDCC.y (struct_or_union_specifier),
9794         * support/Util/SDCCerr.c,
9795         * support/Util/SDCCerr.h: verify that struct & union tags are used
9796         as declared.
9797
9798 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9799
9800         * src/SDCCglobl.h: missing from yesterday's commits
9801
9802 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9803
9804         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
9805         sft_attributes, struct_declaration, parameter_declaration,
9806         type_name, start_block, declaration_list),
9807         * src/SDCC.lex (check_type): support redefinition of typedef names
9808
9809 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9810
9811         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
9812         aligned xdata arrays. Erik helped me with the if clause.
9813
9814 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9815
9816         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
9817         warning
9818
9819 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9820
9821         * src/SDCCast.h,
9822         * src/SDCCast.c (newAst_),
9823         * src/SDCCicode.h,
9824         * src/SDCCicode.c (ast2iCode, newiCode),
9825         * src/SDCCglobl.h,
9826         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
9827         expr, statement, expression_statement, selection_statement,
9828         iteration_statement, expr_opt, jump_statement): foundation for tracking
9829         sequence points
9830         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
9831         point code too)
9832
9833 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9834
9835         * support/Util/SDCCerr.c,
9836         * src/SDCCast.h,
9837         * src/SDCCast.c (createCase, createDefault, decorateType),
9838         * src/SDCClabel.c (labelUnreach),
9839         * src/SDCC.y (labeled_statement, jump_statement): More improvements
9840         to error messages.
9841         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
9842         (with thanks to Stas Sergeev)
9843         * device/include/time.h,
9844         * device/lib/time.c (CheckTime): suppress unreachable code warning
9845
9846 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9847
9848         * src/SDCCast.c (createIvalCharPtr),
9849         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
9850         bug #753752)
9851         * support/regression/tests/nullstring.c: tests for these two bugs
9852
9853 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9854
9855         * support/Util/SDCCerr.h,
9856         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
9857         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
9858         about storage class and 'at' used inside struct or union
9859         * src/SDCCBBlock.c (iCodeFromeBBlock),
9860         * src/SDCCcse.c (ifxOptimize),
9861         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
9862         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
9863         printIval, emitStaticSeg, emitOverlay),
9864         * src/SDCClabel.c (deleteIfx),
9865         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
9866         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
9867         gatherAutoInit, processParms),
9868         * support/Util/SDCCerr.h,
9869         * support/Util/SDCCerr.c (werrorfl): Support for better error location
9870         reporting for post-parse errors.
9871
9872 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9873
9874         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
9875         implicit casts via union; they don't work on big endian systems
9876         (possible fix for bug #861138)
9877
9878 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9879
9880         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
9881         * src/mcs51/main.c: fixed the fix for bug #737001
9882
9883 2003-12-15  Borut Razem <borut.razem AT siol.net>
9884
9885         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
9886
9887 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9888
9889         * support/makebin/makebin.c: put output in binary mode
9890
9891 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9892
9893         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
9894         xdata and data memory on startup. Set the environment variable
9895         SDCC_NOGENRAMCLEAR to disable this.
9896         * src/mcs51/peephole.def,
9897         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
9898         (allows non-interrupt and interrupt code to safely compete for a resource
9899         without the non-interrupt code having to disable interrupts)
9900
9901 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9902
9903         * src/SDCCicode.c (geniCodeAdd),
9904         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
9905         with valFromType if type might be a pointer and host is big endian).
9906         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
9907         types, not just integer types.
9908         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
9909         multiply defined with mismatching "at" address.
9910
9911 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9912
9913         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
9914         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
9915         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
9916         with embedded nulls (fixed bug #753752)
9917
9918 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9919
9920         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
9921         Apparently this did not see much testing (endless loop)
9922
9923 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9924
9925         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
9926
9927 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9928
9929         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
9930         gracefully handle NULL memmap pointers
9931
9932 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9933
9934         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
9935         instead of deleting the iCode when an operand is volatile
9936         * src/z80/gen.c (genDummyRead),
9937         * src/mcs51/gen.c (genDummyRead),
9938         * src/ds390/gen.c (genDummyRead),
9939         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
9940         not just IC_RIGHT
9941         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
9942         * src/SDCC.y: fixed bug #850420
9943
9944 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9945
9946         Applied z80 i/o port patch from Peter Townson and fixed some operators
9947         to better handle operands in A register.
9948         * device/include/z180.h
9949         * src/SDCC.y
9950         * src/SDCCglue.c
9951         * src/z80/gen.c
9952         * src/z80/gen.h
9953         * src/z80/main.c
9954         * src/z80/peeph-z80.def
9955         * src/z80/peeph.def
9956         * src/z80/z80.h
9957
9958 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9959
9960         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
9961
9962 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9963
9964         * device/lib/hc08/_mullong.c: Removed extra #endif
9965
9966 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9967
9968         * sim/ucsim/hc08.src/inst.cc,
9969         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
9970         carries from x to h
9971         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
9972         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
9973         * device/include/stdarg.h: fixed varargs for hc08
9974         * device/lib/Makefile.in,
9975         * device/lib/hc08/Makefile,
9976         * device/lib/hc08/_mulint.c,
9977         * device/lib/hc08/_mullong.c: fixed some endian problems
9978
9979 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9980
9981         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
9982         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
9983         * device/lib/_gptrget.c,
9984         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
9985
9986 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9987
9988         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
9989         * src/SDCCast.c (astErrors): fixed bug #846007
9990         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
9991
9992 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9993
9994         * src/SDCCast.c (decorateType): disabled a transformation I added in
9995         revision 1.188 (access to fields of a structure at an absolute address);
9996         it breaks with bitfields, extern declarations, and gcse analysis.
9997         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
9998         could be assigned through a pointer, so don't complain.
9999         * src/SDCCast.c (astErrors),
10000         * src/SDCCast.h,
10001         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
10002
10003 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
10004
10005         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
10006         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
10007         output of __config directives, since gpasm now supports them
10008         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
10009         pre-processor macro, i.e. -DMCU=p18f452
10010         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
10011         and modified to handle 'cast' icode similarly to '=' icode
10012         * src/pic16/device.h (typedef struct PIC_device): added field
10013         'extMIface' to indicate that chip has external memory interface
10014         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
10015         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
10016         18F8720
10017
10018 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10019
10020         * src/SDCC.y (pointer): fixed bug #846006
10021         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
10022         * src/SDCCast.c (decorateType): fixed bug #846009
10023         * src/ds390/peeph.def,
10024         * src/ds390/gen.c (genAnd, genOr),
10025         * src/mcs51/peeph.def,
10026         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
10027
10028 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10029
10030         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
10031         * src/SDCCdflow.c
10032         * src/SDCCcse.c
10033         * src/SDCCcse.h
10034         * src/SDCCBBlock.h
10035         * src/SDCCBBlock.c
10036
10037 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
10038
10039         fixed bug #845089
10040         * src/SDCCbitv.h,
10041         * src/SDCCbitv.c: added function to free a bitvector
10042         * src/SDCClrange.h,
10043         * src/SDCClrange.c: added function to recompute the liveranges
10044         * src/avr/ralloc.c,
10045         * src/ds390/ralloc.c,
10046         * src/hc08/ralloc.c,
10047         * src/mcs51/ralloc.c,
10048         * src/pic/ralloc.c,
10049         * src/pic16/ralloc.c,
10050         * src/xa51/ralloc.c,
10051         * src/z80/ralloc.c: recompute the liveranges after register packing
10052
10053 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
10054
10055         * src/SDCCloop.c (newInduction): fixed bug #845630
10056
10057 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10058
10059         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
10060         inadvertantly left behind from my 2003-11-12 change
10061
10062 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10063
10064         Updated headers I neglected to commit yesterday.
10065         * src/SDCClrange.h,
10066         * src/SDCCicode.h
10067
10068 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10069
10070         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
10071         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
10072         * src/SDCCopt.c (eBBlockFromiCode),
10073         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
10074         the creation of the key hash table from the sequencing so it can be used
10075         earlier (for some GCSE bug fixes still pending)
10076
10077 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10078
10079         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
10080         * support/regression/tests/addsub.c: testing genPlus shortcut
10081
10082 2003-11-15  Borut Razem <borut.razem AT siol.net>
10083
10084         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
10085
10086 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10087
10088         * src/SDCCcse.c (cseBBlock): fixed bug #527779
10089         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
10090         ordering is immaterial.
10091         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
10092
10093 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10094
10095         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
10096         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
10097         (SIGSEV) of bug #840381
10098         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
10099         unlink new file before rename if new and old filenames are the same)
10100
10101 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10102
10103         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
10104         uninitialized variables) for the mcs51. Set environment variable
10105         SDCC_GENRAMCLEAR to test.
10106         xdata initialization slightly shorter
10107
10108 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10109
10110         * src/SDCCsymt.h,
10111         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
10112         #838241 & 780691 (basicly the same bug)
10113         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
10114         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
10115
10116 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
10117
10118         * src/SDCCmain.c (linkEdit): "fix" #834252
10119
10120 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10121
10122         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
10123         * src/SDCCast.h,
10124         * src/SDCC.y: fixed bug #819403
10125
10126 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10127
10128         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
10129         the reentrant attribute.
10130         * src/hc08/gen.c (genPackBits): added missing stack readjustment
10131         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
10132         simulation
10133         * src/SDCCast.c (decorateType): fixed bug with storage class not being
10134         updated during pointer dereference; f.e. ~(((char *)1)*) was being
10135         erroneously reduced to a literal.
10136         * src/hc08/ralloc.c (packRegisters, rematStr),
10137         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
10138         some cases
10139
10140 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10141
10142         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
10143         * doc/sdccman.lyx: changed from 'article' to 'book'
10144         * doc/Makefile: readded test_suite_spec and cdbfileformat
10145
10146 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
10147
10148         * device/include/stdlib.h: include malloc.h to comply with ANSI
10149         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
10150
10151 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10152
10153         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
10154         * doc/clean.mk: also remove *.out files
10155         * doc/sdccman.lyx: some additions, larger top/bottom margins
10156
10157 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10158
10159         * src/SDCC.y: fixed bug #837365
10160         * support/regression/tests/bitopcse.c
10161         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
10162         a symbol (might be valop instead)
10163         * device/lib/Makefile.in: added errno.c to HC08SOURCES
10164         * device/lib/clean.mk: added hc08 to the cleaning list
10165
10166 2003-11-04  Borut Razem <borut.razem AT siol.net>
10167
10168         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
10169           made 2003-11-04
10170         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
10171           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
10172           malloc is declared in standard stdlib.h
10173
10174 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10175
10176         * device/lib/hc08/Makefile: need to clean .rel not .o files
10177         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
10178
10179 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10180
10181         * src/port.h,
10182         * src/hc08/main.c,
10183         * src/mcs51/main.c,
10184         * src/ds390/main.c,
10185         * src/z80/main.c,
10186         * src/avr/main.c,
10187         * src/pic/main.c,
10188         * src/pic16/main.c,
10189         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
10190         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
10191         tests (which uses the port's oclsExpense function)
10192         * src/SDCC.y,
10193         * src/SDCCast.c,
10194         * src/SDCCicode.c,
10195         * src/hc08/gen.c,
10196         * src/ds390/gen.c,
10197         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
10198
10199 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10200
10201         * src/SDCCcse.c (ifxOptimize),
10202         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
10203         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
10204         deleting the IFX iCode.
10205         * src/hc08/ralloc.c: reduced unneeded slocs
10206         * src/hc08/gen.c: fixed bug in asmopToBoolean
10207
10208 2003-11-04  Borut Razem <borut.razem AT siol.net>
10209
10210         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
10211           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
10212           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
10213           transferred to configure
10214
10215 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
10216
10217         Use headers defined in the C[++] standards:
10218         * sim/ucsim/gui.src/serio.src/fileio.cc
10219         * sim/ucsim/gui.src/serio.src/frontend.cc
10220         * sim/ucsim/gui.src/serio.src/main.cc
10221         * sim/ucsim/gui.src/serio.src/posix_signal.cc
10222         * support/Util/NewAlloc.c
10223         * as/hc08/lklibr.c
10224         * as/mcs51/lklibr.c
10225         * as/z80/aslist.c
10226         * as/z80/assym.c
10227
10228 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10229
10230         * Added MSVC projects for hc08 assembler and linker:
10231         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
10232         /as/hc08/link_hc08.dsp
10233
10234 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
10235
10236         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
10237
10238 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
10239
10240         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
10241
10242 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10243
10244         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
10245
10246 2003-10-31  Borut Razem <borut.razem AT siol.net>
10247
10248         * support/cpp2/cpplib.h,
10249           support/cpp2/cpplib.c,
10250           support/cpp2/cpplex.c,
10251           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
10252           to switch _asm block preprocessing on / off. Default is
10253           #pragma preproc_asm +
10254
10255 2003-10-31  Borut Razem <borut.razem AT siol.net>
10256
10257         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
10258           when outputting comment blocks (when executed with -C option) and
10259           _asm (SDCPP specific) blocks
10260
10261 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10262
10263         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
10264
10265 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
10266
10267         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
10268
10269 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
10270
10271         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
10272         * src/SDCCast.c (decorateType): fixed bug #832664
10273
10274 2003-10-31  Borut Razem <borut.razem AT siol.net>
10275
10276         * support/cpp2/cpplex.c: fixed for SDCPP:
10277           comments(when executed with -C option) and _asm blocks
10278           were included even if they where in skipped #if block.
10279           Applied solution from GCC cpp 3.3.2
10280
10281 2003-10-31  Borut Razem <borut.razem AT siol.net>
10282
10283         * src/SDCC.lex: sdcc now understands both formats:
10284           '# <line_number> <file_name>' and
10285           '#line <line_number> <file_name>'
10286         * support/cpp2/cppmain.c: sdcpp now generates the standard
10287           '# <line_number> <file_name>' instead of former
10288           '#line <line_number> <file_name>'
10289
10290 2003-10-30  Borut Razem <borut.razem AT siol.net>
10291
10292         * support/cpp2/cpphash.h,
10293         * support/cpp2/cpplib.h
10294         * support/cpp2/cpplex.c,
10295         * support/cpp2/cppmain.c,
10296         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
10297
10298 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10299
10300         Fixed a number of problems revealed by bug #827883.
10301         * src/SDCCloop.c (loopInvariants): Spill location of the
10302         result operand should be recomputed if extracted from
10303         a loop. Also, don't extract assignments of an iTemp
10304         from a literal.
10305         * src/SDCCast.c (isConformingBody): loop reversal should
10306         not occur if the control variable is involved with a
10307         relational operator.
10308
10309 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
10310
10311         * .version: bumped to 2.3.6 to reflect the big improvements
10312         made by Erik and Klaus. Thanks!
10313
10314 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
10315
10316         Replaced the livrange code.
10317         * src/SDCClrange.c: added new LR code
10318         * src/SDCCloop.c,
10319         * src/SDCCBBlock.h: removed remainig parts from old LR code
10320         * src/ds390/ralloc.c,
10321         * src/ds390/gen.c: minor fixes to make it work with new code
10322
10323 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10324
10325         * as/hc08/asm.h,
10326         * as/hc08/lkrloc.c,
10327         * src/hc08/gen.c,
10328         * src/hc08/ralloc.c: Fix various warnings related to the hc08
10329         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
10330         (tweaked fix for bug #818696)
10331
10332 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10333
10334         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
10335
10336 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10337
10338         * src/SDCCmain.c,
10339         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
10340         * src/mcs51/gen.c (gencjneshort),
10341         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
10342         more efficient (per Scott Bronson's suggestion)
10343
10344 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10345
10346         Extended the semantics of the critical keyword to include
10347         individual statements. See RFE #827755 and #799831
10348         * src/SDCC.y
10349         * src/SDCCicode.c
10350         * src/SDCCopt.c
10351         * src/SDCCast.c
10352         * support/Util/SDCCerr.c
10353         * support/Util/SDCCerr.h
10354         * src/mcs51/gen.c
10355         * src/ds390/gen.c
10356         * src/hc08/gen.c
10357
10358 2003-10-19  Borut Razem <borut.razem AT siol.net>
10359
10360         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
10361
10362 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10363
10364         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
10365         Fixed bug #818696
10366         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
10367         and predecrement operand is displayed
10368
10369 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
10370
10371         * src/SDCCval.c (valMinus): fixed bug #826041
10372
10373 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10374
10375         Some hc08 related updates that I missed earlier
10376         * sim/ucsim/stypes.h
10377         * support/regression/ports/hc08/spec.mk
10378
10379 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10380
10381         New target "hc08" for the Motorola 68hc08 family of micros
10382
10383         * configure
10384         * configure.in
10385         * Makefile
10386         * src/hc08/*
10387         * src/SDCCmain.c
10388         * src/port.h
10389         * sim/ucsim/hc08.src/*
10390         * sim/ucsim/configure.in
10391         * src/ucsim/configure
10392         * sim/ucsim/packages_in.mk
10393         * as/hc08/*
10394         * as/Makefile
10395         * device/include/mc68hc908qy.h
10396         * device/lib/hc08/*
10397         * device/lib/Makefile.in
10398         * support/regression/ports/hc08/*
10399         * support/regression/Makefile
10400
10401 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10402
10403         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
10404         regression test
10405         * src/ds390/gen.c (genCast): fixed bug #821957
10406
10407 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
10408
10409         * device/lib/logf.c: "fixed" overlay bug
10410         * support/regression/ports/host/spec.mk: added m library
10411         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
10412         * support/regression/tests/float_trans: added (for Eric)
10413
10414 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
10415
10416         * src/mcs51/gen.c (genCpl): fixed bug
10417         http://sf.net/mailarchive/message.php?msg_id=6263915
10418
10419 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
10420
10421         * src/SDCCast.c (decorateType): added extended constant folding
10422         * src/SDCCsymt.c (computeType): cleanup
10423         * src/SDCCval.c (valShift): minor optimization
10424         * support/regression/tests/ast_constant_folding.c: added
10425
10426 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10427
10428         * src/SDCCmain.c: removed some unintended changes
10429
10430 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10431
10432         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
10433         * src/z80/gen.c: fixed part of bug #817589
10434         * src/SDCCsymt.c (checkFunction): fixed bug #817895
10435
10436 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
10437
10438         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
10439         * src/SDCCcflow.c
10440         * src/SDCCcse.c
10441         * src/SDCCdflow.c
10442         * src/SDCClabel.c
10443         * src/SDCClrange.c
10444         * src/SDCCmem.c
10445         * src/SDCCopt.c
10446         * src/SDCCpeeph.c
10447         * src/SDCCset.c
10448         * src/avr/ralloc.c
10449         * src/ds390/ralloc.c
10450         * src/izt/ralloc.c
10451         * src/mcs51/ralloc.c
10452         * src/pic/ralloc.c
10453         * src/pic16/ralloc.c
10454         * src/xa51/ralloc.c
10455         * src/z80/ralloc.c
10456         * src/z80/gen.c: removed unused label "release:"
10457
10458 2003-10-06  Borut Razem <borut.razem AT siol.net>
10459
10460         * src/SDCC.lex: removed definition of unused variables
10461           save_optimize and save_options
10462
10463 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
10464
10465         * clean.mk: removed '=' in "-maxdepth=1"
10466         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
10467         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
10468
10469 2003-10-06  Borut Razem <borut.razem AT siol.net>
10470
10471         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
10472           my_unput() replaced by unput()
10473
10474 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
10475
10476         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
10477         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
10478         type-punned pointer will break strict-aliasing rules"
10479         Old LR behaviour is again default; Klaus' LR can be choosen by
10480         defining the environment variable LRKLAUS
10481         * src/SDCCBBlock.h
10482         * src/SDCCloop.c
10483         * src/SDCClrange.c
10484         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
10485         * clean.mk: fixed removal of files in bin/CVS/
10486         * device/lib/clean.mk: fixed removal of directories small and large
10487         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
10488         * src/SDCCicode.c,
10489         * src/SDCCval.c: removed superflous test for pedantic
10490
10491 2003-10-05  Borut Razem <borut.razem AT siol.net>
10492
10493         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
10494           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
10495           message "unmatched #pragma SAVE and #pragma RESTORE"
10496
10497 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10498
10499         * doc/sdccman.lyx: various additions and updates (interrupts, inline
10500           assembly, critical functions, atomic, nojtbound)
10501
10502 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
10503
10504         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
10505         * src/SDCCBBlock.h
10506         * src/SDCCloop.c
10507         * src/SDCCloop.h
10508         * src/SDCClrange.c
10509
10510 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10511
10512         * src/z80/gen.h,
10513         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
10514         * src/mcs51/gen.h
10515         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
10516         * src/ds390/gen.h
10517         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
10518         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
10519         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
10520
10521 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10522
10523         * src/z80/gen.c (genRet): fixed bug #524753
10524         * src/z80/gen.c (genCast): fixed internal error on cast from
10525         pointer to long
10526         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
10527         fix for bug #477835 to the z80
10528         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
10529         for tracking iCodes in the peephole optimizer for z80
10530
10531 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10532
10533         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
10534         the other part of bug #814548
10535         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
10536
10537 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
10538
10539         * src/SDCCcse.c: fixed part of bug #814548
10540
10541 2003-09-28  Borut Razem <borut.razem AT siol.net>
10542
10543         * src/asm.c: rewrite of printILine() to use temporary file instead
10544           a pipe
10545         * src/xa51/main.c: commented out declaration of int rewinds
10546
10547 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10548
10549         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
10550
10551 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10552
10553         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
10554         * src/asm.c (printILine): Fixed bug #811015
10555
10556 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10557
10558         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
10559         freeing.
10560
10561 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10562
10563         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
10564         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
10565         to correctly handle general case of AOP_PAIRPTR
10566         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
10567
10568 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10569
10570         * src/mcs51/ralloc.c (fillGaps),
10571         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
10572         register positioning bug)
10573
10574 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
10575
10576         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
10577
10578 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10579
10580         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
10581         genCodePointerGet, genGenPointerGet, genFarPointerSet,
10582         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
10583         (ralloc doesn't intentionally do this now, but perhaps later)
10584         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
10585         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
10586         register positioning bugs (Fixed bug #762602 and #795325)
10587         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
10588         (Fixed bug #808779)
10589         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
10590         lines that --i-code-in-asm generates
10591
10592 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10593
10594         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
10595         trying to fclose a FILE* that was already closed.
10596
10597 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10598
10599         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
10600         of const struct should be treated as if const themselves)
10601
10602 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
10603
10604         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
10605
10606 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10607
10608         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
10609         Unix (/n) and DOS (/r/n) line terminations.
10610
10611 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10612
10613         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
10614         bug #613775
10615
10616 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10617
10618         * src/mcs51/gen.c (genFunction, genEndFunction),
10619         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
10620         and restore of EA so that stack offsets to parameters are
10621         correct when using both critical and reentrant/stack-auto.
10622         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
10623         size (can be triggered in error if sloc is shared between
10624         different sized objects)
10625         * device/include/float.h: fixed macros to explicitly use
10626         unsigned long where needed
10627
10628 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
10629
10630         Feature req. 799831: added code to allow nesting of critical functions
10631         * src/mcs51/gen.c (genFunction, genEndFunction)
10632         * src/ds390/gen.c (genFunction, genEndFunction)
10633
10634 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10635
10636         * src/SDCCsymt.c (sclsFromPtr),
10637         * src/SDCCsymt.h,
10638         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
10639         support for standard C idiom of memory mapped variables; for
10640         example, *((xdata int*)0x1234) = 1 is now internally equivalent
10641         to xdata int at 0x1234 tempvar = 1.
10642         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
10643         provided by Akiya ISHIDA
10644
10645 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
10646
10647         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
10648         * src/SDCCval.c (constVal): added reduction from int to char
10649         * src/SDCCval.c (valMult, valDiv): fixed sign handling
10650         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
10651         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
10652         to ignore the sign
10653         * support/regression/tests/shifts.c: fixed
10654
10655 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10656
10657         * src/z80/gen.c (genXor): Fixed bug #805445
10658
10659 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10660
10661         Fixed bug #621531 (const & volatile confusion in the type chain).
10662         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
10663         refer to the const or volatile state of the pointer itself.
10664
10665         * src/SDCCast.c
10666         * src/SDCCglue.c
10667         * src/SDCCicode.c
10668         * src/SDCCsymt.c
10669         * src/SDCCval.c
10670         * src/SDCC.y
10671         * src/SDCCsymt.h
10672         * src/pic/gen.c
10673         * src/pic/ralloc.c
10674         * src/pic16/gen.c
10675         * src/pic16/ralloc.c
10676         * support/regression/tests/const.c
10677
10678 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10679
10680         When checking for duplicated modules, use absolute paths
10681         instead of relative paths.  Files changed:
10682
10683         * as/mcs51/lklib.c
10684         * link/z80/lklib.c
10685
10686 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10687
10688         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
10689
10690 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10691
10692         * device/include/string.h: added size_t typedef, changed
10693         prototypes to use size_t, eliminated separate reentrant and
10694         non-reentrant declarations, added _memmove declaration
10695         * device/lib/_memcpy.c: changed to use size_t instead of int,
10696         changed /4 to >>2 to avoid division library call
10697         * device/lib/_memcmp.c,
10698         * device/lib/_memset.c,
10699         * device/lib/_strncat.c,
10700         * device/lib/_strncpy.c,
10701         * device/lib/_strncmp.c: changed to use size_t instead of int
10702         * device/lib/_memmove.c: new file (fixed bug #772294)
10703         * device/lib/Makefile.in: added _memmove.c
10704         * device/lib/z80/asm_strings.s: fixed bug #772290
10705         * support/regression/tests/bitfields.c: attempt to fix host assertion
10706         failure on amd64-unknown-linux2.2
10707
10708 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10709
10710         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
10711         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
10712         * as/z80/asmain.c (main): fixed bug #801766
10713
10714 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
10715
10716         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
10717         compilers
10718
10719 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10720
10721         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
10722         reported in bug #800609
10723
10724 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
10725
10726         * Top header beautifications in src/pic16 directory:
10727           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
10728           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
10729           pcoderegs.h, ralloc.c, ralloc.h
10730         * main.c: added top header and GPL license notice
10731         * pcode.c: fixed the if-conditional warning
10732
10733 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
10734
10735         * device/lib/_mullong.c: replaced int by short for gcc
10736
10737 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10738
10739         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
10740         and JUMPTABLE iCodes properly now (worked by accident before)
10741         * src/mcs51/gen.c (leftRightUseAcc),
10742         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
10743         iCode properly now. Use getSize instead of nRegs since a & b
10744         aren't part of the nRegs tally.
10745
10746 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
10747
10748         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
10749         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
10750           before instructions that use the _STATUS register
10751
10752 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
10753
10754         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
10755         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
10756         fetching of the pointer
10757         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
10758         copied from genNearPointerSet()
10759         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
10760         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
10761         If they pop r0/r1 they must be called in the opposite order than aopOp().
10762         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
10763         (resp. --stack-auto), prepared for --xstack
10764
10765 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10766
10767         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
10768
10769 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10770
10771         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
10772         these ports have their own __sdcc_external_start()
10773
10774 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
10775
10776         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
10777         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
10778         type for bits was changed. It resulted in bit variables becoming
10779         global, which is not permitted in PIC 14 assembly output.
10780
10781 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10782
10783         * doc/sdccman.lyx: various additions and updates. Rearranged sections
10784
10785 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10786
10787         Z80 and MCS51 linkers complaint if a public symbol is defined
10788         in more than one library module:
10789
10790         * as/mcs51/lklib.c
10791         * link/z80/lklib.c
10792         * as/mcs51/Makefile.in
10793
10794 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10795
10796         A few small changes that speed up the peephole optimizer.
10797
10798         * src/SDCCpeeph.c
10799
10800 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10801
10802         Try to make the peephole optimizer smarter by maintaining
10803         an association between the assembly source code and the
10804         iCodes that originated them. Put this information to use
10805         with a new peephole rule condition "notVolatile" so that
10806         the rules can be aggressive yet still safe.
10807
10808         * src/SDCCpeeph.c
10809         * src/SDCCpeeph.h
10810         * src/mcs51/gen.c
10811         * src/mcs51/peeph.def
10812
10813 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10814
10815         Fixed bug #741761
10816
10817         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
10818         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
10819         if the left or right operand symbols have the accuse flag set.
10820
10821 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10822
10823         Changed the type of the result of the ! (NOT) operator to char;
10824         previously it returned the same type as the source. This allows
10825         us to eliminate all the genFloatNot functions (all of its target
10826         implementations were very buggy) since !float can use the same
10827         code as !long now.
10828
10829         * src/SDCCicode.c (ast2iCode): ! returns char
10830         * src/mcs51/gen.c (genNot, genNotFloat),
10831         * src/ds390/gen.c (genNot, genNotFloat),
10832         * src/z80/gen.c (genNot, genNotFloat),
10833         * src/pic/gen.c (genNot, genNotFloat),
10834         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
10835
10836 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
10837
10838         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
10839         1. Interrupt would not compile properly. Ensure PCLATH register is saved
10840            during interrupts. Ensure WSAVE is located at a shared bank address.
10841         2. Fixed page selection in some places
10842         3. Fixed BTFSS/C to where necessary use registers directly and not simply
10843            the registers name strings.
10844         4. Fixed "signed / unsigned compare" compiler warnings.
10845         5. The PIC port manages its own allocation of the general purpose
10846            registers, but makes no attempt to reuse them. As a result when
10847            compiling it soon runs out of general purpose registers. Some
10848            additional code was added to the files pcode.c and device.c to walk
10849            through the function call tree and rename the registers so that they
10850            get reused.
10851
10852         * src/pic/device.c
10853         * src/pic/gen.c
10854         * src/pic/glue.c
10855         * src/pic/pcode.c
10856         * src/pic/pcode.h
10857         * src/pic/ralloc.c
10858         * src/pic/ralloc.h
10859         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
10860         genPlus() & genMinus() when the result is the same as left or right
10861
10862 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10863
10864         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
10865
10866 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10867
10868         Made bitfield a distinct type from bit so that bitfields
10869         convert as per ANSI C and bits retain their traditional
10870         boolean style behaviour. Implemented bitfield support in
10871         the z80 port.
10872
10873         * src/SDCCsymt.h,
10874         * src/SDCCsymt.c,
10875         * src/SDCCast.c,
10876         * src/cdbFile.c,
10877         * src/mcs51/gen.c,
10878         * src/ds390/gen.c: bit v bitfield split
10879         * src/z80/gen.c: New support for bitfields
10880         * support/regression/tests/bitfields.c: reenabled z80,
10881         added more tests
10882
10883 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10884
10885         Rules 246.x, 247.x relate to bitfields, the others speed up
10886         access to xdata mapped I/O devices.
10887
10888         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
10889
10890 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10891
10892         Cleaned up genPackBits and genUnpackBits and added two helper
10893         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
10894         for literal assignments in genPackBits (thanks to Frieder for
10895         reminding me).
10896
10897         * src/mcs51/gen.c
10898         * src/ds390/gen.c
10899
10900 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10901
10902         Fixed bug #748310 (pointer to function type mishandled when the
10903         function name is omitted). Also fixed a SIGSEGV when a function
10904         attribute (reentrant, etc) is used on a non-function or on a
10905         function but misplaced before the parameter list.
10906
10907         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
10908         bug #748310
10909         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
10910         * support/Util/SDCCerr.h,
10911         * support/Util/SDCCerr.c: Added func attr misuse error msg
10912
10913 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
10914
10915         Fixed bug #787649 by anonymous
10916         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
10917         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
10918
10919 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10920
10921         Fixed numerous bitfield problems.
10922
10923         * src/SDCC.y: More bitfield related error checking
10924         * src/SDCCsymt.h,
10925         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
10926         * support/Util/SDCCerr.h,
10927         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
10928         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
10929         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
10930         * support/regression/tests/bitfields.c: tests added
10931
10932 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10933
10934         Made the constant following the "interrupt" keyword optional. If
10935         omitted, the function will not automatically be given an entry
10936         in the interrupt vector table (similar to #pragma NOIV, but
10937         less syntacticly kludgy). The interrupt number is also now
10938         range checked. Also fixed a bug in the high order bit example
10939         in the manual.
10940
10941         * src/SDCC.y
10942         * src/SDCCmem.c
10943         * src/SDCCglue.c
10944         * src/SDCCsymt.h
10945         * support/Util/SDCCerr.c
10946         * support/Util/SDCCerr.h
10947         * doc/sdccman.lyx
10948
10949 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
10950
10951         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
10952         * src/SDCCicode.c (operandOperation): rewritten some ops
10953         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
10954         * src/SDCCsymt.c (computeType): literals are handled the same way as any
10955         other type
10956         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
10957         be re-activated by defining REDUCE_LITERALS)
10958         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
10959         unsigned, but are signed by default
10960         * src/SDCCval.c (constVal): rearranged
10961         * src/SDCCval.c (valMod): preliminary fix
10962         * src/SDCCval.c (valCastLiteral): use TYPE_* types
10963         * support/regression/literalop.c: added, work in progress
10964
10965 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10966
10967         Generate warnings for useless declarations like "char data;"
10968         that don't do what new users expect.
10969
10970         * src/SDCC.y
10971         * support/Util/SDCCerr.h
10972         * support/Util/SDCCerr.c
10973
10974 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
10975
10976         * src/SDCCval.c (valMult): fix overflow detection of negative int
10977
10978 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10979
10980         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
10981
10982         Changes to support big endian targets:
10983
10984         * src/ports.h
10985         * src/SDCCglue.c
10986         * src/avr/main.c
10987         * src/ds390/main.c
10988         * src/izt/i186.c
10989         * src/mcs51/main.c
10990         * src/pic/main.c
10991         * src/pic16/main.c
10992         * src/xa51/main.c
10993         * src/z80/main.c
10994
10995 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
10996
10997         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
10998         * device/lib/time.c: fixed warning "integer overflow in expression"
10999
11000 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
11001
11002         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
11003         * src/SDCCval.c (constVal): changed default to signed; hex and octal
11004         constants are unsigned; added recognition of "u" flag for unsigned
11005         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
11006         * src/SDCCval.c (valDiv, valMod): fixed signdness
11007         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
11008         signedness of modulo, left and right shift
11009         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
11010         * support/Util/SDCCerr.h: added warning W_INT_OVL
11011         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
11012         * src/SDCCast.c (ast_print): improved output of constants
11013
11014 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11015
11016         Fixed some warnings when building with MSVC:
11017
11018         * as/mcs51/asdata.c
11019         * as/z80/asdata.c
11020         * as/mcs51/asm.h
11021         * as/z80/asm.h
11022         * link/z80/aslink.h
11023         * link/z80/lkdata.c
11024         * link/z80/lkeval.c
11025         * link/z80/lkgb.c
11026         * link/z80/lkihx.c
11027         * link/z80/lks19.c
11028         * link/z80/lksym.c
11029         * support/cpp2/cpplib.c
11030         * src/ds390/gen.c
11031         * src/mcs51/gen.c
11032
11033 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
11034
11035         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
11036
11037 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11038
11039         * support/librarian/clean.mk: Do not remove Makefile.
11040         * support/librarian/Makefile: added.
11041
11042 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11043
11044         Added librarian to MSVC build:
11045         * all.dsp
11046         * sdcc.dsw
11047         * support/librarian/librarian.dsp
11048
11049         'configure' not needed for librarian, removed:
11050         * support/librarian/configure
11051         * support/librarian/configure.in
11052         * support/librarian/config_in.h
11053         * support/librarian/Makefile.in
11054
11055         Hopefully these ones built the librarian and the rest of sdcc properly:
11056         * Makefile
11057         * Makefile.common.in
11058
11059         Messed up 'configure', so revert to previous version:
11060         * configure
11061         * configure.in
11062
11063 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
11064
11065         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
11066         there, while the mantissa of a double is "only" 53 bits wide.
11067
11068 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11069
11070         Adding sdcclib to the build.  MSVC project coming soon.
11071         Files added/changed:
11072
11073         * support/librarian/clean.mk
11074         * support/librarian/configure
11075         * support/librarian/configure.in
11076         * support/librarian/config_in.h
11077         * support/librarian/Makefile.bcc
11078         * support/librarian/Makefile.in
11079         * support/librarian/sdcclib.c
11080         * Makefile.bcc
11081         * Makefile
11082         * Makefile.common.in
11083         * configure
11084         * configure.in
11085
11086 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11087
11088         Linker now complaints if linked modules have conflicting options, for
11089         example, one compiled using --model-large and another one compiled with
11090         --model-small.  The following files were modified:
11091
11092         * as/mcs51/asdata.c
11093         * as/mcs51/aslink.h
11094         * as/mcs51/asm.h
11095         * as/mcs51/asmain.c
11096         * as/mcs51/asout.c
11097         * as/mcs51/i51pst.c
11098         * as/mcs51/lkdata.c
11099         * as/mcs51/lklibr.c
11100         * as/mcs51/lkmain.c
11101         * as/z80/asdata.c
11102         * as/z80/asm.h
11103         * as/z80/asmain.c
11104         * as/z80/asout.c
11105         * as/z80/z80pst.c
11106         * link/z80/aslink.h
11107         * link/z80/lkdata.c
11108         * link/z80/lklibr.c
11109         * link/z80/lkmain.c
11110         * src/SDCCglue.c
11111
11112 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11113
11114         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
11115         as/mcs51/lklibr.c: Generate a warning when a library is not found.
11116
11117 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
11118
11119         * src/z80/mappings.i: fix _mul[us][int,long] entries
11120
11121 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11122
11123         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
11124
11125 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
11126
11127         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
11128         * support/regression/tests/bitopcse.c: added
11129         fixed warning:
11130         * src/avr/gen.c:
11131         * src/pic/gen.c:
11132         * src/pic16/gen.c:
11133         * src/z80/gen.c:
11134         * src/xa51/gen.c:
11135
11136 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11137
11138         added support for new library format to z80, gbz80 linkers:
11139         *link/z80/aslink.h
11140         *link/z80/lklex.c
11141         *link/z80/lklib.c
11142         *link/z80/lklist.c
11143
11144 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
11145
11146         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
11147         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
11148
11149 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
11150
11151         added DUMMY_READ_VOLATILE:
11152         * src/SDCC.y:
11153         * src/avr/gen.c:
11154         * src/xa51/gen.c:
11155         * src/z80/gen.c:
11156         * src/pic/gen.c:
11157         * src/pic16/gen.c:
11158         * src/mcs51/gen.c:
11159         * src/ds390/gen.c:
11160         * src/SDCCcse.c (algebraicOpts): many improvements
11161         * src/SDCCcse.h: removed algebraicOpts()
11162         * src/SDCCicode.c (picDummyRead): added
11163
11164 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11165
11166         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
11167         "Insufficient space in data memory".
11168
11169 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11170
11171         * src/mcs51/gen.c: fixed bug #771358
11172         * src/z80/gen.c: fixed bug #759087
11173
11174 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
11175
11176         * src/pic16/glue.c: minor cleanup by Vangelis
11177
11178 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11179
11180         * device/include/regc515c.h: fixed #758477
11181         * device/lib/_gptrget.c: saving some cycles in generic pointer get
11182         * device/lib/_gptrput.c: saved a few bytes
11183         * my tab spacing is 8, yours too?)
11184         * device/lib/_ser.c: process RX bytes earlier than TX bytes
11185         * device/lib/serial.c: process RX bytes earlier than TX bytes
11186         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
11187
11188 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11189
11190         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
11191
11192 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11193
11194     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
11195
11196 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
11197
11198         * device/lib/Makefile.in: bad fix, reverted to 1.43
11199
11200 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
11201
11202         * device/lib/Makefile.in: added missing z80 object files
11203
11204 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
11205
11206         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
11207         pic16 progress by Vangelis:
11208         * src/SDCCglobl.h:
11209         * src/SDCCmain.c:
11210         * src/pic/Makefile:
11211         * src/pic:
11212         * pic/Makefile:
11213         * pic16/device.c:
11214         * pic16/device.h:
11215         * pic16/gen.c:
11216         * pic16/gen.h:
11217         * pic16/genarith.c:
11218         * pic16/glue.c:
11219         * pic16/main.c:
11220         * pic16/pcode.c:
11221         * pic16/pcode.h:
11222         * pic16/pcodepeep.c:
11223         * pic16/peeph.def:
11224
11225 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11226
11227     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
11228
11229 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11230
11231     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
11232     added gbz80 build to MSVC project.
11233     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
11234     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
11235     from 8051 stuff and setup so it links using a .lnk file.
11236
11237 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11238
11239     * support/librarian/sdcclib.c: sdcc librarian.
11240     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
11241     with sdcclib.
11242
11243 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11244
11245     * as/mcs51/lkmain.c: properly handle extensions in function afile.
11246
11247 2003-07-02  Borut Razem <borut.razem AT siol.net>
11248
11249         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
11250         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
11251         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
11252         src/xa51/main.c, src/z80/main.c:
11253         virtualization of glue() function: each port has it's own glue function,
11254         which is accessed by do_glue function pointer in PORT.general structure
11255
11256 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
11257
11258         * DS800C400 fun, improved ROM interface and tinibios.
11259
11260 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
11261
11262         * More support for DS80C400. Now includes beginning of interface to ROM.
11263
11264 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
11265
11266         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
11267
11268 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11269
11270         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
11271
11272 2003-06-19  Borut Razem <borut.razem AT siol.net>
11273
11274         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
11275
11276 2003-06-19  Borut Razem <borut.razem AT siol.net>
11277
11278         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
11279         fixed Z80 port - crt0.o: cannot open.
11280
11281 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
11282
11283         * support/Util/MySystem.c (merge_command): revert bad fix
11284
11285 2003-06-18  Borut Razem <borut.razem AT siol.net>
11286
11287         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
11288
11289 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11290
11291         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
11292         option --use-stdout sends errors to stdout instead of stderr.
11293
11294 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
11295
11296         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
11297
11298 2003-06-15  Borut Razem <borut.razem AT siol.net>
11299
11300         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
11301         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
11302         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
11303         fixed width array of pointers replaced with sets;
11304         multiple include and lib paths ared transferred to preprocessor and linker
11305         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
11306         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
11307         fixed width array of pointers
11308         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
11309         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
11310         fixupPath(), getPathDifference()
11311         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
11312         fixed width array of pointers
11313
11314 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
11315
11316         * src/pic16/ralloc.c: fix warnings
11317         * src/pic16/pcode.c: fix warning
11318
11319 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
11320
11321          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
11322         know all the details, but essentially this set of changes enable
11323         the pic16 port to generate movff instructions and generate assembler
11324         directives,
11325         * src/SDCCmain.c:
11326         * src/pic16/gen.c:
11327         * src/pic16/glue.c:
11328         * src/pic16/pcode.c:
11329         * src/pic16/device.c:
11330         * src/pic16/main.c:
11331         * src/pic16/pcode.h:
11332         * src/pic16/pcoderegs.c:
11333         * src/pic16/ralloc.c:
11334         * src/pic16/ralloc.h:
11335
11336 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11337
11338         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
11339         added option --vc, so sdcc errors and warnings are compatible with
11340         Microsoft Visual Studio.
11341
11342 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11343
11344         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
11345           device/lib/libfloat.lib: added atof function.
11346
11347 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
11348
11349         * doc/sdccman.lyx: updated to Lyx 1.3
11350         * doc/cdbfileformat.lyx: updated to Lyx 1.3
11351         * doc/test_suite_spec.lyx: updated to Lyx 1.3
11352         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
11353
11354 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
11355
11356         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
11357
11358 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11359
11360         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
11361           additions to the "related tools/documentation" section
11362
11363 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
11364
11365         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
11366
11367 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
11368
11369         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
11370         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
11371
11372 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
11373
11374         * doc/sdccman.lyx: fix double dash and other minor things
11375         * doc/Makefile: fix double dash
11376
11377 2003-05-28  Karl Bongers(patches from Martin Helmling)
11378         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
11379           condition and ignore commands.
11380
11381 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11382
11383         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
11384           is in parts still quite out of date, I did changes as far as I felt makes sense
11385           for a non-native english speaker.
11386           Please feel free to add to the manual or to correct my changes.
11387         * doc/Makefile: undid touching the date of intermediate tex files.
11388
11389 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11390
11391         * doc/sdccman.lyx: Manual has an index now
11392
11393 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
11394
11395         Finalize muluint/mulsint and mululong/mulslong merging:
11396         * device/lib/_mulint.c
11397         * device/lib/_mullong.c
11398         * device/lib/gbz80/mul.s
11399         * device/lib/gbz80/stubs.s
11400         * device/lib/z80/mul.s
11401         * device/lib/z80/stubs.s
11402         * src/SDCCsymt.c (initCSupport)
11403
11404 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11405
11406         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
11407         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
11408           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
11409           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
11410           instead of /Zm500.
11411
11412 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11413
11414         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
11415           the regression tests I'm not brave enough to enable 245.b, 245.c
11416         * doc/sdccman.lyx: added latex preamble for hyperref package.
11417           Using pdflatex this will give you a hyperlinked pdf file with
11418           bookmarks. (prepend '%' before /usepackage if this breaks something)
11419
11420 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11421
11422          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
11423
11424 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
11425
11426         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
11427
11428 2003-05-21    <johan AT balder>
11429
11430         * src/SDCCglue.c (printIval): fixed bug #739934
11431
11432 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
11433
11434         Applied patch from bug 737905 (renamed yylineo to mylineno):
11435         * src/altlex.c
11436         * src/SDCCast.c
11437         * src/SDCglobl.h
11438         * src/SDCC.lex
11439         * src/SDCCsymt.c
11440         * src/SDCCval.c
11441         * src/pic16/pcode.c: Cleaned warnings
11442         * src/pic16/pcodeflow.c: Cleaned warnings
11443         * src/pic16/pcoderegs.c: Cleaned warnings
11444
11445 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
11446
11447         * src/pic16/pcode.c: Cleaned warnings
11448         * src/pic16/pcodepeep.c: Cleaned warnings
11449         * src/pic16/ralloc.c: Cleaned warnings
11450
11451 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
11452
11453         * doc/sdccman.lyx: fixed bug 739745
11454         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
11455
11456 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
11457
11458         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
11459         it can be defined with CFLAGS when running configure
11460         * src/SDCCmain.c: fixed compiling + linking with object files
11461
11462 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
11463
11464         * configure.in: configure for pic16 port,
11465             added --disable-pic16-port
11466         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
11467         * src/SDCCmain.c: linkOptions is changed to set *,
11468             added if/endif conditional macros to remove options help
11469             messages from optionsTable when a port is not configured, added
11470             support for the PIc16 port in the ports table, when executing
11471             the compiler with no port specified on command line, a default
11472             port is selected with the new macro DEFAULT_PORT which is
11473             defined in port.h, in setDefaultOptions() linkOptions is removed
11474             from initialization assignment, since now it is a set,
11475             parseCmdLine uses setParseWithComma for linkOptions, in
11476             linkEdit() linkOptions are accessed with new function indexSet()
11477             which returns the i'th item of a set variable. See SDCCset.c, in
11478             linkEdit() when calling buildCmdLine(), added linkOptions as
11479             last argument. Now users can pass arguments to gplink via the
11480             -Wl option, main() uses pic16glue() to glue up pic16 programs
11481         * src/SDCCpeeph.c: various changes to support pic16
11482         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
11483             return the i'th item of the set
11484         * src/SDCCset.h: added function prototype for indexSet()
11485         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
11486         * src/clean.mk: added pic16 in CLEANALLPORTS variable
11487         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
11488             added macro DEFAULT_PORT
11489         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
11490         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
11491             generated
11492         * src/pic16/glue.c: commented out some error producing lines
11493         * src/pic16/main.c: __config directives are commented out to stop
11494             gpasm complaining and test the linkage with gplink, _linkCmd and
11495             _asmCmd changed to be more gplink and gpasm friendly
11496         * src/pic16/peeph.def: peep rule 3 is commented out, since it
11497             produced an error when parsed, peep rule 12 is added to utilize
11498             movff, but it is commented out since the pCode does not support
11499             yet a command with 2 address arguments
11500
11501 2003-05-18    <johan AT balder>
11502
11503         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
11504         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
11505 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
11506
11507         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
11508   Added feature to script commands from file.
11509
11510 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
11511
11512         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
11513         * src/SDCCutil.c: include ctype.h for win32
11514
11515 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
11516
11517         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
11518
11519 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
11520
11521         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
11522   Fixed so you can set breakpoints prior to run, run does not stop
11523   on entry now.  Add tbreak.  Other enhancements and fixes for use
11524   with ddd.
11525
11526 2003-05-12  Borut Razem <borut.razem AT siol.net>
11527
11528         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
11529
11530 2003-05-11  Borut Razem <borut.razem AT siol.net>
11531
11532         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
11533         the path of bin directory, so that PATH is the only env. variable, which has to be set
11534         in case of standard installation.
11535         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
11536         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
11537         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
11538
11539 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
11540
11541         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
11542         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
11543         temp files are in the port dir; clean the gen/test directory when
11544         generating new test.c
11545         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
11546         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
11547         * support/regression/tests/zeropad.c: added
11548
11549 2003-05-09    <johan AT balder>
11550
11551         * src/SDCCglue.c: fixed bug #597940
11552
11553 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
11554
11555         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
11556   cache sfr, optimize next,step, fix off by one sourceline,
11557   support ddd list function.
11558         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
11559
11560 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
11561
11562         * support/regression/HTMLgen.py: added compare_s2f()
11563         * support/regression/Makefile: redo 1.27
11564         * support/regression/generate-cases.py: redo 1.5
11565
11566 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
11567
11568         * support/regression/tests/float.c: workaround 33 bit hex constant
11569         * support/regression/tests/simplefloat.c: fix division for host
11570
11571 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
11572
11573         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
11574         that tame's the PIC's over-aggressive optimizer.
11575
11576 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11577
11578          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
11579          support for MSVC.
11580
11581 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
11582
11583         Initial support for DS80C400. "Hello world" runs on TINIm400
11584         (with polled I/O).
11585
11586 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
11587
11588          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
11589          * Some notes on ddd usage added in debugger/README
11590          Martin Helmling adding more features and fixes for ddd GUI debugger.
11591          Code added for nexti, stepi, up, down, and other adjustments.
11592
11593 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
11594
11595         * src/pic/pCodepeep.c non-wildcard asmops are now handled
11596         * src/pic/peeph.def Added two rules to optimize carry manipulation
11597         * src/pic/* removed debug printfs
11598
11599 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
11600
11601         * debugger/mcs51/cmd.c: added header newalloc.h
11602
11603 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
11604
11605         * as/Makefile: new EXEEXT
11606         * as/z80/Makefile: remove trailing slash of BUILDIR
11607         * as/z80/clean.mk: new EXEEXT
11608         * Makefile.common.in: add to CFLAGS (and others), don't replace it
11609         * support/cpp2/Makefile.in: new EXEEXT
11610         * src/pic/glue.c (pic14emitRegularMap): fixed warning
11611
11612 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
11613
11614         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
11615         EXEEXT was introduced to fix all related problems with targets
11616         "clean", "install" and "uninstall"; a couple of further flaws
11617         especially with "clean" have been fixed too
11618         * as/mcs51/Makefile.in
11619         * as/mcs51/clean.mk
11620         * as/z80/Makefile
11621         * Makefile
11622         * clean.mk
11623         * debugger/mcs51/Makefile.in
11624         * debugger/mcs51/clean.mk
11625         * link/z80/Makefile
11626         * link/z80/Makefile.in
11627         * link/z80/clean.mk
11628         * link/Makefile
11629         * packihx/Makefile.in
11630         * packihx/clean.mk
11631         * sim/ucsim/Makefile
11632         * sim/ucsim/clean.mk
11633         * sim/ucsim/avr.src/Makefile.in
11634         * sim/ucsim/avr.src/clean.mk
11635         * sim/ucsim/s51.src/Makefile.in
11636         * sim/ucsim/s51.src/clean.mk
11637         * sim/ucsim/xa.src/Makefile.in
11638         * sim/ucsim/xa.src/clean.mk
11639         * sim/ucsim/z80.src/Makefile.in
11640         * sim/ucsim/z80.src/clean.mk
11641         * sim/ucsim/main_in.mk
11642         * sim/ucsim/packages_in.mk
11643         * sim/ucsim/gui.src/Makefile.in
11644         * sim/ucsim/gui.src/serio.src/Makefile.in
11645         * sim/ucsim/gui.src/serio.src/clean.mk
11646         * src/Makefile.in
11647         * src/clean.mk
11648         * support/cpp2/Makefile.in
11649         * support/cpp2/clean.mk
11650         * support/makebin/Makefile
11651         * support/makebin/clean.mk
11652         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
11653         * doc/sdccman.lyx: --program-suffix no longer needed
11654
11655 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
11656
11657          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
11658          Martin Helmling added support for ddd GUI debugger.
11659          Code added to display assembly, set variables, and other commands
11660          to interface to ddd.
11661
11662 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
11663
11664         * as/Makefile: fix target clean
11665         * as/clean.mk: fix target clean
11666         * as/z80/clean.mk: fix target clean
11667
11668 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
11669
11670         * Makefile.common.in: added  AT EXEEXT AT
11671         * configure.in: removed all mingw32 stuff
11672         * configure: rebuilt from configure.in
11673         * doc/sdccman.lyx: updated section "installation"
11674         * support/scripts/sdcc_mingw32: adapted to configure
11675         * support/scripts/sdcc_cygwin_mingw32: added
11676
11677 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
11678
11679         * src/pic Added object file support for the PIC port
11680         * src/pic Applied patch from Craig Franklin (this started the object file support)
11681         * src/regression Updated the PIC regression tests for object files
11682
11683 2003-04-20  Borut Razem <borut.razem AT siol.net>
11684
11685         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
11686           lklex.c: In function `getfid':
11687           lklex.c:203: warning: array subscript has type `char'
11688         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
11689           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
11690         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
11691           stack handling macros
11692
11693 2003-04-19  Borut Razem <borut.razem AT siol.net>
11694
11695         * "handling space characters in file path" task:
11696         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
11697         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
11698         * support/Util/MySystem.h: make it self-sufficient
11699         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
11700           src/z80/main.c, sdcc/as/mcs51/lklex.c:
11701           handling space characters in file path
11702         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
11703           (it will be used by assemblers, which have their own includes, e.g. gpasm)
11704         * support/Util/MySystem.c: handling space characters in executable's path
11705
11706 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
11707
11708         * as/z80/Makefile: fix permanent rebuild of z80
11709         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
11710         * support/regression/tests/bitfields.c: added Johan's bitfields.c
11711
11712 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
11713
11714         * src/SDCCopt.c: add special case optimization to replace modulo by
11715           a power of two with a bitwise AND.
11716
11717 2003-04-18    <johan AT balder>
11718
11719         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
11720
11721 2003-04-17    <johan AT balder>
11722
11723         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
11724         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
11725
11726 2003-04-13  Borut Razem <borut.razem AT siol.net>
11727
11728         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
11729         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
11730           fixed mingw problem in adl_NORMALIZE_PATH
11731
11732 2003-04-12  Borut Razem <borut.razem AT siol.net>
11733
11734         * fixed "#pragma SAVE/RESTORE can not be nested":
11735         * src/SDCC.lex: reworked pragma handling functions
11736         * sdcc/src/SDCCglobl.h: reworked stack handling macros
11737         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
11738
11739 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
11740
11741         * src/SDCCutil.c (pathEquivalent): defined but not used
11742         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
11743         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
11744         * configure: rebuilt from configure.in
11745         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
11746         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
11747         * device/include/Makefile.in: replace sdcc_datadir
11748         * device/lib/Makefile.in: replace sdcc_datadir
11749         * Makefile.common.in: add LDFLAGS from configure
11750         * packihx/Makefile.in: use LDFLAGS
11751         * src/Makefile.in: use LDFLAGS
11752         * support/cpp2/Makefile.in: add LDFLAGS from configure
11753         * support/makebin/Makefile: use LDFLAGS
11754         * .version: bumped version number to 2.3.5
11755
11756 2003-04-12  Borut Razem <borut.razem AT siol.net>
11757
11758         * completed "different paths" task:
11759         * src/SDCCmacro.c: fixed bug in handling quotes
11760         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
11761         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
11762
11763 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
11764
11765         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
11766
11767 2003-04-11 kevin Vigor <kevin AT vigor.nu>
11768
11769         * ds390/gen.c ds390/peeph.def: fix bug 706781
11770
11771 2003-04-11  Borut Razem <borut.razem AT siol.net>
11772
11773         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
11774
11775 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
11776
11777         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
11778         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
11779          set - this bit used to not be set...).
11780         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
11781           bad code in PIC Port
11782         * src/regression/and2.c added to test bug 609268
11783         * src/regression/Makefile added and2.c to regression test
11784
11785
11786 2003-04-08    <johan AT CP255758-A>
11787
11788         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
11789         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
11790         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
11791
11792 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
11793
11794         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
11795         fix bug #487815
11796         * support/cpp2/Makefile.in: fix bug #487815
11797         * configure: rebuilt from configure.in
11798         * Makefile.common.in: docdir changed, new path suffixes
11799         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
11800         * sdcc_vc_in.h: reflect changes from sdccconf.h
11801         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
11802         * src/SDCCutil.h: remove BINDIR hack
11803         * doc/sdccman.lyx: update new path hierarchy
11804
11805 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
11806
11807         * src/SDCCpeeph.c: added okToRemoveSLOC test
11808
11809 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
11810
11811         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
11812
11813 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
11814
11815         * src/SDCCpeeph.c: added labelIsReturnOnly test
11816         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
11817
11818 2003-04-05    <johan AT balder>
11819
11820         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
11821         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
11822         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
11823         * src/SDCCast.c: fixed a warning
11824         * src/SDCCast.h: fixed a warning
11825         * src/SDCCicode.c (operandFromAst): fixed a warning
11826
11827 2003-04-04    <johan AT balder>
11828
11829         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
11830         * src/SDCCast.c (decorateType): fixed bug #715076
11831         * src/SDCC.y: fixed bug #702907
11832
11833 2003-04-03    <johan AT balder>
11834
11835         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
11836         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
11837         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
11838         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
11839         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
11840
11841 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
11842
11843         * _decdptr.c: fix return values
11844         * _gptrget.c: fix return values
11845         * _gptrgetc.c: fix return values
11846         * _gptrput.c: fix return values
11847         * _mulint.c: fix return values
11848         * as/z80/Makefile: fix 'make -j' problem
11849
11850 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
11851
11852         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
11853         * configure.in: big cleanup, updated to autoconf 2.5x
11854         * configure: rebuilt from configure.in
11855         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
11856         * sdcc_vc_in.h: reflect changes from sdccconf.h
11857         * doc/Makefile: fixed a flaw in "make install"
11858
11859 2003-04-02    <johan AT balder>
11860
11861         * src/ds390/gen.c (genCmp): no comments
11862         * src/mcs51/gen.c (genCmp): no comments
11863         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
11864         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
11865
11866 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
11867
11868         * support/regression/generate-cases.py: place generated file in given sub directory
11869         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
11870         * support/regression/Makefile: improvements for 'make -j';
11871         side effect: it's simpler and faster now
11872
11873 2003-03-31  Borut Razem <borut.razem AT siol.net>
11874
11875         * src/z80/main.c: link-{port} and as-{port} defined without path
11876         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
11877
11878 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
11879
11880         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
11881
11882 2003-03-30  Borut Razem <borut.razem AT siol.net>
11883
11884         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
11885           changed type of list parameter to set
11886         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
11887         * src/port.h: changed type of do_assemble() parameter to set
11888         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
11889           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
11890           definition of "cppoutfilename" macro with NULL value in preProcess()
11891         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
11892         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
11893         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
11894           replaced with set *binPathSet
11895         * shash_add() deallocates the item, if allready exsists, before adding the new one
11896         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
11897
11898 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
11899
11900         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
11901           a nested for loop bug in the PIC port
11902         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
11903           for loops
11904
11905 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
11906
11907         * support/Util/dbuf.h: remove C++ stuff to make it portable
11908
11909 2003-03-28  Borut Razem <borut.razem AT siol.net>
11910
11911         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
11912           literal strings in stringLiteral()
11913         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
11914         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
11915           to the project
11916
11917 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
11918
11919         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
11920
11921 2003-03-26    <johan AT balder>
11922
11923         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
11924         * src/ds390/gen.c (saveRegisters): catched symbol abuse
11925         * src/SDCCast.c (decorateType): fixed " -v < 3"
11926
11927 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
11928
11929         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
11930         Added Lenny Story's debug infrastructure changes:
11931         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
11932         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
11933         * src/cdbFile.c: added
11934         * src/SDCCdebug.c: added
11935         * src/SDCCdebug.h: added
11936         * src/SDCCast.c (createFunction)
11937         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
11938         * src/SDCCmain.c (parseCmdLine, main)
11939         * src/SDCCmem.c (redoStackOffsets)
11940         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
11941         * src/SDCCsymt.h
11942         * src/common.h
11943         * src/avr/gen.c (genAVRCode)
11944         * src/ds390/gen.c (gen390Code)
11945         * src/mcs51/gen.c (gen51Code)
11946         * src/pic/gen.c (genpic14Code)
11947         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
11948         * src/xa51/gen.c (genXA51Code)
11949         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
11950
11951 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11952
11953         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
11954         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
11955
11956 2003-03-22    <johan AT balder>
11957
11958         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
11959
11960 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
11961
11962         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
11963         * doc/cdbfileformat.lyx: added, written by Lenny Story
11964         * doc/Makefile: added cdbfileformat.lyx
11965         * doc/clean.mk: added cdbfileformat.lyx
11966
11967 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
11968
11969         * src/mcs51/peeph.def: fix bug #705773
11970
11971 2003-03-20    <johan AT balder>
11972
11973         An sfr/sbit can have an "at #" AND an initializer
11974         * src/SDCCsymt.c (checkSClass):
11975         * src/SDCCmem.c (allocGlobal):
11976         * src/SDCCmem.c (allocLocal):
11977         * src/SDCCast.c (createBlock):
11978
11979 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
11980
11981         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
11982
11983 2003-03-16    <johan AT balder>
11984
11985         Undid the hackup of const and volatile, the problem is much bigger
11986         * src/SDCC.y:1.65
11987         * src/SDCCast.c:1.171
11988         * src/SDCCglue.c:1.138
11989         * src/SDCCicode.c:1.146
11990         * src/SDCCsymt.c:1.150
11991         * src/SDCCval.c:1.65
11992
11993 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
11994
11995         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
11996         * src/ds390/gen.c (genAddrOf): fixed bug #704087
11997
11998 2003-03-13    <johan AT balder>
11999
12000         Hackup const and volatile modifiers in type chains a bit:
12001         * src/SDCC.y:1.63
12002         * src/SDCCast.c:1.169
12003         * src/SDCCglue.c:1.136
12004         * src/SDCCicode.c:1.143
12005         * src/SDCCsymt.c1.146
12006         * src/SDCCsymt.h1.59
12007         * src/SDCCval.c:1.63
12008
12009 2003-03-12    <johan AT balder>
12010
12011         * src/SDCCBBlock.h: more LRH debugging junk
12012         * src/SDCCcflow.h: more LRH debugging junk
12013         * src/SDCCloop.c: more LRH debugging junk
12014         * src/SDCC.y (struct_declaration): fixed bug #697590
12015         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
12016         * src/ds390/gen.c (aopForRemat): fixed bug #700031
12017         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
12018
12019 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
12020         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
12021         test function names must now match exactly).
12022         * src/SDCCcse.c: added special case in findCheaperOp to allow
12023         extending a short integer. Makes less awful code for bug 700121 test case.
12024
12025 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12026
12027         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
12028         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
12029
12030 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
12031
12032         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
12033         actually called (operandsNotEqual() was called for all
12034         operandsNotEqualX tests).
12035
12036 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
12037
12038         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
12039         with shorter literals. Fixes bug 700121.
12040
12041 2003-03-11    <johan AT balder>
12042
12043         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
12044
12045 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
12046
12047         * src/SDCCloop.c (mergeRegions): an evil beast is dead
12048         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
12049
12050 2003-03-10  Borut Razem <borut.razem AT siol.net>
12051
12052         * src/SDCCmain.c: pipe preprocessor's output
12053         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
12054         * sdcc_vc_in.h: define pclose as _pclose for WIN32
12055         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
12056         which closes all pipes in pipeSet set
12057         * src/SDCCset.c: free deleted item in function deleteSetItem()
12058         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
12059         moved from z80 to src subproject
12060         * .version: increased version number to 2.3.4
12061
12062 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
12063
12064         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
12065         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
12066         * support/regression/ports/xa51/spec.mk: fix typo
12067
12068 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
12069
12070         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
12071
12072 2003-03-09  Borut Razem <borut.razem AT siol.net>
12073
12074         * src/SDCCmain.c: pipe preprocessor's output
12075         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
12076         * sdcc_vc_in.h: define pclose as _pclose for WIN32
12077         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
12078         which closes all pipes in pipeSet set
12079         * src/SDCCset.c: free deleted item in function deleteSetItem()
12080         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
12081         moved from z80 to src subproject
12082
12083 2003-03-09  Borut Razem <borut.razem AT siol.net>
12084
12085         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
12086         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
12087         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
12088         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
12089         * src/SDCCglobl.h: unification of WIN32 native definitions
12090
12091 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12092
12093         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
12094
12095 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
12096
12097         * src/configure.in:   check for endianess (even while cross-compiling)
12098         * src/configure:      check for endianess (even while cross-compiling)
12099         * src/configure_in.h: check for endianess (even while cross-compiling)
12100         * src/avr/gen.c:        remove old endianess stuff
12101         * src/mcs51/gen.c:      remove old endianess stuff
12102         * src/ds390/gen.c:      remove old endianess stuff
12103         * src/pic/gen.c:        remove old endianess stuff
12104         * src/pic/genarith.c:   remove old endianess stuff
12105         * src/pic/glue.c:       fix endianess check
12106         * src/pic16/gen.c:      remove old endianess stuff
12107         * src/pic16/genarith.c: remove old endianess stuff
12108         * src/pic16/glue.c:     fix endianess check
12109         * src/xa51/gen.c:       remove old endianess stuff
12110         * src/z80/gen.c:        fix endianess check
12111         * src/SDCCglue.c:       fix endianess check
12112         * src/ds390/peeph.def: fix bug 700036
12113
12114 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
12115
12116         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
12117         * src/configure: find appropriate data-types on host for SDCC's int and long
12118         * src/configure.in: find appropriate data-types on host for SDCC's int and long
12119         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
12120         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
12121
12122 2003-03-07    <johan AT balder>
12123
12124         Just a big NOOP:
12125                 some minor cleanups before the big shot
12126                 OP_DEFS and OP_USES now use Kevin's protection
12127                 new option --nolabelopt
12128
12129         * src/SDCCBBlock.c:
12130         * src/SDCCast.c,:
12131         * src/SDCCcflow.c:
12132         * src/SDCCcse.c:
12133         * src/SDCCicode.c:
12134         * src/SDCCicode.h:
12135         * src/SDCClabel.c:
12136         * src/SDCCloop.c:
12137         * src/SDCCmain.c:
12138         * src/ds390/ralloc.c:
12139         * src/mcs51/ralloc.c:
12140         * src/pic/ralloc.c:
12141         * src/xa51/ralloc.c:
12142         * src/z80/ralloc.c:
12143
12144 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
12145
12146         * src/pic/pcode.c (get_op): fix 64 bit warnings
12147         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
12148         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
12149         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
12150         * support/regression/tests/malloc.c: fix 64 bit warnings
12151
12152 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
12153
12154         * src/mcs51/gen.c (genMinus): fixed bug 696436
12155
12156 2003-03-02  Borut Razem <borut.razem AT siol.net>
12157
12158         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
12159
12160 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
12161
12162         * configure.in: test for mkstemp
12163         * sdccconf_in.h: add HAVE_MKSTEMP
12164
12165 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
12166
12167         * device/include/ctype.h: removed warning while using --stack-auto
12168         * device/include/malloc.h: removed warning while using --stack-auto
12169         * device/include/string.h: removed warning while using --stack-auto
12170
12171 2003-02-23  Borut Razem <borut.razem AT siol.net>
12172
12173         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
12174         because NDEBUG is defined (see man assert)
12175         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
12176
12177 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12178
12179         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
12180         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
12181
12182 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12183
12184         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
12185         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
12186
12187 2003-02-18    <johan AT balder>
12188
12189         * as/mcs51/asmain.c (asmbl): module can start with a digit
12190         * as/z80/asmain.c (asmbl): module can start with a digit
12191
12192 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
12193
12194         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
12195         * src/asm.c: fix pipe() for Mingw32
12196
12197 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
12198
12199         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
12200         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
12201         make -V work again; --c1mode reads now from stdin
12202         * doc/sdccman.lyx: added --c1mode
12203         * support/Util/SDCCerr.c: new messages for c1 mode
12204         * support/Util/SDCCerr.h: new messages for c1 mode
12205         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
12206
12207 2003-02-15    <johan AT balder>
12208
12209         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
12210
12211 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
12212
12213         * doc/sdccman.lyx: Environment variables, -o and other minor things
12214
12215 2003-02-14    <johan AT balder>
12216
12217         * src/xa51/main.c: before anyone really tries to use it :)
12218
12219         * Install doc's in share/sdcc/doc
12220         * removed some obsolete files
12221         * Do a proper make distclean and uninstall
12222         M Makefile.common.in
12223         R sdccbuild.sh
12224         M as/Makefile
12225         M device/include/Makefile.in
12226         M device/lib/Makefile.in
12227         M doc/sdccman.lyx
12228         M link/Makefile
12229         M sim/ucsim/doc/Makefile.in
12230         M src/clean.mk
12231         R src/avr/peeph.rul
12232         R src/xa51/peeph.rul
12233         M support/cpp2/Makefile.in
12234         M support/makebin/Makefile
12235
12236
12237 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
12238
12239         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
12240
12241 2003-02-10  Borut Razem <borut.razem AT siol.net>
12242
12243         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
12244         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
12245         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
12246         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
12247         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
12248         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
12249         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
12250         src/z80/Makefile.bcc: Borland Makefile cleanup
12251         * as/z80/Makefile.bcc: Added Borland Makefile
12252         * support/cpp2/borland.h: Removed
12253
12254 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
12255
12256         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
12257         * src/SDCC.lex: new pragma NOIV
12258         * src/SDCCglobl.h: new pragma NOIV
12259         * src/SDCCmem.c: new pragma NOIV
12260
12261 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
12262
12263         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
12264
12265 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
12266
12267         * src/SDCCmain.c: signal handling is switched off by --debug
12268         * doc/Makefile: small fix for install; use clean.mk again
12269         * doc/clean.mk: clean *.pdf and *.html too
12270
12271 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
12272
12273         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
12274         * device/lib/printfl.c: fix a ds390 bug by making it portable
12275         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
12276         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
12277         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
12278         * debugger/mcs51/cmd.c: converted multi-line string literals
12279         * sim/ucsim/globals.cc: converted multi-line string literals
12280         * src/SDCCmain.c: introduced signal handler to remove temp files
12281         * doc/Makefile: small tweaks, implement clean
12282         * doc: removed generated files
12283
12284 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12285
12286         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
12287         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
12288         Address Record is not correctly generated for DS390."
12289
12290 2003-02-02  Borut Razem <borut.razem AT siol.net>
12291
12292         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
12293         * as/mcs51/asm.h: fixed compilation with Borland C
12294         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
12295         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
12296         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
12297         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
12298         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
12299         src/z80/Makefile.bcc: delete $(LIB) only if exist
12300         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
12301
12302 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
12303
12304         * device/include/malloc.h: introduced NULL
12305         * device/include/string.h: introduced NULL
12306         * device/include/stdlib.h: introduced NULL
12307         * device/lib/_memcpy.c: removed NULL
12308         * device/lib/_strcat.c: removed NULL
12309         * device/lib/_strchr.c: removed NULL
12310         * device/lib/_strcmp.c: removed NULL
12311         * device/lib/_strcpy.c: removed NULL
12312         * device/lib/_strcspn.c: removed NULL
12313         * device/lib/_strlen.c: removed NULL
12314         * device/lib/_strncat.c: removed NULL
12315         * device/lib/_strncmp.c: removed NULL
12316         * device/lib/_strncpy.c: removed NULL
12317         * device/lib/_strpbrk.c: removed NULL
12318         * device/lib/_strrchr.c: removed NULL
12319         * device/lib/_strspn.c: removed NULL
12320         * device/lib/_strstr.c: removed NULL
12321         * device/lib/_strtok.c: removed NULL
12322         * device/lib/malloc.c: removed NULL, include own header
12323
12324 2003-02-02    <johan AT balder>
12325
12326         * 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
12327         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
12328         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
12329         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
12330         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
12331         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
12332
12333 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12334
12335         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
12336         area 'DATA'"
12337
12338 2003-02-01    <johan AT balder>
12339
12340         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
12341
12342 2003-01-31    <johan AT CP255758-A>
12343
12344         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
12345
12346 2003-01-30    <johan AT balder>
12347
12348         * src/SDCCBBlock.c: automatic bug detection
12349         * src/SDCCicode.c: automatic bug detection
12350
12351 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12352
12353         * src/SDCCglobl.h:   now --xram-size 0 works
12354         * src/SDCCmain.c:    now --xram-size 0 works
12355
12356 2003-01-29    <johan AT balder>
12357
12358         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
12359
12360 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12361
12362         * as/mcs51/aslink.h: Added options --xram-size and --code-size
12363         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
12364         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
12365         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
12366         * src/SDCCglobl.h:   Added options --xram-size and --code-size
12367         * src/SDCCmain.c:    Added options --xram-size and --code-size
12368
12369 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
12370
12371         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
12372         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
12373
12374 2003-01-27    <johan AT balder>
12375
12376         * src/SDCC.y: fixed bug #613764
12377
12378 2003-01-26    <johan AT balder>
12379
12380         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
12381         * src/SDCCsymt.h: fixed bug #673374
12382         * src/SDCCglue.c: fixed bug #661910
12383         * src/SDCCast.c: fixed bug #458099 and 673374
12384
12385 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
12386
12387         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
12388         * as/mcs51/strcmpi.h: added
12389         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
12390         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
12391         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
12392         * as/mcs51/assym.c: strcmpi -> as_strcmpi
12393         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
12394         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
12395         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
12396         * as/mcs51/Makefile.aslink: new module strcmpi
12397         * as/mcs51/Makefile.asx8051: new module strcmpi
12398         * as/mcs51/Makefil.bcc: new module strcmpi
12399         * as/mcs51/Makefile.in: new module strcmpi
12400         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
12401
12402 2003-01-26    <johan AT balder>
12403
12404         * src/SDCCglue.c: reverted back to 1.124
12405         * src/SDCCast.c: reverted back to 1.156
12406         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
12407
12408 2003-01-25    <johan AT balder>
12409
12410         * src/SDCCglue.c: A better fix for bug #661910
12411         * src/SDCCast.c: A better fix for bug #661910
12412         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
12413
12414 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
12415
12416         * src/Makefile.in: remove spawn.o
12417         * src/SDCCmain.c: remove spawn.h
12418         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
12419         * src/spawn.c: removed
12420         * src/spawn.h: removed
12421         * support/regression/ports/ds390/spec.mk: link with -r
12422
12423 2003-01-24    <johan AT CP255758-A>
12424
12425         * src/ds390/gen.c (aopOp): fixed bug #667458
12426         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
12427         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
12428         (createIvalCharPtr): an ival doesn't always have a storage class anymore
12429
12430 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
12431
12432         * src/mcs51/peeph.def: better assembler identation by Frieder
12433         * src/mcs51/gen.c: better assembler identation by Frieder
12434
12435 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
12436
12437         * as/z80/string.h: removed for gcc 3.2
12438         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
12439         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
12440
12441 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
12442
12443         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
12444         * src/SDCCpeeph.c (replaceRule): fix bug #663503
12445         * support/regression/Makefile: separate temp files for ports
12446         * support/regression/generate-cases.py: separate temp files for ports
12447         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
12448         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
12449
12450 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
12451
12452         * moved tinitalk to device/examples/ds390
12453
12454 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
12455
12456         * as/mcs51/lkmem.c: rflag is for DS390
12457         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
12458         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
12459                          (linkEdit): move mem- and map-files the same way as ihx-files
12460         * src/z80/main.c (_setDefaultOptions): removed --generic
12461         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
12462         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
12463         * src/pic/glue.c (picglue): --c1mode works again
12464         * src/pic16/glue.c (pic16glue): --c1mode works again
12465         * src/asm.c (printCLine): fix #660034
12466
12467 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
12468
12469         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
12470         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
12471         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
12472         * as/mcs51/lkmem (summary): better fix for sp problem
12473         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
12474         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
12475         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
12476                                               remove --stack-after-data
12477
12478 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
12479
12480         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
12481         * src/SDCCutil.c (join): ugly bug: missing '\0'
12482         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
12483
12484 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
12485
12486         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
12487         * src/port.h: typo
12488         * src/pic/main.c (_asmCmd): gpasm supports -o
12489         * src/z80/main.c: more general macros
12490         * device/lib/Makefile.in: remove intermediate files
12491
12492 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
12493
12494         * .version: Bumped version number to 2.3.3
12495         * src/SDCCBBlock.c: new option -o
12496         * src/SDCCglobl.h: new option -o
12497         * src/SDCCglue.c: new option -o
12498         * src/SDCCmain.c: new option -o
12499         * src/asm.c: new option -o
12500         * src/ds390/main.c: new option -o
12501         * src/pic/glue.c: new option -o
12502         * src/pic/pcode.c: new option -o
12503         * src/pic/ralloc.c: new option -o
12504         * src/pic16/glue.c: new option -o
12505         * src/pic16/pcode.c: new option -o
12506         * src/pic16/ralloc.c: new option -o
12507         * src/z80/main.c: new option -o
12508         * device/lib/Makefile.in: use -o
12509         * support/regression/ports/ds390/spec.mk: use -o
12510         * support/regression/ports/gbz80/spec.mk: use -o
12511         * support/regression/ports/mcs51/spec.mk: use -o
12512         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
12513         * support/regression/ports/z80/spec.mk: use -o
12514         * support/regression/ports/ucz80/spec.mk: use -o
12515         * support/regression/ports/xa51/spec.mk: use -o
12516         * support/regression/fwk/lib/timeout.c: fix usage string
12517
12518 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
12519         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
12520
12521 2003-01-07    <johan AT balder>
12522
12523         * src/SDCCast.c (decorateType): fixed bug #600035
12524
12525 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
12526         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
12527         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
12528         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
12529         * src/pic/pcode.c: outcommented unused variable to remove warnings
12530         * src/pic/ralloc.c: outcommented unused variable to remove warnings
12531
12532 2003-01-06    <karl AT turbobit.com>
12533         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
12534    regression tests.
12535
12536 2003-01-06    <johan AT balder>
12537
12538         * src/SDCCicode.c: fixed array add
12539
12540 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
12541         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
12542         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
12543
12544 2003-01-04    <johan AT balder>
12545
12546         * src/SDCCval.c (getNelements): fixed the initialized array of structures
12547
12548 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12549         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
12550
12551 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
12552         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
12553         * support/regression/tests/bug-524697.c: fit mem usage into 8032
12554
12555 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
12556         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
12557
12558 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
12559         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
12560
12561 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
12562         * src/mcs51/main.c: removed {bindir}{sep} from aslink
12563
12564 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12565
12566     * in /sdcc/as/mcs51/ changed these files in order to create an
12567     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
12568     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
12569     following files to include the previous two files: aslink.dsp,
12570     Makefile.aslink, Makefile.bcc, and Makefile.in.
12571
12572     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
12573     .adb instead of .cdb
12574
12575 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12576
12577         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
12578         value from option --iram-size.
12579
12580 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12581
12582         * /sdcc/as/mcs51/lklist.c: added boundary check before using
12583         dram[] array.
12584
12585 2002-09-18    <wiml AT hhhh.org>
12586
12587         * SDCClrange.h: exposed setFromRange() and setToRange()
12588         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
12589           packRegsForAccUse() (bug 542397)
12590         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
12591           multiple times and emitting the fetch operations more than once
12592           added aopGetUsesAcc() function to allow binary operators to
12593           fetch their operands in the correct order; made genMinus() emit
12594           compact code for X = LITERAL - Y
12595
12596 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12597         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
12598         sprintf() in line 1267.
12599
12600 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12601         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
12602         like ports.
12603
12604 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12605         Changes to aslink (All the changes are marked with 'JCF'):
12606
12607         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
12608         summary().
12609
12610         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
12611         area BSEG.  Also moves, if possible, the DATA area down into the internal
12612         ram so more space is available.
12613
12614         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
12615         sflag.
12616
12617         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
12618         not bytes.  Function summary() which creates a memory usage summary
12619         file with extension .mem.  Reports of overlaping stack and small stack
12620         size.  If the space for the stack is less than 16 bytes aslink trows a
12621         warning.
12622
12623         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
12624         the 8051.  Option 'y' for memory summary output file.
12625
12626         Changes to sdcc (All the changes are marked with 'JCF'):
12627
12628         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
12629
12630         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
12631         overlaying area for it (uses RegBankUsed[4]).
12632
12633         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
12634         bank zero as used by default.  By default aslink locates the stack
12635         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
12636         the creation of the .mem file.  Delegates the allocation of data area
12637         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
12638         the begining of the stack area to aslink.
12639
12640         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
12641         glue() in SDCCglue.c creates an area for it.
12642
12643 2002-09-03  Borut Razem <borut.razem AT siol.net>
12644         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
12645         sdcc/src/pic/glue.c:
12646         introduced atexit() handler for teporay files removal in case of
12647         errors, assertions, ...
12648
12649 2002-08-29  Borut Razem <borut.razem AT siol.net>
12650         * sdcc/support/cpp2/auto-host_vc_in.h:
12651         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
12652         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
12653         Maybe there is a similar problem with BORLANDC? It should be checked!
12654
12655         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
12656         corrected improper use of assert: the assignment to clr variable was done inside the assert.
12657         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
12658         was not executed, and the compiler (cl) launched a warning:
12659         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
12660
12661 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
12662         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
12663
12664 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
12665         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
12666
12667         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
12668           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
12669           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
12670           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
12671           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
12672           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
12673           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
12674         - added Release configuration in VS projects
12675         - review of compiler an linker options
12676         - VC .exe files are generated in bin_vc directory, not to interfere
12677           with binaries generated from other projects (cygwin, mingw, bcc ...)
12678
12679         * sdcc/src/yacc.dsp: added
12680
12681         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
12682         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
12683         and insert the version number definitions from .version
12684
12685         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
12686
12687         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
12688         added - genarate auto-host.h using auto-host_vc_in.h as template
12689
12690         * sdcc/sdcc_vc.h,
12691         removed from CVS, generated automatically
12692
12693 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
12694         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
12695
12696 2002-08-11  Borut Razem <borut.razem AT siol.net>
12697         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
12698
12699 2002-08-10  Borut Razem <borut.razem AT siol.net>
12700         * src/SDCCmain.c (main):
12701         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
12702         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
12703         The consequence was that some temporary files were not removed.
12704
12705         * src/SDCCglue.c:
12706         unification of code in functions tempfilename() and tempfile():
12707         function tempnam() is defined in Visual Studio 6.0 and .NET
12708
12709         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
12710
12711         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
12712           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
12713         - removed compiler command line option /WX: Treats all warnings as errors
12714         - update a list of source files, included into the project
12715
12716         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
12717           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
12718         changed project type to Generic Project so that can be correcly converted to VS.NET project
12719
12720         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
12721
12722         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
12723
12724         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
12725
12726         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
12727         added return 0 statements after assert() to make compiler happy
12728
12729         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
12730         added newline in the def file to keep MSC compiler satisfied
12731
12732         * sdcc/src/z80/gen.c:
12733         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
12734           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
12735         - solved MSC error in function aopDump()
12736
12737         * sdcc_vc.h: define PREFIX as "\\sdcc"
12738
12739 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
12740         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
12741
12742 2002-06-22  Scott Dattalo <scott AT dattalo.com>
12743         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
12744         - Rewrote the register banking algorithm.
12745         - Added pCode live-range analysis to registers (for now, only non-used and
12746         singly-used registers optimized away)
12747
12748         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
12749
12750         * 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.
12751
12752 2002-05-10  Scott Dattalo <scott AT dattalo.com>
12753         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
12754
12755 2002-04-22  Michael Hope  <michaelh AT vroom>
12756
12757         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
12758
12759         * configure.in (DD_COPT): Added include support required for gbdk.
12760
12761         * .version: Bumped version number just to increase it.
12762
12763         * src/SDCCmain.c: Added -nostdinc to the default options.
12764
12765 2002-04-15  Michael Hope  <michaelh AT vroom>
12766
12767         * device/lib/z80/printf.c (sprintf): Added.
12768
12769         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
12770
12771         * src/z80/peeph.def: Added transpose redundent load rule.
12772
12773         * src/z80/main.c: Added force callee saves for jaune.
12774
12775         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
12776
12777         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
12778
12779 2002-03-28  Johan Knol  <johan AT balder>
12780
12781         * src/SDCCval.c: fixed bug #532436
12782
12783 2002-03-14  Scott Dattalo <scott AT dattalo.com>
12784         * /src/port.h:
12785         Added "char *Processor" field to the port structure.
12786
12787         * /src/SDCCmain.c:
12788         Added -p option. Allows port dependent processor to be specified.
12789
12790         * all ports:
12791         Initialized the new field char *Processor field to NULL in all ports
12792
12793         * /src/pic/*:
12794         Compiler generated registers for interrupt context saving
12795         were not getting allocated.
12796
12797 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
12798
12799         * /src/SDCCast.c:
12800         Fixed left shift. Will promote the left side of a left shift
12801         if a) left shifting more than size of operand or b) when assigned
12802         to something size > size of left side
12803
12804 2002-03-14  Scott Dattalo <scott AT dattalo.com>
12805         * src/pic/*
12806         tons of changes. Register allocation has been
12807         rewritten. Added customization for the various PICs. Flow
12808         analysis is restructured. ...
12809
12810         * src/pic/device.h:
12811         Added
12812
12813         * src/pic/device.c:
12814         Added. device.c is a PIC port hack to accomodate variations
12815         in PIC devices.
12816
12817 2002-03-13  Michael Hope  <michaelh AT vroom>
12818
12819         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
12820
12821 2002-03-04  johanknol  <johanknol AT manik>
12822
12823         * /src/SDCCval.c: fixed
12824
12825         const unsigned char arr[][2] = { { 0, 1 } };
12826         t18.c:1: error: Initializer element is not constant
12827
12828 2002-03-04  bela  <bela AT manik>
12829
12830         * /device/include/mcs51reg.h:
12831         ds89c420 register definition update
12832
12833 2002-03-03    <johan AT FRIJA>
12834
12835         * support/Util/SDCCerr.c: did something, but don't no why anymore
12836
12837         * support/regression/tests/bug-524691.c: made it a little less shy
12838
12839         * src/SDCCast.c (decorateType): fixed bug #524697
12840
12841         * src/SDCCast.c: made some lineno improvements
12842
12843         * src/SDCCval.c (getNelements): changed warning to error
12844
12845         * src/SDCCglue.c (printIvalArray): changed warning to error
12846
12847         * src/SDCCicode.c: fixed a warning for mingw
12848
12849         * src/SDCCast.c (decorateType): fixed the << promotion for ops
12850
12851         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
12852
12853 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
12854
12855         * src/ds390/peeph.def:
12856         Added some more peephole rules
12857
12858         * src/ds390/gen.c: Various fixes & enhancements
12859
12860         * src/SDCClrange.c, src/SDCClrange.h:
12861         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
12862
12863         * src/ds390/ralloc.c:
12864         various fixes & enhancements (ds390) specific
12865
12866         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
12867         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
12868         from rallocs.
12869
12870         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
12871
12872 2002-03-02    <johan AT FRIJA>
12873
12874         * src/SDCCast.c (decorateType): fixed bug #524708
12875
12876         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
12877
12878         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
12879
12880 2002-03-01  Michael Hope  <michaelh AT vroom>
12881
12882         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
12883
12884         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
12885
12886 2002-03-01    <johan AT FRIJA>
12887
12888         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
12889
12890         * src/SDCCast.c (decorateType): fixed bug #524209
12891
12892         * src/SDCCval.c (valNot): fixed bug #524195
12893
12894 2002-02-26    <johan AT balder>
12895
12896         * src/xa51/gen.c: fixed a warning
12897
12898         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
12899
12900         * src/SDCCast.c (decorateType): fixed bug #522534
12901
12902 2002-02-23    <johan AT balder>
12903
12904         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
12905
12906 2002-02-22    <johan AT balder>
12907
12908         * src/SDCCast.c: fixed bug #514865
12909
12910         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
12911
12912 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
12913
12914         * sdcc/src/SDCCloop.c:
12915         Previous fix was not good. basic blocks that have "break" or "return" are
12916         not really partof a loop , but live ranges used in these blocks should
12917         be live thru the entire loop, so set partOfLoop but don't add them to
12918         loop region
12919
12920 2002-02-21    <johan AT FRIJA>
12921
12922         * src/SDCCcse.c: fixed bug #514308
12923
12924 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
12925
12926         * src/SDCCloop.c:
12927         Fixed BUG #519583. If a conditional block ended in a return/break
12928         statement inside a loop, it was not being considered part of the loop.
12929
12930         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
12931
12932 2002-02-10  Karl Bongers <karl AT turbobit.com>
12933
12934         * debugger/*:
12935         Fixed up SDCDB debugger somewhat.  Updated debugger/README
12936         with lots of comments and notes.
12937
12938         * device/examples/test2.c:
12939         Fix bug, "red" variable not being initialized(compiler complained).
12940
12941         * device/examples/Makefile, examples/test3.c:
12942         Add Makefile in device/examples folder, compiles test3.c
12943         for use as a multiple module SDCDB test case.
12944
12945         * sim/ucsim/cmd.src/cmdset.cc:
12946         Took out debug printfs in ucsim "next" command.
12947
12948         * sim/ucsim/xa.src:
12949         Karl and Johan start ucsim XA support.  Most dissassembly working,
12950         about 75% emulation done(plenty of work remaining).
12951
12952         * sim/ucsim/z80.src:
12953         Add Z80 support to ucsim, add test-ucz80 regression test,
12954         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
12955         Notice z80 compiler fails on examples/test3.c/crc code.
12956
12957 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
12958
12959         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
12960         Added support for --parms-in-bank1
12961
12962         * src/ds390/peeph.def:
12963         added a few more peephole optimzations
12964
12965         * src/ds390/main.c:
12966         1) added __builtin_inp & __builtin_outp used to read in data of given length
12967            from a memory mapped port
12968         2) added __builtin_memcmp
12969         3) added __builtin_swapw swap bytes of a short
12970
12971         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
12972         1) handle multiple send & receives from register bank1
12973         2) ralloc can now allocate DPTR1 to some liveRanges
12974
12975         * src/SDCCsymt.c, src/SDCCsymt.h:
12976         changes to handle multiple sends & receives
12977
12978         * src/SDCCptropt.h:
12979         added some pointer arithmetic optimization
12980
12981         * src/SDCCptropt.c:
12982         added some pointer arithmetic optimizations but not stable yet so not
12983         called from anywhere (will get this working shortly)
12984
12985         * src/SDCCopt.c: fixed for multiple sends & receives
12986
12987         * src/SDCCmain.c:
12988         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
12989         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
12990            set preprocessor defines (depending on options)
12991
12992         * src/SDCCicode.c, src/SDCCicode.h:
12993         changes made to handle multiple sends & receives
12994
12995         * src/SDCCglobl.h:
12996         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
12997
12998         * src/SDCCcse.c, src/SDCCcse.h:
12999         added function findbackward def (to be used in upcoming optimization)
13000
13001         * src/SDCCcflow.c, src/SDCCcflow.h:
13002         added function returnAtEnd - to determine if a basic block terminates with
13003         a RETURN iCode
13004
13005         * src/SDCCast.c, src/SDCCast.h:
13006         added option parms-in-bank1
13007
13008         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
13009         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
13010         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
13011         adjusted for --parms-in-bank1 option
13012
13013         * device/include/string.h:
13014         donot redefine "reentrant" keyword
13015
13016         * device/include/ds80c390.h: Added some more SFRs
13017
13018 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
13019
13020         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
13021
13022 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
13023
13024         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
13025
13026 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
13027
13028         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
13029
13030 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
13031
13032         * Added --xram-movc option
13033
13034 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
13035
13036         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
13037
13038 2002-01-11  Johan Knol
13039
13040         * Added math lib of Jesus Calvino-Fraga
13041
13042 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
13043
13044         * src/SDCCmain.c (processFile): fix processing of ../../src.c
13045         * support/regression/Makefile: new target test-mcs51-stack-auto
13046         * support/regression/ports/mcs51-stack-auto/spec.mk: added
13047
13048 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
13049
13050         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
13051
13052 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
13053
13054         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
13055
13056 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
13057
13058         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
13059
13060         * src/SDCCglue.h: add definition for printIvalChar()
13061
13062 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
13063
13064         * src/SDCCast.c: fix #498138 by Johan
13065
13066         * src/SDCCglue.c: fix #498138 by Johan
13067
13068 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
13069
13070         * support/regression/Makefile: fix clean
13071
13072         * support/regression/ports/ds390/support.c: fix transmission of last character
13073
13074 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
13075
13076         * /sdcc/src/ds390/gen.c:
13077         a) improved computing address of stack variable
13078         b) took out some #if 0 code
13079         c) improved parmBytes adjustment
13080         d) improved genPlusIncr & genMinusIncr
13081         e) genCmp could generate bad code (when left assigned to DPTR)
13082         f) Fixed bug in hasInc
13083
13084         * /sdcc/src/ds390/ralloc.c:
13085         a) packRegsForSupport could mess up live information (Fixed)
13086         b) packRegsDPTRuse could be incorrect for left & right shift
13087
13088         * /sdcc/src/mcs51/ralloc.c:
13089         packRegsForSupport could mess up the live information (Fixed)
13090
13091         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
13092
13093         * /sdcc/src/SDCCast.c:
13094         can reverse a loop even if function call is present as long
13095         as the loop control variable is local & is not passed as parameter
13096
13097 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
13098
13099         * /sdcc/ChangeLog: *** empty log message ***
13100
13101         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
13102         More builtin function additions for TININative
13103
13104         * /sdcc/src/ds390/ralloc.c:
13105         Had broken the regression testsuite
13106
13107         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
13108
13109         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
13110         Added funcattr hasStackParms will be set for reentrant functions when there
13111         are paramteres on the stack, this helps in minimizing frame pointer generation
13112         typeFromStr can handle function pointers now
13113
13114         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
13115         *** empty log message ***
13116
13117 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
13118
13119         * /src/ds390/gen.c, /src/ds390/main.c:
13120         More builtin function additions for TININative
13121
13122         * /src/ds390/ralloc.c:
13123         Had broken the regression testsuite
13124
13125         * /src/SDCCast.c: Fixed a bug in dumptree
13126
13127         * /src/SDCCsymt.c, /src/SDCCsymt.h:
13128         Added funcattr hasStackParms will be set for reentrant functions when there
13129         are paramteres on the stack, this helps in minimizing frame pointer generation
13130         typeFromStr can handle function pointers now
13131
13132         * /doc/builtins.txt, /doc/TININative.txt:
13133         *** empty log message ***
13134
13135
13136 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
13137
13138         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
13139         ALPHA version for -mTININative
13140
13141         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
13142         updated to reflect changes in the port structure
13143
13144         * /src/port.h:
13145         added function do_assemble (similar to do_link) if non-null this function
13146         will be called to do assembly (-mTININative) requires a multi command
13147         assembly
13148         added function genAssemblerEnd will be called to generate assembler Epilogue
13149
13150         * /src/SDCCsymt.c:
13151         added _JavaNative to debug info printing
13152
13153         * /src/SDCCmain.c: added option --tini-libid
13154         added port->do_assemble function (-mTININative) has a multi command assemble
13155
13156         * /src/SDCCglue.c: Disabled "constExpr" check
13157         added port->genAssemblerEnd function
13158
13159         * /src/SDCCglobl.h: Added option --tini-libid value
13160
13161         * /src/SDCCast.h:
13162         tookout optimizeCompare from the header (has no external references)
13163
13164         * /src/SDCCast.c: made one more function "static"
13165
13166 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
13167
13168         * src/z80/mappings.i: Added z80asm support.
13169
13170         * src/z80/main.c: Added z80asm support on --asm=z80asm
13171
13172         * src/z80/gen.c: Fixed asm portability issues.
13173
13174         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
13175
13176         * src/SDCCglue.c (printExterns): Added global/extern split.
13177
13178 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
13179
13180         * support/regression/Makefile: added test for mcs51 model large
13181
13182         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
13183
13184         * support/regression/ports/gbz80/spec.mk: added -mgbz80
13185
13186 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
13187
13188         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
13189
13190 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
13191
13192         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
13193
13194         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
13195
13196 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
13197
13198         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
13199
13200         * support/regression/tests/simplefloat.c: Port to mcs51.
13201
13202 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
13203         * support/regression/tests/bug-485362.c: Added.
13204
13205         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
13206
13207         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
13208
13209         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
13210
13211         * src/z80/gen.c (aopDump): Added a dump function.
13212
13213 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
13214         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
13215
13216         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
13217
13218         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
13219
13220         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
13221
13222         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
13223
13224         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
13225
13226         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
13227
13228         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
13229
13230         * support/regression/ports/ds390/support.c: Use tinibios.
13231
13232         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
13233
13234 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
13235
13236         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
13237         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
13238
13239         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
13240
13241         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
13242
13243 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
13244
13245         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
13246
13247         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
13248         (packRegsForIYUse): Created and optimised.
13249
13250 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
13251
13252         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
13253 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
13254
13255         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
13256
13257         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
13258
13259         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
13260
13261 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
13262
13263         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
13264
13265         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
13266
13267 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
13268
13269         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
13270
13271         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
13272
13273         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
13274
13275 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
13276
13277         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
13278         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
13279         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
13280
13281         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
13282
13283         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
13284         (genNotFloat): Added.
13285         (genUminusFloat): Added.
13286
13287         * device/lib/z80/Makefile: Added floating pt stubs.
13288
13289         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
13290
13291         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
13292
13293         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
13294
13295 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
13296
13297         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
13298
13299         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
13300
13301         * sdcc/support/regression/Makefile: Add port ds390.
13302
13303         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
13304
13305         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
13306
13307         * sdcc/support/regression/ports/ds390/spec.mk: Added.
13308
13309         * sdcc/support/regression/ports/ds390/support.c: Added.
13310
13311         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
13312
13313         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
13314
13315         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
13316
13317 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
13318
13319         * device/include/malloc.h: Added z80 and gbz80 support.
13320
13321         * device/lib/gbz80/heap.s: Added.
13322
13323         * device/lib/z80/heap.s: Added.
13324
13325         * device/lib/malloc.c: Added z80 and gbz80 support.
13326
13327         * support/regression/tests/malloc.c (testMalloc): Added.
13328
13329         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
13330
13331         * support/regression/tests/bug-478094.c: Added.
13332
13333         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
13334
13335 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
13336
13337         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
13338
13339         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
13340
13341         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
13342
13343         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
13344
13345         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
13346
13347 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
13348
13349         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
13350
13351 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
13352
13353         * support/regression/tests/bug-477927.c: Added.
13354
13355         * src/z80/peeph.def: Added minor rules.
13356
13357         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
13358
13359         * src/z80/peeph.def: Added jump optimisation modification.
13360
13361 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
13362
13363         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
13364
13365 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
13366
13367         * support/regression/tests/funptrs.c: Added.
13368
13369 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
13370
13371         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
13372
13373 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
13374
13375         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
13376
13377         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
13378
13379         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
13380         (movLeft2ResultLong): Created.
13381
13382         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
13383         (joinPushes): Added.  Joins two char pushes into a word push.
13384
13385 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
13386
13387         * support/cpp2/Makefile.in (install): Added creation of dest dir.
13388
13389         * support/makebin/Makefile (install): Added creation of dest dir.
13390
13391 2001-10-24 Karl Bongers <karl AT turbobit.com>
13392
13393         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
13394
13395 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
13396
13397         * src/z80/ralloc.c: Turned off faulty pack for one use.
13398
13399         * src/z80/peeph-gbz80.def: Removed redundent restart options.
13400
13401         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
13402
13403 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
13404
13405         * support/regression/Makefile: Improved clean
13406
13407         * support/regression/ports/gbz80/spec.mk: Added clean
13408
13409         * support/regression/ports/host/spec.mk: Added clean
13410
13411         * support/regression/ports/z80/spec.mk: Added clean
13412
13413         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
13414
13415         * support/regression/ports/mcs51/timeout.c: little improvements
13416
13417 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
13418
13419         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
13420
13421         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
13422
13423         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
13424
13425 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
13426
13427         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
13428
13429         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
13430
13431 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
13432         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
13433
13434         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
13435
13436         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
13437
13438         * src/mcs51/main.c (_linkCmd): Added bin path to command.
13439
13440         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
13441
13442         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
13443
13444         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
13445
13446         * support/regression/tests/longor.c: Added.
13447
13448 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
13449
13450         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
13451
13452         * as/mcs51/aslink.h: define PATH_MAX
13453
13454         * as/mcs51/asm.h: define PATH_MAX
13455
13456         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
13457
13458         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
13459
13460         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
13461
13462         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
13463
13464         * src/SDCCglobl.h: define PATH_MAX
13465
13466         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
13467
13468         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
13469
13470 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
13471
13472         * src/z80/gen.c (gencjneshort): Fixed
13473
13474         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
13475
13476 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
13477
13478         * support/regression/tests/bug-469671.c: Added.
13479
13480         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
13481
13482 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
13483
13484         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
13485
13486         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
13487
13488 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
13489
13490         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
13491
13492         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
13493
13494         * src/device/lib/_mullong.c : removed hint: nooverlay bug
13495
13496         * src/device/lib/_divuint.c : removed hint: nooverlay bug
13497
13498         * src/device/lib/_divulong.c: removed hint: nooverlay bug
13499
13500         * src/device/lib/_moduint.c : removed hint: nooverlay bug
13501
13502         * src/device/lib/_modulong.c: removed hint: nooverlay bug
13503
13504 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
13505
13506         * 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.
13507
13508         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
13509
13510         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
13511
13512 2001-10-07    <johan AT FRIJA>
13513
13514         * device/lib/gets.c (gets): fixed the return value.
13515
13516 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
13517         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
13518
13519         * 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.
13520
13521         * 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.
13522
13523         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
13524
13525         * src/pic/gen.c: Removed Safe_strdup.
13526
13527         * configure.in: Added option to enable libgc support.
13528
13529         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
13530         (bitVectUnion): Optimised.
13531         (bitVectIntersect): Optimised.
13532         (bitVectBitsInCommon): Optimised.
13533         (bitVectCplAnd): Optimised.
13534
13535         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
13536
13537 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
13538
13539         * src/SDCCmain.c: distinguish between assembler debug and plain options
13540
13541         * src/avr/main.c:   remove standard assembler options
13542
13543         * src/ds390/main.c: remove standard assembler options
13544
13545         * src/mcs51/main.c: remove standard assembler options
13546
13547         * src/port.h: removed "PENDING" comment
13548
13549 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
13550
13551         * src/device/lib/_mulint.c  : new, with assember functions
13552
13553         * src/device/lib/_mullong.c : new, with assember functions
13554
13555         * src/device/lib/_divuint.c : with assember functions
13556
13557         * src/device/lib/_divsint.c : with assember functions
13558
13559         * src/device/lib/_divulong.c: with assember functions
13560
13561         * src/device/lib/_divslong.c: with assember functions
13562
13563         * src/device/lib/_moduint.c : with assember functions
13564
13565         * src/device/lib/_modsint.c : with assember functions
13566
13567         * src/device/lib/_modulong.c: with assember functions
13568
13569         * src/device/lib/_modslong.c: with assember functions
13570
13571         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
13572
13573         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
13574
13575         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
13576                                       replaced _mululong.c and _mulslong.c by _mullong.c
13577
13578 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
13579
13580         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
13581
13582 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
13583
13584         * src/SDCCglue.c: test, if win32api is available for MINGW
13585
13586 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
13587
13588         * src/SDCCsymt.c: no more _modifier in printTypeChain()
13589         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
13590         * support/regression/ports/gbz80/spec.mk: removed GENERIC
13591         * support/regression/ports/host/spec.mk: removed GENERIC
13592         * support/regression/ports/mcs51/spec.mk: removed GENERIC
13593         * support/regression/ports/z80/spec.mk: removed GENERIC
13594
13595 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
13596
13597         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
13598
13599         * support/regression/tests/bug-467035.c: Created.
13600
13601 2001-10-01    <johan AT FRIJA>
13602
13603         * src/SDCC.y: fixed bug #466586 part 1
13604
13605 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
13606
13607         * SDCCicode.c: z80 has no generic pointers
13608         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
13609
13610 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
13611
13612         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
13613
13614 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
13615
13616         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
13617
13618         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
13619
13620 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
13621
13622         * configure.in: Fixed up so that ucsim is only configured once.
13623
13624         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
13625
13626         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
13627         (getPathDifference): As above.
13628
13629         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
13630
13631         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
13632
13633 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
13634         * .version: Updated to 2.3.1
13635
13636         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
13637         Added copyright header.
13638
13639         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
13640         (assemble): Added support for macro based assembler commands.
13641         (linkEdit): Added support for macro based linker commands.
13642         (preProcess): Changed the pre-processor to use macros.
13643         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
13644         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
13645
13646         * device/lib/z80/crt0.s: Added module name for debugging.
13647
13648 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
13649
13650         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
13651
13652         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
13653
13654         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
13655
13656         * src/Makefile.in: Added SDCCmacro and SDCCutil
13657
13658 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
13659
13660         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
13661
13662 2001-09-16    <johan AT FRIJA>
13663
13664         * 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.
13665
13666 2001-09-15    <johan AT FRIJA>
13667
13668         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
13669         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
13670
13671 2001-09-11    <johan AT FRIJA>
13672
13673         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
13674
13675 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
13676
13677         * support/regression/tests/bug-460444.c: Added test case.
13678
13679         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
13680         (genCast): Added justification for all of the asserts.
13681
13682 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
13683
13684         * support/regression/support.c: _xdata replaced by xdata
13685
13686         * support/regression/spec.mk: removed _generic
13687
13688 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
13689
13690         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
13691
13692         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
13693         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
13694
13695         * src/z80/peeph.def: Added a rule to optimise shift then compare.
13696
13697         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
13698
13699         * support/regression/tests/bug-460010.c: Added test case.
13700
13701         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
13702
13703 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
13704
13705         * support/regression/Makefile: inter-port-clean adjusted for mcs51
13706
13707         * support/regression/testfwk.c: removed workaround for bug #436344
13708
13709         * support/regression/tests/bp.c: use less memory with mcs51
13710
13711         * support/regression/tests/bug-441448.c: use less memory
13712
13713         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
13714
13715         * support/regression/collate-results.py: typo
13716
13717 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
13718
13719         * support/regression/tests/fetchoverlap.c: Added new test case.
13720
13721         * support/regression/tests/bp.c: Added new test case.
13722
13723         * support/regression/tests/bug-448984.c: Added new test case.
13724
13725         * support/regression/tests/pow2shifts.c: Added new test case.
13726
13727         * src/z80/gen.c: Turned off the noise it normally generates for the release.
13728         (genlshTwo): Fixed right shift for count > 8.
13729
13730         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
13731
13732 2001-09-08    <johan AT FRIJA>
13733
13734         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
13735
13736 2001-09-07    <johan AT FRIJA>
13737
13738         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
13739
13740         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
13741
13742 2001-09-06    <johan AT FRIJA>
13743
13744         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
13745         * bernhard noted me at this: "() equals to (void)" (1.38)
13746
13747 2001-09-05    <johan AT FRIJA>
13748
13749         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
13750
13751 2001-09-04    <johan AT FRIJA>
13752
13753         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
13754
13755
13756 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
13757
13758         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
13759
13760 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
13761
13762         * link/z80/aslink.h: Fixed path for PATH_MAX
13763
13764 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
13765
13766         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
13767
13768         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
13769
13770         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
13771
13772         * 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.
13773
13774 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
13775
13776         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
13777         (genCmp): Fixed up genCmp for the GB with longs.
13778
13779         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
13780
13781         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
13782
13783         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
13784
13785         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
13786
13787 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
13788
13789         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
13790
13791 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
13792
13793         * 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.
13794
13795         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
13796
13797 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
13798
13799         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
13800
13801         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
13802
13803 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
13804
13805   * sim/ucsim/configure:    little improvement of Cygwin-detection
13806   * sim/ucsim/configure.in: little improvement of Cygwin-detection
13807   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
13808   * support/regression/tests/bug-221100.c: small changes for mcs51
13809   * support/regression/tests/bug-221168.c: small changes for mcs51
13810   * support/regression/tests/bug-227710.c: small changes for mcs51
13811   * support/regression/tests/staticinit.c: small changes for mcs51
13812   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
13813   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
13814   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
13815
13816 $Revision$