0944b5d9450919f92f0e142ba2e72b56205c2f13
[fw/sdcc] / ChangeLog
1 2007-02-05 Borut Razem <borut.razem AT siol.net>
2
3         * support/regression/fwk/lib/timeout.c: native WIN32 port,
4           implemented #1651830 Reg. tests: rewrite timeout.c to use WIN32 API
5
6 2007-02-03 Borut Razem <borut.razem AT siol.net>
7
8         * src/SDCC.y, src/SDCCmain.c, src/SDCCglobl.h, doc/sdccman.lyx:
9           applied patch #1646602 option to set default signedness of char to
10           unsigned, added -funsigned-char command line option,
11           thanks to Gunther Jehle
12         * device/lib/Makefile.in: added the -f option to rm so it doesn't
13           prompt for file deletion a few hundred times (especially the
14           subversion files, which have ro permissions so it asks for
15           confirmation), thanks to Simon McAuliffe;
16           added {} + option to find in order to remove multiple files from a
17           single rm commad
18
19 2007-02-02 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
20
21         * device/include/mcs51/SST89x5xRDx.h: Added.
22
23 2007-02-02 Raphael Neider <rneider AT web.de>
24
25         * src/pic/glue.c (emitSymbolSet): check sym->etype before use
26         * src/regression/Makefile: use --no-pcode-opt, ignore failing tests
27
28 2007-02-01 Raphael Neider <rneider AT web.de>
29
30         * src/pic/glue.c (picglue,emitSymbolSet,showAllMemmaps): emit the
31           config words again
32
33 2007-01-31 Borut Razem <borut.razem AT siol.net>
34
35         * support/Util/dbuf_string.h: added ATTRIBUTE_PRINTF to dbuf_printf()
36           if compiled with GCC. Thanks to Raphael Neider
37
38 2007-01-31 Raphael Neider <rneider AT web.de>
39
40         * src/pic/pcode.c (isValidIdChar,bankCompare): fuzzy matching of
41             operand names, handles name and (name + n) for all n,
42           (sameBank): restructured, also check bank allocation policy,
43         * src/pic/glue.c (emitPseudoStack): fixed printf arguments,
44           (pic14_operandsAllocatedInSameBank): check whether to operands
45             will be allocated into the same bank (i.e., section) to reduce
46             BANKSEL overhead, queried from pcode.c:sameBank,
47           (pic14printLocals): reintroduced clustering registers into a single
48             section: all compiler generated symbols will now reside in one
49             bank (per file), reducing BANKSEL overhead and code size,
50           (showAllMemmaps): use local dbuf where possible
51
52 2007-01-29 Raphael Neider <rneider AT web.de>
53
54         * src/pic/gen.c (popGetExternal): simplified, mark symbol as used,
55           (call_libraryfunc): retrieve/create symbol and mark as used,
56           (genFunction): mark defined functions as non-extern and add again
57            to code memmap for later output
58         * src/pic/glue.c (emitPseudoStack): put into own subroutine,
59           (pic14printLocals): reworked for new symbol emission,
60           (emitIfNew,pic14_constructAbsMap,emitIvalLabel,emitIvals,emitInitVal,
61           showAllMemmaps): reworked symbol output using dbufs, added handling
62             of string literals (still incomplete),
63           (picglue): removed symbol emission, moved into showAllMemmaps,
64           (emitSymbolSet): new workhorse for symbol output,
65           (pic14emitMaps,pic14printPublics,pic14printExterns): commented out
66
67 2007-01-29 Borut Razem <borut.razem AT siol.net>
68
69         * src/SDCCmain.c, src/SDCCutil.c: dbuf_splitFile: file extension
70           component contains the extension separator.
71
72 2007-01-28 Borut Razem <borut.razem AT siol.net>
73
74         * sim/ucsim/cmd.src/cmdutil.cc: NUL device is detected as CG_FILE type
75           on WIN32
76         * src/SDCCdwarf2.c, src/SDCCglobl.h, src/SDCCmain.c, src/SDCCutil.c,
77           src/SDCCutil.h, src/avr/gen.c, src/ds390/gen.c, src/hc08/gen.c,
78           src/mcs51/gen.c, src/pic/device.c, src/pic/gen.c, src/pic/pcode.c,
79           src/pic/pcodepeep.c, src/pic/ralloc.c, src/pic16/device.h,
80           src/pic16/gen.c, src/pic16/main.c, src/pic16/pcode.c,
81           src/pic16/pcodepeep.c, src/pic16/ralloc.c, src/xa51/gen.c,
82           src/z80/gen.c, support/Util/MySystem.c:
83           accept slash and backslash as directory separator on WIN32 and
84           Cygwin ports
85
86 2007-01-28 Raphael Neider <rneider AT web.de>
87
88         * src/pic16/devices.inc,
89         * device/include/pic16/pic18f[24][23]21.h,
90         * device/include/pic16/pic18fregs.h,
91         * device/lib/pic16/libdev/pic18f[24][23]21.c,
92         * device/lib/pic16/pics.all: added support for the 18f[24][23]21 family
93         * device/lib/pic16/libio/adc.ignore,
94         * device/lib/pic16/libio/i2c.ignore,
95         * device/lib/pic16/libio/usart.ignore: do not build I/O lib for new
96           family, as gputils do not yet support the devices
97         * device/lib/pic16/Makefile.subdir: ignore errors on install
98         * support/scripts/inc2h-pic16.pl: script to generate pic16 device
99           headers and libraries from gputils .inc files
100
101 2007-01-26 Paul Stoffregen <paul AT pjrc.com>
102
103         * doc/sdccman.lyx: add printf_fast_f precision limitation note
104
105 2007-01-26 Paul Stoffregen <paul AT pjrc.com>
106
107         * doc/sdccman.lyx: add printf benchmarks
108
109 2007-01-25 Paul Stoffregen <paul AT pjrc.com>
110
111         * device/lib/printf_fast.c: fix %c, char promoted to int
112         * device/lib/printf_tiny.c: fix %c, char promoted to int
113
114 2007-01-25 Paul Stoffregen <paul AT pjrc.com>
115
116         * device/lib/printf_fast.c: fix float overflow check, bug #1525093
117
118 2007-01-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
119
120         * support/regression/tests/swap.c: 64 bit hosts failed
121         * doc/sdccman.lyx: added preliminary mcs51 printf feature matrix
122
123 2007-01-25 Raphael Neider <rneider AT web.de>
124
125         * src/pic/pcode.c (sameBank,FixRegisterBanking): optimize banksels
126           based on absolute register address, patch by Alex Blond
127
128 2007-01-22 Raphael Neider <rneider AT web.de>
129
130         * src/pic/glue.c (pic14emitRegularMap): mark initialized symbols as
131           emitted, do not emit them again...
132
133 2007-01-22 Raphael Neider <rneider AT web.de>
134
135         * src/regression/bank1.c, src/regression/compare6.c,
136           src/regression/add.c: cosmetic changes
137         * src/pic/pcode.h: moved GPTRTAG_* here from gen.c
138         * src/pic/gen.c: fixed global zero and one,
139           (aopForSym): removed unued code,
140           (aopGet): assert aop is defined, check and use `index' of
141             pCodeImmd operands (fixes #1630908),
142         * src/pic/pcode.c (get_op): added output of generic pointer tag,
143           (register_reassign): prevent accidental register unification,
144           (ReuseReg): cosmetic changes (also above)
145         * src/pic/glue.c (pic14_constructAbsMap,pic14emitRegularMap,
146           pic14emitStaticSeg): do not emit initialized data,
147           (printIval*): replaced with working versions,
148           (pic14createInterruptVect,picglue): use idata for initialized data,
149             now init data should work in all modules (not only main()),
150         * device/lib/pic/libsdcc/idata.c: NEW, handle initialized data
151
152 2007-01-21 Borut Razem <borut.razem AT siol.net>
153
154         * sim/ucsim/configure.in: introduced macro DD_COPT_NO_IGNORE,
155           use -fPIC or -fpic if they are supported and not ignored
156         * src/SDCCval.c: fixed bug introduced by me in rev. #4577
157         * support/cpp2/libcpp/lex.c: fixed gcc 4.1.1 warnings
158
159 2007-01-20 Borut Razem <borut.razem AT siol.net>
160
161         * src/SDCC.lex, src/SDCCmain.c, sdc/SDCCglobl.h, doc/sdccman.lyx:
162           implemented RFE #1470316: allow "$" in variable names
163
164 2007-01-20 Raphael Neider <rneider AT web.de>
165
166         * device/include/pic/pic14regs.h: reverted accidental wipe of the file
167
168 2007-01-20 Raphael Neider <rneider AT web.de>
169
170         * device/lib/pic/libdev/devices.txt: device list for mkall.sh
171         * device/lib/pic/libdev/mkall.sh: script to rebuild all device libs
172         * device/lib/pic/libdev/pic14ports.txt: device PORT specifications
173         * support/scripts/inc2h.pl: fixed major .inc parsing bugs,
174           applied patch from Robert Tate (#1629249) to add PORTs and TRISs
175         * device/lib/pic/libdev/pic*.c,
176         * device/include/pic/pic*.h: regenerated with enhanced inc2h.pl
177         * device/lib/pic/libdev/Makefile.in: show progress
178
179 2007-01-19 Bernhard Held <bernhard AT bernhardheld.de>
180
181         * doc/sdccman.lyx: updated "configure options" for autoconf 2.6
182         * support/scripts/sdcc_cygwin_mingw32,
183         * support/scripts/sdcc_mingw32,
184         * support/scripts/build.mak: replaced --datadir by --datarootdir for
185         conformance with autoconf 2.6
186
187 2007-01-19 Raphael Neider <rneider AT web.de>
188
189         * src/pic/device.c (register_map): fixed list construction
190         * src/pic/gen.c (genDivOneByte,genModOneByte): accept result > 1 byte,
191           (genMod): removed case for genModbits,
192           (genModbits): removed as now unused/unimplemented
193         * src/pic/glue.c (picglue): prevent name clash with sources 'init.c'
194
195 2007-01-18 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
196
197         * support/regression/tests/swap.c: added in response to #1638622
198         * doc/sdccman.lyx: synced version, minor changes
199
200 2007-01-18 Borut Razem <borut.razem AT siol.net>
201
202         * SDCClabel.c: fixed bug #1638651: wrong linenumber presented in warning,
203           thanks to Gunther Jehle
204         * src/asm.c: don't die if the file drfined in #line couldn't be opened
205         * src/SDCC.lex, src/SDCCglobal.h, src/SDCCicode.c, src/SDCCsymt.c,
206           src/SDCCval.c: removed redundant definitions of currFname and mylineno;
207           use filename in lineno instead.
208         * SDCCast.c: removed MSVC warning C4018: '==' : signed/unsigned mismatch,
209           print the file name in ast_print()
210
211 2007-01-18 Borut Razem <borut.razem AT siol.net>
212
213         * support/Util/dbuf_string.c: removed (PTR) cast since it is not
214           defined in MSVC
215         * src/SDCC.lex: stringLiteral() returns const char pointer,
216           EOF detection in stringLiteral(), fixed asmbuf memory leak,
217           fixed column counting
218         * src/SDCCval.[ch]: constVal(), value *strVal() and charVal()
219           accept const char pointer as parameter
220         * src/SDCCdwarf2.c: corrected buffer size
221
222 2007-01-17 Borut Razem <borut.razem AT siol.net>
223
224         * support/Util/dbuf_string.c: fixed for amd64
225
226 2007-01-15 Borut Razem <borut.razem AT siol.net>
227
228         * src/pic16/ralloc.c, src/pic/ralloc.c, src/SDCC.y:
229           removed terminal symbol ELIPSIS, since it was never generated by the
230           lexer and it was wrongly used in parameter_identifier_list rule
231
232 2007-01-15 Raphael Neider <rneider AT web.de>
233
234         * doc/sdccman.lyx: updated PIC14/16 command line args, updated PIC14
235             code page and data banking description
236         * src/pic/genarith.c,
237         * src/pic/gen.h: removed bit arithmetic functions,
238             updated exit(1) to exit(EXIT_FAILURE)
239         * device/lib/pic16/libsdcc/stack/stack.S: default to 256 byte stack
240         * device/include/pic16/pic18f2455.h,
241         * device/lib/pic16/libdev/pic18f2455.c: added PORTD, LATD, LATE,
242             TRISD and TRISE, fixed/added some bit names
243         * device/lib/pic16/libdev/pic18f{2550,4550,4455}.c,
244         * device/include/pic16/pic18f{2550,4550,4455}.h: simply include
245             updated pic18f2455.{c,h} instead of duplicating them
246
247 2007-01-14 Borut Razem <borut.razem AT siol.net>
248
249         * as/mcs51/asnoice.c, as/hc08/asnoice.c: fixed bug #1447412:
250           Cannot debug files that contain spaces in the path name
251           by converting spaces in asm file name to underscores
252
253 2007-01-13 Borut Razem <borut.razem AT siol.net>
254
255         * doc/sdccman.lyx: fixed format errors
256
257 2007-01-10 Borut Razem <borut.razem AT siol.net>
258
259         * src/SDCC.lex, src/SDCCmain.c: fixed bug #1631895:
260           codeseg/constseg #pragma fail
261         * suppoprt/cpp2/Makefile.bcc: reenable Borland C compilation
262         * suppoprt/cpp2/configure.in, suppoprt/cpp2/libcpp/lex.c,
263           suppoprt/cpp2/Makefile.in, suppoprt/cpp2/sdcpp-opts,
264           suppoprt/cpp2/sdcpp.[ch]: house cleaning
265
266 2007-01-09 Borut Razem <borut.razem AT siol.net>
267
268         * get rid of diagnistic.[ch], pretty-print.[ch],
269           c-pretty-print.[ch], ... used just for error, warning, ...
270           message formatting
271         * suppoprt/cpp2/pretty-print.[ch], suppoprt/cpp2/diagnostic.[ch],
272           suppoprt/cpp2/diagnostic.def, suppoprt/cpp2/input.h,
273           suppoprt/cpp2/pretty-print.[ch]:
274           removed
275         * suppoprt/cpp2/Makefile.in, suppoprt/cpp2/opts.c,
276           suppoprt/cpp2/sdcpp-opts.c, suppoprt/cpp2/sdcpp.[ch],
277           suppoprt/cpp2/sdcpp.dsp:
278           changed
279
280 2007-01-08 Maarten Brock <sourceforge.brock AT dse.nl>
281
282         * device/lib/printf_large.c (output_float): removed recursion,
283           use smaller buffer on stack for mcs51,
284           fixed bug printing 1.96
285         * support/regression/tests/snprintf.c: added test
286
287 2007-01-07 Borut Razem <borut.razem AT siol.net>
288
289         * use dynamic memory buffers instead temporary files
290         * support/Util/dbuf_string.c, support/Util/dbuf_string.h:
291           added
292         * src/Makefile.in, src/SDCC.lex, src/SDCCast.c, src/SDCCast.h,
293           src/SDCCcse.c, src/SDCCglobl.h, src/SDCCglue.c, src/SDCCglue.h,
294           src/SDCCicode.c, src/SDCCicode.h, src/SDCCmain.c, src/SDCCmem.c,
295           src/SDCCmem.h, src/SDCCpeeph.c, src/SDCCpeeph.h, src/SDCCsymt.c,
296           src/SDCCsymt.h, src/SDCCutil.c, src/asm.c, src/asm.h, src/avr/gen.c,
297           src/avr/main.c, src/ds390/gen.c, src/ds390/main.c, src/hc08/gen.c,
298           src/hc08/main.c, src/izt/gen.c, src/mcs51/gen.c, src/mcs51/main.c,
299           src/pic/device.c, src/pic/gen.c, src/pic/glue.c, src/pic/main.c,
300           src/pic/ralloc.c, src/pic16/gen.c, src/pic16/glue.c,
301           src/pic16/main.c, src/pic16/ralloc.c, src/port.h, src/src.dsp,
302           src/xa51/gen.c, src/xa51/main.c, src/z80/gen.c, src/z80/main.c,
303           support/Util/dbuf.c, support/Util/dbuf.h:
304           modified
305         * .version, sdcc.spec: bumped version to 2.6.4
306
307 2007-01-07 Maarten Brock <sourceforge.brock AT dse.nl>
308
309         * src/port.h: added TARGET_Z80_LIKE macro
310         * src/SDCCmain.c (linkEdit): use TARGET_Z80_LIKE,
311           output PSEG location if --xram-loc or --xstack-loc was used
312         * as/link/mcs51/lkarea.c (lnksect2): set segment address afterwards
313
314 2007-01-07 Maarten Brock <sourceforge.brock AT dse.nl>
315
316         * as/as_gbz80.dsp, as/z80/as_gbz80.dsp,
317         * as/as_z80.dsp,   as/z80/as_z80.dsp,
318         * as/asx8051.dsp,  as/mcs51/asx8051.dsp,
319         * sdcc.dsw: moved project files into subdir
320         * as/hc08/as_hc08.dsp,
321         * as/hc08/Makefile.bcc,
322         * as/hc08/Makefile.in,
323         * as/mcs51/Makefile.bcc,
324         * as/mcs51/Makefile.in,
325         * as/z80/Makefile.bcc,
326         * as/z80/Makefile.in,
327         * as/link/mcs51/Makefile.bcc: use as/strcmpi.c
328         * as/hc08/asm.h,
329         * as/mcs51/asm.h,
330         * as/z80/asm.h: added as_strcmpi() and as_strncmpi() prototypes
331         * as/hc08/asmain.c,
332         * as/hc08/assym.c,
333         * as/mcs51/asmain.c,
334         * as/mcs51/assym.c,
335         * as/z80/assym.c: removed include "strcmpi.h"
336         * as/hc08/strcmpi.c,
337         * as/hc08/strcmpi.h,
338         * as/mcs51/strcmpi.c,
339         * as/mcs51/strcmpi.h,
340         * support/Util/strcmpi.c,
341         * support/Util/strcmpi.h: removed files
342         * as/strcmpi.c: added as_strncmpi()
343
344 2007-01-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
345
346         * sdcc.dsw: Added some dependencies on project config.dsp
347
348 2007-01-05 Maarten Brock <sourceforge.brock AT dse.nl>
349
350         * as/link/mcs51/lkarea.c (lnkarea2, lnksect2): replaced [di]seg_ap->a_addr
351           with [di]ram_start to fix a regresion
352
353 2007-01-03 Bernhard Held <bernhard AT bernhardheld.de>
354
355         * configure.in: added missing mcs51 in status output
356         * Makefile.in: add support/regression to SDCC_EXTRA to distclean this
357         directory
358         * debugger/mcs51/clean.mk (distclean): remove config.h
359         * src/clean.mk (clean): remove SDCCy.c, SDCCy.h, SDCClex.c
360         * support/cpp2/Makefile.in (clean): remove s-options, optionlist,
361         options.h, s-options-h and options.c
362         * support/cpp2/clean.mk: unused, removed
363         * Makefile.common.in,
364         * main_in.mk,
365         * as/Makefile.in,
366         * as/hc08/Makefile.in,
367         * as/hc08/clean.mk,
368         * as/mcs51/Makefile.in,
369         * as/mcs51/clean.mk,
370         * as/z80/clean.mk,
371         * as/z80/conf.mk,
372         * as/z80/Makefile.in,
373         * as/z80/clean.mk,
374         * as/link/Makefile.in,
375         * as/link/hc08/Makefile.in,
376         * as/link/hc08/clean.mk,
377         * as/link/mcs51/Makefile.in,
378         * as/link/mcs51/clean.mk,
379         * as/link/z80/Makefile.in,
380         * as/link/z80/clean.mk,
381         * as/link/z80/conf.mk,
382         * debugger/mcs51/Makefile.in,
383         * debugger/mcs51/clean.mk,
384         * device/include/Makefile.in,
385         * device/lib/Makefile.in,
386         * device/lib/mcs51/Makefile.in,
387         * device/lib/pic/Makefile.in,
388         * device/lib/pic/Makefile.common.in,
389         * device/lib/pic/Makefile.subdir,
390         * device/lib/pic/Makefile.rules,
391         * device/lib/pic16/libio/Makefile.in,
392         * device/lib/pic16/Makefile.subdir,
393         * device/lib/pic16/libdev/Makefile.in,
394         * device/lib/pic16/Makefile.rules,
395         * device/lib/pic16/Makefile.common.in,
396         * sim/ucsim/avr.src/Makefile.in,
397         * sim/ucsim/main_in.mk,
398         * sim/ucsim/cmd.src/Makefile.in,
399         * sim/ucsim/doc/Makefile.in,
400         * sim/ucsim/gui.src/Makefile.in,
401         * sim/ucsim/gui.src/obsolete/portmon.src/Makefile.in,
402         * sim/ucsim/gui.src/serio.src/Makefile.in,
403         * sim/ucsim/hc08.src/Makefile.in,
404         * sim/ucsim/libltdl/Makefile.in,
405         * sim/ucsim/s51.src/Makefile.in,
406         * sim/ucsim/sim.src/Makefile.in,
407         * sim/ucsim/sim.src/conf.mk,
408         * sim/ucsim/xa.src/Makefile.in,
409         * sim/ucsim/z80.src/Makefile.in,
410         * src/Makefile.in,
411         * src/clean.mk,
412         * src/port.mk,
413         * support/cpp2/Makefile.in,
414         * support/librarian/Makefile.in,
415         * support/librarian/clean.mk,
416         * support/makebin/Makefile.in,
417         * support/makebin/clean.mk,
418         * support/packihx/Makefile.in,
419         * support/regression/Makefile.in,
420         * support/regression/ports/ds390/spec.mk,
421         * support/regression/ports/gbz80/spec.mk,
422         * support/regression/ports/hc08/spec.mk,
423         * support/regression/ports/mcs51/spec.mk,
424         * support/regression/ports/mcs51-large/spec.mk,
425         * support/regression/ports/mcs51-medium/spec.mk,
426         * support/regression/ports/mcs51-xstack-auto/spec.mk,
427         * support/regression/ports/pic14/spec.mk,
428         * support/regression/ports/pic16/spec.mk,
429         * support/regression/ports/mcs51-stack-auto/spec.mk,
430         * support/regression/ports/ucz80/spec.mk,
431         * support/regression/ports/xa51/spec.mk,
432         * support/regression/ports/z80/spec.mk: fixed for autoconf 2.6x by
433         adding a slash after $(top_builddir) and/or adding @datarootdir@
434         * configure.in,
435         * debugger/mcs51/configure.in,
436         * device/lib/pic/configure.in,
437         * device/lib/pic16/configure.in,
438         * sim/ucsim/configure.in,
439         * support/cpp2/configure.in,
440         * support/packihx/configure.in: changed AC_PREREQ to 2.60
441         * configure,
442         * debugger/mcs51/configure,
443         * device/lib/pic/configure,
444         * device/lib/pic16/configure,
445         * sim/ucsim/configure,
446         * support/cpp2/configure,
447         * support/packihx/configure: generated with autoconf 2.60
448
449 2007-01-02 Maarten Brock <sourceforge.brock AT dse.nl>
450
451         * as/link/hc08/lkihx.c (newArea),
452         * as/link/hc08/lkrloc.c: renamed newArea() to ihxNewArea()
453
454 2007-01-02 Borut Razem <borut.razem AT siol.net>
455
456         * doc/sdccman.lyx: documented #pragma sdcc_hash
457         * support/cpp2/sdcpp.c: allow_naked_hash (value of #pragma sdcc_hash)
458           initialized to 0
459         * support/cpp2/c-ppoutput.c: fixed warning: no newline at end of file
460
461 2007-01-01 Bernhard Held <bernhard AT bernhardheld.de>
462
463         * src/SDCCast.c (createDo): backPatchLabels() needs falseLabel in
464         empty 'while'-loop to work correctly, see regression test 'while.c'
465         * support/regression/tests/while.c: added
466
467 2007-01-01 Borut Razem <borut.razem AT siol.net>
468
469         * support/cpp2/libcpp/directives.c, support/cpp2/libcpp/identifiers.c,
470           support/cpp2/libcpp/init.c, support/cpp2/libcpp/sdcpp-opts.c,
471           support/cpp2/libcpp/sdcpp.c:
472           sdcpp specific pragma/directive/option handling moved to sdcpp.c
473         * doc/sdccman.lyx: reference to the GCC 4.1.1 CPP Manual
474         * support/cpp2/libcpp/mkdeps.c: synchronized with GCC CPP 4.1.1
475
476 2006-12-31 Borut Razem <borut.razem AT siol.net>
477
478         * SDCPP synchronized with GCC CPP release version 4.1.1,
479           currently the latest release:
480         * support/cpp2/libcpp, support/cpp2/libcpp/include,
481           support/cpp2/libcpp/include/cpp-id-data.h
482           support/cpp2/libiberty/fopen_unlocked.c
483           support/cpp2/libiberty/md5.c
484           support/cpp2/md5.h
485           support/cpp2/opt-functions.awk
486           support/cpp2/opt-gather.awk
487           support/cpp2/optc-gen.awk
488           support/cpp2/opth-gen.awk:
489           added
490         * support/cpp2/Makefile.in, support/cpp2/auto-host_vc_in.h,
491           support/cpp2/c-incpath.c, support/cpp2/c-incpath.h,
492           support/cpp2/c-ppoutput.c, support/cpp2/c-pretty-print.c,
493           support/cpp2/c-pretty-print.h, support/cpp2/cppdefault.c,
494           support/cpp2/cppdefault.h, support/cpp2/diagnostic.c,
495           support/cpp2/diagnostic.h, support/cpp2/except.h,
496           support/cpp2/hwint.h, support/cpp2/input.h,
497           support/cpp2/intl.h, support/cpp2/move-if-change,
498           support/cpp2/opts.c, support/cpp2/opts.h,
499           support/cpp2/output.h, support/cpp2/prefix.c,
500           support/cpp2/prefix.h, support/cpp2/pretty-print.c,
501           support/cpp2/pretty-print.h, support/cpp2/sdcpp-opts.c,
502           support/cpp2/sdcpp.c, support/cpp2/sdcpp.dsp,
503           support/cpp2/sdcpp.h, support/cpp2/sdcpp.opt,
504           support/cpp2/sdcppa.dsp, support/cpp2/symcat.h,
505           support/cpp2/version.c:
506           modified
507         * support/cpp2/libcpp/charset.c, support/cpp2/libcpp/directives.c,
508           support/cpp2/libcpp/errors.c, support/cpp2/libcpp/expr.c,
509           support/cpp2/libcpp/files.c, support/cpp2/libcpp/identifiers.c,
510           support/cpp2/libcpp/include/cpplib.h, support/cpp2/libcpp/include/line-map.h,
511           support/cpp2/libcpp/include/mkdeps.h, support/cpp2/libcpp/include/symtab.h,
512           support/cpp2/libcpp/init.c, support/cpp2/libcpp/internal.h,
513           support/cpp2/libcpp/lex.c, support/cpp2/libcpp/line-map.c,
514           support/cpp2/libcpp/macro.c, support/cpp2/libcpp/mkdeps.c,
515           support/cpp2/libcpp/symtab.c, support/cpp2/libcpp/system.h,
516           support/cpp2/libcpp/traditional.c, support/cpp2/libcpp/ucnid.h,
517           support/cpp2/libiberty/hashtab.c, support/cpp2/libiberty/hashtab.h:
518           moved
519         * support/cpp2/cppcharset.c, support/cpp2/cpperror.c,
520           support/cpp2/cppexp.c, support/cpp2/cppfiles.c,
521           support/cpp2/cpphash.c, support/cpp2/cpphash.h,
522           support/cpp2/cppinit.c, support/cpp2/cpplex.c,
523           support/cpp2/cpplib.c, support/cpp2/cpplib.h,
524           support/cpp2/cppmacro.c, support/cpp2/cpptrad.c,
525           support/cpp2/cppucnid.h, support/cpp2/hashtab.c,
526           support/cpp2/hashtab.h, support/cpp2/hashtable.c,
527           support/cpp2/hashtable.h, support/cpp2/line-map.c,
528           support/cpp2/line-map.h, support/cpp2/mkdeps.c,
529           support/cpp2/mkdeps.h, support/cpp2/options_vc_in.c,
530           support/cpp2/options_vc_in.h, support/cpp2/opts.sh,
531           support/cpp2/system.h:
532           deleted / moved
533
534 2006-12-31 Borut Razem <borut.razem AT siol.net>
535
536         * configure.in, configure: fixed bug #1538756: configure dies if bison
537           and flex are not installed, 2nd try
538
539 2006-12-30 Bernhard Held <bernhard AT bernhardheld.de>
540
541         * src/mcs51/peeph.def: renamed rule 400 to 500, moved rule 253.x to
542         400.x for better code in RFE 899102
543
544 2006-12-30 Bernhard Held <bernhard AT bernhardheld.de>
545
546         * src/SDCCpeeph.c (deadMove),
547         * src/port.h,
548         * src/mcs51/peep.h: renamed 'op' by 'reg'
549         * src/mcs51/peep.c (isFunc, isCallerSaveFunc): added,
550         (scan4op): small change for removeDeadMove(), added support for
551         'callee saves' and/or PACLL function calls,
552         (removeDeadMove): added, removes superflous 'mov r%1,%2',
553         (removeDeadPopPush): renamed from mcs51DeadMove(), common parts
554         left in new dispatcher mcs51DeadMove()
555         (mcs51DeadMove): dispatcher for removeDeadPopPush() and new
556         removeDeadMove()
557         * src/mcs51/peeph.def: added rule 301 removing superflous 'mov r%1,%2'
558
559 2006-12-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
560
561         * support/cpp2/options_vc_in.h, support/cpp2/options_vc_in.c,
562           support/cpp2/sdcppa.dsp: create 'options.h' and 'options.c' under MSVC.
563
564 2006-12-30 Borut Razem <borut.razem AT siol.net>
565
566         * support/cpp2/spacs.h: deleted from svn
567         * configure.in, configure: fixed bug #1538756: configure dies if bison
568           and flex are not installed
569
570 2006-12-29 Maarten Brock <sourceforge.brock AT dse.nl>
571
572         * src/z80/gen.c (assignResultValue): fixed bug when registers overlap,
573           with this z80 passes printf float test when enabled
574         * support/regression/tests/bug1057979.c: typo disabled ds390 float test
575
576 2006-12-28 Borut Razem <borut.razem AT siol.net>
577
578         * support/cpp2/config.in, support/cpp2/configure.in,
579           support/cpp2/configure, support/cpp2/Makefile.in:
580           fix for the solaris build
581
582 2006-12-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
583
584         * src/SDCC.y (type_specifier2, pointer),
585         * src/SDCCsymt.h,
586         * src/SDCCsymt.c (mergeSpec, checkSClass),
587         * support/Util/SDCCerr.c,
588         * support/Util/SDCCerr.h: Parse and validate the restrict keyword
589         * support/valdiag/valdiag.py: Allow test cases to specify
590           required language standard
591         * support/valdiag/tests/restrict.c: New file to test restrict keyword
592         * support/valdiag/tests/tentdecl.c: Supress empty source file error
593
594 2006-12-27 Borut Razem <borut.razem AT siol.net>
595
596         * support/cpp2/cppmain.c, support/cpp2/mbchar.[ch]: removed
597         * support/cpp2/libiberty/Makefile.in, support/cpp2/libiberty/sdcpp.dsp:
598           mbchar removed
599         * support/cpp2/libiberty/getpwd.c, support/cpp2/sdcpp.h:
600           fixed for borland C
601         * support/cpp2/libiberty/Makefile.bcc: updated
602         * src/pic16/main.c: fixed #pragma udata handling
603         * src/mcs51/mcs51.dsp: added peep.[ch] to the project
604
605 2006-12-26 Bernhard Held <bernhard AT bernhardheld.de>
606
607         * src/SDCCpeeph.c: made labelHashEntry global,
608         made pcDistance, FBYNAME static,
609         (pcDistance): made static, use isComment and isLabel,
610         (deadMove): added,
611         (getLabelRef): added, extracted from labelRefCount(),
612         (labelRefCount): use new getLabelRef(),
613         (callFuncByName): made static, added deadMove,
614         use isComment and isLabel,
615         (newPeepRule): made static, set isLabel,
616         (isLabelDefinition): added parameter isPeepRule to allow '%' in
617         labels from peephole rules,
618         (buildLabelRefCountHash): speed up by running isLabelDefinition() only
619         when isComment or isLabel is set
620         * src/SDCCpeeph.h: added "isLabel" and "visited" to struct lineNode,
621         added labelHashEntry, isLabelDefinition, labelHash and getLabelRef
622         to make them global
623         * src/mcs51/peep.h: added
624         * src/mcs51/peep.c: added, implements mcs51DeadMove()
625         * src/port.h: added peep->deadMove to port structure
626         * src/mcs51/main.c: initialize peep->deadMove with mcs51DeadMove
627         * src/mcs51/peeph.def: renumbered rule 300 to 400, added new rule 300
628         deadMove, finally removed no. 1 and 2
629         * src/mcs51/gen.c,
630         * src/pic/gen.c,
631         * src/z80/gen.c,
632         * src/z80/ralloc.c,
633         * src/pic16/gen.c,
634         * src/ds390/gen.c,
635         * src/hc08/gen.c: mark lines with isComment or isLabel
636         * sim/ucsim/s51.src/uc390hw.cc: don't waist 65535 ticks before CKRDY
637         * .version,
638         * sdcc.spec: bumped version to 2.6.3
639
640 2006-12-26 Borut Razem <borut.razem AT siol.net>
641
642         * support/cpp2/Makefile.in: added dependency on options.h
643         * configure: regenerated
644         * support/cpp2/sdcpp.opt, support/cpp2/move-if-change: svn:eol-style native
645         * support/cpp2/Makefile.in: added vasprintf.c
646
647 2006-12-25 Borut Razem <borut.razem AT siol.net>
648
649         * SDCPP synchronized with GCC CPP release version 3.4.6,
650           the latest release before 4.x:
651         * support/cpp2/Makefile.in, support/cpp2/config.h,
652           support/cpp2/configure, support/cpp2/configure.in,
653           support/cpp2/cppdefault.c, support/cpp2/cppdefault.h,
654           support/cpp2/cpperror.c, support/cpp2/cppexp.c,
655           support/cpp2/cppfiles.c, support/cpp2/cpphash.c,
656           support/cpp2/cpphash.h, support/cpp2/cppinit.c,
657           support/cpp2/cpplex.c, support/cpp2/cpplib.c,
658           support/cpp2/cpplib.h, support/cpp2/cppmacro.c,
659           support/cpp2/cpptrad.c, support/cpp2/except.h,
660           support/cpp2/hashtable.c, support/cpp2/hashtable.h,
661           support/cpp2/hwint.h, support/cpp2/intl.h,
662           support/cpp2/line-map.c, support/cpp2/line-map.h,
663           support/cpp2/mkdeps.c, support/cpp2/mkdeps.h,
664           support/cpp2/output.h, support/cpp2/prefix.c,
665           support/cpp2/prefix.h, support/cpp2/sdcpp.dsp,
666           support/cpp2/system.h, support/cpp2/version.c:
667           modified
668         * support/cpp2/c-incpath.c, support/cpp2/c-incpath.h,
669           support/cpp2/c-ppoutput.c, support/cpp2/c-pretty-print.c,
670           support/cpp2/c-pretty-print.h, support/cpp2/cppcharset.c,
671           support/cpp2/cppucnid.h, support/cpp2/diagnostic.c,
672           support/cpp2/diagnostic.def, support/cpp2/diagnostic.h,
673           support/cpp2/hashtab.c, support/cpp2/hashtab.h,
674           support/cpp2/input.h, support/cpp2/libiberty/getpwd.c,
675           support/cpp2/libiberty/vasprintf.c, support/cpp2/libiberty/xmemdup.c,
676           support/cpp2/move-if-change, support/cpp2/opts.c,
677           support/cpp2/opts.h, support/cpp2/opts.sh,
678           support/cpp2/pretty-print.c, support/cpp2/pretty-print.h,
679           support/cpp2/sdcpp.opt, support/cpp2/sdcpp-opts.c,
680           support/cpp2/win32, support/cpp2/win32/dirent.c,
681           support/cpp2/win32/dirent.h:
682           added
683         * support/cpp2/sdcpp.c: renamed from sdcppmain.c
684         * support/cpp2/sdcpp.h: renamed from sdcc.h
685         * sdcppinit.c: deleted
686
687 2006-12-23 Borut Razem <borut.razem AT siol.net>
688
689         * support/cpp2/cpphash.h, support/cpp2/cpplex.c,
690           support/cpp2/cpplib.[ch], support/cpp2/sdcppinit.c, doc/sdccman.lyx,
691           preproc.c: an other try to fix bug #982435: introduced
692           -pedantic-parse-number command line option and pedantic_parse_number
693           pragma
694
695 2006-12-21 Maarten Brock <sourceforge.brock AT dse.nl>
696
697         * as/link/mcs51/lkarea.c (lnkarea2): handle absolute areas, restructured
698            BSEG handling,
699           (lnksect2): use --data-loc and --idata-loc as lower bound for ramstart,
700            corrected overlayed areax addresses, warn about memory overlaps
701         * as/mcs51/asmain.c (asmbl): create a new area for every .org directive
702         * src/avr/main.c,
703         * src/ds390/main.c,
704         * src/hc08/main.c,
705         * src/mcs51/main.c,
706         * src/pic16/main.c,
707         * src/pic/main.c,
708         * src/xa51/main.c,
709         * src/z80/main.c,
710         * src/port.h: added xabs_name and iabs_name
711         * src/SDCCglue.c (emitRegularMap): allocate for absolutes with initializer
712           (glue, emitMaps): create and emit maps d_abs and i_abs
713         * src/SDCCglue.h: cosmetic changes
714         * src/SDCCmain.c (setDefaultOptions): idata can start below 0x80
715         * src/SDCCmem.h,
716         * src/SDCCmem.c (initMem): added x_abs, i_abs and d_abs
717           (allocDefault): put absolute, initialized globals in them
718         * support/regression/tests/absolute.c: added absolute bdata test
719         * device/lib/printf_large.c (output_float): moved fpBuffer to stack/xdata
720
721 2006-12-20 Borut Razem <borut.razem AT siol.net>
722
723         * support/cpp2/cpphash.h, support/cpp2/cpplex.c: fixed bug #982435
724         * support/regression/tests/preproc.c: renamed from bug-1351710.c,
725           added regression test for bug #982435
726
727 2006-12-18 Borut Razem <borut.razem AT siol.net>
728
729         * src/SDCCutil.c: fixed a bug in (get_pragma_token)
730         * src/pic16/main.c, src/SDCC.lex, src/z80/main.c:
731           small cosmetic changes
732         * src/SDCC.lex: (stringLiteral) fixed bug #1351710
733         * support/regression/tests/bug-1351710.c: added regression test
734
735 2006-12-18 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
736
737         * doc/sdccman.lyx: added the long missed iCode table
738           "<where is figure II?>", added links to wiki
739
740 2006-12-17 Borut Razem <borut.razem AT siol.net>
741
742         * doc/sdccman.lyx, src/pic16/main.c, src/pic/main.c, src/port.h,
743           src/SDCC.lex, src/SDCCutil.[ch], src/z80/main.c,
744           support/Util/SDCCerr.[ch]: removed deprecated pragmas,
745           unified table driven pragma handling, pragma argument type checking
746         * support/Util/dbuf.c: (dbuf_set_size) allow to set size equal to the
747           current one - version 1.1.3
748         * src/SDCCmain.c: (setParseWithComma) substituted brain damaged strtok
749
750 2006-12-13 Raphael Neider <rneider AT web.de>
751
752         * src/pic/device.h: removed AssignedMemory structure and macros
753         * src/pic/device.c: removed global finalMapping (linker assigns
754             memory locations),
755           (register_map): add SFRs to remembered memRanges
756           (addMemRange,isSFR,dump_map,dump_sfr,mapRegister,assignRegister,
757           assignFixedRegisters,assignRelocatableRegisters): removed,
758           (setMaxRAM,validAddress): adapted accordingly,
759           (pic14_hasSharebank,pic14_getSharedStack): only report and use
760             reasonably sized sharebanks,
761         * src/pic/ralloc.c (writeUsedRegs): stripped down (remove?),
762           (allDefsOutOfRange): removed unused code,
763         * src/pic/main.c (_process_pragma): removed memmap/maxram pragma
764             handling
765         * src/pic/pcode.c (register_reassign): removed recursion warning,
766             fired far too often,
767         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap): modified
768             to use existing pic14_stringInSet() to avoid duplicate symbols,
769             tidied up the code a bit,
770           (pic14printLocals): added in symmetry to printExterns, replaces
771             writeUsedRegs more or less,
772           (picglue): call new pic14_printLocals(),
773         * device/include/pic/pic*.h: removed #pragma memmap directives,
774             information gathered from include/pic/pic14devices.txt
775         * support/scripts/inc2h.pl: do not emit #pragma memmap lines
776
777 2006-12-10 Maarten Brock <sourceforge.brock AT dse.nl>
778
779         * device/include/mcs51/C8051F520.h: fixed buggy CPT0MX
780
781 2006-12-11 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
782
783         * device/include/mcs51/cc2430.h: fixed missing ';'
784
785 2006-12-10 Raphael Neider <rneider AT web.de>
786
787         * device/lib/pic16/libc/stdio/vfprintf.c,
788         * device/lib/pic16/libc/stdio/printf_small.c,
789         * device/lib/pic16/libc/stdio/printf_timy.c: pop int from stack for
790           char arguments, as char varargs are cast to int by the caller,
791           hopefully fixes #1604915 (other device libraries are still affected)
792
793 2006-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
794
795         * src/mcs51/ralloc.c (packRegsForAssign),
796         * src/hc08/ralloc.c (packRegsForAssign): fixed bug #1605880
797
798 2006-12-10 Maarten Brock <sourceforge.brock AT dse.nl>
799
800         * device/include/malloc.h: removed init_dynamic_memory
801         * device/lib/malloc.c: made init_dynamic_memory static and automatically
802           call it once from malloc. Also use _sdcc_heap[] from _heap.c
803         * device/lib/_heap.c: new, added, contains _sdcc_heap[]
804         * device/lib/libsdcc.lib,
805         * device/lib/Makefile.in,
806         * support/regression/ports/mcs51-xstack-auto/spec.mk: added _heap.c
807         * doc/sdccman.lyx: documented use of new _heap.c
808         * support/regression/tests/malloc.c: removed init_dynamic_memory
809         * src/cdbFile.c(spacesToUnderscores): new function,
810           (cdbWriteEndFunction, cdbWriteCLine): use spacesToUnderscores, fixes bug
811           1068030
812         * device/include/tinibios.h: removed defines for putchar and getchar
813         * device/lib/ds390/Makefile.in: added putchar.c
814         * device/lib/ds390/putchar.c: new, added, fixes bug 1465671
815
816 2006-12-09 Borut Razem <borut.razem AT siol.net>
817
818         * support/cpp2/sdcc.h: prevent multiple inclusion
819         * support/cpp2/options.h: deleted
820
821 2006-12-08 Borut Razem <borut.razem AT siol.net>
822
823         * support/cpp2/sdcc.h: removed x*alloc() macros
824         * support/cpp2/libiberty.h: uncommented out x*alloc() declarations
825         * support/cpp2/Makefile.bcc, support/cpp2/Makefile.in,
826           support/cpp2/sdcpp.sdc: x*alloc files added to the project
827         * support/cpp2/system.h: moved #include "sdcc.h"
828         * support/cpp2/libiberty/xexit.c, support/cpp2/libiberty/xmalloc.c,
829           support/cpp2/libiberty/xstrdup.c, support/cpp2/libiberty/xstrerror.c:
830           added
831         * support/cpp2/sdcppinit.c: added -isysroot, -fsigned-char,
832           -funsigned-char options
833         * support/cpp2/sdcppmain.c: fixed bug 1611411
834
835 2006-12-07 Borut Razem <borut.razem AT siol.net>
836
837         * support/cpp2/cpplib.c: reverted sdcpp special handling of _Pragma()
838           directive
839
840 2006-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
841
842         * src/SDCCsymt.c (addDecl): fixed bug 1609244
843         * src/SDCCmain.c (linkEdit): fixed bug 1609279
844         * doc/sdccman.lyx,
845         * .version: bumped to 2.6.2 because a) it's been a while
846           b) the linker sources have moved c) the preprocessor is upgraded
847
848 2006-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
849
850         * support/regression/tests/snprintf.c: some checks
851         * lib/src/printf_large.c: %bc: read char instead of int from stack
852
853 2006-12-03 Maarten Brock <sourceforge.brock AT dse.nl>
854
855         * device/include/mcs51/cc2430.h: inserted _XPAGE
856
857 2006-12-02 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
858
859         * device/include/mcs51/cc2430.h: added
860
861 2006-12-02 Maarten Brock <sourceforge.brock AT dse.nl>
862
863         * device/include/asm/default/features.h,
864         * device/include/asm/ds390/features.h,
865         * device/include/mcs51/at89s53.h,
866         * device/include/ser.h,
867         * device/include/ser_ir.h,
868         * device/include/serial.h: changed keywords to double underscore variants,
869           fixes bug 1590261 some more, thanks Steven Borley
870
871 2006-12-01 Raphael Neider <rneider AT web.de>
872
873         * src/pic/pcode.c (register_reassign): do not crash on recursive code
874           but emit warning (recursion is not supported for pic14)
875
876 2006-11-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
877
878         * src/mcs51/peeph.def: added 101.a,b (moves to int/long xdata)
879         * doc/sdccman.lyx: various small changes, acknowledged Sourceforge
880
881 2006-11-30 Raphael Neider <rneider AT web.de>
882
883         * src/pic/device.c (dump_sfr): always emit symbols
884         * src/pic/glue.c (pic14printPublics): fixed typo
885
886 2006-11-30 Raphael Neider <rneider AT web.de>
887
888         * src/pic/device.c (create_pic,ram_map): add memRange entries to PIC
889           (pic14_getSharebankSize, pic14_getSharebankAddress): replaced with
890           (pic14_hasSharebank,pic14_isShared,pic14_allRAMShared,
891            pic14_getSharedStack): NEW, evaluate the memRange entries to locate
892            a sharebank, use a non-shared bank for the stack if none available
893         * src/pic/device.h (struct memRange): added linked list next field,
894           added prototypes for above functions
895         * src/pic/ralloc.c (initStack): handle shared and banked stacks,
896           (typeRegWithIdx): accept fixed and unfixed stack registers
897         * src/pic/pcode.c (pCodeInitRegisters): use new functions to create
898           the stack, handle shared and banked stack (except for WSAVE),
899           (insertBankSel): removed useless optimization (will never fire),
900           (FixRegisterBanking): added optimization for devices with only one
901           possibly aliased bank of memory, like 16f84
902         * src/pic/glue.c (pic14_constructAbsMap): back to udata_ovr, as some
903           devices have no SHAREBANK in the linker script
904         * device/include/pic/pic14devices.txt: documented memmap
905         * device/lib/pic/libdev/Makefile.in: removed --stack-loc again
906
907 2006-11-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
908
909         * src/hc08/gen.c (transferRegReg, loadRegFromAop, forceStackedAop,
910           storeRegToAop, freeAsmop, genPlusIncr, genPlus, genPointerGetSetOfs,
911           genAnd, genOr, genXor, genLeftShiftLiteral, genRightShiftLiteral,
912           genhc08Code): switched most of the D (debug) macros to DD (detailed
913           debug) macros to better control clutter in the generated .asm file.
914         * src/hc08/gen.c: (forceStackedAop, genUminus, genLeftShift,
915           genRightShift): fixed bug with non-constant bit shift stored to
916           a volatile result (SF Open Discussion forum thread #1616749).
917           Single byte case is not yet optimized.
918
919 2006-11-28 Maarten Brock <sourceforge.brock AT dse.nl>
920
921         * device/include/asm/mcs51/features.h,
922         * device/include/malloc.h,
923         * device/include/stdio.h: changed keywords to double underscore variants,
924           fixes bug 1590261
925
926 2006-11-27 Borut Razem <borut.razem AT siol.net>
927
928         * support/cpp2/cppexp.c, support/cpp2/hashtable.h,
929           support/cpp2/Makefile.in, support/cpp2/cppfiles.c,
930           support/cpp2/output.h, support/cpp2/cppinit.c,
931           support/cpp2/cpplib.c, support/cpp2/cpplib.h,
932           support/cpp2/Makefile.bcc, support/cpp2/cpphash.c,
933           support/cpp2/cppdefault.c, support/cpp2/system.h,
934           support/cpp2/cpphash.h, support/cpp2/cpplex.c,
935           support/cpp2/cppdefault.h, support/cpp2/mbchar.c,
936           support/cpp2/prefix.c, support/cpp2/except.h,
937           support/cpp2/hwint.h, support/cpp2/cppmacro.c,
938           support/cpp2/line-map.h, support/cpp2/sdcpp.dsp,
939           support/cpp2/sdcc.h, support/cpp2/mkdeps.c,
940           support/cpp2/version.c, support/cpp2/cppmain.c,
941           support/cpp2/version.h, support/cpp2/hashtable.c,
942           support/cpp2/cpperror.c:
943           synchronized with GCC CPP release version 3.3.6,
944           the latest where cppmain.c still exists.
945         * support/cpp2/cpptrad.c, support/cpp2/sdcppmain.c,
946           support/cpp2/sdcppinit.c: added
947
948 2006-11-27 Borut Razem <borut.razem AT siol.net>
949
950         * support/cpp2/cpplex.c:
951           fixed _asm ... _endasm handling bug, introduce with GCC CPP
952           synchronization
953         * support/cpp2/cpplib.c: removed definitions of unused variables
954
955 2006-11-26 Borut Razem <borut.razem AT siol.net>
956
957         * support/cpp2/libiberty.h: commented out x*alloc() declarations
958           since they are redefined by macros in support/cpp2/sdcc.h
959         * support/cpp2/sdcc.h: x*alloc macro redefinition
960
961 2006-11-25 Borut Razem <borut.razem AT siol.net>
962
963         * support/cpp2/cppexp.c, support/cpp2/hashtable.h,
964           support/cpp2/configure, support/cpp2/Makefile.in,
965           support/cpp2/cppfiles.c, support/cpp2/output.h,
966           support/cpp2/cppinit.c, support/cpp2/cpplib.c,
967           support/cpp2/config.h, support/cpp2/cpplib.h,
968           support/cpp2/Makefile.bcc, support/cpp2/cpphash.c,
969           support/cpp2/cppdefault.c, support/cpp2/config.in,
970           support/cpp2/system.h, support/cpp2/cpplex.c,
971           support/cpp2/cpphash.h, support/cpp2/mbchar.c,
972           support/cpp2/cppdefault.h, support/cpp2/prefix.c
973           support/cpp2/hwint.h, support/cpp2/mbchar.h,
974           support/cpp2/prefix.h, support/cpp2/cppmacro.c,
975           support/cpp2/configure.in, support/cpp2/intl.h,
976           support/cpp2/sdcpp.dsp, support/cpp2/acconfig.h,
977           support/cpp2/sdcc.h, support/cpp2/mkdeps.c,
978           support/cpp2/version.c, support/cpp2/cppmain.c,
979           support/cpp2/ansidecl.h, support/cpp2/libiberty.h,
980           support/cpp2/hashtable.c, support/cpp2/aclocal.m4,
981           support/cpp2/cpperror.c,
982           support/cpp2/libiberty/safe-ctype.c,
983           support/cpp2/libiberty/safe-ctype.h,
984           support/cpp2/libiberty/splay-tree.c,
985           support/cpp2/libiberty/obstack.c,
986           support/cpp2/libiberty/lbasename.c,
987           support/cpp2/libiberty/splay-tree.h,
988           support/cpp2/libiberty/obstack.h:
989           synchronized with GCC CPP release version 3.2.3,
990           the latest before integration of cpp into gcc
991         * support/cpp2/except.h, support/cpp2/line-map.c,
992           support/cpp2/line-map.h,
993           support/cpp2/libiberty/hex.c,
994           support/cpp2/libiberty/concat.c,
995           support/cpp2/libiberty/filenames.h: added
996         * support/cpp2/intl.c: deleted
997
998 2006-11-24 Borut Razem <borut.razem AT siol.net>
999
1000         * src/SDCC.y: enabled compilation of empty source file
1001         * support/Util/SDCCerr.[ch]: added sdcc warning 190 -
1002           "ISO C forbids an empty source file"
1003         * device/lib/_startup.c, device/lib/printf_tiny.c: disable warning 190
1004           if all the code is ifdefed out.
1005
1006 2006-11-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1007
1008         * src/hc08/gen.c (genPcall): fix for bug #1601032
1009
1010 2006-11-23 Maarten Brock <sourceforge.brock AT dse.nl>
1011
1012         * device/include/mcs51/c8051f000.h, device/include/mcs51/C8051F000.h,
1013         * device/include/mcs51/c8051f018.h, device/include/mcs51/C8051F018.h,
1014         * device/include/mcs51/c8051f020.h, device/include/mcs51/C8051F020.h,
1015         * device/include/mcs51/c8051f040.h, device/include/mcs51/C8051F040.h,
1016         * device/include/mcs51/c8051f060.h, device/include/mcs51/C8051F060.h,
1017         * device/include/mcs51/c8051f120.h, device/include/mcs51/C8051F120.h,
1018         * device/include/mcs51/c8051f200.h, device/include/mcs51/C8051F200.h,
1019         * device/include/mcs51/c8051f300.h, device/include/mcs51/C8051F300.h,
1020         * device/include/mcs51/c8051f310.h, device/include/mcs51/C8051F310.h,
1021         * device/include/mcs51/c8051f320.h, device/include/mcs51/C8051F320.h,
1022         * device/include/mcs51/c8051f326.h, device/include/mcs51/C8051F326.h,
1023         * device/include/mcs51/c8051f330.h, device/include/mcs51/C8051F330.h,
1024         * device/include/mcs51/c8051f340.h, device/include/mcs51/C8051F340.h,
1025         * device/include/mcs51/c8051f350.h, device/include/mcs51/C8051F350.h,
1026         * device/include/mcs51/c8051f410.h, device/include/mcs51/C8051F410.h:
1027           Renamed to all upper case as per the standard set by SiLabs
1028
1029 2006-11-23 Maarten Brock <sourceforge.brock AT dse.nl>
1030
1031         * device/include/mcs51/C8051F520.h: new, added
1032         * device/include/mcs51/compiler.h: added link about predefined macros
1033
1034 2006-11-23 Raphael Neider <rneider AT web.de>
1035
1036         * src/regression/Makefile: add -L path to fresh library
1037         * src/regression/simulate: emphasize FAILED output
1038         * src/regression/create_stc: output _failures from gpsim
1039         * src/regression/compare4.c,
1040         * src/regression/rotate6.c: fixed char literals,
1041           all compile, all run =8-D
1042
1043         * src/pic/pcode.h: added isPCASMDIR macro
1044         * src/pic/gen.c (genAnd): fixed bit offset
1045         * src/pic/ralloc.c (allocNewDirReg,allocDirReg,allocRegByName,
1046           packBits): unified register numbering schemes,
1047           (newReg): do not insert stack registers into hash table,
1048           (initStack): unpinned pseudo stack, simplified,
1049           (typeRegWithIdx): fixed retrieval of stack registers,
1050         * src/pic/pcode.c (addpCodeComment,sameBank): added,
1051           (pCodeReplace): removed invalid assertion,
1052           (insertPCodeInstruction): fixed newly added labels,
1053           (insertBankSwitch,BankSelect,IsBankChange,DoBankSelect,
1054           FixRegisterBankingInFlow,compareBankFlow,FixBankFlow,
1055           DumpFlow): removed unsed (broken?) code,
1056           (insertBankSel): prevent STATUS from being BANKSELed,
1057           (FixRegisterBanking): rewritten from scratch, implemented generic
1058             optimizations (suppress BANKSELs to same register and to registers
1059             present in all banks),
1060           (AnalyzeBanking): update flow after BANKSELection
1061
1062         * src/pic/glue.c (pic14_constructAbsMap): emit pseudo stack in
1063             sharebank, let linker place it, mark STKxx symbols as emitted
1064
1065 2006-11-21 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1066
1067         * src/regression/arrays.c,
1068         * src/regression/bank1.c,
1069         * src/regression/bool2.c,
1070         * src/regression/compare7.c,
1071         * src/regression/compare8.c,
1072         * src/regression/compare9.c,
1073         * src/regression/compare10.c,
1074         * src/regression/configword.c,
1075         * src/regression/for.c,
1076         * src/regression/mult1.c,
1077         * src/regression/pointer1.c,
1078         * src/regression/rotate6.c,
1079         * src/regression/string1.c,
1080         * src/regression/struct1.c,
1081         * src/regression/Makefile: make PIC14 regression tests run again
1082           (3 fail, 6 won't compile)
1083
1084 2006-11-21 Raphael Neider <rneider AT web.de>
1085
1086         * device/include/pic16/pic18f4550.h,
1087         * device/include/pic16/pic18f4455.h,
1088         * device/lib/pic16/libdev/pic18f4550.c,
1089         * device/lib/pic16/libdev/pic18f4455.c: fixed #1578591 and #1595144
1090         * configure.in: removed superfluous closing bracket
1091
1092 2006-11-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1093
1094         * device/lib/expf.c: Fixed bug 1599523: result of expf(x) is
1095           always positive.
1096
1097 2006-11-21 Raphael Neider <rneider AT web.de>
1098
1099         * src/pic/device.{c,h}: added pic14_getPIC()
1100         * src/pic/gen.c (continueIfTrue,jumpIfTrue): added PIC code,
1101           (genAnd): added PIC code for one case, fixes #1597044
1102         * src/pic/pcode.c (BankSelect): Ohoh, added generic optimization for
1103           SFRs that are present in all banks (e.g., STATUS)
1104
1105 2006-11-20 Raphael Neider <rneider AT web.de>
1106
1107         * src/pic/pcode.c: changed inverted ops for DECFSZ/DECFSZW and
1108           INCFSZ/INCFSZW and declared them as changing Z bit,
1109           (insertPCodeInstruction): correctly invert the above instructions,
1110           fixes #1599333,
1111           (DoBankSelect): don't panic on po_immediates
1112
1113 2006-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1114
1115         * as/link/aslink.h,
1116         * as/link/mcs51/lkihx.c (newArea),
1117         * as/link/mcs51/lkrloc.c: renamed newArea() to ihxNewArea()
1118         * as/link/mcs51/lkihx.c (ihx): output reset vector as start address
1119
1120 2006-11-11 Raphael Neider <rneider AT web.de>
1121
1122         * src/pic/pcode.c (newpCodeOpBit): search SymbolTab for referenced
1123           bitfield symbols, fixes #1579535 (once more...).
1124
1125 2006-11-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1126
1127         * support/regression/generate-cases.py,
1128         * support/regression/fwk/include/testfwk.h,
1129         * support/regression/fwk/lib/testfwk.c: used code pointers,
1130           (about 50kByte less code generated for mcs51)
1131
1132 2006-11-06 Borut Razem <borut.razem AT siol.net>
1133
1134         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
1135           debugger/mcs51/configure: fixed failed check because the function
1136           rl_function_of_keyseq isn't in Readline 5.2. Thanks to Ilya Goldberg
1137           who submitted the patch for gpsim.
1138         * debugger/mcs51/configure.in: removed the result message
1139         * debugger/mcs51/Makefile.in: fixed the config.status warning
1140           "... seems to ignore the --datarootdir setting"
1141
1142 2006-11-03 Maarten Brock <sourceforge.brock AT dse.nl>
1143
1144         * device/include/mcs51/c8051f020.h,
1145         * device/include/mcs51/c8051f040.h,
1146         * device/include/mcs51/c8051f060.h,
1147         * device/include/mcs51/c8051f120.h: added PS0, fixed bug 1589279
1148         * src/z80/gen.c (gencjneshort),
1149         * src/z80/peeph.def: applied patch 1571373, thanks Philipp Krause
1150
1151 2006-10-31 Borut Razem <borut.razem AT siol.net>
1152
1153         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
1154           debugger/mcs51/configure: get readline version
1155
1156 2006-10-30 Borut Razem <borut.razem AT siol.net>
1157
1158         * debugger/mcs51/sdcdb.c: replaced hardcoded "/" with DIR_SEPARATOR_STRING
1159         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
1160           debugger/mcs51/configure: locate readline even when cross compiling
1161         * support/scripts/sdcc.nsi: include readline5.dll into the setup package
1162
1163 2006-10-29 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1164
1165         * device/include/mcs51/serial_IO.h: putchar() and getchar() using
1166           serial port.
1167
1168 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
1169
1170         * device/include/malloc.h,
1171         * device/lib/calloc.c,
1172         * device/lib/free.c,
1173         * device/lib/malloc.c,
1174         * device/lib/realloc.c: moved definition of struct into sources
1175         * support/regression/tests/malloc.c: use void* for init_dynamic_memory()
1176
1177 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
1178
1179         * as/asx8051.dsp: corrected output directories
1180         * as/link/hc08: new directory for hc08 linker
1181         * as/hc08/aslink.h,             as/link/aslink.h,
1182         * as/hc08/aslink.mak,           as/link/hc08/aslink.mak,
1183         * as/hc08/clean.mk,             as/link/hc08/clean.mk,
1184         * as/hc08/link_hc08.dsp,        as/link/hc08/link_hc08.dsp,
1185         * as/hc08/lkaomf51.c,           as/link/hc08/lkaomf51.c,
1186         * as/hc08/lkarea.c,             as/link/hc08/lkarea.c,
1187         * as/hc08/lkdata.c,             as/link/hc08/lkdata.c,
1188         * as/hc08/lkelf.c,              as/link/hc08/lkelf.c,
1189         * as/hc08/lkihx.c,              as/link/hc08/lkihx.c,
1190         * as/hc08/lklibr.c,             as/link/hc08/lklibr.c,
1191         * as/hc08/lkmain.c,             as/link/hc08/lkmain.c,
1192         * as/hc08/lkmem.c,              as/link/hc08/lkmem.c,
1193         * as/hc08/lkrloc.c,             as/link/hc08/lkrloc.c,
1194         * as/hc08/lks19.c,              as/link/hc08/lks19.c,
1195         * as/hc08/Makefile.aslink,      as/link/hc08/Makefile.aslink,
1196         * as/hc08/Makefile.bcc,         as/link/hc08/Makefile.bcc,
1197         * as/hc08/Makefile.in,          as/link/hc08/Makefile.in,
1198         * as/link/hc08/conf.mk,
1199         * configure,
1200         * configure.in,
1201         * Makefile.in,
1202         * sdcc.dsw: moved hc08 linker to as/link/hc08
1203         * as/hc08/lkeval.c,     as/link/mcs51/lkeval.c,     as/link/lkeval.c,
1204         * as/hc08/lkhead.c,     as/link/mcs51/lkhead.c,     as/link/lkhead.c,
1205         * as/hc08/lklex.c,      as/link/mcs51/lklex.c,      as/link/lklex.c,
1206         * as/hc08/lklist.c,     as/link/mcs51/lklist.c,     as/link/lklist.c,
1207         * as/hc08/lknoice.c,    as/link/mcs51/lknoice.c,    as/link/lknoice.c,
1208         * as/hc08/lksym.c,      as/link/mcs51/lksym.c,      as/link/lksym.c,
1209         * as/link/mcs51/aslink.dsp,
1210         * as/link/mcs51/Makefile.in: factored out the common files
1211         * as/hc08/lkstore.c: deleted, use the one already in as/link/
1212         * as/clean.mk: extra cleaning common files
1213         * as/link/mcs51/strcmpi.c,      as/strcmpi.c: moved
1214         * as/link/mcs51/strcmpi.h: deleted, moved protoype to aslink.h
1215         * as/mcs51/asm.h: include sdccconf.h or sdcc_vc.h
1216
1217 2006-10-29 Raphael Neider <rneider AT web.de>
1218
1219         * src/pic/ralloc.c (newReg): create aliases for registers with
1220           multiple names to fix #1579535 and #1584001,
1221           (regWithIdx,dirregWithName): resolve aliases on lookup
1222         * src/pic/pcode.c (DoBankSelect): die with error message on failing
1223           bankselect
1224         * device/lib/pic/libdev/Makefile.in: move pseudo stack down to 0x4f
1225           to prevent build errors on small devices
1226
1227 2006-10-28 Raphael Neider <rneider AT web.de>
1228
1229         * src/pic/gen.c (genFunction,genCall): drop "same code page"
1230           assumption within interrupt handlers, fixes #1584940
1231         * src/pic/glue.c (pic14_constructAbsMap): mark absolute symbols as
1232           "emitted" to avoid emitting them again in udata
1233
1234 2006-10-27 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1235
1236         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
1237         Removed.
1238
1239 2006-10-26 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1240
1241         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
1242         Initialize uart only if SM0 and SM1 are zero.  Also, use flag to turn
1243         on/off CR to CRLF conversion.
1244
1245 2006-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1246
1247         * doc/sdccman.lyx: updated IRQ section
1248
1249 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1250
1251         * device/lib/serial_io.c: removed
1252         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c
1253         replacements for serial_io.c
1254
1255 2006-10-24 Maarten Brock <sourceforge.brock AT dse.nl>
1256
1257         * src/z80/main.c (_process_pragma, _parseOptions): fixed bug 1583318
1258
1259 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1260
1261         * device/lib/serial_io.c: Default putchar() and getchar() for
1262           mcs51 uses serial port.
1263
1264 2006-10-23 Maarten Brock <sourceforge.brock AT dse.nl>
1265
1266         * src/mcs51/gen.c (movc): improved check for 0 and 1, see RFE 1582704
1267
1268 2006-10-23 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1269
1270         * support/regression/ports/mcs51/support.c: smaller
1271         _sdcc_external_startup()
1272         * device/lib/mcs51/crtxclear.asm: don't check high byte of l_PSEG
1273
1274 2006-10-20 Maarten Brock <sourceforge.brock AT dse.nl>
1275
1276         * device/lib/gbz80/crt0.s,
1277         * device/lib/gbz80/crt0_rle.s,
1278         * device/lib/gbz80/div.s,
1279         * device/lib/gbz80/fstubs.s,
1280         * device/lib/gbz80/heap.s,
1281         * device/lib/gbz80/mul.s,
1282         * device/lib/gbz80/putchar.s,
1283         * device/lib/gbz80/stubs.s,
1284         * device/lib/z80/crt0.s,
1285         * device/lib/z80/crt0_rle.s,
1286         * device/lib/z80/div.s,
1287         * device/lib/z80/fstubs.s,
1288         * device/lib/z80/heap.s,
1289         * device/lib/z80/mul.s,
1290         * device/lib/z80/putchar.s,
1291         * device/lib/z80/stubs.s: reverted, I was mistaken
1292
1293 2006-10-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1294
1295         * src/mcs51/peeph.def: peephole 238.x added check for notvolatile
1296         * support/regression/ports/mcs51/support.c: removed race
1297         condition on TI in _putchar allowing to use serial port mode 0
1298
1299 2006-10-20 Borut Razem <borut.razem AT siol.net>
1300
1301         * debugger/mcs51/sdcdb.c: replaced isblank() with isspace()
1302
1303 2006-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
1304
1305         * device/lib/gbz80/crt0.s,
1306         * device/lib/gbz80/crt0_rle.s,
1307         * device/lib/gbz80/div.s,
1308         * device/lib/gbz80/fstubs.s,
1309         * device/lib/gbz80/heap.s,
1310         * device/lib/gbz80/mul.s,
1311         * device/lib/gbz80/putchar.s,
1312         * device/lib/gbz80/stubs.s,
1313         * device/lib/z80/crt0.s,
1314         * device/lib/z80/crt0_rle.s,
1315         * device/lib/z80/div.s,
1316         * device/lib/z80/fstubs.s,
1317         * device/lib/z80/heap.s,
1318         * device/lib/z80/mul.s,
1319         * device/lib/z80/putchar.s,
1320         * device/lib/z80/stubs.s: removed all leading underscores from area names
1321
1322 2006-10-17 Maarten Brock <sourceforge.brock AT dse.nl>
1323
1324         * support/regression/ports/mcs51/support.c: use highest baudrate so the
1325           regression tests are not waiting in the simulator for simulated
1326           transmission of debug output
1327
1328 2006-10-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1329
1330         * device/lib/printf_large.c: slightly smaller
1331         * doc/sdccman.lyx: do not use spaces within html links
1332
1333 2006-10-16 Borut Razem <borut.razem AT siol.net>
1334
1335         * configure.in, configure, sdccconf_in.h, src/SDCCglobal,
1336           debugger/mcs51/Makefile.in, debugger/mcs51/sdcdb.[ch],
1337           debugger/mcs51/aclocal.m4, debugger/mcs51/acinclide.m4,
1338           debugger/mcs51/config.h.in, debugger/mcs51/configure.in,
1339           debugger/mcs51/configure:
1340           [ 1185668 ] add gnu readline support to sdcdb - enabled
1341
1342 2006-10-16 Raphael Neider <rneider AT web.de>
1343
1344         * src/pic/pcode.c (BankSelect): another fix on (partial) BANKSELs,
1345           fixes #1577882, removes close to all banking optimizations
1346
1347 2006-10-15 Maarten Brock <sourceforge.brock AT dse.nl>
1348
1349         * src/SDCCsymt.c (checkSClass): no error for uninitialised absolute
1350           variables in code memory
1351         * support/regression/tests/absolute.c: added test for this
1352
1353 2006-10-15 Raphael Neider <rneider AT web.de>
1354
1355         * src/pic/pcode.c (InsertBankSel): suppress BANKSELs for one bank
1356           devices,
1357           (BankSelect): emit BANKSEL before touching linker-placed regs,
1358           fixes #1570934
1359
1360 2006-10-10 Raphael Neider <rneider AT web.de>
1361
1362         * src/SDCCmain.c (optionsTable): accept --stack-size for PICs,
1363         * src/pic/device.c (pic14_getSharebankSize,pic14_getSharebankAddress),
1364         * src/pic/main.c (_pic14_parseOptions),
1365         * src/pic/main.h: mostly reverted to previous state, now use results
1366             from SDCCmain.c's argument parsing
1367
1368 2006-10-10 Borut Razem <borut.razem AT siol.net>
1369
1370         * debugger/mcs51/break.[ch], debugger/mcs51/cmd.c,
1371           debugger/mcs51/sdcdb.[ch], debugger/mcs51/simi.c:
1372           [ 1185668 ] add gnu readline support to sdcdb -
1373           prepared for READLINE, not enabled yet,
1374           thanks to <tal.bav AT gmail.com>
1375
1376 2006-10-10 Raphael Neider <rneider AT web.de>
1377
1378         * src/pic16/pcode.c (pic16_pCode2str): use isACCESS_BANK macro
1379         * src/pic16/devices.inc,
1380         * device/include/pic16 (pic18f[24]620.h),
1381         * device/include/pic18fregs.h,
1382         * device/lib/pic16/pics.all,
1383         * device/lib/pic16/libdev/pic18f[24]{620,525}.c): added support for
1384             18f2620, 18f4620, 18f2525, and 18f4525 devices, thanks to
1385             Gary Plumbridge and Anton Strobl
1386
1387 2006-10-10 Raphael Neider <rneider AT web.de>
1388
1389         * src/pic/main.c (_pic14_parseOptions): added --stack-loc=NUM and
1390           --stack-siz=NUM options to configure the argument passing stack
1391         * src/pic/main.h: added stackLocation and stackSize to pic14_options_t
1392         * src/pic/device.c (mapRegister): catch out-of-memory SIGSEGVs,
1393           (pic14_getSharebankSize): obey --stack-siz=NUM,
1394           (pic14_getSharebankAddress): obey --stack-loc=NUM
1395
1396 2006-10-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1397
1398         * doc/sdccman.lyx: added to the manual
1399         * doc/figures/ddd_example.png: added (neither pdflatex nor
1400         most browsers seem to like the .eps file)
1401
1402 2006-10-06 Bernhard Held <bernhard AT bernhardheld.de>
1403
1404         * src/SDCCglue.c (tempfileandname): changed un*x tmp search paths
1405         to /tmp and /var/tmp acc. LSB
1406         * src/SDCCast.c (addCast): Fixed bug 1571231: promote in case of
1407         RESULT_TYPE_IFX
1408         * support/regression/tests/onebyte.c: added test
1409
1410 2006-10-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1411
1412         * src/mcs51/gen.c: emitcode for "add a,0x%02x" requires only 8 bits.
1413
1414 2006-10-05 Borut Razem <borut.razem AT siol.net>
1415
1416         * partially fixed [ 1570701 ] peephole - not replacing code from multiline macros,
1417           thanks to dfulab:
1418           - sdcc.dsw: changed property eol-style to CRLF
1419           - support/scripts/resource.rc: replaced references to "afxres.h" with "winres.h"
1420
1421 2006-10-04 Raphael Neider <rneider AT web.de>
1422
1423         * device/include/pic/{pic16f84.h,pic16f84a.h},
1424         * device/lib/pic/libdev/{pic16f84.c,pic16f84a.c}: added PORT[AB]_bits
1425           from patch #1522504, thanks to Robas Teodor
1426
1427 2006-10-02 Maarten Brock <sourceforge.brock AT dse.nl>
1428
1429         * as/link/z80/lkarea.c: essentially reverted lnksect() to #4380 which
1430           fixes bug 1566015
1431
1432 2006-10-01 Maarten Brock <sourceforge.brock AT dse.nl>
1433
1434         * src/pic16/glue.c (pic16emitMaps),
1435         * src/pic/glue.c (pic14emitMaps): hopefully fixed bug 1568779
1436         * device/lib/gets.c: fixed bug 1568829,thanks Philipp Krause
1437         * device/lib/pic16/libc/string/memcpypgm2ram.c,
1438         * device/lib/pic16/libc/string/memcpyram2ram.c: fixed bug 1568836, thanks
1439           Philipp Krause
1440         * as/mcs51/asmain.c (asmbl, newdot): fixed problems with absolute areas
1441         * as/link/mcs51/lkmem.c (summary2): reverted, do do count abs segments
1442
1443 2006-09-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1444
1445         * support/librarian/sdcclib.c: Added option -l.
1446         * as/link/mcs51/lkmem.c: don't use absolute segments to compute memory
1447           usage totals.
1448         * device/lib/make51lib.bat: added.  Allows building mcs51 libraries easily
1449           using Windows command prompt.
1450
1451 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
1452
1453         * device/lib/libsdcc.lib: added module rand
1454         * src/ds390/ralloc.c (rematStr),
1455         * src/hc08/ralloc.c (rematStr),
1456         * src/mcs51/ralloc.c (rematStr),
1457         * src/z80/ralloc.c (rematStr): made output more consistent
1458         * src/mcs51/gen.c: cosmetic changes
1459
1460 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
1461
1462         * src/port.h: added mem.cabs_name to PORT
1463         * src/ds390/main.c,
1464         * src/hc08/main.c,
1465         * src/mcs51/main.c,
1466         * src/pic16/main.c,
1467         * src/pic/main.c,
1468         * src/xa51/main.c,
1469         * src/z80/main.c: added cabs_name initializers
1470         * src/SDCCglue.c (emitStaticSeg): allocate and initialize absolute
1471           constants
1472           (emitMaps): emit absolutes in code memory into cabs_name
1473         * src/SDCCmem.c,
1474         * src/SDCCmem.h: added memory map c_abs and defined CABS_NAME
1475         * src/ds390/gen.c (genCodePointerGet): fixed bug if left is a literal
1476         * support/regression/fwk/include/testfwk.h: added define for at
1477         * support/regression/tests/absolute.c: added, new
1478
1479 2006-09-29 Maarten Brock <sourceforge.brock AT dse.nl>
1480
1481         * src/mcs51/gen.c (genPlusIncr, genMinusDec, genAddrOf): small
1482           optimizations, see also patch 887161 by Stas Sergeev
1483         * src/mcs51/peeph.def(104, 207, 209, 212): disabled as they do not seem
1484           to be necessary anymore,
1485           (102, 103, 104, 127): renamed all occurances of bp to _bp
1486
1487 2006-09-27 Maarten Brock <sourceforge.brock AT dse.nl>
1488
1489         * device/include/mcs51/at89c51snd1c.h: fixed MSK_SREQ definition
1490           thanks Weston T. Schmidt for patch 1555221
1491         * src/mcs51/peeph.def: renamed rule 257 to 257.a, added 257.b
1492         * src/SDCCicode.c(geniCodeMultiply): small optimization
1493
1494 2006-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1495
1496         * device/include/stdlib.h: added rand prototypes
1497         * device/lib/rand.c: new, added
1498         * device/lib/Makefile.in: added rand.c
1499         * src/z80/peeph.def,
1500         * src/z80/peeph-gbz80.def,
1501         * src/z80/peeph-z80.def: updated conditonals, fixed bug 1565908
1502
1503 2006-09-20 Raphael Neider <rneider AT web.de>
1504
1505         * device/lib/pic16/libio/i2c/i2cnack.c (i2c_nack): fixed ACKDT bit
1506
1507 2006-09-19 Maarten Brock <sourceforge.brock AT dse.nl>
1508
1509         * as/link/aslink.h: cosmetic changes
1510         * as/link/mcs51/Makefile.in,
1511         * as/link/z80/Makefile.in: fixed build on CF where VPATH is used
1512
1513 2006-09-17 Maarten Brock <sourceforge.brock AT dse.nl>
1514
1515         * as/link/aslink.h,
1516         * as/link/mcs51/aslink.h,
1517         * as/link/z80/aslink.h: merged and moved to as/link/
1518         * as/link/lkstore.c,
1519         * as/link/mcs51/lkstore.c: moved to as/link/
1520         * as/link/clean.mk: remove *.o
1521         * as/link/mcs51/alloc.h: deleted
1522         * as/link/mcs51/lkarea.c: added lnksect prototype
1523         * as/link/mcs51/lkdata.c,
1524         * as/link/mcs51/lklex.c,
1525         * as/link/mcs51/lkmain.c: renamed as_getline to lk_getline
1526         * as/link/mcs51/lkmem.c,
1527         * as/link/mcs51/lknoice.c: removed include strcmpi.h
1528         * as/link/mcs51/lksym.c: include stdlib.h instead of malloc.h or alloc.h
1529         * as/link/mcs51/aslink.dsp,
1530         * as/link/mcs51/Makefile.aslink,
1531         * as/link/mcs51/Makefile.bcc,
1532         * as/link/mcs51/Makefile.in: updated for moved files
1533         * as/link/z80/lkarea.c,
1534         * as/link/z80/lkhead.c,
1535         * as/link/z80/lklex.c,
1536         * as/link/z80/lklibr.c,
1537         * as/link/z80/lklist.c,
1538         * as/link/z80/lkmain.c,
1539         * as/link/z80/lkrloc.c,
1540         * as/link/z80/lksym.c: synced with mcs51
1541         * as/link/z80/lkdata.c,
1542         * as/link/z80/lkeval.c,
1543         * as/link/z80/lkihx.c,
1544         * as/link/z80/lks19.c: cosmetic changes
1545         * as/link/z80/Makefile.in,
1546         * as/link/z80/linkgbz80.dsp,
1547         * as/link/z80/linkz80.dsp: updated for moved files
1548
1549 2006-09-16 Borut Razem <borut.razem AT siol.net>
1550
1551         * debugger/mcs51/sdcdb.c: partially fixed
1552           [ 1203664 ] sdcdb fails to open files w. two "." periods
1553         * debugger/mcs51/simi.c, debugger/mcs51/symtab.c,
1554           debugger/mcs51/symtab.h: fixed indenting
1555         * configure.in, configure: up to date with latest Maarten's changes
1556
1557 2006-09-15 Maarten Brock <sourceforge.brock AT dse.nl>
1558
1559         as/link/mcs51
1560         as/aslink.dsp,                  as/link/mcs51/aslink.dsp,
1561         as/link/mcs51/aslink.h,         as/mcs51/aslink.h,
1562         as/link/mcs51/aslink.mak,       as/mcs51/aslink.mak,
1563         as/link/mcs51/lkaomf51.c,       as/mcs51/lkaomf51.c,
1564         as/link/mcs51/lkarea.c,         as/mcs51/lkarea.c,
1565         as/link/mcs51/lkdata.c,         as/mcs51/lkdata.c,
1566         as/link/mcs51/lkeval.c,         as/mcs51/lkeval.c,
1567         as/link/mcs51/lkhead.c,         as/mcs51/lkhead.c,
1568         as/link/mcs51/lkihx.c,          as/mcs51/lkihx.c,
1569         as/link/mcs51/lklex.c,          as/mcs51/lklex.c,
1570         as/link/mcs51/lklibr.c,         as/mcs51/lklibr.c,
1571         as/link/mcs51/lklist.c,         as/mcs51/lklist.c,
1572         as/link/mcs51/lkmain.c,         as/mcs51/lkmain.c,
1573         as/link/mcs51/lkmem.c,          as/mcs51/lkmem.c,
1574         as/link/mcs51/lknoice.c,        as/mcs51/lknoice.c,
1575         as/link/mcs51/lkrloc.c,         as/mcs51/lkrloc.c,
1576         as/link/mcs51/lks19.c,          as/mcs51/lks19.c,
1577         as/link/mcs51/lkstore.c,        as/mcs51/lkstore.c,
1578         as/link/mcs51/lksym.c,          as/mcs51/lksym.c,
1579         as/link/mcs51/Makefile.aslink,  as/mcs51/Makefile.aslink,
1580         as/link/mcs51/alloc.h,
1581         as/link/mcs51/clean.mk,
1582         as/link/mcs51/conf.mk,
1583         as/link/mcs51/Makefile.bcc,
1584         as/link/mcs51/Makefile.in,
1585         as/link/mcs51/readme.390,
1586         as/link/mcs51/strcmpi.c,
1587         as/link/mcs51/strcmpi.h,
1588         as/mcs51/clean.mk,
1589         as/mcs51/Makefile.bcc,
1590         as/mcs51/Makefile.in,
1591         configure,
1592         Makefile.in,
1593         sdcc.dsw: moved mcs51 linker to as/link/mcs51
1594
1595 2006-09-14 Maarten Brock <sourceforge.brock AT dse.nl>
1596
1597         * as/link,
1598         * as/link/Makefile.in,
1599         * as/link/z80/linkgbz80.dsp,
1600         * as/link/z80/linkz80.dsp,
1601         * configure,
1602         * link,
1603         * link/clean.mk,
1604         * link/Makefile.in,
1605         * link/README,
1606         * link/z80,
1607         * link/z80/aslink.h,
1608         * link/z80/clean.mk,
1609         * link/z80/conf.mk,
1610         * link/z80/linkgbz80.dsp,
1611         * link/z80/linkz80.dsp,
1612         * link/z80/lkarea.c,
1613         * link/z80/lkdata.c,
1614         * link/z80/lkeval.c,
1615         * link/z80/lkgb.c,
1616         * link/z80/lkgg.c,
1617         * link/z80/lkhead.c,
1618         * link/z80/lkihx.c,
1619         * link/z80/lklex.c,
1620         * link/z80/lklibr.c,
1621         * link/z80/lklist.c,
1622         * link/z80/lkmain.c,
1623         * link/z80/lkrloc.c,
1624         * link/z80/lks19.c,
1625         * link/z80/lksym.c,
1626         * link/z80/Makefile.in,
1627         * Makefile.in,
1628         * sdcc.dsw: moved link/ to as/link/
1629
1630 2006-09-11 Maarten Brock <sourceforge.brock AT dse.nl>
1631
1632         * as/mcs51/i51mch.c (machine): fixed warning
1633
1634 2006-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1635
1636         * as/mcs51/i51mch.c (machine): S_DJNZ fixed bug 1554318
1637
1638 2006-09-09 Borut Razem <borut.razem AT siol.net>
1639
1640         * debugger/mcs51/sdcdb.c, debugger/mcs51/simi.c:
1641           sdcdb WIN32 native port
1642         * src/clean.mk: fixed
1643
1644 2006-09-08 Borut Razem <borut.razem AT siol.net>
1645
1646         * doc/sdccman.lyx: SDCDB and ucSim are available on Win32 platforms.
1647
1648 2006-09-08 Raphael Neider <rneider AT web.de>
1649
1650         * src/pic16/main.c (_pic16_linkEdit,pic16_linkCmd),
1651         * src/pic/main.c(_pic14_do_link, linkCmd): pass "-w" and "-r"
1652             to gplink to disable processor mismatch warning and to allow
1653             the use of devices with only aliased (shared) memory banks,
1654           (_pic16_genAssemblerPreamble): include pXXX.inc on --mplab-comp
1655
1656 2006-09-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1657
1658         * doc/sdccman.lyx: Some re-formating plus example on using
1659           #pragma preproc_asm +/-
1660
1661 2006-09-07 Borut Razem <borut.razem AT siol.net>
1662
1663         * support/scripts/sdcc.nsi: added SDCDB executables in a separate
1664           section
1665
1666 2006-09-06 Borut Razem <borut.razem AT siol.net>
1667
1668         * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing
1669           line at sdcc.nsi:153
1670         * sdcc/debugger/mcs51/simi.c: argsToCmdLine() fixes
1671
1672 2006-09-05 Borut Razem <borut.razem AT siol.net>
1673
1674         * configure.in, configure: support for winsock2
1675         * debugger/mcs51/break.h, debugger/mcs51/cmd.c,
1676           debugger/mcs51/cmd.h, debugger/mcs51/sdcdb.c,
1677           debugger/mcs51/sdcdb.h, debugger/mcs51/simi.c,
1678           debugger/mcs51/simi.h, debugger/mcs51/symtab.c,
1679           debugger/mcs51/symtab.h: sdcdb WIN32 native port
1680
1681 2006-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
1682
1683         * src/SDCCopt.c (cnvToFcall): fixed bug 1551947 by updating OP_USES
1684           and OP_DEFS
1685         * support/regression/tests/bug1551947.c: new, added
1686         * src/SDCCsymt.h: strings are char* not byte*
1687
1688 2006-09-05 Raphael Neider <rneider AT web.de>
1689
1690         * device/lib/pic16/libdev/pic18f4550.c,
1691           device/include/pic16/pic18f4550.h: added PORTD/TRISD
1692             declarations/definitions from patch #1520949
1693
1694 2006-09-05 Raphael Neider <rneider AT web.de>
1695
1696         * src/pic16/gen.c (genPackBits): fix assignment to 8-bit,
1697           byte-aligned bitfields, fixes #1539278
1698
1699 2006-09-05 Raphael Neider <rneider AT web.de>
1700
1701         * src/pic/gen.c (genReceive): skip unreferenced arguments,
1702           fixes #1544120
1703
1704 2006-09-04 Borut Razem <borut.razem AT siol.net>
1705
1706         * support/scripts/sdcc.nsi: move ucSim executables to a separate section
1707         * support/scripts/sdcc_cygwin_mingw32: don't disable ucsim,
1708           -mno-cygwin is a part of the compiler name
1709         * support/scripts/sdcc_mingw32: don't disable ucsim
1710
1711 2006-09-03 Borut Razem <borut.razem AT siol.net>
1712
1713         * sdcc.spec: corrected for 2.6.0. Thanks to Christer Weinigel.
1714         * device/lib/Makefile.in device/lib/clean.mk: small but essential corrections
1715
1716 2006-09-03 Raphael Neider <rneider AT web.de>
1717
1718         * src/pic/ralloc.c,
1719         * src/pic/pcode.c (InitReuseRegs): allocate registers with pseudo
1720           indices >= 0x1000 to disambiguate them from fixed regs __at(addr),
1721           fixes #1550049
1722
1723 2006-09-01 Borut Razem <borut.razem AT siol.net>
1724
1725         * sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
1726           to make ppc-osx happy
1727
1728 2006-08-31 Borut Razem <borut.razem AT siol.net>
1729
1730         * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
1731         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
1732         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
1733         * support/regression/ports/ds390/spec.mk,
1734           support/regression/ports/mcs51/spec.mk,
1735           support/regression/ports/xa51/spec.mk: introduced DEV_NULL variable.
1736           To run regression tests in mingw environment:
1737           make DEV_NULL=NUL CC=gcc
1738
1739 2006-08-30 Borut Razem <borut.razem AT siol.net>
1740
1741         * sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
1742           sim/ucsim/cmd.src/newcmdwin32.cc, sim/ucsim/cmd.src/newcmdwin32cl.h,
1743           sim/ucsim/app.cc, sim/ucsim/appcl.h, sim/ucsim/configure,
1744           sim/ucsim/configure.in, sim/ucsim/ddconfig_in.h, sim/ucsim/error.cc,
1745           sim/ucsim/errorcl.h, sim/ucsim/option.cc, sim/ucsim/optioncl.h,
1746           sim/ucsim/utils.cc, sim/ucsim/utils.h, sim/ucsim/cmd.src/Makefile.in,
1747           sim/ucsim/avr.src/avr.cc, sim/ucsim/avr.src/avrcl.h,
1748           sim/ucsim/cmd.src/bp.cc, sim/ucsim/cmd.src/bpcl.h,
1749           sim/ucsim/cmd.src/cmdconf.cc, sim/ucsim/cmd.src/cmdgui.cc,
1750           sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/cmdset.cc,
1751           sim/ucsim/cmd.src/cmdsetcl.h, sim/ucsim/cmd.src/cmdstat.cc,
1752           sim/ucsim/cmd.src/cmduc.cc, sim/ucsim/cmd.src/cmduccl.h,
1753           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
1754           sim/ucsim/cmd.src/command.cc, sim/ucsim/cmd.src/commandcl.h,
1755           sim/ucsim/cmd.src/get.cc, sim/ucsim/cmd.src/getcl.h,
1756           sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/newcmd.cc,
1757           sim/ucsim/cmd.src/newcmdcl.h, sim/ucsim/cmd.src/set.cc,
1758           sim/ucsim/cmd.src/show.cc, sim/ucsim/cmd.src/timer.cc,
1759           sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
1760           sim/ucsim/s51.src/Makefile.in, sim/ucsim/s51.src/interrupt.cc,
1761           sim/ucsim/s51.src/interruptcl.h, sim/ucsim/s51.src/pca.cc,
1762           sim/ucsim/s51.src/pcacl.h, sim/ucsim/s51.src/port.cc,
1763           sim/ucsim/s51.src/portcl.h, sim/ucsim/s51.src/serial.cc,
1764           sim/ucsim/s51.src/serialcl.h, sim/ucsim/s51.src/timer0.cc,
1765           sim/ucsim/s51.src/timer0cl.h, sim/ucsim/s51.src/timer1.cc,
1766           sim/ucsim/s51.src/timer1cl.h, sim/ucsim/s51.src/timer2.cc,
1767           sim/ucsim/s51.src/timer2cl.h, sim/ucsim/s51.src/uc390.cc,
1768           sim/ucsim/s51.src/uc390cl.h, sim/ucsim/s51.src/uc390hw.cc,
1769           sim/ucsim/s51.src/uc390hwcl.h, sim/ucsim/s51.src/uc51.cc,
1770           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/wdt.cc,
1771           sim/ucsim/s51.src/wdtcl.h, sim/ucsim/sim.src/hw.cc,
1772           sim/ucsim/sim.src/hwcl.h, sim/ucsim/sim.src/mem.cc,
1773           sim/ucsim/sim.src/memcl.h, sim/ucsim/sim.src/obsolete.cc,
1774           sim/ucsim/sim.src/obsolete.h, sim/ucsim/sim.src/sim.cc,
1775           sim/ucsim/sim.src/simcl.h, sim/ucsim/sim.src/stack.cc,
1776           sim/ucsim/sim.src/stackcl.h, sim/ucsim/sim.src/test_mem_speed.cc,
1777           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1778           sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
1779           sim/ucsim/z80.src/z80.cc, sim/ucsim/z80.src/z80cl.h:
1780           ucsim WIN32 native port
1781
1782 2006-08-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1783
1784         * doc/sdccman.lyx: added note on dynamic memory heap initialization
1785
1786 2006-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
1787
1788         * src/mcs51/gen.c (genAnd, genOr, genXor): fixed bug 1546986
1789         * src/ds390/gen.c (aopGetUsesAcc): handle AOP_DPTR2 and AOP_DPTRn too
1790
1791 2006-08-26 Maarten Brock <sourceforge.brock AT dse.nl>
1792
1793         * src/ds390/gen.c (genAnd, genOr, genXor): fixed bug 1546986
1794         * support/regression/tests/bug1546986.c: new, added
1795         * as/mcs51/.cvsignore,
1796         * debugger/mcs51/.cvsignore,
1797         * src/.cvsignore: deleted
1798
1799 2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1800
1801         * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
1802           definitions)
1803
1804 2006-08-20 Borut Razem <borut.razem AT siol.net>
1805
1806         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
1807           removed cl_listen_console::match(), cl_console::match(),
1808           restructured cl_commander::proc_input()
1809
1810 2006-08-16 Borut Razem <borut.razem AT siol.net>
1811
1812         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h,
1813           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
1814           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/uc.cc: code cleaning
1815
1816 2006-08-14 Borut Razem <borut.razem AT siol.net>
1817
1818         * support/regression/Makefile.in,
1819           support/regression/ports/pic14/gpsim.cmd,
1820           support/regression/ports/pic14/spec.mk,
1821           support/regression/ports/pic14/support.c:
1822           added pic14 regression test
1823
1824 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
1825
1826         * as/doc/asxhtm.html: documented changed ABS behaviour
1827         * as/doc/README: fixed some typos
1828
1829 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
1830
1831         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
1832           not defined on host
1833
1834 2006-08-12 Borut Razem <borut.razem AT siol.net>
1835
1836         * support/regression/fwk/include/testfwk.h,
1837           support/regression/fwk/lib/testfwk.c,
1838           support/regression/generate-cases.py,
1839           support/regression/Makefile.in:
1840           regression test framework does not depend on function pointers and
1841           variable arguments
1842
1843 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
1844
1845         * device/include/stddef.h: c temporary hack to fix bug 1518273
1846
1847 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1848
1849         * device/include/mcs51/cc2510fx.h: added
1850         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
1851           to projects.
1852
1853 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
1854
1855         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
1856         * as/z80/Makefile.in: added strcmpi.c
1857         * as/z80/z80adr.c: added upper case registers and lower case conditionals
1858         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
1859
1860 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
1861
1862         * device/lib/gbz80/asm_strings.s,
1863         * device/lib/gbz80/crt0_rle.s,
1864         * device/lib/gbz80/div.s,
1865         * device/lib/gbz80/mul.s,
1866         * device/lib/gbz80/shift.s,
1867         * device/lib/z80/asm_strings.s,
1868         * device/lib/z80/crt0_rle.s,
1869         * device/lib/z80/div.s,
1870         * device/lib/z80/mul.s,
1871         * device/lib/z80/shift.s: changed to all lower case menmonics except the
1872           flags which are all upper case
1873
1874 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
1875
1876         * as/z80/asm.h: made CASE_SENSITIVE 1
1877         * link/z80/aslink.h: made CASE_SENSITIVE 1
1878         * src/z80/gen.c (throughout): made all conditionals upper case
1879         * support/regression/tests/bug1503067.c: new
1880
1881 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
1882
1883         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
1884           (shiftIntoPair): added case 2 for PAIR_IY,
1885           (setupToPreserveCarry): replaced parameters with iCode and check if
1886            PAIR_DE is in use to fix bug 1399290,
1887           (genPlus, genMinus): updated call to setupToPreserveCarry
1888         * support/regression/tests/bug1399290.c: new
1889
1890 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
1891
1892         * device/lib/Makefile.in (Z80SOURCES): enabled float support
1893         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
1894         * src/ds390/gen.c (shiftRLong),
1895         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
1896         * src/mcs51/gen.c (sameReg): changed to sameByte,
1897           (xch_a_aopGet): new,
1898           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
1899            shiftRLong): fixed bug 1533966
1900         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
1901           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
1902         * support/regression/Makefile.in: disabled z80, enabled ucz80
1903         * support/regression/tests/float_trans.c: enabled test for z80 and host
1904         * support/regression/tests/shifts2.c: new, for testing bug 1533966
1905
1906 2006-08-01 Borut Razem <borut.razem AT siol.net>
1907
1908         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
1909           comparison is always false due to limited range of data type
1910           on PPC64 machine (openpower-linux1) where "char = unsigned char"
1911
1912 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
1913
1914         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
1915         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
1916         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
1917         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
1918
1919 2006-07-31 Borut Razem <borut.razem AT siol.net>
1920
1921         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
1922           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
1923           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
1924           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
1925           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
1926           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
1927           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
1928           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
1929           enable ucsim mingw compilation. Serial port is disabled,
1930           since it uses termios.h API, which is not available on native
1931           WIN32
1932
1933 2006-07-31 Borut Razem <borut.razem AT siol.net>
1934
1935         * Small Device C Compiler 2.6.0 released
1936         * support/scripts/sdcc.nsi: added FULL_DOC option
1937         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
1938
1939 2006-07-28 Borut Razem <borut.razem AT siol.net>
1940
1941         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
1942         * doc/INSTALL.txt: updated
1943
1944 2006-07-27 Borut Razem <borut.razem AT siol.net>
1945
1946         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
1947           device/lib/pic/libdev/Makefile.in: fixed bug
1948           [ 1438354 ] pic libsdcc: distclean doesn't work
1949         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
1950           device/lib/pic16/libio/Makefile.in: fixed bug
1951           [ 1438344 ] pic16 lib: clean doesn't work properly
1952         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
1953
1954 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
1955
1956         * device/lib/pic/libsdcc/fsdiv.c,
1957         * device/lib/pic/libsdcc/fsmul.c,
1958         * device/lib/pic16/libsdcc/float/fsdiv.c,
1959         * device/lib/pic16/libsdcc/float/fsmul.c,
1960         * device/lib/_fsdiv.c,
1961         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
1962         * support/regression/tests/bug1520966.c: added
1963         * doc/knownbugs.html: removed [ 1520966 ] from the list
1964
1965 2006-07-25 Borut Razem <borut.razem AT siol.net>
1966
1967         * configure.in, configure, sdccconf_in.h: fixed bug
1968           [ 1519095 ] regression test onebyte.c fails on ppc64 host
1969         * doc/knownbugs.html: removed [ 1519095 ] from the list
1970
1971 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
1972
1973         * doc/knownbugs.html: added, contains list of known bugs at release
1974         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
1975
1976 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1977
1978         * device/include/mcs51/compiler.h: added SFRX for xdata based special
1979           function registers and corrected defaults with additional warning
1980         * device/lib/malloc.c: cosmetic changes
1981         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
1982         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
1983           (fillGaps): and used it
1984
1985 2006-07-20 Raphael Neider <rneider AT web.de>
1986
1987         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
1988           output unless SDCCPICDEBUG is set
1989         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
1990           output if SILENT is set
1991
1992 2006-07-11 Borut Razem <borut.razem AT siol.net>
1993
1994         * doc/README.txt: updated
1995
1996 2006-07-10 Borut Razem <borut.razem AT siol.net>
1997
1998         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
1999           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
2000           in WIN32 installation
2001         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
2002           release candidate 1
2003
2004 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
2005
2006         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
2007         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
2008
2009 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
2010
2011         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
2012
2013 2006-07-06 Borut Razem <borut.razem AT siol.net>
2014
2015         * support/regression/tests/bitfields.c:
2016           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
2017         * support/regression/tests/constantRange.c:
2018           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
2019
2020 2006-07-04 Borut Razem <borut.razem AT siol.net>
2021
2022         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
2023           src/port.mk,
2024           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
2025           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
2026           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
2027           reverted changes from 2006-07-03
2028         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
2029         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
2030           added CPPFLAGS, used by the host port
2031
2032 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
2033
2034         * support/regression/valdiag/tests/switch.c,
2035         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
2036         * support/regression/tests/libmullong.c: fixed for host
2037         * support/regression/ports/host/spec.mk: disable all warnings for host,
2038         SDCC runs with --less-pedantic too
2039
2040 2006-07-03 Borut Razem <borut.razem AT siol.net>
2041
2042         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
2043           defined CPPFLAGS
2044         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
2045         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
2046           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
2047           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
2048           include ../port.mk
2049         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
2050           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2051           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
2052           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
2053
2054 2006-07-02 Raphael Neider <rneider AT web.de>
2055
2056         * src/pic16/devices.inc,
2057         * device/include/pic16/pic18fregs.h,
2058         * device/include/pic16/pic18f4550.h,
2059         * device/lib/pic16/pics.all,
2060         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
2061
2062 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
2063
2064         * as/hc08/lkaomf51.c (OutputName),
2065         * as/mcs51/lkaomf51.c (OutputName),
2066         * as/z80/asmain.c (asmbl),
2067         * src/ds390/main.c (asmLineNodeFromLineNode),
2068         * src/hc08/ralloc.c (hc08_assignRegisters),
2069         * src/mcs51/main.c (asmLineNodeFromLineNode),
2070         * src/xa51/ralloc.c (checkRegMask),
2071         * src/xa51/gen.c (emitcode),
2072         * src/z80/gen.c (_emit2),
2073         * src/SDCCast.c (searchLitOp),
2074         * src/SDCCglobl.h,
2075         * support/packihx/packihx.c,
2076         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
2077         * src/ds390/gen.c (aopPutUsesAcc),
2078         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
2079         * support/regression/tests/libmullong.c (mullong_wrapper),
2080         * src/SDCCsymt.c (powof2),
2081         * src/SDCCast.c,
2082         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
2083         * src/SDCCsymt.h: added TYPE_TARGET_*
2084         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
2085         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
2086         SDCCast because 1) header problems 2) this is the right place
2087         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
2088         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
2089         prototype
2090
2091 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
2092
2093         * src/SDCCicode.h: removed buggy semicolon in unused macro
2094         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
2095         search for previous definiton of auto symbols too,
2096         (findPrevUse): fixed logic of emitWarnings
2097
2098 2006-06-26 Raphael Neider <rneider AT web.de>
2099
2100         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
2101           PCLATH and PCLATU on interrupts, potentially fixes #1505141
2102
2103 2006-06-25 Raphael Neider <rneider AT web.de>
2104
2105         * device/lib/pic/libm: NEW, added math library functions
2106         * device/lib/pic/libsdcc: NEW; added float support functions
2107         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
2108         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
2109           NEW, added math related headers
2110         * device/include/asm/pic/features.h: NEW
2111         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
2112           (popGet): allow larger offsets for AOP_PCODE,
2113           (genDataPointerSet): handle literals explicitly, more debug output,
2114           (genAssign): fixed for float using aopLiteral ;-)
2115         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
2116           GOTO initialisation routine
2117         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
2118           flag on registers, fixes #1469043 (local variables do not work)
2119         * src/pic/main.c (_pic14_do_link),
2120         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
2121           available
2122
2123 2006-06-25 Borut Razem <borut.razem AT siol.net>
2124
2125         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
2126           characters printed (not including the trailing '\0' used to end
2127           output to strings). Problem detected in regression test bug-927659.c.
2128           NOTE: printf() family functions should return int instead
2129           unsigned int!
2130         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
2131           specifier are printed as themselves
2132         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
2133           support flags, width and precision specifiers
2134
2135 2006-06-24 Borut Razem <borut.razem AT siol.net>
2136
2137         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
2138           to the list of sdcc tagrets not supporting bit type
2139         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
2140           testfor pic16 due to bug:
2141           [ 1511794 ] pic16: regression test bug-895992.c fails
2142
2143 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
2144
2145         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
2146         * src/SDCCglue.c (initPointer), fixed bug 1496419
2147         * support/regression/tests/bug1496419.c: new, added
2148
2149 2006-06-22 Borut Razem <borut.razem AT siol.net>
2150
2151         * support/regression/ports/pic16/support.c: use gpsim usart module from
2152           libgpsim_modules library
2153
2154 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2155
2156         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
2157         IP0H to IPH0.
2158
2159 2006-06-19 Raphael Neider <rneider AT web.de>
2160
2161         * src/pic/glue.h,src/pic16/glue.h: added prototypes
2162         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
2163           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
2164           (pic14printExterns,pic14printPublics,pic16printPublics,
2165           pic16_printExterns): use new functions to emit symbols
2166           (picglue,pic16glue): emit publics before emitting externs
2167         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
2168           locally defined functions to avoid bug #1443651
2169         * support/regression/tests/bug-716242.c: removed pic16 workaround
2170         * support/regression/ports/pic16/spec.mk: ignore errors during build
2171
2172 2006-06-19 Raphael Neider <rneider AT web.de>
2173
2174         * src/pic/glue.h: added pic14aopLiteral prototype
2175         * src/pic/glue.c (pic14aopLiteral): return unsigned int
2176         * src/pic/gen.c: removed stdint.h dependency
2177           (aopGet): use Safe_strdup()
2178           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
2179           (genDataPointerSet): use pic14aopLiteral()
2180         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
2181           for pic16; thanks to Bernhard and Maarten
2182
2183 2006-06-18 Borut Razem <borut.razem AT siol.net>
2184
2185         * support/regression/tests/structflexarray.c: flexible array members
2186           not supported by gcc < 3
2187         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
2188           GUI tool by default
2189         * src/pic/gen.c: don't include [p]strdin.h on solaris
2190         * support/Util/pstdint.h: addad svn attributes
2191         * support/regression/tests/constantRange.c,
2192           support/regression/tests/rotate.c: include inttypes.h instead
2193           stdint.h on solaris, addad svn attributes
2194
2195 2006-06-18 Raphael Neider <rneider AT web.de>
2196
2197         * src/SDCCsymt.c (initCSupport): change return type of divschar to
2198           int for PIC16
2199         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
2200           (pic16_genMinusBits): simplified sign-extension
2201           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
2202             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
2203             adjusted to correctly handle mixed-signed operands, disabled
2204             now unused multiplciation routines
2205         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
2206           (assignResultValue): added argument denoting the size of the result
2207             as returned by the function (fixes upcasts in assigning from
2208             function calls: char foo(); int i = foo();)
2209           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
2210             function result to assignResultValue
2211           (genMult): disabled inlined multiplication code
2212           (genDiv): augmented to also handle the modulus operator, fixed to
2213             handle mixed-signed operands correctly
2214           (genMod): simply call genDiv, disabled unused code
2215           (genAssign): fixed missing (sign-)extension on result
2216         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
2217             valid char operands, allow signed operands for native code, added
2218             division and modulo operator handling
2219         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
2220
2221         As a consequence, onebyte.c (if split into two files) and muldiv.c
2222         pass regression tests.
2223
2224 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2225
2226         * doc/Makefile.in: two runs of makeindex seem needed to get
2227         correct page references in the index of sdccman.pdf
2228         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
2229
2230 2006-06-17 Borut Razem <borut.razem AT siol.net>
2231
2232         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
2233
2234 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2235
2236         * doc/sdccman.lyx: updated, added (porting source code, debugging),
2237         mentioned ec2drv and paulmon
2238
2239 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
2240
2241         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
2242           consecutive abs areas
2243           (find_empty_space, allocate_space): added map to handle codemap or
2244            xdatamap,
2245           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
2246            absolute idata and xdata
2247         * as/mcs51/lkmem.c (summary2): updated legend
2248
2249 2006-06-16 Raphael Neider <rneider AT web.de>
2250
2251         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
2252
2253 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
2254
2255         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
2256           1208515
2257         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
2258
2259 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
2260
2261         * src/port.h (struct PORT): added field gp_tags, to hold the tag
2262         value of generic pointers,
2263         * src/avr/main.c,
2264           src/ds390/main.c,
2265           src/hc08/main.c,
2266           src/izt/i186.c,
2267           src/izt/tlcs900h.c,
2268           src/mcs51/main.c,
2269           src/pic/main.c,
2270           src/pic16/main.c,
2271           src/xa51/main.c,
2272           src/z80/main.c: PORT structure, added elements for gp_tags field,
2273         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
2274         fields in the PORT structure of each port,
2275         * src/SDCCast.c (decorateType): allow processing of generic pointers
2276         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
2277         S_FIXED symbols
2278
2279 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
2280
2281         * link/z80/lkgb.c,
2282         * link/z80/lkgg.c,
2283         * src/pic16/gen.c,
2284         * src/pic16/main.c,
2285         * src/pic16/pcode.c,
2286         * src/pic/main.c,
2287         * src/pic/pcoderegs.c,
2288         * src/SDCCicode.c,
2289         * src/SDCCmain.c,
2290         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
2291           bug 1504689 on minGW
2292
2293 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2294
2295         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
2296
2297 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
2298
2299         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
2300
2301 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
2302
2303         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
2304           for optimization
2305
2306 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
2307
2308         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
2309         to a char variable. Fixed bug #1504211
2310         * device/include/pic16/adc.h,
2311         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
2312         and fixed bug #1364390
2313
2314 2006-06-10 Borut Razem <borut.razem AT siol.net>
2315
2316         * CVSROOT: removed the CVS left-over
2317
2318 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
2319
2320         * as/hc08/asmain.c (asexit),
2321         * as/hc08/lkmain.c (lkexit),
2322         * as/mcs51/asmain.c (asexit),
2323         * as/mcs51/lkmain.c (lkexit),
2324         * src/SDCCglue.c (DEFSETFUNC),
2325         * src/SDCCmain.c (linkEdit, assemble),
2326         * support/librarian/sdcclib.c (AddRel),
2327           replaced unlink() by standard C remove()
2328         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
2329         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
2330           gatherImplicitVariables): new, added to fix bug 608752,
2331           (createFunction): added gatherImplicitVariables()
2332         * src/SDCCast.h: added createRMW prototype
2333         * src/SDCCsymt.h (struct symbol): added infertype
2334         * support/regression/tests/bug608752.c: new, added
2335
2336 2006-06-10 Raphael Neider <rneider AT web.de>
2337
2338         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
2339           multibyte dummy reads (fixes #1503234)
2340
2341 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
2342
2343         * device/include/mcs51/compiler.h: new, added header file to enable
2344           creating common sfr definition header files for different compilers
2345
2346 2006-06-05 Raphael Neider <rneider AT web.de>
2347
2348         * src/pic16/{pcode.h,genarith.c}:
2349           introduced pCodeOp combining any two pCodeOps (previously only
2350           two register operands could be combined), removed pcop2 from
2351           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
2352         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
2353         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
2354           rewritten to use new PO_TWO_OPS
2355         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
2356         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
2357           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
2358           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
2359           (pic16_get_op): embraced return arg to allow #define return(x),
2360             added new case for combined opcodes
2361           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
2362           (pic16_pCode2str,pic16_getRegFrompCodeOp,
2363            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
2364
2365 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
2366
2367         * src/SDCCval.c (checkConstantRange): added
2368         * src/SDCCval.h: added checkConstantRange
2369         * support/Util/SDCCerr.c,
2370         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
2371         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
2372         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
2373         * src/SDCCast.c (decorateType): added checkConstantRange,
2374         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
2375         can be emitted with the correct always true/false warning,
2376         added optimization for double '!';
2377         result of decorateType() must be assigned back to the tree, because
2378         decorateType() can change the tree
2379         * src/SDCCicode.c (geniCodeLogic),
2380         (geniCodeAssign): replaced new checkConstantRange, added warnings,
2381         (checkConstantRange): removed, it was only a fragment which never
2382         emitted a warning
2383         * src/SDCCsymt.c (computeType): fixed promotion for
2384         "-1 < (unsigned bit) b"
2385         * src/pic/ralloc.c (packRegsForAssign),
2386         * src/pic16/ralloc.c (packRegsForAssign),
2387         * src/hc08/ralloc.c (packRegsForAssign),
2388         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
2389         from mcs51
2390         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
2391         * support/regression/tests/constantRange.c: added
2392         * support/valdiag/tests/constantRange.c: added
2393         * support/valdiag/valdiag.py: added -DPORT_HOST=1
2394
2395 2006-06-02 Borut Razem <borut.razem AT siol.net>
2396
2397         * support/regression/ports/pic16/support.c: increase stack size
2398           to 255 bytes
2399         * support/regression/Makefile.in: sort tests by name so that the
2400           resutlts can be compared on different machines / platforms
2401
2402 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
2403
2404         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
2405         * src/ds390/gen.c (emitLabel): new, added,
2406           (genDjnz): fixed stack overflow bug,
2407           (throughout): cosmetic changes to sync with mcs51/gen.c,
2408           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
2409         * src/mcs51/gen.c (genEndFunction): small optimization,
2410           (throughout): cosmetic changes to sync with ds390/gen.c
2411
2412 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
2413
2414         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
2415           (_print_format): fixed printing pointers
2416         * src/mcs51/gen.c (emitLabel, movb): new, added,
2417           (genAssign): small optimization,
2418           (genDjnz): fixed stack overflow bug,
2419           (throughout): replaced sprintf with SNPRINTF,
2420           replaced mcs51_regWithIdx with REG_WITH_INDEX,
2421           replaced emitcode("mov", "b,...") with MOVB(...),
2422           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
2423           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
2424         * src/mcs51/peeph.def: added rules 140 and 264
2425         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
2426           so they may get optimized into registers
2427
2428 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
2429
2430         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
2431           immediately when encountered,
2432           (printUsage): always use stderr even on windows
2433
2434 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
2435
2436         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
2437         (processParms): fixed bug #1247551
2438         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
2439         parseCmdLine, main): print '--version' to stdout,
2440         print 'help' to stdout if --help is given,
2441         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
2442         arguments are given; fixed --help
2443
2444 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
2445
2446         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
2447         * support/regression/tests/bug-1493710.c: added
2448
2449 2006-05-27 Borut Razem <borut.razem AT siol.net>
2450
2451         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
2452           static instead auto
2453         * support/regression/ports/pic16/support.c: increase stack size
2454           from default 64 bytes to 128 bytes
2455         * support/regression/tests/staticinit.c,
2456           support/regression/tests/float.c: regression tests fully enabled
2457           for pic16 port by putting the initialized data arrays into the code
2458           section
2459         * support/regression/ports/pic16/spec.mk: don't link default libraries.
2460           This was changed by mistake in the previous version.
2461
2462 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
2463
2464         * src/pic16/gen.c (genFunction, genEndFunction): some
2465         beautifications, fixed bug with falsely restoring FSR2 in large
2466         stack model, thanks to Beau E. Cox for reporting the bug
2467
2468 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2469
2470         * debugger/mcs51/break.c,
2471         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
2472           use %p to print pointers, made address variables unsigned
2473         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
2474         * debugger/mcs51/symtab.c (parseSymbol): must return something
2475         * src/mcs51/gen.c (aopForSym): small optimization,
2476            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
2477           (freeAsmop): added missing break,
2478           (aopPut): removed parameter bvolatile, determine it inside the function,
2479           (saveRegisters, unsaveRegisters): small optimization,
2480           (genIpush): removed pointless check,
2481           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
2482           replaced sprintf with SNPRINTF,
2483           replaced strcpy with strncpyz,
2484           updated aopPut calls,
2485           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
2486         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
2487
2488 2006-05-24 Borut Razem <borut.razem AT siol.net>
2489
2490         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
2491           modification of test for the pic16 port, put the array to the code
2492           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
2493
2494 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2495
2496         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
2497         * support/Util/pstdint.h: added
2498
2499 2006-05-22 Borut Razem <borut.razem AT siol.net>
2500
2501         * src/regression/Makefile: removed bool2.c test, added -q linker option
2502         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
2503           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
2504           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
2505           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
2506           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
2507           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
2508           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
2509           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
2510           define SUPPORT_BIT_TYPES 0, removed unused bit variables
2511
2512 2006-05-22 Raphael Neider <rneider AT web.de>
2513
2514         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
2515           bug #1492360 (problematic due to generic pointers, see code)
2516
2517 2006-05-22 Borut Razem <borut.razem AT siol.net>
2518
2519         * support/regression/ports/pic16/specs.mk: removed stack size linker
2520           directive
2521         * support/regression/tests/array.c,
2522           support/regression/tests/bitopcse.c,
2523           support/regression/tests/bug-908454.c,
2524           support/regression/tests/malloc.c: modified for pic16 regression test
2525         * support/regression/tests/bitfields.c:
2526           pic16 - excluded bitfileds of size > 8
2527         * support/regression/tests/bp.c: pic16 - reduced data size
2528         * support/regression/tests/bug-221100.c: pic16 - reduced data size
2529         * support/regression/tests/bug-460010.c:
2530           pic16 - used the absolute address the fits in memory
2531         * support/regression/tests/bug-716242.c:
2532           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
2533         * support/regression/tests/float.c:
2534           pic16 - excluded - data size too big
2535         * support/regression/tests/onebyte.c:
2536           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
2537         * support/regression/tests/shifts.c:
2538           pic16 - function names probably have to differ in first X characters
2539           (gpasm limitation?)
2540         * support/regression/tests/staticinit.c:
2541           pic16 - excluded some tests due error: no target memory available for
2542           section ".idata"
2543
2544 2006-05-22 Borut Razem <borut.razem AT siol.net>
2545
2546         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
2547           second try. Thanks Stas Sergeev once more.
2548
2549 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2550
2551         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
2552           (genLeftShift, genRightShift): fixed bug 1491627
2553         * src/hc08/peeph.def (rules 7, 8.x): added
2554         * support/regression/tests/shifts.c (ShiftLeftByParam,
2555           ShiftRightByParam, testShiftByParam): added to test variable shifting
2556
2557 2006-05-20 Raphael Neider <rneider AT web.de>
2558
2559         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
2560         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
2561           (allocReg): add only new registers to dynAllocRegs,
2562           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
2563             #1489055, #1445850, and probably #1483693
2564
2565 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
2566
2567         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
2568         bug in for-loop that didn't emit the last of CONFIG and ID registers
2569
2570 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
2571
2572         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
2573           with offset
2574         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
2575           1489016, 1434401 and 1490124
2576         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
2577           1489016, 1434401 and 1490124
2578
2579 2006-05-17 Borut Razem <borut.razem AT siol.net>
2580
2581         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
2582           thanks Stas Sergeev
2583
2584 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2585
2586         * device/include/mcs51/P89c51RD2.h,
2587         * device/include/mcs51/P89LPC901.h,
2588         * device/include/mcs51/P89LPC922.h,
2589         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
2590
2591 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2592
2593         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
2594         to fix missing stack pragma in compiled binary object file,
2595
2596 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
2597
2598         * support/packihx/configure.in,
2599         * support/packihx/configure: removed warning, autoconf >= 2.5x can
2600         determine sizeof basic types even while cross compiling
2601
2602 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
2603
2604         * src/avr/gen.c (aopop),
2605         * src/ds390/gen.c (aopOp),
2606         * src/hc08/gen.c (aopOp),
2607         * src/mcs51/gen.c (aopop),
2608         * src/pic16/gen.c (pic16_aopOp),
2609         * src/pic/gen.c (aopOp),
2610         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
2611         if size of operand is smaller than spill location
2612
2613 2006-05-12 Borut Razem <borut.razem AT siol.net>
2614
2615         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
2616           have to have CR/LF line endings even if they are checked out on *nix
2617           or on WIN32 in cygwin binmode
2618
2619 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
2620
2621         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
2622         * device/include/ds80c390.h: added sfr16 definitions
2623         * src/ds390/gen.c,
2624         * src/ds390/gen.h,
2625         * src/ds390/main.c,
2626         * src/ds390/ralloc.c,
2627         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
2628           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
2629           bit returning functions
2630         * support/regression/tests/sfr16.c: enabled test on ds390
2631
2632 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2633
2634         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
2635         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
2636
2637 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
2638
2639         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
2640         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
2641           (cl_address_space constructor): removed expensive initialization,
2642           (cl_address_space::get_cell): extended for late initialization,
2643           (cl_address_space::*): use late initialization,
2644           (cl_address_decoder::activate): removed expensive initialization,
2645           This reduced regression test running time by 25%
2646
2647 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
2648
2649         * packihx/,
2650         * configure.in,
2651         * configure,
2652         * sdcc.dsw,
2653         * Makefile.bcc,
2654         * Makefile.in,
2655         * support/packihx/Makefile.in,
2656         * support/packihx/clean.mk,
2657         * support/packihx/Makefile.bcc,
2658         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
2659
2660 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2661
2662         * src/SDCCval.c (valNot): fix for regression test failure
2663           of not.c on big endian hosts
2664
2665 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
2666
2667         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
2668
2669 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2670
2671         * device/lib/mcs51/Makefile.in: changed string comparison operator
2672           to = for POSIX compliance; == is bash extension
2673
2674 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
2675
2676         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
2677           kosmonaut_pirx
2678
2679 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
2680
2681         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
2682         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
2683         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
2684         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
2685         bug report #1478657,
2686
2687 2006-05-05 Borut Razem <borut.razem AT siol.net>
2688
2689         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
2690           making the html
2691
2692 2006-05-02 Borut Razem <borut.razem AT siol.net>
2693
2694         * doc/Makefile.in: removed *.ind dependency since there is no rule to
2695           create *.ind, which made make to fail if invoked with -j 2
2696
2697 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
2698
2699         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
2700           Hubert Sack for patch 1479782
2701
2702 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
2703
2704         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
2705
2706 2006-05-01 Raphael Neider <rneider AT web.de>
2707
2708         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
2709           (create_pic): store only prefix-free device name,
2710           (init_pic): check for device names with "16" prefix,
2711           (list_valid_pics),
2712         * src/pic/device.h (struct PIC_device),
2713         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
2714             stored device name,
2715         * device/include/pic/pic12f{635,675,629,683}.h,
2716         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
2717         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
2718         * device/include/pic/pic16f505.h,
2719         * device/lib/pic/libdev/pic16f505.c: removed
2720         * device/include/pic/pic14devices.txt: added support for pic12f
2721             devices, removed unsupported non 16-bit devices
2722             [above changes provided by patch from Zik Saleeba]
2723         * src/pic/*, src/pic16/*, device/include/pic16/*,
2724           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
2725
2726 2006-05-01 Borut Razem <borut.razem AT siol.net>
2727
2728         * configure.in, configure, doc/Makefile.in:
2729           sync with nightly build makefile - latex, dvipdf and dvips
2730           not needed any more
2731
2732 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
2733
2734         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
2735         in the library source
2736
2737 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
2738
2739         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
2740
2741 2006-04-28 Raphael Neider <rneider AT web.de>
2742
2743         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
2744         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
2745           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
2746         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
2747
2748 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
2749
2750         * device/lib/pic/libdev/Makefile.in,
2751         * device/lib/hc08/Makefile.in,
2752         * device/lib/gbz80/Makefile.in,
2753         * device/lib/z80/Makefile.in,
2754         * device/lib/ds390/Makefile.in,
2755         * device/lib/ds400/Makefile.in: added srcdir to include search path,
2756         thanks to Borut for the bug report
2757         * configure.in,
2758         * configure: always create doc/Makefile independent from --enable-doc
2759         * Makefile.in: always install from directory doc independent from
2760         --enable-doc
2761         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
2762         removed
2763         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
2764         * doc/Makefile.in: install *.txt if present
2765         * device/include/Makefile.in (install): added installation of pic/*.inc
2766         and pic/*.txt files again, they were erroneously removed
2767
2768 2006-04-28 Raphael Neider <rneider AT web.de>
2769
2770         * src/pic/{gen.c,main.h,pcode.c},
2771         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
2772             concerning signedness with casts
2773
2774 2006-04-28 Raphael Neider <rneider AT web.de>
2775
2776         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
2777             definition of an interrupt handler,
2778         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
2779             interrupt handler stuff from picglue() to separate routine,
2780           (picglue): enabled definition of intr handlers in files w/o main()
2781
2782 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2783
2784         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
2785           compilation with MSVC 2005 Express Edition (VC8)
2786
2787 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
2788
2789         * device/lib/Makefile: fixed build of gbz80 lib
2790
2791 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2792
2793         * support/regression/tests/bug-460010.c,
2794         * support/regression/tests/bug-524691.c,
2795         * support/regression/tests/bug-716242.c: removed conditional defines
2796           that are already in testfwk.h
2797
2798 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2799
2800         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
2801           (AccAXRsh1): added, shift right by 1,
2802           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
2803            AccAXLrl1
2804         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
2805
2806 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
2807
2808         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
2809         remove cast to same type
2810         * src/SDCCast.c (decorateType): fix for RFE 1475742,
2811         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
2812         * as/z80/Makefile,
2813         * link/z80/Makefile: removed, they have moved to
2814         Makefile.in files
2815         * configure,
2816         * configure.in: replaced duplicate message about ucsim by missing sdcpp
2817         * install-sh: fix bug #1204398 by setting umask 0022
2818         * device/lib/Makefile: separate build of z80 and gbz80 lib
2819
2820 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
2821
2822         Enabled VPATH feature: changed nearly all Makefiles (149 files).
2823         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
2824
2825         One basic decision: e.g. src/clean.mk includes further files. In order
2826         to make this work there are two solutions:
2827         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
2828           run configure on them. This way they can use
2829           'include $(srcdir)/port-clean.mk'
2830         - always include clean.mk by the Makefile at the same level. To avoid
2831           that `make clean` tries to include and build Makefile.dep the
2832           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
2833           implemented, because now even `make uninstall` doesn't create
2834           Makefile.in. clean.mk could be eliminated by pasting it in
2835           Makefile.in.
2836
2837         * debugger/mcs51/Makefile.in: build own objects from library sources
2838         (SLIB, SDCC) in current directory
2839
2840         * configure, configure.in: renamed --disable-device-lib-build in
2841         --disable-device-lib; added --enable-doc, the required tools are
2842         searched by configure; added result message; the toolchain for the
2843         belonging ports are now only built, if the port is enabled.
2844
2845         * support/regression/*: all output is written in directory gen, because
2846         the fwk and ports directories don't livet in the build tree using vpath
2847
2848         * doc/sdccman.lyx: renamed --disable-device-lib-build to
2849         --disable-device-lib, added --enable-doc, added section VPATH
2850
2851         * sim/ucsim/configure.in,
2852         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
2853         z80 are enabled by default
2854
2855 2006-04-24 Raphael Neider <rneider AT web.de>
2856
2857         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
2858             to config word, "pic14_"-prefixed some extern functions
2859           (pic14_emitConfigWord): emit __config directive(s) if assignment to
2860             config word has been found
2861         * src/pic/device.h: added prototypes
2862         * src/pic/pcode.c: added "pic14_"-prefix where needed
2863         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
2864             fixup
2865         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
2866             words,
2867           (pic14emitRegularMap): ignore config words,
2868           (pic14createInterruptVect): moved generating __config directives away
2869           (picglue): have __config directives emitted
2870
2871 2006-04-24 Borut Razem <borut.razem AT siol.net>
2872
2873         * doc/Makefile: sync with nightly build makefile
2874
2875 2006-04-24 Raphael Neider <rneider AT web.de>
2876
2877         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
2878             registers that have not been assigned proper liveranges,
2879             fixes #1469504 and #1474602,
2880           (pCodeRegOptimizeRegUsage): fixed typo in comment
2881
2882 2006-04-24 Borut Razem <borut.razem AT siol.net>
2883
2884         * device/examples/main8051.c: deleted - it was removed from CVS
2885           24.mar.2000 and after that modified 18.feb.2001, so it reappered
2886           after the transition to Subversion
2887         * src/SDCCalloc.h: deleted - it was removed  from CVS
2888           3.feb.2001 and after that modified 18.feb.2001, so it reappered
2889           after the transition to Subversion
2890         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
2891           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
2892           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
2893           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
2894
2895 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
2896
2897         * as/asx8051.dsp: added mcs51/strcmpi.h
2898         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
2899         * as/hc08/aslink.h: updated lnksect prototype
2900         * as/hc08/asm.h,
2901         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
2902         * as/hc08/asmain.c,
2903         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
2904           (newdot): handle A_ABS
2905         * as/hc08/asout.c,
2906         * as/mcs51/asout.c (outarea): output address
2907         * as/hc08/lkaomf51.c,
2908         * as/mcs51/lkaomf51.c: disabled unused array UsageType
2909         * as/hc08/m08pst.c,
2910         * as/mcs51/i51pst.c,
2911         * as/z80/z80pst.c: "ABS" is not A_OVR
2912         * as/hc08/lkarea.c (newarea): read a_addr,
2913           (lnkarea): added codemap array, sort absolute areas to the front,
2914            combine all GSINITx/GSFINAL,
2915           (find_empty_space, allocate_space): new functions,
2916           (lnksect): return next address, handle absolute sections
2917         * as/mcs51/lkarea.c (newarea): read a_addr,
2918           lnksect2 prototype changed,
2919           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
2920           (find_empty_space, allocate_space): new, factored out of lnksect2,
2921           (lnksect2): return next address, handle absolute sections
2922         * as/hc08/lkhead.c,
2923         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
2924         * as/hc08/lklibr.c (addfile, fndsym),
2925         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
2926           index out of range and detect both '\' and '/'
2927         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
2928         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
2929           regression tests (ds390 cannot return bool yet)
2930         * doc/sdccman.lyx: changed version number, document changed --no-peep,
2931           document critical interrupts on z80, document changed SDCC define
2932         * src/asm.c (_asxxxx_mapping): fixed .org directive,
2933           (_a390_mapping): added .org directive
2934         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
2935           (genMultOneByte): fixed warnings
2936         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
2937           ones
2938         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
2939         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
2940           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
2941         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
2942         * src/pic16/main.c: removed newReg prototype
2943         * src/pic16/pcode.c,
2944         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
2945           warnings
2946         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
2947           ones
2948         * src/pic16/ralloc.c
2949         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
2950           to fix warnings
2951         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
2952           from short to PIC_OPTYPE
2953         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
2954         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
2955           optype from short to PIC_OPTYPE
2956         * src/port.h: made int_size unsigned to fix warnings
2957         * src/SDCC.y: fixed warning on MSVC
2958         * src/SDCCicode.c (getArraySizePtr): return unsigned int
2959         * src/SDCCopt.c (convertToFcall): fixed warnings
2960         * src/SDCCsymt.h: removed double prototype for genSymName
2961         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
2962           offset int to fix warnings
2963
2964 2006-04-22 Borut Razem <borut.razem AT siol.net>
2965
2966         * doc/sdccman.lyx, */Makefile, */Makefile.in:
2967           references to CVS replaced with Subversion
2968
2969 2006-04-21 Borut Razem <borut.razem AT siol.net>
2970
2971         * doc/sdccman.lyx, */Makefile, */Makefile.in:
2972           references to CVS replaced with Subversion
2973
2974 2006-04-19 Borut Razem <borut.razem AT siol.net>
2975
2976         * src/version.awk: adapted for svn
2977         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
2978           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
2979           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
2980           /binutils-avr/etc/*.vi, *.jin: removed all properties
2981           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
2982
2983 2006-04-19 Borut Razem <borut.razem AT siol.net>
2984
2985         * CVS to Subversion migration completed
2986
2987 2006-04-18 Borut Razem <borut.razem AT siol.net>
2988
2989         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
2990           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
2991
2992 2006-04-17 Borut Razem <borut.razem AT siol.net>
2993
2994         * device/include/Makefile.in: added pic/*.inc to the installation
2995
2996 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
2997
2998         * support/regression/collate-results.py: fixed output in case of
2999         a valdiag error
3000         * support/regression/generate-cases.py: fixed splitting of pathnames
3001         with dots
3002         * as/hc08/lklibr.c (addfile),
3003         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
3004
3005 2006-04-11 Raphael Neider <rneider AT web.de>
3006
3007         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
3008         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
3009         * src/pic16/pcode.c (assignValnums): fixed #1460578
3010
3011 2006-04-11 Raphael Neider <rneider AT web.de>
3012
3013         * device/lib/pic/libdev/*.c,
3014         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
3015           fixes #1468739, enables compilation in --std-c99 mode
3016         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
3017
3018 2006-04-11 Raphael Neider <rneider AT web.de>
3019
3020         * src/pic/device.c (find_device): removed debug output
3021           (list_valid_pics): enabled verbose listing of supported devices
3022         * device/include/stdbool.h: define bool as char for pic14/16 as well
3023
3024 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3025
3026         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
3027
3028 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3029
3030         * .version: bumped version to 2.5.6
3031         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
3032
3033 2006-04-06 Raphael Neider <rneider AT web.de>
3034
3035         * .version: bumped version to 2.5.6 (pic14 ABI changed)
3036         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
3037         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
3038           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
3039             pic14_constructAbsMap
3040           (pic14printPublics): declare absolute global symbols as global
3041           (pic14createInterruptVect),
3042         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
3043           (newReg): assume new registers unused, use correct name in
3044             hashtable (reg->name instead of name), more debugLog output
3045         * src/pic/device.h (PIC_device): added fields for verbose output
3046         * src/pic/device.c: moved device definition to pic14devices.txt,
3047             added routines for runtime parsing of pic14devices.txt,
3048             added support for second config word
3049         * src/pic/main.c (_process_pragma): removed #pragma maxram,
3050           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
3051           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
3052           (_pic14_parseOptions): moved pCodeInitRegisters here
3053           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
3054         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
3055           (pCodeInitRegisters): rewrapped comments, perpared new approach to
3056             handling the pseudo stack
3057         * device/lib/Makefile.in: ignore failures in objects-pic16,
3058         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
3059         * device/lib/pic/NEWS: document new dependency on picXXX.lib
3060         * device/lib/pic/Makefile.subdir,
3061         * device/lib/pic16/Makefile.subdir: improved clean rules
3062         * device/lib/pic/libdev/: NEW, pic14 device libraries
3063         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
3064         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
3065         * device/include/Makefile.in: create subdir and install pic14 headers
3066         * device/include/pic/p16f_common.inc: removed unused declarations
3067         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
3068             PICs from inc2h.pl v1.6,
3069             replaced BIT_AT macros with struct declarations
3070         * device/include/pic/pic14devices.txt: definition of supported devices,
3071             all above improvements contributed by Zik Saleeba, thanks
3072         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
3073         * support/scripts/sdcc.nsi: also install pic14 device libraries and
3074             headers
3075
3076 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3077
3078         * device/include/mcs51/c8051f410.h: added interrupt numbers,
3079         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
3080           thanks to Charles Olds
3081
3082 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3083
3084         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
3085
3086 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3087
3088         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
3089         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
3090         * support/regression/bug1464657.c: added, new test
3091
3092 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
3093
3094         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
3095           version number
3096
3097 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
3098
3099         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
3100           --no-peep and --peep-file <file> are used don't use default rules but
3101           do use the <file>
3102
3103 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
3104
3105         * src/mcs51/gen.c (genCall): fixed bug 1457608
3106
3107 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3108
3109         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
3110         changes seem to cause (trigger?) problems with the build system.
3111
3112 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
3113
3114         * src/SDCCpeeph.c (operandsLiteral): new, added,
3115           (callFuncByName): inserted operandsLiteral
3116         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
3117
3118 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3119
3120         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
3121         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
3122
3123 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3124
3125         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
3126           implemented patch 1120823 Thanks to Willy De la Court (normal
3127           interrupts need an interrupt number now if they are made critical),
3128           and enabled nesting of critical functions though not for gbz80
3129           (genCritical, genEndCritical): added functions
3130           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
3131         * src/z80/mappings.i: added "ei" to all mappings
3132
3133 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3134
3135         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
3136         submitted by the Debian SDCC maintainer Aurelien Jarno:
3137         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
3138         archive with gcc 4.1 on mips and wrote the patch"
3139
3140 2006-03-16 Raphael Neider <rneider AT web.de>
3141
3142         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
3143           the left operand is shorter than the result (c* = lit-c* + int),
3144           fixes bug #1450796
3145         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
3146           OP_SYMBOL
3147
3148 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3149
3150         * src/.version: increased version number to 2.5.5
3151         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
3152         linking is done manually in pic16 port's _linkEdit,
3153         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
3154         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
3155         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
3156         allocate asmop as AOP_ACC,
3157         (aopForRemat): added parameter 'bool result' in function declaration,
3158         (pic16_aopGet): return AOP_ACC when accessing WREG,
3159         (pic16_popGetTempReg): minor modification,
3160         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
3161         'pic16_allocWithIdx',
3162         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
3163         calling function in absolute addresses,
3164         (genAssign): take into account AOP_ACC asmop,
3165         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
3166         * src/pic16/pcoderegs.c: some debug functions and lines added,
3167         * src/pic16/ralloc.c (decodeRegType): added but commented out,
3168         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
3169         register too,
3170         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
3171         call to allocReg, not by manually allocating a new one,
3172         (pic16_assignRegisters): now before going through the register
3173         allocating functions mark all registers as free. This eliminates some
3174         side effects resulting from peephole parser done earlier in the backbone
3175
3176 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
3177
3178         * src/SDCCicode.c (geniCodeLogic),
3179         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
3180
3181 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
3182
3183         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
3184           (genSend): bugfix, do not allocate and free twice,
3185           (shiftRLong): handle partially overlapping aops
3186         * support/regression/tests/bitopcse.c: fixed warning redefined idata
3187
3188 2006-03-08 Borut Razem <borut.razem AT siol.net>
3189
3190         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
3191           for pic16
3192
3193 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
3194
3195         * support/regression/tests/bug1409955.c: new, added
3196         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
3197         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
3198           (aopForSym, aopOp): increment asmop.allocated if reused,
3199           (freeAsmop): decrement asmop.allocated and check for zero instead of
3200           using asmop.freed,
3201           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
3202           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
3203            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
3204            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
3205            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
3206            genSignedRightShift, genRightShift, genDataPointerGet,
3207            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
3208            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
3209             in reverse order from allocation,
3210           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
3211             added swappedLR to keep track
3212         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
3213           pdata & code for GCC, z80, gbz80 & hc08
3214         * support/regression/tests/zeropad.c: moved defines to testfwk.h
3215
3216 2006-03-08 Raphael Neider <rneider AT web.de>
3217
3218         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
3219
3220 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
3221
3222         * device/include/mcs51/c8051f410.h: new SiLabs mcu
3223         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
3224         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
3225
3226 2006-03-06 Borut Razem <borut.razem AT siol.net>
3227
3228         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
3229           made the linker quiet
3230
3231 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3232
3233         * src/pic16/gen.c (genPcall): fixed bug #1443644
3234         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
3235         which dumps before the function entry point a data byte which represents
3236         the number of the local variables used by the specified function, added
3237         'xinst' for initial support for Extended Instruction Support,
3238         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
3239         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
3240         port->fun_prefix anymore (may change later),
3241         (genFunction, genEndFunction): do not store/restore local registers for
3242         _main (this should take care the --main-return command line option in
3243         the future),
3244         (genOr): removed some legacy pic-port instructions,
3245         * src/pic16/genarith.c (genAddLit): re-enabled old code because
3246         performing operations with SFR's causes data to be written more than
3247         once to each SFR. Perhaps SFRs should be handled in special cases...
3248         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
3249         pcode.h
3250         * src/pic16/main.c (_process_pragma): stack bound checking did not take
3251         into account for stack starting position,
3252         (struct OPTIONS pic16_optionsTable): added command line argument
3253         --extended or -y for Extended Instruction Support,
3254         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
3255         (deassignLRs): *** perhaps the most important change, old 'for' code
3256         (commented out for reference), didn't account for some registers which
3257         were left marked 'not free' after a pointer operation. The change
3258         reduces register usage a lot in some cases
3259
3260 2006-03-04 Borut Razem <borut.razem AT siol.net>
3261
3262         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
3263           _clean
3264         * support/regression/tests/bug-524697.c: decreased array size for
3265           mcs51 to fit into the internal RAM
3266         * support/regression/Makefile.in: a little bit more verbose
3267
3268 2006-03-03 Borut Razem <borut.razem AT siol.net>
3269
3270         * support/regression/fwk/lib/testfwk.c,
3271           support/regression/fwk/include/testfwk.h: introduced function
3272           _prints(), nonrecursive _printn(), call _initEmu() from main()
3273         * support/regression/ports/gbz80/support.asm,
3274           support/regression/ports/ucz80/support.asm,
3275           support/regression/ports/z80/support.asm,
3276           support/regression/ports/ds390/support.c,
3277           support/regression/ports/hc08/support.c,
3278           support/regression/ports/host/support.c,
3279           support/regression/ports/mcs51/support.c,
3280           support/regression/ports/xa51/support.c: added empty _initEmu()
3281           function
3282         * support/regression/ports/pic16/gpsim.cmd,
3283           support/regression/ports/pic16/spec.mk,
3284           support/regression/ports/pic16/support.c,
3285           support/regression/Makefile.in: added pic16 regression test
3286
3287 2006-03-01 Raphael Neider <rneider AT web.de>
3288
3289         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
3290           genConstPointerGet): use safe way of generating MOVFF to cover
3291             literals as well as registers, fixes bug #1440527
3292         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
3293             dereference
3294           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
3295             more correctly, fixes bug #1232186
3296           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
3297         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
3298             gplink guess the correct processor in more cases, applied patch
3299             from Till Riedel attached to and fixing bug #1436552
3300
3301 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3302
3303         * support/regression/tests/array.c: added, contains check for #1434401
3304         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
3305
3306 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
3307
3308         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
3309         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
3310         * device/include/mcs51/c8051f326.h,
3311         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
3312         * device/include/mcs51/c8051f000.h,
3313         * device/include/mcs51/c8051f018.h,
3314         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
3315           PCON_IDLE,PCON_STOP and added sfr16 definitions
3316
3317 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
3318
3319         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
3320           genGetWord): fixed bug 1409955
3321
3322 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
3323
3324         * device/include/hc08/mc68hc908gp32.h,
3325         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
3326
3327 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
3328
3329         * src/SDCCast.c (constExprValue): return NULL if not a value
3330         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
3331         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
3332         * support/regression/tests/bitfields.c: enabled signed bitfield for all
3333
3334 2006-02-13 Borut Razem <borut.razem AT siol.net>
3335
3336         * src/regression/ptrarg.c: added, fails due to bug #1430967
3337         * src/regression/Makefile: ptrarg.c added, ...
3338
3339 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
3340
3341         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
3342         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
3343
3344 2006-02-11 Borut Razem <borut.razem AT siol.net>
3345
3346         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
3347           print "Processor: xxx" message to stdout only if --verbose
3348
3349 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3350
3351         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
3352         * support/regression/tests/bug1426356.c: added
3353         * support/regression/tests/bitfields.c: removed 2 tests
3354
3355 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3356
3357         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
3358         * device/include/mcs51/c8051f330.h,
3359         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
3360           PCON_IDLE,PCON_STOP and added sfr16 definitions
3361         * device/lib/_divsint.c,
3362         * device/lib/_divuint.c,
3363         * device/lib/_divulong.c,
3364         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
3365           register bank bug for small stackauto
3366
3367 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3368
3369         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
3370
3371 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
3372
3373         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
3374         * all.dsp: corrected several bin paths
3375         * device/include/mcs51/c8051f120.h,
3376         * device/include/mcs51/c8051f300.h,
3377         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
3378           to PCON_IDLE,PCON_STOP
3379         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
3380         * device/lib/printf_large.c (output_float): fixed bug 1388703
3381         * support/regression/tests/bug1057979.c: added test for bug 1388703
3382
3383 2006-02-08 Raphael Neider <rneider AT web.de>
3384
3385         * src/pic/pcode.c (pciTRIS): fixed typo,
3386           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
3387           (LinkFlow): fixed handling of flows that end in a call,
3388           (ReuseReg): perform safety check earlier
3389         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
3390             to work with flows at the beginning of a pBlock,
3391             fixes #1426557 (Symbol not previously defined),
3392           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
3393             usage information
3394           (RemoveUnusedRegisters): update register usage info
3395         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
3396             created, reuse existing ones instead
3397         * src/pic/gen.c (genPcall): fixed #1424719
3398
3399 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
3400
3401         * link/z80/lkmain.c,
3402         * link/z80/lklex.c,
3403         * link/z80/lkdata.c,
3404         * link/z80/aslink.h: fixed build on current cygwin:
3405         replaced getline() by lk_getline()
3406
3407 2006-02-01 Borut Razem <borut.razem AT siol.net>
3408
3409         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
3410           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
3411           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
3412           src/regression/bool1.c, src/regression/bool2.c,
3413           src/regression/bool3.c, src/regression/call1.c,
3414           src/regression/compare.c, src/regression/compare10.c,
3415           src/regression/compare2.c, src/regression/compare3.c,
3416           src/regression/compare4.c, src/regression/compare5.c,
3417           src/regression/compare6.c, src/regression/compare7.c,
3418           src/regression/compare8.c, src/regression/compare9.c,
3419           src/regression/configword.c, src/regression/for.c,
3420           src/regression/inline.c, src/regression/mult1.c,
3421           src/regression/nestfor.c, src/regression/or1.c,
3422           src/regression/pointer1.c, src/regression/ptrfunc.c,
3423           src/regression/rotate1.c, src/regression/rotate2.c,
3424           src/regression/rotate3.c, src/regression/rotate4.c,
3425           src/regression/rotate5.c, src/regression/rotate6.c,
3426           src/regression/rotate7.c, src/regression/string1.c,
3427           src/regression/struct1.c, src/regression/sub.c,
3428           src/regression/sub2.c, src/regression/switch1.c,
3429           src/regression/while.c, src/regression/xor.c,
3430           src/regression/create_stc, src/regression/simulate,
3431           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
3432           regression tests
3433         * src/regression/gpsim_assert.h: added
3434
3435 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
3436
3437         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
3438         ((void (code *) (void)) 0) ();
3439         * as/hc08/aslex.c,
3440         * as/hc08/aslink.h,
3441         * as/hc08/asm.h,
3442         * as/hc08/asmain.c,
3443         * as/hc08/lkdata.c,
3444         * as/hc08/lklex.c,
3445         * as/hc08/lkmain.c,
3446         * as/mcs51/aslex.c,
3447         * as/mcs51/aslink.h,
3448         * as/mcs51/asm.h,
3449         * as/mcs51/asmain.c,
3450         * as/mcs51/lkdata.c,
3451         * as/mcs51/lklex.c,
3452         * as/mcs51/lkmain.c,
3453         * as/z80/aslex.c,
3454         * as/z80/asm.h,
3455         * as/z80/asmain.c: fixed build on current cygwin:
3456         replaced getline() by as_getline()
3457
3458 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
3459
3460         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
3461         declarator in the symbol chain
3462         * src/SDCCsymt.h,
3463         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
3464         parameter list for function pointers
3465         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
3466         * support/regression/tests/bug-716242.c: added
3467
3468 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
3469
3470         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
3471         offset if possible
3472         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
3473
3474 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
3475
3476         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
3477         inifinitely recurseable, added static
3478         * support/regression/tests/bug-1408066.c: added
3479
3480 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
3481
3482         * src/SDCCicode.h,
3483         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
3484         renamed, added possibility to create "postLoopLbl"-labels
3485         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
3486         newiTempLoopHeaderLabel
3487         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
3488         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
3489         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
3490         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
3491         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
3492         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
3493         (basicInduction): fixed bug #136564, made static,
3494         (loopInduction): changed parameter of basicInduction, made static,
3495         (addPostLoopBlock): added
3496         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
3497         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
3498         findLoopEndSeq
3499         * support/regression/tests/bug-136564.c: added
3500         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
3501         --std-sdcc99 to LIBSDCCFLAGS
3502
3503 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
3504
3505         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
3506         while loop
3507         * support/regression/tests/bug-1406131.c: added
3508
3509 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
3510
3511         * src/SDCCast.c (decorateType): fix promotion of unary minus
3512         * src/SDCCsymt.c (computeType): beautified
3513         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
3514         (valUnaryPM, valComplement): fix sign and promotion,
3515         (valNot): ANSI: result type is int (SDCC: unsigned char)
3516         * support/regression/tests/uminus.c: speedup by removing superflous
3517         test case 'int'
3518         * support/regression/tests/onebyte.c: added promotion and signedness
3519         tests for unary minus
3520         * support/regressions/tests/bug-477927.c: disable warning about
3521         uninitialized variables
3522         * support/regression/tests/not.c: added
3523
3524 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
3525
3526         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
3527         * src/mcs51/gen.c (gen51Code): show final register usage after
3528         fillGaps in asm with --i-code-in-asm
3529         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
3530         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
3531         incUsed, rliveClear, adjustIChain): made static,
3532         (setFromRange): excluded because it's unused,
3533         (findPrevUseSym, markWholeLoop): added,
3534         (findPrevUse): rewritten; fixes bug 895992; now a complete search
3535         through all branches of predecessors enables sdcc to emit the warning
3536         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
3537         (rlivePoint): made static, added parameter emitWarnings which is only
3538         true during the first run out of two,
3539         (findRecursiveSucc, findRecursivePred): removed,
3540         (computeLiveRanges): made static, added parameter emitWarnings,
3541         (dumpIcRlive): added for debugging only
3542         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
3543         removed prototype of setFromRange()
3544         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
3545         in call of computeLiveRanges()
3546         * support/regression/tests/bug-895992.c: added
3547         * support/regression/tests/bug-971834.c: added
3548         * support/valdiag/tests/bug-895992.c: added
3549         * support/valdiag/tests/bug-971834.c: added
3550
3551 2005-12-18 Raphael Neider <rneider AT web.de>
3552
3553         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
3554           (genUnpackBits): improved code for direct operands,
3555           (genPackBits): improved code for literal assignment to bitfields
3556             and for direct destination operands (no FSR indirection),
3557             prevented redundant AND, fixes #1362800,
3558           (AccLsh): added parameter to disable masking of the result
3559         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
3560           skip instructions with side-effects (like incfsz),
3561           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
3562         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
3563         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
3564           fixes #1375263
3565
3566 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
3567
3568         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
3569         volatile variables as spill location
3570
3571 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
3572
3573         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
3574         replacing literals
3575         * support/regression/tests/bug-1376320.c: added
3576
3577 2005-12-08 Raphael Neider <rneider AT web.de>
3578
3579         * src/pic/device.c: renamed is_shared to pic14_is_shared
3580         * src/pic/gen.c (genIfx): re-enabled handling of sbits
3581         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
3582           (is_valid_identifier): added for above workaround
3583
3584 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
3585
3586         * device/lib/Makefile.in: fixed to enable port-specific-objects
3587         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
3588           char, thanks Hubert Sack
3589         * doc/sdccman.lyx: documented --xstack-loc,
3590           elaborated a bit more on interrupts and pitfalls,
3591           removed "setjmp/longjmp unsupported",
3592           documented some unsupported C99 features
3593         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
3594         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
3595           if, thanks Hubert Sack
3596         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
3597         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
3598           make make_library
3599         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
3600           regression tests can report resource usage (rfe 700441)
3601         * support/regression/collate-results.py: report resource usage
3602         * support/regression/ports/ds390/spec.mk,
3603         * support/regression/ports/hc08/spec.mk,
3604         * support/regression/ports/mcs51/spec.mk,
3605         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
3606         * support/regression/ports/ds390/uCsim.cmd,
3607         * support/regression/ports/hc08/uCsim.cmd,
3608         * support/regression/ports/mcs51/uCsim.cmd,
3609         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
3610         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
3611           library, use the default one
3612         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
3613           building the library
3614
3615 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
3616
3617         * config.dsp: added dependency on .version and configure_vc.awk
3618         * device/include/setjmp.h: updated for --stack-auto and --xstack
3619         * device/include/mcs51/at89c51snd1c.h: corrected line endings
3620         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
3621         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
3622         * device/lib/libsdcc.lib: added _setjmp
3623         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
3624           (decorateType): fixed bug 1372851,
3625           (optimizeGetHbit): fixed warning
3626         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
3627           array initialisation
3628         * support/regression/tests/bug1057979.c: added test for bug 1358192
3629         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
3630
3631 2005-12-03 Borut Razem <borut.razem AT siol.net>
3632
3633         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
3634           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
3635
3636 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
3637
3638         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
3639         createIval): implement symbol independant "flexible array member",
3640         (createIvalCharPtr): implemented flexible array initialisation with a
3641         string
3642         * src/SDCCsymt.c (copyStruct): removed,
3643         (getSize): fixed misleading comment,
3644         (getAllocSize): removed, the additional allocation size is now in
3645         sym->flexArrayLength,
3646         (checkStructFlexArray): new, syntax checks for flexible array members,
3647         (compStructSize): added syntax checks for "flexible array members"
3648         (copyStruct): removed,
3649         (copyLinkChain): removed inefficient fix for bug 770487
3650         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
3651         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
3652         symbol->flexArrayLength
3653         * src/SDCCerr.c,
3654         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
3655         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
3656         * support/regression/tests/structflexarray.c: added
3657         * support/valdiag/tests/structflexiblearray.c: added
3658
3659 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
3660
3661         * src/SDCCast.c (decorateType): fixed bug 1368489
3662         * support/Util/SDCCerr.c,
3663         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
3664
3665 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3666
3667         * device/include/mcs51/at89c51snd1c.h: added file submitted by
3668           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
3669
3670 2005-11-27 Borut Razem <borut.razem AT siol.net>
3671
3672         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
3673           support/cpp2/mkdeps.h: added command line option
3674           -obj-ext=<extension> to SDCPP to define object file externion, used
3675           for generation of make dependencies (-M)
3676         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
3677
3678 2005-11-26 Borut Razem <borut.razem AT siol.net>
3679
3680         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
3681           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
3682           added pic and pic16 libraries
3683
3684 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3685
3686         * device/include/float.h: Corrected typo in prototype of __fsgt
3687
3688 2005-11-25 Borut Razem <borut.razem AT siol.net>
3689
3690         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
3691           added creation of model-mcs51-stack-auto libraries
3692
3693 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
3694
3695         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
3696         and fields-list too
3697         * src/SDCCast.c (createIvalArray): removed obsolete comment
3698
3699 2005-11-24 Borut Razem <borut.razem AT siol.net>
3700
3701         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
3702           added missing device/lib/mcs51/crt*.asm sources
3703
3704 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
3705
3706         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
3707
3708 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
3709
3710         * device/lib/_fs2schar.c,
3711         * device/lib/_fs2sint.c,
3712         * device/lib/_fs2slong.c: optimized inline asm
3713
3714 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3715
3716         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
3717           Better handling of floats between -1.0 and 0.0.
3718
3719 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3720
3721         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
3722           (the missing "if"s prohibited removal of redundant labels)
3723
3724 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3725
3726         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
3727           Properly convert floats between -1.0 and 0.0 to long, int, and char
3728           types (max integer value of negative floats tends to zero).
3729         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
3730           Removed changes made so to work properly with floats between
3731           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
3732           and _fs2char.c
3733
3734 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
3735
3736         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
3737         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
3738         (genCast) cosmetic change
3739         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
3740         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
3741         from mcs51
3742         * support/regression/tests/bitfields (testSignedBitfields): added
3743
3744 2005-11-18 Borut Razem <borut.razem AT siol.net>
3745
3746         * sdcc/device/lib/Makefile.in: remove all unnecessary files
3747         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
3748           introduced SILENT option to make building of pic16 libraries less
3749
3750 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3751
3752         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
3753           Now they work properly with floats between -1.0 and 0.0
3754         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
3755
3756 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3757
3758         * src/SDCCicode.c (printOperand): added missing else
3759
3760 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
3761
3762         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
3763         reformatted for better readability
3764         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
3765         signed bitfields
3766
3767 2005-11-17 Borut Razem <borut.razem AT siol.net>
3768
3769         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
3770           introduced SILENT option to make building of pic16 libraries less
3771           verbose - used for nightly snapshot build
3772         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
3773           available on Win32 platforms.
3774         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
3775           medium, large, pic and pic16
3776
3777 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3778
3779         * device/lib/printf_large.c: Temporary patch for bug 1358192:
3780           printf("%f"...) sets fraction to zero.
3781
3782 2005-11-16 Raphael Neider <rneider AT web.de>
3783
3784         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
3785           fixes #1357221
3786         * src/pic/gen.c (genIfx): implemented for CARRY bit
3787         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
3788           to generic pointers, fixes #1357332,
3789           (pic16_movLit2f): NEW,
3790           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
3791
3792 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3793
3794         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
3795
3796 2005-11-11 Raphael Neider <rneider AT web.de>
3797
3798         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
3799         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
3800           compute pointer's type from operand,
3801           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
3802           improved single bit reads, fixes bug #1353379
3803
3804 2005-11-09 Borut Razem <borut.razem AT siol.net>
3805
3806         * support/scripts/sdcc.nsi: added lib/pic to the package
3807
3808 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
3809
3810         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
3811
3812 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3813
3814         * support/regression/tests/bug1348008.c: added
3815         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
3816         * support/regression/tests/bug1337835.c: updated comment
3817
3818 2005-11-06 Borut Razem <borut.razem AT siol.net>
3819
3820         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
3821           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
3822           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
3823           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
3824           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
3825           dynamic construction of cl_error_class and derivates - 2.nd try
3826
3827 2005-11-05 Borut Razem <borut.razem AT siol.net>
3828
3829         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
3830           bug, which caused Bus Errors on sparc solaris
3831
3832 2005-11-04 Borut Razem <borut.razem AT siol.net>
3833
3834         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
3835           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
3836           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
3837           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
3838           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
3839           and derivates to resolve the initialization problem on OSX
3840
3841 2005-11-02 Borut Razem <borut.razem AT siol.net>
3842
3843         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
3844           corrected typo - #include <winsock2.h>
3845
3846 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
3847
3848         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
3849           (_asxxxx_mapping): added org directive for future enhancements
3850
3851 2005-11-01 Borut Razem <borut.razem AT siol.net>
3852
3853         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
3854           enabled sockets on WIN32
3855         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
3856
3857 2005-10-31 Borut Razem <borut.razem AT siol.net>
3858
3859         * support/regression/generate-cases.py: escape backslashes in {testcase}:
3860           WIN32 backslash path delimiters should be escaped when used in C strings
3861         * support/regression/tests/bitfields.c: exclude failing assertions for
3862           __CYGWIN32__ and __MINGW32__ hosts
3863
3864 2005-10-30 Borut Razem <borut.razem AT siol.net>
3865
3866         * src/SDCCutil.c: corrected double comparison typo
3867
3868 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
3869
3870         * device/lib/medium/Makefile: added for new memory model medium
3871         * device/include/asm/mcs51/features.h: updated for medium/pdata
3872         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
3873           added Multiply & Accumulate sbit's and MAC0_PAGE define
3874         * device/include/mcs51/c8051f300.h: added sfr16 definitions
3875         * device/include/mcs51/c8051f310.h: added sfr16 definitions
3876         * device/lib/_mullong.c: update for medium model
3877         * device/lib/incl.mk: added medium model
3878         * doc/sdccman.lyx: documented medium model
3879         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
3880         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
3881         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
3882         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
3883           (allocParms): set SCLS and OCLS to pdata for medium model
3884         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
3885           for pdata,
3886           (powof2): return <0 if not power of 2
3887         * src/avr/gen.c (genBitWise): use updated powof2
3888         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
3889           (shiftR2Left2Result): small optimization in setup, save acc when storing,
3890           (shiftLLeftOrResult): use B if necessary
3891         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
3892         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
3893         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
3894         * support/regression/Makefile.in: added test-mcs51-medium
3895         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
3896
3897 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
3898
3899         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
3900         specifier unsigned
3901         * device/lib/time.c (mktime): fixed bug 1334315
3902
3903 2005-10-28 Raphael Neider <rneider AT web.de>
3904
3905         * device/include/pic/p16f_common.inc: added common declarations
3906         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
3907
3908 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
3909
3910         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
3911           (aopPutUsesAcc): added to predict accumulator use,
3912           (assignResultValue): save acc if necessary,
3913           (genMinusDec): store result if indirectly addressed,
3914           (genDivOneByte):  save acc if necessary,
3915           (movLeft2Result): bugfix if left already in acc,
3916           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
3917             attention to accumulator use (esp. pdata),
3918           (genReceive): receive pdata correctly
3919         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
3920         * src/SDCCicode.h: added isOperandInPagedSpace prototype
3921
3922 2005-10-27 Raphael Neider <rneider AT web.de>
3923
3924         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
3925
3926 2005-10-27 Raphael Neider <rneider AT web.de>
3927
3928         * .version: changed version to 2.5.4
3929         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
3930         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
3931           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
3932             arithmetics support routines
3933         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
3934         * device/lib/Makefile.in: also create installdir for pic
3935
3936         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
3937           pic14 port as well
3938         * src/pic/device.c (dump_sfr): rewritten to delegate register
3939           placement to the linker (use `extern sym' rather than sym EQU addr),
3940           (validAddress): fixed to check last specified address
3941         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
3942           (popGetLit): truncate literal value to 8 bit,
3943           (popGet): moved assert to more appropriate place
3944           (popGetExternal): create pCode operand from and mark the according
3945             symbol as being `extern'
3946           (popGetAddr): added sanity check on immediate's offset, provide
3947             GPOINTER tag on demand
3948           (aopPut): fixed for immediates,
3949           (mov2w_op): move operand's address or contents to WREG (depending on
3950             operand type), safer variant of mov2w,
3951           (movwf,call_libraryfunc): NEW, handy abbreviations,
3952           (get_argument_pcop,get_return_val_pcop,pass_argument,
3953           get_returnvalue): interface for accessing function parameters and
3954             return values,
3955           (assignResultValuei,genRet): use new parameter/return value interface
3956           (pic14_getDataSize): back to old version handling generic pointers,
3957           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
3958             provided implementation and/or fixed old one,
3959           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
3960             calls, removed legacy 8051 reference code
3961           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
3962           (loadSignToC): NEW, move the operands sign bit to CARRY,
3963           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
3964             genRightShiftSigned, accepts negative shift counts,
3965           (setup_fsr): load FSR and adjust IRP (indirect memory access),
3966           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
3967             generic pointers, __data pointers and __code pointers,
3968           (genUnpackBits,genPackBits): rewritten to work with generic pointers
3969             and signed bitfields, limit bitfields to 8 bit,
3970           (genDataPointerGet): fixed number of bytes read,
3971           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
3972           (genPointerGet,genPointerSet): fixed handling of __code pointers,
3973             pointers to constant data are no longer assumed to point to __code
3974             space, removed invalid pointer types,
3975           (bitpatternFromVal): retrieve the PICs representation of an integer
3976             or float literal,
3977           (genDataPointerSet): fixed assigning to po_immediate operands,
3978           (genGenPointerSet): implemented as library call,
3979           (genIfx): fixed incorrect condition,
3980           (genAddrOf): limit generic pointers' addresses to 2 bytes,
3981             provide GPOINTER tag according to destination's storage class,
3982           (genCast): added code to handle casting to generic pointers, added
3983             sign-/zero extension of the result
3984           (aop_isLitLike,op_isLitLike): fixed handling of immediates
3985         * src/pic/gen.h: added macros to access IRP bit in STATUS register
3986         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
3987           extend the result
3988         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
3989           address/register resides in the shared banks
3990           (emitSymbolToFile): improved to handle global and `pinned' symbols,
3991             put all variables into separate sections (have the linker arrange
3992             them)
3993           (picglue): put init code and interrupt handlers in separate sections
3994         * src/pic/main.c: added port specific options table, modified to PORT
3995           structure to make GPOINTERs 3 byte, added pic14_options
3996           (_pic14_do_link): private linking routine (update paths to libraries,
3997             add libsdcc.lib by default)
3998         * src/pic/main.h: declare pic14_options
3999         * src/pic/pcode.c: fixed instructions i/o relations,
4000           (RegCond): reverted to correct version,
4001           (newpCodeOpLit): truncate literals to 8 bit,
4002           (genericPrint): added debug output,
4003           (getRegFromInstruction): fixed for various operand types, simplified
4004           (BuildFlow): fixed broken handling of isntructions with labels
4005           (LinkFlow): start at last instruction in flow (skip trailing comments),
4006             pass the flow on to the next instruction after CALL
4007           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
4008           (insertPCodeInstruction): fixed inserting after a skip instruction,
4009           (DoBankSelect): fixed for labeled instructions
4010           (OptimizepBlock): honor --nopeep switch
4011           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
4012         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
4013         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
4014           (pCodeOptime2pCodes): allow disabling this optimization via
4015             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
4016             but is still buggy), started implementation of a dataflow based
4017             pCode optimization (CSE + dead code elimination)
4018           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
4019         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
4020           names are independant of the stack location and therefore portable across
4021           devices
4022
4023 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
4024
4025         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
4026           (selectSpil): fixed bug 1337835 by not spilling bit variables
4027         * support/regression/tests/bug1337835.c: added test for this bug
4028         * src/mcs51/peeph.def: restart after rule 3.c,
4029           addded rules 263.x to optimize loading constants
4030
4031 2005-10-26 Raphael Neider <rneider AT web.de>
4032
4033         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
4034         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
4035           (genAssign): emit warning when casting literals to generic pointer
4036             type, also applies when taking the address of a fixed variable,
4037           (genCast): improved casting to generic pointers
4038         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
4039           extern variables, added verbose error message
4040         * device/include/pic16/{string.h,errno.h}: added #pragma library c
4041
4042 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
4043
4044         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
4045         carry must be complemented too
4046         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
4047         could be emitted by genMinus
4048         * src/SDCCval.c (constVal): fixed bug 1305065
4049
4050 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
4051
4052         * src/SDCCast.c (addCast): added promotion for bit variables
4053         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
4054         promotion casts + optimisation
4055         (optimizeGetWord): fix warning 'i' might be used uninitialized
4056         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
4057         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
4058
4059 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
4060
4061         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
4062         all chars are promoted to int; promotion should be handled in SDCCast.c
4063
4064 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4065
4066         * device/lib/_strcmp.c: Fixed bug 1326457
4067
4068 2005-10-11 Raphael Neider <rneider AT web.de>
4069
4070         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
4071         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
4072
4073 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4074
4075         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
4076         * support/regression/tests/sfr16.c: added test for the sfr32 bug
4077
4078 2005-10-04 Raphael Neider <rneider AT web.de>
4079
4080         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
4081           device/lib/pic16/pics.all: added pic18f1320
4082         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
4083
4084 2005-09-30 Raphael Neider <rneider AT web.de>
4085
4086         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
4087         * src/pic16/devices.inc: NEW, provides device descriptions
4088         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
4089
4090 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
4091
4092         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
4093           GETHBIT
4094
4095 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
4096
4097         * doc/sdccman.lyx: updated Highest Order Bit documentation,
4098           documented Any Order Bit, Higher Order Byte and Higher Order Word
4099         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
4100         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
4101           (optimizeGetAbit): new, to get any bit, not only the high bit,
4102           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
4103           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
4104           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
4105           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
4106             RIGHT_OP: also try GETBYTE, GETWORD optimization,
4107             GETABIT, GETBYTE, GETWORD: decorate them,
4108           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
4109           (ast_print): added GETABIT, GETBYTE, GETWORD
4110         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
4111         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
4112           (geniCodeBinary): new generic binary icode,
4113           (ast2iCode): added GETABIT, GETBYTE, GETWORD
4114         * src/port.h: updated comment for PORT.hasExtBitOp
4115         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
4116           (genGetByte): new, to get a single byte,
4117           (genGetWord): new, to get a word from a long,
4118           (gen51Code): added GETABIT, GETBYTE, GETWORD
4119         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
4120
4121 2005-09-23 Raphael Neider <rneider AT web.de>
4122
4123         * configure.in, configure: have device/lib/pic configured
4124         * device/lib/Makefile.in: added model-pic14
4125         * device/lib/clean.mk: added pic/ to clean rule
4126         * device/lib/pic: added rudimentary pic14 library providing support
4127           functions for multiplication/division/generic pointer access
4128         * src/SDCCopt.c (convilong): mark support functions as extern
4129           for pic14 port as well
4130         * src/pic/gen.c (genMult): added assertions,
4131           (genpic14Code): emit warning on unhandled iCodes
4132         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
4133         * src/pic/pcode.c (pCodeOpCopy),
4134         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
4135           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
4136           SFR_REGISTER}), made safe for future extensions
4137         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
4138           instructions even if preceeded by SKIP instructions (also remove
4139           them); removed unused code
4140         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
4141           prevents leaving parts of the structure uninitialized after copying
4142
4143 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
4144
4145         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
4146           ago by me
4147         * support/regression/tests/addsub.c: added test for the bug
4148
4149 2005-09-21 Raphael Neider <rneider AT web.de>
4150
4151         * device/include/pic16/pic18f1220.h,
4152           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
4153         * device/lib/pic16/Makefile.rules: added missing opening paren
4154         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
4155           are provided in genutils.c,
4156           (genUminusFloat,genUminus,genCmpEq): added asserts on different
4157           operand/result sizes,
4158           (genCmp): assert on NULL pointers first, then check deref'ed values
4159         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
4160           result size
4161
4162 2005-09-18 Raphael Neider <rneider AT web.de>
4163
4164         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
4165           as these are now unused,
4166           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
4167         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
4168           local, avoids uninitialized pointer dereference on r->name
4169         * src/pic16/ralloc.c (newReg): fixed indentation
4170
4171 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
4172
4173         * src/SDCCval.c (constVal): fixed bug 730366
4174         * support/Util/SDCCerr.c,
4175         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
4176
4177 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
4178
4179         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
4180
4181 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
4182
4183         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
4184
4185 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4186
4187         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
4188           (hex2dec): made hex_digit unsigned char, removed ascii dependance
4189         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
4190           (hex2dec): made hex_digit unsigned char, removed ascii dependance
4191         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
4192         * packihx/packihx.c (hexDigit): made c unsigned char
4193         * as/mcs51/lklibr.c (fndsym),
4194         * link/z80/lkgb.c (gb),
4195         * link/z80/lklibr.c (fndsym),
4196         * link/z80/lkrloc.c (relr),
4197         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
4198         * src/SDCC.lex (checkCurrFile, process_pragma),
4199         * src/SDCCglue.c (spacesToUnderscores),
4200         * src/SDCCmain.c (setParseWithComma, processFile),
4201         * src/asm.c (tvsprintf, printCLine),
4202         * src/avr/gen.c (emitcode, aopPut),
4203         * src/ds390/gen.c (emitcode),
4204         * src/hc08/gen.c (emitcode, emitinline),
4205         * src/mcs51/gen.c (emitcode, genInline),
4206         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
4207           tokenizeLineNode),
4208         * src/pic/ralloc.c (debugLog),
4209         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
4210           tokenizeLineNode),
4211         * src/pic16/ralloc.c (debugLog),
4212         * src/z80/main.c (_process_pragma):
4213            made all ctype.h function calls safe
4214         * src/SDCCopt.c: include math.h for fabs
4215         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
4216           and used them throughout the code to make ctype.h function calls safe
4217         * src/ds390/main.c (asmLineNodeFromLineNode),
4218         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
4219         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
4220            unsigned char*
4221         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
4222           (newpCodeAsmDir): made ctype.h function calls safe
4223         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
4224           pic16_emitcode):  made lbp unsigned char*
4225         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
4226           (pic16_newpCodeAsmDir): made ctype.h function calls safe
4227         * src/xa51/gen.c (emitcode),
4228         * src/z80/gen.c (_emit2): made lbp unsigned char*
4229         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
4230            char*
4231
4232 2005-09-05 Raphael Neider <rneider AT web.de>
4233
4234         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
4235           access bank splitpoint
4236
4237 2005-09-05 Raphael Neider <rneider AT web.de>
4238
4239         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
4240
4241 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
4242
4243         * .version: changed to version 2.5.3
4244         * doc/sdccman.lyx: changed version to 2.5.3,
4245           documented --codeseg and --constseg and pragma codeseg and constseg,
4246           documented bit parameters (reentrant) and bit returning
4247         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
4248            currFunc->recvSize, but is this ok for all ports?
4249           (ast2iCode): result of ~ on unsigned char must be cast to int for
4250            bool to work
4251         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
4252           function pointers in bit space
4253         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
4254           (processFuncArgs): call port.reg_parm() with reentrancy info
4255         * src/port.h,
4256         * src/avr/main.c,
4257         * src/ds390/main.c,
4258         * src/hc08/main.c,
4259         * src/pic/main.c,
4260         * src/pic16/main.c,
4261         * src/xa51/main.c,
4262         * src/z80/main.c: port.reg_parm prototype extended with
4263           "bool reentrant" parameter
4264         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
4265           options.stackAuto for allocating bit register parameters
4266         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
4267           (genSend): set BitBankUsed if it is,
4268           (selectRegBank): factored out of genCall for use in genPcall,
4269           (genCall): removed redundant dtype assignmen, use selectRegBank,
4270           (genPcall): handle returning in Carry properly, save in F0 if needed,
4271           (genReceive): handle bit register parameters
4272         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
4273           (mcs51_assignRegisters): enable bit registers for all reentrant
4274            functions and don't set BitBankUsed unconditionally
4275         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
4276         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
4277         * support/regression/tests/funptrs.c: added tests for BOOL and for return
4278
4279 2005-08-27 Borut Razem <borut.razem AT siol.net>
4280
4281         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
4282         ppc-osx (Darwin) does not support -u option. It seems that it is
4283         supported only on Linux - GNU cp
4284
4285 2005-08-25 Borut Razem <borut.razem AT siol.net>
4286
4287         * sim/ucsim/gui.src/serio.src/Makefile.in,
4288           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
4289           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
4290           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
4291           install and strip, since the strip at /usr/ccs/bin should be used
4292           on solaris
4293
4294 2005-08-24 Borut Razem <borut.razem AT siol.net>
4295
4296         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
4297
4298 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
4299
4300         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
4301         ffffffffu
4302
4303 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
4304
4305         * as/mcs51/aslink.h: completed lkrloc.c prototypes
4306         * as/mcs51/lkmain.c (link_main): fixed warning
4307         * device/include/stdbool.h: ds390 has no advanced bit support yet
4308         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
4309         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
4310         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
4311           and updated their macros
4312         * src/SDCCval.c (constVal): updated comment for renamed b_long
4313
4314 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
4315
4316         * as/mcs51/asdata.c: changed ctype['['] to BINOP
4317         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
4318           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
4319           (oprio): set priority for '['
4320         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
4321            and adb_24_bit
4322         * as/mcs51/asm.h: added defines R_BIT and S_BIT
4323         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
4324         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
4325         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
4326           added overlayable BIT_BANK area
4327         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
4328           (summary2): explain 'T' in legenda
4329         * as/mcs51/lkrloc.c: replaced old K&R style,
4330           (relr): added R_BIT processing,
4331           (errmsg): added "Bit-addressable relocation error",
4332           (adb_bit): added for converting from byte- to bit-addressable space,
4333           (adb_24_bit): added for converting from byte- to bit-addressable space
4334         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
4335            used in reentrant functions now even as return value
4336         * device/lib/_gptrput.c (_gptrput): removed obsolete code
4337         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
4338           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
4339         * src/SDCCglobl.h: added indicator BitBankUsed
4340         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
4341            the bit registers b0-b7
4342         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
4343           (geniCodeCast): fixed bug 1263853,
4344           (geniCodeLogicAndOr): put result in bool or char,
4345           (geniCodeReceive): added parameter func for accessing the return type,
4346           (geniCodeFunctionBody): pass func to geniCodeReceive
4347         * src/SDCCmain.c: added indicator BitBankUsed
4348         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
4349         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
4350           (checkSClass): don't put automatic bool/bit on stack,
4351           (checkFunction): removed check on function cannot return bit
4352         * src/SDCCsymt.h: added newBoolLink prototype
4353         * src/mcs51/gen.c (rb1regs): added bit registers,
4354           (movc): created for assigning to carry,
4355           (pushReg, popReg): created for pushing registers,
4356           (sameRegs): check both AOP_REG and AOP_CRY types,
4357           (aopOp): handle bit registers,
4358           (aopPut): optimization no self-assign,
4359           (saveRegisters): push reg->base (bits) only once for bit registers,
4360            and use pushReg,
4361           (unsaveRegisters): pop reg->base only once and use popReg,
4362           (assignResultValue): added parameter func and return in carry for bits,
4363           (genIpush): optimization no reload in A if not changed,
4364           (genSend): bit parameters in reentrant functions are passed in bit
4365            registers by first assigning to bits in B, then save registers and
4366            copy B to bits,
4367           (genCall): handle returning in Carry properly, save it in F0 if needed,
4368           (genPcall): updated assignResultValue call, this is not safe yet for bit
4369            returning function !!!
4370           (genFunction): don't generate equ's for bit registers and use pushReg,
4371           (genEndFunction): take care of bit returning functions and use popReg,
4372           (genRet): return bit in Carry,
4373           (genIfx): optimize bit registers and other directly addressable bits,
4374           (genReceive): updated assignResultValue call
4375         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
4376           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
4377            registers when using stack-auto
4378         * src/mcs51/ralloc.c (_G): added allBitregs,
4379           (regs8051): added the bit registers,
4380           (createStackSpil): use macro IS_BIT,
4381           (getRegBit): added to allocate a bit register, else spill,
4382           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
4383           (updateRegUsage): factored out to ease stepping while debugging,
4384           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
4385            also allocate bit registers,
4386           (fillGaps): handle bit registers,
4387           (findAllBitregs): added to create bit vector with all bit registers,
4388           (mcs51_allBitregs): returns this bit vector,
4389           (mcs51_assignRegisters): when using stack-auto use bit registers for
4390            passing parameters and creating local variables
4391         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
4392
4393 2005-08-22 Borut Razem <borut.razem AT siol.net>
4394
4395         * device/lib/Makefile.in: replaced find option -or with -o
4396           to make it run on solaris
4397
4398 2005-08-22 Raphael Neider <rneider AT web.de>
4399
4400         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
4401           fixes #1265442 (crash on Solaris)
4402
4403 2005-08-20 Borut Razem <borut.razem AT siol.net>
4404
4405         * configure, configure.in: added tests for libsocket and libnsl libraries,
4406           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
4407           from support/regression/Makefile.in
4408         * support/regression/Makefile.in: added
4409         * device/lib/pic16/Makefile.common.in: force make to use bash shell
4410         * sim/ucsim/libtool: regenerated on sparc-solaris
4411         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
4412           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
4413           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
4414           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
4415           sparc-solaris, which doesn't use GNU ld linker
4416         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
4417         * as/Makefile: find on sparc-solaris does not support -maxdepth option
4418
4419 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
4420
4421         * src/mcs51/peeph.def: updated comments
4422
4423 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4424
4425         * device/lib/_gptrget.c,
4426         * device/lib/_gptrput.c: slightly shorter
4427         * doc/sdccman.lyx: incremented version
4428         * src/mcs51/peeph.def: moved peephole comments to the line of first
4429           change to better keep line correlation, reanimated 186.e
4430         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
4431
4432 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4433
4434         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
4435           David Saxton with quotes around file name.
4436
4437 2005-08-15 Borut Razem <borut.razem AT siol.net>
4438
4439         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
4440           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
4441           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
4442           make tests run on x86_64 platform
4443
4444 2005-08-13 Raphael Neider <rneider AT web.de>
4445
4446         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
4447           as it might be executed DURING a build (parallel make is wonderful)
4448
4449 2005-08-13 Raphael Neider <rneider AT web.de>
4450
4451         * device/lib/Makefile.in (port-specific-objects-pic16):
4452           revert to cp $(PORT)/bin/*.* $(PORTDIR)
4453         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
4454           dependency
4455         * device/lib/pic16/Makefile.rules: build subdirs before creating
4456           the library, removed builddir rule, create $(builddir) early in
4457           recurse rule, use empty recurse rule for leaf directories
4458         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
4459           mkdir errors (race condition), removed duplicate suffix "hex"
4460           from clean rules
4461         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
4462         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
4463           prevents mkdir -p from aborting on Alpha
4464
4465 2005-08-12 Raphael Neider <rneider AT web.de>
4466
4467         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
4468           db-statements in order to allow for arrays of pointers in code
4469           sections to be placed without interspersed 0-padding, fixes
4470           bug #1256215
4471         * (emitStatistics): fixed division by zero for pic18f1220
4472         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
4473           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
4474         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
4475         * (pic16_pCodeConstString): keep track of already emitted string
4476           literals to prevent "duplicate definitions of symbol _str_NR"
4477         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
4478           debug message
4479         * device/lib/Makefile.in: ignore failing PIC16 library builds
4480         * device/lib/pic16/Makefile: do not build if gputils are missing
4481         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
4482
4483 2005-08-10 Raphael Neider <rneider AT web.de>
4484
4485         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
4486           my last commit)
4487
4488 2005-08-10 Raphael Neider <rneider AT web.de>
4489
4490         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
4491           Rokas' patch to add the new fixed point type "__fixed16x16"
4492         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
4493           functions for __fixed16x16 arithmetics
4494         * device/lib/pic16: reimplemented the build system to support
4495           a separate build directory, better handling of libio (create
4496           the library in a separate subdir for each architecture) and
4497           easier configuration (centralized in Makefile.common)
4498
4499 2005-08-07 Raphael Neider <rneider AT web.de>
4500
4501         * src/pic16/gen.c (genrshTwo): fixed sign extension
4502         * src/pic16/device.c: added pic18f2320, 4220 and 4320
4503         * device/include/pic16/pic18f2220.h: changed some bit definitions,
4504           added T0CONbits
4505         * device/include/pic16/pic18f4220.h: NEW, header for
4506           pic18f4220 and pic18f4320
4507         * device/include/pic16/pic18fregs.h: added new devices,
4508           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
4509         * device/include/pic16/signal.h: resolved name clashes
4510           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
4511           to also allow testing for interrupt enable bits, added
4512           comments on how to use the macros
4513         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
4514         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
4515           register definitions for the devices
4516         * device/lib/pic16/pics.all: added new devices
4517         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
4518           allocated memory
4519         * device/lib/pic16/libc/stdlib/memfree: do not count
4520           the block header as free memory
4521         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
4522           simplified and added missing end-of-blocklist-marker
4523           (reported by Peter Onion, fixes #1252814)
4524         * (_mergeHeapBlock): fixed loop condition
4525         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
4526           len==0, restructured code
4527         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
4528           up a bit, reduced bitfield accesses, prevent endless loops
4529           in case of heap corruption
4530         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
4531           "unreferenced arguments/must return a value" warnings
4532         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
4533           replaced BAUDREG with SPBRG
4534         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
4535           device/lib/pic16/debug/gstack/gstack.c: replaced
4536           _naked, _asm, _endasm with __naked, __asm, __endasm
4537
4538 2005-08-05 Raphael Neider <rneider AT web.de>
4539
4540         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
4541           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
4542
4543 2005-08-05 Borut Razem <borut.razem AT siol.net>
4544
4545         * device/lib/Makefile.in: added missing ';'
4546         * configure: removed ^M characters
4547
4548 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4549
4550         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
4551           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
4552           License
4553
4554 2005-08-04 Borut Razem <borut.razem AT siol.net>
4555
4556         * configure.in: pic16 libraries build 2nd try - enable running
4557           configure in device/lib/pic16
4558         * configure: regenerated from configure.in
4559         * device/lib/Makefile.in: create $(PORT)/bin directory
4560
4561 2005-08-03 Raphael Neider <rneider AT web.de>
4562
4563         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
4564           to get/set values via pointers
4565         * (genUnpackBits,genPackBits): changed detection of
4566           ptr->bitfield vs. sym.bitfield, fixed access via generic
4567           pointers, removed dead (wrong) code for multibyte bitfields
4568         * (genNearPointerGet, genGenPointerGet): removed useless code,
4569           fixed bitfield detection, fixes #1250594
4570         * (genNearPointerSet): removed useless code
4571         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
4572           and introduced macro pic16_emitpcode that conditionally emits
4573           the origin of the following pCode (useful for debugging SDCC)
4574         * src/pic16/pcode.c: changed (and disabled) some debug outputs
4575         * (createDefmap): fixed handling of LFSR for --optimize-df
4576
4577 2005-08-02 Borut Razem <borut.razem AT siol.net>
4578
4579         * device/lib/Makefile.in: pic16 libraries build enabled since
4580           gputils-0.13.2 are now localy installed at sourceforge's compile farm
4581
4582 2005-08-02 Raphael Neider <rneider AT web.de>
4583
4584         * src/pic16/gen.c (genPackBits): removed deprecated warning
4585         * (genGenPointerSet): fixed bitfield detection
4586
4587 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4588
4589         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
4590
4591 2005-07-31 Raphael Neider <rneider AT web.de>
4592
4593         * device/lib/pic16/libdev/pic18f458.c,
4594           device/include/pic16/pic18f458.h: added missing T0CONbits
4595
4596 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4597
4598         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
4599
4600 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
4601
4602         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
4603
4604 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4605
4606         * device/include/mcs51/at89c51ed2.h: added.
4607
4608 2005-07-23 Raphael Neider <rneider AT web.de>
4609
4610         * src/pic/gen.h: added emitpcode macro for debugging
4611         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
4612           and replace by macro adding debug information on demand
4613         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
4614         * (gencjne): tried to fix; replaced with correct (slower) code
4615         * (gen{Unp,P}ackBits): fixed single bit access
4616         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
4617         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
4618           previous instruction
4619         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
4620           register has to be handled with care (forbidding movement
4621           of assignments/uses, removing assignments completely, ...)
4622         * (pCodeOptime2pCodes): make use of regIsSpecial
4623         * added lots of debugging output (commented out)
4624         * src/pic/rallloc.c (deassignLRs): prevent operand registers
4625           from being reused as result UNLESS it is known to work
4626
4627 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
4628
4629         * support/Util/dbuf.h: include <stddef.h> for size_t
4630         * .version: changed to version 2.5.2
4631
4632 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4633
4634         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
4635
4636 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4637
4638         * src/hc08/gen.c (genMinus): fixed bug #1241835,
4639           (genModOneByte): removed needless psha/pula
4640
4641 2005-07-22 Raphael Neider <rneider AT web.de>
4642
4643         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
4644           have PIC14 handled like PIC16, fixes broken pic14 linker calls
4645         * src/pic/gen.c (resolveIfx): do not "invent" labels
4646         * (genSkipc): changed to positive logic
4647         * (genSkipCond): removed as no longer needed
4648         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
4649           backport from PIC16
4650         * (genLeftShift): check operands are in different registers
4651         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
4652           INCF does not update CARRY...
4653         * src/pic/main.c: fixed _linkCmd
4654         * src/pic/pcode.c (unlinkpCode): added inactive code
4655         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
4656           alive (do not assign result and operand overlapping registers)
4657
4658 2005-07-22 Raphael Neider <rneider AT web.de>
4659
4660         * src/pic/device.c (dump_sfr): replaced register declaration with
4661           call to emitSymbolToFile() to avoid duplicate symbols
4662         * (assignRelocatableRegisters): do not declare external symbols
4663         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
4664           right (take size of type, not etype)
4665         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
4666         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
4667         * (packRegsForAccUse): disabled assignment of WREG as
4668           the result reg to prevent occurence of just fixed #1235003,
4669           fixes #1242954
4670         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
4671           symbols (avoids duplicate symbols in .asm file)
4672         * (pic14emitRegularMap): use emitSymbolToFile()
4673         * src/pic/gen.c (aopOp): fixed spillLocation handling
4674         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
4675         * (genDataPointerSet): removed unneccessary variables/output
4676
4677 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
4678
4679         * as/mcs51/lkarea.c: enlarged codemap for banked memory
4680         * device/lib/mcs51/crtbank.asm: added # to 0x0F
4681
4682 2005-07-21 Raphael Neider <rneider AT web.de>
4683
4684         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
4685           architecture cannot handle them efficiently, fixes bug #1235003
4686         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
4687           check for empty sets before using them (fixes bug #1232190)
4688
4689 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
4690
4691         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
4692           (lnksect2): generate warnings for memory overlap
4693         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
4694           constseg to set the name of these segments so you can instruct the linker
4695           to place them in banks
4696         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
4697         * src/SDCCglobl.h: added MODEL_HUGE to enum,
4698           added code_seg and const_seg to options
4699         * src/SDCCglue.c (emitMaps): use options.const_seg,
4700           (createInterruptVect): put interrupt vectors in segment HOME,
4701           (glue): put HOME before static segment and put the main glue in HOME,
4702           (glue): use options.code_seg
4703         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
4704         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
4705           these segments so you can instruct the linker to place them in banks
4706           (linkEdit): use code_loc for HOME segment which should be the first
4707           segment in code memory now
4708         * src/SDCCmem.c: fixed more stuff like bug 1238386
4709         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
4710           (changePointer): don't change function pointers to code pointers for
4711           banked functions,
4712           (compareType): added exceptional check for banked function pointers
4713         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
4714         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
4715           after static in code memory
4716         * src/mcs51/gen.c: added aopLiteralLong prototype,
4717           (aopForSym): use getSize for functions,
4718           (genCall): generate banked calls over one trampoline __sdcc_banked_call
4719           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
4720           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
4721           the segment,
4722           (genPcall): use call for literal function pointers and generate banked
4723           calls over the one trampoline so there's only one place for the user to
4724           modify according to his/hers hardware,
4725           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
4726           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
4727         * src/mcs51/main.c: added keyword banked,
4728           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
4729         * support/Util/SDCCerr.c,
4730         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
4731           needed for passing the bank and address to the trampoline
4732         * device/lib/mcs51/crtbank.asm: added for bankswitching
4733         * device/lib/mcs51/Makefile: added crtbank
4734
4735 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4736
4737         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
4738           for fields at offset 0 of a struct or union as reported
4739           on 2005-07-07 in the developer mailing list.
4740
4741 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
4742
4743         * src/SDCCmem.c: fixed bug 1238386
4744
4745 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4746
4747         * src/mcs51/peeph.def: added labelrefcounting for peepholes
4748           (patch #1144962), added peephole 300, enabled 259.x
4749         * doc/sdccman.lyx: removed screenshot and provided link instead
4750
4751 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4752
4753         * doc/sdccman.lyx: added section about debugging with ddd
4754         * doc/figures/ddd_example.eps: screenshot of debugging session
4755
4756 2005-07-04 Raphael Neider <rneider AT web.de>
4757
4758         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
4759           like CODE pointers, fixes #1115683
4760         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
4761           call, fixes bugs #1232211, #1228110,
4762           fixed wrong casts to pCodeFlow from pCodeInstructions
4763
4764 2005-07-04 Raphael Neider <rneider AT web.de>
4765
4766         * src/pic/gen.c (popGet): changed assert to allow for
4767           bit operands
4768         * (popGetAddr): changed signature to provide
4769           an additional index, patched all call sites
4770         * (genCmpEq): handle literal-like operands correctly
4771         * (genAddrOf): added sanity checks on __code/__data pointers
4772         * (genAssign): added handling of symbols from __code section
4773         * (gencjne): do not generate code for comparisons whose result
4774           is neither stored nor used, fixes bug #1171114
4775         * (AccLsh, AccRsh): operate on operand instead of WREG
4776         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
4777           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
4778           by known count
4779         * rewrote complete shift-by-literal logic, commented unused
4780           functions out
4781         * (genConstPointerGet): get multiple bytes (if result size > 1),
4782           fixed handling of non-immediate addresses
4783         * (genPointerGet): handle CODE pointers like CONST pointers
4784         * (genpic14Code): insert C-SRC lines as Cource-pCodes
4785         * ({aop,op}_isLitLike): NEW, single place to decide whether an
4786           operand is to be treated as a literal or not
4787         * (mov2w,genPcall,genCmpEq),
4788           src/pic/genarith.c: use aop_isLitLike() to decide between
4789           literal/register contents
4790         * (addSign): added missing offset
4791         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
4792           only emit comment in debug-mode,
4793           use {aop,op}_isLitLike throughout the file
4794         * src/pic/glue.c: fix initializers for pointers (work in progress)
4795         * src/pic/pcode.c (get_op): honor index on _const symbols
4796         * ({reset,dump}pCodeStatistics): NEW, estimate code size
4797         * (dumppBlock): added pCode size estimation
4798         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
4799           check for IS_SYMOP before OP_SYMBOL'ing
4800         * fixed indentation, compacted switch-statements
4801         * (allocReg): find free register and allocate it instead of
4802           allocating new registers all the time
4803         * (deassignLRs): prevent POINTER_GET's from being assigned the same
4804           registers as its operands (necessary only for multibyte GETs)
4805
4806 2005-07-01 Raphael Neider <rneider AT web.de>
4807
4808         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
4809           debugging .asm-output macros FENTRY + FEXIT
4810         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
4811           way... I wonder...
4812         * (emitpComment): NEW, printf to pCode
4813         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
4814           offset handling
4815         * (popGetAddr): NEW, variant of popGet to access an immediates
4816           high(er) bytes instead of the n'th byte of memory they reference,
4817           replaced popGet with popGetAddr where neccessary
4818         * (genDataPointerGet): reactivated and fixed implementation
4819         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
4820           accesses
4821         * (genDataPointerSet): fixed multibyte assignments
4822         * (genpic14Code): fixed --i-code-in-asm handling
4823         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
4824         * (genPlus): fixed index-out-of-bounds error
4825         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
4826         * src/pic/ralloc.c: added debugging output macro FENTRY2
4827         * (spillThis): fixed indentation, enbraced for-body for clarity
4828         * (rematStr): commented out as now unused
4829         * (regTypeNum): commented out special spill case (overwrites
4830           arbitrary values)
4831         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
4832
4833 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
4834
4835         * doc/sdccman.lyx: documented sfr16/sfr32,
4836           added example for using storage class with function pointers
4837         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
4838
4839 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
4840
4841         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
4842         * device/lib/_itoa.c,
4843         * device/lib/_ltoa.c: optimized codesize
4844         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
4845           but don't know how to suppress the double warning.
4846         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
4847         * support/Util/SDCCerr.c,
4848         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
4849
4850 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
4851
4852         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
4853           fixed old K&R prototypes
4854         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
4855         * device/lib/_gptrget.c,
4856         * device/lib/_gptrgetc.c,
4857         * device/lib/_gptrput.c: changed versions for new memory indicator values,
4858           also new versions for small generic pointers and banked generic pointers
4859         * src/port.h: added const_name
4860         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
4861         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
4862         * src/SDCCcse.c (findPrevIc): check all associative operators
4863         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
4864         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
4865         * src/SDCCmem.c: updated comments,
4866           set far-space to 0 for pdata, results in optimized code
4867         * src/SDCCmem.h: added macro CONST_NAME
4868         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
4869           moving the info into the highest bits, see also gptrget/gptrput
4870         * src/src.dsp: added sdcc.ico to project files
4871         * src/avr/gen.c (genCast): fixed bug 0x%d
4872         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
4873         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
4874           relation between ptr_type and DCL_TYPE,
4875           (genCast): fixed bug 0x%d
4876         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
4877           (CODE)" for const_name
4878         * src/hc08/gen.c (genCast): fixed bug 0x%d
4879         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
4880           (hc08_port): added "CONST (CODE)" for const_name
4881         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
4882           (aopForRemat, adjustArithmeticResult): disconnected direct relation
4883           between ptr_type and DCL_TYPE,
4884           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
4885           operand* and took AOP() inside function so sfr-ness can be checked,
4886           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
4887           new prototype,
4888           (genFunction, genEndFunction): optimized stack setup,
4889           (genMinus): optimized for literals with ending zeroes (in bytes),
4890           (genCast): fixed bug 0x%d
4891         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
4892           (mcs51_port): added "CONST (CODE)" for const_name
4893         * src/mcs51/peeph.def: made rule 226 more generic
4894         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
4895         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
4896         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
4897         * src/z80/main.c (z80_port): added NULL for const_name,
4898           (gbz80_port): added NULL for const_name
4899         * support/regression/tests/bug663539.c,
4900         * support/regression/tests/sfr16.c: new tests
4901
4902 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4903
4904         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
4905
4906 2005-06-24 Raphael Neider <rneider AT web.de>
4907
4908         * device/lib/pic16/libdev/pic18f[68][567]20.c:
4909           corrected typos...
4910         * device/include/pic16/signal.h: added USBIF
4911           and SIG_USB
4912
4913 2005-06-24 Raphael Neider <rneider AT web.de>
4914
4915         * device/lib/pic16/libdev/pic18f2455.c,
4916           device/include/pic16/pic18f2455.h: NEW
4917         * device/include/pic16/pic18fregs.h,
4918           device/lib/pic16/pics.all,
4919           src/pic16/device.c: added 18f2455
4920         * device/lib/pic16/libdev/pic18f[68][567]20.c,
4921           device/include/pic16/{pic18f[68][567].h,usart.h}:
4922           replaced MULTIPLE_USARTS define with more relaible
4923           compatibility sfrs (for USART access)
4924
4925 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
4926
4927         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
4928           and the output asm file line is printed on two lines.
4929
4930 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4931
4932         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
4933           BGT, BLE, BHI, and BLS instructions
4934         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
4935           genCmpEq): removed
4936         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
4937           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
4938           fixes bug #1216342
4939         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
4940
4941 2005-06-15 Raphael Neider <rneider AT web.de>
4942
4943         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
4944         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
4945         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
4946           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
4947           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
4948
4949 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4950
4951         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
4952           Marcel Telka in bug #1215704
4953
4954 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
4955
4956         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
4957           located in shared memory bank.
4958
4959 2005-05-31 Raphael Neider <rneider AT web.de>
4960
4961         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
4962           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
4963           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
4964
4965 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
4966
4967         * device/lib/_strncpy.c: fixed the fix
4968
4969 2005-05-26 Raphael Neider <rneider AT web.de>
4970
4971         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
4972           initializers with \0, bug #1208187
4973         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
4974           intializers with \0, bug #1208187
4975
4976 2005-05-26 Raphael Neider <rneider AT web.de>
4977
4978         * src/pic16/glue.c (pic16_printIvalChar): fixed string
4979           initializers with \0, bug #1208187
4980         * src/pic16/main.c (_process_pragma): added sanity checks
4981           for stack position and size, emit warnings when appropriate
4982
4983 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
4984
4985         * device/lib/_strncpy.c: fixed not filling with \0
4986
4987 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4988
4989         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
4990           createFunction),
4991         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
4992           compound_statement),
4993         * src/SDCCsymt.h,
4994         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
4995
4996 2005-05-24 Raphael Neider <rneider AT web.de>
4997
4998         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
4999
5000 2005-05-24 Raphael Neider <rneider AT web.de>
5001
5002         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
5003           TRISE definitions, closes bug #1162453
5004
5005 2005-05-22 Raphael Neider <rneider AT web.de>
5006
5007         * src/pic16/main.c (_process_pragma): check for missing
5008           arguments to pragmas code and udata
5009         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
5010           consistency fixes to match other headers (thanks to Jim Paris)
5011         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
5012
5013 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
5014
5015         * src/SDCCicode.c (isOperandEqual): fixed missing ;
5016
5017 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
5018
5019         * support/regression/tests/bug1198642.c: new test
5020         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
5021         * src/SDCCcse.c (findPrevIc): added comment, please have a look
5022         * support/scripts/resource.h,
5023         * support/scripts/resource.rc,
5024         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
5025         * support/scripts/sdcc.ico: added 32x32 icon
5026
5027 2005-05-18 Raphael Neider <rneider AT web.de>
5028
5029         * device/lib/pic16/libdev/pic18f*.c,
5030         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
5031           keywords to "__sfr" and "__at (X)"
5032         * device/include/pic16/pic18fregs.h: added pic18f4520
5033         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
5034           #1203088 (MPLAB compatibility)
5035
5036 2005-05-17 Raphael Neider <rneider AT web.de>
5037
5038         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
5039         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
5040         * device/lib/pic16/pics.all: added new devices
5041         * src/pic16/device.c: added support for pic18f4520
5042
5043 2005-05-16 Raphael Neider <rneider AT web.de>
5044         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
5045         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
5046         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
5047           convenience function for bit access
5048
5049 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5050
5051         * device/lib/printf_large.c: fixed bug 1193299
5052         * support/regression/tests/bug1057979.c: added test %3.3s
5053
5054 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5055
5056         * device/include/mcs51/8051.h,
5057         * device/include/mcs51/8052.h: made parseable with lint
5058         * device/include/mcs51/lint.h: added include file for (sp)lint
5059         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
5060         * doc/cdbfileformat.lyx,
5061         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
5062
5063 2005-05-14 Raphael Neider <rneider AT web.de>
5064
5065         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
5066         * device/lib/pic16/libc/stdlib/itoa.c (new)
5067         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
5068         * device/lib/pic16/libio/Makefile: exclude subdir according to
5069           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
5070         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
5071         * src/pic16/gen.c (genFunction): prevent annoying warning
5072         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
5073           nameclashes on BeOS
5074         * support/cpp2/cppmain.c (cpp_output_string): new
5075         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
5076           fixes bug 1116802
5077
5078 2005-05-13 Borut Razem <borut.razem AT siol.net>
5079
5080         * src/SDCCmain.c (linkEdit): fixed bug 1195202
5081
5082 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5083
5084         * .version: changed to version 2.5.1; back to bleeding edge development
5085
5086 2005-05-11 Borut Razem <borut.razem AT siol.net>
5087
5088         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
5089           generate PDF version 1.3 documents
5090
5091 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5092
5093         * .version: changed to version 2.5.0
5094
5095 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5096
5097         * doc/sdccman.lyx: updated weblinks, index and smaller updates
5098
5099 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5100
5101         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
5102         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
5103         well as many smaller updates.
5104         * .version: changed to version 2.5.0-pre1
5105
5106 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5107
5108         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
5109
5110 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
5111
5112         * support/regression/tests/bug1185672.c: added
5113         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
5114           bug 1185672
5115         * src/mcs51/gen.c (genCall): added comments, made it look safer
5116         * src/mcs51/gen.c (genEndFunction): simplified
5117
5118 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
5119
5120         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
5121
5122 2005-04-14 Borut Razem <borut.razem AT siol.net>
5123
5124         * fixed bug 1045046 - SIGSEGV with really simple code?:
5125           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
5126           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
5127
5128 2005-04-14 Borut Razem <borut.razem AT siol.net>
5129
5130         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
5131           src/pic16/device.h: temporarily disabled experimental #inline pragma
5132           for 2.5.0 release
5133
5134 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
5135
5136         * device/include/z80/stdio.h,
5137         * device/include/z80/string.h: removed these highly incomplete files so
5138           SDCC can use the default ones in device/include/
5139
5140 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5141
5142         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
5143         gcc warning.
5144         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
5145         fix sdcpp warnings.
5146
5147 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
5148
5149         * device/include/malloc.h: removed redundant __reentrant prototypes
5150         * device/lib/_mullong.c: added working xstack variant in asm (C version
5151           doesn't pass regression tests)
5152         * device/lib/bpx.c: used __data and made bpx char for mcs51
5153         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
5154           (createFunction): fixed bug with xstackPtr
5155         * src/SDCCcse.c: corrected comments
5156         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
5157           (killDeadCode, eBBlockFromiCode): removed unused code
5158         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
5159           corrected comments
5160         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
5161           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
5162           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
5163           (genModOneByte): fixed warning in MSVC
5164         * src/mcs51/main.c (): added comments
5165         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
5166
5167 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
5168
5169         * src/SDCCmain.c (linkEdit): oops, changed one line too many
5170
5171 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
5172
5173         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
5174
5175 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
5176
5177         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
5178         characters arrays of larger size than the declared one.
5179
5180 2005-04-10 Borut Razem <borut.razem AT siol.net>
5181
5182         * src/pic/gen.c (genInline),
5183           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
5184           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
5185           (findNextInstruction), (findPrevInstruction),
5186           (findInstructionUsingLabel),
5187           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
5188         * src/pic/pcode.c (findLabel): added missing '\n'
5189         * src/src.dsp: added SDCCdwarf2.c to the project
5190
5191 2005-04-09 Borut Razem <borut.razem AT siol.net>
5192
5193         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
5194
5195 2005-04-08 Raphael Neider <rneider AT web.de>
5196
5197         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
5198           into the chain after a given one) and mergeDefmapSymbols (combine
5199           defmap entries for each symbol per pcode)
5200         * (createDefmap): have defmap entries merged in the end
5201         * (defmapReplaceSymRef): split defmap entries covering two accesses to
5202           a symbol before replacing one access type's symbol, merge symbols in
5203           the end (replacement symbol might already have an entry)
5204         * (assignValnums): keep reference to written WREG intact
5205
5206 2005-04-08 Raphael Neider <rneider AT web.de>
5207
5208         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
5209           Alpha)
5210
5211 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
5212
5213         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
5214         bytes
5215
5216 2005-04-07 Raphael Neider <rneider AT web.de>
5217
5218         * device/include/pic16/usart.h: added compatibility defines for
5219           devices with more than one USART
5220         * device/include/pic16/pic18f[68][567]20.h: activated above defines
5221
5222 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
5223
5224         * device/lib/Makefile.in: updated for port specific include
5225
5226 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
5227
5228         * support/regression/ports/mcs51/spec.mk: added mcs51 include
5229
5230 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
5231
5232         * device/include/8051.h,
5233         * device/include/8052.h,
5234         * device/include/at89S8252.h,
5235         * device/include/at89c55.h,
5236         * device/include/at89x051.h,
5237         * device/include/at89x51.h,
5238         * device/include/at89x52.h,
5239         * device/include/mcs51reg.h,
5240         * device/include/reg51.h,
5241         * device/include/reg764.h,
5242         * device/include/regc515c.h,
5243         * device/include/sab80515.h: (re)moved these 12 files
5244         * device/include/mcs51/8051.h,
5245         * device/include/mcs51/8052.h,
5246         * device/include/mcs51/at89S8252.h,
5247         * device/include/mcs51/at89c55.h,
5248         * device/include/mcs51/at89x051.h,
5249         * device/include/mcs51/at89x51.h,
5250         * device/include/mcs51/at89x52.h,
5251         * device/include/mcs51/mcs51reg.h,
5252         * device/include/mcs51/reg51.h,
5253         * device/include/mcs51/reg764.h,
5254         * device/include/mcs51/regc515c.h,
5255         * device/include/mcs51/sab80515.h: and added them here
5256
5257 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
5258
5259         * device/include/stdarg.h: changed SDCC specific keywords to double
5260           underlined form.
5261         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
5262           mcs51 and ds390.
5263         * device/include/hc08/mc68hc908gp32.h,
5264         * device/include/hc08/mc68hc908jb8.h,
5265         * device/include/hc08/mc68hc908jkjl.h,
5266         * device/include/hc08/mc68hc908qy.h: fixed comments
5267         * device/include/mcs51/README: updated
5268         * device/include/mcs51/c8051f120.h: added PINRSF
5269         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
5270         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
5271           amidst code. Also inline is not supported.
5272
5273 2005-04-06 Raphael Neider <rneider AT web.de>
5274
5275         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
5276         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
5277           callers stack/frame pointers
5278
5279 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
5280
5281         * device/include/pic16/usart.h: added, missing in previous commit,
5282         * device/include/pic16/adc.h: fixed typo,
5283         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
5284         commit,
5285         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
5286         <p18fxxx.inc>
5287         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
5288         uninitialized because a bug appears with gplink
5289         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
5290         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
5291         complains for unrecognised option
5292
5293 2005-04-05 Raphael Neider <rneider AT web.de>
5294
5295         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
5296           structs as well (using memcpy)
5297         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
5298           on ISRs (GOTO has no label)
5299         * src/pic16/device.h: added OF_OPTIMIZE_DF
5300         * src/pic16/main.c: added compiler switch --optimize-df to enable the
5301           new data flow analysis/optimization
5302         * src/pic16/pcode.c: added (prototypes for and implementation of)
5303           dataflow analysis functions, fixed pCodeInstructions' inCond and
5304           outCond values, made RCALL a branch instruction
5305         * (pic16_unlinkpCode): keep C line if possible
5306         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
5307           C line moved if possible
5308         * (pic16_getRegFrompCodeOp): NEW, improved version of...
5309         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
5310           to use new pic16_getRegFrompCodeOp (works for more SFRs)
5311         * (pic16_BuildFlow): fixed skip instructions with label (did not start
5312           new flow)
5313         * (pic16_getJumptabpCode): NEW, needed in...
5314         * (LinkFlow): fixed handling of jumptables, calls and conditional
5315           branches
5316         * (pic16_InsertCommentAfter): NEW
5317         * (pic16_pCodeReplace): made verbose and flow preserving
5318         * (AnalyzeFlow): added call to data flow analysis
5319         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
5320         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
5321         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
5322
5323 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5324
5325         * src/SDCCast.c (decorateType): fixed bug #1105626
5326
5327 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
5328
5329         * device/include/asm/pic16/features.h,
5330         * pic18f*.h headers,
5331         * device/include/pic16/adc.h,
5332         * device/include/pic16/delay.h,
5333         * device/include/pic16/i2c.h,
5334         * device/include/pic16/malloc.h,
5335         * device/include/pic16/stdio.h,
5336         * device/include/pic16/stdlib.h,
5337         * device/include/pic16/string.h,
5338         * device/lib/pic16/libc/stdio/printf_tiny.c,
5339         * device/lib/pic16/libc/stdio/printf_small.c,
5340         * device/lib/pic16/libc/stdio/strmgpsim.c,
5341         * device/lib/pic16/libc/stdio/strmmssp.c,
5342         * device/lib/pic16/libc/stdio/strmusart.c,
5343         * device/lib/pic16/libc/stdio/vfprintf.c,
5344         * device/lib/pic16/libc/stdlib/ltoa.c,
5345         * device/lib/pic16/libc/stdlib/putchar.c,
5346         * device/lib/pic16/libc/stdlib/x_ftoa.c,
5347         * device/lib/pic16/libc/stdlib/memchrpgm.c,
5348         * device/lib/pic16/libc/stdlib/memchrram.c,
5349         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
5350         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
5351         * device/lib/pic16/libio/adc/adcbusy.c,
5352         * device/lib/pic16/libio/adc/adcread.c,
5353         * device/lib/pic16/libio/adc/adcsetch.c,
5354         * device/lib/pic16/libio/usart/ubaud.c,
5355         * device/lib/pic16/libio/usart/ubusy.c,
5356         * device/lib/pic16/libio/usart/udrdy.c,
5357         * device/lib/pic16/libio/usart/uopen.c,
5358         * device/lib/pic16/libio/usart/uputc.c,
5359         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
5360         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
5361         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
5362         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
5363         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
5364         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
5365         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
5366         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
5367         specific keywords to double underlined form,
5368         * device/lib/pic16/libc/Makefile.rules,
5369         * device/lib/pic16/libsdcc/Makefile.rules,
5370         * device/lib/pic16/libm/Makefile,
5371         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
5372         to compile with C standard set in Makefile.common
5373         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
5374         rand.c and crc.c in compilation process,
5375         * device/lib/pic16/libsdcc/int/divuint.c,
5376         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
5377         `c' from signed to unsigned,
5378         * device/lib/pic16/startup/crt0.c,
5379         * device/lib/pic16/startup/crt0i.c,
5380         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
5381         keywords to double underlined form, bug fixes in _do_cinit function
5382         which prevented the correct initialization of the .idata segment,
5383         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
5384         core to enter a infinite loop
5385         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
5386
5387 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5388
5389         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
5390
5391 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5392
5393         * device/include/Makefile.in: add support for hc08 subdirectory
5394         * device/include/hc08/: new subdirectory
5395         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
5396         Lucas Loizaga, thanks!
5397         * device/include/hc08/mc68hc908qy.h,
5398         * device/include/hc08/mc68hc908gp32.h,
5399         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
5400         their own directory. Changed internal macro names to use the compiler
5401         reserved namespace. Changed SDCC specific keywords to double
5402         underlined form.
5403         * device/include/math.h,
5404         * device/include/malloc.h,
5405         * device/include/stdarg.h,
5406         * device/include/stdbool.h
5407         * device/include/string.h,
5408         * device/include/tinibios.h,
5409         * device/include/ds400rom.h,
5410         * device/include/8051.h,
5411         * device/include/8052.h,
5412         * device/include/80c51xa.h,
5413         * device/include/at89c55.h,
5414         * device/include/at89S8252.h,
5415         * device/include/at89x51.h,
5416         * device/include/at89x52.h,
5417         * device/include/ds80c390.h,
5418         * device/include/reg764.h,
5419         * device/include/regc515c.h,
5420         * device/include/sab80515.h,
5421         * device/include/mcs51/c8051f000.h,
5422         * device/include/mcs51/c8051f018.h,
5423         * device/include/mcs51/c8051f020.h,
5424         * device/include/mcs51/c8051f040.h,
5425         * device/include/mcs51/c8051f060.h,
5426         * device/include/mcs51/c8051f120.h,
5427         * device/include/mcs51/c8051f300.h,
5428         * device/include/mcs51/c8051f310.h,
5429         * device/include/mcs51/c8051f320.h,
5430         * device/include/mcs51/c8051f330.h,
5431         * device/include/mcs51/c8051f350.h,
5432         * device/include/z180.h: Changed SDCC specific keywords to double
5433         underlined form.
5434
5435 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
5436
5437         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
5438         18F4455,
5439         * (pic16_assignConfigWordValue): disable testing of configuration
5440         register value with config mask,
5441         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
5442         function with port->fun_prefix,
5443         * (genFunction): when generating a naked interrupt function never
5444         create an absolute segment placed in interrupt vector address, place
5445         the actual interrupt function at IVA instead, when an interrupt
5446         function is generated with unspecified interrupt then do not create
5447         the absolute section,
5448         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
5449         code for generating a call to generic pointer get/put function with
5450         a call to function pic16_callGenericPointer(),
5451         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
5452         the call to the generic pointer get/put functions with prefixing the
5453         function name with port->fun_prefix,
5454         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
5455         * src/pic16/main.c (_process_pragma): prefix function with
5456         port->fun_prefix,
5457         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
5458         calling assembler, old 18Fxxxx macro is deprecated,
5459         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
5460         PC_ASMDIR in while condition,
5461         * (findInstruction): add PC_ASMDIR in while condition,
5462         * (buildCallTree): prefix main with port->fun_prefix,
5463         * (pic16_pCode2str): fixed bug that didn't emit the memory access
5464         identifier for variable with banked access in instructions BTFSS,
5465         BTFSC, BCF, BSF, BTG
5466         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
5467         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
5468         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
5469         perform optimization when enviroment variable NO_REG_OPT is set,
5470         * (insideLRBlock): NEW, return 1 if register is inside an
5471         INF_LOCALREGS block,
5472         * (RemoveRegFromLRBlock): remove a register that is completely
5473         eliminated by register optimization, but it is still left in local
5474         register store/restore in/from stack block,
5475         * (Remove2pcodes): after removing register, check to see if it
5476         should be removed from local register store/restore in/from stack
5477         block,
5478         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
5479         DUMMY_READ_VOLATILE,
5480
5481         * device/include/pic16/adc.h: minor prototype modifications and
5482         update,
5483         * device/include/pic16/malloc.h: added GPL notice various
5484         modifications,
5485         * device/include/pic16/stdint.h: NEW, standard header for ints
5486         * device/include/pic16/delay.h: NEW, header for delay functions,
5487         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
5488         delay1mtcy,
5489         * device/include/pic16/signal.h: NEW, header providing helper macros
5490         for implementing signal handlers,
5491         * device/include/pic16/stdio.h: added prototypes for functions,
5492         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
5493         prototypes for stdin and stdout, added macro PUTCHAR to
5494         automatically implement putchar function prototype,
5495         * device/include/pic16/usart.h: modified and updated USART library,
5496         * device/lib/pic16/libio/adc/,
5497         * device/lib/pic16/libio/i2c: some modifications to improve library
5498         performance,
5499         * device/lib/pic16/libc/stdio/: modifications for the new printf*
5500         family of functions,
5501         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
5502         family of functions and other sources,
5503         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
5504         of the PIC18Fxx[28] devices,
5505         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
5506         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
5507         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
5508         _do_cinit function, because the previous failed when local variables
5509         where not placed in the same memory bank,
5510         * device/lib/pic16/libsdcc/char/: various modifications to improve
5511         library performance,
5512         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
5513         information on the new functions of the c library and more...
5514
5515 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5516
5517         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
5518
5519 2005-03-26 Raphael Neider <rneider AT web.de>
5520
5521         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
5522           if condition == CARRY)
5523         * (genCmp): adapted to new genSkipc semantics
5524         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
5525           on rIfx (genCmp was broken)
5526
5527 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5528
5529         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
5530         * src/z80/main.c (_keywords[]),
5531         * src/SDCCglobal.h (struct options),
5532         * src/SDCC.y,
5533         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
5534         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
5535         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
5536         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
5537         always available in leading double underscore form. The C99 support is
5538         mostly missing, but it's a start.
5539         * support/regression/tests/bug-227710.c: fixed nonconforming use of
5540         reserved identifier "__data".
5541
5542 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
5543
5544         * src/mcs51/peeph.def: fixed bug 1170013
5545
5546 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
5547
5548         * device/include/mcs51reg.h: fixed bug 842007
5549
5550 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5551
5552         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
5553         last time.
5554
5555 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5556
5557         * src/port.h (struct PORT),
5558         * src/avr/ralloc.c (avr_assignRegisters),
5559         * src/avr/main.c,
5560         * src/ds390/ralloc.c (ds390_assignRegisters),
5561         * src/ds390/main.c,
5562         * src/hc08/ralloc.c (hc08_assignRegisters),
5563         * src/hc08/main.c,
5564         * src/mcs51/ralloc.c (mcs51_assignRegisters),
5565         * src/mcs51/main.c,
5566         * src/pic/ralloc.c (pic14_assignRegisters),
5567         * src/pic/main.c,
5568         * src/pic16/ralloc.c (pic16_assignRegisters),
5569         * src/pic16/main.c,
5570         * src/xa51/ralloc.c (xa51_assignRegisters),
5571         * src/xa51/main.c,
5572         * src/z80/ralloc.c (z80_assignRegisters),
5573         * src/z80/ralloc.h,
5574         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
5575         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
5576         * src/SDCCcse.h,
5577         * src/SDCCdflow.c (computeDataFlow),
5578         * src/SDCCdflow.h,
5579         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
5580         * src/SDCCloop.h,
5581         * src/SDCCcflow.c (*),
5582         * src/SDCCcflow.h,
5583         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
5584         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
5585         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
5586         immedDom() returning wrong block; probably fixes bug #1160833)
5587
5588 2005-03-20 Borut Razem <borut.razem AT siol.net>
5589
5590         * support/scripts/inc2h.pl: WIN32 port
5591
5592 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
5593
5594         * device/lib/makefile.in: added abs.c and labs.c
5595
5596 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
5597
5598         * device/include/stdint.h: added
5599         * device/lib/abs.c: added
5600         * device/lib/labs.c: added
5601         * device/include/stdlib.h: added abs() and labs() prototypes
5602         * device/lib/libsdcc.lib: added abs and labs
5603         * device/include/float.h,
5604         * device/lib/_fsmul.c,
5605         * device/lib/printf_fast.c,
5606         * device/lib/printf_tiny.c: updated comments
5607
5608 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5609
5610         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
5611         bug #1164313
5612
5613 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5614
5615         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
5616         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
5617
5618 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
5619
5620         * device/lib/printf_large.c: removed inline assembly for portability and
5621           readability. Use printf_fast if speed or size are more important.
5622         * src/pic16/gen.c: removed conditions around use of DEBUGpc
5623         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
5624
5625 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
5626
5627         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
5628         prevent compiler warning
5629
5630 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
5631
5632         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
5633         moved to level 0 and declared as static. Also they are explicit
5634         placed in access bank. This was necessery because some times they
5635         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
5636         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
5637         optimizations. Currently only compare to unsigned char is implemented,
5638         * src/pic16/gen.c: added fReturnIdx array,
5639         * (struct resolvedIfx) is moved to gen.h and made public,
5640         * (struct _G): added sregsAlloc and sregsAllocSet fields,
5641         * (aopForSym): added an optimization to directly store in stack of
5642         the operand of a SEND iCode,
5643         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
5644         but as registers instead (AOP_REG) using the fReturnIdx array,
5645         * (pic16_freeAsmop): remove the freed register from the
5646         _G.sregsAlloc field,
5647         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
5648         a compare of 'WREG',
5649         * (pic16_popGetTempRegCond): changed function prototype, now
5650         function takes also a bitVector argument v which holds the current
5651         set of registers that are allocated for stack access by aopForSym,
5652         registers allocated in aopForSym for accessing stack symbols are not
5653         any more part of the functions usedRegs field,
5654         * (genCall): some times aopOp is called for a stack variable to be
5655         send, aopForSym might perform the push, if this is true make sure
5656         that genCall doesn't push the variable twice by testing _G.resDirect,
5657         * (genFunction): changed testing for unspecified interrupt number
5658         from 256 to INTNO_UNSPEC,
5659         * modified selection scheme of frame pointer generation. Previously
5660         if function did use local registers a frame pointer was generated,
5661         now a frame pointer is generated only if function has arguments
5662         (that need PLUSW2 register access), or has stack arguments, or the
5663         compiler is not instructed to omit the frame pointer,
5664         * (genEndFunction): before restoring local registers that were saved
5665         in the function preamble, also restore the registers that *might*
5666         have been allocated for stack access,
5667         * (genRet): removed some old comments,
5668         * (genCmp, the active (RN's) version): added a call to the
5669         pic16_genCmp_special function to perform the compare with a more
5670         robust and optimized way,
5671         * (genInline): a feature has been added in inline code generation,
5672         which allows a wildcard variable substitution when writing inline
5673         assembly. Code is incomplete and experimental therefore undocumented,
5674         * (genCast): changed order of aopOp for result and right to allow
5675         aopForSym to directly load the result if possible,
5676         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
5677         perform an optimized compare on some selected special occasions,
5678         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
5679         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
5680         generate an IVT any more,
5681         * src/pic16/main.c (pic16_optionsTable): added command line option
5682         --optimize-cmp,
5683         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
5684         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
5685         macros,
5686         * src/pic16/NOTES: Raphael Neider added in list of active developers
5687         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
5688         jumptable_end to prevent bug #,
5689         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
5690         inCond and outCond fields,
5691         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
5692         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
5693         turn off register spilling,
5694         * (packRegsForOneUse): synced with other ports' versions although it
5695         is not used currently,
5696         * (pic16_packRegisters): added an optimization while reading
5697         structure bitfields, some registers may be saved (malloc code is
5698         decreased by 80 bytes)
5699
5700 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
5701
5702         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
5703         left is a bitfield, if yes, then don't optimize assignment. Perhaps
5704         this can be optimized more?
5705
5706 2005-03-10 Raphael Neider <rneider AT web.de>
5707
5708         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
5709           genNearPointerGet): (hopefully) fixed access to bitfields via
5710           pointers (p->bitN = x; and x = p->bitN; failed)
5711
5712 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
5713
5714         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
5715
5716 2005-03-09 Raphael Neider <rneider AT web.de>
5717
5718         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
5719
5720 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
5721
5722         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
5723         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
5724           (regTypeNum): set REG_BIT type if necessary
5725         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
5726         * support/regression/tests/critical.c: check bug 1144613
5727
5728 2005-03-02 Raphael Neider <rneider AT web.de>
5729
5730         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
5731
5732 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5733
5734         * src/avr/ralloc.c (serialRegAssign),
5735         * src/ds390/ralloc.c (serialRegAssign),
5736         * src/hc08/ralloc.c (serialRegAssign),
5737         * src/mcs51/ralloc.c (serialRegAssign),
5738         * src/pic/ralloc.c (serialRegAssign),
5739         * src/pic16/ralloc.c (serialRegAssign),
5740         * src/xa51/ralloc.c (serialRegAssign),
5741         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
5742
5743 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
5744
5745         * src/SDCCast.c (decorateType): fixed bug 1124787
5746
5747 2005-02-20 Hubert Sack <sack AT digiplan.de>
5748         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5749
5750         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
5751         patch #1121755
5752
5753 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5754
5755         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
5756         to keep the correct label reference count when adding/removing references
5757         to labels. A peephole file using this is appended to patch #1144962.
5758
5759 2005-02-14 Raphael Neider <rneider AT web.de>
5760
5761         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
5762         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
5763         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
5764           retrievals of result operand's value on assignment
5765
5766 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
5767
5768         * device/include/pic16/string.h: modified prototype for memccpy()
5769         to memccpy(void *, void *, char, size_t)
5770         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
5771         check whether to omit frame pointer or not,
5772         * (genInline): convert all occurences of "\n" to LF in inline
5773         assembler blocks, this helps formatting the inline text,
5774         * (pic16_loadFSR0): modified prototype,
5775         * (genNearPointerGet, genNearPointerSet): reorganization of code,
5776         removed some 8051 legacy code,
5777         * (genPackBits): enabled handling bitfields exceeding one byte in size,
5778         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
5779         before allocating temporary registers in functions,
5780
5781 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
5782
5783         * support/regression/tests/bitvars.c: corrected the "fix"
5784
5785 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
5786
5787         * support/regression/tests/bitvars.c,
5788         * support/regression/tests/bitwise.c,
5789         * support/regression/tests/rotate.c: "fixed" problems on Alpha
5790
5791 2005-02-10 Raphael Neider <rneider AT web.de>
5792
5793         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
5794           different size for Alpha
5795         * src/pic16/gen.c (genCmpEq) : improved compare with 0
5796
5797 2005-02-09 Raphael Neider <rneider AT web.de>
5798
5799         * src/SDCC.lex(doPragma) : save and restore warning options as well
5800           (also added new stack plus clone- and copyAndFreeSDCCERRG())
5801         * have #pragma less_pedantic set the errorlevel to WARNING
5802           (fixes #1117001)
5803         * (cloneOptimize) : fixed wrong malloc's size
5804         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
5805           facilitate correct handling of #pragma (save|restore)
5806
5807 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
5808
5809         * src/mcs51/gen.c: removed non-standard C nameless struct/union
5810
5811 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
5812
5813         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
5814
5815 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
5816
5817         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
5818
5819 2005-02-02 Raphael Neider <rneider AT web.de>
5820
5821         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
5822         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
5823         * (pic16_storeForReturn): fixed to allow returning function pointers
5824         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
5825         * device/include/pic16/{stddef.h,stdbool.h}: added
5826
5827 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
5828
5829         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
5830
5831 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
5832
5833         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
5834         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
5835          appeared to be required
5836
5837 2005-01-31 Borut Razem <borut.razem AT siol.net>
5838
5839         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
5840           include/mcs51 and include/z80 directories to the package
5841
5842 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5843
5844         * src/hc08/gen.c (genFunction): fixed bug #1112752
5845
5846 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5847
5848         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
5849
5850 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5851
5852         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
5853
5854 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
5855
5856         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
5857
5858 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
5859
5860         * device/include/c8051fxxx.h: removed these 6 files
5861         * device/include/mcs51/c8051fxxx.h: added these 11 new files
5862
5863 2005-01-26 Raphael Neider <rneider AT web.de>
5864
5865         * src/pic16/gen.c (genAssign): fixed assignment from longs
5866           in codespace (were cut to three bytes)
5867         * (genDummyRead): implemented (except for CODESPACE...),
5868           fixed bug #1108575
5869         * src/pic16/glue.c (emitStatistics): beautified
5870         * device/lib/pic16/libm/Makefile: added include path
5871
5872 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5873
5874         * src/z80/gen.c (aopPut): fixed bug #1103902
5875
5876 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5877
5878         * device/lib/expf.c: fixed bug #1095792
5879
5880 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
5881
5882         * device/lib/pic16/libm: added Math library sources
5883
5884 2005-01-24 Raphael Neider <rneider AT web.de>
5885
5886         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
5887           to enable upcast to pCodeOpReg2 (there is no type tag to
5888           differenciate the two and pic16_popGet2p cast into PCOR2)
5889         * src/pic16/main.c (_process_pragma): fixed another malloc bug
5890           (sizeof(sectNames) changed to sizeof(sectName))
5891           Both patches fix segfaults under MinGW.
5892
5893 2005-01-23 Raphael Neider <rneider AT web.de>
5894
5895         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
5896           Safe_[mc]?alloc()'ed variables
5897         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
5898           of (byte sized) temporaries (assign them to WREG for now)
5899         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
5900           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
5901           this might fix SIGSEGVs on MinGW...
5902         * src/SDCCopt.c (killDeadCode): restored original behaviour
5903           (volatile operands might get thrown away though)
5904
5905 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
5906
5907         * src/pic16/gen.c: fixed bug #1106975,
5908         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
5909         pointer update, INTCON is saved, global interrupts are disabled and
5910         restored after updateing TOS.
5911         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
5912         * added function attribute 'shadowregs' to take advantage of shadow
5913         registers,
5914         * added function attribute 'wparam' as an alternative to the wparam
5915         pragma,
5916         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
5917         user declares a non-ISR function as 'shadowregs',
5918         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
5919
5920 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
5921
5922         * .version: bumped version number to 2.4.8
5923         * device/lib/pic16/pics.all: list of PIC18F devices supported by
5924         pic16 port,
5925         * device/lib/pic16/libio/i2c/: I2C module support library,
5926         * device/include/pic16/i2c.h: I2C support library header,
5927         * device/lib/pic16/libc/stdio/: standard IO support sources,
5928         * (printf_small.c): printf_small() source, supports float print,
5929         * (printf_tiny.c): printf_tiny() source, does not support floats,
5930         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
5931         enable global optimizations for entire library source, other
5932         Makefiles in the source tree are also modified to reflect this,
5933         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
5934         function,
5935         * doc/sdccman.lyx: updated to reflect new changes,
5936         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
5937         sym->onStack if-case,
5938         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
5939         sbit, idata, _idata, xdata, _xdata,
5940         * added pragma library, to link an external library, (see doc),
5941         * removed command line options, --pomit-config-words, --pomit-ivt,
5942         --pleave-reset-vector,
5943         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
5944         when calling assembler to reflect memory model used, also define
5945         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
5946         reflect stack model used,
5947         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
5948         on stack return NULL,
5949
5950 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
5951
5952         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
5953           of the operands is volatile. Fixes #1020220
5954
5955 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
5956
5957         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
5958         * (OptimizeRegUsage): make sure that there is really no other flow where
5959           the first pCode is used
5960
5961 2005-01-22 Raphael Neider <rneider AT web.de>
5962
5963         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
5964           to fix #1106967 (pCode->seq are not set up correctly)
5965
5966 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5967
5968         * src/SDCCglue.c (glue): make sure code area is declared before the
5969         static initialization area.
5970
5971 2005-01-21 Raphael Neider <rneider AT web.de>
5972
5973         * device/lib/Makefile.in: fixed test for pic16 install dir
5974         * device/lib/pic16/*/Makefile*: modified compile flags to enable
5975           optimizations
5976         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
5977           added --optimize-goto compiler switch and pragma wparam documentation
5978         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
5979         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
5980           and PRODH closing bug #1071770 (peephole optimizer)
5981
5982 2005-01-19 Raphael Neider <rneider AT web.de>
5983
5984         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
5985           cmdLine buffers (used when calling sdcpp...) are large enough
5986           (MAX_PATH=256 truncates arguments leading to system halts when
5987           used in MinGW...)
5988         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
5989         * (genUminus): rewritten to for efficiency
5990         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
5991           used uninitialized in some cases)
5992         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
5993           copy the third byte from the int -- now assumes 0x80 (data memory)
5994         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
5995           operands (genAddLit expects the iCode's operands to swapped as
5996           well), fixed leftover bytes (crashed for short left operands)
5997         * (pic16_genMinusDec): performance improvements, removed false
5998           PIC14 emitSKPNCs
5999         * (pic16_genMinus): fixed to cope with differently sized operands
6000         * src/pic16/glue.c (pic16_glue): added new banksel optimization
6001           for --obanksel > 1
6002         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
6003         * src/pic16/graph.[ch]: implementation of directed graphs, used by
6004           new banksel optimization
6005         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
6006           analysis for temporary registers (segfaults...)
6007         * src/pic16/peeph.def: added rule
6008
6009 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
6010
6011         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
6012         which converts a float number to its ASCII representation
6013         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
6014         functions to convert the fractional and integer part of a float to ASCII,
6015         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
6016         realloc.c): added _MALLOC_SPEC to explicit place variables in data
6017         ram
6018         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
6019         _STATMEM macros,
6020         * device/include/pic16/adc.h: added GPL info,
6021         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
6022         a pCodeOp as tested operand,
6023         * (genNearPointerGet): optimized bit testing, does not use
6024         intermediate register for bit value, test directly instead with
6025         BTFSS, BTFSC, works only for single bits,
6026         * (genpic16Code): dump the name of the iCode in the asm,
6027         * src/pic16/ralloc.c (decodeOp): removed static declaration and
6028         renamed to pic16_decodeOp,
6029         * (serialRegAssign): do not allocate a temporary register for iCode
6030         sequences that test a single bit for 1/0
6031
6032 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
6033
6034         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
6035         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
6036         access stack and frame pointers. They are initially assigned to
6037         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
6038         accessing SFRs. Updated all occurences of modification of stack or
6039         frame pointer in gen.c and pcode.c,
6040         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
6041         assigning of a literal value to pointers,
6042         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
6043         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
6044         selected
6045
6046 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6047
6048         * doc/sdccman.lyx: update documentation about stack pragma, added
6049         some info for stack memory models
6050
6051 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6052
6053         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
6054
6055 2005-01-08 Raphael Neider <rneider AT web.de>
6056
6057         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
6058           udata sections to fix bug #1097823
6059
6060 2005-01-05 Raphael Neider <rneider AT web.de>
6061
6062         * src/pic16/gen.c (genGenericShift): added handling of differently
6063           sized left operand and result
6064
6065 2005-01-04 Raphael Neider <rneider AT web.de>
6066
6067         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
6068         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
6069           to hold the condition bit)
6070         * added new version of genCmp (old code available via #define)
6071         * added new version of genShiftLeft/genShiftRight in a generic
6072           way, now supports shifting by negative values
6073         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
6074           shiftCount (expected by genGenericShift)
6075         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
6076         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
6077           dump
6078         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
6079           is an invalid literal too...)
6080
6081 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
6082
6083         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
6084         from Raphael Neider,
6085         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
6086         for 8-bit literals. This fixes some literal operands which are sign
6087         extended to 16-bits ints when instruction needs only 8-bits.
6088
6089 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
6090
6091         * device/lib/logf.c: added mcs51 assembly version
6092         * device/lib/expf.c: added mcs51 assembly version
6093         * device/lib/_logexpf.c: new shared asm code for expf and logf
6094         * device/include/math.h: add defines for assembly math library
6095         * device/lib/Makefile.in: build new _logexpf.c
6096         * device/lib/libfloat.lib: use new _logexpf.c
6097
6098 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
6099
6100         * src/pic/device.c
6101         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
6102           device types which have less than 0x7f registers.
6103
6104 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
6105
6106         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
6107
6108 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
6109
6110         * device/lib/printf_fast.c: only build on supported arch.
6111         * device/lib/printf_tiny.c: only build on supported arch.
6112         * device/lib/printf_fast_f.c: only build if asm float lib
6113         * device/lib/_fsget1arg.c: only build if asm float lib
6114         * device/lib/_fsget2args.c: only build if asm float lib
6115         * device/lib/_fsnormalize.c: only build if asm float lib
6116         * device/lib/_fsreturnval.c: only build if asm float lib
6117         * device/lib/_fsrshift.c: only build if asm float lib
6118         * device/lib/_fsswapargs.c: only build if asm float lib
6119         * device/include/stdio.h: don't provide print_fast,
6120           print_fast_f, print_tiny prototypes if --xstack used
6121
6122 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
6123
6124         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
6125         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
6126           to the SOURCES
6127
6128 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
6129
6130         * device/lib/printf_fast_f.c: same as printf_fast, but
6131           with floating point enabled
6132         * device/lib/printf_fast.c: minor tweaks
6133         * device/include/stdio.h: add printf_fast_f
6134
6135 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
6136
6137         * src/SDCCmain.c: make --float-reent default for mcs51
6138         * device/lib/_fsadd.c: added mcs51 assembly version
6139         * device/lib/_fssub.c: added mcs51 assembly version
6140         * device/lib/_fsmul.c: added mcs51 assembly version
6141         * device/lib/_fsdiv.c: added mcs51 assembly version
6142         * device/lib/_fseq.c: added mcs51 assembly version
6143         * device/lib/_fsneq.c: added mcs51 assembly version
6144         * device/lib/_fsgt.c: added mcs51 assembly version
6145         * device/lib/_fslt.c: added mcs51 assembly version
6146         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
6147         * device/lib/Makefile.in: add _fscmp to build
6148         * device/lib/libfloat.lib: add _fscmp to build
6149
6150 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
6151
6152         * device/lib/_fs2slong.c: added mcs51 assembly version
6153         * device/lib/_fs2sint.c: added mcs51 assembly version
6154         * device/lib/_fs2schar.c: added mcs51 assembly version
6155         * device/lib/_fs2ulong.c: added mcs51 assembly version
6156         * device/lib/_fs2uint.c: added mcs51 assembly version
6157         * device/lib/_fs2uchar.c: added mcs51 assembly version
6158         * device/lib/_slong2fs.c: added mcs51 assembly version
6159         * device/lib/_sint2fs.c: added mcs51 assembly version
6160         * device/lib/_schar2fs.c: added mcs51 assembly version
6161         * device/lib/_ulong2fs.c: added mcs51 assembly version
6162         * device/lib/_uint2fs.c: added mcs51 assembly version
6163         * device/lib/_uchar2fs.c: added mcs51 assembly version
6164         * device/include/float.h: added #define to select asm vs c
6165
6166 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
6167
6168         * device/lib/printf_fast.c: improvements to float output
6169         * device/include/float.h: add defines for assembly float library
6170         * device/lib/_fsget1arg.c: receive 1 float arg
6171         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
6172         * device/lib/_fsnormalize.c: normalize a float
6173         * device/lib/_fsreturnval.c: return float, various helper routines
6174         * device/lib/_fsrshift.c: right shift a float's mantissa
6175         * device/lib/_fsswapargs.c: swap 2 floats
6176         * device/lib/Makefile.in: build these 6 new files for mcs51
6177         * device/lib/libfloat.lib: add these 6 files to the library
6178
6179 2004-12-26 Borut Razem <borut.razem AT siol.net>
6180
6181         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
6182           built by gcc 3.4.2
6183
6184 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
6185
6186         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
6187           and fully reentrant and register bank neutral.
6188         * device/lib/printf_fast.c: added float (not enabled by default),
6189           added compact/slower integer (also not enabled by default),
6190           improved size/speed of fast integer code, other minor changes
6191         * device/include/stdio.h, device/lib/Makefile.in,
6192           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
6193
6194 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
6195
6196         * src/pic16/pcode.c: declaring variables other than at the start of a
6197           block is not supported in C by VC6.
6198
6199 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
6200
6201         * applied a previous patch from Raphael Neider that wasn't included
6202         in the previous commits, which fixes infinite loops within jumptable
6203         improvements,
6204         * made some fixes that previous patches introduced
6205
6206 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
6207
6208         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
6209         that fixes an issue with AOP_PCODE asmop's offset,
6210         * (pic16_popCopyReg): update instance field too,
6211         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
6212         function of pic port,
6213         * (genCmp, genAnd, genAssign),
6214         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
6215
6216 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
6217
6218         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
6219         variables initial values to idata section,
6220         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
6221         variables in some functions. This utilizes parmBytes field of iCode
6222         structure to hold the offset of the variable in stack. (might be
6223         able to use the stack field too?)
6224         * applied patch from Raphael Neider # ### , # ###
6225         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
6226         variable initial values in idata section,
6227         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
6228         for static variables with initial value
6229         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
6230         applied fix in while loop from Raphael Neider.
6231
6232 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
6233
6234         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
6235         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
6236         * src/ds390/ralloc.c (serialRegAssign): spill bits
6237         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
6238         * support/Util/SDCCerr.c,
6239         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
6240         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
6241         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
6242
6243 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
6244
6245         * device/include/sdcc-lib.h: inserted LGPL, added includes
6246           asm/ds390/features.h and asm/mcs51/features.h
6247         * device/include/asm/default/features.h,
6248         * device/include/asm/gbz80/features.h,
6249         * device/include/asm/z80/features.h: added empty _AUTOMEM
6250           and _STATMEM
6251         * device/include/asm/ds390/features.h,
6252         * device/include/asm/mcs51/features.h: added files with defines for
6253           _AUTOMEM and _STATMEM indicating automatic and static storage class
6254         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
6255         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
6256         * src/SDCCicode.c (geniCodeCast),
6257         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
6258         * src/SDCCloop.c (loopInduction): removed unused variable lr
6259         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
6260           to convertToFcall to include char modulo (RFE 1065037), added check
6261           if left operand is unsigned and use abs of literal value
6262         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
6263           as it doesn't work after conversion from peephole.def to peephole.rul
6264         * src/mcs51/gen.c (toBoolean): added check for size,
6265           (genModOneByte): optimized code for signed char modulo a literal
6266           power of 2 (thanks to Hubert Sack),
6267           (genRRC): removed unnecessary "clr c",
6268           (genRLC): replaced "add a,acc" with cheaper "rlc a"
6269         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
6270           jump optimization,
6271           swapped rules 256.c and 256.d,
6272           extended 256.d by using new multiple checks (thanks Erik),
6273           added rules 256.e and 256.f,
6274           updated rule 261.a and 261.b to new generated code
6275         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
6276
6277 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6278
6279         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
6280           induction related bugs, including first part of bug #1074377
6281
6282 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
6283
6284         * applied patch from bug-report #1076292,
6285         * applied patches for genAnd and Goto-optimizations for Raphael
6286         Neider,
6287         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
6288         dump a less iCode information,
6289         * src/pic16/device.h (pic16_options_t): added field debgen,
6290         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
6291         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
6292         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
6293         puclic,
6294         * (various functions): added macros FENTRY and FENTRY2 to functions,
6295         to emit function prologue,
6296         * (various functions): fixed indentation,
6297         * (genNearPointerGet): fixed loading of FSR0,
6298         * (genPackBits): applied patch from Raphael Neider to fix updating
6299         of FSR0 and touching only the modified bits,
6300         * src/pic16/genarith.c (various functions): added macros FENTRY to
6301         emit function prologue in comments,
6302         * src/pic16/pcode.h: added functions debugf2, debugf3,
6303         * src/pic16/ralloc.c: partial fix for packForPush caused
6304         segmentation fault,
6305
6306 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6307
6308         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
6309           <stsp AT users.sourceforge.net> with reversed byte order
6310         * support/regression/tests/rotate.c: added (ds390 skips some tests)
6311
6312 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6313
6314         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
6315           bug #1074377
6316         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
6317         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
6318
6319 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
6320
6321         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
6322
6323 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6324
6325         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
6326           conditions,
6327           (setFromConditionArgs): friendly operand parser for peephole rules,
6328           (operandBaseName, operandsNotRelated): new peephole condition
6329           "operandsNotRelated" -- similar to "operandsNotSame", but takes
6330           architecture specific register naming into account, handles n-way
6331           comparisons, and supports quoted literals
6332         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
6333
6334 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6335
6336         * src/mcs51/peeph.def: fixed bug #1076940
6337
6338 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
6339
6340         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
6341
6342 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6343
6344         Adding support for replacing ljmps with sjmps in jumptables
6345         generated for switch statements. For now you need to set the
6346         environment variable SDCC_SJMP_JUMPTABLE to enable this.
6347         Now 4 algorithms for mcs51 jumptable generation are used:
6348         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
6349         addresses loaded pc-relative for up to 112 cases and stack-pushing
6350         target addresses loaded with offset from dptr for up to 256 cases.
6351
6352         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
6353         * src/mcs51/main.c: adapted constants for switch table generation
6354         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
6355
6356 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
6357
6358         * device/lib/printf_large.c (_print_format): fixed bug 1073386
6359         * support/regression/tests/bug1057979.c: added test for bug 1073386
6360
6361 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
6362
6363         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
6364         compilers
6365
6366 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
6367
6368         * src/pic16/device.h,
6369         * src/pic16/genarith.c,
6370         * src/pic16/glue.c,
6371         * src/pic16/main.c,
6372         * src/pic16/pcode.c: applied patches #1068154 and #1070213
6373
6374 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
6375
6376         Large cummulative patch for pic16 port.
6377         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
6378         to call when a stack overflow occurs,
6379         * (malloc.h): added CVS Id tag,
6380         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
6381         variable,
6382         * added libc directory. The current version of LibC contains string
6383         functions, ctype functions and macros and some functions of the
6384         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
6385         be extensively tested in the future. Standard disclaimer here.
6386         Library is not automatically build yet. But one can build it by
6387         invoking 'make' inside the libc directory.
6388         * added ADC library under libio. Preliminary version yet.
6389
6390         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
6391         * src/pic16/gen.c (aopForRemat): asmop size is filled by
6392         aopForRemat() now and not by pic16_aopOp(),
6393         * (pic16_popGetTempReg): removed warning messgae when allocating
6394         temporary registers, its a buggy feature and will be removed,
6395         * (pic16_popGet): set register instance field in AOP_CRY,
6396         * (pic16_outBitC): fixed for results in size greater than 1,
6397         * (genUminusFloat): fixed for pic16, ported code from mcs51,
6398         * (pic16_storeForReturn): optimized return of 0,
6399         * (genCmp): experimental code for new genCmp which uses PIC18's
6400         special compare&skip instructions. Initial tests fail some times
6401         with variables grater than 1 byte in size, so new code is disabled,
6402         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
6403         a single bit,
6404         * (genCast): began a fix to optimize the casting of a bit to another
6405         bit, now assigning a bitfield to another bitfield will fail, sorry,
6406         * src/pic16/main.c: disabled the use of lr-support feature,
6407         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
6408         * added some function prototypes, added function _debugf prototype,
6409         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
6410         bits with offset (case PO_GPR_BIT),
6411         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
6412         command line,
6413         * (isBankInstruction): modified to return 0 for no banking instruction,
6414         and 1 for banking instruction,
6415         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
6416         caused stop processing pCodes after a inline assembly block,
6417         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
6418         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
6419         registers when it shouldn't,
6420         * src/pic16/ralloc.c (allocReg): add preliminary support for
6421         supporting a limited set of temporary registers,
6422
6423 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6424
6425         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
6426           genDataPointerSet): ensure assignments always copy in MSB to LSB
6427           order,
6428           (loadRegFromAop): recognize CLRH optimization,
6429           (genFunction): optimize RECEIVE iCodes in reentrant functions
6430
6431 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6432
6433         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
6434           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
6435           selected.
6436         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
6437         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
6438           contiguous with data
6439
6440 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6441
6442         * device/lib/_gptrget.c (_gptrget),
6443         * device/lib/_gptrgetc.c (_gptrgetc),
6444         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
6445           instead of sjmp to ret
6446         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
6447           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
6448
6449 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
6450
6451         * .version: bumped version to 2.4.7
6452         * device/lib/_gptrget.c (_gptrget): is now _naked
6453         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
6454         * device/lib/_gptrput.c (_gptrput): is now _naked
6455         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
6456           (createFunction): fixed xstack
6457         * src/SDCCglue.c (emitMaps): set allocation required for bit area
6458         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
6459           or bit either,
6460           (geniCodeCritical): store original interrupt state in an iTemp bit
6461           var unless stack-auto
6462         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
6463         * src/SDCCmain.c (setIncludePath): added include/target to search path
6464         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
6465         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
6466           prototype,
6467           (processFuncArgs): put bit vars in bit area
6468         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
6469           unsaveRBank): fixed xstack,
6470           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
6471           (genFunction, genEndFunction): fixed xstack,
6472           (genAssign): optimization don't walk backwards through mem
6473         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
6474         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
6475         * support/regression/Makefile: also make library (for stack-auto) when
6476           making "all" and added "test-mcs51-xstack-auto"
6477         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
6478         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
6479         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
6480         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
6481         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
6482           make-library by MAKE_LIBRARY
6483         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
6484           regression tests for xstack
6485         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
6486         * support/regression/tests/critical.c: test for critical on mcs51
6487
6488 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6489
6490         * support/regression/ports/ucz80/spec.mk: use include and lib files from
6491           built version of sdcc instead of installed version
6492
6493 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
6494
6495         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
6496         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
6497           vprintf.c now
6498         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
6499         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
6500           WARNING: remove device/lib/build/z80/printf.o by hand when
6501           updating from previous build!
6502         * device/lib/z80/printf.c: updated comment
6503         * support/regression/tests/bug1057979.c: test all ports now
6504         * support/regression/tests/bug1065458.c: file added
6505
6506 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6507
6508         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
6509           *_start and *_end symbols for static functions
6510
6511 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
6512
6513         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
6514           and search crt0.o in all library paths,
6515           (setIncludePath): proper handling of --nostdinc,
6516           (setLibPath): proper handling of --nostdlib
6517         * support/regression/Makefile,
6518         * support/regression/ports/ds390/spec.mk,
6519         * support/regression/ports/gbz80/spec.mk,
6520         * support/regression/ports/hc08/spec.mk,
6521         * support/regression/ports/mcs51/spec.mk,
6522         * support/regression/ports/mcs51-large/spec.mk,
6523         * support/regression/ports/mcs51-stack-auto/spec.mk,
6524         * support/regression/ports/z80/spec.mk: use include and lib files from
6525           built version of sdcc instead of installed version
6526         * doc/sdccman.lyx: fixed typo in --nostdinc
6527
6528 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
6529
6530         * src/pic/pcode.c,
6531         * src/pic/device.c,
6532         * src/pic/ralloc.c,
6533         * src/pic/gen.c : added support to generate code for struct bit fields.
6534
6535 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
6536
6537         * as/xa51/xa_version.h,
6538         * device/include/errno.h,
6539         * device/include/regc515c.h,
6540         * device/lib/_itoa.c,
6541         * device/lib/_ltoa.c,
6542         * device/lib/ser_ir_cts_rts.c,
6543         * sim/ucsim/xa.src/glob.cc,
6544         * sim/ucsim/xa.src/inst_gen.cc,
6545         * sim/ucsim/xa.src/xa_bit.cc,
6546         * sim/ucsim/xa.src/xa_sfr.cc,
6547         * sim/ucsim/z80.src/inst_dd.cc,
6548         * sim/ucsim/z80.src/inst_fdcb.cc,
6549         * support/scripts/keil2sdcc.pl,
6550         * src/pic16/pic16.dsp,
6551         * src/pic16/pic16a.dsp: corrected cvs line endings
6552         * device/lib/printf_large.c: fixed bug 1057979
6553         * src/pic16/gen.c: fixed non-C standard code
6554         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
6555         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
6556         * support/regression/ports/mcs51/support.c: reload T1 asap
6557         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
6558           pdata use and clear idata startup behaviour
6559         * support/regression/tests/bug1057979.c: added
6560
6561 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
6562
6563         * device/examples/ds390/ow390/ad26.h,
6564         * device/examples/ds390/ow390/cnt1d.h,
6565         * device/examples/ds390/ow390/crcutil.c,
6566         * device/examples/ds390/ow390/ownet.h,
6567         * device/examples/ds390/ow390/owsesu.c,
6568         * device/examples/ds390/ow390/swt12.h,
6569         * device/examples/ds390/ow390/swtoper.c,
6570         * device/examples/ds390/ow390/temp10.h,
6571         * device/examples/ds390/ow390/thermodl.c,
6572         * device/examples/ds390/tinitalk/tinitalk.dsp,
6573         * device/examples/ds390/tinitalk/tinitalk.dsw,
6574         * device/examples/mcs51/clock/hw.h,
6575         * device/examples/mcs51/simple2/go.bat,
6576         * device/examples/serialcomm/windows/serial.h,
6577         * device/examples/xa51/dummy.c,
6578         * device/examples/xa51/hello.c,
6579         * device/include/80c51xa.h,
6580         * device/include/at89x051.h: corrected cvs line endings
6581
6582 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
6583
6584         * src/pic16/main.c (options): added command line --gstack, to trace
6585         stack over/under flows,
6586         * added pragma 'wparam' to allow passing first byte of function
6587         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
6588         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
6589         call to __gstack_test function and sets up the symbol as extern,
6590         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
6591         * popaop): added call to pic16_testStackOverflow,
6592         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
6593         wparamList list,
6594         * (genCall, genPcall): now all parameters are passed via stack
6595         except in functions that are pass to wparam pragma in which WREG is
6596         used too,
6597         * (genPcall): REENTRANT flag is checked to see if variable prototype
6598         contains reentrant keyword, don't call a non-reentrant function, via
6599         a reentrant function pointer or vice versa, functions are never
6600         passed via WREG,
6601         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
6602         D.Winkler,
6603         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
6604         SIGSEGV when accessing a NULL register stucture,
6605         * (pic16_printGPointerType): modified to handle UPPER modifier for
6606         function initializers, changed prototype of function to simpler one,
6607         * (pic16_printIvalFuncPtr): check to see if function is already
6608         added in externs list,
6609         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
6610         optimized a move from W to SFR with a move to the same register
6611         later after a CALL,
6612         * device/lib/pic16/debug: NEW directory, contains debug features
6613         which are enabled when linking with libdebug.lib, currently command
6614         line option --gstack enables stack pointer tracing for over/under
6615         flow, corresponding sources are in debug/gstack
6616
6617 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
6618
6619         * doc/sdccman.lyx: updated SDCC version,
6620         * (PIC16 port): update list of command line options,
6621         * src/pic16/device.h (structure pic16_options_t): added field gstack
6622         to enable stack overflow tracing on push/pops,
6623         * src/pic16/device.c (statistics structure): added statistics
6624         structure,
6625         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
6626         pic16_dump_int_registers): increase statistics counters for each
6627         * variable which is encountered
6628         * (pic16_dump_usection): emit each .udata variable to its own udata
6629         section,
6630         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
6631         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
6632         parameters via stack, otherwise use old scheme,
6633         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
6634         assembler output file,
6635         * src/pic16/main.c: added command line options --gstack to enable
6636         push/pop tracing for stack overflow,
6637         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
6638         instructions): added size of each instruction,
6639         * (pic16_countInstruction): estimate size of instructions in
6640         the_pFile list, inline assembly blocks are not counted,
6641         * (pic16_FixRegisterBanking): trace previous register usage, when
6642         banksel optimizations is greater than 0, don't emit a redudant
6643         banksel directive,
6644
6645 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
6646
6647         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
6648         * src/pic16/ralloc.c : applied same fix for pic16.
6649         * src/pic/gen.c : tidied it up a little.
6650
6651 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6652
6653         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
6654         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
6655
6656 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6657
6658         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
6659
6660 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6661
6662         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
6663         non-reentrant function __modsint in the interrupt function (thus
6664         corrupting math operations during serial I/O)
6665         * device/lib/ser_ir.c: as above, changed buffersize
6666         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
6667         256.c,d for zeroing
6668         * doc/Makefile: added option -t for rsync
6669
6670 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6671
6672         * src/SDCCast.h (struct ast),
6673         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
6674
6675 2004-10-20 Borut Razem <borut.razem AT siol.net>
6676
6677         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
6678         package
6679
6680 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
6681
6682         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
6683         makefile targets,
6684         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
6685         support functions to replace long sequences of MOVFF's from access
6686         bank registers to stack and vice versa,
6687         * src/pic16/device.h: added new field opt_flags, where optimization
6688         flags can be set to enable certain features,
6689         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
6690         * pBlock, (genFunction, genEndFunction): surroung loop for
6691         saving/loading used registers in stack with PC_INFO pCodes,
6692         INF_LREGS. Code in between can then be optimized by pCode optimizer
6693         to support function calls,
6694         * (genDataPointerSet): fixed bug which loaded float fields in
6695         structures with corrupt data,
6696         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
6697         in a standard way debug info on stderr. Feature used for developing
6698         and debugging only,
6699         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
6700         obsolete chunks of code,
6701         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
6702         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
6703         * pic16/src/pcode.c (pic16_newpCodeInfo,
6704         * (pic16_newpCodeOpLocalRegs),
6705         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
6706         feature,
6707         * (pic16_pCodeConstString): printing of the initial value of a
6708         symbol as a comment is inhibited since parsing was already done by
6709         copyStr and output is corrupt,
6710         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
6711
6712 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6713
6714         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
6715
6716 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
6717
6718         * as/mcs51/lkarea.c: removed old K&R style,
6719           (lnksect): changed check on boundary error,
6720           (lnksect2): changed check on boundary error,
6721           (lnksect2): extend XSTK to end of page if size = 1
6722         * as/mcs51/lkmain.c: removed old K&R style,
6723           (Areas51): create l_IRAM symbol
6724         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
6725         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
6726           model-mcs51-stack-auto, added model-mcs51-xstack-auto
6727         * device/lib/_mullong.c: added version to be compiled with xstack
6728         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
6729         * device/lib/mcs51/crtxclear.asm: clear pdata as well
6730         * device/lib/mcs51/crtxstack.asm: fixed comment
6731         * src/SDCCglue.c: maxInterrupts defaults to 0,
6732           (emitMaps): added pdata,
6733           (createInterruptVect): (re)moved default,
6734           (glue): added pdata,
6735           (glue): moved __start__xstack to XSTK with default size 1
6736         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
6737           and options.float_rent when options.stackAuto is set,
6738           (linkEdit): only write XDATA_NAME if provided on command line
6739         * src/SDCCmem.h,
6740         * src/SDCCmem.c: added pdata
6741         * src/port.h: added pdata_name to PORT
6742         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
6743           (saveRegisters, unsaveRegisters): removed usage of B,
6744           (genMinus): fixed accumulator clash,
6745           (genJumpTab): added comment, this needs another look
6746         * src/mcs51/gen.c: added check for "B in use" paranoia,
6747           added pushB() and popB()
6748         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
6749           chance
6750         * src/avr/main.c,
6751         * src/ds390/main.c,
6752         * src/hc08/main.c,
6753         * src/mcs51/main.c,
6754         * src/pic/main.c,
6755         * src/pic16/main.c,
6756         * src/xa51/main.c,
6757         * src/z80/main.c: (reset_regparms) made void parameter explicit and
6758           added PSEG (PAG,XDATA) or NULL to port specifier
6759         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
6760         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
6761           (_mcs51_genInitStartup): removed __start__xstack equ,
6762           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
6763         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
6764         * src/z80/gen.c (_rleAppend): fixed warnings
6765         * support/regression/tests/zeropad.c: added pdata test
6766         * .version: bumped to 2.4.6
6767
6768 2004-10-17 Borut Razem <borut.razem AT siol.net>
6769
6770         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
6771         as a part of nightly build
6772
6773 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
6774
6775         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
6776         WREG holds the first byte function parameters,
6777         * (aopForSym): take special case for symbols which are in FARSPACE
6778         but in CODESPACE too,
6779         * (assignResultValue): modified to take into account _G.useWreg,
6780         * (genCall): don't use wreg for parameter passing when function is
6781         declared as reentrant, too, added optimization INCF to stack
6782         pointer when stack parameter count is 1,
6783         * (genFunction, genEndFunction): refurnished and fixed to not using
6784         wreg for passing parameters when function has varargs or is
6785         reentrant, fixed bug with symbol name compare for generating
6786         functions in absolute address,
6787         * (pic16_storeForReturn): refurnished,
6788         * (genCmp): began writing a new version of the function, not ready
6789         yet, therefore it is disabled,
6790         * (genAssign): do not read code memory when assigning a function to
6791         a pointer function,
6792         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
6793         array of characters, not pointer,
6794         * (pic16initialComments): in debug mode emit an .ident directive for
6795         the assembler,
6796         * (_process_pragma): emit a new warning type (internal to pic16)
6797         when setting stack to default length, emit a similar warning when
6798         placing a function at absolute address and address is not word aligned
6799         * (_pic16_parseOptions): added 'return TRUE' statement,
6800         * (_pic16_linkEdit): if compiling a source, then add the source's
6801         file object, first in the list of objects to link,
6802
6803 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
6804
6805         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
6806         * src/pic/main.c : removed VC warning.
6807         * src/pic/gen.c : changed comment.
6808
6809 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
6810
6811         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
6812         reference to a deprecated symbol _GPTRREG was causing failure to
6813         link. Thanks G. M. Gallant for the info.
6814
6815 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
6816
6817         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
6818         comments for Bugs item #954788.
6819
6820 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
6821
6822         * src/pic16/device.c (pic16_dump_gsection,
6823         * pic16_groupRegistersInSection): handle symbols declared to be in
6824         access bank differently,
6825         * src/pic16/gen.c (struct _G): added field resDirect,
6826         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
6827         send values read from stack directly to result and don't allocate
6828         temporary values,
6829         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
6830         same registers,
6831         * (pic16_sameRegsOfs): NEW,
6832         * (freeAsmop): if _G.resDirect is set then do not mark registers as
6833         free because they were not allocated from temporary pool,
6834         * pic16_popRegFromString): workaround to fix a problem with
6835         allocating variables twice or never,
6836         * (genGenPointerGet): using PRODL instead of FSR0H,
6837         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
6838         instead of FSR0H,
6839         * (genAssign): take advantage of the _G.resDirect flag,
6840         * (genCast): around line 11844, use mov2f instead of directly
6841         MOVFF'ing between operands to account for literal values,
6842         * src/pic16/genutils.c: some new debug functions for gpsim have been
6843         added,
6844         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
6845         float with integer part only,
6846         * src/pic16/main.c (_process_pragma): handle pragma udata access to
6847         place variables in access bank
6848         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
6849         updated sources to reflect recent changes in gen.c
6850
6851 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
6852
6853         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
6854         sources that searched for headers in installation path, now the
6855         device/include/pic16 is used,
6856         * src/pic16/glue.c (pic16glue),
6857         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
6858         .line directives if not in debug mode, this suppresses assembler's
6859         warnings for ignored directives
6860
6861 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
6862
6863         * src/port.h: made reset_regparms prototype void parameter explicit.
6864         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
6865         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
6866         * doc/sdccman.lyx: documented warning disabling and how to use
6867           printf_large to make it print floats.
6868         * device/include/stdbool.h: NEW
6869         * device/lib/_atof.c,
6870         * device/lib/_divuint.c,
6871         * device/lib/_divulong.c,
6872         * device/lib/expf.c,
6873         * device/lib/printf_large.c,
6874         * device/lib/sincosf.c,
6875         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
6876         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
6877           a completely reentrant lib.
6878
6879 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
6880
6881         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
6882         * device/include/pic16/stdio.h: fixed bug with colon
6883
6884 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
6885
6886         * device/include/pic16/stdio.h,
6887         * device/include/pic16/stdlib.h,
6888         * device/include/pic16/math.h: NEW
6889         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
6890         declared as _naked to reduce overhead
6891         * device/lib/Makefile.in (target port-specific-objects-pic16):
6892         changed * to *.* so to ignore the CVS directory,
6893         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
6894         stacked variables back in stack,
6895         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
6896         corruption
6897
6898 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
6899
6900         * .version: bumped version number to 2.4.5
6901         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
6902         * support/Util/SDCCerr.c (messages structure): added entry for
6903         W_POSSBUG2
6904
6905         Large cumulative patch for pic16 port and libraries.
6906         * device/include/pic16/sdcc-lib.h,
6907         * device/include/pic16/stdarg.h,
6908         * device/include/asm/pic16/features.h,
6909         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
6910         * device/include/pic16/float.h: changes reentrant keyword with
6911         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
6912         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
6913         updated target build-libraries to include objects from gptr,
6914         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
6915         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
6916         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
6917         all function headings,
6918         * src/SDCCmain.c: added global parameter userIncDirsSet,
6919         * (parseCmdLine): when option -I is encountered add directory to
6920         userIncDirsSet too,
6921         * src/version.awk: added space between control and long,
6922         * src/pic16/NOTES: added some notes for the port,
6923         * src/pic16/gen.c: added prototype for mov2fp function,
6924         * (fReturnpic16[]): properly named return value registers,
6925         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
6926         * (aopForSym): added code to handle symbols with onStack flag set,
6927         symbols onStack are allocated PTRSIZE bytes,
6928         * (aopFreeAsmop): handles special case where asmops are stack objects,
6929         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
6930         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
6931         added argument lock to trace flaws in allocating temporary registers
6932         when developing port,
6933         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
6934         * (pic16_popRegFromString): reenabled allocating a direct register
6935         from string,
6936         * (assignResultValue): various beautifications,
6937         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
6938         referenced function argument,
6939         * (genIpush): reenabled to allow stacked arguments, handles only
6940         ic->parmPush iCodes,
6941         * (genCall, genPcall): major changes to allow for variable argument
6942         functions, fixed a bug with falsely restoring stack pointer after
6943         returning from call,
6944         * (genFunction): pending code for critical function,
6945         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
6946         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
6947         * (genNearPointerGet): fixed bug with indirect reading, was always
6948         reading from INDF0
6949         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
6950         pointers,
6951         * (genAddrOf): rewrote code to take address of a stacked function parameter
6952         * (genCast): fixed casting to generic pointer type,
6953         * src/pic16/gen.h: added AOP_STA,
6954         * (struct asmop): added field stk,
6955         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
6956         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
6957         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
6958         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
6959         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
6960         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
6961         generic pointers,
6962         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
6963         and library paths,
6964         * (pic16_port structure): generic pointer size is set to 3,
6965         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
6966         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
6967         compiler warning,
6968         * src/pic16/ralloc.c (allocReg): prevent allocating register when
6969         operand is an iTemp,
6970
6971 2004-09-24 Martin Helmling <mh AT octo-soft.de>
6972
6973         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
6974         * debugger/mcs51/simi.c: addapt new syntax of s51
6975
6976 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
6977
6978         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
6979         * src/pic16/pcode.c: commented out some calls to free() in order to
6980         fix bug #989576,
6981
6982 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6983
6984         * src/SDCCicode.h,
6985         * src/SDCCicode.c (isiCodeInFunctionCall),
6986         * src/avr/ralloc.c (selectSpil),
6987         * src/pic/ralloc.c (selectSpil),
6988         * src/pic16/ralloc.c (selectSpil),
6989         * src/ds390/ralloc.c (selectSpil),
6990         * src/hc08/ralloc.c (selectSpil),
6991         * src/xa51/ralloc.c (selectSpil),
6992         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
6993         stack in the middle of a function call sequence (fixes bug #1020268)
6994         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
6995         costs associated with the minimum switch case.
6996
6997 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6998
6999         * src/SDCC.lex: fixed bug #1030549
7000
7001 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7002
7003         * src/SDCCcse.h (struct cseDef),
7004         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
7005         over a function call if the CSE is derived from a symbol whose
7006         address has been taken (fixes bug #1029883)
7007         * support/regression/tests/bug-1029883: a new regression test for
7008         this bug
7009
7010 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7011
7012         * src/hc08/gen.c (emitinline): fixed bug #1029778
7013         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
7014         to a cast object is no longer a syntax error ("fixes" bug #1030006,
7015         and starts toward RFE #905167)
7016
7017 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
7018
7019         * src/pic16/gen.c (mov2f): New function to move an operand to
7020         another without considering if it is a literal or a register,
7021         * (pic16_sameRegs): don't check if they are both AOP_REG,
7022         * (AccRsh): removed andmask=0 lines,
7023         * (genLeftShift): duplicated to be improved in future versions,
7024         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
7025         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
7026         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
7027         * (pic16initMnemonics): added initialization for POC_INFSNZW,
7028         * (insertBankSwitch): fixed inserting banksel directives algorithm
7029         for instructions that follow a skip instruction, this fixes a report
7030         for broken subtraction code generation,
7031         * src/pic16/ralloc.c (deassignLRs): do not free register if current
7032         iCode is a left op, just in case result and right share the same
7033         registers
7034
7035 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7036
7037         * src/hc08/main.c,
7038         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
7039         preservation of HX
7040         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
7041         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
7042         on 2004-09-12; it was buggy
7043
7044 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
7045
7046         * src/SDCCsymt.h: removed RESULT_CHECK
7047         * src/SDCCast.c,
7048         * src/SDCCglue.c,
7049         * src/SDCCval.c,
7050         * src/pic/glue.c,
7051         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
7052
7053 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
7054
7055         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
7056         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
7057         configuration values no more rejected by compiler, they are assigned
7058         to configuration registers with a warning message instead,
7059         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
7060         the for-loop so last conf register is emitted too,
7061         * (_pic16_initPaths): link library libsdcc.lib by default,
7062         * (_hasNativeMulFor): modified test for multiplication according to
7063         Raphael Neider's remarks. Integer multiplication is also done with
7064         support functions,
7065         * device/include/pic16/pic18fregs.h: corrected type error in while
7066         testing and including 18f6720 header file
7067
7068 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
7069
7070         * src/pic16/device.h (pic16_options): removed field use_crt,
7071         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
7072         until an optimization to handle single bits is added,
7073         * (pic16_loadFSR0): moved before genUnpackBits,
7074         * (genAnd): some white lines removed,
7075         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
7076         leave_reset flags in pic16_options when using crt modules,
7077
7078 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
7079
7080         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
7081           for bugs 898889 & 979599. Also used some safer print instructions.
7082
7083 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
7084
7085         * src/pic16/device.h (pic16_options_t): added field use_crt,
7086         crt_name, no_crt,
7087         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
7088         catch a probable future bug,
7089         * src/pic16/gen.c: aopIdx function commented out,
7090         * (genAssign): commented out old code which used aopIdx,
7091         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
7092         code, added if conditionals to take into account the --use-crt
7093         command line options,
7094         * src/pic16/main.c (pic16_optionsTable): added new command line
7095         options, --use-crt= and --no-crt,
7096         * (_pic16_linkEdit): now the proper crt object is added in the
7097         linker command line except than when --no-crt is specified,
7098         * src/pic16/pcode.c,
7099         * src/pic16/pcode.h: added some structures and functions for a new
7100         optimization scheme to compansate for instruction overhead between
7101         same iCodes, this scheme is currently under development and is not
7102         working in any way,
7103         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
7104         to && operator,
7105         * device/lib/pic16/startup/crt0i.c,
7106         * device/lib/pic16/startup/crt0iz.c: added global char variable
7107         __uflags to force the generation of an idata section
7108
7109 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
7110
7111         * doc/Makefile,
7112         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
7113         * doc/sdccman.lyx: updated sdcc version to 2.4.4
7114
7115 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7116
7117         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
7118         Frieder) and clarified the default code optimization mode
7119
7120 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7121
7122         * src/SDCC.lex (doPragma, process_pragma),
7123         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
7124         "opt_code_size", and "opt_code_balanced"
7125         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
7126         regrouped options by category, added support for category headers
7127         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
7128         and "--opt-code-size"
7129         * doc/sdccman.lyx: documented these new options and pragmas
7130         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
7131         preference into account
7132
7133 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
7134
7135         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
7136           geniCodePreDec): Fixed bug 904237 by generating a warning
7137         * src/SDCCerr.h,
7138         * src/SDCCerr.c: added warning W_SIZEOF_VOID
7139
7140 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
7141
7142         * src/pic/device.c : When no max ram set validate full memory range.
7143         * src/pic/pcode.c,
7144         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
7145
7146 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
7147
7148         * device/lib/_gptrget.c,
7149         * device/lib/_gptrput.c: updated comment
7150         * device/lib/calloc.c,
7151         * device/lib/free.c,
7152         * device/lib/malloc.c,
7153         * device/lib/realloc.c: added LGPL, made them reentrant-safe
7154         * src/SDCCcse.c (cseBBlock),
7155         * src/SDCCicode.c (printOperand, geniCodeArray),
7156         * src/SDCCicode.h (struct operand): fixed bug 868103
7157         * support/regression/tests/bug-868103.c: added
7158         * src/SDCCast.c (searchLitOp),
7159         * src/SDCCcse.h (struct cseDef),
7160         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
7161         * src/SDCCicode.h (struct operand),
7162         * src/SDCCsymt.h (struct sym_link),
7163         * src/avr/gen.c (hasInc),
7164         * src/ds390/gen.c (hasInc),
7165         * src/hc08/gen.c (genPlusIncr, hasInc),
7166         * src/mcs51/gen.c (hasInc),
7167         * src/pic16/glue.c (pic16_printIvalChar),
7168         * src/pic16/ralloc.c (regWithIdx),
7169         * src/xa51/gen.c (hasInc) : removed warnings
7170         * src/SDCCast.c (createBlock): added comment ???
7171         * src/hc08/ralloc.c: updated comments
7172
7173 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7174
7175         * doc/sdccman.lyx: updated section on switch statements, added
7176         section about semaphore locking
7177         * doc/Makefile: added option -info for latex2html
7178         * device/lib/_gptrget.c,
7179         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
7180
7181 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
7182
7183         * src/pic/device.h,
7184         * src/pic/device.c,
7185         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
7186          maxram is less than 0x100.
7187
7188 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
7189
7190         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
7191
7192 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7193
7194         * src/port.h,
7195         * src/mcs51/main.c,
7196         * src/ds390/main.c,
7197         * src/z80/main.c,
7198         * src/hc08/main.c,
7199         * src/pic/main.c,
7200         * src/pic16/main.c,
7201         * src/avr/main.c,
7202         * src/xa51/main.c
7203         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
7204         a jump table is the best form for a switch statement, including
7205         automatic insertion of missing cases to make the case range
7206         continuous. Developed in collaboration with Frieder Ferlemann.
7207
7208 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7209
7210         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
7211         accumulator result if it needs sign extension
7212
7213 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
7214
7215         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
7216
7217 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
7218
7219         * device/lib/gbz80/printf.c,
7220         * device/lib/z80/printf.c: removed define for NULL
7221
7222 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
7223
7224         * as/xa51/xa_link.c,
7225         * device/examples/ds390/ow390/ad26.c,
7226         * device/examples/ds390/ow390/cnt1d.c,
7227         * device/examples/ds390/ow390/counter.c,
7228         * device/examples/ds390/ow390/ds2480.h,
7229         * device/examples/ds390/ow390/ds2480ut.c,
7230         * device/examples/ds390/ow390/findtype.c,
7231         * device/examples/ds390/ow390/gethumd.c,
7232         * device/examples/ds390/ow390/owllu.c,
7233         * device/examples/ds390/ow390/ownetu.c,
7234         * device/examples/ds390/ow390/swt12.c,
7235         * device/examples/ds390/ow390/swtloop.c,
7236         * device/examples/ds390/ow390/temp.c,
7237         * device/examples/ds390/ow390/temp10.c,
7238         * device/examples/ds390/ow390/thermo21.c,
7239         * device/examples/ds390/ow390/tinilnk.c,
7240         * device/examples/ds390/ow390/tstfind.c,
7241         * device/examples/serialcomm/windows/serial.cpp,
7242         * device/examples/serialcomm/windows/test_serialcomm.cpp,
7243         * device/include/reg51.h: fixed line endings for cvs
7244
7245 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7246
7247         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
7248         packRegsForAccUse, packRegisters): new accumulator register
7249         packing algorithm
7250         * support/regression/ports/hc08/support.c (_putchar): suppress
7251         warning of unused variable
7252         * src/SDCCicode.c: added SWAP entry to codeTable
7253
7254 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
7255
7256         * device/lib/sprintf.c: forgot to add this file before previous commit
7257
7258 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
7259
7260         * src/pic16/gen.c (genPackBits): added operand right in function
7261         parameters, load result directly if p_type is POINTER (that is
7262         called by genNearPointerSet)
7263         * (genUnPackBits): added operand left in function parameters,
7264         * (genNearPointerGet, genNearPointerSet): prevent the loading of
7265         FSR0 if accessing bitfields,
7266
7267 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
7268
7269         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
7270           _print_format; updated printf, sprintf, vsprintf
7271         * device/include/asm/default/features.h: corrected comment/define
7272         * device/lib/Makefile.in: added sprintf.c
7273         * device/lib/libsdcc.lib: added sprintf module
7274         * device/lib/printf_large.c,
7275         * device/lib/vprintf.c,
7276         * device/lib/sprintf.c: totally refactored printf_large and vprintf
7277           into these 3 files
7278         * support/regression/Makefile: changed ALL_PORTS into a usefull default
7279         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
7280         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
7281           hc08 test
7282         * support/regression/tests/zeropad.c: define idata as data for hc08
7283
7284 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7285
7286         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
7287         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
7288         labels are referenced at least once (even if a reference is not found)
7289         * src/hc08/gen.c (emitcode): set isComment flag for comments
7290         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
7291         loads), rules 6a..6b (optimize jumps to return)
7292
7293 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7294
7295         * device/lib/acosf.c (acosf),
7296         * device/lib/asinf.c (asinf),
7297         * device/lib/atanf.c (atanf),
7298         * device/lib/ceilf.c (ceilf),
7299         * device/lib/cosf.c (cosf),
7300         * device/lib/coshf.c (coshf),
7301         * device/lib/cotf.c (cotf),
7302         * device/lib/fabsf.c (fabsf),
7303         * device/lib/floorf.c (floorf),
7304         * device/lib/log10f.c (log10f),
7305         * device/lib/logf.c (logf),
7306         * device/lib/sinf.c (sinf),
7307         * device/lib/sinhf.c (sinhf),
7308         * device/lib/sqrtf.c (sqrtf),
7309         * device/lib/tanf.c (tanf),
7310         * device/lib/tanhf.c (tanhf),
7311         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
7312         replaced all instances of "reentrant" in the library functions
7313         defined in math.h with this macro.
7314         * support/regression/tests/float_trans.c: reenabled test for hc08
7315
7316 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
7317
7318         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
7319         erroneously deleted
7320
7321 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7322
7323         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
7324         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
7325         multi-byte volatile operands are used
7326         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
7327         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
7328         initialization to area GSINIT0 so that it would always precede
7329         any static initializers in GSINIT
7330         * support/regression/tests/zeropad.c: fixed idata define for hc08
7331         * support/regression/tests/bug-927659.c,
7332         * support/regression/tests/float_trans.c: disabled tests for hc08
7333         pending missing library routines
7334         * .version: increased version number to 2.4.4 - hc08 port now passes
7335         regression tests
7336
7337
7338 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
7339
7340         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
7341         * Makefile.common.in,
7342         * as/Makefile,
7343         * as/hc08/Makefile.in,
7344         * as/mcs51/Makefile.in,
7345         * as/z80/Makefile.in,
7346         * debugger/mcs51/Makefile.in,
7347         * device/include/Makefile.in,
7348         * device/lib/Makefile.in,
7349         * doc/Makefile,
7350         * link/Makefile,
7351         * link/z80/Makefile.in,
7352         * packihx/Makefile.in,
7353         * sim/ucsim/main_in.mk,
7354         * sim/ucsim/avr.src/Makefile.in,
7355         * sim/ucsim/doc/Makefile.in,
7356         * sim/ucsim/gui.src/serio.src/Makefile.in,
7357         * sim/ucsim/hc08.src/Makefile.in,
7358         * sim/ucsim/s51.src/Makefile.in,
7359         * sim/ucsim/xa.src/Makefile.in,
7360         * sim/ucsim/z80.src/Makefile.in,
7361         * src/Makefile.in,
7362         * support/cpp2/Makefile.in,
7363         * support/librarian/Makefile,
7364         * support/makebin/Makefile: added DESTDIR to the install path proposed
7365         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
7366         * doc/sdccman.lyx: added DESTDIR documentation
7367
7368 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
7369
7370         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
7371         instruction for interrupt handlers, use fast returns when returning
7372         from high priority interrupts
7373
7374 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7375
7376         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
7377         code generation
7378         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
7379         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
7380         bugs, ported much of Bernhard's code from mcs51
7381         * src/mcs51/gen.c (genSend),
7382         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
7383         than one when calling a reentrant function
7384         * device/lib/_mullong.c: defined an alternate struct layout for big
7385         endian ports (hc08)
7386
7387 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7388
7389         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
7390         test
7391
7392 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7393
7394         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
7395         are sane and complete before asking the port its prefered parameter
7396         passing method (fixes bug #1017633)
7397         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
7398         and _ret3
7399
7400 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7401
7402         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
7403         problem in bitfields >= 8 bits.
7404
7405 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
7406
7407         * src/SDCCsymt.c: undid changes that were not meant to be committed
7408
7409 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
7410
7411         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
7412
7413 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
7414
7415         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
7416           copied and wrong bit got inverted
7417
7418 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7419
7420         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
7421         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
7422         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
7423         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
7424         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
7425         assignments to bitfields at known addresses
7426         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
7427         reads from bitfields at known addresses
7428         * src/hc08/ralloc.c (packRegisters),
7429         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
7430         genhc08Code): optimize pointer get values used as conditionals
7431         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
7432         and branch
7433
7434 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7435
7436         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
7437         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
7438         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
7439         as conditionals
7440
7441 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7442
7443         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
7444
7445 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7446
7447         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
7448         related problems
7449
7450 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
7451
7452         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
7453
7454 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7455
7456         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
7457         mcs51 port
7458
7459 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
7460
7461         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
7462
7463 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7464
7465         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
7466         cases use more compact code.
7467
7468 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
7469
7470         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
7471
7472 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7473
7474         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
7475
7476 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7477
7478         * src/SDCCsymt.h,
7479         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
7480         parameter of changePointer() from symbol* to sym_link*
7481         * src/SDCCast.c (decorateType): call changePointer() for CAST op
7482         * src/SDCCsymt.c (compareType): void* type is castable to other
7483         pointers, but not necesarily an exact match.
7484         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
7485         is no longer blindly treated as an exact match.
7486         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
7487
7488 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
7489
7490         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
7491
7492 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
7493
7494         * src/pic/gen.c,
7495         * src/pic/pcode.c,
7496         * src/pic/ralloc.h,
7497         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
7498
7499 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
7500
7501         * src/pic/device.c,
7502         * src/pic/device.h,
7503         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
7504
7505 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7506
7507         * src/mcs51/gen.c (emitcode): fixed bug #992819
7508
7509 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
7510
7511         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
7512           there's no need to make it worse
7513
7514 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7515
7516         * src/mcs51/ralloc.c (deassignLR),
7517         * src/ds390/ralloc.c (deassignLR),
7518         * src/hc08/ralloc.c (deassignLR),
7519         * src/z80/ralloc.c (deassignLR),
7520         * src/pic/ralloc.c (deassignLR),
7521         * src/pic16/ralloc.c (deassignLR),
7522         * src/avr/ralloc.c (deassignLR),
7523         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
7524         rlivePoint): fixed another part of bug #971834
7525
7526 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7527
7528         * src/z80/main.c: enabled "critical" keyword
7529         * src/z80/mappings.i,
7530         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
7531         functions (fixes bug #979646)
7532         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
7533
7534 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7535
7536         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
7537           such as c:\mydir.
7538
7539 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
7540
7541         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
7542           doesn't disable too much optimizations
7543
7544 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
7545
7546         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
7547
7548 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
7549
7550         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
7551
7552 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
7553
7554         * src/pic/gen.c tidied up tabs
7555         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
7556         * src/pic/main.c tidied up tabs
7557         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
7558         * src/pic/pcoderegs.c tidied up tabs
7559         * src/pic/ralloc.c tidied up tabs
7560
7561 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
7562
7563         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
7564         to S_FIXED for pic16 port and when symbol is not in level 0,
7565         allocate for S_REGISTER storage class and pic16 port, too,
7566         * src/pic16/device.h: prototype for checkSym,
7567         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
7568         * (pic16_assignConfigWordValue): test the value and the mask to
7569         validate that the value is suitable for the configuration word,
7570         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
7571         collect extern declared symbols, don't emit symbol twice, check
7572         first if symbol is in publics set first,
7573         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
7574         * added command line '--fstack' which enables an experimental
7575         feature for stack access, too buggy to be used yet...
7576         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
7577         * (pic16_allocDirReg): when register has storage class S_REGISTER
7578         allocate in pic16_dynAccessRegs,
7579         * device/include/pic16/pic18f????.h: modified configuration word
7580         naming convention, words started as CONFIG0H but should be CONFIG1H
7581
7582 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
7583
7584         * device/include/mcs51reg.h: fixed bug 970993
7585
7586 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
7587
7588         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
7589         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
7590         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
7591         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
7592         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
7593         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
7594           error/warning numbers,
7595           added function setWarningDisabled()
7596         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
7597         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
7598           _memcmp.c _memmove.c calloc.c realloc.c free.c
7599         * support/regression/tests/malloc.c: added tests for new functionality
7600         * support/regression/tests/zeropad.c: added tests for truncated initializers
7601           and initialized char arrays starting with '\x0'
7602         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
7603
7604 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
7605
7606         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
7607
7608 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7609
7610         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
7611         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
7612         peephole 177.e. Thanks to anonymous
7613
7614 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
7615
7616         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
7617         function isn't used in the source but referenced as a
7618         variable initializer then declare it as extern in .asm file
7619
7620 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
7621
7622         * .version: increased version number to 2.4.3
7623
7624         Adding version extension according to ChangeLog CVS revision
7625         * src/Makefile.in (target all): added dependency 'version.h'
7626         * (rule version.h): added rule to create version.h from ChangeLog,
7627         * (rule dep): added dependency version.h,
7628         * src/version.awk: AWK script to create version.h
7629         * src/SDCCdwarf2.c (dwWriteModule),
7630         * src/SDCCglue.c (initialComments),
7631         * src/SDCCmain.c (printVersionInfo): modified to write after
7632         version string the version extension number,
7633         * src/SDCCutil.c: included "version.h"
7634         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
7635         number,
7636         * src/SDCCutil.h: added prototype for getBuildNumber
7637
7638         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
7639         includeDirsSet, too,
7640         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
7641         const char [] is found in function prototype...
7642
7643         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
7644         moving to WREG with source is already in WREG,
7645         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
7646         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
7647         * (aopForSym): stack'ed symbols are partially supported, added
7648         if-clause to support symbols in FARSPACE,
7649         * (sameRegs): added test for AOP_ACC to see if registers are same,
7650         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
7651         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
7652         * (pic16_popRegFromString): will not allocate a new register if it
7653         doesn't find one by name, bug may have introduced...
7654         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
7655         * (genIpush): revived to use pic16 port's stack,
7656         * (genAddrOf): added incomplete case for stack'ed operand,
7657         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
7658         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
7659         can handle multibyte operands,
7660         * src/pic16/glue.c (pic16_printIval*): some debug info added,
7661         * (pic16initialComments): added message for MPLAB compatibility
7662         mode enabled,
7663         * src/pic16/main.h: prototype for pic16_mplab_comp,
7664         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
7665         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
7666         * (_pic16_linkEdit): NEW, handles link stage, transferred here
7667         because of increased complexity of procedure,
7668         * (_process_pragma): stack pragma changed to format 'stack pos len',
7669         emit symbol '_stack_end' to conform with gplink,
7670         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
7671         to search for register,
7672         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
7673         PO_GPR_REGISTER,
7674         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
7675         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
7676         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7677         case for PO_GPR_REGISTER,
7678         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
7679         dies, the new era is ahead !...
7680         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
7681         pic16_dynInternalRegs,
7682         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
7683         * (pic16_allocDirReg): minor optimizations and bug fixes,
7684         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
7685
7686         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
7687         load stack and frame pointer with address of 'stack_end' symbol
7688
7689 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
7690
7691         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
7692         without source code but only variable initializers
7693
7694 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
7695
7696         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
7697         external are not declared as extern to reduce overhead while linking
7698
7699 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
7700
7701         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
7702
7703 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
7704
7705         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
7706           Yee Keat for the patch
7707         * src/SDCCast.c (decorateType): fixed bug #979599
7708         * src/ds390/gen.h: removed local fReturnSizeDS390
7709         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
7710         * src/ds390/gen.c (genAnd, genOr, genXor),
7711         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
7712
7713 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
7714
7715         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
7716         add relFilesSet to $3, manipulate $2 to handle linking of object
7717         files without source files in command line,
7718         * device/include/pic16 (all headers): added ID location macros,
7719         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
7720         entries for ID location bytes,
7721         * (pic16_assignIdByteValue): NEW,
7722         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
7723         added field dumpcalltree to pic16_options_t,
7724         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
7725         is used instead of pic16_Gstack_base_addr, check if (ifx) before
7726         emitting rFalseIfx label after check_carry label,
7727         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
7728         pic16_emitDIRegs), NEW
7729         * (pic16glue): dump .calltree file when option --calltree found,
7730         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
7731         * (_pic16_genAssemblerPreamble): emit ID locations after
7732         configuration registers,
7733         * (pic16_linkCmd): modifications of the link command,
7734         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
7735         * (pic16_pCodeInitRegisters): don't init stack registers,
7736         * (pic16_findPrevInstruction): fixed bug,
7737         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
7738         bug with immediate registers,
7739         * (buildCallTree): traces stack push and pop,
7740         * (pct2): dump also stack usage for each function,
7741         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
7742         * (pic16_allocDirReg): various modifications,
7743         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
7744         fixed to 1,
7745
7746 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
7747
7748         * src/pic16/pcode.c: removed buggy double colon
7749
7750 2004-07-01 Borut Razem <borut.razem AT siol.net>
7751
7752         * support/scripts/sdcc.nsi: added include/pic16 to setup
7753
7754 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
7755
7756         * device/lib/Makefile.in: fixed bug in target objects-pic16,
7757         * device/lib/pic16/Makefile: prefixed with dash (-) command under
7758         target 'clean',
7759         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
7760         specific command line arguments. Also added sample lkr script
7761         for placing a variable at a specific memory bank.
7762         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
7763         at a specific memory bank,
7764         * (pic16_dump_isection): fixed bug which caused string literals to
7765         be omitted when dumping idata section,
7766         * (pic16_groupRegistersInSection): added code to handle registers
7767         in specific memory banks,
7768         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
7769         public, all references are renamed too,
7770         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
7771         AOP_DPTR2,
7772         * (pic16_storeForReturn): added case to handle when dest is WREG,
7773         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
7774         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
7775         pic16_rel_udata, check to see if that register is marked as being
7776         a member of a specific memory bank,
7777         * (pic16_printIvalCharPtr): added code to add string literals either
7778         to code or the idata sections,
7779         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
7780         also accept the 'udata' pragma,
7781         * src/pic16/main.h: new structure types sectName and sectSym
7782         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
7783         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
7784         * (pic16_findPrevInstruction): fixed, it returned nothing,
7785         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
7786         instruction combinations,
7787         * (pic16_FixRegisterBanking): heavily reorganised,
7788         * (pic16_AnalyzeBanking): if generating banksel directives is
7789         disabled, then don't call FixRegisterBanking at all,
7790         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
7791         completely removed,
7792         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
7793
7794 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
7795
7796         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
7797         Phuah Yee Keat <yk.phuah AT nestac.com>
7798
7799 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
7800
7801         * src/pic16/glue.c (pic16createInterruptVect): function now emits
7802         correctly the IVT even if it is relocated to some other location
7803
7804 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
7805
7806         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
7807         * device/include/pic16/pic18f2220.h: NEW,
7808         * device/lib/pic16/libdev/pic18f2220.c: NEW,
7809         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
7810         * src/pic16/device.c (struct Pics16): added info for 18f2220,
7811         * src/pic16/device.h (struct pic16_options): added ivt_loc and
7812         nodefaultlibs, ivt_loc is the location of the interrupt vector
7813         table, and nodefaultlibs signs that default libraries should not be
7814         linked in link stage,
7815         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
7816         according to --ivt-loc argument,
7817         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
7818         when pragma stack is found,
7819
7820 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7821
7822         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
7823         256 (range check), 257 (do while), 258.a-f (bit banging
7824         f.e. on 3-wire SPI bus)
7825
7826 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7827
7828         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
7829         variables used exclusively within a loop
7830
7831 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
7832
7833         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
7834
7835 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7836
7837         * src/SDCClrange.c (computeClash): fixed bug #971834
7838
7839 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7840
7841         * src/mcs51/gen.c (genCmp): fixed bug #975903
7842         * src/hc08/gen.c (operandsEqu),
7843         * src/ds390/gen.c (operandsEqu),
7844         * src/z80/gen.c (operandsEqu),
7845         * src/pic/gen.c (operandsEqu),
7846         * src/pic16/gen.c (operandsEqu),
7847         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
7848         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
7849
7850 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7851
7852         * src/SDCCcse.c (cseBBlock): fixed bug #966963
7853
7854 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
7855
7856         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
7857         default case in switch statement,
7858         * glue.c (pic16_initPointer): expr is initialised via decoarteType
7859         to eliminate problem with initialisation of pointers, but problem
7860         still exists,
7861         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
7862         * (emitStaticSegment): removed various lines emitting debug info,
7863         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
7864         added processor registers for utilizing EEPROM,
7865         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
7866         configurable and set 8
7867
7868 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
7869
7870         * .version: increased version number to 2.4.2,
7871
7872         Cumulative patch for pic16 port
7873         * src/pic16/device.c: changed scheme to dump initial values for
7874         variables in idata segment, all print_idata* functions were removed,
7875         now the pic16_printIval* will be called,
7876         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
7877         * _pic16_printPointerType, pic16_printPointerType,
7878         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
7879         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
7880         NEW, similar to the respective functions in SDCCglue.c,
7881         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
7882         way, emitting hex bytes,
7883         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
7884
7885 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7886
7887         * src/avr/ralloc.c (serialRegAssign),
7888         * src/xa51/ralloc.c (serialRegAssign),
7889         * src/pic/ralloc.c (serialRegAssign),
7890         * src/pic16/ralloc.c (serialRegAssign),
7891         * src/hc08/ralloc.c (serialRegAssign),
7892         * src/z80/ralloc.c (serialRegAssign),
7893         * src/ds390/ralloc.c (serialRegAssign),
7894         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
7895
7896 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7897
7898         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
7899         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
7900
7901 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
7902
7903         Cumulative patch for pic16 port:
7904         * src/pic16/device.h (typedef PIC16_device) modified fields for
7905         defining microcontrollers,
7906         * src/pic16/device.c: added new info for all devices in Pics16 array,
7907         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
7908         to be optimised out by the pCode optimiser,
7909         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
7910         specially, bug reported by G.M. Gallant,
7911         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
7912         as force'd so that cannot be optimised out by pCode optimiser,
7913         * src/pic16/pcode.c,
7914         * src/pic16/pcodepeeph.c,
7915         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
7916         they are disabled by default, but can be enabled explicit with
7917         command argument --denable-peeps, for testing,
7918         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
7919         --pomit-ivt in COMPILE_FLAGS
7920
7921 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
7922
7923         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
7924           compilation on MSVC
7925
7926 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
7927
7928         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
7929
7930 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7931
7932         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
7933         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
7934
7935 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
7936
7937         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
7938         would only assign 0x300001 register.
7939
7940 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
7941
7942         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
7943         in COMPILE_FLAGS. Thanks to G. Gallant for report.
7944
7945 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7946
7947         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
7948         for ds80c400
7949         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
7950         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
7951         added peephole 254 (left shift), 255 (jump table)
7952
7953 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
7954
7955         * device/lib/Makefile.in: removed comment line with model-pic16,
7956         * (target port-specific-objects-pic16): the libraries and objects
7957         are copied to the build directory form the device/lib/pic16/bin
7958         directory
7959
7960         Cumulative patch concerning pic16 port:
7961         * library directory has been re-organized,
7962         * added support for PIC18F1220,
7963         * added headers and library sources for chips 18f1220,18f6520,
7964         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
7965
7966         * configuration registers setting has changed, now each supported
7967         device has a complete description of the registers it uses,
7968         * all initialisations are moved to idata sections, these section
7969         can be absolute or relocatable,
7970         * fixed initialisation of codespace variables,
7971         * fixed warning about PCLATU and gpsim,
7972         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
7973         * (genAssign): use table reads when assigning from variables in codespace,
7974         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
7975         char/int variables placed in codespace,
7976         * (pic16_emitConfigRegs): NEW, emits a list with configuration
7977         registers set in .asm file, no need for --pomit-config-words anymore,
7978         * (pic16glue): some 8051 legacy segments are commented out
7979         (to be removed completely),
7980         * added support for alternative assembler and linker with --asm=
7981         and --link= command line arguments,
7982         * peepholes are disabled automatically in the port, no need to
7983         specify on command line,
7984         * port supports natively char/int/long multiplication, but converts
7985         all divisions to support functions,
7986         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
7987         to the file set in variable $2,
7988         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
7989         strings in ASCII format and not in hex,
7990         * ralloc.c (serialRegAssign): added a triplet of conditional calls
7991         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
7992         allocate proper register if iCodes aren't temporary,
7993
7994 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
7995
7996         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
7997
7998 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
7999
8000         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
8001         is commented out
8002
8003 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8004
8005         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
8006         computed address is reused
8007         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
8008         multi-byte bitfields
8009
8010 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
8011
8012         * src/z80/gen.c: (genArrayInit): must check for pointers too
8013
8014 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
8015
8016         * support/regression/tests/zeropad.c: never meant to commit the
8017           nestedstruct test: removed, added check for GCC version
8018
8019 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
8020
8021         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
8022         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
8023         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
8024           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
8025           bugs 928906 and 954082 half-empty initializers
8026         * src/SDCCsymt.h,
8027         * src/SDCCsymt.c (getAllocSize): added for above fix
8028         * src/z80/gen.c (genArrayInit): fixed bug 741044
8029         * support/regression/tests/zeropad.c: added tests
8030
8031 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
8032
8033         * src/pic16/device.c (pic16_dump_section): corrected bug which
8034         caused some symbols of the libraries to be misplaced
8035
8036 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
8037
8038         * src/pic16/glue.c,
8039         * src/pic16/ralloc.h,
8040         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
8041         to fix conflict with pic port
8042
8043 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
8044
8045         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
8046         externs configuration variables,
8047         * src/pic16/ralloc.h,
8048         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
8049         prototype in header, commented out some debug messages
8050
8051 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
8052
8053         * src/pic16/glue.c,
8054         * src/pic16/main.c,
8055         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
8056         for gpasm COFF object generation. Thanks to D. Hawkins for
8057         his patch info
8058
8059 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8060
8061         * src/ds390/main.c,
8062         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
8063         Brock for spotting this)
8064         * src/ds390/gen.c (genEndFunction),
8065         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
8066         interrupt handler and critical. Disable push/pop optimizations when
8067         peephole optimizations disabled.
8068
8069 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
8070
8071         Updated pic16 library sources and headers.
8072         * device/lib/pic16/pic18f*/ ,
8073         * device/include/pic16/*.h: modified to handle structured SFR
8074         definitions
8075
8076 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
8077
8078         * src/port.h (PORT structure): added hook initPaths, now each
8079         port can declare its own default search paths,
8080         which can been seen with the --print-search-dirs option,
8081         see pic16 port for example,
8082         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
8083         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
8084         * (doPrintSearchDirs): NEW, replaces in a central manner the
8085         printing of search dirs which was split in set*Paths functions,
8086         * (main): added call to port->initPaths and doPrintSearchDirs,
8087         * src/avr/main.c,
8088         * src/ds390/main.c,
8089         * src/hc08/main.c,
8090         * src/izt/i186.c,
8091         * src/izt/tlcs900h.c,
8092         * src/mcs51/main.c,
8093         * src/pic/main.c,
8094         * src/pic16/main.c: modified port structures to reflect addition of
8095         initPaths hook,
8096
8097         * src/pic16/device.c (regCompare): registers are finally sorted by name,
8098         * (pic16_dump_section): for registers in same address reserve memory once,
8099         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
8100         to no_banksel,
8101         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
8102         result is greater in size than right or left,
8103         * (pic16_genUMult8X8_8): there are some cases where the result can
8104         be 16 bits size, so handle these,
8105         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
8106         * (pic16_outBitC): modified to emit pcodes,
8107         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
8108         or not,
8109         * (genDivOneByte): implemented algorithm to divide 8-bits,
8110         * (genCmp): uncommented goto, but issues still exist,
8111         * (genAnd): fixed a bug with variables >8bits,
8112         * (genPackBits): optimization added that uses BCF/BSF to change a
8113         single bit,
8114         * (genAssign): fixed bug when assigning floating point literals,
8115         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
8116         __sdcc_gsinit_startup label,
8117         * src/pic16/main.c (_pic16_init): removed search directory
8118         initialisations,
8119         * (_pic16_initPaths): NEW, used to initialise search directories,
8120         * (_hasNativeMulFor): support functions for all except char/int
8121         multiplication, and char division,
8122         * (PIC16_port struct): modified entry for native mul support,
8123         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
8124         no_banksel option,
8125         * (buildCallTree): call to register_usage is ifdef'ed out,
8126
8127 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8128
8129         * device/include/string.h: applied Stas Sergeev's patch to make this
8130         header file compatible with the preprocessor -Wundef option
8131         * src/SDCCmain.c (main): abort compilation if preprocessor reports
8132         failure (fixes bug #941458)
8133
8134 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8135
8136         * src/SDCCopt.c (killDeadCode): fixed bug #907733
8137         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
8138         that the variable, not the function, should be static
8139         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
8140         to be consistent with non-literal case
8141
8142 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8143
8144         * src/SDCCast.c (isConformingBody): fixed bug #949967
8145         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
8146         convilong): fixed bug #952086
8147
8148 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8149
8150         * src/SDCCmem.c (allocVariables): fixed bug #955321
8151
8152 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8153
8154         * src/hc08/main.c (_hc08_genAssemblerEnd),
8155         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
8156         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
8157         completely eliminated the use of a temporary file
8158         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
8159         when more than one file linked
8160         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
8161
8162 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8163
8164         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
8165         which fixes bug #543481
8166         * support/regression/tests/bug-751703.c: fixed comments left from a
8167         cut and paste error
8168         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
8169         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
8170         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
8171         scopes
8172         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
8173         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
8174         are now changed to underscores in moduleName
8175
8176 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8177
8178         * as/mcs51/lkmem.c: better fix for bug #954173
8179
8180 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
8181         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8182
8183         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
8184         * device/include/c8051f000.h,
8185         * device/include/c8051f120.h,
8186         * device/include/c8051f300.h,
8187         * device/include/c8051f310.h,
8188         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
8189         PWM16) and detab'ed
8190
8191 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8192
8193         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
8194         and mailing lists, doc'ed --no-peep-comments, removed reference
8195         to knoppix (newest version has no LyX/LaTeX), other minor changes
8196         * src/SDCCglue.c (glue): save 2 bytes stack space with
8197         option --main-return. The ljmp could probably be avoided too
8198
8199 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8200
8201         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
8202
8203 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8204
8205         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
8206         * src/SDCCopt.c (isLocalWithoutDef),
8207         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
8208         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
8209         (credit to Maarten Brock for patch #949363, on which this is based)
8210         * support/regression/tests/bug-751703.c: some test cases of extern used
8211         within inner scopes.
8212
8213 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8214
8215         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
8216         SPEC_STRUCT
8217         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
8218         struct definitions
8219         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
8220         dwWriteLabel): fix to create valid debugger symbols even when
8221         the module name has non-alphanumeric symbols in it
8222         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
8223         when a variable's allocation has been optimized away
8224
8225
8226 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8227
8228         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
8229         * src/hc08/main.c,
8230         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
8231         * src/mcs51/main.c,
8232         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
8233         * src/ds390/main.c,
8234         * src/z80/gen.c (z80_emitDebuggerSymbol),
8235         * src/z80/main.c,
8236         * src/pic/gen.c (pic14_emitDebuggerSymbol),
8237         * src/pic/main.c,
8238         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
8239         * src/pic16/main.c,
8240         * src/avr/gen.c (avr_emitDebuggerSymbol),
8241         * src/avr/main.c,
8242         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
8243         * src/xa51/main.c,
8244         * src/SDCCdebug.c (emitDebuggerSymbol),
8245         * src/SDCCdebug.h,
8246         * src/port.h: added a debugger struct to the port struct. Added a
8247         callback for defining debugger symbols
8248
8249         * src/SDCCast.c (createLabel),
8250         * src/SDCC.y (labeled_statement): mark all compiler generated labels
8251         with isitmp = 1
8252         * src/SDCCicode.h,
8253         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
8254         iCode back to the ast for the function
8255
8256         * src/hc08/ralloc.c (hc08_assignRegisters),
8257         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
8258         unneeded fields from the regs struct.
8259         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
8260         pushReg() & pullReg() functions instead of emitcode()
8261
8262         * src/hc08/gen.c (genLabel, genhc08Code),
8263         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
8264
8265         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
8266         debugger hooks
8267
8268         * src/hc08/gen.c (genEndFunction, genhc08Code),
8269         * src/hc08/gen.h,
8270         * src/mcs51/gen.c (genEndFunction, gen51Code),
8271         * src/mcs51/gen.h,
8272         * src/ds390/gen.c (genEndFunction, gen390Code),
8273         * src/ds390/gen.h,
8274         * src/z80/gen.c (genEndFunction, genZ80Code),
8275         * src/z80/gen.h,
8276         * src/z80/z80.h,
8277         * src/pic/gen.c (genEndFunction, genpic14Code),
8278         * src/pic/gen.h,
8279         * src/pic16/gen.c (genEndFunction, genpic16Code),
8280         * src/pic16/gen.h,
8281         * src/avr/gen.c (genEndFunction, genAVRCode),
8282         * src/avr/gen.h,
8283         * src/xa51/gen.c (genEndFunction, genXA51Code),
8284         * src/xa51/gen.h,
8285         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
8286         specific code to cdbFile.c and out of the backend code generators
8287
8288         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
8289         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
8290         starting address is now 0
8291
8292         * as/hc08/asm.h,
8293         * as/hc08/m08pst.c,
8294         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
8295         assembler directive for DWARF support
8296         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
8297
8298         * src/src.dsp,
8299         * src/Makefile.in,
8300         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
8301
8302 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8303
8304         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
8305         and inappropriate peephole optimization in jump tables
8306
8307 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8308
8309         * as/hc08/m08pst.c,
8310         * src/SDCCglue.c: sdccopt works for the hc08 port now
8311
8312 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
8313
8314         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
8315
8316 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8317
8318         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
8319
8320 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8321
8322         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
8323         rules
8324         * src/SDCCmain.c,
8325         * src/SDCCglobl.h,
8326         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
8327         comments from the peephole optimizer replacement rules
8328         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
8329         symbols
8330         * src/SDCCcse.c (updateSpillLocation),
8331         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
8332         equivalents
8333         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
8334         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
8335         objects far pointers
8336
8337 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8338
8339         * src/SDCCsymt.h: a missing part of my last change
8340         * src/pic/ralloc.c (regTypeNum),
8341         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
8342
8343 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8344
8345         * src/SDCCicode.h,
8346         * src/SDCCicode.c (aggrToPtrDclType),
8347         * src/SDCCptropt.h,
8348         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
8349         ptrPseudoSymConvert),
8350         * src/pic/ralloc.c (regTypeNum),
8351         * src/pic16/ralloc.c (regTypeNum),
8352         * src/hc08/ralloc.c (regTypeNum),
8353         * src/ds390/ralloc.c (regTypeNum),
8354         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
8355         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
8356
8357 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8358
8359         * link/z80/lkmain.c (afile),
8360         * as/hc08/lkmain.c (afile),
8361         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
8362         prevent a pointer problem when a filename has no directory and
8363         no extension specified.
8364
8365 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8366
8367         * link/z80/lkmain.c (afile): allow periods in directory names
8368         * link/z80/lkmain.c (afile),
8369         * as/mcs51/lkmain.c (afile),
8370         * as/hc08/lkmain.c (afile): allow linker script file to have an
8371         extension other than ".lnk"
8372         * link/z80/lklex.c (getfid),
8373         * link/z80/lkmain.c (parse),
8374         * as/mcs51/lklex.c (getfid),
8375         * as/mcs51/lkmain.c (parse),
8376         * as/hc08/lklex.c (getfid),
8377         * as/hc08/lkmain.c (parse): Support comments in the linker script
8378         file on lines by themselves and after filenames
8379
8380 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8381
8382         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
8383
8384 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8385
8386         * src/z80/peeph-z80.def: removed some peephole rules that don't
8387         work with multibyte arithmetic (fixed bug #937126)
8388         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
8389         to registers and not global variables
8390         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
8391         geniCodePreInc, geniCodePostDec, geniCodePreDec,
8392         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
8393         checking for assignments not internally generated (fixed bug #931895)
8394         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
8395         structure member (fixed bug #930072)
8396
8397 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8398
8399         * src/SDCCmain.c (linkEdit),
8400         * src/hc08/main.c (_hc08_parseOptions),
8401         * as/hc08/Makefile.in,
8402         * as/hc08/aslink.h,
8403         * as/hc08/asm.h,
8404         * as/hc08/m08pst.c,
8405         * as/hc08/lkrloc.c (relr, rele),
8406         * as/hc08/lkarea.c (lnkarea)
8407         * as/hc08/lkmain.c (afile, parse),
8408         * as/hc08/lkelf.c: support for ELF output
8409         * as/hc08/lks19.c (s19),
8410         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
8411
8412 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8413
8414         * as/mcs51/lkihx.c: Fixed bug #899105.
8415
8416 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8417
8418         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
8419         .dsp files from Unix to DOS.
8420
8421 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8422
8423         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
8424         function pointers; we have been compliant for several months now.
8425         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
8426         change that was accidently commented out
8427         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
8428         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
8429         bug #922319
8430
8431 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8432
8433         * src/hc08/gen.c: output of all of the internal debugging information
8434         is now controlled by the D() macro; it is disabled by default
8435
8436 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8437
8438         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
8439         harder to keep the same registers during a CAST iCode
8440         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
8441         long via int can be done in a single cast, if the signedness is
8442         correct.
8443         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
8444         putchar() in tinibios.c in ds390's library
8445
8446 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
8447
8448         * src/SDCCast.c (decorateType): fixed bug #898889,
8449         cast result of a literal complement too
8450         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
8451         fixed check for bitfields
8452
8453 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
8454
8455         * src/SDCCicode.c (geniCodeLogic): made it static,
8456         (geniCodeLogicAndOr): added in order to fix bug #905492,
8457         (ast2iCode): fixed bug #905492
8458         * support/regression/tests/bug-905492.c: added
8459         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
8460         (processParms): fixed bug #927659: don't copy parms, this will clear
8461         decorated flag
8462         * support/regression/tests/bug-927659.c: added
8463
8464 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
8465
8466         * src/SDCCast.c (addCast): don't cast float to char
8467         * device/lib/libsdcc.lib: added _memmove
8468
8469 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
8470
8471         * device/lib/large/Makefile: fixed parallel execution by
8472         replacing `make` by `$(MAKE)`
8473
8474 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8475
8476         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
8477         offsets (fixes bug #923936)
8478
8479 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
8480
8481         * device/lib/small/Makefile: fixed parallel execution by
8482         replacing `make` by `$(MAKE)`
8483
8484 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
8485
8486         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
8487
8488 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
8489
8490         * src/pic/gen.c (genCpl): multi-byte complements were not working.
8491         * src/regression/Makefile: Regression test was not running.
8492
8493 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
8494
8495         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
8496         complement if possible
8497         * src/SDCCval.c (valComplement),
8498         * src/SDCCicode.c (operandOperation): fixed complement of literal
8499         * support/regression/tests/onebyte.c (testComplement): added
8500
8501 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
8502
8503         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
8504         return an optimized tree; actually replace actParm with the new tree
8505         * src/SDCCast.h: added some parantheses to remove side effects
8506         * support/regression/tests/bug-920866.c
8507
8508 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
8509         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
8510         Bit operands were not being handled properly in the pic14 port.
8511         (now src/regression/add.c passes again).
8512
8513 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8514
8515         * src/SDCC.y (labeled_statement): case and default no longer require
8516         a following statement (RFE #893037)
8517
8518 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8519
8520         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
8521         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
8522         disabled (fixes bug #916294)
8523         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
8524         "mov a,acc"; patch provided by Lenny Story
8525         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
8526
8527 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8528
8529         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
8530         functions
8531         * src/ds390/gen.c (genFunction, genEndFunction),
8532         * src/ds390/ralloc.c (ds390_assignRegisters),
8533         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
8534         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
8535         pushed if there are parameters passed on the stack. Also, a cleaner
8536         way to decide if r0/r1 should be pushed/popped. (Together they fix
8537         bug #918693)
8538
8539 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8540
8541         * doc/sdccman.lyx,
8542         * device/lib/mcs51/crtpagesfr.asm,
8543         * device/lib/mcs51/crtxinit.asm,
8544         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
8545         to avoid confusion with Si Lab's SFRPAGE register.
8546
8547 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8548
8549         * src/SDCCglue.c (emitMaps): allow public sfr variables
8550         * src/SDCCglue.c (initialComments): include compiler build date
8551         with compiler version and put the timestamp of the generated
8552         assembly file on a serperate line to be less confusing.
8553         * src/port.h: added genInitStartup hook
8554         * src/avr/main.c,
8555         * src/ds390/main.c,
8556         * src/hc08/main.c,
8557         * src/pic/main.c,
8558         * src/pic16/main.c,
8559         * src/xa51/main.c,
8560         * src/z80/main.c: genInitStartup initialize as NULL (default to
8561         historical behaviour)
8562         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
8563         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
8564         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
8565         library instead of hard coding it into the compiler.
8566         * support/regression/ports/mcs51-stack-auto/spec.mk,
8567         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
8568         * device/lib/mcs51/Makefile,
8569         * device/lib/small/Makefile,
8570         * device/lib/large/Makefile,
8571         * device/lib/mcs51/crtpagesfr.asm,
8572         * device/lib/mcs51/crtstart.asm,
8573         * device/lib/mcs51/crtxclear.asm,
8574         * device/lib/mcs51/crtxinit.asm,
8575         * device/lib/mcs51/crtclear.asm,
8576         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
8577         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
8578         and into user configurable files.
8579         * device/lib/clean.mk: clean mcs51 directory too
8580         * support/regression/tests/longlit.c: added static to T1 declaration
8581         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
8582         accesses in the initialization code
8583
8584 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8585
8586         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
8587         OSCTRIMVAL as noted in bug #916008
8588
8589 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8590
8591         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
8592         in loops with multiple exits (reported as incorrect registers
8593         used by Martin Helmling in Sdcc-user list)
8594
8595 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8596
8597         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
8598         made ds390 register extensions look less like error messages
8599
8600 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8601
8602         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
8603         reported by Adam Wozniak in Sdcc-user list
8604
8605 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
8606
8607         * src/SDCCast.c (decorateType): fixed with bug and promotion in
8608         arithmetic optimizations, added debug output
8609
8610 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
8611
8612         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
8613         * sdcc.spec: updated and split sdcc into 3 rpms
8614         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
8615         needed for literals of LEFT_OP and '+'
8616         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
8617         introduced RESULT_TYPE_NOPROM
8618         (geniCodeMultiply): fixed logic for decision if mul is optimized to
8619         left shift
8620         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
8621         limited promotion to int only for '*'
8622         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
8623
8624 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
8625
8626         * src/pic16/gen.c (genSkip),
8627         (genc16bit2lit), (gencjneshort): commented out
8628         (is_LitOp): new helper function, checks operand type
8629         (genCmpEq): rewritten
8630
8631 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
8632
8633         * support/regression/tests/bug-908454.c: added
8634
8635 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
8636
8637         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
8638         * src/SDCCicode.c (usualBinaryConversions): op needs int type
8639         (geniCodeCast): cosmetic, don't preserve bit storage class
8640         (geniCodeLeftShift): added promotion
8641         (geniCodeLogic): fixed regression
8642         * src/SDCCsymt.c (computeTypeOr): accept bits too
8643         (compareType): 2nd part of fix for bug #908454, needed for bitfields
8644
8645 2004-03-07  Borut Razem <borut.razem AT siol.net>
8646
8647         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
8648
8649 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
8650
8651         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
8652         version of pic16_genPackRegisters which does not check if ic is a
8653         CAST operator,
8654         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
8655         function cause string1.c regression test fails
8656
8657 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
8658
8659         * sim/ucsim/configure.in,
8660         * sim/ucsim/configure,
8661         * sim/ucsim/doc/Makefile.in: use docdir
8662         * src/SDCC.y: fixed sbit atrributes
8663         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
8664         * src/SDCCast.c (decorateType): |^& need special promotion handling
8665         * src/SDCCast.h,
8666         * src/SDCCsymt.h: moved definition of RESULT_TYPE
8667         * src/SDCCsymt.h (computeType),
8668         * src/SDCCicode.c: computeType() needs op
8669         * src/SDCCsymt.c (checkTypeSanity),
8670         * doc/sddman.lyx: "plain" bitfields are unsigned
8671         * src/SDCCsymt.c (computeTypeOr): added
8672         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
8673         |^& ops
8674         * src/SDCCval.c (val*): computeType() needs op
8675         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
8676         * support/regression/tests/onebyte.c: added tests for |^&
8677
8678 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
8679
8680         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
8681         for writing icode into asm output.
8682
8683 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
8684
8685         * src/pic16/device.c: added some debug lines enabled
8686         with macro DEBUG_CHECK,
8687         * src/pic16/genarith.c: more debug in genPlus,
8688         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
8689         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
8690         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
8691         * (aopForSym): onStack symbols are re-placed in data memspace,
8692         and onStack flag is cleared,
8693         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
8694         copy temporary pcodeop,
8695         * (genPcall): added warning for not updating PCLATU,
8696         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
8697         always true for pic16 port,
8698         * (genMultOneWord): NEW, supports integer multiplication,
8699         * (genMult): modified to call genMultOneWord,
8700         * (ifxForOp): added warning when return NULL,
8701         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
8702         flag is set before call to operandFromSymbol for implicit
8703         added structures,
8704         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
8705         options.intlong_rent are set by default,
8706         * (_hasNativeMulFor): modified to allow port generation of integer
8707         multiplication,
8708         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
8709         set regtype to REG_SFR for all registers, restricting seting the
8710         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
8711
8712 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8713
8714         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
8715         more than 500 times in the regression tests
8716
8717 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8718
8719         * support/Util/SDCCerr.h,
8720         * support/Util/SDCCerr.c,
8721         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
8722         enumerator_list),
8723         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
8724         for symbol conflicts.
8725         * support/valdiags/tests/enum.c,
8726         * support/valdiags/tests/tentdecl.c,
8727         * support/valdiags/tests/struct.c: expect possible error messages
8728         referring to original symbol definitions.
8729         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
8730         * src/SDCCsymt.h,
8731         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
8732
8733 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
8734
8735         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
8736
8737 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
8738
8739         * src/pic16/ralloc.c (newReg): fixed bug #908929
8740
8741 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8742
8743         * src/ds390/gen.c: added missing #include "main.h"
8744
8745 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
8746
8747         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
8748         checking if symbol is already in set,
8749         * src/pic16/device.h: prototype for checkAddSym,
8750         * src/pic16/gen.c: (_G): added entry interruptvector,
8751         * (assignResultValue): removed some commented out lines,
8752         * (genFunction): check for ISR via sym->type, absolute section for
8753         interrupt code is created via a new pBlock, the goto instruction is
8754         placed now correctly at the interrupt vector position, changed all
8755         references from ivec to _G.interruptvector,
8756         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
8757         is the interrupt is a high priority one, same for return from ISR,
8758         * src/pic16/glue.c: changed all calls of addSetHead for publics and
8759         externs to calls of checkAddSym,
8760         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
8761         pic16_pcode_verbose flag is set,
8762         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
8763         * src/pic16/pcoderegs.c: message about how many registers are saved
8764         will only be emitted if pic16_pcode_verbose flag is set,
8765
8766 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8767
8768         * src/ds390/ralloc.h,
8769         * src/ds390/ralloc.c (ds390_regWithIdx),
8770         * src/ds390/gen.c (emitcode),
8771         * src/ds390/main.h,
8772         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
8773         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
8774         ds390operandCompare, getRegsRead, getRegsWritten,
8775         initializeAsmLineNode): customized instruction size calculation for
8776         ds390, started basis for some register optimizations
8777         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
8778         corresponding assembly output
8779         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
8780         missing push/pop of r0/r1. Optimized push/pops
8781
8782 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8783
8784         * src/mcs51/main.c (instructionSize): fixed ACALL size
8785         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
8786
8787 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
8788
8789         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
8790         the sorting of rlist with NULL elements
8791         * (print_idataType, print_idata): NEW to create idata sections
8792         * src/pic16/device.h: idataSymSet new variable
8793         * src/pic16/gen.c (genFunction): fixed some bugs in string
8794         comparing, improved the absolute section creation for ISRs,
8795         added FSR0L/FSR0H in registers that are saved in an ISR,
8796         * (genInline): fixed the processing of inline snippets,
8797         now they undergo no process by the peephole optimizer
8798         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
8799         are placed in idataSymSet,
8800         * (pic16emitStaticSeg): extern symbols are added in externs,
8801         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
8802         switching when aboslute variables are placed in access bank memory
8803         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
8804         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
8805         commented out with #if,
8806         * (pic16_packRegisters): reintroduce the check for CAST because some
8807         symbols are not correctly handled,
8808         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
8809         pCodeInstruction instead of pCode,
8810         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
8811         pCodeAsmDir definition,
8812         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
8813         directive, then the argument directive is emitted without the leading
8814         tab, hack for inline labels which must be in the first column,
8815         * (compareLabel,pic16_findNextInstruction),
8816         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
8817         * (insertBankSwitch): modified for the new pCodeAsmDir,
8818
8819 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8820         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
8821
8822         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
8823         instance,
8824         * (pushSide): commented out with #if,
8825         * (assignResultValue): fixed some typos in saving
8826         registers,
8827         * (genPcall): FIXED and sync'ed with genCall,
8828         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
8829         * (genNearPointerGet): fixed to handle some more cases,
8830         implementation scheme via table reads,
8831         * (genConstPointerGet): modified to access code memory correct,
8832         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
8833         and improved to handle some cases
8834         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
8835         instead of "RETLW" for init data
8836         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
8837         not IN_DIRSPACE, work around to reduce bank switching when aboslute
8838         variables are placed in access bank memory (<0x80 and >=0xf80),
8839         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
8840         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
8841         TBLWT_POSTDEC,TBLWT_PREINC
8842         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
8843         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
8844         directives
8845         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
8846         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
8847         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
8848         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
8849
8850 2004-02-29  Borut Razem <borut.razem AT siol.net>
8851
8852         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
8853         support/Util/findme.h, support/Util/system.h: enhance binary relative
8854         search for lib and include by using findProgramPath()
8855
8856 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8857
8858         * src/SDCCpeeph.h,
8859         * src/SDCCpeeph.c (pcDistance),
8860         * src/port.h,
8861         * src/mcs51/ralloc.h,
8862         * src/mcs51/ralloc.c (mcs51_regWithIdx),
8863         * src/mcs51/main.h,
8864         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
8865         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
8866         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
8867         size calculation port specific, started basis for some register
8868         optimizations
8869         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
8870         missing push/pop of r0/r1. Optimized push/pops
8871         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
8872         * device/lib/_modsint.c (_modsint),
8873         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
8874         and stack version so regression tests pass
8875
8876 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
8877
8878         * src/Makefile.in (dep): include SLIBOBJS in dependency check
8879         * src/SDCCast.c (decorateType): catch another small optimization
8880         with '?' operator
8881         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
8882         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
8883         modified to finally use computeType() all over SDCC,
8884         see Feature Request #877103
8885         * src/SDCCval.h: cosmetic
8886         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
8887         valCompare(); regression tested in muldiv.c
8888         * support/regression/tests/muldiv.c (testMod): mod sign follows
8889         dividend only
8890
8891 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
8892
8893         * src/SDCCast.c (decorateType): fixed bug #902362
8894         * doc/INSTALL.txt: fixed install instructions for win32
8895
8896 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
8897
8898         * device/include/Makefile.in (install): fixed by replacing spaces
8899         by tabs
8900         * doc/README.txt,
8901         * doc/INSTALL.txt: updated for release
8902         * doc/sdccman.lyx: added warning for --xstack being buggy
8903
8904 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
8905
8906         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
8907         to eliminate build warnings.
8908         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
8909
8910 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
8911            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8912
8913         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
8914         removed -penable-stack, added comment for stack pragma, added
8915         warning for not initializing the stack/frame registers, removed
8916         comment at interrupts section
8917
8918         Stack is made permanent, there is no ability to disable stack usage.
8919         * src/pic16/device.h,
8920         * src/pic16/device.c: removed all references to USE_STACK macro,
8921         * src/pic16/device.c (pic16_dump_section): when no elements in
8922         rlist, free rlist before return,
8923         * (pic16_dump_int_registers): NEW, internal registers are a new set
8924         of general purpose registers reused by each function,
8925         * (checkAddReg): returns 1 if registers is added to set,
8926         * (pic16_groupRegistersInSection): when a registers is of type
8927         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
8928         * src/pic16/device.h: memRange and Assigned Memory are deleted,
8929         SRCASECMP macro is moved here from device.c
8930         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
8931         PO_PCLATU, PO_PRODL, PO_PRODH,
8932         * (pic16_pCodeOpType, genMinus,
8933         changed compares to "a" register, with AOP_ACC,
8934         * (pic16_genPlus): fixed some bugs and indented properly,
8935         * (pic16_addSign): changed size to size+offset in the MOVWF
8936         instruction,
8937         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
8938         multiply 8-bit operand by literal, result is 8-bit,
8939         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
8940         multiply 2 8-bit operand, result is 8-bit,
8941         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
8942         genUMult8X*_16,
8943         * src/pic16/gen.c: changed accUse to contain WREG only,
8944         * (pic16_emitcomment): renamed to pic16_emitpcomment,
8945         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
8946         true, do not use immediate addressing any more unless sym is a
8947         pointer in codespace,
8948         * (aopForRemat): do not use immediate addressing when symbol not in
8949         codespace and when symbol's address is requested,
8950         * (aopOp): for-loop in if(sym->accUse) is modified for the new
8951         accUse size (= 1),
8952         * (aopGet): added case for AOP_ACC and don't return "accumulator
8953         bug" but WREG instead,
8954         * (popGetTempReg): pushes contents of temporary register in stack,
8955         * (popReleaseTempReg): pops contents of temporary register from
8956         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
8957         * (pic16_popGet): separated case AOP_ACC to return register WREG
8958         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
8959         or PO_IMMEDIATE and initializes their instance/offset appropriately,
8960         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
8961         the use of immediate pointers to certain cases only.
8962
8963         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
8964         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
8965         * (assignResultValue, genCall, genRet): modified to use the new
8966         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
8967         genPcall is still broken,
8968         * (genFunction): added code to create 'A' type pBlocks when
8969         interrupt functions are generated, code not extensively tested yet,
8970         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
8971         * (genEndFunction): modified so ISRs pop stored registers from stack,
8972         * (genMultOneByte): cleanup,
8973         * (AccRsh): added flag andmask, to and result with appropriate mask,
8974         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
8975         * (genDataPointerGet): fixed and reenabled its use,
8976         * (genNearDataPointerGet): bugs fixed,
8977         * (genDataPointerSet): bugs fixed,
8978         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
8979         pic16_DumpSymbol, pic16_DumpOp,
8980         * src/pic16/genutils.h: function prototypes for the above functions,
8981         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
8982         pointers,
8983         * (pic16emitRegularMap): many many many improvements, but needs a
8984         major cleanup,
8985         * src/pic16/main.c: enable_stack in pic16_options is removed,
8986         * (_pic16_parseOptions): removed command line options -penable-stack,
8987         * (_process_pragma): emit stack symbol only when stack pragma is
8988         processed,
8989         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
8990         redirected to FSR0L/FSR0H pair,
8991         * (pic16_get_op, pic16_get_op2): modifications and improvements,
8992         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
8993         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
8994         for immediates,
8995         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
8996         * (dumpPicOptype): NEW,
8997         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
8998         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
8999         with movff instruction,
9000         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
9001         added pic16_int_regs, some packRegsFor* functions are commented out,
9002         because produce errors,
9003         * src/pic16/NOTES: minor modifications
9004
9005 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9006
9007         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
9008         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
9009         --pack-iram.
9010         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
9011         * as/mcs51/lkaomf51.c: fixed bug #895763
9012
9013 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
9014
9015         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
9016
9017 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9018
9019         * doc/sdccman.lyx: added details about the HC08 storage classes and
9020         interrupts, fixed the register usage info for z80 & gbz80
9021
9022 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
9023
9024         * doc/sdccman.lyx: added more pic16 port documentation
9025         * device/include/pic16/: added header pic18fregs.h
9026
9027 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
9028
9029         * doc/sdccman.lyx: added Vangelis' contribution
9030
9031 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9032
9033         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
9034         extend to the next CALL or PCALL, not just to the next CALL.
9035
9036 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
9037
9038         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
9039
9040 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9041
9042         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
9043         bug #895752 and a better fix for bug #716790
9044
9045 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9046
9047         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
9048
9049 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9050
9051         * doc/sdccman.lyx: minor changes, minor changed
9052
9053 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
9054
9055         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
9056         which can't handle SDCC_NEWONEBYTEOPS,
9057         (geniCodeMultiply): removed conversion from mult to shift for pic14
9058         and pic16
9059
9060 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9061
9062         * src/hc08/gen.h,
9063         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
9064         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
9065         thus fixing bug #895406
9066
9067 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
9068
9069         * device/lib/_modsint.c,
9070         * device/lib/_modslong.c: sign follows divisor only
9071         * src/hc08/gen.c (genMultOneByte): if result size is 1,
9072         signs or signedness can be ignored
9073         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
9074         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
9075         added optimization for IFX,
9076         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
9077         arguments;
9078         reenabled optimization for IFX, which was removed on 2004-01-11
9079         * src/SDCCast.h: added return type IFX
9080         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
9081         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
9082         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
9083         SDCC_OLDONEBYTEOPS selects the old behaviour
9084         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
9085         changed again and commented promotion rule
9086         * src/SDCCval.c (valDiv): promotion no longer necessary
9087         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
9088         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
9089         rewritten
9090         * support/regression/tests/onebyte.c: added
9091
9092 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
9093
9094         * gen.c (genInline): reverted to old code for assemnling inline
9095         code because of bug reported James Chadd
9096
9097 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
9098
9099         * ralloc.h: missing declarations from previous patch,
9100         seems that patch for ralloc.h was never applied, fixed
9101
9102 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
9103            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
9104
9105         * pcode.c,
9106         * pcode.h,
9107         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
9108         indirect addressing. Marked FSR0 as deprecated
9109         * gen.c (pointerCode): commented out, not needed now
9110         (pic16_popGet2p): new MOVFF helper function
9111         (genGenPointerGet),
9112         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
9113         (shiftRLong): removed duplicate debugging info
9114
9115 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9116
9117         * src/ds390/gen.c (genNearPointerGet),
9118         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
9119         optimization with bits, but not bitfields.
9120         * src/ds390/ralloc.c (packRegisters),
9121         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
9122
9123 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
9124
9125         * src/SDCCcse.c (algebraicOpts): copy operands before modification
9126
9127 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9128
9129         * src/SDCCsymt.h,
9130         * src/SDCCicode.c (operandFromSymbol),
9131         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
9132         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
9133         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
9134         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
9135         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
9136         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
9137         bug #892038
9138         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
9139         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
9140         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
9141         * src/SDCCsymt.c (newSymbol),
9142         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
9143         enumerator_list),
9144         * src/SDCCval.h,
9145         * src/SDCCval.c (newiList): fixed bug #885705
9146
9147 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9148
9149         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
9150         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
9151
9152 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9153
9154         * device/include/c8051f120.h,
9155         * device/include/c8051f300.h,
9156         * device/include/c8051f310.h: added/updated header files for Silicon
9157         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
9158         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
9159         in new section Submitting patches
9160
9161 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9162
9163         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
9164         genFarPointerGet, genCodePointerGet, genGenPointerGet,
9165         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
9166         genGenPointerSet),
9167         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
9168         genFarPointerGet, genCodePointerGet, genGenPointerGet,
9169         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
9170         genGenPointerSet),
9171         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
9172         genFarPointerGet, genCodePointerGet, genGenPointerGet,
9173         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
9174         genGenPointerSet),
9175         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
9176         genFarPointerGet, genCodePointerGet, genGenPointerGet,
9177         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
9178         genGenPointerSet): fixed bug #892400
9179         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
9180         to eliminate build warnings.
9181         * src/SDCCast.c (processParms),
9182         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
9183         fixed bug 751859
9184         * support/valdiag/valdiag.py: added GCC to the list of defines active
9185         when compiling with gcc
9186
9187 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9188
9189         * support/Util/SDCCerr.h,
9190         * support/Util/SDCCerr.c,
9191         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
9192         with an incomplete type (fixed bug #883734)
9193         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
9194
9195 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9196
9197         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
9198
9199 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9200
9201         * src/SDCCast.c (decorateType),
9202         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
9203         function pointer implementation
9204         * support/regression/tests/funptrs.c: added tests to verify both forms
9205         of function pointers work correctly. Added tests to verify parameters
9206         are passed in the correct order.
9207
9208 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
9209
9210         * device.c (regCompare): registers are sorted by ascending
9211         address and increasing size,
9212         * main.c (_pic16_finaliseOptions): removed the declaration
9213         of compiler macro MCU. Now a macro of the format pic18fxxxx
9214         will be defined from the command line
9215
9216 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
9217             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
9218
9219         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
9220         PCOP_RLCF was overwritten!
9221         * gen.c (genSkip): commented out calls to pic16_emitcode,
9222         * (genCmpEQ): fixed "long" compares, only high word did get compared,
9223         * (genlshTwo),
9224         * (genRRC): added debugging info,
9225         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
9226         overwritten while shifting,
9227         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
9228         overwritten while shifting,
9229         * (AccLsh),
9230         * (AccRsh),
9231         * (shiftLLeftOrResult),
9232         * (shiftRLeftOrResult),
9233         * (shiftRLong),
9234         * (shiftLLong): Implemented with pic16_emitpcode
9235         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
9236         * (genLeftShift): Fixed bug, operand for shift by variable always
9237         was "and"ed with 0x0f,
9238         * (genLeftShiftLiteral),
9239         * (genrshTwo),
9240         * (genRightShiftLiteral): added debugging info,
9241         * (genrshFour): added comment,
9242         * (genRightShift): determined signedness from operand "left"
9243         instead of "result"
9244
9245 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9246
9247         * src/SDCCicode.c (geniCodeParms),
9248         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
9249         function pointers, fixed function pointer bugs #861242 and #861896
9250
9251 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9252
9253         * device/include/c8051f000.h,
9254         * device/include/c8051f120.h,
9255         * device/include/c8051f300.h: added header files for Silicon
9256         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
9257
9258 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
9259
9260         * src/SDCCast.c (processParams): added new type flow and restructured
9261         (gatherAutoInit): added new type flow
9262         (addCast): cosmetic changes
9263         (getLeftResultType): added new type flow for array indices, patch
9264         provided by Stas, see FR #877103
9265         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
9266         array index patch by Stas
9267         * src/SDCCast.h: added prototype getResultTypeFromType()
9268         * src/SDCCval.h,
9269         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
9270         * src/pic/glue.c (pic14emitStaticSeg),
9271         * src/pic16/glue.c (pic16emitStaticSeg),
9272         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
9273         for initialization of symbols
9274         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
9275         * support/Util/SDCCerr.h:
9276         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
9277         * .version: bumped version number to 2.3.8
9278         * device/include/Makefile.in (install),
9279         * doc/Makefile (install): changed to 'rm `find ...`' construct to
9280         avoid warnings
9281
9282 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
9283
9284         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
9285         Slade Rich fixed an optimization bug
9286         * src/pic/pcodepeep.c,
9287         * src/pic/pcoderegs.c
9288         * doc/Makefile (install): added test for directory
9289
9290 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9291
9292         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
9293         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
9294         * src/pic/ralloc.c (getRegPtr, getRegGpr),
9295         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
9296         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
9297         * as/mcs51/asexpr.c (term),
9298         * as/hc08/asexpr.c (term): fixed bug #887146
9299
9300 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9301
9302         * src/z80/gen.c (genMult): handle single byte result product
9303         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
9304         DUMMY_READ_VOLATILE (fixed bug #886367)
9305
9306 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
9307
9308         * support/regression/tests/libmullong.c: fixed logic, on little endian
9309         hosts we ended without a mullong_wrapper()
9310
9311 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9312
9313         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
9314         virus/worm forged address usage.
9315
9316 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
9317
9318         Fixed promotion, it should be done on AST level:
9319         * src/SDCCast.c (addCast): added promotion to int
9320         (decorateType): updated call to upCast()
9321         * src/SDCCicode.c (geniCodeLeftShift): removed call to
9322         usualUnaryConversions()
9323
9324 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
9325
9326         * support/regression/tests/literalop.c (mulWrapper): Added a
9327         wrapper to remove integer overflow warnings.
9328
9329         * support/regression/tests/float_trans.c: Made work on host.
9330
9331         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
9332         location of sz80.
9333
9334         * support/regression/generate-cases.py (main): Changed from inline
9335         to a main method.
9336
9337         * doc/Makefile (install): Changed to depth first to get rid of
9338         missing directory install warning.
9339
9340         * as/Makefile (install-doc): Made work on Mac.
9341
9342 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
9343
9344         * src/SDCCast.c: added an additional type flow in decorateType() of
9345         opposite direction, see feature request #860006; it's enabled at runtime
9346         by setting the environment variable SDCC_NEWTYPEFLOW
9347         * src/SDCCast.h: changed prototype of decorateType()
9348         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
9349         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
9350         'char' to 'int' can be omitted, if both operands are 'unsigned char';
9351         see feature request #877103
9352         * src/SDCCval.c: updated call of decorateType()
9353         (valBitwise): fixed bug #882876
9354         (valMinus): added promotion
9355         (valLogicAndOr): result is unsigned
9356         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
9357         * src/SDCCsymt.c (computeType),
9358         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
9359         must not cause an unsigned operation
9360         * src/pic/glue (pic14emitRegularMap),
9361         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
9362
9363 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
9364
9365         * src/pic/pcode.c (PCodeID): commented out left over debug code
9366
9367 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
9368
9369         * support/valdiag/tests/overflow.c: added shift tests
9370         * src/pic/device.c,
9371         * src/pic/gen.c,
9372         * src/pic/gen.h,
9373         * src/pic/glue.c,
9374         * src/pic/main.c,
9375         * src/pic/pcode.c,
9376         * src/pic/pcode.h,
9377         * src/pic/pcodepeep.c,
9378         * src/pic/pcoderegs.c,
9379         * src/pic/ralloc.c,
9380         * src/pic/ralloc.h: applied patch from Slade Rich;
9381         added support for multiple code pages and multiple RAM banks on the
9382         PIC 14 port. The ASM files now no longer simply assume all the
9383         code / RAM are in the same page / bank. This means the linker can
9384         safely allocate code/RAM of separate ASM files to different pages/banks.
9385         * doc/sdccman.lyx: added Slade's tips
9386         * src/mcs51/peeph.def: fixed bug #880768
9387
9388 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9389
9390         * src/hc08/ralloc.c (rematStr): fixed bug #879282
9391         * src/SDCCast.c (decorateType): fixed bug #880197
9392
9393 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
9394
9395         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
9396         getopt.h.
9397
9398         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
9399         strtof is not part of C89 and isn't included with Mac OS X.
9400
9401 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9402
9403         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
9404         shiftL2Left2Result): fixed bug #879326
9405         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
9406         (genMultOneByte): fixed bug in signed vs unsigned multiplication
9407         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
9408         address fetch for clr instruction
9409         * device/lib/hc08/_mulint.c: created optimized assembly version
9410         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
9411
9412 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
9413
9414         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
9415         proposed in FR #877103
9416
9417 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
9418
9419         * src/SDCCval.c (cheapestVal): added missing checks
9420         * src/SDCCicode.c (usualBinaryConversions): fixed condition
9421         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
9422
9423 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
9424
9425         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
9426         equal operands
9427
9428 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
9429
9430         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
9431         loaded with the linker search paths (-L arguments) and the libraries
9432         to be linked with the current source (-l arguments). Changes
9433         currently will affect only the pic16 port.
9434         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
9435         include path the port specific paths and port specific libraries,
9436         * gplink command now contains the $3 argument,
9437         * src/pic16/device.h,
9438         * src/pic16/device.c,: structure PIC_device is made public and
9439         renamed to PIC16_device, the same for variable Pics which is renamed
9440         to Pics16. Updated all references to them.
9441         * src/pic16/glue.c (pic16glue): corrected bug with code
9442         initialization which bypassed the variable initializations block.
9443
9444         * device/lib/pic16/Makefile.rules: removed --penable-stack from
9445         COMPILE_FLAGS and added the --nostdinc option
9446
9447 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9448
9449         * device/include/mc68hc908jb8.h: Register defs for another member
9450         of the hc08 family. Contributed by Bjorn Bringert - thanks!
9451
9452 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
9453
9454         Documenting changes from previous commits.
9455         * configure.in (version 1.56),
9456         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
9457         when generating output files to configure the pic16 library,
9458         but now I've commented it out, since gputils aren't installed in the
9459         SF compile farm, so library won't compile
9460
9461         * device/lib/Makefile.in (version 1.56): initially I've added in
9462         target 'all' the prerequestive 'model-pic16' so it compiled the
9463         pic16 library, but now I've commented it out for the same reasons
9464         above,
9465         * added targets 'model-pic16' and 'objects-pic16' to compile the
9466         library
9467         * added target 'port-specific-objects-pic16' to handle the
9468         generated libraries and copy them into the build/ directory
9469         * added target 'clean-intermediate-pic16' to clean intermediate
9470         files into pic16 directory
9471         * in target 'installdirs' added line to create directory pic16 in
9472         the installation path
9473
9474         * device/include/Makefile.in (version 1.11): in target 'install'
9475         added lines to copy all header files to installation path,
9476         * in target 'installdirs' added line create directory for pic16
9477         headers in the installation path
9478
9479 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
9480
9481         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
9482          a function call
9483
9484 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
9485
9486         * configure,
9487         * device/lib/configure.in,
9488         * device/lib/configure: fixed for autoconf 2.57
9489
9490 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9491
9492         * src/z80/main.c (_parseOptions): fixed the portmode= command line
9493         option so that it actually works. Made it specific to the z80, since
9494         the gbz80 doesn't have these kinds of I/O ports.
9495
9496 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9497
9498         * device/include/z180.h,
9499         * device/lib/_memcpy.c,
9500         * device/lib/_memmove.c,
9501         * device/lib/_mulint.c,
9502         * device/lib/ser_ir.c,
9503         * device/lib/ser_ir_cts_rts.c,
9504         * device/lib/_strcmp.c,
9505         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
9506         * src/z80/main.c (_process_pragma): add support for pragmas bank and
9507         portmode; added deprecation warning for bank= and protmode= forms.
9508         Also, guard against buffer overflow.
9509         * src/z80/gen.c (aopGet): generate better code for sfr banked read
9510
9511 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9512
9513         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
9514         changed interrupt vector table generation to only emit declared vectors.
9515         * device/include/Makefile.in: added missing backslash
9516         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
9517
9518 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
9519
9520         Mainly changes to support compilation of the device libraries
9521         * src/pic16/device.c: stack is allocated via symbol and not
9522         via literal number. The symbol is placed in the corresponding
9523         position of the data ram
9524         * (pic16_dump_section): relocatable and absolute uninitialized
9525         data are now emitted in sorted order to reduce section naming,
9526         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
9527         weren't marked as being in the access bank,
9528
9529 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
9530
9531         Added portion of GNU PIC Library under the directory
9532         device/include/pic16 and device/lib/pic16. These files
9533         contain the declarations of SFRs for the PIC18Fxx2 devices.
9534         The directory is initialized via configure from toplevel.
9535
9536 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
9537
9538         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
9539         the spilllocations to be compared correctly
9540
9541 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
9542
9543         * src/SDCCast.c (decorateType): fixed bug introduced today
9544
9545 2004-01-12  Borut Razem <borut.razem AT siol.net>
9546
9547         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
9548         doc/sdccman.lyx: upper case pragmas are deprecated
9549
9550 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
9551
9552         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
9553         in simpler and even better code
9554
9555 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
9556
9557         * src/SDCCicode.c (operandOperation): fixed bug #874819
9558         * src/SDCCast.c (decorateType): fixed
9559         char foo (unsigned long ul) { return ul > 0; }
9560
9561 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9562
9563         * doc/sdccman.lyx: Moved and added some sections, small changes
9564         all over. Telling LaTeX to be less strict with word spacing
9565         to better keep the right margin. Changed some notes about
9566         maintainance of the ports in section 3.2.1 - is it OK like this?
9567
9568 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
9569
9570         SDCC source changes:
9571         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
9572         convilong): modified to inform the pic16 port that builtin functions
9573         are external
9574
9575         PIC16 PORT specific changes:
9576         * src/pic16/device.c pic16_dump_equates() added,
9577         processor registers declared internally by the port are emitted in
9578         the translation as equates,
9579         * src/pic16/gen.c: inline code is passed unprocessed to the
9580         translation,
9581         * (pic16_popGetLit2): fnuction modified to take second operand as
9582         pCodeOp pointer and not as literal,
9583         * (popRegFromIdx): prefixed with pic16_,
9584         * (pic16_popCombine2): modified to receive already allocated pCode
9585         operands,
9586         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
9587         * (genFunction): initializes local stack frame and pushes on stack
9588         all the registers used by this function,
9589         * (genEndFunction): restores all registers from stack and restores
9590         stack frame,
9591         * src/pic16/glue.c (pic16emitRegularMap): various changes and
9592         improvements,
9593         * (pic16glue): changed the program startup sequence,
9594         * added new dbName code 'A' for functions placed in absolute section
9595         * src/pic16/main.c: added function attribute _naked,
9596         * added pragma 'code' to place a fnuction at an absolute address,
9597         * added command line arguments --debug-ralloc and --pcode-verbose,
9598         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
9599         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
9600         * (pic16_newpCodeOpLit2): modified to take the second operand as
9601         pCodeOp pointer,
9602         * (pic16_printpBlock): modified to emit each function in a separate
9603         section,
9604         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
9605         UPPER for immediate operands,
9606         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
9607         instruction,
9608         * src/pic16/peeph.def: all peepholes with movff are commented out,
9609         because there is a problem in the pcode peep optimizer,
9610         * src/pic16/ralloc.c: the register allocator can now reuse local
9611         function symbols for another function. This saves register usage.
9612         * src/pic16/ralloc.h: added flag isLocal in structure regs,
9613
9614         Added file src/pic16/NOTES with information about program writing on
9615         the current port version.
9616
9617 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9618
9619         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
9620         and peephole 252 (array access)
9621
9622 2004-01-09  Borut Razem <borut.razem AT siol.net>
9623
9624         * src/SDCCmain.c : fixed #872250: -l command line defined library
9625           files are scanned before standard library files
9626
9627 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9628
9629         * src/SDCCast.c (decorateType): fixed bug #874046
9630
9631 2004-01-09  Borut Razem <borut.razem AT siol.net>
9632
9633         * support/scripts/sdcc.nsi: remove previous installation
9634
9635 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9636
9637         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
9638         bytes for last interrupt vector (mcs51)
9639         * sdcc.spec: fixed typo
9640
9641 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9642
9643         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
9644         gen51Code): more efficient parameter receive for --model-large
9645         ("bug" #845294)
9646
9647 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9648
9649         * src/ds390/main.c,
9650         * src/z80/main.c: added missed needLinkerScript flags (more than
9651         one port structure defined in these file)
9652         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
9653         bug #795325
9654
9655 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
9656
9657         * src/SDCCmain.c: removed various references to DEFAULT_PORT
9658         * src/port.h: added flag needLinkerScript in port->linker
9659         structure to inform whether to create a .lnk file or not,
9660         * src/avr/main.c,
9661         * src/ds390/main.c,
9662         * src/hc08/main.c,
9663         * src/mcs51/main.c,
9664         * src/pic/main.c,
9665         * src/pic16/main.c,
9666         * src/xa51/main.c,
9667         * src/z80/main.c: changed appropriately to configure
9668         needLinkerScript flag
9669         * src/pic/gen.c,
9670         * src/pic16/gen.c (genAddrOf): fixed bug #863624
9671         * src/pic/glue.c: added variable udata_section_name to
9672         override default uninitialized data segment definition for
9673         devices only with SHAREBANK memory (reported from Erik Epetrich)
9674         * (pic14emitOverlay): modified to emit a commented overlay segment
9675         directive when no overlay data exist
9676         * (picglue): modified to emit uninitialized data segment
9677         according to udata_section_name
9678         * src/pic/main.c (_pic14_parseOptions): added command line
9679         options --udata-section-name=[name] to override default
9680         udata definition name
9681         * modified _linkCmd and _asmCmd to include compiler passed
9682         arguments via -W option
9683         * src/pic16/main.c: added $l in _asmCmd, changed extension for
9684         object file from '.rel' to '.o' in port->linker structure,
9685         changed size of fptr from 2 to 3 in port structure
9686
9687 2004-01-07  Borut Razem <borut.razem AT siol.net>
9688
9689         * support/scripts/sdcc.nsi: update PATH
9690         * support/scripts/sdcc.ico: craeted
9691
9692 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
9693
9694         * device/include/Makefile.in: fix install
9695         * doc/Makefile: fix install
9696
9697 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9698
9699         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
9700         in bug #860505
9701         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
9702         how the function variable allocation summary is displayed; also
9703         include information about variables allocated to the overlay
9704         segment
9705
9706 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9707
9708         * as/mcs51/lkmain.c: Help about -Y option
9709         * as/mcs51/lkarea.c: Fixed gcc warnings
9710
9711 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
9712
9713         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
9714         fixed warning
9715         * support/valdiag/tests/overflow.c: added
9716         * src/SDCCast.c (decorateType),
9717         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
9718         LEFT_OP (left shift)
9719
9720 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9721
9722         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
9723         (default behaviour).
9724
9725 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9726
9727         A python script to validate compiler diagnostic messages. It can be
9728         used to verify that sdcc complains about bad c source code and
9729         gives a good location of the error.
9730         * support/valdiag/Makefile,
9731         * support/valdiag/valdiag.py,
9732         * support/valdiag/tests/*
9733
9734 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9735
9736         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
9737         * src/SDCCsymt.c (newEnumType),
9738         * src/SDCCsymt.h
9739         * support/Util/SDCCerr.c,
9740         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
9741         enum related bugs.
9742         * support/regression/tests/enum.c: added test for enum values that
9743         require at least 2 bytes of storage.
9744
9745 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
9746
9747         * src/common.h: added ifndef/define/endif macros
9748         around the header file.
9749         Bug reported from Jesus Calvino-Fraga
9750
9751 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
9752
9753         * sdcc.spec: updated
9754         * device/include/Makefile.in: don't install CVS directories
9755         * device/lib/Makefile.in: added removal of CVS directories after install
9756         * doc/Makefile: fixed install, added local_icons
9757         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
9758         * src/mcs51/gen.c (genRightShift): fixed bug #870788
9759         * src/ds390/gen.c (genRightShift): fixed bug #870788
9760         * src/SDCCast.c (decorateType): fixed bug #870781
9761
9762 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
9763
9764         PIC16 port related changes:
9765         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
9766         added variable stackPos,
9767
9768         * gen.c: genCall, assignResultValue: added support for
9769         pushing/retrieving function parameters to/from stack,
9770         genFunction,genEndFunction: setup stack frame for the
9771         generated function,
9772         genAddrOf: will be changed according to bug 863624
9773
9774         * added files genutils.c and genutils.h which contain gen*
9775         debugged and optimised functions extracted from gen.c
9776
9777         * glue.c: added variable 'externs' which holds extern symbols,
9778         pic16emitRegularMap: is modified to properly handle relocatable
9779          symbols under the new scheme,
9780         pic16createInterruptVect: is modified
9781         pic16printPublics: is modified to emit 'global' assembler directives,
9782         added pic16_printExterns to print extern symbols,
9783         pic16glue: initializes stack/frame pointer in the beginning of
9784         the assembly output. Temporary hack, will be corrected later,
9785         because gplink yet does not support stack and SDCC does not
9786         yet support a type of crt0.o object to create the final binary.
9787
9788         * Removed many lines that contain 8051 legacy code.
9789         * The code is finally placed under a 'code' directive.
9790         * Added port specific options.
9791
9792         * _process_pragma: simplified since now we do not need *special*
9793         include file to define SFR registers. But a separate header
9794         will be needed. This will be developed later.
9795         * _pic16_parseOptions: added, parses port specific options:
9796         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
9797         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
9798         --preplace-udata-with=
9799
9800         * _pic16_setDefaultOptions: modified to initialize section names,
9801         but hack is temporarly out of order since it needs improvement.
9802         * _pic16_genAssemblerPreamble: configuration words are emitted by
9803         their address instead of their name. This part is incomplete and
9804         supports only the 18Fxx2 devices. Other devices will emit an error
9805         during assembly since they do not contain the same set of config
9806         registers
9807         * _pic16_genIVT: is modified,
9808
9809         * pcode.c: added definitions for some hardware registers that are needed
9810         for stack support
9811         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
9812         All PCI entries are updated. Now LFSR is supported.
9813         * Removed pic16_pciTRIS is mentioned by mdubuc in source
9814         * added pic16_newpCodeOpLit2 to support instructions with
9815         two literal arguments
9816         * pic16_pCode2str: corrected code that emits assembler instructions
9817         with two literal operands and those that have an access bit modifier
9818         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
9819         this fixes a bug which caused some labels to be lost, when an
9820         assembler directive was added, i.e. banksel,
9821         * pic16_FixRegisterBanking: improved logic that causes the insertion
9822         of bank switching,
9823         * InlineFunction: functions that are called once, are not any more
9824         inlined. This can be a port option in the future,
9825
9826         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
9827
9828         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
9829         hold the corresponding uninitialized symbols,
9830         * pic16_allocProcessorRegister: registers have explicit marked the
9831         accessBank field,
9832         * pic16_allocInternalRegister: registers are explicit marked as
9833         not used,
9834         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
9835         processing list, so bit registers were lost,
9836         *
9837
9838         * ralloc.h: added field 'accessBank' and original symbol operand
9839         in register definition,
9840         * removed the field isMapped from register definition,
9841
9842         ** Several functions have been removed from various sources:
9843         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
9844         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
9845         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
9846         pic16_assignRelocatableRegisters
9847
9848         ** others have been introduced:
9849         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
9850         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
9851
9852 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
9853
9854         * support/scripts/inc2h.pl: changed definition of BIT_AT
9855         to emit 'sbit at' instead of 'bit at'. This was a request.
9856
9857         PIC16 port related preliminary changes:
9858         * gen.c: prefixed function popRegFromString with
9859         pic16_ and all references to it corrected
9860         * pcode.c: all pic16_pc_* hardware registers prefixed
9861         with underscore (_),
9862         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
9863         * ralloc.c: newReg(): when register is REG_SFR then
9864         set address to rIdx,
9865         pic16_allocProcessorRegister(): marks register wasUsed=0
9866         pic16_writeUsedRegs(): added a call to assign processor
9867         registers via pic16_assignFixedRegisters
9868
9869 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9870
9871         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
9872         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
9873         variables in unused register banks.  Also the SSEG is placed
9874         wherever there is enough space for it, and IDATA can be anywhere
9875         in internal RAM.  For now compile using -Wl-Y[stack_size].
9876         The mem file is different for this option as well, since it
9877         makes no sense of talking about DSEG lenght.
9878
9879 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
9880
9881         * src/SDCClrange.c: fixed bug 869095 that caused segfault
9882         in certain cases, e.g. when ROM assignment, patch provided
9883         from Albert den Haan.
9884
9885 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
9886
9887         Many signedness and type propagation fixes:
9888         * src/SDCCicode.c: made geniCodeCast() static
9889         replaced SPEC_ by IS_ (cosmetic)
9890         (operandOperation): fixed div and mod operation
9891         (usualBinaryConversions): added support for promotion of char
9892         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
9893         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
9894         (geniCodeAdd): an array index will stay unsigned, even if promoted
9895         from char to int
9896         (geniCodeArray): ditto
9897         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
9898         * src/SDCCsymt.c (computeType): added more support for char;
9899         promotion of char is selectable by promoteCharToInt, fixed signedness
9900         for all cases
9901         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
9902         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
9903         * src/SDCCval (val*): replaced signedness calculation by
9904         computeType()
9905         rearranged if-branches (cosmetic)
9906         (valShift): added warning W_SHIFT_CHANGED
9907         (valCompare): fixed problem with different types
9908         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
9909         * support/regression/tests/literalop.c: added many cases
9910         * support/regression/tests/ast_constant_folding.c: changed finally to
9911         'unsigned int'
9912         * .version: new year, new version: 2.3.7
9913         * src/SDCCmain.c (main): applied patch #866468
9914         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
9915         provided by Scott Bronson
9916         * doc/sdccman.lyx: updated documentation for sdcdb
9917         updated and added chapter tips
9918
9919 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9920
9921         * src/SDCCsymt.h: missing from yesterday's commits
9922
9923 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9924
9925         * src/SDCC.y (struct_or_union_specifier),
9926         * support/Util/SDCCerr.c,
9927         * support/Util/SDCCerr.h: verify that struct & union tags are used
9928         as declared.
9929
9930 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9931
9932         * src/SDCCglobl.h: missing from yesterday's commits
9933
9934 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9935
9936         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
9937         sft_attributes, struct_declaration, parameter_declaration,
9938         type_name, start_block, declaration_list),
9939         * src/SDCC.lex (check_type): support redefinition of typedef names
9940
9941 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9942
9943         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
9944         aligned xdata arrays. Erik helped me with the if clause.
9945
9946 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9947
9948         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
9949         warning
9950
9951 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9952
9953         * src/SDCCast.h,
9954         * src/SDCCast.c (newAst_),
9955         * src/SDCCicode.h,
9956         * src/SDCCicode.c (ast2iCode, newiCode),
9957         * src/SDCCglobl.h,
9958         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
9959         expr, statement, expression_statement, selection_statement,
9960         iteration_statement, expr_opt, jump_statement): foundation for tracking
9961         sequence points
9962         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
9963         point code too)
9964
9965 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9966
9967         * support/Util/SDCCerr.c,
9968         * src/SDCCast.h,
9969         * src/SDCCast.c (createCase, createDefault, decorateType),
9970         * src/SDCClabel.c (labelUnreach),
9971         * src/SDCC.y (labeled_statement, jump_statement): More improvements
9972         to error messages.
9973         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
9974         (with thanks to Stas Sergeev)
9975         * device/include/time.h,
9976         * device/lib/time.c (CheckTime): suppress unreachable code warning
9977
9978 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9979
9980         * src/SDCCast.c (createIvalCharPtr),
9981         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
9982         bug #753752)
9983         * support/regression/tests/nullstring.c: tests for these two bugs
9984
9985 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9986
9987         * support/Util/SDCCerr.h,
9988         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
9989         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
9990         about storage class and 'at' used inside struct or union
9991         * src/SDCCBBlock.c (iCodeFromeBBlock),
9992         * src/SDCCcse.c (ifxOptimize),
9993         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
9994         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
9995         printIval, emitStaticSeg, emitOverlay),
9996         * src/SDCClabel.c (deleteIfx),
9997         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
9998         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
9999         gatherAutoInit, processParms),
10000         * support/Util/SDCCerr.h,
10001         * support/Util/SDCCerr.c (werrorfl): Support for better error location
10002         reporting for post-parse errors.
10003
10004 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10005
10006         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
10007         implicit casts via union; they don't work on big endian systems
10008         (possible fix for bug #861138)
10009
10010 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10011
10012         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
10013         * src/mcs51/main.c: fixed the fix for bug #737001
10014
10015 2003-12-15  Borut Razem <borut.razem AT siol.net>
10016
10017         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
10018
10019 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10020
10021         * support/makebin/makebin.c: put output in binary mode
10022
10023 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10024
10025         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
10026         xdata and data memory on startup. Set the environment variable
10027         SDCC_NOGENRAMCLEAR to disable this.
10028         * src/mcs51/peephole.def,
10029         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
10030         (allows non-interrupt and interrupt code to safely compete for a resource
10031         without the non-interrupt code having to disable interrupts)
10032
10033 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10034
10035         * src/SDCCicode.c (geniCodeAdd),
10036         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
10037         with valFromType if type might be a pointer and host is big endian).
10038         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
10039         types, not just integer types.
10040         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
10041         multiply defined with mismatching "at" address.
10042
10043 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10044
10045         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
10046         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
10047         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
10048         with embedded nulls (fixed bug #753752)
10049
10050 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10051
10052         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
10053         Apparently this did not see much testing (endless loop)
10054
10055 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10056
10057         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
10058
10059 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10060
10061         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
10062         gracefully handle NULL memmap pointers
10063
10064 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10065
10066         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
10067         instead of deleting the iCode when an operand is volatile
10068         * src/z80/gen.c (genDummyRead),
10069         * src/mcs51/gen.c (genDummyRead),
10070         * src/ds390/gen.c (genDummyRead),
10071         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
10072         not just IC_RIGHT
10073         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
10074         * src/SDCC.y: fixed bug #850420
10075
10076 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10077
10078         Applied z80 i/o port patch from Peter Townson and fixed some operators
10079         to better handle operands in A register.
10080         * device/include/z180.h
10081         * src/SDCC.y
10082         * src/SDCCglue.c
10083         * src/z80/gen.c
10084         * src/z80/gen.h
10085         * src/z80/main.c
10086         * src/z80/peeph-z80.def
10087         * src/z80/peeph.def
10088         * src/z80/z80.h
10089
10090 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10091
10092         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
10093
10094 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10095
10096         * device/lib/hc08/_mullong.c: Removed extra #endif
10097
10098 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10099
10100         * sim/ucsim/hc08.src/inst.cc,
10101         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
10102         carries from x to h
10103         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
10104         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
10105         * device/include/stdarg.h: fixed varargs for hc08
10106         * device/lib/Makefile.in,
10107         * device/lib/hc08/Makefile,
10108         * device/lib/hc08/_mulint.c,
10109         * device/lib/hc08/_mullong.c: fixed some endian problems
10110
10111 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10112
10113         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
10114         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
10115         * device/lib/_gptrget.c,
10116         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
10117
10118 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10119
10120         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
10121         * src/SDCCast.c (astErrors): fixed bug #846007
10122         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
10123
10124 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10125
10126         * src/SDCCast.c (decorateType): disabled a transformation I added in
10127         revision 1.188 (access to fields of a structure at an absolute address);
10128         it breaks with bitfields, extern declarations, and gcse analysis.
10129         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
10130         could be assigned through a pointer, so don't complain.
10131         * src/SDCCast.c (astErrors),
10132         * src/SDCCast.h,
10133         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
10134
10135 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
10136
10137         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
10138         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
10139         output of __config directives, since gpasm now supports them
10140         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
10141         pre-processor macro, i.e. -DMCU=p18f452
10142         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
10143         and modified to handle 'cast' icode similarly to '=' icode
10144         * src/pic16/device.h (typedef struct PIC_device): added field
10145         'extMIface' to indicate that chip has external memory interface
10146         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
10147         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
10148         18F8720
10149
10150 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10151
10152         * src/SDCC.y (pointer): fixed bug #846006
10153         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
10154         * src/SDCCast.c (decorateType): fixed bug #846009
10155         * src/ds390/peeph.def,
10156         * src/ds390/gen.c (genAnd, genOr),
10157         * src/mcs51/peeph.def,
10158         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
10159
10160 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10161
10162         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
10163         * src/SDCCdflow.c
10164         * src/SDCCcse.c
10165         * src/SDCCcse.h
10166         * src/SDCCBBlock.h
10167         * src/SDCCBBlock.c
10168
10169 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
10170
10171         fixed bug #845089
10172         * src/SDCCbitv.h,
10173         * src/SDCCbitv.c: added function to free a bitvector
10174         * src/SDCClrange.h,
10175         * src/SDCClrange.c: added function to recompute the liveranges
10176         * src/avr/ralloc.c,
10177         * src/ds390/ralloc.c,
10178         * src/hc08/ralloc.c,
10179         * src/mcs51/ralloc.c,
10180         * src/pic/ralloc.c,
10181         * src/pic16/ralloc.c,
10182         * src/xa51/ralloc.c,
10183         * src/z80/ralloc.c: recompute the liveranges after register packing
10184
10185 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
10186
10187         * src/SDCCloop.c (newInduction): fixed bug #845630
10188
10189 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10190
10191         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
10192         inadvertantly left behind from my 2003-11-12 change
10193
10194 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10195
10196         Updated headers I neglected to commit yesterday.
10197         * src/SDCClrange.h,
10198         * src/SDCCicode.h
10199
10200 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10201
10202         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
10203         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
10204         * src/SDCCopt.c (eBBlockFromiCode),
10205         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
10206         the creation of the key hash table from the sequencing so it can be used
10207         earlier (for some GCSE bug fixes still pending)
10208
10209 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10210
10211         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
10212         * support/regression/tests/addsub.c: testing genPlus shortcut
10213
10214 2003-11-15  Borut Razem <borut.razem AT siol.net>
10215
10216         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
10217
10218 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10219
10220         * src/SDCCcse.c (cseBBlock): fixed bug #527779
10221         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
10222         ordering is immaterial.
10223         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
10224
10225 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10226
10227         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
10228         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
10229         (SIGSEV) of bug #840381
10230         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
10231         unlink new file before rename if new and old filenames are the same)
10232
10233 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10234
10235         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
10236         uninitialized variables) for the mcs51. Set environment variable
10237         SDCC_GENRAMCLEAR to test.
10238         xdata initialization slightly shorter
10239
10240 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10241
10242         * src/SDCCsymt.h,
10243         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
10244         #838241 & 780691 (basicly the same bug)
10245         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
10246         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
10247
10248 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
10249
10250         * src/SDCCmain.c (linkEdit): "fix" #834252
10251
10252 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10253
10254         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
10255         * src/SDCCast.h,
10256         * src/SDCC.y: fixed bug #819403
10257
10258 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10259
10260         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
10261         the reentrant attribute.
10262         * src/hc08/gen.c (genPackBits): added missing stack readjustment
10263         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
10264         simulation
10265         * src/SDCCast.c (decorateType): fixed bug with storage class not being
10266         updated during pointer dereference; f.e. ~(((char *)1)*) was being
10267         erroneously reduced to a literal.
10268         * src/hc08/ralloc.c (packRegisters, rematStr),
10269         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
10270         some cases
10271
10272 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10273
10274         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
10275         * doc/sdccman.lyx: changed from 'article' to 'book'
10276         * doc/Makefile: readded test_suite_spec and cdbfileformat
10277
10278 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
10279
10280         * device/include/stdlib.h: include malloc.h to comply with ANSI
10281         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
10282
10283 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10284
10285         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
10286         * doc/clean.mk: also remove *.out files
10287         * doc/sdccman.lyx: some additions, larger top/bottom margins
10288
10289 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10290
10291         * src/SDCC.y: fixed bug #837365
10292         * support/regression/tests/bitopcse.c
10293         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
10294         a symbol (might be valop instead)
10295         * device/lib/Makefile.in: added errno.c to HC08SOURCES
10296         * device/lib/clean.mk: added hc08 to the cleaning list
10297
10298 2003-11-04  Borut Razem <borut.razem AT siol.net>
10299
10300         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
10301           made 2003-11-04
10302         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
10303           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
10304           malloc is declared in standard stdlib.h
10305
10306 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10307
10308         * device/lib/hc08/Makefile: need to clean .rel not .o files
10309         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
10310
10311 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10312
10313         * src/port.h,
10314         * src/hc08/main.c,
10315         * src/mcs51/main.c,
10316         * src/ds390/main.c,
10317         * src/z80/main.c,
10318         * src/avr/main.c,
10319         * src/pic/main.c,
10320         * src/pic16/main.c,
10321         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
10322         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
10323         tests (which uses the port's oclsExpense function)
10324         * src/SDCC.y,
10325         * src/SDCCast.c,
10326         * src/SDCCicode.c,
10327         * src/hc08/gen.c,
10328         * src/ds390/gen.c,
10329         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
10330
10331 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10332
10333         * src/SDCCcse.c (ifxOptimize),
10334         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
10335         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
10336         deleting the IFX iCode.
10337         * src/hc08/ralloc.c: reduced unneeded slocs
10338         * src/hc08/gen.c: fixed bug in asmopToBoolean
10339
10340 2003-11-04  Borut Razem <borut.razem AT siol.net>
10341
10342         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
10343           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
10344           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
10345           transferred to configure
10346
10347 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
10348
10349         Use headers defined in the C[++] standards:
10350         * sim/ucsim/gui.src/serio.src/fileio.cc
10351         * sim/ucsim/gui.src/serio.src/frontend.cc
10352         * sim/ucsim/gui.src/serio.src/main.cc
10353         * sim/ucsim/gui.src/serio.src/posix_signal.cc
10354         * support/Util/NewAlloc.c
10355         * as/hc08/lklibr.c
10356         * as/mcs51/lklibr.c
10357         * as/z80/aslist.c
10358         * as/z80/assym.c
10359
10360 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10361
10362         * Added MSVC projects for hc08 assembler and linker:
10363         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
10364         /as/hc08/link_hc08.dsp
10365
10366 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
10367
10368         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
10369
10370 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
10371
10372         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
10373
10374 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10375
10376         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
10377
10378 2003-10-31  Borut Razem <borut.razem AT siol.net>
10379
10380         * support/cpp2/cpplib.h,
10381           support/cpp2/cpplib.c,
10382           support/cpp2/cpplex.c,
10383           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
10384           to switch _asm block preprocessing on / off. Default is
10385           #pragma preproc_asm +
10386
10387 2003-10-31  Borut Razem <borut.razem AT siol.net>
10388
10389         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
10390           when outputting comment blocks (when executed with -C option) and
10391           _asm (SDCPP specific) blocks
10392
10393 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10394
10395         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
10396
10397 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
10398
10399         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
10400
10401 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
10402
10403         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
10404         * src/SDCCast.c (decorateType): fixed bug #832664
10405
10406 2003-10-31  Borut Razem <borut.razem AT siol.net>
10407
10408         * support/cpp2/cpplex.c: fixed for SDCPP:
10409           comments(when executed with -C option) and _asm blocks
10410           were included even if they where in skipped #if block.
10411           Applied solution from GCC cpp 3.3.2
10412
10413 2003-10-31  Borut Razem <borut.razem AT siol.net>
10414
10415         * src/SDCC.lex: sdcc now understands both formats:
10416           '# <line_number> <file_name>' and
10417           '#line <line_number> <file_name>'
10418         * support/cpp2/cppmain.c: sdcpp now generates the standard
10419           '# <line_number> <file_name>' instead of former
10420           '#line <line_number> <file_name>'
10421
10422 2003-10-30  Borut Razem <borut.razem AT siol.net>
10423
10424         * support/cpp2/cpphash.h,
10425         * support/cpp2/cpplib.h
10426         * support/cpp2/cpplex.c,
10427         * support/cpp2/cppmain.c,
10428         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
10429
10430 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10431
10432         Fixed a number of problems revealed by bug #827883.
10433         * src/SDCCloop.c (loopInvariants): Spill location of the
10434         result operand should be recomputed if extracted from
10435         a loop. Also, don't extract assignments of an iTemp
10436         from a literal.
10437         * src/SDCCast.c (isConformingBody): loop reversal should
10438         not occur if the control variable is involved with a
10439         relational operator.
10440
10441 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
10442
10443         * .version: bumped to 2.3.6 to reflect the big improvements
10444         made by Erik and Klaus. Thanks!
10445
10446 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
10447
10448         Replaced the livrange code.
10449         * src/SDCClrange.c: added new LR code
10450         * src/SDCCloop.c,
10451         * src/SDCCBBlock.h: removed remainig parts from old LR code
10452         * src/ds390/ralloc.c,
10453         * src/ds390/gen.c: minor fixes to make it work with new code
10454
10455 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10456
10457         * as/hc08/asm.h,
10458         * as/hc08/lkrloc.c,
10459         * src/hc08/gen.c,
10460         * src/hc08/ralloc.c: Fix various warnings related to the hc08
10461         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
10462         (tweaked fix for bug #818696)
10463
10464 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10465
10466         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
10467
10468 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10469
10470         * src/SDCCmain.c,
10471         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
10472         * src/mcs51/gen.c (gencjneshort),
10473         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
10474         more efficient (per Scott Bronson's suggestion)
10475
10476 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10477
10478         Extended the semantics of the critical keyword to include
10479         individual statements. See RFE #827755 and #799831
10480         * src/SDCC.y
10481         * src/SDCCicode.c
10482         * src/SDCCopt.c
10483         * src/SDCCast.c
10484         * support/Util/SDCCerr.c
10485         * support/Util/SDCCerr.h
10486         * src/mcs51/gen.c
10487         * src/ds390/gen.c
10488         * src/hc08/gen.c
10489
10490 2003-10-19  Borut Razem <borut.razem AT siol.net>
10491
10492         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
10493
10494 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10495
10496         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
10497         Fixed bug #818696
10498         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
10499         and predecrement operand is displayed
10500
10501 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
10502
10503         * src/SDCCval.c (valMinus): fixed bug #826041
10504
10505 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10506
10507         Some hc08 related updates that I missed earlier
10508         * sim/ucsim/stypes.h
10509         * support/regression/ports/hc08/spec.mk
10510
10511 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10512
10513         New target "hc08" for the Motorola 68hc08 family of micros
10514
10515         * configure
10516         * configure.in
10517         * Makefile
10518         * src/hc08/*
10519         * src/SDCCmain.c
10520         * src/port.h
10521         * sim/ucsim/hc08.src/*
10522         * sim/ucsim/configure.in
10523         * src/ucsim/configure
10524         * sim/ucsim/packages_in.mk
10525         * as/hc08/*
10526         * as/Makefile
10527         * device/include/mc68hc908qy.h
10528         * device/lib/hc08/*
10529         * device/lib/Makefile.in
10530         * support/regression/ports/hc08/*
10531         * support/regression/Makefile
10532
10533 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10534
10535         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
10536         regression test
10537         * src/ds390/gen.c (genCast): fixed bug #821957
10538
10539 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
10540
10541         * device/lib/logf.c: "fixed" overlay bug
10542         * support/regression/ports/host/spec.mk: added m library
10543         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
10544         * support/regression/tests/float_trans: added (for Eric)
10545
10546 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
10547
10548         * src/mcs51/gen.c (genCpl): fixed bug
10549         http://sf.net/mailarchive/message.php?msg_id=6263915
10550
10551 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
10552
10553         * src/SDCCast.c (decorateType): added extended constant folding
10554         * src/SDCCsymt.c (computeType): cleanup
10555         * src/SDCCval.c (valShift): minor optimization
10556         * support/regression/tests/ast_constant_folding.c: added
10557
10558 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10559
10560         * src/SDCCmain.c: removed some unintended changes
10561
10562 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10563
10564         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
10565         * src/z80/gen.c: fixed part of bug #817589
10566         * src/SDCCsymt.c (checkFunction): fixed bug #817895
10567
10568 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
10569
10570         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
10571         * src/SDCCcflow.c
10572         * src/SDCCcse.c
10573         * src/SDCCdflow.c
10574         * src/SDCClabel.c
10575         * src/SDCClrange.c
10576         * src/SDCCmem.c
10577         * src/SDCCopt.c
10578         * src/SDCCpeeph.c
10579         * src/SDCCset.c
10580         * src/avr/ralloc.c
10581         * src/ds390/ralloc.c
10582         * src/izt/ralloc.c
10583         * src/mcs51/ralloc.c
10584         * src/pic/ralloc.c
10585         * src/pic16/ralloc.c
10586         * src/xa51/ralloc.c
10587         * src/z80/ralloc.c
10588         * src/z80/gen.c: removed unused label "release:"
10589
10590 2003-10-06  Borut Razem <borut.razem AT siol.net>
10591
10592         * src/SDCC.lex: removed definition of unused variables
10593           save_optimize and save_options
10594
10595 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
10596
10597         * clean.mk: removed '=' in "-maxdepth=1"
10598         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
10599         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
10600
10601 2003-10-06  Borut Razem <borut.razem AT siol.net>
10602
10603         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
10604           my_unput() replaced by unput()
10605
10606 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
10607
10608         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
10609         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
10610         type-punned pointer will break strict-aliasing rules"
10611         Old LR behaviour is again default; Klaus' LR can be choosen by
10612         defining the environment variable LRKLAUS
10613         * src/SDCCBBlock.h
10614         * src/SDCCloop.c
10615         * src/SDCClrange.c
10616         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
10617         * clean.mk: fixed removal of files in bin/CVS/
10618         * device/lib/clean.mk: fixed removal of directories small and large
10619         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
10620         * src/SDCCicode.c,
10621         * src/SDCCval.c: removed superflous test for pedantic
10622
10623 2003-10-05  Borut Razem <borut.razem AT siol.net>
10624
10625         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
10626           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
10627           message "unmatched #pragma SAVE and #pragma RESTORE"
10628
10629 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10630
10631         * doc/sdccman.lyx: various additions and updates (interrupts, inline
10632           assembly, critical functions, atomic, nojtbound)
10633
10634 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
10635
10636         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
10637         * src/SDCCBBlock.h
10638         * src/SDCCloop.c
10639         * src/SDCCloop.h
10640         * src/SDCClrange.c
10641
10642 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10643
10644         * src/z80/gen.h,
10645         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
10646         * src/mcs51/gen.h
10647         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
10648         * src/ds390/gen.h
10649         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
10650         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
10651         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
10652
10653 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10654
10655         * src/z80/gen.c (genRet): fixed bug #524753
10656         * src/z80/gen.c (genCast): fixed internal error on cast from
10657         pointer to long
10658         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
10659         fix for bug #477835 to the z80
10660         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
10661         for tracking iCodes in the peephole optimizer for z80
10662
10663 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10664
10665         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
10666         the other part of bug #814548
10667         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
10668
10669 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
10670
10671         * src/SDCCcse.c: fixed part of bug #814548
10672
10673 2003-09-28  Borut Razem <borut.razem AT siol.net>
10674
10675         * src/asm.c: rewrite of printILine() to use temporary file instead
10676           a pipe
10677         * src/xa51/main.c: commented out declaration of int rewinds
10678
10679 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10680
10681         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
10682
10683 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10684
10685         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
10686         * src/asm.c (printILine): Fixed bug #811015
10687
10688 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10689
10690         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
10691         freeing.
10692
10693 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10694
10695         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
10696         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
10697         to correctly handle general case of AOP_PAIRPTR
10698         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
10699
10700 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10701
10702         * src/mcs51/ralloc.c (fillGaps),
10703         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
10704         register positioning bug)
10705
10706 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
10707
10708         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
10709
10710 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10711
10712         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
10713         genCodePointerGet, genGenPointerGet, genFarPointerSet,
10714         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
10715         (ralloc doesn't intentionally do this now, but perhaps later)
10716         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
10717         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
10718         register positioning bugs (Fixed bug #762602 and #795325)
10719         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
10720         (Fixed bug #808779)
10721         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
10722         lines that --i-code-in-asm generates
10723
10724 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10725
10726         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
10727         trying to fclose a FILE* that was already closed.
10728
10729 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10730
10731         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
10732         of const struct should be treated as if const themselves)
10733
10734 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
10735
10736         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
10737
10738 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10739
10740         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
10741         Unix (/n) and DOS (/r/n) line terminations.
10742
10743 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10744
10745         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
10746         bug #613775
10747
10748 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10749
10750         * src/mcs51/gen.c (genFunction, genEndFunction),
10751         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
10752         and restore of EA so that stack offsets to parameters are
10753         correct when using both critical and reentrant/stack-auto.
10754         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
10755         size (can be triggered in error if sloc is shared between
10756         different sized objects)
10757         * device/include/float.h: fixed macros to explicitly use
10758         unsigned long where needed
10759
10760 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
10761
10762         Feature req. 799831: added code to allow nesting of critical functions
10763         * src/mcs51/gen.c (genFunction, genEndFunction)
10764         * src/ds390/gen.c (genFunction, genEndFunction)
10765
10766 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10767
10768         * src/SDCCsymt.c (sclsFromPtr),
10769         * src/SDCCsymt.h,
10770         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
10771         support for standard C idiom of memory mapped variables; for
10772         example, *((xdata int*)0x1234) = 1 is now internally equivalent
10773         to xdata int at 0x1234 tempvar = 1.
10774         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
10775         provided by Akiya ISHIDA
10776
10777 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
10778
10779         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
10780         * src/SDCCval.c (constVal): added reduction from int to char
10781         * src/SDCCval.c (valMult, valDiv): fixed sign handling
10782         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
10783         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
10784         to ignore the sign
10785         * support/regression/tests/shifts.c: fixed
10786
10787 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10788
10789         * src/z80/gen.c (genXor): Fixed bug #805445
10790
10791 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10792
10793         Fixed bug #621531 (const & volatile confusion in the type chain).
10794         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
10795         refer to the const or volatile state of the pointer itself.
10796
10797         * src/SDCCast.c
10798         * src/SDCCglue.c
10799         * src/SDCCicode.c
10800         * src/SDCCsymt.c
10801         * src/SDCCval.c
10802         * src/SDCC.y
10803         * src/SDCCsymt.h
10804         * src/pic/gen.c
10805         * src/pic/ralloc.c
10806         * src/pic16/gen.c
10807         * src/pic16/ralloc.c
10808         * support/regression/tests/const.c
10809
10810 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10811
10812         When checking for duplicated modules, use absolute paths
10813         instead of relative paths.  Files changed:
10814
10815         * as/mcs51/lklib.c
10816         * link/z80/lklib.c
10817
10818 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10819
10820         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
10821
10822 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10823
10824         * device/include/string.h: added size_t typedef, changed
10825         prototypes to use size_t, eliminated separate reentrant and
10826         non-reentrant declarations, added _memmove declaration
10827         * device/lib/_memcpy.c: changed to use size_t instead of int,
10828         changed /4 to >>2 to avoid division library call
10829         * device/lib/_memcmp.c,
10830         * device/lib/_memset.c,
10831         * device/lib/_strncat.c,
10832         * device/lib/_strncpy.c,
10833         * device/lib/_strncmp.c: changed to use size_t instead of int
10834         * device/lib/_memmove.c: new file (fixed bug #772294)
10835         * device/lib/Makefile.in: added _memmove.c
10836         * device/lib/z80/asm_strings.s: fixed bug #772290
10837         * support/regression/tests/bitfields.c: attempt to fix host assertion
10838         failure on amd64-unknown-linux2.2
10839
10840 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10841
10842         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
10843         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
10844         * as/z80/asmain.c (main): fixed bug #801766
10845
10846 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
10847
10848         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
10849         compilers
10850
10851 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10852
10853         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
10854         reported in bug #800609
10855
10856 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
10857
10858         * Top header beautifications in src/pic16 directory:
10859           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
10860           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
10861           pcoderegs.h, ralloc.c, ralloc.h
10862         * main.c: added top header and GPL license notice
10863         * pcode.c: fixed the if-conditional warning
10864
10865 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
10866
10867         * device/lib/_mullong.c: replaced int by short for gcc
10868
10869 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10870
10871         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
10872         and JUMPTABLE iCodes properly now (worked by accident before)
10873         * src/mcs51/gen.c (leftRightUseAcc),
10874         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
10875         iCode properly now. Use getSize instead of nRegs since a & b
10876         aren't part of the nRegs tally.
10877
10878 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
10879
10880         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
10881         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
10882           before instructions that use the _STATUS register
10883
10884 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
10885
10886         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
10887         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
10888         fetching of the pointer
10889         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
10890         copied from genNearPointerSet()
10891         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
10892         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
10893         If they pop r0/r1 they must be called in the opposite order than aopOp().
10894         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
10895         (resp. --stack-auto), prepared for --xstack
10896
10897 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10898
10899         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
10900
10901 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10902
10903         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
10904         these ports have their own __sdcc_external_start()
10905
10906 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
10907
10908         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
10909         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
10910         type for bits was changed. It resulted in bit variables becoming
10911         global, which is not permitted in PIC 14 assembly output.
10912
10913 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10914
10915         * doc/sdccman.lyx: various additions and updates. Rearranged sections
10916
10917 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10918
10919         Z80 and MCS51 linkers complaint if a public symbol is defined
10920         in more than one library module:
10921
10922         * as/mcs51/lklib.c
10923         * link/z80/lklib.c
10924         * as/mcs51/Makefile.in
10925
10926 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10927
10928         A few small changes that speed up the peephole optimizer.
10929
10930         * src/SDCCpeeph.c
10931
10932 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10933
10934         Try to make the peephole optimizer smarter by maintaining
10935         an association between the assembly source code and the
10936         iCodes that originated them. Put this information to use
10937         with a new peephole rule condition "notVolatile" so that
10938         the rules can be aggressive yet still safe.
10939
10940         * src/SDCCpeeph.c
10941         * src/SDCCpeeph.h
10942         * src/mcs51/gen.c
10943         * src/mcs51/peeph.def
10944
10945 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10946
10947         Fixed bug #741761
10948
10949         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
10950         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
10951         if the left or right operand symbols have the accuse flag set.
10952
10953 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10954
10955         Changed the type of the result of the ! (NOT) operator to char;
10956         previously it returned the same type as the source. This allows
10957         us to eliminate all the genFloatNot functions (all of its target
10958         implementations were very buggy) since !float can use the same
10959         code as !long now.
10960
10961         * src/SDCCicode.c (ast2iCode): ! returns char
10962         * src/mcs51/gen.c (genNot, genNotFloat),
10963         * src/ds390/gen.c (genNot, genNotFloat),
10964         * src/z80/gen.c (genNot, genNotFloat),
10965         * src/pic/gen.c (genNot, genNotFloat),
10966         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
10967
10968 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
10969
10970         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
10971         1. Interrupt would not compile properly. Ensure PCLATH register is saved
10972            during interrupts. Ensure WSAVE is located at a shared bank address.
10973         2. Fixed page selection in some places
10974         3. Fixed BTFSS/C to where necessary use registers directly and not simply
10975            the registers name strings.
10976         4. Fixed "signed / unsigned compare" compiler warnings.
10977         5. The PIC port manages its own allocation of the general purpose
10978            registers, but makes no attempt to reuse them. As a result when
10979            compiling it soon runs out of general purpose registers. Some
10980            additional code was added to the files pcode.c and device.c to walk
10981            through the function call tree and rename the registers so that they
10982            get reused.
10983
10984         * src/pic/device.c
10985         * src/pic/gen.c
10986         * src/pic/glue.c
10987         * src/pic/pcode.c
10988         * src/pic/pcode.h
10989         * src/pic/ralloc.c
10990         * src/pic/ralloc.h
10991         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
10992         genPlus() & genMinus() when the result is the same as left or right
10993
10994 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10995
10996         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
10997
10998 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10999
11000         Made bitfield a distinct type from bit so that bitfields
11001         convert as per ANSI C and bits retain their traditional
11002         boolean style behaviour. Implemented bitfield support in
11003         the z80 port.
11004
11005         * src/SDCCsymt.h,
11006         * src/SDCCsymt.c,
11007         * src/SDCCast.c,
11008         * src/cdbFile.c,
11009         * src/mcs51/gen.c,
11010         * src/ds390/gen.c: bit v bitfield split
11011         * src/z80/gen.c: New support for bitfields
11012         * support/regression/tests/bitfields.c: reenabled z80,
11013         added more tests
11014
11015 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11016
11017         Rules 246.x, 247.x relate to bitfields, the others speed up
11018         access to xdata mapped I/O devices.
11019
11020         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
11021
11022 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11023
11024         Cleaned up genPackBits and genUnpackBits and added two helper
11025         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
11026         for literal assignments in genPackBits (thanks to Frieder for
11027         reminding me).
11028
11029         * src/mcs51/gen.c
11030         * src/ds390/gen.c
11031
11032 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11033
11034         Fixed bug #748310 (pointer to function type mishandled when the
11035         function name is omitted). Also fixed a SIGSEGV when a function
11036         attribute (reentrant, etc) is used on a non-function or on a
11037         function but misplaced before the parameter list.
11038
11039         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
11040         bug #748310
11041         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
11042         * support/Util/SDCCerr.h,
11043         * support/Util/SDCCerr.c: Added func attr misuse error msg
11044
11045 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
11046
11047         Fixed bug #787649 by anonymous
11048         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
11049         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
11050
11051 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11052
11053         Fixed numerous bitfield problems.
11054
11055         * src/SDCC.y: More bitfield related error checking
11056         * src/SDCCsymt.h,
11057         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
11058         * support/Util/SDCCerr.h,
11059         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
11060         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
11061         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
11062         * support/regression/tests/bitfields.c: tests added
11063
11064 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11065
11066         Made the constant following the "interrupt" keyword optional. If
11067         omitted, the function will not automatically be given an entry
11068         in the interrupt vector table (similar to #pragma NOIV, but
11069         less syntacticly kludgy). The interrupt number is also now
11070         range checked. Also fixed a bug in the high order bit example
11071         in the manual.
11072
11073         * src/SDCC.y
11074         * src/SDCCmem.c
11075         * src/SDCCglue.c
11076         * src/SDCCsymt.h
11077         * support/Util/SDCCerr.c
11078         * support/Util/SDCCerr.h
11079         * doc/sdccman.lyx
11080
11081 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
11082
11083         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
11084         * src/SDCCicode.c (operandOperation): rewritten some ops
11085         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
11086         * src/SDCCsymt.c (computeType): literals are handled the same way as any
11087         other type
11088         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
11089         be re-activated by defining REDUCE_LITERALS)
11090         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
11091         unsigned, but are signed by default
11092         * src/SDCCval.c (constVal): rearranged
11093         * src/SDCCval.c (valMod): preliminary fix
11094         * src/SDCCval.c (valCastLiteral): use TYPE_* types
11095         * support/regression/literalop.c: added, work in progress
11096
11097 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11098
11099         Generate warnings for useless declarations like "char data;"
11100         that don't do what new users expect.
11101
11102         * src/SDCC.y
11103         * support/Util/SDCCerr.h
11104         * support/Util/SDCCerr.c
11105
11106 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
11107
11108         * src/SDCCval.c (valMult): fix overflow detection of negative int
11109
11110 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11111
11112         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
11113
11114         Changes to support big endian targets:
11115
11116         * src/ports.h
11117         * src/SDCCglue.c
11118         * src/avr/main.c
11119         * src/ds390/main.c
11120         * src/izt/i186.c
11121         * src/mcs51/main.c
11122         * src/pic/main.c
11123         * src/pic16/main.c
11124         * src/xa51/main.c
11125         * src/z80/main.c
11126
11127 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
11128
11129         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
11130         * device/lib/time.c: fixed warning "integer overflow in expression"
11131
11132 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
11133
11134         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
11135         * src/SDCCval.c (constVal): changed default to signed; hex and octal
11136         constants are unsigned; added recognition of "u" flag for unsigned
11137         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
11138         * src/SDCCval.c (valDiv, valMod): fixed signdness
11139         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
11140         signedness of modulo, left and right shift
11141         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
11142         * support/Util/SDCCerr.h: added warning W_INT_OVL
11143         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
11144         * src/SDCCast.c (ast_print): improved output of constants
11145
11146 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11147
11148         Fixed some warnings when building with MSVC:
11149
11150         * as/mcs51/asdata.c
11151         * as/z80/asdata.c
11152         * as/mcs51/asm.h
11153         * as/z80/asm.h
11154         * link/z80/aslink.h
11155         * link/z80/lkdata.c
11156         * link/z80/lkeval.c
11157         * link/z80/lkgb.c
11158         * link/z80/lkihx.c
11159         * link/z80/lks19.c
11160         * link/z80/lksym.c
11161         * support/cpp2/cpplib.c
11162         * src/ds390/gen.c
11163         * src/mcs51/gen.c
11164
11165 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
11166
11167         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
11168
11169 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11170
11171         * support/librarian/clean.mk: Do not remove Makefile.
11172         * support/librarian/Makefile: added.
11173
11174 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11175
11176         Added librarian to MSVC build:
11177         * all.dsp
11178         * sdcc.dsw
11179         * support/librarian/librarian.dsp
11180
11181         'configure' not needed for librarian, removed:
11182         * support/librarian/configure
11183         * support/librarian/configure.in
11184         * support/librarian/config_in.h
11185         * support/librarian/Makefile.in
11186
11187         Hopefully these ones built the librarian and the rest of sdcc properly:
11188         * Makefile
11189         * Makefile.common.in
11190
11191         Messed up 'configure', so revert to previous version:
11192         * configure
11193         * configure.in
11194
11195 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
11196
11197         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
11198         there, while the mantissa of a double is "only" 53 bits wide.
11199
11200 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11201
11202         Adding sdcclib to the build.  MSVC project coming soon.
11203         Files added/changed:
11204
11205         * support/librarian/clean.mk
11206         * support/librarian/configure
11207         * support/librarian/configure.in
11208         * support/librarian/config_in.h
11209         * support/librarian/Makefile.bcc
11210         * support/librarian/Makefile.in
11211         * support/librarian/sdcclib.c
11212         * Makefile.bcc
11213         * Makefile
11214         * Makefile.common.in
11215         * configure
11216         * configure.in
11217
11218 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11219
11220         Linker now complaints if linked modules have conflicting options, for
11221         example, one compiled using --model-large and another one compiled with
11222         --model-small.  The following files were modified:
11223
11224         * as/mcs51/asdata.c
11225         * as/mcs51/aslink.h
11226         * as/mcs51/asm.h
11227         * as/mcs51/asmain.c
11228         * as/mcs51/asout.c
11229         * as/mcs51/i51pst.c
11230         * as/mcs51/lkdata.c
11231         * as/mcs51/lklibr.c
11232         * as/mcs51/lkmain.c
11233         * as/z80/asdata.c
11234         * as/z80/asm.h
11235         * as/z80/asmain.c
11236         * as/z80/asout.c
11237         * as/z80/z80pst.c
11238         * link/z80/aslink.h
11239         * link/z80/lkdata.c
11240         * link/z80/lklibr.c
11241         * link/z80/lkmain.c
11242         * src/SDCCglue.c
11243
11244 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11245
11246         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
11247         as/mcs51/lklibr.c: Generate a warning when a library is not found.
11248
11249 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
11250
11251         * src/z80/mappings.i: fix _mul[us][int,long] entries
11252
11253 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11254
11255         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
11256
11257 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
11258
11259         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
11260         * support/regression/tests/bitopcse.c: added
11261         fixed warning:
11262         * src/avr/gen.c:
11263         * src/pic/gen.c:
11264         * src/pic16/gen.c:
11265         * src/z80/gen.c:
11266         * src/xa51/gen.c:
11267
11268 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11269
11270         added support for new library format to z80, gbz80 linkers:
11271         *link/z80/aslink.h
11272         *link/z80/lklex.c
11273         *link/z80/lklib.c
11274         *link/z80/lklist.c
11275
11276 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
11277
11278         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
11279         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
11280
11281 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
11282
11283         added DUMMY_READ_VOLATILE:
11284         * src/SDCC.y:
11285         * src/avr/gen.c:
11286         * src/xa51/gen.c:
11287         * src/z80/gen.c:
11288         * src/pic/gen.c:
11289         * src/pic16/gen.c:
11290         * src/mcs51/gen.c:
11291         * src/ds390/gen.c:
11292         * src/SDCCcse.c (algebraicOpts): many improvements
11293         * src/SDCCcse.h: removed algebraicOpts()
11294         * src/SDCCicode.c (picDummyRead): added
11295
11296 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11297
11298         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
11299         "Insufficient space in data memory".
11300
11301 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11302
11303         * src/mcs51/gen.c: fixed bug #771358
11304         * src/z80/gen.c: fixed bug #759087
11305
11306 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
11307
11308         * src/pic16/glue.c: minor cleanup by Vangelis
11309
11310 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11311
11312         * device/include/regc515c.h: fixed #758477
11313         * device/lib/_gptrget.c: saving some cycles in generic pointer get
11314         * device/lib/_gptrput.c: saved a few bytes
11315         * my tab spacing is 8, yours too?)
11316         * device/lib/_ser.c: process RX bytes earlier than TX bytes
11317         * device/lib/serial.c: process RX bytes earlier than TX bytes
11318         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
11319
11320 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11321
11322         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
11323
11324 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11325
11326     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
11327
11328 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
11329
11330         * device/lib/Makefile.in: bad fix, reverted to 1.43
11331
11332 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
11333
11334         * device/lib/Makefile.in: added missing z80 object files
11335
11336 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
11337
11338         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
11339         pic16 progress by Vangelis:
11340         * src/SDCCglobl.h:
11341         * src/SDCCmain.c:
11342         * src/pic/Makefile:
11343         * src/pic:
11344         * pic/Makefile:
11345         * pic16/device.c:
11346         * pic16/device.h:
11347         * pic16/gen.c:
11348         * pic16/gen.h:
11349         * pic16/genarith.c:
11350         * pic16/glue.c:
11351         * pic16/main.c:
11352         * pic16/pcode.c:
11353         * pic16/pcode.h:
11354         * pic16/pcodepeep.c:
11355         * pic16/peeph.def:
11356
11357 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11358
11359     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
11360
11361 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11362
11363     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
11364     added gbz80 build to MSVC project.
11365     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
11366     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
11367     from 8051 stuff and setup so it links using a .lnk file.
11368
11369 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11370
11371     * support/librarian/sdcclib.c: sdcc librarian.
11372     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
11373     with sdcclib.
11374
11375 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11376
11377     * as/mcs51/lkmain.c: properly handle extensions in function afile.
11378
11379 2003-07-02  Borut Razem <borut.razem AT siol.net>
11380
11381         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
11382         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
11383         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
11384         src/xa51/main.c, src/z80/main.c:
11385         virtualization of glue() function: each port has it's own glue function,
11386         which is accessed by do_glue function pointer in PORT.general structure
11387
11388 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
11389
11390         * DS800C400 fun, improved ROM interface and tinibios.
11391
11392 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
11393
11394         * More support for DS80C400. Now includes beginning of interface to ROM.
11395
11396 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
11397
11398         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
11399
11400 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11401
11402         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
11403
11404 2003-06-19  Borut Razem <borut.razem AT siol.net>
11405
11406         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
11407
11408 2003-06-19  Borut Razem <borut.razem AT siol.net>
11409
11410         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
11411         fixed Z80 port - crt0.o: cannot open.
11412
11413 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
11414
11415         * support/Util/MySystem.c (merge_command): revert bad fix
11416
11417 2003-06-18  Borut Razem <borut.razem AT siol.net>
11418
11419         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
11420
11421 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11422
11423         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
11424         option --use-stdout sends errors to stdout instead of stderr.
11425
11426 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
11427
11428         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
11429
11430 2003-06-15  Borut Razem <borut.razem AT siol.net>
11431
11432         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
11433         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
11434         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
11435         fixed width array of pointers replaced with sets;
11436         multiple include and lib paths ared transferred to preprocessor and linker
11437         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
11438         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
11439         fixed width array of pointers
11440         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
11441         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
11442         fixupPath(), getPathDifference()
11443         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
11444         fixed width array of pointers
11445
11446 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
11447
11448         * src/pic16/ralloc.c: fix warnings
11449         * src/pic16/pcode.c: fix warning
11450
11451 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
11452
11453          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
11454         know all the details, but essentially this set of changes enable
11455         the pic16 port to generate movff instructions and generate assembler
11456         directives,
11457         * src/SDCCmain.c:
11458         * src/pic16/gen.c:
11459         * src/pic16/glue.c:
11460         * src/pic16/pcode.c:
11461         * src/pic16/device.c:
11462         * src/pic16/main.c:
11463         * src/pic16/pcode.h:
11464         * src/pic16/pcoderegs.c:
11465         * src/pic16/ralloc.c:
11466         * src/pic16/ralloc.h:
11467
11468 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11469
11470         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
11471         added option --vc, so sdcc errors and warnings are compatible with
11472         Microsoft Visual Studio.
11473
11474 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11475
11476         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
11477           device/lib/libfloat.lib: added atof function.
11478
11479 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
11480
11481         * doc/sdccman.lyx: updated to Lyx 1.3
11482         * doc/cdbfileformat.lyx: updated to Lyx 1.3
11483         * doc/test_suite_spec.lyx: updated to Lyx 1.3
11484         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
11485
11486 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
11487
11488         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
11489
11490 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11491
11492         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
11493           additions to the "related tools/documentation" section
11494
11495 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
11496
11497         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
11498
11499 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
11500
11501         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
11502         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
11503
11504 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
11505
11506         * doc/sdccman.lyx: fix double dash and other minor things
11507         * doc/Makefile: fix double dash
11508
11509 2003-05-28  Karl Bongers(patches from Martin Helmling)
11510         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
11511           condition and ignore commands.
11512
11513 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11514
11515         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
11516           is in parts still quite out of date, I did changes as far as I felt makes sense
11517           for a non-native english speaker.
11518           Please feel free to add to the manual or to correct my changes.
11519         * doc/Makefile: undid touching the date of intermediate tex files.
11520
11521 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11522
11523         * doc/sdccman.lyx: Manual has an index now
11524
11525 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
11526
11527         Finalize muluint/mulsint and mululong/mulslong merging:
11528         * device/lib/_mulint.c
11529         * device/lib/_mullong.c
11530         * device/lib/gbz80/mul.s
11531         * device/lib/gbz80/stubs.s
11532         * device/lib/z80/mul.s
11533         * device/lib/z80/stubs.s
11534         * src/SDCCsymt.c (initCSupport)
11535
11536 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11537
11538         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
11539         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
11540           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
11541           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
11542           instead of /Zm500.
11543
11544 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11545
11546         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
11547           the regression tests I'm not brave enough to enable 245.b, 245.c
11548         * doc/sdccman.lyx: added latex preamble for hyperref package.
11549           Using pdflatex this will give you a hyperlinked pdf file with
11550           bookmarks. (prepend '%' before /usepackage if this breaks something)
11551
11552 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11553
11554          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
11555
11556 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
11557
11558         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
11559
11560 2003-05-21    <johan AT balder>
11561
11562         * src/SDCCglue.c (printIval): fixed bug #739934
11563
11564 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
11565
11566         Applied patch from bug 737905 (renamed yylineo to mylineno):
11567         * src/altlex.c
11568         * src/SDCCast.c
11569         * src/SDCglobl.h
11570         * src/SDCC.lex
11571         * src/SDCCsymt.c
11572         * src/SDCCval.c
11573         * src/pic16/pcode.c: Cleaned warnings
11574         * src/pic16/pcodeflow.c: Cleaned warnings
11575         * src/pic16/pcoderegs.c: Cleaned warnings
11576
11577 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
11578
11579         * src/pic16/pcode.c: Cleaned warnings
11580         * src/pic16/pcodepeep.c: Cleaned warnings
11581         * src/pic16/ralloc.c: Cleaned warnings
11582
11583 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
11584
11585         * doc/sdccman.lyx: fixed bug 739745
11586         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
11587
11588 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
11589
11590         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
11591         it can be defined with CFLAGS when running configure
11592         * src/SDCCmain.c: fixed compiling + linking with object files
11593
11594 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
11595
11596         * configure.in: configure for pic16 port,
11597             added --disable-pic16-port
11598         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
11599         * src/SDCCmain.c: linkOptions is changed to set *,
11600             added if/endif conditional macros to remove options help
11601             messages from optionsTable when a port is not configured, added
11602             support for the PIc16 port in the ports table, when executing
11603             the compiler with no port specified on command line, a default
11604             port is selected with the new macro DEFAULT_PORT which is
11605             defined in port.h, in setDefaultOptions() linkOptions is removed
11606             from initialization assignment, since now it is a set,
11607             parseCmdLine uses setParseWithComma for linkOptions, in
11608             linkEdit() linkOptions are accessed with new function indexSet()
11609             which returns the i'th item of a set variable. See SDCCset.c, in
11610             linkEdit() when calling buildCmdLine(), added linkOptions as
11611             last argument. Now users can pass arguments to gplink via the
11612             -Wl option, main() uses pic16glue() to glue up pic16 programs
11613         * src/SDCCpeeph.c: various changes to support pic16
11614         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
11615             return the i'th item of the set
11616         * src/SDCCset.h: added function prototype for indexSet()
11617         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
11618         * src/clean.mk: added pic16 in CLEANALLPORTS variable
11619         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
11620             added macro DEFAULT_PORT
11621         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
11622         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
11623             generated
11624         * src/pic16/glue.c: commented out some error producing lines
11625         * src/pic16/main.c: __config directives are commented out to stop
11626             gpasm complaining and test the linkage with gplink, _linkCmd and
11627             _asmCmd changed to be more gplink and gpasm friendly
11628         * src/pic16/peeph.def: peep rule 3 is commented out, since it
11629             produced an error when parsed, peep rule 12 is added to utilize
11630             movff, but it is commented out since the pCode does not support
11631             yet a command with 2 address arguments
11632
11633 2003-05-18    <johan AT balder>
11634
11635         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
11636         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
11637 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
11638
11639         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
11640   Added feature to script commands from file.
11641
11642 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
11643
11644         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
11645         * src/SDCCutil.c: include ctype.h for win32
11646
11647 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
11648
11649         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
11650
11651 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
11652
11653         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
11654   Fixed so you can set breakpoints prior to run, run does not stop
11655   on entry now.  Add tbreak.  Other enhancements and fixes for use
11656   with ddd.
11657
11658 2003-05-12  Borut Razem <borut.razem AT siol.net>
11659
11660         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
11661
11662 2003-05-11  Borut Razem <borut.razem AT siol.net>
11663
11664         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
11665         the path of bin directory, so that PATH is the only env. variable, which has to be set
11666         in case of standard installation.
11667         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
11668         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
11669         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
11670
11671 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
11672
11673         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
11674         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
11675         temp files are in the port dir; clean the gen/test directory when
11676         generating new test.c
11677         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
11678         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
11679         * support/regression/tests/zeropad.c: added
11680
11681 2003-05-09    <johan AT balder>
11682
11683         * src/SDCCglue.c: fixed bug #597940
11684
11685 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
11686
11687         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
11688   cache sfr, optimize next,step, fix off by one sourceline,
11689   support ddd list function.
11690         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
11691
11692 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
11693
11694         * support/regression/HTMLgen.py: added compare_s2f()
11695         * support/regression/Makefile: redo 1.27
11696         * support/regression/generate-cases.py: redo 1.5
11697
11698 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
11699
11700         * support/regression/tests/float.c: workaround 33 bit hex constant
11701         * support/regression/tests/simplefloat.c: fix division for host
11702
11703 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
11704
11705         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
11706         that tame's the PIC's over-aggressive optimizer.
11707
11708 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11709
11710          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
11711          support for MSVC.
11712
11713 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
11714
11715         Initial support for DS80C400. "Hello world" runs on TINIm400
11716         (with polled I/O).
11717
11718 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
11719
11720          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
11721          * Some notes on ddd usage added in debugger/README
11722          Martin Helmling adding more features and fixes for ddd GUI debugger.
11723          Code added for nexti, stepi, up, down, and other adjustments.
11724
11725 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
11726
11727         * src/pic/pCodepeep.c non-wildcard asmops are now handled
11728         * src/pic/peeph.def Added two rules to optimize carry manipulation
11729         * src/pic/* removed debug printfs
11730
11731 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
11732
11733         * debugger/mcs51/cmd.c: added header newalloc.h
11734
11735 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
11736
11737         * as/Makefile: new EXEEXT
11738         * as/z80/Makefile: remove trailing slash of BUILDIR
11739         * as/z80/clean.mk: new EXEEXT
11740         * Makefile.common.in: add to CFLAGS (and others), don't replace it
11741         * support/cpp2/Makefile.in: new EXEEXT
11742         * src/pic/glue.c (pic14emitRegularMap): fixed warning
11743
11744 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
11745
11746         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
11747         EXEEXT was introduced to fix all related problems with targets
11748         "clean", "install" and "uninstall"; a couple of further flaws
11749         especially with "clean" have been fixed too
11750         * as/mcs51/Makefile.in
11751         * as/mcs51/clean.mk
11752         * as/z80/Makefile
11753         * Makefile
11754         * clean.mk
11755         * debugger/mcs51/Makefile.in
11756         * debugger/mcs51/clean.mk
11757         * link/z80/Makefile
11758         * link/z80/Makefile.in
11759         * link/z80/clean.mk
11760         * link/Makefile
11761         * packihx/Makefile.in
11762         * packihx/clean.mk
11763         * sim/ucsim/Makefile
11764         * sim/ucsim/clean.mk
11765         * sim/ucsim/avr.src/Makefile.in
11766         * sim/ucsim/avr.src/clean.mk
11767         * sim/ucsim/s51.src/Makefile.in
11768         * sim/ucsim/s51.src/clean.mk
11769         * sim/ucsim/xa.src/Makefile.in
11770         * sim/ucsim/xa.src/clean.mk
11771         * sim/ucsim/z80.src/Makefile.in
11772         * sim/ucsim/z80.src/clean.mk
11773         * sim/ucsim/main_in.mk
11774         * sim/ucsim/packages_in.mk
11775         * sim/ucsim/gui.src/Makefile.in
11776         * sim/ucsim/gui.src/serio.src/Makefile.in
11777         * sim/ucsim/gui.src/serio.src/clean.mk
11778         * src/Makefile.in
11779         * src/clean.mk
11780         * support/cpp2/Makefile.in
11781         * support/cpp2/clean.mk
11782         * support/makebin/Makefile
11783         * support/makebin/clean.mk
11784         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
11785         * doc/sdccman.lyx: --program-suffix no longer needed
11786
11787 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
11788
11789          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
11790          Martin Helmling added support for ddd GUI debugger.
11791          Code added to display assembly, set variables, and other commands
11792          to interface to ddd.
11793
11794 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
11795
11796         * as/Makefile: fix target clean
11797         * as/clean.mk: fix target clean
11798         * as/z80/clean.mk: fix target clean
11799
11800 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
11801
11802         * Makefile.common.in: added  AT EXEEXT AT
11803         * configure.in: removed all mingw32 stuff
11804         * configure: rebuilt from configure.in
11805         * doc/sdccman.lyx: updated section "installation"
11806         * support/scripts/sdcc_mingw32: adapted to configure
11807         * support/scripts/sdcc_cygwin_mingw32: added
11808
11809 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
11810
11811         * src/pic Added object file support for the PIC port
11812         * src/pic Applied patch from Craig Franklin (this started the object file support)
11813         * src/regression Updated the PIC regression tests for object files
11814
11815 2003-04-20  Borut Razem <borut.razem AT siol.net>
11816
11817         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
11818           lklex.c: In function `getfid':
11819           lklex.c:203: warning: array subscript has type `char'
11820         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
11821           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
11822         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
11823           stack handling macros
11824
11825 2003-04-19  Borut Razem <borut.razem AT siol.net>
11826
11827         * "handling space characters in file path" task:
11828         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
11829         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
11830         * support/Util/MySystem.h: make it self-sufficient
11831         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
11832           src/z80/main.c, sdcc/as/mcs51/lklex.c:
11833           handling space characters in file path
11834         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
11835           (it will be used by assemblers, which have their own includes, e.g. gpasm)
11836         * support/Util/MySystem.c: handling space characters in executable's path
11837
11838 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
11839
11840         * as/z80/Makefile: fix permanent rebuild of z80
11841         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
11842         * support/regression/tests/bitfields.c: added Johan's bitfields.c
11843
11844 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
11845
11846         * src/SDCCopt.c: add special case optimization to replace modulo by
11847           a power of two with a bitwise AND.
11848
11849 2003-04-18    <johan AT balder>
11850
11851         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
11852
11853 2003-04-17    <johan AT balder>
11854
11855         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
11856         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
11857
11858 2003-04-13  Borut Razem <borut.razem AT siol.net>
11859
11860         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
11861         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
11862           fixed mingw problem in adl_NORMALIZE_PATH
11863
11864 2003-04-12  Borut Razem <borut.razem AT siol.net>
11865
11866         * fixed "#pragma SAVE/RESTORE can not be nested":
11867         * src/SDCC.lex: reworked pragma handling functions
11868         * sdcc/src/SDCCglobl.h: reworked stack handling macros
11869         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
11870
11871 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
11872
11873         * src/SDCCutil.c (pathEquivalent): defined but not used
11874         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
11875         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
11876         * configure: rebuilt from configure.in
11877         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
11878         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
11879         * device/include/Makefile.in: replace sdcc_datadir
11880         * device/lib/Makefile.in: replace sdcc_datadir
11881         * Makefile.common.in: add LDFLAGS from configure
11882         * packihx/Makefile.in: use LDFLAGS
11883         * src/Makefile.in: use LDFLAGS
11884         * support/cpp2/Makefile.in: add LDFLAGS from configure
11885         * support/makebin/Makefile: use LDFLAGS
11886         * .version: bumped version number to 2.3.5
11887
11888 2003-04-12  Borut Razem <borut.razem AT siol.net>
11889
11890         * completed "different paths" task:
11891         * src/SDCCmacro.c: fixed bug in handling quotes
11892         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
11893         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
11894
11895 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
11896
11897         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
11898
11899 2003-04-11 kevin Vigor <kevin AT vigor.nu>
11900
11901         * ds390/gen.c ds390/peeph.def: fix bug 706781
11902
11903 2003-04-11  Borut Razem <borut.razem AT siol.net>
11904
11905         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
11906
11907 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
11908
11909         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
11910         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
11911          set - this bit used to not be set...).
11912         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
11913           bad code in PIC Port
11914         * src/regression/and2.c added to test bug 609268
11915         * src/regression/Makefile added and2.c to regression test
11916
11917
11918 2003-04-08    <johan AT CP255758-A>
11919
11920         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
11921         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
11922         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
11923
11924 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
11925
11926         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
11927         fix bug #487815
11928         * support/cpp2/Makefile.in: fix bug #487815
11929         * configure: rebuilt from configure.in
11930         * Makefile.common.in: docdir changed, new path suffixes
11931         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
11932         * sdcc_vc_in.h: reflect changes from sdccconf.h
11933         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
11934         * src/SDCCutil.h: remove BINDIR hack
11935         * doc/sdccman.lyx: update new path hierarchy
11936
11937 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
11938
11939         * src/SDCCpeeph.c: added okToRemoveSLOC test
11940
11941 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
11942
11943         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
11944
11945 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
11946
11947         * src/SDCCpeeph.c: added labelIsReturnOnly test
11948         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
11949
11950 2003-04-05    <johan AT balder>
11951
11952         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
11953         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
11954         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
11955         * src/SDCCast.c: fixed a warning
11956         * src/SDCCast.h: fixed a warning
11957         * src/SDCCicode.c (operandFromAst): fixed a warning
11958
11959 2003-04-04    <johan AT balder>
11960
11961         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
11962         * src/SDCCast.c (decorateType): fixed bug #715076
11963         * src/SDCC.y: fixed bug #702907
11964
11965 2003-04-03    <johan AT balder>
11966
11967         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
11968         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
11969         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
11970         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
11971         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
11972
11973 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
11974
11975         * _decdptr.c: fix return values
11976         * _gptrget.c: fix return values
11977         * _gptrgetc.c: fix return values
11978         * _gptrput.c: fix return values
11979         * _mulint.c: fix return values
11980         * as/z80/Makefile: fix 'make -j' problem
11981
11982 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
11983
11984         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
11985         * configure.in: big cleanup, updated to autoconf 2.5x
11986         * configure: rebuilt from configure.in
11987         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
11988         * sdcc_vc_in.h: reflect changes from sdccconf.h
11989         * doc/Makefile: fixed a flaw in "make install"
11990
11991 2003-04-02    <johan AT balder>
11992
11993         * src/ds390/gen.c (genCmp): no comments
11994         * src/mcs51/gen.c (genCmp): no comments
11995         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
11996         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
11997
11998 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
11999
12000         * support/regression/generate-cases.py: place generated file in given sub directory
12001         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
12002         * support/regression/Makefile: improvements for 'make -j';
12003         side effect: it's simpler and faster now
12004
12005 2003-03-31  Borut Razem <borut.razem AT siol.net>
12006
12007         * src/z80/main.c: link-{port} and as-{port} defined without path
12008         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
12009
12010 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
12011
12012         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
12013
12014 2003-03-30  Borut Razem <borut.razem AT siol.net>
12015
12016         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
12017           changed type of list parameter to set
12018         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
12019         * src/port.h: changed type of do_assemble() parameter to set
12020         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
12021           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
12022           definition of "cppoutfilename" macro with NULL value in preProcess()
12023         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
12024         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
12025         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
12026           replaced with set *binPathSet
12027         * shash_add() deallocates the item, if allready exsists, before adding the new one
12028         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
12029
12030 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
12031
12032         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
12033           a nested for loop bug in the PIC port
12034         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
12035           for loops
12036
12037 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
12038
12039         * support/Util/dbuf.h: remove C++ stuff to make it portable
12040
12041 2003-03-28  Borut Razem <borut.razem AT siol.net>
12042
12043         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
12044           literal strings in stringLiteral()
12045         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
12046         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
12047           to the project
12048
12049 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
12050
12051         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
12052
12053 2003-03-26    <johan AT balder>
12054
12055         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
12056         * src/ds390/gen.c (saveRegisters): catched symbol abuse
12057         * src/SDCCast.c (decorateType): fixed " -v < 3"
12058
12059 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
12060
12061         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
12062         Added Lenny Story's debug infrastructure changes:
12063         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
12064         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
12065         * src/cdbFile.c: added
12066         * src/SDCCdebug.c: added
12067         * src/SDCCdebug.h: added
12068         * src/SDCCast.c (createFunction)
12069         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
12070         * src/SDCCmain.c (parseCmdLine, main)
12071         * src/SDCCmem.c (redoStackOffsets)
12072         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
12073         * src/SDCCsymt.h
12074         * src/common.h
12075         * src/avr/gen.c (genAVRCode)
12076         * src/ds390/gen.c (gen390Code)
12077         * src/mcs51/gen.c (gen51Code)
12078         * src/pic/gen.c (genpic14Code)
12079         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
12080         * src/xa51/gen.c (genXA51Code)
12081         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
12082
12083 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12084
12085         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
12086         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
12087
12088 2003-03-22    <johan AT balder>
12089
12090         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
12091
12092 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
12093
12094         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
12095         * doc/cdbfileformat.lyx: added, written by Lenny Story
12096         * doc/Makefile: added cdbfileformat.lyx
12097         * doc/clean.mk: added cdbfileformat.lyx
12098
12099 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
12100
12101         * src/mcs51/peeph.def: fix bug #705773
12102
12103 2003-03-20    <johan AT balder>
12104
12105         An sfr/sbit can have an "at #" AND an initializer
12106         * src/SDCCsymt.c (checkSClass):
12107         * src/SDCCmem.c (allocGlobal):
12108         * src/SDCCmem.c (allocLocal):
12109         * src/SDCCast.c (createBlock):
12110
12111 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
12112
12113         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
12114
12115 2003-03-16    <johan AT balder>
12116
12117         Undid the hackup of const and volatile, the problem is much bigger
12118         * src/SDCC.y:1.65
12119         * src/SDCCast.c:1.171
12120         * src/SDCCglue.c:1.138
12121         * src/SDCCicode.c:1.146
12122         * src/SDCCsymt.c:1.150
12123         * src/SDCCval.c:1.65
12124
12125 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
12126
12127         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
12128         * src/ds390/gen.c (genAddrOf): fixed bug #704087
12129
12130 2003-03-13    <johan AT balder>
12131
12132         Hackup const and volatile modifiers in type chains a bit:
12133         * src/SDCC.y:1.63
12134         * src/SDCCast.c:1.169
12135         * src/SDCCglue.c:1.136
12136         * src/SDCCicode.c:1.143
12137         * src/SDCCsymt.c1.146
12138         * src/SDCCsymt.h1.59
12139         * src/SDCCval.c:1.63
12140
12141 2003-03-12    <johan AT balder>
12142
12143         * src/SDCCBBlock.h: more LRH debugging junk
12144         * src/SDCCcflow.h: more LRH debugging junk
12145         * src/SDCCloop.c: more LRH debugging junk
12146         * src/SDCC.y (struct_declaration): fixed bug #697590
12147         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
12148         * src/ds390/gen.c (aopForRemat): fixed bug #700031
12149         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
12150
12151 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
12152         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
12153         test function names must now match exactly).
12154         * src/SDCCcse.c: added special case in findCheaperOp to allow
12155         extending a short integer. Makes less awful code for bug 700121 test case.
12156
12157 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12158
12159         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
12160         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
12161
12162 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
12163
12164         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
12165         actually called (operandsNotEqual() was called for all
12166         operandsNotEqualX tests).
12167
12168 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
12169
12170         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
12171         with shorter literals. Fixes bug 700121.
12172
12173 2003-03-11    <johan AT balder>
12174
12175         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
12176
12177 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
12178
12179         * src/SDCCloop.c (mergeRegions): an evil beast is dead
12180         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
12181
12182 2003-03-10  Borut Razem <borut.razem AT siol.net>
12183
12184         * src/SDCCmain.c: pipe preprocessor's output
12185         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
12186         * sdcc_vc_in.h: define pclose as _pclose for WIN32
12187         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
12188         which closes all pipes in pipeSet set
12189         * src/SDCCset.c: free deleted item in function deleteSetItem()
12190         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
12191         moved from z80 to src subproject
12192         * .version: increased version number to 2.3.4
12193
12194 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
12195
12196         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
12197         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
12198         * support/regression/ports/xa51/spec.mk: fix typo
12199
12200 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
12201
12202         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
12203
12204 2003-03-09  Borut Razem <borut.razem AT siol.net>
12205
12206         * src/SDCCmain.c: pipe preprocessor's output
12207         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
12208         * sdcc_vc_in.h: define pclose as _pclose for WIN32
12209         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
12210         which closes all pipes in pipeSet set
12211         * src/SDCCset.c: free deleted item in function deleteSetItem()
12212         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
12213         moved from z80 to src subproject
12214
12215 2003-03-09  Borut Razem <borut.razem AT siol.net>
12216
12217         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
12218         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
12219         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
12220         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
12221         * src/SDCCglobl.h: unification of WIN32 native definitions
12222
12223 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12224
12225         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
12226
12227 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
12228
12229         * src/configure.in:   check for endianess (even while cross-compiling)
12230         * src/configure:      check for endianess (even while cross-compiling)
12231         * src/configure_in.h: check for endianess (even while cross-compiling)
12232         * src/avr/gen.c:        remove old endianess stuff
12233         * src/mcs51/gen.c:      remove old endianess stuff
12234         * src/ds390/gen.c:      remove old endianess stuff
12235         * src/pic/gen.c:        remove old endianess stuff
12236         * src/pic/genarith.c:   remove old endianess stuff
12237         * src/pic/glue.c:       fix endianess check
12238         * src/pic16/gen.c:      remove old endianess stuff
12239         * src/pic16/genarith.c: remove old endianess stuff
12240         * src/pic16/glue.c:     fix endianess check
12241         * src/xa51/gen.c:       remove old endianess stuff
12242         * src/z80/gen.c:        fix endianess check
12243         * src/SDCCglue.c:       fix endianess check
12244         * src/ds390/peeph.def: fix bug 700036
12245
12246 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
12247
12248         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
12249         * src/configure: find appropriate data-types on host for SDCC's int and long
12250         * src/configure.in: find appropriate data-types on host for SDCC's int and long
12251         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
12252         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
12253
12254 2003-03-07    <johan AT balder>
12255
12256         Just a big NOOP:
12257                 some minor cleanups before the big shot
12258                 OP_DEFS and OP_USES now use Kevin's protection
12259                 new option --nolabelopt
12260
12261         * src/SDCCBBlock.c:
12262         * src/SDCCast.c,:
12263         * src/SDCCcflow.c:
12264         * src/SDCCcse.c:
12265         * src/SDCCicode.c:
12266         * src/SDCCicode.h:
12267         * src/SDCClabel.c:
12268         * src/SDCCloop.c:
12269         * src/SDCCmain.c:
12270         * src/ds390/ralloc.c:
12271         * src/mcs51/ralloc.c:
12272         * src/pic/ralloc.c:
12273         * src/xa51/ralloc.c:
12274         * src/z80/ralloc.c:
12275
12276 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
12277
12278         * src/pic/pcode.c (get_op): fix 64 bit warnings
12279         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
12280         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
12281         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
12282         * support/regression/tests/malloc.c: fix 64 bit warnings
12283
12284 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
12285
12286         * src/mcs51/gen.c (genMinus): fixed bug 696436
12287
12288 2003-03-02  Borut Razem <borut.razem AT siol.net>
12289
12290         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
12291
12292 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
12293
12294         * configure.in: test for mkstemp
12295         * sdccconf_in.h: add HAVE_MKSTEMP
12296
12297 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
12298
12299         * device/include/ctype.h: removed warning while using --stack-auto
12300         * device/include/malloc.h: removed warning while using --stack-auto
12301         * device/include/string.h: removed warning while using --stack-auto
12302
12303 2003-02-23  Borut Razem <borut.razem AT siol.net>
12304
12305         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
12306         because NDEBUG is defined (see man assert)
12307         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
12308
12309 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12310
12311         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
12312         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
12313
12314 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12315
12316         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
12317         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
12318
12319 2003-02-18    <johan AT balder>
12320
12321         * as/mcs51/asmain.c (asmbl): module can start with a digit
12322         * as/z80/asmain.c (asmbl): module can start with a digit
12323
12324 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
12325
12326         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
12327         * src/asm.c: fix pipe() for Mingw32
12328
12329 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
12330
12331         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
12332         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
12333         make -V work again; --c1mode reads now from stdin
12334         * doc/sdccman.lyx: added --c1mode
12335         * support/Util/SDCCerr.c: new messages for c1 mode
12336         * support/Util/SDCCerr.h: new messages for c1 mode
12337         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
12338
12339 2003-02-15    <johan AT balder>
12340
12341         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
12342
12343 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
12344
12345         * doc/sdccman.lyx: Environment variables, -o and other minor things
12346
12347 2003-02-14    <johan AT balder>
12348
12349         * src/xa51/main.c: before anyone really tries to use it :)
12350
12351         * Install doc's in share/sdcc/doc
12352         * removed some obsolete files
12353         * Do a proper make distclean and uninstall
12354         M Makefile.common.in
12355         R sdccbuild.sh
12356         M as/Makefile
12357         M device/include/Makefile.in
12358         M device/lib/Makefile.in
12359         M doc/sdccman.lyx
12360         M link/Makefile
12361         M sim/ucsim/doc/Makefile.in
12362         M src/clean.mk
12363         R src/avr/peeph.rul
12364         R src/xa51/peeph.rul
12365         M support/cpp2/Makefile.in
12366         M support/makebin/Makefile
12367
12368
12369 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
12370
12371         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
12372
12373 2003-02-10  Borut Razem <borut.razem AT siol.net>
12374
12375         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
12376         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
12377         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
12378         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
12379         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
12380         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
12381         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
12382         src/z80/Makefile.bcc: Borland Makefile cleanup
12383         * as/z80/Makefile.bcc: Added Borland Makefile
12384         * support/cpp2/borland.h: Removed
12385
12386 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
12387
12388         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
12389         * src/SDCC.lex: new pragma NOIV
12390         * src/SDCCglobl.h: new pragma NOIV
12391         * src/SDCCmem.c: new pragma NOIV
12392
12393 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
12394
12395         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
12396
12397 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
12398
12399         * src/SDCCmain.c: signal handling is switched off by --debug
12400         * doc/Makefile: small fix for install; use clean.mk again
12401         * doc/clean.mk: clean *.pdf and *.html too
12402
12403 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
12404
12405         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
12406         * device/lib/printfl.c: fix a ds390 bug by making it portable
12407         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
12408         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
12409         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
12410         * debugger/mcs51/cmd.c: converted multi-line string literals
12411         * sim/ucsim/globals.cc: converted multi-line string literals
12412         * src/SDCCmain.c: introduced signal handler to remove temp files
12413         * doc/Makefile: small tweaks, implement clean
12414         * doc: removed generated files
12415
12416 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12417
12418         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
12419         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
12420         Address Record is not correctly generated for DS390."
12421
12422 2003-02-02  Borut Razem <borut.razem AT siol.net>
12423
12424         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
12425         * as/mcs51/asm.h: fixed compilation with Borland C
12426         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
12427         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
12428         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
12429         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
12430         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
12431         src/z80/Makefile.bcc: delete $(LIB) only if exist
12432         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
12433
12434 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
12435
12436         * device/include/malloc.h: introduced NULL
12437         * device/include/string.h: introduced NULL
12438         * device/include/stdlib.h: introduced NULL
12439         * device/lib/_memcpy.c: removed NULL
12440         * device/lib/_strcat.c: removed NULL
12441         * device/lib/_strchr.c: removed NULL
12442         * device/lib/_strcmp.c: removed NULL
12443         * device/lib/_strcpy.c: removed NULL
12444         * device/lib/_strcspn.c: removed NULL
12445         * device/lib/_strlen.c: removed NULL
12446         * device/lib/_strncat.c: removed NULL
12447         * device/lib/_strncmp.c: removed NULL
12448         * device/lib/_strncpy.c: removed NULL
12449         * device/lib/_strpbrk.c: removed NULL
12450         * device/lib/_strrchr.c: removed NULL
12451         * device/lib/_strspn.c: removed NULL
12452         * device/lib/_strstr.c: removed NULL
12453         * device/lib/_strtok.c: removed NULL
12454         * device/lib/malloc.c: removed NULL, include own header
12455
12456 2003-02-02    <johan AT balder>
12457
12458         * 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
12459         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
12460         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
12461         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
12462         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
12463         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
12464
12465 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12466
12467         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
12468         area 'DATA'"
12469
12470 2003-02-01    <johan AT balder>
12471
12472         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
12473
12474 2003-01-31    <johan AT CP255758-A>
12475
12476         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
12477
12478 2003-01-30    <johan AT balder>
12479
12480         * src/SDCCBBlock.c: automatic bug detection
12481         * src/SDCCicode.c: automatic bug detection
12482
12483 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12484
12485         * src/SDCCglobl.h:   now --xram-size 0 works
12486         * src/SDCCmain.c:    now --xram-size 0 works
12487
12488 2003-01-29    <johan AT balder>
12489
12490         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
12491
12492 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12493
12494         * as/mcs51/aslink.h: Added options --xram-size and --code-size
12495         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
12496         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
12497         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
12498         * src/SDCCglobl.h:   Added options --xram-size and --code-size
12499         * src/SDCCmain.c:    Added options --xram-size and --code-size
12500
12501 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
12502
12503         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
12504         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
12505
12506 2003-01-27    <johan AT balder>
12507
12508         * src/SDCC.y: fixed bug #613764
12509
12510 2003-01-26    <johan AT balder>
12511
12512         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
12513         * src/SDCCsymt.h: fixed bug #673374
12514         * src/SDCCglue.c: fixed bug #661910
12515         * src/SDCCast.c: fixed bug #458099 and 673374
12516
12517 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
12518
12519         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
12520         * as/mcs51/strcmpi.h: added
12521         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
12522         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
12523         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
12524         * as/mcs51/assym.c: strcmpi -> as_strcmpi
12525         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
12526         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
12527         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
12528         * as/mcs51/Makefile.aslink: new module strcmpi
12529         * as/mcs51/Makefile.asx8051: new module strcmpi
12530         * as/mcs51/Makefil.bcc: new module strcmpi
12531         * as/mcs51/Makefile.in: new module strcmpi
12532         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
12533
12534 2003-01-26    <johan AT balder>
12535
12536         * src/SDCCglue.c: reverted back to 1.124
12537         * src/SDCCast.c: reverted back to 1.156
12538         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
12539
12540 2003-01-25    <johan AT balder>
12541
12542         * src/SDCCglue.c: A better fix for bug #661910
12543         * src/SDCCast.c: A better fix for bug #661910
12544         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
12545
12546 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
12547
12548         * src/Makefile.in: remove spawn.o
12549         * src/SDCCmain.c: remove spawn.h
12550         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
12551         * src/spawn.c: removed
12552         * src/spawn.h: removed
12553         * support/regression/ports/ds390/spec.mk: link with -r
12554
12555 2003-01-24    <johan AT CP255758-A>
12556
12557         * src/ds390/gen.c (aopOp): fixed bug #667458
12558         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
12559         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
12560         (createIvalCharPtr): an ival doesn't always have a storage class anymore
12561
12562 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
12563
12564         * src/mcs51/peeph.def: better assembler identation by Frieder
12565         * src/mcs51/gen.c: better assembler identation by Frieder
12566
12567 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
12568
12569         * as/z80/string.h: removed for gcc 3.2
12570         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
12571         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
12572
12573 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
12574
12575         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
12576         * src/SDCCpeeph.c (replaceRule): fix bug #663503
12577         * support/regression/Makefile: separate temp files for ports
12578         * support/regression/generate-cases.py: separate temp files for ports
12579         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
12580         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
12581
12582 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
12583
12584         * moved tinitalk to device/examples/ds390
12585
12586 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
12587
12588         * as/mcs51/lkmem.c: rflag is for DS390
12589         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
12590         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
12591                          (linkEdit): move mem- and map-files the same way as ihx-files
12592         * src/z80/main.c (_setDefaultOptions): removed --generic
12593         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
12594         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
12595         * src/pic/glue.c (picglue): --c1mode works again
12596         * src/pic16/glue.c (pic16glue): --c1mode works again
12597         * src/asm.c (printCLine): fix #660034
12598
12599 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
12600
12601         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
12602         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
12603         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
12604         * as/mcs51/lkmem (summary): better fix for sp problem
12605         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
12606         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
12607         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
12608                                               remove --stack-after-data
12609
12610 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
12611
12612         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
12613         * src/SDCCutil.c (join): ugly bug: missing '\0'
12614         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
12615
12616 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
12617
12618         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
12619         * src/port.h: typo
12620         * src/pic/main.c (_asmCmd): gpasm supports -o
12621         * src/z80/main.c: more general macros
12622         * device/lib/Makefile.in: remove intermediate files
12623
12624 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
12625
12626         * .version: Bumped version number to 2.3.3
12627         * src/SDCCBBlock.c: new option -o
12628         * src/SDCCglobl.h: new option -o
12629         * src/SDCCglue.c: new option -o
12630         * src/SDCCmain.c: new option -o
12631         * src/asm.c: new option -o
12632         * src/ds390/main.c: new option -o
12633         * src/pic/glue.c: new option -o
12634         * src/pic/pcode.c: new option -o
12635         * src/pic/ralloc.c: new option -o
12636         * src/pic16/glue.c: new option -o
12637         * src/pic16/pcode.c: new option -o
12638         * src/pic16/ralloc.c: new option -o
12639         * src/z80/main.c: new option -o
12640         * device/lib/Makefile.in: use -o
12641         * support/regression/ports/ds390/spec.mk: use -o
12642         * support/regression/ports/gbz80/spec.mk: use -o
12643         * support/regression/ports/mcs51/spec.mk: use -o
12644         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
12645         * support/regression/ports/z80/spec.mk: use -o
12646         * support/regression/ports/ucz80/spec.mk: use -o
12647         * support/regression/ports/xa51/spec.mk: use -o
12648         * support/regression/fwk/lib/timeout.c: fix usage string
12649
12650 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
12651         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
12652
12653 2003-01-07    <johan AT balder>
12654
12655         * src/SDCCast.c (decorateType): fixed bug #600035
12656
12657 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
12658         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
12659         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
12660         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
12661         * src/pic/pcode.c: outcommented unused variable to remove warnings
12662         * src/pic/ralloc.c: outcommented unused variable to remove warnings
12663
12664 2003-01-06    <karl AT turbobit.com>
12665         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
12666    regression tests.
12667
12668 2003-01-06    <johan AT balder>
12669
12670         * src/SDCCicode.c: fixed array add
12671
12672 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
12673         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
12674         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
12675
12676 2003-01-04    <johan AT balder>
12677
12678         * src/SDCCval.c (getNelements): fixed the initialized array of structures
12679
12680 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12681         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
12682
12683 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
12684         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
12685         * support/regression/tests/bug-524697.c: fit mem usage into 8032
12686
12687 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
12688         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
12689
12690 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
12691         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
12692
12693 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
12694         * src/mcs51/main.c: removed {bindir}{sep} from aslink
12695
12696 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12697
12698     * in /sdcc/as/mcs51/ changed these files in order to create an
12699     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
12700     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
12701     following files to include the previous two files: aslink.dsp,
12702     Makefile.aslink, Makefile.bcc, and Makefile.in.
12703
12704     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
12705     .adb instead of .cdb
12706
12707 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12708
12709         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
12710         value from option --iram-size.
12711
12712 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12713
12714         * /sdcc/as/mcs51/lklist.c: added boundary check before using
12715         dram[] array.
12716
12717 2002-09-18    <wiml AT hhhh.org>
12718
12719         * SDCClrange.h: exposed setFromRange() and setToRange()
12720         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
12721           packRegsForAccUse() (bug 542397)
12722         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
12723           multiple times and emitting the fetch operations more than once
12724           added aopGetUsesAcc() function to allow binary operators to
12725           fetch their operands in the correct order; made genMinus() emit
12726           compact code for X = LITERAL - Y
12727
12728 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12729         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
12730         sprintf() in line 1267.
12731
12732 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12733         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
12734         like ports.
12735
12736 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12737         Changes to aslink (All the changes are marked with 'JCF'):
12738
12739         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
12740         summary().
12741
12742         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
12743         area BSEG.  Also moves, if possible, the DATA area down into the internal
12744         ram so more space is available.
12745
12746         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
12747         sflag.
12748
12749         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
12750         not bytes.  Function summary() which creates a memory usage summary
12751         file with extension .mem.  Reports of overlaping stack and small stack
12752         size.  If the space for the stack is less than 16 bytes aslink trows a
12753         warning.
12754
12755         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
12756         the 8051.  Option 'y' for memory summary output file.
12757
12758         Changes to sdcc (All the changes are marked with 'JCF'):
12759
12760         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
12761
12762         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
12763         overlaying area for it (uses RegBankUsed[4]).
12764
12765         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
12766         bank zero as used by default.  By default aslink locates the stack
12767         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
12768         the creation of the .mem file.  Delegates the allocation of data area
12769         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
12770         the begining of the stack area to aslink.
12771
12772         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
12773         glue() in SDCCglue.c creates an area for it.
12774
12775 2002-09-03  Borut Razem <borut.razem AT siol.net>
12776         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
12777         sdcc/src/pic/glue.c:
12778         introduced atexit() handler for teporay files removal in case of
12779         errors, assertions, ...
12780
12781 2002-08-29  Borut Razem <borut.razem AT siol.net>
12782         * sdcc/support/cpp2/auto-host_vc_in.h:
12783         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
12784         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
12785         Maybe there is a similar problem with BORLANDC? It should be checked!
12786
12787         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
12788         corrected improper use of assert: the assignment to clr variable was done inside the assert.
12789         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
12790         was not executed, and the compiler (cl) launched a warning:
12791         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
12792
12793 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
12794         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
12795
12796 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
12797         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
12798
12799         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
12800           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
12801           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
12802           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
12803           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
12804           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
12805           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
12806         - added Release configuration in VS projects
12807         - review of compiler an linker options
12808         - VC .exe files are generated in bin_vc directory, not to interfere
12809           with binaries generated from other projects (cygwin, mingw, bcc ...)
12810
12811         * sdcc/src/yacc.dsp: added
12812
12813         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
12814         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
12815         and insert the version number definitions from .version
12816
12817         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
12818
12819         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
12820         added - genarate auto-host.h using auto-host_vc_in.h as template
12821
12822         * sdcc/sdcc_vc.h,
12823         removed from CVS, generated automatically
12824
12825 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
12826         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
12827
12828 2002-08-11  Borut Razem <borut.razem AT siol.net>
12829         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
12830
12831 2002-08-10  Borut Razem <borut.razem AT siol.net>
12832         * src/SDCCmain.c (main):
12833         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
12834         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
12835         The consequence was that some temporary files were not removed.
12836
12837         * src/SDCCglue.c:
12838         unification of code in functions tempfilename() and tempfile():
12839         function tempnam() is defined in Visual Studio 6.0 and .NET
12840
12841         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
12842
12843         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
12844           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
12845         - removed compiler command line option /WX: Treats all warnings as errors
12846         - update a list of source files, included into the project
12847
12848         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
12849           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
12850         changed project type to Generic Project so that can be correcly converted to VS.NET project
12851
12852         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
12853
12854         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
12855
12856         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
12857
12858         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
12859         added return 0 statements after assert() to make compiler happy
12860
12861         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
12862         added newline in the def file to keep MSC compiler satisfied
12863
12864         * sdcc/src/z80/gen.c:
12865         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
12866           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
12867         - solved MSC error in function aopDump()
12868
12869         * sdcc_vc.h: define PREFIX as "\\sdcc"
12870
12871 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
12872         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
12873
12874 2002-06-22  Scott Dattalo <scott AT dattalo.com>
12875         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
12876         - Rewrote the register banking algorithm.
12877         - Added pCode live-range analysis to registers (for now, only non-used and
12878         singly-used registers optimized away)
12879
12880         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
12881
12882         * 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.
12883
12884 2002-05-10  Scott Dattalo <scott AT dattalo.com>
12885         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
12886
12887 2002-04-22  Michael Hope  <michaelh AT vroom>
12888
12889         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
12890
12891         * configure.in (DD_COPT): Added include support required for gbdk.
12892
12893         * .version: Bumped version number just to increase it.
12894
12895         * src/SDCCmain.c: Added -nostdinc to the default options.
12896
12897 2002-04-15  Michael Hope  <michaelh AT vroom>
12898
12899         * device/lib/z80/printf.c (sprintf): Added.
12900
12901         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
12902
12903         * src/z80/peeph.def: Added transpose redundent load rule.
12904
12905         * src/z80/main.c: Added force callee saves for jaune.
12906
12907         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
12908
12909         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
12910
12911 2002-03-28  Johan Knol  <johan AT balder>
12912
12913         * src/SDCCval.c: fixed bug #532436
12914
12915 2002-03-14  Scott Dattalo <scott AT dattalo.com>
12916         * /src/port.h:
12917         Added "char *Processor" field to the port structure.
12918
12919         * /src/SDCCmain.c:
12920         Added -p option. Allows port dependent processor to be specified.
12921
12922         * all ports:
12923         Initialized the new field char *Processor field to NULL in all ports
12924
12925         * /src/pic/*:
12926         Compiler generated registers for interrupt context saving
12927         were not getting allocated.
12928
12929 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
12930
12931         * /src/SDCCast.c:
12932         Fixed left shift. Will promote the left side of a left shift
12933         if a) left shifting more than size of operand or b) when assigned
12934         to something size > size of left side
12935
12936 2002-03-14  Scott Dattalo <scott AT dattalo.com>
12937         * src/pic/*
12938         tons of changes. Register allocation has been
12939         rewritten. Added customization for the various PICs. Flow
12940         analysis is restructured. ...
12941
12942         * src/pic/device.h:
12943         Added
12944
12945         * src/pic/device.c:
12946         Added. device.c is a PIC port hack to accomodate variations
12947         in PIC devices.
12948
12949 2002-03-13  Michael Hope  <michaelh AT vroom>
12950
12951         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
12952
12953 2002-03-04  johanknol  <johanknol AT manik>
12954
12955         * /src/SDCCval.c: fixed
12956
12957         const unsigned char arr[][2] = { { 0, 1 } };
12958         t18.c:1: error: Initializer element is not constant
12959
12960 2002-03-04  bela  <bela AT manik>
12961
12962         * /device/include/mcs51reg.h:
12963         ds89c420 register definition update
12964
12965 2002-03-03    <johan AT FRIJA>
12966
12967         * support/Util/SDCCerr.c: did something, but don't no why anymore
12968
12969         * support/regression/tests/bug-524691.c: made it a little less shy
12970
12971         * src/SDCCast.c (decorateType): fixed bug #524697
12972
12973         * src/SDCCast.c: made some lineno improvements
12974
12975         * src/SDCCval.c (getNelements): changed warning to error
12976
12977         * src/SDCCglue.c (printIvalArray): changed warning to error
12978
12979         * src/SDCCicode.c: fixed a warning for mingw
12980
12981         * src/SDCCast.c (decorateType): fixed the << promotion for ops
12982
12983         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
12984
12985 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
12986
12987         * src/ds390/peeph.def:
12988         Added some more peephole rules
12989
12990         * src/ds390/gen.c: Various fixes & enhancements
12991
12992         * src/SDCClrange.c, src/SDCClrange.h:
12993         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
12994
12995         * src/ds390/ralloc.c:
12996         various fixes & enhancements (ds390) specific
12997
12998         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
12999         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
13000         from rallocs.
13001
13002         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
13003
13004 2002-03-02    <johan AT FRIJA>
13005
13006         * src/SDCCast.c (decorateType): fixed bug #524708
13007
13008         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
13009
13010         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
13011
13012 2002-03-01  Michael Hope  <michaelh AT vroom>
13013
13014         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
13015
13016         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
13017
13018 2002-03-01    <johan AT FRIJA>
13019
13020         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
13021
13022         * src/SDCCast.c (decorateType): fixed bug #524209
13023
13024         * src/SDCCval.c (valNot): fixed bug #524195
13025
13026 2002-02-26    <johan AT balder>
13027
13028         * src/xa51/gen.c: fixed a warning
13029
13030         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
13031
13032         * src/SDCCast.c (decorateType): fixed bug #522534
13033
13034 2002-02-23    <johan AT balder>
13035
13036         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
13037
13038 2002-02-22    <johan AT balder>
13039
13040         * src/SDCCast.c: fixed bug #514865
13041
13042         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
13043
13044 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
13045
13046         * sdcc/src/SDCCloop.c:
13047         Previous fix was not good. basic blocks that have "break" or "return" are
13048         not really partof a loop , but live ranges used in these blocks should
13049         be live thru the entire loop, so set partOfLoop but don't add them to
13050         loop region
13051
13052 2002-02-21    <johan AT FRIJA>
13053
13054         * src/SDCCcse.c: fixed bug #514308
13055
13056 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
13057
13058         * src/SDCCloop.c:
13059         Fixed BUG #519583. If a conditional block ended in a return/break
13060         statement inside a loop, it was not being considered part of the loop.
13061
13062         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
13063
13064 2002-02-10  Karl Bongers <karl AT turbobit.com>
13065
13066         * debugger/*:
13067         Fixed up SDCDB debugger somewhat.  Updated debugger/README
13068         with lots of comments and notes.
13069
13070         * device/examples/test2.c:
13071         Fix bug, "red" variable not being initialized(compiler complained).
13072
13073         * device/examples/Makefile, examples/test3.c:
13074         Add Makefile in device/examples folder, compiles test3.c
13075         for use as a multiple module SDCDB test case.
13076
13077         * sim/ucsim/cmd.src/cmdset.cc:
13078         Took out debug printfs in ucsim "next" command.
13079
13080         * sim/ucsim/xa.src:
13081         Karl and Johan start ucsim XA support.  Most dissassembly working,
13082         about 75% emulation done(plenty of work remaining).
13083
13084         * sim/ucsim/z80.src:
13085         Add Z80 support to ucsim, add test-ucz80 regression test,
13086         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
13087         Notice z80 compiler fails on examples/test3.c/crc code.
13088
13089 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
13090
13091         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
13092         Added support for --parms-in-bank1
13093
13094         * src/ds390/peeph.def:
13095         added a few more peephole optimzations
13096
13097         * src/ds390/main.c:
13098         1) added __builtin_inp & __builtin_outp used to read in data of given length
13099            from a memory mapped port
13100         2) added __builtin_memcmp
13101         3) added __builtin_swapw swap bytes of a short
13102
13103         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
13104         1) handle multiple send & receives from register bank1
13105         2) ralloc can now allocate DPTR1 to some liveRanges
13106
13107         * src/SDCCsymt.c, src/SDCCsymt.h:
13108         changes to handle multiple sends & receives
13109
13110         * src/SDCCptropt.h:
13111         added some pointer arithmetic optimization
13112
13113         * src/SDCCptropt.c:
13114         added some pointer arithmetic optimizations but not stable yet so not
13115         called from anywhere (will get this working shortly)
13116
13117         * src/SDCCopt.c: fixed for multiple sends & receives
13118
13119         * src/SDCCmain.c:
13120         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
13121         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
13122            set preprocessor defines (depending on options)
13123
13124         * src/SDCCicode.c, src/SDCCicode.h:
13125         changes made to handle multiple sends & receives
13126
13127         * src/SDCCglobl.h:
13128         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
13129
13130         * src/SDCCcse.c, src/SDCCcse.h:
13131         added function findbackward def (to be used in upcoming optimization)
13132
13133         * src/SDCCcflow.c, src/SDCCcflow.h:
13134         added function returnAtEnd - to determine if a basic block terminates with
13135         a RETURN iCode
13136
13137         * src/SDCCast.c, src/SDCCast.h:
13138         added option parms-in-bank1
13139
13140         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
13141         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
13142         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
13143         adjusted for --parms-in-bank1 option
13144
13145         * device/include/string.h:
13146         donot redefine "reentrant" keyword
13147
13148         * device/include/ds80c390.h: Added some more SFRs
13149
13150 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
13151
13152         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
13153
13154 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
13155
13156         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
13157
13158 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
13159
13160         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
13161
13162 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
13163
13164         * Added --xram-movc option
13165
13166 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
13167
13168         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
13169
13170 2002-01-11  Johan Knol
13171
13172         * Added math lib of Jesus Calvino-Fraga
13173
13174 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
13175
13176         * src/SDCCmain.c (processFile): fix processing of ../../src.c
13177         * support/regression/Makefile: new target test-mcs51-stack-auto
13178         * support/regression/ports/mcs51-stack-auto/spec.mk: added
13179
13180 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
13181
13182         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
13183
13184 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
13185
13186         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
13187
13188 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
13189
13190         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
13191
13192         * src/SDCCglue.h: add definition for printIvalChar()
13193
13194 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
13195
13196         * src/SDCCast.c: fix #498138 by Johan
13197
13198         * src/SDCCglue.c: fix #498138 by Johan
13199
13200 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
13201
13202         * support/regression/Makefile: fix clean
13203
13204         * support/regression/ports/ds390/support.c: fix transmission of last character
13205
13206 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
13207
13208         * /sdcc/src/ds390/gen.c:
13209         a) improved computing address of stack variable
13210         b) took out some #if 0 code
13211         c) improved parmBytes adjustment
13212         d) improved genPlusIncr & genMinusIncr
13213         e) genCmp could generate bad code (when left assigned to DPTR)
13214         f) Fixed bug in hasInc
13215
13216         * /sdcc/src/ds390/ralloc.c:
13217         a) packRegsForSupport could mess up live information (Fixed)
13218         b) packRegsDPTRuse could be incorrect for left & right shift
13219
13220         * /sdcc/src/mcs51/ralloc.c:
13221         packRegsForSupport could mess up the live information (Fixed)
13222
13223         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
13224
13225         * /sdcc/src/SDCCast.c:
13226         can reverse a loop even if function call is present as long
13227         as the loop control variable is local & is not passed as parameter
13228
13229 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
13230
13231         * /sdcc/ChangeLog: *** empty log message ***
13232
13233         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
13234         More builtin function additions for TININative
13235
13236         * /sdcc/src/ds390/ralloc.c:
13237         Had broken the regression testsuite
13238
13239         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
13240
13241         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
13242         Added funcattr hasStackParms will be set for reentrant functions when there
13243         are paramteres on the stack, this helps in minimizing frame pointer generation
13244         typeFromStr can handle function pointers now
13245
13246         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
13247         *** empty log message ***
13248
13249 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
13250
13251         * /src/ds390/gen.c, /src/ds390/main.c:
13252         More builtin function additions for TININative
13253
13254         * /src/ds390/ralloc.c:
13255         Had broken the regression testsuite
13256
13257         * /src/SDCCast.c: Fixed a bug in dumptree
13258
13259         * /src/SDCCsymt.c, /src/SDCCsymt.h:
13260         Added funcattr hasStackParms will be set for reentrant functions when there
13261         are paramteres on the stack, this helps in minimizing frame pointer generation
13262         typeFromStr can handle function pointers now
13263
13264         * /doc/builtins.txt, /doc/TININative.txt:
13265         *** empty log message ***
13266
13267
13268 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
13269
13270         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
13271         ALPHA version for -mTININative
13272
13273         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
13274         updated to reflect changes in the port structure
13275
13276         * /src/port.h:
13277         added function do_assemble (similar to do_link) if non-null this function
13278         will be called to do assembly (-mTININative) requires a multi command
13279         assembly
13280         added function genAssemblerEnd will be called to generate assembler Epilogue
13281
13282         * /src/SDCCsymt.c:
13283         added _JavaNative to debug info printing
13284
13285         * /src/SDCCmain.c: added option --tini-libid
13286         added port->do_assemble function (-mTININative) has a multi command assemble
13287
13288         * /src/SDCCglue.c: Disabled "constExpr" check
13289         added port->genAssemblerEnd function
13290
13291         * /src/SDCCglobl.h: Added option --tini-libid value
13292
13293         * /src/SDCCast.h:
13294         tookout optimizeCompare from the header (has no external references)
13295
13296         * /src/SDCCast.c: made one more function "static"
13297
13298 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
13299
13300         * src/z80/mappings.i: Added z80asm support.
13301
13302         * src/z80/main.c: Added z80asm support on --asm=z80asm
13303
13304         * src/z80/gen.c: Fixed asm portability issues.
13305
13306         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
13307
13308         * src/SDCCglue.c (printExterns): Added global/extern split.
13309
13310 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
13311
13312         * support/regression/Makefile: added test for mcs51 model large
13313
13314         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
13315
13316         * support/regression/ports/gbz80/spec.mk: added -mgbz80
13317
13318 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
13319
13320         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
13321
13322 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
13323
13324         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
13325
13326         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
13327
13328 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
13329
13330         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
13331
13332         * support/regression/tests/simplefloat.c: Port to mcs51.
13333
13334 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
13335         * support/regression/tests/bug-485362.c: Added.
13336
13337         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
13338
13339         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
13340
13341         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
13342
13343         * src/z80/gen.c (aopDump): Added a dump function.
13344
13345 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
13346         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
13347
13348         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
13349
13350         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
13351
13352         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
13353
13354         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
13355
13356         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
13357
13358         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
13359
13360         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
13361
13362         * support/regression/ports/ds390/support.c: Use tinibios.
13363
13364         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
13365
13366 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
13367
13368         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
13369         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
13370
13371         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
13372
13373         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
13374
13375 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
13376
13377         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
13378
13379         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
13380         (packRegsForIYUse): Created and optimised.
13381
13382 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
13383
13384         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
13385 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
13386
13387         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
13388
13389         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
13390
13391         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
13392
13393 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
13394
13395         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
13396
13397         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
13398
13399 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
13400
13401         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
13402
13403         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
13404
13405         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
13406
13407 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
13408
13409         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
13410         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
13411         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
13412
13413         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
13414
13415         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
13416         (genNotFloat): Added.
13417         (genUminusFloat): Added.
13418
13419         * device/lib/z80/Makefile: Added floating pt stubs.
13420
13421         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
13422
13423         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
13424
13425         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
13426
13427 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
13428
13429         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
13430
13431         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
13432
13433         * sdcc/support/regression/Makefile: Add port ds390.
13434
13435         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
13436
13437         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
13438
13439         * sdcc/support/regression/ports/ds390/spec.mk: Added.
13440
13441         * sdcc/support/regression/ports/ds390/support.c: Added.
13442
13443         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
13444
13445         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
13446
13447         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
13448
13449 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
13450
13451         * device/include/malloc.h: Added z80 and gbz80 support.
13452
13453         * device/lib/gbz80/heap.s: Added.
13454
13455         * device/lib/z80/heap.s: Added.
13456
13457         * device/lib/malloc.c: Added z80 and gbz80 support.
13458
13459         * support/regression/tests/malloc.c (testMalloc): Added.
13460
13461         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
13462
13463         * support/regression/tests/bug-478094.c: Added.
13464
13465         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
13466
13467 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
13468
13469         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
13470
13471         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
13472
13473         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
13474
13475         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
13476
13477         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
13478
13479 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
13480
13481         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
13482
13483 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
13484
13485         * support/regression/tests/bug-477927.c: Added.
13486
13487         * src/z80/peeph.def: Added minor rules.
13488
13489         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
13490
13491         * src/z80/peeph.def: Added jump optimisation modification.
13492
13493 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
13494
13495         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
13496
13497 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
13498
13499         * support/regression/tests/funptrs.c: Added.
13500
13501 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
13502
13503         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
13504
13505 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
13506
13507         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
13508
13509         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
13510
13511         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
13512         (movLeft2ResultLong): Created.
13513
13514         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
13515         (joinPushes): Added.  Joins two char pushes into a word push.
13516
13517 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
13518
13519         * support/cpp2/Makefile.in (install): Added creation of dest dir.
13520
13521         * support/makebin/Makefile (install): Added creation of dest dir.
13522
13523 2001-10-24 Karl Bongers <karl AT turbobit.com>
13524
13525         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
13526
13527 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
13528
13529         * src/z80/ralloc.c: Turned off faulty pack for one use.
13530
13531         * src/z80/peeph-gbz80.def: Removed redundent restart options.
13532
13533         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
13534
13535 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
13536
13537         * support/regression/Makefile: Improved clean
13538
13539         * support/regression/ports/gbz80/spec.mk: Added clean
13540
13541         * support/regression/ports/host/spec.mk: Added clean
13542
13543         * support/regression/ports/z80/spec.mk: Added clean
13544
13545         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
13546
13547         * support/regression/ports/mcs51/timeout.c: little improvements
13548
13549 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
13550
13551         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
13552
13553         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
13554
13555         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
13556
13557 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
13558
13559         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
13560
13561         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
13562
13563 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
13564         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
13565
13566         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
13567
13568         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
13569
13570         * src/mcs51/main.c (_linkCmd): Added bin path to command.
13571
13572         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
13573
13574         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
13575
13576         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
13577
13578         * support/regression/tests/longor.c: Added.
13579
13580 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
13581
13582         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
13583
13584         * as/mcs51/aslink.h: define PATH_MAX
13585
13586         * as/mcs51/asm.h: define PATH_MAX
13587
13588         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
13589
13590         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
13591
13592         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
13593
13594         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
13595
13596         * src/SDCCglobl.h: define PATH_MAX
13597
13598         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
13599
13600         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
13601
13602 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
13603
13604         * src/z80/gen.c (gencjneshort): Fixed
13605
13606         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
13607
13608 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
13609
13610         * support/regression/tests/bug-469671.c: Added.
13611
13612         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
13613
13614 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
13615
13616         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
13617
13618         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
13619
13620 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
13621
13622         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
13623
13624         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
13625
13626         * src/device/lib/_mullong.c : removed hint: nooverlay bug
13627
13628         * src/device/lib/_divuint.c : removed hint: nooverlay bug
13629
13630         * src/device/lib/_divulong.c: removed hint: nooverlay bug
13631
13632         * src/device/lib/_moduint.c : removed hint: nooverlay bug
13633
13634         * src/device/lib/_modulong.c: removed hint: nooverlay bug
13635
13636 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
13637
13638         * 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.
13639
13640         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
13641
13642         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
13643
13644 2001-10-07    <johan AT FRIJA>
13645
13646         * device/lib/gets.c (gets): fixed the return value.
13647
13648 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
13649         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
13650
13651         * 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.
13652
13653         * 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.
13654
13655         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
13656
13657         * src/pic/gen.c: Removed Safe_strdup.
13658
13659         * configure.in: Added option to enable libgc support.
13660
13661         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
13662         (bitVectUnion): Optimised.
13663         (bitVectIntersect): Optimised.
13664         (bitVectBitsInCommon): Optimised.
13665         (bitVectCplAnd): Optimised.
13666
13667         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
13668
13669 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
13670
13671         * src/SDCCmain.c: distinguish between assembler debug and plain options
13672
13673         * src/avr/main.c:   remove standard assembler options
13674
13675         * src/ds390/main.c: remove standard assembler options
13676
13677         * src/mcs51/main.c: remove standard assembler options
13678
13679         * src/port.h: removed "PENDING" comment
13680
13681 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
13682
13683         * src/device/lib/_mulint.c  : new, with assember functions
13684
13685         * src/device/lib/_mullong.c : new, with assember functions
13686
13687         * src/device/lib/_divuint.c : with assember functions
13688
13689         * src/device/lib/_divsint.c : with assember functions
13690
13691         * src/device/lib/_divulong.c: with assember functions
13692
13693         * src/device/lib/_divslong.c: with assember functions
13694
13695         * src/device/lib/_moduint.c : with assember functions
13696
13697         * src/device/lib/_modsint.c : with assember functions
13698
13699         * src/device/lib/_modulong.c: with assember functions
13700
13701         * src/device/lib/_modslong.c: with assember functions
13702
13703         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
13704
13705         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
13706
13707         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
13708                                       replaced _mululong.c and _mulslong.c by _mullong.c
13709
13710 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
13711
13712         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
13713
13714 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
13715
13716         * src/SDCCglue.c: test, if win32api is available for MINGW
13717
13718 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
13719
13720         * src/SDCCsymt.c: no more _modifier in printTypeChain()
13721         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
13722         * support/regression/ports/gbz80/spec.mk: removed GENERIC
13723         * support/regression/ports/host/spec.mk: removed GENERIC
13724         * support/regression/ports/mcs51/spec.mk: removed GENERIC
13725         * support/regression/ports/z80/spec.mk: removed GENERIC
13726
13727 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
13728
13729         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
13730
13731         * support/regression/tests/bug-467035.c: Created.
13732
13733 2001-10-01    <johan AT FRIJA>
13734
13735         * src/SDCC.y: fixed bug #466586 part 1
13736
13737 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
13738
13739         * SDCCicode.c: z80 has no generic pointers
13740         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
13741
13742 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
13743
13744         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
13745
13746 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
13747
13748         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
13749
13750         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
13751
13752 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
13753
13754         * configure.in: Fixed up so that ucsim is only configured once.
13755
13756         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
13757
13758         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
13759         (getPathDifference): As above.
13760
13761         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
13762
13763         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
13764
13765 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
13766         * .version: Updated to 2.3.1
13767
13768         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
13769         Added copyright header.
13770
13771         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
13772         (assemble): Added support for macro based assembler commands.
13773         (linkEdit): Added support for macro based linker commands.
13774         (preProcess): Changed the pre-processor to use macros.
13775         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
13776         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
13777
13778         * device/lib/z80/crt0.s: Added module name for debugging.
13779
13780 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
13781
13782         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
13783
13784         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
13785
13786         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
13787
13788         * src/Makefile.in: Added SDCCmacro and SDCCutil
13789
13790 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
13791
13792         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
13793
13794 2001-09-16    <johan AT FRIJA>
13795
13796         * 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.
13797
13798 2001-09-15    <johan AT FRIJA>
13799
13800         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
13801         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
13802
13803 2001-09-11    <johan AT FRIJA>
13804
13805         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
13806
13807 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
13808
13809         * support/regression/tests/bug-460444.c: Added test case.
13810
13811         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
13812         (genCast): Added justification for all of the asserts.
13813
13814 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
13815
13816         * support/regression/support.c: _xdata replaced by xdata
13817
13818         * support/regression/spec.mk: removed _generic
13819
13820 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
13821
13822         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
13823
13824         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
13825         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
13826
13827         * src/z80/peeph.def: Added a rule to optimise shift then compare.
13828
13829         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
13830
13831         * support/regression/tests/bug-460010.c: Added test case.
13832
13833         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
13834
13835 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
13836
13837         * support/regression/Makefile: inter-port-clean adjusted for mcs51
13838
13839         * support/regression/testfwk.c: removed workaround for bug #436344
13840
13841         * support/regression/tests/bp.c: use less memory with mcs51
13842
13843         * support/regression/tests/bug-441448.c: use less memory
13844
13845         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
13846
13847         * support/regression/collate-results.py: typo
13848
13849 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
13850
13851         * support/regression/tests/fetchoverlap.c: Added new test case.
13852
13853         * support/regression/tests/bp.c: Added new test case.
13854
13855         * support/regression/tests/bug-448984.c: Added new test case.
13856
13857         * support/regression/tests/pow2shifts.c: Added new test case.
13858
13859         * src/z80/gen.c: Turned off the noise it normally generates for the release.
13860         (genlshTwo): Fixed right shift for count > 8.
13861
13862         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
13863
13864 2001-09-08    <johan AT FRIJA>
13865
13866         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
13867
13868 2001-09-07    <johan AT FRIJA>
13869
13870         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
13871
13872         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
13873
13874 2001-09-06    <johan AT FRIJA>
13875
13876         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
13877         * bernhard noted me at this: "() equals to (void)" (1.38)
13878
13879 2001-09-05    <johan AT FRIJA>
13880
13881         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
13882
13883 2001-09-04    <johan AT FRIJA>
13884
13885         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
13886
13887
13888 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
13889
13890         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
13891
13892 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
13893
13894         * link/z80/aslink.h: Fixed path for PATH_MAX
13895
13896 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
13897
13898         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
13899
13900         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
13901
13902         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
13903
13904         * 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.
13905
13906 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
13907
13908         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
13909         (genCmp): Fixed up genCmp for the GB with longs.
13910
13911         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
13912
13913         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
13914
13915         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
13916
13917         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
13918
13919 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
13920
13921         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
13922
13923 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
13924
13925         * 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.
13926
13927         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
13928
13929 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
13930
13931         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
13932
13933         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
13934
13935 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
13936
13937   * sim/ucsim/configure:    little improvement of Cygwin-detection
13938   * sim/ucsim/configure.in: little improvement of Cygwin-detection
13939   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
13940   * support/regression/tests/bug-221100.c: small changes for mcs51
13941   * support/regression/tests/bug-221168.c: small changes for mcs51
13942   * support/regression/tests/bug-227710.c: small changes for mcs51
13943   * support/regression/tests/staticinit.c: small changes for mcs51
13944   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
13945   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
13946   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
13947
13948 $Revision$