src/mcs51/gen.c (genRet): fixed RFE 1652561: added code for bit to bit moves in retur...
[fw/sdcc] / ChangeLog
1 2007-02-09 Bernhard Held <bernhard AT bernhardheld.de>
2
3         * src/mcs51/gen.c (genRet): fixed RFE 1652561: added code for bit to
4         bit moves in return statement
5
6 2007-02-09 Borut Razem <borut.razem AT siol.net>
7
8         * src/SDCC.y: fixed bug #1159134: invalid duplicate declarations with
9           same scope
10
11 2007-02-07 Maarten Brock <sourceforge.brock AT dse.nl>
12
13         * src/mcs51/gen.c (aopPut): use direct name for pushing registers
14         * src/SDCCmain.c (parseCmdLine): dbuf_s path must be initialised
15
16 2007-02-07 Raphael Neider <rneider AT web.de>
17
18         * src/pic16/devices.inc,
19         * device/include/pic16/pic18fregs.h,
20         * device/include/pic16/pic18f[24][34]31.h,
21         * device/lib/pic16/libdev/pic18f[24][34]31.c,
22         * device/lib/pic16/pics.all: added 18f[24][34]31 family
23         * device/lib/pic16/libio/i2c.ignore: do not build i2c
24
25 2007-02-07 Maarten Brock <sourceforge.brock AT dse.nl>
26
27         * device/lib/printf_large.c (_print_format): fixed compare/assign bug, how
28           can this have lived here for so many years?
29         * src/SDCCicode.c (ast2iCode): return left instead of right for assignment,
30           fixes bug 1273984, see also patch 1645121, thanks Gnther Jehle
31         * support/regression/tests/bug1273984.c: new, added, thanks Gnther Jehle
32
33 2007-02-06 Bernhard Held <bernhard AT bernhardheld.de>
34
35         * src/SDCCBlock.c (addiCodeToeBBlock): fixed bug 1652207: GOTO icodes
36         appended by loop induction must be at the very end of the eBBlock
37
38 2007-02-05 Kevin Vigor
39
40         * src/ds390/gen.c, src/ds390/main.c: Address bug 1469393.
41
42 2007-02-05 Borut Razem <borut.razem AT siol.net>
43
44         * support/regression/fwk/lib/timeout.c: native WIN32 port,
45           implemented #1651830 Reg. tests: rewrite timeout.c to use WIN32 API
46
47 2007-02-03 Borut Razem <borut.razem AT siol.net>
48
49         * src/SDCC.y, src/SDCCmain.c, src/SDCCglobl.h, doc/sdccman.lyx:
50           applied patch #1646602 option to set default signedness of char to
51           unsigned, added -funsigned-char command line option,
52           thanks to Gunther Jehle
53         * device/lib/Makefile.in: added the -f option to rm so it doesn't
54           prompt for file deletion a few hundred times (especially the
55           subversion files, which have ro permissions so it asks for
56           confirmation), thanks to Simon McAuliffe;
57           added {} + option to find in order to remove multiple files from a
58           single rm commad
59
60 2007-02-02 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
61
62         * device/include/mcs51/SST89x5xRDx.h: Added.
63
64 2007-02-02 Raphael Neider <rneider AT web.de>
65
66         * src/pic/glue.c (emitSymbolSet): check sym->etype before use
67         * src/regression/Makefile: use --no-pcode-opt, ignore failing tests
68
69 2007-02-01 Raphael Neider <rneider AT web.de>
70
71         * src/pic/glue.c (picglue,emitSymbolSet,showAllMemmaps): emit the
72           config words again
73
74 2007-01-31 Borut Razem <borut.razem AT siol.net>
75
76         * support/Util/dbuf_string.h: added ATTRIBUTE_PRINTF to dbuf_printf()
77           if compiled with GCC. Thanks to Raphael Neider
78
79 2007-01-31 Raphael Neider <rneider AT web.de>
80
81         * src/pic/pcode.c (isValidIdChar,bankCompare): fuzzy matching of
82             operand names, handles name and (name + n) for all n,
83           (sameBank): restructured, also check bank allocation policy,
84         * src/pic/glue.c (emitPseudoStack): fixed printf arguments,
85           (pic14_operandsAllocatedInSameBank): check whether to operands
86             will be allocated into the same bank (i.e., section) to reduce
87             BANKSEL overhead, queried from pcode.c:sameBank,
88           (pic14printLocals): reintroduced clustering registers into a single
89             section: all compiler generated symbols will now reside in one
90             bank (per file), reducing BANKSEL overhead and code size,
91           (showAllMemmaps): use local dbuf where possible
92
93 2007-01-29 Raphael Neider <rneider AT web.de>
94
95         * src/pic/gen.c (popGetExternal): simplified, mark symbol as used,
96           (call_libraryfunc): retrieve/create symbol and mark as used,
97           (genFunction): mark defined functions as non-extern and add again
98            to code memmap for later output
99         * src/pic/glue.c (emitPseudoStack): put into own subroutine,
100           (pic14printLocals): reworked for new symbol emission,
101           (emitIfNew,pic14_constructAbsMap,emitIvalLabel,emitIvals,emitInitVal,
102           showAllMemmaps): reworked symbol output using dbufs, added handling
103             of string literals (still incomplete),
104           (picglue): removed symbol emission, moved into showAllMemmaps,
105           (emitSymbolSet): new workhorse for symbol output,
106           (pic14emitMaps,pic14printPublics,pic14printExterns): commented out
107
108 2007-01-29 Borut Razem <borut.razem AT siol.net>
109
110         * src/SDCCmain.c, src/SDCCutil.c: dbuf_splitFile: file extension
111           component contains the extension separator.
112
113 2007-01-28 Borut Razem <borut.razem AT siol.net>
114
115         * sim/ucsim/cmd.src/cmdutil.cc: NUL device is detected as CG_FILE type
116           on WIN32
117         * src/SDCCdwarf2.c, src/SDCCglobl.h, src/SDCCmain.c, src/SDCCutil.c,
118           src/SDCCutil.h, src/avr/gen.c, src/ds390/gen.c, src/hc08/gen.c,
119           src/mcs51/gen.c, src/pic/device.c, src/pic/gen.c, src/pic/pcode.c,
120           src/pic/pcodepeep.c, src/pic/ralloc.c, src/pic16/device.h,
121           src/pic16/gen.c, src/pic16/main.c, src/pic16/pcode.c,
122           src/pic16/pcodepeep.c, src/pic16/ralloc.c, src/xa51/gen.c,
123           src/z80/gen.c, support/Util/MySystem.c:
124           accept slash and backslash as directory separator on WIN32 and
125           Cygwin ports
126
127 2007-01-28 Raphael Neider <rneider AT web.de>
128
129         * src/pic16/devices.inc,
130         * device/include/pic16/pic18f[24][23]21.h,
131         * device/include/pic16/pic18fregs.h,
132         * device/lib/pic16/libdev/pic18f[24][23]21.c,
133         * device/lib/pic16/pics.all: added support for the 18f[24][23]21 family
134         * device/lib/pic16/libio/adc.ignore,
135         * device/lib/pic16/libio/i2c.ignore,
136         * device/lib/pic16/libio/usart.ignore: do not build I/O lib for new
137           family, as gputils do not yet support the devices
138         * device/lib/pic16/Makefile.subdir: ignore errors on install
139         * support/scripts/inc2h-pic16.pl: script to generate pic16 device
140           headers and libraries from gputils .inc files
141
142 2007-01-26 Paul Stoffregen <paul AT pjrc.com>
143
144         * doc/sdccman.lyx: add printf_fast_f precision limitation note
145
146 2007-01-26 Paul Stoffregen <paul AT pjrc.com>
147
148         * doc/sdccman.lyx: add printf benchmarks
149
150 2007-01-25 Paul Stoffregen <paul AT pjrc.com>
151
152         * device/lib/printf_fast.c: fix %c, char promoted to int
153         * device/lib/printf_tiny.c: fix %c, char promoted to int
154
155 2007-01-25 Paul Stoffregen <paul AT pjrc.com>
156
157         * device/lib/printf_fast.c: fix float overflow check, bug #1525093
158
159 2007-01-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
160
161         * support/regression/tests/swap.c: 64 bit hosts failed
162         * doc/sdccman.lyx: added preliminary mcs51 printf feature matrix
163
164 2007-01-25 Raphael Neider <rneider AT web.de>
165
166         * src/pic/pcode.c (sameBank,FixRegisterBanking): optimize banksels
167           based on absolute register address, patch by Alex Blond
168
169 2007-01-22 Raphael Neider <rneider AT web.de>
170
171         * src/pic/glue.c (pic14emitRegularMap): mark initialized symbols as
172           emitted, do not emit them again...
173
174 2007-01-22 Raphael Neider <rneider AT web.de>
175
176         * src/regression/bank1.c, src/regression/compare6.c,
177           src/regression/add.c: cosmetic changes
178         * src/pic/pcode.h: moved GPTRTAG_* here from gen.c
179         * src/pic/gen.c: fixed global zero and one,
180           (aopForSym): removed unued code,
181           (aopGet): assert aop is defined, check and use `index' of
182             pCodeImmd operands (fixes #1630908),
183         * src/pic/pcode.c (get_op): added output of generic pointer tag,
184           (register_reassign): prevent accidental register unification,
185           (ReuseReg): cosmetic changes (also above)
186         * src/pic/glue.c (pic14_constructAbsMap,pic14emitRegularMap,
187           pic14emitStaticSeg): do not emit initialized data,
188           (printIval*): replaced with working versions,
189           (pic14createInterruptVect,picglue): use idata for initialized data,
190             now init data should work in all modules (not only main()),
191         * device/lib/pic/libsdcc/idata.c: NEW, handle initialized data
192
193 2007-01-21 Borut Razem <borut.razem AT siol.net>
194
195         * sim/ucsim/configure.in: introduced macro DD_COPT_NO_IGNORE,
196           use -fPIC or -fpic if they are supported and not ignored
197         * src/SDCCval.c: fixed bug introduced by me in rev. #4577
198         * support/cpp2/libcpp/lex.c: fixed gcc 4.1.1 warnings
199
200 2007-01-20 Borut Razem <borut.razem AT siol.net>
201
202         * src/SDCC.lex, src/SDCCmain.c, sdc/SDCCglobl.h, doc/sdccman.lyx:
203           implemented RFE #1470316: allow "$" in variable names
204
205 2007-01-20 Raphael Neider <rneider AT web.de>
206
207         * device/include/pic/pic14regs.h: reverted accidental wipe of the file
208
209 2007-01-20 Raphael Neider <rneider AT web.de>
210
211         * device/lib/pic/libdev/devices.txt: device list for mkall.sh
212         * device/lib/pic/libdev/mkall.sh: script to rebuild all device libs
213         * device/lib/pic/libdev/pic14ports.txt: device PORT specifications
214         * support/scripts/inc2h.pl: fixed major .inc parsing bugs,
215           applied patch from Robert Tate (#1629249) to add PORTs and TRISs
216         * device/lib/pic/libdev/pic*.c,
217         * device/include/pic/pic*.h: regenerated with enhanced inc2h.pl
218         * device/lib/pic/libdev/Makefile.in: show progress
219
220 2007-01-19 Bernhard Held <bernhard AT bernhardheld.de>
221
222         * doc/sdccman.lyx: updated "configure options" for autoconf 2.6
223         * support/scripts/sdcc_cygwin_mingw32,
224         * support/scripts/sdcc_mingw32,
225         * support/scripts/build.mak: replaced --datadir by --datarootdir for
226         conformance with autoconf 2.6
227
228 2007-01-19 Raphael Neider <rneider AT web.de>
229
230         * src/pic/device.c (register_map): fixed list construction
231         * src/pic/gen.c (genDivOneByte,genModOneByte): accept result > 1 byte,
232           (genMod): removed case for genModbits,
233           (genModbits): removed as now unused/unimplemented
234         * src/pic/glue.c (picglue): prevent name clash with sources 'init.c'
235
236 2007-01-18 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
237
238         * support/regression/tests/swap.c: added in response to #1638622
239         * doc/sdccman.lyx: synced version, minor changes
240
241 2007-01-18 Borut Razem <borut.razem AT siol.net>
242
243         * SDCClabel.c: fixed bug #1638651: wrong linenumber presented in warning,
244           thanks to Gunther Jehle
245         * src/asm.c: don't die if the file drfined in #line couldn't be opened
246         * src/SDCC.lex, src/SDCCglobal.h, src/SDCCicode.c, src/SDCCsymt.c,
247           src/SDCCval.c: removed redundant definitions of currFname and mylineno;
248           use filename in lineno instead.
249         * SDCCast.c: removed MSVC warning C4018: '==' : signed/unsigned mismatch,
250           print the file name in ast_print()
251
252 2007-01-18 Borut Razem <borut.razem AT siol.net>
253
254         * support/Util/dbuf_string.c: removed (PTR) cast since it is not
255           defined in MSVC
256         * src/SDCC.lex: stringLiteral() returns const char pointer,
257           EOF detection in stringLiteral(), fixed asmbuf memory leak,
258           fixed column counting
259         * src/SDCCval.[ch]: constVal(), value *strVal() and charVal()
260           accept const char pointer as parameter
261         * src/SDCCdwarf2.c: corrected buffer size
262
263 2007-01-17 Borut Razem <borut.razem AT siol.net>
264
265         * support/Util/dbuf_string.c: fixed for amd64
266
267 2007-01-15 Borut Razem <borut.razem AT siol.net>
268
269         * src/pic16/ralloc.c, src/pic/ralloc.c, src/SDCC.y:
270           removed terminal symbol ELIPSIS, since it was never generated by the
271           lexer and it was wrongly used in parameter_identifier_list rule
272
273 2007-01-15 Raphael Neider <rneider AT web.de>
274
275         * doc/sdccman.lyx: updated PIC14/16 command line args, updated PIC14
276             code page and data banking description
277         * src/pic/genarith.c,
278         * src/pic/gen.h: removed bit arithmetic functions,
279             updated exit(1) to exit(EXIT_FAILURE)
280         * device/lib/pic16/libsdcc/stack/stack.S: default to 256 byte stack
281         * device/include/pic16/pic18f2455.h,
282         * device/lib/pic16/libdev/pic18f2455.c: added PORTD, LATD, LATE,
283             TRISD and TRISE, fixed/added some bit names
284         * device/lib/pic16/libdev/pic18f{2550,4550,4455}.c,
285         * device/include/pic16/pic18f{2550,4550,4455}.h: simply include
286             updated pic18f2455.{c,h} instead of duplicating them
287
288 2007-01-14 Borut Razem <borut.razem AT siol.net>
289
290         * as/mcs51/asnoice.c, as/hc08/asnoice.c: fixed bug #1447412:
291           Cannot debug files that contain spaces in the path name
292           by converting spaces in asm file name to underscores
293
294 2007-01-13 Borut Razem <borut.razem AT siol.net>
295
296         * doc/sdccman.lyx: fixed format errors
297
298 2007-01-10 Borut Razem <borut.razem AT siol.net>
299
300         * src/SDCC.lex, src/SDCCmain.c: fixed bug #1631895:
301           codeseg/constseg #pragma fail
302         * suppoprt/cpp2/Makefile.bcc: reenable Borland C compilation
303         * suppoprt/cpp2/configure.in, suppoprt/cpp2/libcpp/lex.c,
304           suppoprt/cpp2/Makefile.in, suppoprt/cpp2/sdcpp-opts,
305           suppoprt/cpp2/sdcpp.[ch]: house cleaning
306
307 2007-01-09 Borut Razem <borut.razem AT siol.net>
308
309         * get rid of diagnistic.[ch], pretty-print.[ch],
310           c-pretty-print.[ch], ... used just for error, warning, ...
311           message formatting
312         * suppoprt/cpp2/pretty-print.[ch], suppoprt/cpp2/diagnostic.[ch],
313           suppoprt/cpp2/diagnostic.def, suppoprt/cpp2/input.h,
314           suppoprt/cpp2/pretty-print.[ch]:
315           removed
316         * suppoprt/cpp2/Makefile.in, suppoprt/cpp2/opts.c,
317           suppoprt/cpp2/sdcpp-opts.c, suppoprt/cpp2/sdcpp.[ch],
318           suppoprt/cpp2/sdcpp.dsp:
319           changed
320
321 2007-01-08 Maarten Brock <sourceforge.brock AT dse.nl>
322
323         * device/lib/printf_large.c (output_float): removed recursion,
324           use smaller buffer on stack for mcs51,
325           fixed bug printing 1.96
326         * support/regression/tests/snprintf.c: added test
327
328 2007-01-07 Borut Razem <borut.razem AT siol.net>
329
330         * use dynamic memory buffers instead temporary files
331         * support/Util/dbuf_string.c, support/Util/dbuf_string.h:
332           added
333         * src/Makefile.in, src/SDCC.lex, src/SDCCast.c, src/SDCCast.h,
334           src/SDCCcse.c, src/SDCCglobl.h, src/SDCCglue.c, src/SDCCglue.h,
335           src/SDCCicode.c, src/SDCCicode.h, src/SDCCmain.c, src/SDCCmem.c,
336           src/SDCCmem.h, src/SDCCpeeph.c, src/SDCCpeeph.h, src/SDCCsymt.c,
337           src/SDCCsymt.h, src/SDCCutil.c, src/asm.c, src/asm.h, src/avr/gen.c,
338           src/avr/main.c, src/ds390/gen.c, src/ds390/main.c, src/hc08/gen.c,
339           src/hc08/main.c, src/izt/gen.c, src/mcs51/gen.c, src/mcs51/main.c,
340           src/pic/device.c, src/pic/gen.c, src/pic/glue.c, src/pic/main.c,
341           src/pic/ralloc.c, src/pic16/gen.c, src/pic16/glue.c,
342           src/pic16/main.c, src/pic16/ralloc.c, src/port.h, src/src.dsp,
343           src/xa51/gen.c, src/xa51/main.c, src/z80/gen.c, src/z80/main.c,
344           support/Util/dbuf.c, support/Util/dbuf.h:
345           modified
346         * .version, sdcc.spec: bumped version to 2.6.4
347
348 2007-01-07 Maarten Brock <sourceforge.brock AT dse.nl>
349
350         * src/port.h: added TARGET_Z80_LIKE macro
351         * src/SDCCmain.c (linkEdit): use TARGET_Z80_LIKE,
352           output PSEG location if --xram-loc or --xstack-loc was used
353         * as/link/mcs51/lkarea.c (lnksect2): set segment address afterwards
354
355 2007-01-07 Maarten Brock <sourceforge.brock AT dse.nl>
356
357         * as/as_gbz80.dsp, as/z80/as_gbz80.dsp,
358         * as/as_z80.dsp,   as/z80/as_z80.dsp,
359         * as/asx8051.dsp,  as/mcs51/asx8051.dsp,
360         * sdcc.dsw: moved project files into subdir
361         * as/hc08/as_hc08.dsp,
362         * as/hc08/Makefile.bcc,
363         * as/hc08/Makefile.in,
364         * as/mcs51/Makefile.bcc,
365         * as/mcs51/Makefile.in,
366         * as/z80/Makefile.bcc,
367         * as/z80/Makefile.in,
368         * as/link/mcs51/Makefile.bcc: use as/strcmpi.c
369         * as/hc08/asm.h,
370         * as/mcs51/asm.h,
371         * as/z80/asm.h: added as_strcmpi() and as_strncmpi() prototypes
372         * as/hc08/asmain.c,
373         * as/hc08/assym.c,
374         * as/mcs51/asmain.c,
375         * as/mcs51/assym.c,
376         * as/z80/assym.c: removed include "strcmpi.h"
377         * as/hc08/strcmpi.c,
378         * as/hc08/strcmpi.h,
379         * as/mcs51/strcmpi.c,
380         * as/mcs51/strcmpi.h,
381         * support/Util/strcmpi.c,
382         * support/Util/strcmpi.h: removed files
383         * as/strcmpi.c: added as_strncmpi()
384
385 2007-01-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
386
387         * sdcc.dsw: Added some dependencies on project config.dsp
388
389 2007-01-05 Maarten Brock <sourceforge.brock AT dse.nl>
390
391         * as/link/mcs51/lkarea.c (lnkarea2, lnksect2): replaced [di]seg_ap->a_addr
392           with [di]ram_start to fix a regresion
393
394 2007-01-03 Bernhard Held <bernhard AT bernhardheld.de>
395
396         * configure.in: added missing mcs51 in status output
397         * Makefile.in: add support/regression to SDCC_EXTRA to distclean this
398         directory
399         * debugger/mcs51/clean.mk (distclean): remove config.h
400         * src/clean.mk (clean): remove SDCCy.c, SDCCy.h, SDCClex.c
401         * support/cpp2/Makefile.in (clean): remove s-options, optionlist,
402         options.h, s-options-h and options.c
403         * support/cpp2/clean.mk: unused, removed
404         * Makefile.common.in,
405         * main_in.mk,
406         * as/Makefile.in,
407         * as/hc08/Makefile.in,
408         * as/hc08/clean.mk,
409         * as/mcs51/Makefile.in,
410         * as/mcs51/clean.mk,
411         * as/z80/clean.mk,
412         * as/z80/conf.mk,
413         * as/z80/Makefile.in,
414         * as/z80/clean.mk,
415         * as/link/Makefile.in,
416         * as/link/hc08/Makefile.in,
417         * as/link/hc08/clean.mk,
418         * as/link/mcs51/Makefile.in,
419         * as/link/mcs51/clean.mk,
420         * as/link/z80/Makefile.in,
421         * as/link/z80/clean.mk,
422         * as/link/z80/conf.mk,
423         * debugger/mcs51/Makefile.in,
424         * debugger/mcs51/clean.mk,
425         * device/include/Makefile.in,
426         * device/lib/Makefile.in,
427         * device/lib/mcs51/Makefile.in,
428         * device/lib/pic/Makefile.in,
429         * device/lib/pic/Makefile.common.in,
430         * device/lib/pic/Makefile.subdir,
431         * device/lib/pic/Makefile.rules,
432         * device/lib/pic16/libio/Makefile.in,
433         * device/lib/pic16/Makefile.subdir,
434         * device/lib/pic16/libdev/Makefile.in,
435         * device/lib/pic16/Makefile.rules,
436         * device/lib/pic16/Makefile.common.in,
437         * sim/ucsim/avr.src/Makefile.in,
438         * sim/ucsim/main_in.mk,
439         * sim/ucsim/cmd.src/Makefile.in,
440         * sim/ucsim/doc/Makefile.in,
441         * sim/ucsim/gui.src/Makefile.in,
442         * sim/ucsim/gui.src/obsolete/portmon.src/Makefile.in,
443         * sim/ucsim/gui.src/serio.src/Makefile.in,
444         * sim/ucsim/hc08.src/Makefile.in,
445         * sim/ucsim/libltdl/Makefile.in,
446         * sim/ucsim/s51.src/Makefile.in,
447         * sim/ucsim/sim.src/Makefile.in,
448         * sim/ucsim/sim.src/conf.mk,
449         * sim/ucsim/xa.src/Makefile.in,
450         * sim/ucsim/z80.src/Makefile.in,
451         * src/Makefile.in,
452         * src/clean.mk,
453         * src/port.mk,
454         * support/cpp2/Makefile.in,
455         * support/librarian/Makefile.in,
456         * support/librarian/clean.mk,
457         * support/makebin/Makefile.in,
458         * support/makebin/clean.mk,
459         * support/packihx/Makefile.in,
460         * support/regression/Makefile.in,
461         * support/regression/ports/ds390/spec.mk,
462         * support/regression/ports/gbz80/spec.mk,
463         * support/regression/ports/hc08/spec.mk,
464         * support/regression/ports/mcs51/spec.mk,
465         * support/regression/ports/mcs51-large/spec.mk,
466         * support/regression/ports/mcs51-medium/spec.mk,
467         * support/regression/ports/mcs51-xstack-auto/spec.mk,
468         * support/regression/ports/pic14/spec.mk,
469         * support/regression/ports/pic16/spec.mk,
470         * support/regression/ports/mcs51-stack-auto/spec.mk,
471         * support/regression/ports/ucz80/spec.mk,
472         * support/regression/ports/xa51/spec.mk,
473         * support/regression/ports/z80/spec.mk: fixed for autoconf 2.6x by
474         adding a slash after $(top_builddir) and/or adding @datarootdir@
475         * configure.in,
476         * debugger/mcs51/configure.in,
477         * device/lib/pic/configure.in,
478         * device/lib/pic16/configure.in,
479         * sim/ucsim/configure.in,
480         * support/cpp2/configure.in,
481         * support/packihx/configure.in: changed AC_PREREQ to 2.60
482         * configure,
483         * debugger/mcs51/configure,
484         * device/lib/pic/configure,
485         * device/lib/pic16/configure,
486         * sim/ucsim/configure,
487         * support/cpp2/configure,
488         * support/packihx/configure: generated with autoconf 2.60
489
490 2007-01-02 Maarten Brock <sourceforge.brock AT dse.nl>
491
492         * as/link/hc08/lkihx.c (newArea),
493         * as/link/hc08/lkrloc.c: renamed newArea() to ihxNewArea()
494
495 2007-01-02 Borut Razem <borut.razem AT siol.net>
496
497         * doc/sdccman.lyx: documented #pragma sdcc_hash
498         * support/cpp2/sdcpp.c: allow_naked_hash (value of #pragma sdcc_hash)
499           initialized to 0
500         * support/cpp2/c-ppoutput.c: fixed warning: no newline at end of file
501
502 2007-01-01 Bernhard Held <bernhard AT bernhardheld.de>
503
504         * src/SDCCast.c (createDo): backPatchLabels() needs falseLabel in
505         empty 'while'-loop to work correctly, see regression test 'while.c'
506         * support/regression/tests/while.c: added
507
508 2007-01-01 Borut Razem <borut.razem AT siol.net>
509
510         * support/cpp2/libcpp/directives.c, support/cpp2/libcpp/identifiers.c,
511           support/cpp2/libcpp/init.c, support/cpp2/libcpp/sdcpp-opts.c,
512           support/cpp2/libcpp/sdcpp.c:
513           sdcpp specific pragma/directive/option handling moved to sdcpp.c
514         * doc/sdccman.lyx: reference to the GCC 4.1.1 CPP Manual
515         * support/cpp2/libcpp/mkdeps.c: synchronized with GCC CPP 4.1.1
516
517 2006-12-31 Borut Razem <borut.razem AT siol.net>
518
519         * SDCPP synchronized with GCC CPP release version 4.1.1,
520           currently the latest release:
521         * support/cpp2/libcpp, support/cpp2/libcpp/include,
522           support/cpp2/libcpp/include/cpp-id-data.h
523           support/cpp2/libiberty/fopen_unlocked.c
524           support/cpp2/libiberty/md5.c
525           support/cpp2/md5.h
526           support/cpp2/opt-functions.awk
527           support/cpp2/opt-gather.awk
528           support/cpp2/optc-gen.awk
529           support/cpp2/opth-gen.awk:
530           added
531         * support/cpp2/Makefile.in, support/cpp2/auto-host_vc_in.h,
532           support/cpp2/c-incpath.c, support/cpp2/c-incpath.h,
533           support/cpp2/c-ppoutput.c, support/cpp2/c-pretty-print.c,
534           support/cpp2/c-pretty-print.h, support/cpp2/cppdefault.c,
535           support/cpp2/cppdefault.h, support/cpp2/diagnostic.c,
536           support/cpp2/diagnostic.h, support/cpp2/except.h,
537           support/cpp2/hwint.h, support/cpp2/input.h,
538           support/cpp2/intl.h, support/cpp2/move-if-change,
539           support/cpp2/opts.c, support/cpp2/opts.h,
540           support/cpp2/output.h, support/cpp2/prefix.c,
541           support/cpp2/prefix.h, support/cpp2/pretty-print.c,
542           support/cpp2/pretty-print.h, support/cpp2/sdcpp-opts.c,
543           support/cpp2/sdcpp.c, support/cpp2/sdcpp.dsp,
544           support/cpp2/sdcpp.h, support/cpp2/sdcpp.opt,
545           support/cpp2/sdcppa.dsp, support/cpp2/symcat.h,
546           support/cpp2/version.c:
547           modified
548         * support/cpp2/libcpp/charset.c, support/cpp2/libcpp/directives.c,
549           support/cpp2/libcpp/errors.c, support/cpp2/libcpp/expr.c,
550           support/cpp2/libcpp/files.c, support/cpp2/libcpp/identifiers.c,
551           support/cpp2/libcpp/include/cpplib.h, support/cpp2/libcpp/include/line-map.h,
552           support/cpp2/libcpp/include/mkdeps.h, support/cpp2/libcpp/include/symtab.h,
553           support/cpp2/libcpp/init.c, support/cpp2/libcpp/internal.h,
554           support/cpp2/libcpp/lex.c, support/cpp2/libcpp/line-map.c,
555           support/cpp2/libcpp/macro.c, support/cpp2/libcpp/mkdeps.c,
556           support/cpp2/libcpp/symtab.c, support/cpp2/libcpp/system.h,
557           support/cpp2/libcpp/traditional.c, support/cpp2/libcpp/ucnid.h,
558           support/cpp2/libiberty/hashtab.c, support/cpp2/libiberty/hashtab.h:
559           moved
560         * support/cpp2/cppcharset.c, support/cpp2/cpperror.c,
561           support/cpp2/cppexp.c, support/cpp2/cppfiles.c,
562           support/cpp2/cpphash.c, support/cpp2/cpphash.h,
563           support/cpp2/cppinit.c, support/cpp2/cpplex.c,
564           support/cpp2/cpplib.c, support/cpp2/cpplib.h,
565           support/cpp2/cppmacro.c, support/cpp2/cpptrad.c,
566           support/cpp2/cppucnid.h, support/cpp2/hashtab.c,
567           support/cpp2/hashtab.h, support/cpp2/hashtable.c,
568           support/cpp2/hashtable.h, support/cpp2/line-map.c,
569           support/cpp2/line-map.h, support/cpp2/mkdeps.c,
570           support/cpp2/mkdeps.h, support/cpp2/options_vc_in.c,
571           support/cpp2/options_vc_in.h, support/cpp2/opts.sh,
572           support/cpp2/system.h:
573           deleted / moved
574
575 2006-12-31 Borut Razem <borut.razem AT siol.net>
576
577         * configure.in, configure: fixed bug #1538756: configure dies if bison
578           and flex are not installed, 2nd try
579
580 2006-12-30 Bernhard Held <bernhard AT bernhardheld.de>
581
582         * src/mcs51/peeph.def: renamed rule 400 to 500, moved rule 253.x to
583         400.x for better code in RFE 899102
584
585 2006-12-30 Bernhard Held <bernhard AT bernhardheld.de>
586
587         * src/SDCCpeeph.c (deadMove),
588         * src/port.h,
589         * src/mcs51/peep.h: renamed 'op' by 'reg'
590         * src/mcs51/peep.c (isFunc, isCallerSaveFunc): added,
591         (scan4op): small change for removeDeadMove(), added support for
592         'callee saves' and/or PACLL function calls,
593         (removeDeadMove): added, removes superflous 'mov r%1,%2',
594         (removeDeadPopPush): renamed from mcs51DeadMove(), common parts
595         left in new dispatcher mcs51DeadMove()
596         (mcs51DeadMove): dispatcher for removeDeadPopPush() and new
597         removeDeadMove()
598         * src/mcs51/peeph.def: added rule 301 removing superflous 'mov r%1,%2'
599
600 2006-12-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
601
602         * support/cpp2/options_vc_in.h, support/cpp2/options_vc_in.c,
603           support/cpp2/sdcppa.dsp: create 'options.h' and 'options.c' under MSVC.
604
605 2006-12-30 Borut Razem <borut.razem AT siol.net>
606
607         * support/cpp2/spacs.h: deleted from svn
608         * configure.in, configure: fixed bug #1538756: configure dies if bison
609           and flex are not installed
610
611 2006-12-29 Maarten Brock <sourceforge.brock AT dse.nl>
612
613         * src/z80/gen.c (assignResultValue): fixed bug when registers overlap,
614           with this z80 passes printf float test when enabled
615         * support/regression/tests/bug1057979.c: typo disabled ds390 float test
616
617 2006-12-28 Borut Razem <borut.razem AT siol.net>
618
619         * support/cpp2/config.in, support/cpp2/configure.in,
620           support/cpp2/configure, support/cpp2/Makefile.in:
621           fix for the solaris build
622
623 2006-12-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
624
625         * src/SDCC.y (type_specifier2, pointer),
626         * src/SDCCsymt.h,
627         * src/SDCCsymt.c (mergeSpec, checkSClass),
628         * support/Util/SDCCerr.c,
629         * support/Util/SDCCerr.h: Parse and validate the restrict keyword
630         * support/valdiag/valdiag.py: Allow test cases to specify
631           required language standard
632         * support/valdiag/tests/restrict.c: New file to test restrict keyword
633         * support/valdiag/tests/tentdecl.c: Supress empty source file error
634
635 2006-12-27 Borut Razem <borut.razem AT siol.net>
636
637         * support/cpp2/cppmain.c, support/cpp2/mbchar.[ch]: removed
638         * support/cpp2/libiberty/Makefile.in, support/cpp2/libiberty/sdcpp.dsp:
639           mbchar removed
640         * support/cpp2/libiberty/getpwd.c, support/cpp2/sdcpp.h:
641           fixed for borland C
642         * support/cpp2/libiberty/Makefile.bcc: updated
643         * src/pic16/main.c: fixed #pragma udata handling
644         * src/mcs51/mcs51.dsp: added peep.[ch] to the project
645
646 2006-12-26 Bernhard Held <bernhard AT bernhardheld.de>
647
648         * src/SDCCpeeph.c: made labelHashEntry global,
649         made pcDistance, FBYNAME static,
650         (pcDistance): made static, use isComment and isLabel,
651         (deadMove): added,
652         (getLabelRef): added, extracted from labelRefCount(),
653         (labelRefCount): use new getLabelRef(),
654         (callFuncByName): made static, added deadMove,
655         use isComment and isLabel,
656         (newPeepRule): made static, set isLabel,
657         (isLabelDefinition): added parameter isPeepRule to allow '%' in
658         labels from peephole rules,
659         (buildLabelRefCountHash): speed up by running isLabelDefinition() only
660         when isComment or isLabel is set
661         * src/SDCCpeeph.h: added "isLabel" and "visited" to struct lineNode,
662         added labelHashEntry, isLabelDefinition, labelHash and getLabelRef
663         to make them global
664         * src/mcs51/peep.h: added
665         * src/mcs51/peep.c: added, implements mcs51DeadMove()
666         * src/port.h: added peep->deadMove to port structure
667         * src/mcs51/main.c: initialize peep->deadMove with mcs51DeadMove
668         * src/mcs51/peeph.def: renumbered rule 300 to 400, added new rule 300
669         deadMove, finally removed no. 1 and 2
670         * src/mcs51/gen.c,
671         * src/pic/gen.c,
672         * src/z80/gen.c,
673         * src/z80/ralloc.c,
674         * src/pic16/gen.c,
675         * src/ds390/gen.c,
676         * src/hc08/gen.c: mark lines with isComment or isLabel
677         * sim/ucsim/s51.src/uc390hw.cc: don't waist 65535 ticks before CKRDY
678         * .version,
679         * sdcc.spec: bumped version to 2.6.3
680
681 2006-12-26 Borut Razem <borut.razem AT siol.net>
682
683         * support/cpp2/Makefile.in: added dependency on options.h
684         * configure: regenerated
685         * support/cpp2/sdcpp.opt, support/cpp2/move-if-change: svn:eol-style native
686         * support/cpp2/Makefile.in: added vasprintf.c
687
688 2006-12-25 Borut Razem <borut.razem AT siol.net>
689
690         * SDCPP synchronized with GCC CPP release version 3.4.6,
691           the latest release before 4.x:
692         * support/cpp2/Makefile.in, support/cpp2/config.h,
693           support/cpp2/configure, support/cpp2/configure.in,
694           support/cpp2/cppdefault.c, support/cpp2/cppdefault.h,
695           support/cpp2/cpperror.c, support/cpp2/cppexp.c,
696           support/cpp2/cppfiles.c, support/cpp2/cpphash.c,
697           support/cpp2/cpphash.h, support/cpp2/cppinit.c,
698           support/cpp2/cpplex.c, support/cpp2/cpplib.c,
699           support/cpp2/cpplib.h, support/cpp2/cppmacro.c,
700           support/cpp2/cpptrad.c, support/cpp2/except.h,
701           support/cpp2/hashtable.c, support/cpp2/hashtable.h,
702           support/cpp2/hwint.h, support/cpp2/intl.h,
703           support/cpp2/line-map.c, support/cpp2/line-map.h,
704           support/cpp2/mkdeps.c, support/cpp2/mkdeps.h,
705           support/cpp2/output.h, support/cpp2/prefix.c,
706           support/cpp2/prefix.h, support/cpp2/sdcpp.dsp,
707           support/cpp2/system.h, support/cpp2/version.c:
708           modified
709         * support/cpp2/c-incpath.c, support/cpp2/c-incpath.h,
710           support/cpp2/c-ppoutput.c, support/cpp2/c-pretty-print.c,
711           support/cpp2/c-pretty-print.h, support/cpp2/cppcharset.c,
712           support/cpp2/cppucnid.h, support/cpp2/diagnostic.c,
713           support/cpp2/diagnostic.def, support/cpp2/diagnostic.h,
714           support/cpp2/hashtab.c, support/cpp2/hashtab.h,
715           support/cpp2/input.h, support/cpp2/libiberty/getpwd.c,
716           support/cpp2/libiberty/vasprintf.c, support/cpp2/libiberty/xmemdup.c,
717           support/cpp2/move-if-change, support/cpp2/opts.c,
718           support/cpp2/opts.h, support/cpp2/opts.sh,
719           support/cpp2/pretty-print.c, support/cpp2/pretty-print.h,
720           support/cpp2/sdcpp.opt, support/cpp2/sdcpp-opts.c,
721           support/cpp2/win32, support/cpp2/win32/dirent.c,
722           support/cpp2/win32/dirent.h:
723           added
724         * support/cpp2/sdcpp.c: renamed from sdcppmain.c
725         * support/cpp2/sdcpp.h: renamed from sdcc.h
726         * sdcppinit.c: deleted
727
728 2006-12-23 Borut Razem <borut.razem AT siol.net>
729
730         * support/cpp2/cpphash.h, support/cpp2/cpplex.c,
731           support/cpp2/cpplib.[ch], support/cpp2/sdcppinit.c, doc/sdccman.lyx,
732           preproc.c: an other try to fix bug #982435: introduced
733           -pedantic-parse-number command line option and pedantic_parse_number
734           pragma
735
736 2006-12-21 Maarten Brock <sourceforge.brock AT dse.nl>
737
738         * as/link/mcs51/lkarea.c (lnkarea2): handle absolute areas, restructured
739            BSEG handling,
740           (lnksect2): use --data-loc and --idata-loc as lower bound for ramstart,
741            corrected overlayed areax addresses, warn about memory overlaps
742         * as/mcs51/asmain.c (asmbl): create a new area for every .org directive
743         * src/avr/main.c,
744         * src/ds390/main.c,
745         * src/hc08/main.c,
746         * src/mcs51/main.c,
747         * src/pic16/main.c,
748         * src/pic/main.c,
749         * src/xa51/main.c,
750         * src/z80/main.c,
751         * src/port.h: added xabs_name and iabs_name
752         * src/SDCCglue.c (emitRegularMap): allocate for absolutes with initializer
753           (glue, emitMaps): create and emit maps d_abs and i_abs
754         * src/SDCCglue.h: cosmetic changes
755         * src/SDCCmain.c (setDefaultOptions): idata can start below 0x80
756         * src/SDCCmem.h,
757         * src/SDCCmem.c (initMem): added x_abs, i_abs and d_abs
758           (allocDefault): put absolute, initialized globals in them
759         * support/regression/tests/absolute.c: added absolute bdata test
760         * device/lib/printf_large.c (output_float): moved fpBuffer to stack/xdata
761
762 2006-12-20 Borut Razem <borut.razem AT siol.net>
763
764         * support/cpp2/cpphash.h, support/cpp2/cpplex.c: fixed bug #982435
765         * support/regression/tests/preproc.c: renamed from bug-1351710.c,
766           added regression test for bug #982435
767
768 2006-12-18 Borut Razem <borut.razem AT siol.net>
769
770         * src/SDCCutil.c: fixed a bug in (get_pragma_token)
771         * src/pic16/main.c, src/SDCC.lex, src/z80/main.c:
772           small cosmetic changes
773         * src/SDCC.lex: (stringLiteral) fixed bug #1351710
774         * support/regression/tests/bug-1351710.c: added regression test
775
776 2006-12-18 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
777
778         * doc/sdccman.lyx: added the long missed iCode table
779           "<where is figure II?>", added links to wiki
780
781 2006-12-17 Borut Razem <borut.razem AT siol.net>
782
783         * doc/sdccman.lyx, src/pic16/main.c, src/pic/main.c, src/port.h,
784           src/SDCC.lex, src/SDCCutil.[ch], src/z80/main.c,
785           support/Util/SDCCerr.[ch]: removed deprecated pragmas,
786           unified table driven pragma handling, pragma argument type checking
787         * support/Util/dbuf.c: (dbuf_set_size) allow to set size equal to the
788           current one - version 1.1.3
789         * src/SDCCmain.c: (setParseWithComma) substituted brain damaged strtok
790
791 2006-12-13 Raphael Neider <rneider AT web.de>
792
793         * src/pic/device.h: removed AssignedMemory structure and macros
794         * src/pic/device.c: removed global finalMapping (linker assigns
795             memory locations),
796           (register_map): add SFRs to remembered memRanges
797           (addMemRange,isSFR,dump_map,dump_sfr,mapRegister,assignRegister,
798           assignFixedRegisters,assignRelocatableRegisters): removed,
799           (setMaxRAM,validAddress): adapted accordingly,
800           (pic14_hasSharebank,pic14_getSharedStack): only report and use
801             reasonably sized sharebanks,
802         * src/pic/ralloc.c (writeUsedRegs): stripped down (remove?),
803           (allDefsOutOfRange): removed unused code,
804         * src/pic/main.c (_process_pragma): removed memmap/maxram pragma
805             handling
806         * src/pic/pcode.c (register_reassign): removed recursion warning,
807             fired far too often,
808         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap): modified
809             to use existing pic14_stringInSet() to avoid duplicate symbols,
810             tidied up the code a bit,
811           (pic14printLocals): added in symmetry to printExterns, replaces
812             writeUsedRegs more or less,
813           (picglue): call new pic14_printLocals(),
814         * device/include/pic/pic*.h: removed #pragma memmap directives,
815             information gathered from include/pic/pic14devices.txt
816         * support/scripts/inc2h.pl: do not emit #pragma memmap lines
817
818 2006-12-10 Maarten Brock <sourceforge.brock AT dse.nl>
819
820         * device/include/mcs51/C8051F520.h: fixed buggy CPT0MX
821
822 2006-12-11 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
823
824         * device/include/mcs51/cc2430.h: fixed missing ';'
825
826 2006-12-10 Raphael Neider <rneider AT web.de>
827
828         * device/lib/pic16/libc/stdio/vfprintf.c,
829         * device/lib/pic16/libc/stdio/printf_small.c,
830         * device/lib/pic16/libc/stdio/printf_timy.c: pop int from stack for
831           char arguments, as char varargs are cast to int by the caller,
832           hopefully fixes #1604915 (other device libraries are still affected)
833
834 2006-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
835
836         * src/mcs51/ralloc.c (packRegsForAssign),
837         * src/hc08/ralloc.c (packRegsForAssign): fixed bug #1605880
838
839 2006-12-10 Maarten Brock <sourceforge.brock AT dse.nl>
840
841         * device/include/malloc.h: removed init_dynamic_memory
842         * device/lib/malloc.c: made init_dynamic_memory static and automatically
843           call it once from malloc. Also use _sdcc_heap[] from _heap.c
844         * device/lib/_heap.c: new, added, contains _sdcc_heap[]
845         * device/lib/libsdcc.lib,
846         * device/lib/Makefile.in,
847         * support/regression/ports/mcs51-xstack-auto/spec.mk: added _heap.c
848         * doc/sdccman.lyx: documented use of new _heap.c
849         * support/regression/tests/malloc.c: removed init_dynamic_memory
850         * src/cdbFile.c(spacesToUnderscores): new function,
851           (cdbWriteEndFunction, cdbWriteCLine): use spacesToUnderscores, fixes bug
852           1068030
853         * device/include/tinibios.h: removed defines for putchar and getchar
854         * device/lib/ds390/Makefile.in: added putchar.c
855         * device/lib/ds390/putchar.c: new, added, fixes bug 1465671
856
857 2006-12-09 Borut Razem <borut.razem AT siol.net>
858
859         * support/cpp2/sdcc.h: prevent multiple inclusion
860         * support/cpp2/options.h: deleted
861
862 2006-12-08 Borut Razem <borut.razem AT siol.net>
863
864         * support/cpp2/sdcc.h: removed x*alloc() macros
865         * support/cpp2/libiberty.h: uncommented out x*alloc() declarations
866         * support/cpp2/Makefile.bcc, support/cpp2/Makefile.in,
867           support/cpp2/sdcpp.sdc: x*alloc files added to the project
868         * support/cpp2/system.h: moved #include "sdcc.h"
869         * support/cpp2/libiberty/xexit.c, support/cpp2/libiberty/xmalloc.c,
870           support/cpp2/libiberty/xstrdup.c, support/cpp2/libiberty/xstrerror.c:
871           added
872         * support/cpp2/sdcppinit.c: added -isysroot, -fsigned-char,
873           -funsigned-char options
874         * support/cpp2/sdcppmain.c: fixed bug 1611411
875
876 2006-12-07 Borut Razem <borut.razem AT siol.net>
877
878         * support/cpp2/cpplib.c: reverted sdcpp special handling of _Pragma()
879           directive
880
881 2006-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
882
883         * src/SDCCsymt.c (addDecl): fixed bug 1609244
884         * src/SDCCmain.c (linkEdit): fixed bug 1609279
885         * doc/sdccman.lyx,
886         * .version: bumped to 2.6.2 because a) it's been a while
887           b) the linker sources have moved c) the preprocessor is upgraded
888
889 2006-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
890
891         * support/regression/tests/snprintf.c: some checks
892         * lib/src/printf_large.c: %bc: read char instead of int from stack
893
894 2006-12-03 Maarten Brock <sourceforge.brock AT dse.nl>
895
896         * device/include/mcs51/cc2430.h: inserted _XPAGE
897
898 2006-12-02 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
899
900         * device/include/mcs51/cc2430.h: added
901
902 2006-12-02 Maarten Brock <sourceforge.brock AT dse.nl>
903
904         * device/include/asm/default/features.h,
905         * device/include/asm/ds390/features.h,
906         * device/include/mcs51/at89s53.h,
907         * device/include/ser.h,
908         * device/include/ser_ir.h,
909         * device/include/serial.h: changed keywords to double underscore variants,
910           fixes bug 1590261 some more, thanks Steven Borley
911
912 2006-12-01 Raphael Neider <rneider AT web.de>
913
914         * src/pic/pcode.c (register_reassign): do not crash on recursive code
915           but emit warning (recursion is not supported for pic14)
916
917 2006-11-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
918
919         * src/mcs51/peeph.def: added 101.a,b (moves to int/long xdata)
920         * doc/sdccman.lyx: various small changes, acknowledged Sourceforge
921
922 2006-11-30 Raphael Neider <rneider AT web.de>
923
924         * src/pic/device.c (dump_sfr): always emit symbols
925         * src/pic/glue.c (pic14printPublics): fixed typo
926
927 2006-11-30 Raphael Neider <rneider AT web.de>
928
929         * src/pic/device.c (create_pic,ram_map): add memRange entries to PIC
930           (pic14_getSharebankSize, pic14_getSharebankAddress): replaced with
931           (pic14_hasSharebank,pic14_isShared,pic14_allRAMShared,
932            pic14_getSharedStack): NEW, evaluate the memRange entries to locate
933            a sharebank, use a non-shared bank for the stack if none available
934         * src/pic/device.h (struct memRange): added linked list next field,
935           added prototypes for above functions
936         * src/pic/ralloc.c (initStack): handle shared and banked stacks,
937           (typeRegWithIdx): accept fixed and unfixed stack registers
938         * src/pic/pcode.c (pCodeInitRegisters): use new functions to create
939           the stack, handle shared and banked stack (except for WSAVE),
940           (insertBankSel): removed useless optimization (will never fire),
941           (FixRegisterBanking): added optimization for devices with only one
942           possibly aliased bank of memory, like 16f84
943         * src/pic/glue.c (pic14_constructAbsMap): back to udata_ovr, as some
944           devices have no SHAREBANK in the linker script
945         * device/include/pic/pic14devices.txt: documented memmap
946         * device/lib/pic/libdev/Makefile.in: removed --stack-loc again
947
948 2006-11-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
949
950         * src/hc08/gen.c (transferRegReg, loadRegFromAop, forceStackedAop,
951           storeRegToAop, freeAsmop, genPlusIncr, genPlus, genPointerGetSetOfs,
952           genAnd, genOr, genXor, genLeftShiftLiteral, genRightShiftLiteral,
953           genhc08Code): switched most of the D (debug) macros to DD (detailed
954           debug) macros to better control clutter in the generated .asm file.
955         * src/hc08/gen.c: (forceStackedAop, genUminus, genLeftShift,
956           genRightShift): fixed bug with non-constant bit shift stored to
957           a volatile result (SF Open Discussion forum thread #1616749).
958           Single byte case is not yet optimized.
959
960 2006-11-28 Maarten Brock <sourceforge.brock AT dse.nl>
961
962         * device/include/asm/mcs51/features.h,
963         * device/include/malloc.h,
964         * device/include/stdio.h: changed keywords to double underscore variants,
965           fixes bug 1590261
966
967 2006-11-27 Borut Razem <borut.razem AT siol.net>
968
969         * support/cpp2/cppexp.c, support/cpp2/hashtable.h,
970           support/cpp2/Makefile.in, support/cpp2/cppfiles.c,
971           support/cpp2/output.h, support/cpp2/cppinit.c,
972           support/cpp2/cpplib.c, support/cpp2/cpplib.h,
973           support/cpp2/Makefile.bcc, support/cpp2/cpphash.c,
974           support/cpp2/cppdefault.c, support/cpp2/system.h,
975           support/cpp2/cpphash.h, support/cpp2/cpplex.c,
976           support/cpp2/cppdefault.h, support/cpp2/mbchar.c,
977           support/cpp2/prefix.c, support/cpp2/except.h,
978           support/cpp2/hwint.h, support/cpp2/cppmacro.c,
979           support/cpp2/line-map.h, support/cpp2/sdcpp.dsp,
980           support/cpp2/sdcc.h, support/cpp2/mkdeps.c,
981           support/cpp2/version.c, support/cpp2/cppmain.c,
982           support/cpp2/version.h, support/cpp2/hashtable.c,
983           support/cpp2/cpperror.c:
984           synchronized with GCC CPP release version 3.3.6,
985           the latest where cppmain.c still exists.
986         * support/cpp2/cpptrad.c, support/cpp2/sdcppmain.c,
987           support/cpp2/sdcppinit.c: added
988
989 2006-11-27 Borut Razem <borut.razem AT siol.net>
990
991         * support/cpp2/cpplex.c:
992           fixed _asm ... _endasm handling bug, introduce with GCC CPP
993           synchronization
994         * support/cpp2/cpplib.c: removed definitions of unused variables
995
996 2006-11-26 Borut Razem <borut.razem AT siol.net>
997
998         * support/cpp2/libiberty.h: commented out x*alloc() declarations
999           since they are redefined by macros in support/cpp2/sdcc.h
1000         * support/cpp2/sdcc.h: x*alloc macro redefinition
1001
1002 2006-11-25 Borut Razem <borut.razem AT siol.net>
1003
1004         * support/cpp2/cppexp.c, support/cpp2/hashtable.h,
1005           support/cpp2/configure, support/cpp2/Makefile.in,
1006           support/cpp2/cppfiles.c, support/cpp2/output.h,
1007           support/cpp2/cppinit.c, support/cpp2/cpplib.c,
1008           support/cpp2/config.h, support/cpp2/cpplib.h,
1009           support/cpp2/Makefile.bcc, support/cpp2/cpphash.c,
1010           support/cpp2/cppdefault.c, support/cpp2/config.in,
1011           support/cpp2/system.h, support/cpp2/cpplex.c,
1012           support/cpp2/cpphash.h, support/cpp2/mbchar.c,
1013           support/cpp2/cppdefault.h, support/cpp2/prefix.c
1014           support/cpp2/hwint.h, support/cpp2/mbchar.h,
1015           support/cpp2/prefix.h, support/cpp2/cppmacro.c,
1016           support/cpp2/configure.in, support/cpp2/intl.h,
1017           support/cpp2/sdcpp.dsp, support/cpp2/acconfig.h,
1018           support/cpp2/sdcc.h, support/cpp2/mkdeps.c,
1019           support/cpp2/version.c, support/cpp2/cppmain.c,
1020           support/cpp2/ansidecl.h, support/cpp2/libiberty.h,
1021           support/cpp2/hashtable.c, support/cpp2/aclocal.m4,
1022           support/cpp2/cpperror.c,
1023           support/cpp2/libiberty/safe-ctype.c,
1024           support/cpp2/libiberty/safe-ctype.h,
1025           support/cpp2/libiberty/splay-tree.c,
1026           support/cpp2/libiberty/obstack.c,
1027           support/cpp2/libiberty/lbasename.c,
1028           support/cpp2/libiberty/splay-tree.h,
1029           support/cpp2/libiberty/obstack.h:
1030           synchronized with GCC CPP release version 3.2.3,
1031           the latest before integration of cpp into gcc
1032         * support/cpp2/except.h, support/cpp2/line-map.c,
1033           support/cpp2/line-map.h,
1034           support/cpp2/libiberty/hex.c,
1035           support/cpp2/libiberty/concat.c,
1036           support/cpp2/libiberty/filenames.h: added
1037         * support/cpp2/intl.c: deleted
1038
1039 2006-11-24 Borut Razem <borut.razem AT siol.net>
1040
1041         * src/SDCC.y: enabled compilation of empty source file
1042         * support/Util/SDCCerr.[ch]: added sdcc warning 190 -
1043           "ISO C forbids an empty source file"
1044         * device/lib/_startup.c, device/lib/printf_tiny.c: disable warning 190
1045           if all the code is ifdefed out.
1046
1047 2006-11-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1048
1049         * src/hc08/gen.c (genPcall): fix for bug #1601032
1050
1051 2006-11-23 Maarten Brock <sourceforge.brock AT dse.nl>
1052
1053         * device/include/mcs51/c8051f000.h, device/include/mcs51/C8051F000.h,
1054         * device/include/mcs51/c8051f018.h, device/include/mcs51/C8051F018.h,
1055         * device/include/mcs51/c8051f020.h, device/include/mcs51/C8051F020.h,
1056         * device/include/mcs51/c8051f040.h, device/include/mcs51/C8051F040.h,
1057         * device/include/mcs51/c8051f060.h, device/include/mcs51/C8051F060.h,
1058         * device/include/mcs51/c8051f120.h, device/include/mcs51/C8051F120.h,
1059         * device/include/mcs51/c8051f200.h, device/include/mcs51/C8051F200.h,
1060         * device/include/mcs51/c8051f300.h, device/include/mcs51/C8051F300.h,
1061         * device/include/mcs51/c8051f310.h, device/include/mcs51/C8051F310.h,
1062         * device/include/mcs51/c8051f320.h, device/include/mcs51/C8051F320.h,
1063         * device/include/mcs51/c8051f326.h, device/include/mcs51/C8051F326.h,
1064         * device/include/mcs51/c8051f330.h, device/include/mcs51/C8051F330.h,
1065         * device/include/mcs51/c8051f340.h, device/include/mcs51/C8051F340.h,
1066         * device/include/mcs51/c8051f350.h, device/include/mcs51/C8051F350.h,
1067         * device/include/mcs51/c8051f410.h, device/include/mcs51/C8051F410.h:
1068           Renamed to all upper case as per the standard set by SiLabs
1069
1070 2006-11-23 Maarten Brock <sourceforge.brock AT dse.nl>
1071
1072         * device/include/mcs51/C8051F520.h: new, added
1073         * device/include/mcs51/compiler.h: added link about predefined macros
1074
1075 2006-11-23 Raphael Neider <rneider AT web.de>
1076
1077         * src/regression/Makefile: add -L path to fresh library
1078         * src/regression/simulate: emphasize FAILED output
1079         * src/regression/create_stc: output _failures from gpsim
1080         * src/regression/compare4.c,
1081         * src/regression/rotate6.c: fixed char literals,
1082           all compile, all run =8-D
1083
1084         * src/pic/pcode.h: added isPCASMDIR macro
1085         * src/pic/gen.c (genAnd): fixed bit offset
1086         * src/pic/ralloc.c (allocNewDirReg,allocDirReg,allocRegByName,
1087           packBits): unified register numbering schemes,
1088           (newReg): do not insert stack registers into hash table,
1089           (initStack): unpinned pseudo stack, simplified,
1090           (typeRegWithIdx): fixed retrieval of stack registers,
1091         * src/pic/pcode.c (addpCodeComment,sameBank): added,
1092           (pCodeReplace): removed invalid assertion,
1093           (insertPCodeInstruction): fixed newly added labels,
1094           (insertBankSwitch,BankSelect,IsBankChange,DoBankSelect,
1095           FixRegisterBankingInFlow,compareBankFlow,FixBankFlow,
1096           DumpFlow): removed unsed (broken?) code,
1097           (insertBankSel): prevent STATUS from being BANKSELed,
1098           (FixRegisterBanking): rewritten from scratch, implemented generic
1099             optimizations (suppress BANKSELs to same register and to registers
1100             present in all banks),
1101           (AnalyzeBanking): update flow after BANKSELection
1102
1103         * src/pic/glue.c (pic14_constructAbsMap): emit pseudo stack in
1104             sharebank, let linker place it, mark STKxx symbols as emitted
1105
1106 2006-11-21 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1107
1108         * src/regression/arrays.c,
1109         * src/regression/bank1.c,
1110         * src/regression/bool2.c,
1111         * src/regression/compare7.c,
1112         * src/regression/compare8.c,
1113         * src/regression/compare9.c,
1114         * src/regression/compare10.c,
1115         * src/regression/configword.c,
1116         * src/regression/for.c,
1117         * src/regression/mult1.c,
1118         * src/regression/pointer1.c,
1119         * src/regression/rotate6.c,
1120         * src/regression/string1.c,
1121         * src/regression/struct1.c,
1122         * src/regression/Makefile: make PIC14 regression tests run again
1123           (3 fail, 6 won't compile)
1124
1125 2006-11-21 Raphael Neider <rneider AT web.de>
1126
1127         * device/include/pic16/pic18f4550.h,
1128         * device/include/pic16/pic18f4455.h,
1129         * device/lib/pic16/libdev/pic18f4550.c,
1130         * device/lib/pic16/libdev/pic18f4455.c: fixed #1578591 and #1595144
1131         * configure.in: removed superfluous closing bracket
1132
1133 2006-11-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1134
1135         * device/lib/expf.c: Fixed bug 1599523: result of expf(x) is
1136           always positive.
1137
1138 2006-11-21 Raphael Neider <rneider AT web.de>
1139
1140         * src/pic/device.{c,h}: added pic14_getPIC()
1141         * src/pic/gen.c (continueIfTrue,jumpIfTrue): added PIC code,
1142           (genAnd): added PIC code for one case, fixes #1597044
1143         * src/pic/pcode.c (BankSelect): Ohoh, added generic optimization for
1144           SFRs that are present in all banks (e.g., STATUS)
1145
1146 2006-11-20 Raphael Neider <rneider AT web.de>
1147
1148         * src/pic/pcode.c: changed inverted ops for DECFSZ/DECFSZW and
1149           INCFSZ/INCFSZW and declared them as changing Z bit,
1150           (insertPCodeInstruction): correctly invert the above instructions,
1151           fixes #1599333,
1152           (DoBankSelect): don't panic on po_immediates
1153
1154 2006-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1155
1156         * as/link/aslink.h,
1157         * as/link/mcs51/lkihx.c (newArea),
1158         * as/link/mcs51/lkrloc.c: renamed newArea() to ihxNewArea()
1159         * as/link/mcs51/lkihx.c (ihx): output reset vector as start address
1160
1161 2006-11-11 Raphael Neider <rneider AT web.de>
1162
1163         * src/pic/pcode.c (newpCodeOpBit): search SymbolTab for referenced
1164           bitfield symbols, fixes #1579535 (once more...).
1165
1166 2006-11-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1167
1168         * support/regression/generate-cases.py,
1169         * support/regression/fwk/include/testfwk.h,
1170         * support/regression/fwk/lib/testfwk.c: used code pointers,
1171           (about 50kByte less code generated for mcs51)
1172
1173 2006-11-06 Borut Razem <borut.razem AT siol.net>
1174
1175         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
1176           debugger/mcs51/configure: fixed failed check because the function
1177           rl_function_of_keyseq isn't in Readline 5.2. Thanks to Ilya Goldberg
1178           who submitted the patch for gpsim.
1179         * debugger/mcs51/configure.in: removed the result message
1180         * debugger/mcs51/Makefile.in: fixed the config.status warning
1181           "... seems to ignore the --datarootdir setting"
1182
1183 2006-11-03 Maarten Brock <sourceforge.brock AT dse.nl>
1184
1185         * device/include/mcs51/c8051f020.h,
1186         * device/include/mcs51/c8051f040.h,
1187         * device/include/mcs51/c8051f060.h,
1188         * device/include/mcs51/c8051f120.h: added PS0, fixed bug 1589279
1189         * src/z80/gen.c (gencjneshort),
1190         * src/z80/peeph.def: applied patch 1571373, thanks Philipp Krause
1191
1192 2006-10-31 Borut Razem <borut.razem AT siol.net>
1193
1194         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
1195           debugger/mcs51/configure: get readline version
1196
1197 2006-10-30 Borut Razem <borut.razem AT siol.net>
1198
1199         * debugger/mcs51/sdcdb.c: replaced hardcoded "/" with DIR_SEPARATOR_STRING
1200         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
1201           debugger/mcs51/configure: locate readline even when cross compiling
1202         * support/scripts/sdcc.nsi: include readline5.dll into the setup package
1203
1204 2006-10-29 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1205
1206         * device/include/mcs51/serial_IO.h: putchar() and getchar() using
1207           serial port.
1208
1209 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
1210
1211         * device/include/malloc.h,
1212         * device/lib/calloc.c,
1213         * device/lib/free.c,
1214         * device/lib/malloc.c,
1215         * device/lib/realloc.c: moved definition of struct into sources
1216         * support/regression/tests/malloc.c: use void* for init_dynamic_memory()
1217
1218 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
1219
1220         * as/asx8051.dsp: corrected output directories
1221         * as/link/hc08: new directory for hc08 linker
1222         * as/hc08/aslink.h,             as/link/aslink.h,
1223         * as/hc08/aslink.mak,           as/link/hc08/aslink.mak,
1224         * as/hc08/clean.mk,             as/link/hc08/clean.mk,
1225         * as/hc08/link_hc08.dsp,        as/link/hc08/link_hc08.dsp,
1226         * as/hc08/lkaomf51.c,           as/link/hc08/lkaomf51.c,
1227         * as/hc08/lkarea.c,             as/link/hc08/lkarea.c,
1228         * as/hc08/lkdata.c,             as/link/hc08/lkdata.c,
1229         * as/hc08/lkelf.c,              as/link/hc08/lkelf.c,
1230         * as/hc08/lkihx.c,              as/link/hc08/lkihx.c,
1231         * as/hc08/lklibr.c,             as/link/hc08/lklibr.c,
1232         * as/hc08/lkmain.c,             as/link/hc08/lkmain.c,
1233         * as/hc08/lkmem.c,              as/link/hc08/lkmem.c,
1234         * as/hc08/lkrloc.c,             as/link/hc08/lkrloc.c,
1235         * as/hc08/lks19.c,              as/link/hc08/lks19.c,
1236         * as/hc08/Makefile.aslink,      as/link/hc08/Makefile.aslink,
1237         * as/hc08/Makefile.bcc,         as/link/hc08/Makefile.bcc,
1238         * as/hc08/Makefile.in,          as/link/hc08/Makefile.in,
1239         * as/link/hc08/conf.mk,
1240         * configure,
1241         * configure.in,
1242         * Makefile.in,
1243         * sdcc.dsw: moved hc08 linker to as/link/hc08
1244         * as/hc08/lkeval.c,     as/link/mcs51/lkeval.c,     as/link/lkeval.c,
1245         * as/hc08/lkhead.c,     as/link/mcs51/lkhead.c,     as/link/lkhead.c,
1246         * as/hc08/lklex.c,      as/link/mcs51/lklex.c,      as/link/lklex.c,
1247         * as/hc08/lklist.c,     as/link/mcs51/lklist.c,     as/link/lklist.c,
1248         * as/hc08/lknoice.c,    as/link/mcs51/lknoice.c,    as/link/lknoice.c,
1249         * as/hc08/lksym.c,      as/link/mcs51/lksym.c,      as/link/lksym.c,
1250         * as/link/mcs51/aslink.dsp,
1251         * as/link/mcs51/Makefile.in: factored out the common files
1252         * as/hc08/lkstore.c: deleted, use the one already in as/link/
1253         * as/clean.mk: extra cleaning common files
1254         * as/link/mcs51/strcmpi.c,      as/strcmpi.c: moved
1255         * as/link/mcs51/strcmpi.h: deleted, moved protoype to aslink.h
1256         * as/mcs51/asm.h: include sdccconf.h or sdcc_vc.h
1257
1258 2006-10-29 Raphael Neider <rneider AT web.de>
1259
1260         * src/pic/ralloc.c (newReg): create aliases for registers with
1261           multiple names to fix #1579535 and #1584001,
1262           (regWithIdx,dirregWithName): resolve aliases on lookup
1263         * src/pic/pcode.c (DoBankSelect): die with error message on failing
1264           bankselect
1265         * device/lib/pic/libdev/Makefile.in: move pseudo stack down to 0x4f
1266           to prevent build errors on small devices
1267
1268 2006-10-28 Raphael Neider <rneider AT web.de>
1269
1270         * src/pic/gen.c (genFunction,genCall): drop "same code page"
1271           assumption within interrupt handlers, fixes #1584940
1272         * src/pic/glue.c (pic14_constructAbsMap): mark absolute symbols as
1273           "emitted" to avoid emitting them again in udata
1274
1275 2006-10-27 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1276
1277         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
1278         Removed.
1279
1280 2006-10-26 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1281
1282         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
1283         Initialize uart only if SM0 and SM1 are zero.  Also, use flag to turn
1284         on/off CR to CRLF conversion.
1285
1286 2006-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1287
1288         * doc/sdccman.lyx: updated IRQ section
1289
1290 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1291
1292         * device/lib/serial_io.c: removed
1293         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c
1294         replacements for serial_io.c
1295
1296 2006-10-24 Maarten Brock <sourceforge.brock AT dse.nl>
1297
1298         * src/z80/main.c (_process_pragma, _parseOptions): fixed bug 1583318
1299
1300 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1301
1302         * device/lib/serial_io.c: Default putchar() and getchar() for
1303           mcs51 uses serial port.
1304
1305 2006-10-23 Maarten Brock <sourceforge.brock AT dse.nl>
1306
1307         * src/mcs51/gen.c (movc): improved check for 0 and 1, see RFE 1582704
1308
1309 2006-10-23 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1310
1311         * support/regression/ports/mcs51/support.c: smaller
1312         _sdcc_external_startup()
1313         * device/lib/mcs51/crtxclear.asm: don't check high byte of l_PSEG
1314
1315 2006-10-20 Maarten Brock <sourceforge.brock AT dse.nl>
1316
1317         * device/lib/gbz80/crt0.s,
1318         * device/lib/gbz80/crt0_rle.s,
1319         * device/lib/gbz80/div.s,
1320         * device/lib/gbz80/fstubs.s,
1321         * device/lib/gbz80/heap.s,
1322         * device/lib/gbz80/mul.s,
1323         * device/lib/gbz80/putchar.s,
1324         * device/lib/gbz80/stubs.s,
1325         * device/lib/z80/crt0.s,
1326         * device/lib/z80/crt0_rle.s,
1327         * device/lib/z80/div.s,
1328         * device/lib/z80/fstubs.s,
1329         * device/lib/z80/heap.s,
1330         * device/lib/z80/mul.s,
1331         * device/lib/z80/putchar.s,
1332         * device/lib/z80/stubs.s: reverted, I was mistaken
1333
1334 2006-10-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1335
1336         * src/mcs51/peeph.def: peephole 238.x added check for notvolatile
1337         * support/regression/ports/mcs51/support.c: removed race
1338         condition on TI in _putchar allowing to use serial port mode 0
1339
1340 2006-10-20 Borut Razem <borut.razem AT siol.net>
1341
1342         * debugger/mcs51/sdcdb.c: replaced isblank() with isspace()
1343
1344 2006-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
1345
1346         * device/lib/gbz80/crt0.s,
1347         * device/lib/gbz80/crt0_rle.s,
1348         * device/lib/gbz80/div.s,
1349         * device/lib/gbz80/fstubs.s,
1350         * device/lib/gbz80/heap.s,
1351         * device/lib/gbz80/mul.s,
1352         * device/lib/gbz80/putchar.s,
1353         * device/lib/gbz80/stubs.s,
1354         * device/lib/z80/crt0.s,
1355         * device/lib/z80/crt0_rle.s,
1356         * device/lib/z80/div.s,
1357         * device/lib/z80/fstubs.s,
1358         * device/lib/z80/heap.s,
1359         * device/lib/z80/mul.s,
1360         * device/lib/z80/putchar.s,
1361         * device/lib/z80/stubs.s: removed all leading underscores from area names
1362
1363 2006-10-17 Maarten Brock <sourceforge.brock AT dse.nl>
1364
1365         * support/regression/ports/mcs51/support.c: use highest baudrate so the
1366           regression tests are not waiting in the simulator for simulated
1367           transmission of debug output
1368
1369 2006-10-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1370
1371         * device/lib/printf_large.c: slightly smaller
1372         * doc/sdccman.lyx: do not use spaces within html links
1373
1374 2006-10-16 Borut Razem <borut.razem AT siol.net>
1375
1376         * configure.in, configure, sdccconf_in.h, src/SDCCglobal,
1377           debugger/mcs51/Makefile.in, debugger/mcs51/sdcdb.[ch],
1378           debugger/mcs51/aclocal.m4, debugger/mcs51/acinclide.m4,
1379           debugger/mcs51/config.h.in, debugger/mcs51/configure.in,
1380           debugger/mcs51/configure:
1381           [ 1185668 ] add gnu readline support to sdcdb - enabled
1382
1383 2006-10-16 Raphael Neider <rneider AT web.de>
1384
1385         * src/pic/pcode.c (BankSelect): another fix on (partial) BANKSELs,
1386           fixes #1577882, removes close to all banking optimizations
1387
1388 2006-10-15 Maarten Brock <sourceforge.brock AT dse.nl>
1389
1390         * src/SDCCsymt.c (checkSClass): no error for uninitialised absolute
1391           variables in code memory
1392         * support/regression/tests/absolute.c: added test for this
1393
1394 2006-10-15 Raphael Neider <rneider AT web.de>
1395
1396         * src/pic/pcode.c (InsertBankSel): suppress BANKSELs for one bank
1397           devices,
1398           (BankSelect): emit BANKSEL before touching linker-placed regs,
1399           fixes #1570934
1400
1401 2006-10-10 Raphael Neider <rneider AT web.de>
1402
1403         * src/SDCCmain.c (optionsTable): accept --stack-size for PICs,
1404         * src/pic/device.c (pic14_getSharebankSize,pic14_getSharebankAddress),
1405         * src/pic/main.c (_pic14_parseOptions),
1406         * src/pic/main.h: mostly reverted to previous state, now use results
1407             from SDCCmain.c's argument parsing
1408
1409 2006-10-10 Borut Razem <borut.razem AT siol.net>
1410
1411         * debugger/mcs51/break.[ch], debugger/mcs51/cmd.c,
1412           debugger/mcs51/sdcdb.[ch], debugger/mcs51/simi.c:
1413           [ 1185668 ] add gnu readline support to sdcdb -
1414           prepared for READLINE, not enabled yet,
1415           thanks to <tal.bav AT gmail.com>
1416
1417 2006-10-10 Raphael Neider <rneider AT web.de>
1418
1419         * src/pic16/pcode.c (pic16_pCode2str): use isACCESS_BANK macro
1420         * src/pic16/devices.inc,
1421         * device/include/pic16 (pic18f[24]620.h),
1422         * device/include/pic18fregs.h,
1423         * device/lib/pic16/pics.all,
1424         * device/lib/pic16/libdev/pic18f[24]{620,525}.c): added support for
1425             18f2620, 18f4620, 18f2525, and 18f4525 devices, thanks to
1426             Gary Plumbridge and Anton Strobl
1427
1428 2006-10-10 Raphael Neider <rneider AT web.de>
1429
1430         * src/pic/main.c (_pic14_parseOptions): added --stack-loc=NUM and
1431           --stack-siz=NUM options to configure the argument passing stack
1432         * src/pic/main.h: added stackLocation and stackSize to pic14_options_t
1433         * src/pic/device.c (mapRegister): catch out-of-memory SIGSEGVs,
1434           (pic14_getSharebankSize): obey --stack-siz=NUM,
1435           (pic14_getSharebankAddress): obey --stack-loc=NUM
1436
1437 2006-10-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1438
1439         * doc/sdccman.lyx: added to the manual
1440         * doc/figures/ddd_example.png: added (neither pdflatex nor
1441         most browsers seem to like the .eps file)
1442
1443 2006-10-06 Bernhard Held <bernhard AT bernhardheld.de>
1444
1445         * src/SDCCglue.c (tempfileandname): changed un*x tmp search paths
1446         to /tmp and /var/tmp acc. LSB
1447         * src/SDCCast.c (addCast): Fixed bug 1571231: promote in case of
1448         RESULT_TYPE_IFX
1449         * support/regression/tests/onebyte.c: added test
1450
1451 2006-10-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1452
1453         * src/mcs51/gen.c: emitcode for "add a,0x%02x" requires only 8 bits.
1454
1455 2006-10-05 Borut Razem <borut.razem AT siol.net>
1456
1457         * partially fixed [ 1570701 ] peephole - not replacing code from multiline macros,
1458           thanks to dfulab:
1459           - sdcc.dsw: changed property eol-style to CRLF
1460           - support/scripts/resource.rc: replaced references to "afxres.h" with "winres.h"
1461
1462 2006-10-04 Raphael Neider <rneider AT web.de>
1463
1464         * device/include/pic/{pic16f84.h,pic16f84a.h},
1465         * device/lib/pic/libdev/{pic16f84.c,pic16f84a.c}: added PORT[AB]_bits
1466           from patch #1522504, thanks to Robas Teodor
1467
1468 2006-10-02 Maarten Brock <sourceforge.brock AT dse.nl>
1469
1470         * as/link/z80/lkarea.c: essentially reverted lnksect() to #4380 which
1471           fixes bug 1566015
1472
1473 2006-10-01 Maarten Brock <sourceforge.brock AT dse.nl>
1474
1475         * src/pic16/glue.c (pic16emitMaps),
1476         * src/pic/glue.c (pic14emitMaps): hopefully fixed bug 1568779
1477         * device/lib/gets.c: fixed bug 1568829,thanks Philipp Krause
1478         * device/lib/pic16/libc/string/memcpypgm2ram.c,
1479         * device/lib/pic16/libc/string/memcpyram2ram.c: fixed bug 1568836, thanks
1480           Philipp Krause
1481         * as/mcs51/asmain.c (asmbl, newdot): fixed problems with absolute areas
1482         * as/link/mcs51/lkmem.c (summary2): reverted, do do count abs segments
1483
1484 2006-09-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1485
1486         * support/librarian/sdcclib.c: Added option -l.
1487         * as/link/mcs51/lkmem.c: don't use absolute segments to compute memory
1488           usage totals.
1489         * device/lib/make51lib.bat: added.  Allows building mcs51 libraries easily
1490           using Windows command prompt.
1491
1492 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
1493
1494         * device/lib/libsdcc.lib: added module rand
1495         * src/ds390/ralloc.c (rematStr),
1496         * src/hc08/ralloc.c (rematStr),
1497         * src/mcs51/ralloc.c (rematStr),
1498         * src/z80/ralloc.c (rematStr): made output more consistent
1499         * src/mcs51/gen.c: cosmetic changes
1500
1501 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
1502
1503         * src/port.h: added mem.cabs_name to PORT
1504         * src/ds390/main.c,
1505         * src/hc08/main.c,
1506         * src/mcs51/main.c,
1507         * src/pic16/main.c,
1508         * src/pic/main.c,
1509         * src/xa51/main.c,
1510         * src/z80/main.c: added cabs_name initializers
1511         * src/SDCCglue.c (emitStaticSeg): allocate and initialize absolute
1512           constants
1513           (emitMaps): emit absolutes in code memory into cabs_name
1514         * src/SDCCmem.c,
1515         * src/SDCCmem.h: added memory map c_abs and defined CABS_NAME
1516         * src/ds390/gen.c (genCodePointerGet): fixed bug if left is a literal
1517         * support/regression/fwk/include/testfwk.h: added define for at
1518         * support/regression/tests/absolute.c: added, new
1519
1520 2006-09-29 Maarten Brock <sourceforge.brock AT dse.nl>
1521
1522         * src/mcs51/gen.c (genPlusIncr, genMinusDec, genAddrOf): small
1523           optimizations, see also patch 887161 by Stas Sergeev
1524         * src/mcs51/peeph.def(104, 207, 209, 212): disabled as they do not seem
1525           to be necessary anymore,
1526           (102, 103, 104, 127): renamed all occurances of bp to _bp
1527
1528 2006-09-27 Maarten Brock <sourceforge.brock AT dse.nl>
1529
1530         * device/include/mcs51/at89c51snd1c.h: fixed MSK_SREQ definition
1531           thanks Weston T. Schmidt for patch 1555221
1532         * src/mcs51/peeph.def: renamed rule 257 to 257.a, added 257.b
1533         * src/SDCCicode.c(geniCodeMultiply): small optimization
1534
1535 2006-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1536
1537         * device/include/stdlib.h: added rand prototypes
1538         * device/lib/rand.c: new, added
1539         * device/lib/Makefile.in: added rand.c
1540         * src/z80/peeph.def,
1541         * src/z80/peeph-gbz80.def,
1542         * src/z80/peeph-z80.def: updated conditonals, fixed bug 1565908
1543
1544 2006-09-20 Raphael Neider <rneider AT web.de>
1545
1546         * device/lib/pic16/libio/i2c/i2cnack.c (i2c_nack): fixed ACKDT bit
1547
1548 2006-09-19 Maarten Brock <sourceforge.brock AT dse.nl>
1549
1550         * as/link/aslink.h: cosmetic changes
1551         * as/link/mcs51/Makefile.in,
1552         * as/link/z80/Makefile.in: fixed build on CF where VPATH is used
1553
1554 2006-09-17 Maarten Brock <sourceforge.brock AT dse.nl>
1555
1556         * as/link/aslink.h,
1557         * as/link/mcs51/aslink.h,
1558         * as/link/z80/aslink.h: merged and moved to as/link/
1559         * as/link/lkstore.c,
1560         * as/link/mcs51/lkstore.c: moved to as/link/
1561         * as/link/clean.mk: remove *.o
1562         * as/link/mcs51/alloc.h: deleted
1563         * as/link/mcs51/lkarea.c: added lnksect prototype
1564         * as/link/mcs51/lkdata.c,
1565         * as/link/mcs51/lklex.c,
1566         * as/link/mcs51/lkmain.c: renamed as_getline to lk_getline
1567         * as/link/mcs51/lkmem.c,
1568         * as/link/mcs51/lknoice.c: removed include strcmpi.h
1569         * as/link/mcs51/lksym.c: include stdlib.h instead of malloc.h or alloc.h
1570         * as/link/mcs51/aslink.dsp,
1571         * as/link/mcs51/Makefile.aslink,
1572         * as/link/mcs51/Makefile.bcc,
1573         * as/link/mcs51/Makefile.in: updated for moved files
1574         * as/link/z80/lkarea.c,
1575         * as/link/z80/lkhead.c,
1576         * as/link/z80/lklex.c,
1577         * as/link/z80/lklibr.c,
1578         * as/link/z80/lklist.c,
1579         * as/link/z80/lkmain.c,
1580         * as/link/z80/lkrloc.c,
1581         * as/link/z80/lksym.c: synced with mcs51
1582         * as/link/z80/lkdata.c,
1583         * as/link/z80/lkeval.c,
1584         * as/link/z80/lkihx.c,
1585         * as/link/z80/lks19.c: cosmetic changes
1586         * as/link/z80/Makefile.in,
1587         * as/link/z80/linkgbz80.dsp,
1588         * as/link/z80/linkz80.dsp: updated for moved files
1589
1590 2006-09-16 Borut Razem <borut.razem AT siol.net>
1591
1592         * debugger/mcs51/sdcdb.c: partially fixed
1593           [ 1203664 ] sdcdb fails to open files w. two "." periods
1594         * debugger/mcs51/simi.c, debugger/mcs51/symtab.c,
1595           debugger/mcs51/symtab.h: fixed indenting
1596         * configure.in, configure: up to date with latest Maarten's changes
1597
1598 2006-09-15 Maarten Brock <sourceforge.brock AT dse.nl>
1599
1600         as/link/mcs51
1601         as/aslink.dsp,                  as/link/mcs51/aslink.dsp,
1602         as/link/mcs51/aslink.h,         as/mcs51/aslink.h,
1603         as/link/mcs51/aslink.mak,       as/mcs51/aslink.mak,
1604         as/link/mcs51/lkaomf51.c,       as/mcs51/lkaomf51.c,
1605         as/link/mcs51/lkarea.c,         as/mcs51/lkarea.c,
1606         as/link/mcs51/lkdata.c,         as/mcs51/lkdata.c,
1607         as/link/mcs51/lkeval.c,         as/mcs51/lkeval.c,
1608         as/link/mcs51/lkhead.c,         as/mcs51/lkhead.c,
1609         as/link/mcs51/lkihx.c,          as/mcs51/lkihx.c,
1610         as/link/mcs51/lklex.c,          as/mcs51/lklex.c,
1611         as/link/mcs51/lklibr.c,         as/mcs51/lklibr.c,
1612         as/link/mcs51/lklist.c,         as/mcs51/lklist.c,
1613         as/link/mcs51/lkmain.c,         as/mcs51/lkmain.c,
1614         as/link/mcs51/lkmem.c,          as/mcs51/lkmem.c,
1615         as/link/mcs51/lknoice.c,        as/mcs51/lknoice.c,
1616         as/link/mcs51/lkrloc.c,         as/mcs51/lkrloc.c,
1617         as/link/mcs51/lks19.c,          as/mcs51/lks19.c,
1618         as/link/mcs51/lkstore.c,        as/mcs51/lkstore.c,
1619         as/link/mcs51/lksym.c,          as/mcs51/lksym.c,
1620         as/link/mcs51/Makefile.aslink,  as/mcs51/Makefile.aslink,
1621         as/link/mcs51/alloc.h,
1622         as/link/mcs51/clean.mk,
1623         as/link/mcs51/conf.mk,
1624         as/link/mcs51/Makefile.bcc,
1625         as/link/mcs51/Makefile.in,
1626         as/link/mcs51/readme.390,
1627         as/link/mcs51/strcmpi.c,
1628         as/link/mcs51/strcmpi.h,
1629         as/mcs51/clean.mk,
1630         as/mcs51/Makefile.bcc,
1631         as/mcs51/Makefile.in,
1632         configure,
1633         Makefile.in,
1634         sdcc.dsw: moved mcs51 linker to as/link/mcs51
1635
1636 2006-09-14 Maarten Brock <sourceforge.brock AT dse.nl>
1637
1638         * as/link,
1639         * as/link/Makefile.in,
1640         * as/link/z80/linkgbz80.dsp,
1641         * as/link/z80/linkz80.dsp,
1642         * configure,
1643         * link,
1644         * link/clean.mk,
1645         * link/Makefile.in,
1646         * link/README,
1647         * link/z80,
1648         * link/z80/aslink.h,
1649         * link/z80/clean.mk,
1650         * link/z80/conf.mk,
1651         * link/z80/linkgbz80.dsp,
1652         * link/z80/linkz80.dsp,
1653         * link/z80/lkarea.c,
1654         * link/z80/lkdata.c,
1655         * link/z80/lkeval.c,
1656         * link/z80/lkgb.c,
1657         * link/z80/lkgg.c,
1658         * link/z80/lkhead.c,
1659         * link/z80/lkihx.c,
1660         * link/z80/lklex.c,
1661         * link/z80/lklibr.c,
1662         * link/z80/lklist.c,
1663         * link/z80/lkmain.c,
1664         * link/z80/lkrloc.c,
1665         * link/z80/lks19.c,
1666         * link/z80/lksym.c,
1667         * link/z80/Makefile.in,
1668         * Makefile.in,
1669         * sdcc.dsw: moved link/ to as/link/
1670
1671 2006-09-11 Maarten Brock <sourceforge.brock AT dse.nl>
1672
1673         * as/mcs51/i51mch.c (machine): fixed warning
1674
1675 2006-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1676
1677         * as/mcs51/i51mch.c (machine): S_DJNZ fixed bug 1554318
1678
1679 2006-09-09 Borut Razem <borut.razem AT siol.net>
1680
1681         * debugger/mcs51/sdcdb.c, debugger/mcs51/simi.c:
1682           sdcdb WIN32 native port
1683         * src/clean.mk: fixed
1684
1685 2006-09-08 Borut Razem <borut.razem AT siol.net>
1686
1687         * doc/sdccman.lyx: SDCDB and ucSim are available on Win32 platforms.
1688
1689 2006-09-08 Raphael Neider <rneider AT web.de>
1690
1691         * src/pic16/main.c (_pic16_linkEdit,pic16_linkCmd),
1692         * src/pic/main.c(_pic14_do_link, linkCmd): pass "-w" and "-r"
1693             to gplink to disable processor mismatch warning and to allow
1694             the use of devices with only aliased (shared) memory banks,
1695           (_pic16_genAssemblerPreamble): include pXXX.inc on --mplab-comp
1696
1697 2006-09-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1698
1699         * doc/sdccman.lyx: Some re-formating plus example on using
1700           #pragma preproc_asm +/-
1701
1702 2006-09-07 Borut Razem <borut.razem AT siol.net>
1703
1704         * support/scripts/sdcc.nsi: added SDCDB executables in a separate
1705           section
1706
1707 2006-09-06 Borut Razem <borut.razem AT siol.net>
1708
1709         * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing
1710           line at sdcc.nsi:153
1711         * sdcc/debugger/mcs51/simi.c: argsToCmdLine() fixes
1712
1713 2006-09-05 Borut Razem <borut.razem AT siol.net>
1714
1715         * configure.in, configure: support for winsock2
1716         * debugger/mcs51/break.h, debugger/mcs51/cmd.c,
1717           debugger/mcs51/cmd.h, debugger/mcs51/sdcdb.c,
1718           debugger/mcs51/sdcdb.h, debugger/mcs51/simi.c,
1719           debugger/mcs51/simi.h, debugger/mcs51/symtab.c,
1720           debugger/mcs51/symtab.h: sdcdb WIN32 native port
1721
1722 2006-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
1723
1724         * src/SDCCopt.c (cnvToFcall): fixed bug 1551947 by updating OP_USES
1725           and OP_DEFS
1726         * support/regression/tests/bug1551947.c: new, added
1727         * src/SDCCsymt.h: strings are char* not byte*
1728
1729 2006-09-05 Raphael Neider <rneider AT web.de>
1730
1731         * device/lib/pic16/libdev/pic18f4550.c,
1732           device/include/pic16/pic18f4550.h: added PORTD/TRISD
1733             declarations/definitions from patch #1520949
1734
1735 2006-09-05 Raphael Neider <rneider AT web.de>
1736
1737         * src/pic16/gen.c (genPackBits): fix assignment to 8-bit,
1738           byte-aligned bitfields, fixes #1539278
1739
1740 2006-09-05 Raphael Neider <rneider AT web.de>
1741
1742         * src/pic/gen.c (genReceive): skip unreferenced arguments,
1743           fixes #1544120
1744
1745 2006-09-04 Borut Razem <borut.razem AT siol.net>
1746
1747         * support/scripts/sdcc.nsi: move ucSim executables to a separate section
1748         * support/scripts/sdcc_cygwin_mingw32: don't disable ucsim,
1749           -mno-cygwin is a part of the compiler name
1750         * support/scripts/sdcc_mingw32: don't disable ucsim
1751
1752 2006-09-03 Borut Razem <borut.razem AT siol.net>
1753
1754         * sdcc.spec: corrected for 2.6.0. Thanks to Christer Weinigel.
1755         * device/lib/Makefile.in device/lib/clean.mk: small but essential corrections
1756
1757 2006-09-03 Raphael Neider <rneider AT web.de>
1758
1759         * src/pic/ralloc.c,
1760         * src/pic/pcode.c (InitReuseRegs): allocate registers with pseudo
1761           indices >= 0x1000 to disambiguate them from fixed regs __at(addr),
1762           fixes #1550049
1763
1764 2006-09-01 Borut Razem <borut.razem AT siol.net>
1765
1766         * sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
1767           to make ppc-osx happy
1768
1769 2006-08-31 Borut Razem <borut.razem AT siol.net>
1770
1771         * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
1772         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
1773         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
1774         * support/regression/ports/ds390/spec.mk,
1775           support/regression/ports/mcs51/spec.mk,
1776           support/regression/ports/xa51/spec.mk: introduced DEV_NULL variable.
1777           To run regression tests in mingw environment:
1778           make DEV_NULL=NUL CC=gcc
1779
1780 2006-08-30 Borut Razem <borut.razem AT siol.net>
1781
1782         * sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
1783           sim/ucsim/cmd.src/newcmdwin32.cc, sim/ucsim/cmd.src/newcmdwin32cl.h,
1784           sim/ucsim/app.cc, sim/ucsim/appcl.h, sim/ucsim/configure,
1785           sim/ucsim/configure.in, sim/ucsim/ddconfig_in.h, sim/ucsim/error.cc,
1786           sim/ucsim/errorcl.h, sim/ucsim/option.cc, sim/ucsim/optioncl.h,
1787           sim/ucsim/utils.cc, sim/ucsim/utils.h, sim/ucsim/cmd.src/Makefile.in,
1788           sim/ucsim/avr.src/avr.cc, sim/ucsim/avr.src/avrcl.h,
1789           sim/ucsim/cmd.src/bp.cc, sim/ucsim/cmd.src/bpcl.h,
1790           sim/ucsim/cmd.src/cmdconf.cc, sim/ucsim/cmd.src/cmdgui.cc,
1791           sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/cmdset.cc,
1792           sim/ucsim/cmd.src/cmdsetcl.h, sim/ucsim/cmd.src/cmdstat.cc,
1793           sim/ucsim/cmd.src/cmduc.cc, sim/ucsim/cmd.src/cmduccl.h,
1794           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
1795           sim/ucsim/cmd.src/command.cc, sim/ucsim/cmd.src/commandcl.h,
1796           sim/ucsim/cmd.src/get.cc, sim/ucsim/cmd.src/getcl.h,
1797           sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/newcmd.cc,
1798           sim/ucsim/cmd.src/newcmdcl.h, sim/ucsim/cmd.src/set.cc,
1799           sim/ucsim/cmd.src/show.cc, sim/ucsim/cmd.src/timer.cc,
1800           sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
1801           sim/ucsim/s51.src/Makefile.in, sim/ucsim/s51.src/interrupt.cc,
1802           sim/ucsim/s51.src/interruptcl.h, sim/ucsim/s51.src/pca.cc,
1803           sim/ucsim/s51.src/pcacl.h, sim/ucsim/s51.src/port.cc,
1804           sim/ucsim/s51.src/portcl.h, sim/ucsim/s51.src/serial.cc,
1805           sim/ucsim/s51.src/serialcl.h, sim/ucsim/s51.src/timer0.cc,
1806           sim/ucsim/s51.src/timer0cl.h, sim/ucsim/s51.src/timer1.cc,
1807           sim/ucsim/s51.src/timer1cl.h, sim/ucsim/s51.src/timer2.cc,
1808           sim/ucsim/s51.src/timer2cl.h, sim/ucsim/s51.src/uc390.cc,
1809           sim/ucsim/s51.src/uc390cl.h, sim/ucsim/s51.src/uc390hw.cc,
1810           sim/ucsim/s51.src/uc390hwcl.h, sim/ucsim/s51.src/uc51.cc,
1811           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/wdt.cc,
1812           sim/ucsim/s51.src/wdtcl.h, sim/ucsim/sim.src/hw.cc,
1813           sim/ucsim/sim.src/hwcl.h, sim/ucsim/sim.src/mem.cc,
1814           sim/ucsim/sim.src/memcl.h, sim/ucsim/sim.src/obsolete.cc,
1815           sim/ucsim/sim.src/obsolete.h, sim/ucsim/sim.src/sim.cc,
1816           sim/ucsim/sim.src/simcl.h, sim/ucsim/sim.src/stack.cc,
1817           sim/ucsim/sim.src/stackcl.h, sim/ucsim/sim.src/test_mem_speed.cc,
1818           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1819           sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
1820           sim/ucsim/z80.src/z80.cc, sim/ucsim/z80.src/z80cl.h:
1821           ucsim WIN32 native port
1822
1823 2006-08-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1824
1825         * doc/sdccman.lyx: added note on dynamic memory heap initialization
1826
1827 2006-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
1828
1829         * src/mcs51/gen.c (genAnd, genOr, genXor): fixed bug 1546986
1830         * src/ds390/gen.c (aopGetUsesAcc): handle AOP_DPTR2 and AOP_DPTRn too
1831
1832 2006-08-26 Maarten Brock <sourceforge.brock AT dse.nl>
1833
1834         * src/ds390/gen.c (genAnd, genOr, genXor): fixed bug 1546986
1835         * support/regression/tests/bug1546986.c: new, added
1836         * as/mcs51/.cvsignore,
1837         * debugger/mcs51/.cvsignore,
1838         * src/.cvsignore: deleted
1839
1840 2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1841
1842         * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
1843           definitions)
1844
1845 2006-08-20 Borut Razem <borut.razem AT siol.net>
1846
1847         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
1848           removed cl_listen_console::match(), cl_console::match(),
1849           restructured cl_commander::proc_input()
1850
1851 2006-08-16 Borut Razem <borut.razem AT siol.net>
1852
1853         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h,
1854           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
1855           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/uc.cc: code cleaning
1856
1857 2006-08-14 Borut Razem <borut.razem AT siol.net>
1858
1859         * support/regression/Makefile.in,
1860           support/regression/ports/pic14/gpsim.cmd,
1861           support/regression/ports/pic14/spec.mk,
1862           support/regression/ports/pic14/support.c:
1863           added pic14 regression test
1864
1865 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
1866
1867         * as/doc/asxhtm.html: documented changed ABS behaviour
1868         * as/doc/README: fixed some typos
1869
1870 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
1871
1872         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
1873           not defined on host
1874
1875 2006-08-12 Borut Razem <borut.razem AT siol.net>
1876
1877         * support/regression/fwk/include/testfwk.h,
1878           support/regression/fwk/lib/testfwk.c,
1879           support/regression/generate-cases.py,
1880           support/regression/Makefile.in:
1881           regression test framework does not depend on function pointers and
1882           variable arguments
1883
1884 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
1885
1886         * device/include/stddef.h: c temporary hack to fix bug 1518273
1887
1888 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1889
1890         * device/include/mcs51/cc2510fx.h: added
1891         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
1892           to projects.
1893
1894 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
1895
1896         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
1897         * as/z80/Makefile.in: added strcmpi.c
1898         * as/z80/z80adr.c: added upper case registers and lower case conditionals
1899         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
1900
1901 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
1902
1903         * device/lib/gbz80/asm_strings.s,
1904         * device/lib/gbz80/crt0_rle.s,
1905         * device/lib/gbz80/div.s,
1906         * device/lib/gbz80/mul.s,
1907         * device/lib/gbz80/shift.s,
1908         * device/lib/z80/asm_strings.s,
1909         * device/lib/z80/crt0_rle.s,
1910         * device/lib/z80/div.s,
1911         * device/lib/z80/mul.s,
1912         * device/lib/z80/shift.s: changed to all lower case menmonics except the
1913           flags which are all upper case
1914
1915 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
1916
1917         * as/z80/asm.h: made CASE_SENSITIVE 1
1918         * link/z80/aslink.h: made CASE_SENSITIVE 1
1919         * src/z80/gen.c (throughout): made all conditionals upper case
1920         * support/regression/tests/bug1503067.c: new
1921
1922 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
1923
1924         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
1925           (shiftIntoPair): added case 2 for PAIR_IY,
1926           (setupToPreserveCarry): replaced parameters with iCode and check if
1927            PAIR_DE is in use to fix bug 1399290,
1928           (genPlus, genMinus): updated call to setupToPreserveCarry
1929         * support/regression/tests/bug1399290.c: new
1930
1931 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
1932
1933         * device/lib/Makefile.in (Z80SOURCES): enabled float support
1934         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
1935         * src/ds390/gen.c (shiftRLong),
1936         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
1937         * src/mcs51/gen.c (sameReg): changed to sameByte,
1938           (xch_a_aopGet): new,
1939           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
1940            shiftRLong): fixed bug 1533966
1941         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
1942           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
1943         * support/regression/Makefile.in: disabled z80, enabled ucz80
1944         * support/regression/tests/float_trans.c: enabled test for z80 and host
1945         * support/regression/tests/shifts2.c: new, for testing bug 1533966
1946
1947 2006-08-01 Borut Razem <borut.razem AT siol.net>
1948
1949         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
1950           comparison is always false due to limited range of data type
1951           on PPC64 machine (openpower-linux1) where "char = unsigned char"
1952
1953 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
1954
1955         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
1956         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
1957         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
1958         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
1959
1960 2006-07-31 Borut Razem <borut.razem AT siol.net>
1961
1962         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
1963           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
1964           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
1965           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
1966           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
1967           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
1968           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
1969           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
1970           enable ucsim mingw compilation. Serial port is disabled,
1971           since it uses termios.h API, which is not available on native
1972           WIN32
1973
1974 2006-07-31 Borut Razem <borut.razem AT siol.net>
1975
1976         * Small Device C Compiler 2.6.0 released
1977         * support/scripts/sdcc.nsi: added FULL_DOC option
1978         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
1979
1980 2006-07-28 Borut Razem <borut.razem AT siol.net>
1981
1982         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
1983         * doc/INSTALL.txt: updated
1984
1985 2006-07-27 Borut Razem <borut.razem AT siol.net>
1986
1987         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
1988           device/lib/pic/libdev/Makefile.in: fixed bug
1989           [ 1438354 ] pic libsdcc: distclean doesn't work
1990         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
1991           device/lib/pic16/libio/Makefile.in: fixed bug
1992           [ 1438344 ] pic16 lib: clean doesn't work properly
1993         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
1994
1995 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
1996
1997         * device/lib/pic/libsdcc/fsdiv.c,
1998         * device/lib/pic/libsdcc/fsmul.c,
1999         * device/lib/pic16/libsdcc/float/fsdiv.c,
2000         * device/lib/pic16/libsdcc/float/fsmul.c,
2001         * device/lib/_fsdiv.c,
2002         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
2003         * support/regression/tests/bug1520966.c: added
2004         * doc/knownbugs.html: removed [ 1520966 ] from the list
2005
2006 2006-07-25 Borut Razem <borut.razem AT siol.net>
2007
2008         * configure.in, configure, sdccconf_in.h: fixed bug
2009           [ 1519095 ] regression test onebyte.c fails on ppc64 host
2010         * doc/knownbugs.html: removed [ 1519095 ] from the list
2011
2012 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
2013
2014         * doc/knownbugs.html: added, contains list of known bugs at release
2015         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
2016
2017 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2018
2019         * device/include/mcs51/compiler.h: added SFRX for xdata based special
2020           function registers and corrected defaults with additional warning
2021         * device/lib/malloc.c: cosmetic changes
2022         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
2023         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
2024           (fillGaps): and used it
2025
2026 2006-07-20 Raphael Neider <rneider AT web.de>
2027
2028         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
2029           output unless SDCCPICDEBUG is set
2030         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
2031           output if SILENT is set
2032
2033 2006-07-11 Borut Razem <borut.razem AT siol.net>
2034
2035         * doc/README.txt: updated
2036
2037 2006-07-10 Borut Razem <borut.razem AT siol.net>
2038
2039         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
2040           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
2041           in WIN32 installation
2042         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
2043           release candidate 1
2044
2045 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
2046
2047         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
2048         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
2049
2050 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
2051
2052         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
2053
2054 2006-07-06 Borut Razem <borut.razem AT siol.net>
2055
2056         * support/regression/tests/bitfields.c:
2057           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
2058         * support/regression/tests/constantRange.c:
2059           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
2060
2061 2006-07-04 Borut Razem <borut.razem AT siol.net>
2062
2063         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
2064           src/port.mk,
2065           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
2066           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
2067           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
2068           reverted changes from 2006-07-03
2069         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
2070         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
2071           added CPPFLAGS, used by the host port
2072
2073 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
2074
2075         * support/regression/valdiag/tests/switch.c,
2076         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
2077         * support/regression/tests/libmullong.c: fixed for host
2078         * support/regression/ports/host/spec.mk: disable all warnings for host,
2079         SDCC runs with --less-pedantic too
2080
2081 2006-07-03 Borut Razem <borut.razem AT siol.net>
2082
2083         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
2084           defined CPPFLAGS
2085         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
2086         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
2087           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
2088           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
2089           include ../port.mk
2090         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
2091           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2092           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
2093           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
2094
2095 2006-07-02 Raphael Neider <rneider AT web.de>
2096
2097         * src/pic16/devices.inc,
2098         * device/include/pic16/pic18fregs.h,
2099         * device/include/pic16/pic18f4550.h,
2100         * device/lib/pic16/pics.all,
2101         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
2102
2103 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
2104
2105         * as/hc08/lkaomf51.c (OutputName),
2106         * as/mcs51/lkaomf51.c (OutputName),
2107         * as/z80/asmain.c (asmbl),
2108         * src/ds390/main.c (asmLineNodeFromLineNode),
2109         * src/hc08/ralloc.c (hc08_assignRegisters),
2110         * src/mcs51/main.c (asmLineNodeFromLineNode),
2111         * src/xa51/ralloc.c (checkRegMask),
2112         * src/xa51/gen.c (emitcode),
2113         * src/z80/gen.c (_emit2),
2114         * src/SDCCast.c (searchLitOp),
2115         * src/SDCCglobl.h,
2116         * support/packihx/packihx.c,
2117         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
2118         * src/ds390/gen.c (aopPutUsesAcc),
2119         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
2120         * support/regression/tests/libmullong.c (mullong_wrapper),
2121         * src/SDCCsymt.c (powof2),
2122         * src/SDCCast.c,
2123         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
2124         * src/SDCCsymt.h: added TYPE_TARGET_*
2125         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
2126         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
2127         SDCCast because 1) header problems 2) this is the right place
2128         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
2129         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
2130         prototype
2131
2132 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
2133
2134         * src/SDCCicode.h: removed buggy semicolon in unused macro
2135         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
2136         search for previous definiton of auto symbols too,
2137         (findPrevUse): fixed logic of emitWarnings
2138
2139 2006-06-26 Raphael Neider <rneider AT web.de>
2140
2141         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
2142           PCLATH and PCLATU on interrupts, potentially fixes #1505141
2143
2144 2006-06-25 Raphael Neider <rneider AT web.de>
2145
2146         * device/lib/pic/libm: NEW, added math library functions
2147         * device/lib/pic/libsdcc: NEW; added float support functions
2148         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
2149         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
2150           NEW, added math related headers
2151         * device/include/asm/pic/features.h: NEW
2152         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
2153           (popGet): allow larger offsets for AOP_PCODE,
2154           (genDataPointerSet): handle literals explicitly, more debug output,
2155           (genAssign): fixed for float using aopLiteral ;-)
2156         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
2157           GOTO initialisation routine
2158         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
2159           flag on registers, fixes #1469043 (local variables do not work)
2160         * src/pic/main.c (_pic14_do_link),
2161         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
2162           available
2163
2164 2006-06-25 Borut Razem <borut.razem AT siol.net>
2165
2166         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
2167           characters printed (not including the trailing '\0' used to end
2168           output to strings). Problem detected in regression test bug-927659.c.
2169           NOTE: printf() family functions should return int instead
2170           unsigned int!
2171         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
2172           specifier are printed as themselves
2173         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
2174           support flags, width and precision specifiers
2175
2176 2006-06-24 Borut Razem <borut.razem AT siol.net>
2177
2178         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
2179           to the list of sdcc tagrets not supporting bit type
2180         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
2181           testfor pic16 due to bug:
2182           [ 1511794 ] pic16: regression test bug-895992.c fails
2183
2184 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
2185
2186         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
2187         * src/SDCCglue.c (initPointer), fixed bug 1496419
2188         * support/regression/tests/bug1496419.c: new, added
2189
2190 2006-06-22 Borut Razem <borut.razem AT siol.net>
2191
2192         * support/regression/ports/pic16/support.c: use gpsim usart module from
2193           libgpsim_modules library
2194
2195 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2196
2197         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
2198         IP0H to IPH0.
2199
2200 2006-06-19 Raphael Neider <rneider AT web.de>
2201
2202         * src/pic/glue.h,src/pic16/glue.h: added prototypes
2203         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
2204           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
2205           (pic14printExterns,pic14printPublics,pic16printPublics,
2206           pic16_printExterns): use new functions to emit symbols
2207           (picglue,pic16glue): emit publics before emitting externs
2208         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
2209           locally defined functions to avoid bug #1443651
2210         * support/regression/tests/bug-716242.c: removed pic16 workaround
2211         * support/regression/ports/pic16/spec.mk: ignore errors during build
2212
2213 2006-06-19 Raphael Neider <rneider AT web.de>
2214
2215         * src/pic/glue.h: added pic14aopLiteral prototype
2216         * src/pic/glue.c (pic14aopLiteral): return unsigned int
2217         * src/pic/gen.c: removed stdint.h dependency
2218           (aopGet): use Safe_strdup()
2219           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
2220           (genDataPointerSet): use pic14aopLiteral()
2221         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
2222           for pic16; thanks to Bernhard and Maarten
2223
2224 2006-06-18 Borut Razem <borut.razem AT siol.net>
2225
2226         * support/regression/tests/structflexarray.c: flexible array members
2227           not supported by gcc < 3
2228         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
2229           GUI tool by default
2230         * src/pic/gen.c: don't include [p]strdin.h on solaris
2231         * support/Util/pstdint.h: addad svn attributes
2232         * support/regression/tests/constantRange.c,
2233           support/regression/tests/rotate.c: include inttypes.h instead
2234           stdint.h on solaris, addad svn attributes
2235
2236 2006-06-18 Raphael Neider <rneider AT web.de>
2237
2238         * src/SDCCsymt.c (initCSupport): change return type of divschar to
2239           int for PIC16
2240         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
2241           (pic16_genMinusBits): simplified sign-extension
2242           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
2243             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
2244             adjusted to correctly handle mixed-signed operands, disabled
2245             now unused multiplciation routines
2246         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
2247           (assignResultValue): added argument denoting the size of the result
2248             as returned by the function (fixes upcasts in assigning from
2249             function calls: char foo(); int i = foo();)
2250           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
2251             function result to assignResultValue
2252           (genMult): disabled inlined multiplication code
2253           (genDiv): augmented to also handle the modulus operator, fixed to
2254             handle mixed-signed operands correctly
2255           (genMod): simply call genDiv, disabled unused code
2256           (genAssign): fixed missing (sign-)extension on result
2257         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
2258             valid char operands, allow signed operands for native code, added
2259             division and modulo operator handling
2260         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
2261
2262         As a consequence, onebyte.c (if split into two files) and muldiv.c
2263         pass regression tests.
2264
2265 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2266
2267         * doc/Makefile.in: two runs of makeindex seem needed to get
2268         correct page references in the index of sdccman.pdf
2269         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
2270
2271 2006-06-17 Borut Razem <borut.razem AT siol.net>
2272
2273         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
2274
2275 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2276
2277         * doc/sdccman.lyx: updated, added (porting source code, debugging),
2278         mentioned ec2drv and paulmon
2279
2280 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
2281
2282         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
2283           consecutive abs areas
2284           (find_empty_space, allocate_space): added map to handle codemap or
2285            xdatamap,
2286           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
2287            absolute idata and xdata
2288         * as/mcs51/lkmem.c (summary2): updated legend
2289
2290 2006-06-16 Raphael Neider <rneider AT web.de>
2291
2292         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
2293
2294 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
2295
2296         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
2297           1208515
2298         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
2299
2300 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
2301
2302         * src/port.h (struct PORT): added field gp_tags, to hold the tag
2303         value of generic pointers,
2304         * src/avr/main.c,
2305           src/ds390/main.c,
2306           src/hc08/main.c,
2307           src/izt/i186.c,
2308           src/izt/tlcs900h.c,
2309           src/mcs51/main.c,
2310           src/pic/main.c,
2311           src/pic16/main.c,
2312           src/xa51/main.c,
2313           src/z80/main.c: PORT structure, added elements for gp_tags field,
2314         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
2315         fields in the PORT structure of each port,
2316         * src/SDCCast.c (decorateType): allow processing of generic pointers
2317         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
2318         S_FIXED symbols
2319
2320 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
2321
2322         * link/z80/lkgb.c,
2323         * link/z80/lkgg.c,
2324         * src/pic16/gen.c,
2325         * src/pic16/main.c,
2326         * src/pic16/pcode.c,
2327         * src/pic/main.c,
2328         * src/pic/pcoderegs.c,
2329         * src/SDCCicode.c,
2330         * src/SDCCmain.c,
2331         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
2332           bug 1504689 on minGW
2333
2334 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2335
2336         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
2337
2338 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
2339
2340         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
2341
2342 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
2343
2344         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
2345           for optimization
2346
2347 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
2348
2349         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
2350         to a char variable. Fixed bug #1504211
2351         * device/include/pic16/adc.h,
2352         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
2353         and fixed bug #1364390
2354
2355 2006-06-10 Borut Razem <borut.razem AT siol.net>
2356
2357         * CVSROOT: removed the CVS left-over
2358
2359 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
2360
2361         * as/hc08/asmain.c (asexit),
2362         * as/hc08/lkmain.c (lkexit),
2363         * as/mcs51/asmain.c (asexit),
2364         * as/mcs51/lkmain.c (lkexit),
2365         * src/SDCCglue.c (DEFSETFUNC),
2366         * src/SDCCmain.c (linkEdit, assemble),
2367         * support/librarian/sdcclib.c (AddRel),
2368           replaced unlink() by standard C remove()
2369         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
2370         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
2371           gatherImplicitVariables): new, added to fix bug 608752,
2372           (createFunction): added gatherImplicitVariables()
2373         * src/SDCCast.h: added createRMW prototype
2374         * src/SDCCsymt.h (struct symbol): added infertype
2375         * support/regression/tests/bug608752.c: new, added
2376
2377 2006-06-10 Raphael Neider <rneider AT web.de>
2378
2379         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
2380           multibyte dummy reads (fixes #1503234)
2381
2382 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
2383
2384         * device/include/mcs51/compiler.h: new, added header file to enable
2385           creating common sfr definition header files for different compilers
2386
2387 2006-06-05 Raphael Neider <rneider AT web.de>
2388
2389         * src/pic16/{pcode.h,genarith.c}:
2390           introduced pCodeOp combining any two pCodeOps (previously only
2391           two register operands could be combined), removed pcop2 from
2392           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
2393         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
2394         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
2395           rewritten to use new PO_TWO_OPS
2396         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
2397         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
2398           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
2399           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
2400           (pic16_get_op): embraced return arg to allow #define return(x),
2401             added new case for combined opcodes
2402           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
2403           (pic16_pCode2str,pic16_getRegFrompCodeOp,
2404            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
2405
2406 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
2407
2408         * src/SDCCval.c (checkConstantRange): added
2409         * src/SDCCval.h: added checkConstantRange
2410         * support/Util/SDCCerr.c,
2411         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
2412         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
2413         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
2414         * src/SDCCast.c (decorateType): added checkConstantRange,
2415         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
2416         can be emitted with the correct always true/false warning,
2417         added optimization for double '!';
2418         result of decorateType() must be assigned back to the tree, because
2419         decorateType() can change the tree
2420         * src/SDCCicode.c (geniCodeLogic),
2421         (geniCodeAssign): replaced new checkConstantRange, added warnings,
2422         (checkConstantRange): removed, it was only a fragment which never
2423         emitted a warning
2424         * src/SDCCsymt.c (computeType): fixed promotion for
2425         "-1 < (unsigned bit) b"
2426         * src/pic/ralloc.c (packRegsForAssign),
2427         * src/pic16/ralloc.c (packRegsForAssign),
2428         * src/hc08/ralloc.c (packRegsForAssign),
2429         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
2430         from mcs51
2431         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
2432         * support/regression/tests/constantRange.c: added
2433         * support/valdiag/tests/constantRange.c: added
2434         * support/valdiag/valdiag.py: added -DPORT_HOST=1
2435
2436 2006-06-02 Borut Razem <borut.razem AT siol.net>
2437
2438         * support/regression/ports/pic16/support.c: increase stack size
2439           to 255 bytes
2440         * support/regression/Makefile.in: sort tests by name so that the
2441           resutlts can be compared on different machines / platforms
2442
2443 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
2444
2445         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
2446         * src/ds390/gen.c (emitLabel): new, added,
2447           (genDjnz): fixed stack overflow bug,
2448           (throughout): cosmetic changes to sync with mcs51/gen.c,
2449           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
2450         * src/mcs51/gen.c (genEndFunction): small optimization,
2451           (throughout): cosmetic changes to sync with ds390/gen.c
2452
2453 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
2454
2455         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
2456           (_print_format): fixed printing pointers
2457         * src/mcs51/gen.c (emitLabel, movb): new, added,
2458           (genAssign): small optimization,
2459           (genDjnz): fixed stack overflow bug,
2460           (throughout): replaced sprintf with SNPRINTF,
2461           replaced mcs51_regWithIdx with REG_WITH_INDEX,
2462           replaced emitcode("mov", "b,...") with MOVB(...),
2463           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
2464           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
2465         * src/mcs51/peeph.def: added rules 140 and 264
2466         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
2467           so they may get optimized into registers
2468
2469 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
2470
2471         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
2472           immediately when encountered,
2473           (printUsage): always use stderr even on windows
2474
2475 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
2476
2477         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
2478         (processParms): fixed bug #1247551
2479         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
2480         parseCmdLine, main): print '--version' to stdout,
2481         print 'help' to stdout if --help is given,
2482         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
2483         arguments are given; fixed --help
2484
2485 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
2486
2487         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
2488         * support/regression/tests/bug-1493710.c: added
2489
2490 2006-05-27 Borut Razem <borut.razem AT siol.net>
2491
2492         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
2493           static instead auto
2494         * support/regression/ports/pic16/support.c: increase stack size
2495           from default 64 bytes to 128 bytes
2496         * support/regression/tests/staticinit.c,
2497           support/regression/tests/float.c: regression tests fully enabled
2498           for pic16 port by putting the initialized data arrays into the code
2499           section
2500         * support/regression/ports/pic16/spec.mk: don't link default libraries.
2501           This was changed by mistake in the previous version.
2502
2503 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
2504
2505         * src/pic16/gen.c (genFunction, genEndFunction): some
2506         beautifications, fixed bug with falsely restoring FSR2 in large
2507         stack model, thanks to Beau E. Cox for reporting the bug
2508
2509 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2510
2511         * debugger/mcs51/break.c,
2512         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
2513           use %p to print pointers, made address variables unsigned
2514         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
2515         * debugger/mcs51/symtab.c (parseSymbol): must return something
2516         * src/mcs51/gen.c (aopForSym): small optimization,
2517            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
2518           (freeAsmop): added missing break,
2519           (aopPut): removed parameter bvolatile, determine it inside the function,
2520           (saveRegisters, unsaveRegisters): small optimization,
2521           (genIpush): removed pointless check,
2522           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
2523           replaced sprintf with SNPRINTF,
2524           replaced strcpy with strncpyz,
2525           updated aopPut calls,
2526           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
2527         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
2528
2529 2006-05-24 Borut Razem <borut.razem AT siol.net>
2530
2531         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
2532           modification of test for the pic16 port, put the array to the code
2533           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
2534
2535 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2536
2537         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
2538         * support/Util/pstdint.h: added
2539
2540 2006-05-22 Borut Razem <borut.razem AT siol.net>
2541
2542         * src/regression/Makefile: removed bool2.c test, added -q linker option
2543         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
2544           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
2545           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
2546           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
2547           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
2548           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
2549           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
2550           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
2551           define SUPPORT_BIT_TYPES 0, removed unused bit variables
2552
2553 2006-05-22 Raphael Neider <rneider AT web.de>
2554
2555         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
2556           bug #1492360 (problematic due to generic pointers, see code)
2557
2558 2006-05-22 Borut Razem <borut.razem AT siol.net>
2559
2560         * support/regression/ports/pic16/specs.mk: removed stack size linker
2561           directive
2562         * support/regression/tests/array.c,
2563           support/regression/tests/bitopcse.c,
2564           support/regression/tests/bug-908454.c,
2565           support/regression/tests/malloc.c: modified for pic16 regression test
2566         * support/regression/tests/bitfields.c:
2567           pic16 - excluded bitfileds of size > 8
2568         * support/regression/tests/bp.c: pic16 - reduced data size
2569         * support/regression/tests/bug-221100.c: pic16 - reduced data size
2570         * support/regression/tests/bug-460010.c:
2571           pic16 - used the absolute address the fits in memory
2572         * support/regression/tests/bug-716242.c:
2573           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
2574         * support/regression/tests/float.c:
2575           pic16 - excluded - data size too big
2576         * support/regression/tests/onebyte.c:
2577           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
2578         * support/regression/tests/shifts.c:
2579           pic16 - function names probably have to differ in first X characters
2580           (gpasm limitation?)
2581         * support/regression/tests/staticinit.c:
2582           pic16 - excluded some tests due error: no target memory available for
2583           section ".idata"
2584
2585 2006-05-22 Borut Razem <borut.razem AT siol.net>
2586
2587         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
2588           second try. Thanks Stas Sergeev once more.
2589
2590 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2591
2592         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
2593           (genLeftShift, genRightShift): fixed bug 1491627
2594         * src/hc08/peeph.def (rules 7, 8.x): added
2595         * support/regression/tests/shifts.c (ShiftLeftByParam,
2596           ShiftRightByParam, testShiftByParam): added to test variable shifting
2597
2598 2006-05-20 Raphael Neider <rneider AT web.de>
2599
2600         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
2601         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
2602           (allocReg): add only new registers to dynAllocRegs,
2603           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
2604             #1489055, #1445850, and probably #1483693
2605
2606 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
2607
2608         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
2609         bug in for-loop that didn't emit the last of CONFIG and ID registers
2610
2611 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
2612
2613         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
2614           with offset
2615         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
2616           1489016, 1434401 and 1490124
2617         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
2618           1489016, 1434401 and 1490124
2619
2620 2006-05-17 Borut Razem <borut.razem AT siol.net>
2621
2622         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
2623           thanks Stas Sergeev
2624
2625 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2626
2627         * device/include/mcs51/P89c51RD2.h,
2628         * device/include/mcs51/P89LPC901.h,
2629         * device/include/mcs51/P89LPC922.h,
2630         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
2631
2632 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2633
2634         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
2635         to fix missing stack pragma in compiled binary object file,
2636
2637 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
2638
2639         * support/packihx/configure.in,
2640         * support/packihx/configure: removed warning, autoconf >= 2.5x can
2641         determine sizeof basic types even while cross compiling
2642
2643 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
2644
2645         * src/avr/gen.c (aopop),
2646         * src/ds390/gen.c (aopOp),
2647         * src/hc08/gen.c (aopOp),
2648         * src/mcs51/gen.c (aopop),
2649         * src/pic16/gen.c (pic16_aopOp),
2650         * src/pic/gen.c (aopOp),
2651         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
2652         if size of operand is smaller than spill location
2653
2654 2006-05-12 Borut Razem <borut.razem AT siol.net>
2655
2656         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
2657           have to have CR/LF line endings even if they are checked out on *nix
2658           or on WIN32 in cygwin binmode
2659
2660 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
2661
2662         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
2663         * device/include/ds80c390.h: added sfr16 definitions
2664         * src/ds390/gen.c,
2665         * src/ds390/gen.h,
2666         * src/ds390/main.c,
2667         * src/ds390/ralloc.c,
2668         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
2669           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
2670           bit returning functions
2671         * support/regression/tests/sfr16.c: enabled test on ds390
2672
2673 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2674
2675         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
2676         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
2677
2678 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
2679
2680         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
2681         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
2682           (cl_address_space constructor): removed expensive initialization,
2683           (cl_address_space::get_cell): extended for late initialization,
2684           (cl_address_space::*): use late initialization,
2685           (cl_address_decoder::activate): removed expensive initialization,
2686           This reduced regression test running time by 25%
2687
2688 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
2689
2690         * packihx/,
2691         * configure.in,
2692         * configure,
2693         * sdcc.dsw,
2694         * Makefile.bcc,
2695         * Makefile.in,
2696         * support/packihx/Makefile.in,
2697         * support/packihx/clean.mk,
2698         * support/packihx/Makefile.bcc,
2699         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
2700
2701 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2702
2703         * src/SDCCval.c (valNot): fix for regression test failure
2704           of not.c on big endian hosts
2705
2706 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
2707
2708         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
2709
2710 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2711
2712         * device/lib/mcs51/Makefile.in: changed string comparison operator
2713           to = for POSIX compliance; == is bash extension
2714
2715 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
2716
2717         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
2718           kosmonaut_pirx
2719
2720 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
2721
2722         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
2723         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
2724         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
2725         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
2726         bug report #1478657,
2727
2728 2006-05-05 Borut Razem <borut.razem AT siol.net>
2729
2730         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
2731           making the html
2732
2733 2006-05-02 Borut Razem <borut.razem AT siol.net>
2734
2735         * doc/Makefile.in: removed *.ind dependency since there is no rule to
2736           create *.ind, which made make to fail if invoked with -j 2
2737
2738 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
2739
2740         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
2741           Hubert Sack for patch 1479782
2742
2743 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
2744
2745         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
2746
2747 2006-05-01 Raphael Neider <rneider AT web.de>
2748
2749         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
2750           (create_pic): store only prefix-free device name,
2751           (init_pic): check for device names with "16" prefix,
2752           (list_valid_pics),
2753         * src/pic/device.h (struct PIC_device),
2754         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
2755             stored device name,
2756         * device/include/pic/pic12f{635,675,629,683}.h,
2757         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
2758         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
2759         * device/include/pic/pic16f505.h,
2760         * device/lib/pic/libdev/pic16f505.c: removed
2761         * device/include/pic/pic14devices.txt: added support for pic12f
2762             devices, removed unsupported non 16-bit devices
2763             [above changes provided by patch from Zik Saleeba]
2764         * src/pic/*, src/pic16/*, device/include/pic16/*,
2765           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
2766
2767 2006-05-01 Borut Razem <borut.razem AT siol.net>
2768
2769         * configure.in, configure, doc/Makefile.in:
2770           sync with nightly build makefile - latex, dvipdf and dvips
2771           not needed any more
2772
2773 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
2774
2775         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
2776         in the library source
2777
2778 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
2779
2780         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
2781
2782 2006-04-28 Raphael Neider <rneider AT web.de>
2783
2784         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
2785         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
2786           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
2787         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
2788
2789 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
2790
2791         * device/lib/pic/libdev/Makefile.in,
2792         * device/lib/hc08/Makefile.in,
2793         * device/lib/gbz80/Makefile.in,
2794         * device/lib/z80/Makefile.in,
2795         * device/lib/ds390/Makefile.in,
2796         * device/lib/ds400/Makefile.in: added srcdir to include search path,
2797         thanks to Borut for the bug report
2798         * configure.in,
2799         * configure: always create doc/Makefile independent from --enable-doc
2800         * Makefile.in: always install from directory doc independent from
2801         --enable-doc
2802         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
2803         removed
2804         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
2805         * doc/Makefile.in: install *.txt if present
2806         * device/include/Makefile.in (install): added installation of pic/*.inc
2807         and pic/*.txt files again, they were erroneously removed
2808
2809 2006-04-28 Raphael Neider <rneider AT web.de>
2810
2811         * src/pic/{gen.c,main.h,pcode.c},
2812         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
2813             concerning signedness with casts
2814
2815 2006-04-28 Raphael Neider <rneider AT web.de>
2816
2817         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
2818             definition of an interrupt handler,
2819         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
2820             interrupt handler stuff from picglue() to separate routine,
2821           (picglue): enabled definition of intr handlers in files w/o main()
2822
2823 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2824
2825         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
2826           compilation with MSVC 2005 Express Edition (VC8)
2827
2828 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
2829
2830         * device/lib/Makefile: fixed build of gbz80 lib
2831
2832 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2833
2834         * support/regression/tests/bug-460010.c,
2835         * support/regression/tests/bug-524691.c,
2836         * support/regression/tests/bug-716242.c: removed conditional defines
2837           that are already in testfwk.h
2838
2839 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2840
2841         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
2842           (AccAXRsh1): added, shift right by 1,
2843           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
2844            AccAXLrl1
2845         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
2846
2847 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
2848
2849         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
2850         remove cast to same type
2851         * src/SDCCast.c (decorateType): fix for RFE 1475742,
2852         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
2853         * as/z80/Makefile,
2854         * link/z80/Makefile: removed, they have moved to
2855         Makefile.in files
2856         * configure,
2857         * configure.in: replaced duplicate message about ucsim by missing sdcpp
2858         * install-sh: fix bug #1204398 by setting umask 0022
2859         * device/lib/Makefile: separate build of z80 and gbz80 lib
2860
2861 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
2862
2863         Enabled VPATH feature: changed nearly all Makefiles (149 files).
2864         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
2865
2866         One basic decision: e.g. src/clean.mk includes further files. In order
2867         to make this work there are two solutions:
2868         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
2869           run configure on them. This way they can use
2870           'include $(srcdir)/port-clean.mk'
2871         - always include clean.mk by the Makefile at the same level. To avoid
2872           that `make clean` tries to include and build Makefile.dep the
2873           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
2874           implemented, because now even `make uninstall` doesn't create
2875           Makefile.in. clean.mk could be eliminated by pasting it in
2876           Makefile.in.
2877
2878         * debugger/mcs51/Makefile.in: build own objects from library sources
2879         (SLIB, SDCC) in current directory
2880
2881         * configure, configure.in: renamed --disable-device-lib-build in
2882         --disable-device-lib; added --enable-doc, the required tools are
2883         searched by configure; added result message; the toolchain for the
2884         belonging ports are now only built, if the port is enabled.
2885
2886         * support/regression/*: all output is written in directory gen, because
2887         the fwk and ports directories don't livet in the build tree using vpath
2888
2889         * doc/sdccman.lyx: renamed --disable-device-lib-build to
2890         --disable-device-lib, added --enable-doc, added section VPATH
2891
2892         * sim/ucsim/configure.in,
2893         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
2894         z80 are enabled by default
2895
2896 2006-04-24 Raphael Neider <rneider AT web.de>
2897
2898         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
2899             to config word, "pic14_"-prefixed some extern functions
2900           (pic14_emitConfigWord): emit __config directive(s) if assignment to
2901             config word has been found
2902         * src/pic/device.h: added prototypes
2903         * src/pic/pcode.c: added "pic14_"-prefix where needed
2904         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
2905             fixup
2906         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
2907             words,
2908           (pic14emitRegularMap): ignore config words,
2909           (pic14createInterruptVect): moved generating __config directives away
2910           (picglue): have __config directives emitted
2911
2912 2006-04-24 Borut Razem <borut.razem AT siol.net>
2913
2914         * doc/Makefile: sync with nightly build makefile
2915
2916 2006-04-24 Raphael Neider <rneider AT web.de>
2917
2918         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
2919             registers that have not been assigned proper liveranges,
2920             fixes #1469504 and #1474602,
2921           (pCodeRegOptimizeRegUsage): fixed typo in comment
2922
2923 2006-04-24 Borut Razem <borut.razem AT siol.net>
2924
2925         * device/examples/main8051.c: deleted - it was removed from CVS
2926           24.mar.2000 and after that modified 18.feb.2001, so it reappered
2927           after the transition to Subversion
2928         * src/SDCCalloc.h: deleted - it was removed  from CVS
2929           3.feb.2001 and after that modified 18.feb.2001, so it reappered
2930           after the transition to Subversion
2931         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
2932           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
2933           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
2934           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
2935
2936 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
2937
2938         * as/asx8051.dsp: added mcs51/strcmpi.h
2939         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
2940         * as/hc08/aslink.h: updated lnksect prototype
2941         * as/hc08/asm.h,
2942         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
2943         * as/hc08/asmain.c,
2944         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
2945           (newdot): handle A_ABS
2946         * as/hc08/asout.c,
2947         * as/mcs51/asout.c (outarea): output address
2948         * as/hc08/lkaomf51.c,
2949         * as/mcs51/lkaomf51.c: disabled unused array UsageType
2950         * as/hc08/m08pst.c,
2951         * as/mcs51/i51pst.c,
2952         * as/z80/z80pst.c: "ABS" is not A_OVR
2953         * as/hc08/lkarea.c (newarea): read a_addr,
2954           (lnkarea): added codemap array, sort absolute areas to the front,
2955            combine all GSINITx/GSFINAL,
2956           (find_empty_space, allocate_space): new functions,
2957           (lnksect): return next address, handle absolute sections
2958         * as/mcs51/lkarea.c (newarea): read a_addr,
2959           lnksect2 prototype changed,
2960           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
2961           (find_empty_space, allocate_space): new, factored out of lnksect2,
2962           (lnksect2): return next address, handle absolute sections
2963         * as/hc08/lkhead.c,
2964         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
2965         * as/hc08/lklibr.c (addfile, fndsym),
2966         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
2967           index out of range and detect both '\' and '/'
2968         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
2969         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
2970           regression tests (ds390 cannot return bool yet)
2971         * doc/sdccman.lyx: changed version number, document changed --no-peep,
2972           document critical interrupts on z80, document changed SDCC define
2973         * src/asm.c (_asxxxx_mapping): fixed .org directive,
2974           (_a390_mapping): added .org directive
2975         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
2976           (genMultOneByte): fixed warnings
2977         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
2978           ones
2979         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
2980         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
2981           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
2982         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
2983         * src/pic16/main.c: removed newReg prototype
2984         * src/pic16/pcode.c,
2985         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
2986           warnings
2987         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
2988           ones
2989         * src/pic16/ralloc.c
2990         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
2991           to fix warnings
2992         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
2993           from short to PIC_OPTYPE
2994         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
2995         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
2996           optype from short to PIC_OPTYPE
2997         * src/port.h: made int_size unsigned to fix warnings
2998         * src/SDCC.y: fixed warning on MSVC
2999         * src/SDCCicode.c (getArraySizePtr): return unsigned int
3000         * src/SDCCopt.c (convertToFcall): fixed warnings
3001         * src/SDCCsymt.h: removed double prototype for genSymName
3002         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
3003           offset int to fix warnings
3004
3005 2006-04-22 Borut Razem <borut.razem AT siol.net>
3006
3007         * doc/sdccman.lyx, */Makefile, */Makefile.in:
3008           references to CVS replaced with Subversion
3009
3010 2006-04-21 Borut Razem <borut.razem AT siol.net>
3011
3012         * doc/sdccman.lyx, */Makefile, */Makefile.in:
3013           references to CVS replaced with Subversion
3014
3015 2006-04-19 Borut Razem <borut.razem AT siol.net>
3016
3017         * src/version.awk: adapted for svn
3018         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
3019           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
3020           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
3021           /binutils-avr/etc/*.vi, *.jin: removed all properties
3022           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
3023
3024 2006-04-19 Borut Razem <borut.razem AT siol.net>
3025
3026         * CVS to Subversion migration completed
3027
3028 2006-04-18 Borut Razem <borut.razem AT siol.net>
3029
3030         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
3031           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
3032
3033 2006-04-17 Borut Razem <borut.razem AT siol.net>
3034
3035         * device/include/Makefile.in: added pic/*.inc to the installation
3036
3037 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
3038
3039         * support/regression/collate-results.py: fixed output in case of
3040         a valdiag error
3041         * support/regression/generate-cases.py: fixed splitting of pathnames
3042         with dots
3043         * as/hc08/lklibr.c (addfile),
3044         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
3045
3046 2006-04-11 Raphael Neider <rneider AT web.de>
3047
3048         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
3049         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
3050         * src/pic16/pcode.c (assignValnums): fixed #1460578
3051
3052 2006-04-11 Raphael Neider <rneider AT web.de>
3053
3054         * device/lib/pic/libdev/*.c,
3055         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
3056           fixes #1468739, enables compilation in --std-c99 mode
3057         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
3058
3059 2006-04-11 Raphael Neider <rneider AT web.de>
3060
3061         * src/pic/device.c (find_device): removed debug output
3062           (list_valid_pics): enabled verbose listing of supported devices
3063         * device/include/stdbool.h: define bool as char for pic14/16 as well
3064
3065 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3066
3067         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
3068
3069 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3070
3071         * .version: bumped version to 2.5.6
3072         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
3073
3074 2006-04-06 Raphael Neider <rneider AT web.de>
3075
3076         * .version: bumped version to 2.5.6 (pic14 ABI changed)
3077         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
3078         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
3079           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
3080             pic14_constructAbsMap
3081           (pic14printPublics): declare absolute global symbols as global
3082           (pic14createInterruptVect),
3083         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
3084           (newReg): assume new registers unused, use correct name in
3085             hashtable (reg->name instead of name), more debugLog output
3086         * src/pic/device.h (PIC_device): added fields for verbose output
3087         * src/pic/device.c: moved device definition to pic14devices.txt,
3088             added routines for runtime parsing of pic14devices.txt,
3089             added support for second config word
3090         * src/pic/main.c (_process_pragma): removed #pragma maxram,
3091           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
3092           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
3093           (_pic14_parseOptions): moved pCodeInitRegisters here
3094           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
3095         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
3096           (pCodeInitRegisters): rewrapped comments, perpared new approach to
3097             handling the pseudo stack
3098         * device/lib/Makefile.in: ignore failures in objects-pic16,
3099         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
3100         * device/lib/pic/NEWS: document new dependency on picXXX.lib
3101         * device/lib/pic/Makefile.subdir,
3102         * device/lib/pic16/Makefile.subdir: improved clean rules
3103         * device/lib/pic/libdev/: NEW, pic14 device libraries
3104         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
3105         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
3106         * device/include/Makefile.in: create subdir and install pic14 headers
3107         * device/include/pic/p16f_common.inc: removed unused declarations
3108         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
3109             PICs from inc2h.pl v1.6,
3110             replaced BIT_AT macros with struct declarations
3111         * device/include/pic/pic14devices.txt: definition of supported devices,
3112             all above improvements contributed by Zik Saleeba, thanks
3113         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
3114         * support/scripts/sdcc.nsi: also install pic14 device libraries and
3115             headers
3116
3117 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3118
3119         * device/include/mcs51/c8051f410.h: added interrupt numbers,
3120         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
3121           thanks to Charles Olds
3122
3123 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3124
3125         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
3126
3127 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3128
3129         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
3130         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
3131         * support/regression/bug1464657.c: added, new test
3132
3133 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
3134
3135         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
3136           version number
3137
3138 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
3139
3140         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
3141           --no-peep and --peep-file <file> are used don't use default rules but
3142           do use the <file>
3143
3144 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
3145
3146         * src/mcs51/gen.c (genCall): fixed bug 1457608
3147
3148 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3149
3150         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
3151         changes seem to cause (trigger?) problems with the build system.
3152
3153 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
3154
3155         * src/SDCCpeeph.c (operandsLiteral): new, added,
3156           (callFuncByName): inserted operandsLiteral
3157         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
3158
3159 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3160
3161         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
3162         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
3163
3164 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3165
3166         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
3167           implemented patch 1120823 Thanks to Willy De la Court (normal
3168           interrupts need an interrupt number now if they are made critical),
3169           and enabled nesting of critical functions though not for gbz80
3170           (genCritical, genEndCritical): added functions
3171           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
3172         * src/z80/mappings.i: added "ei" to all mappings
3173
3174 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3175
3176         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
3177         submitted by the Debian SDCC maintainer Aurelien Jarno:
3178         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
3179         archive with gcc 4.1 on mips and wrote the patch"
3180
3181 2006-03-16 Raphael Neider <rneider AT web.de>
3182
3183         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
3184           the left operand is shorter than the result (c* = lit-c* + int),
3185           fixes bug #1450796
3186         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
3187           OP_SYMBOL
3188
3189 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3190
3191         * src/.version: increased version number to 2.5.5
3192         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
3193         linking is done manually in pic16 port's _linkEdit,
3194         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
3195         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
3196         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
3197         allocate asmop as AOP_ACC,
3198         (aopForRemat): added parameter 'bool result' in function declaration,
3199         (pic16_aopGet): return AOP_ACC when accessing WREG,
3200         (pic16_popGetTempReg): minor modification,
3201         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
3202         'pic16_allocWithIdx',
3203         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
3204         calling function in absolute addresses,
3205         (genAssign): take into account AOP_ACC asmop,
3206         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
3207         * src/pic16/pcoderegs.c: some debug functions and lines added,
3208         * src/pic16/ralloc.c (decodeRegType): added but commented out,
3209         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
3210         register too,
3211         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
3212         call to allocReg, not by manually allocating a new one,
3213         (pic16_assignRegisters): now before going through the register
3214         allocating functions mark all registers as free. This eliminates some
3215         side effects resulting from peephole parser done earlier in the backbone
3216
3217 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
3218
3219         * src/SDCCicode.c (geniCodeLogic),
3220         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
3221
3222 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
3223
3224         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
3225           (genSend): bugfix, do not allocate and free twice,
3226           (shiftRLong): handle partially overlapping aops
3227         * support/regression/tests/bitopcse.c: fixed warning redefined idata
3228
3229 2006-03-08 Borut Razem <borut.razem AT siol.net>
3230
3231         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
3232           for pic16
3233
3234 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
3235
3236         * support/regression/tests/bug1409955.c: new, added
3237         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
3238         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
3239           (aopForSym, aopOp): increment asmop.allocated if reused,
3240           (freeAsmop): decrement asmop.allocated and check for zero instead of
3241           using asmop.freed,
3242           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
3243           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
3244            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
3245            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
3246            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
3247            genSignedRightShift, genRightShift, genDataPointerGet,
3248            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
3249            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
3250             in reverse order from allocation,
3251           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
3252             added swappedLR to keep track
3253         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
3254           pdata & code for GCC, z80, gbz80 & hc08
3255         * support/regression/tests/zeropad.c: moved defines to testfwk.h
3256
3257 2006-03-08 Raphael Neider <rneider AT web.de>
3258
3259         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
3260
3261 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
3262
3263         * device/include/mcs51/c8051f410.h: new SiLabs mcu
3264         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
3265         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
3266
3267 2006-03-06 Borut Razem <borut.razem AT siol.net>
3268
3269         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
3270           made the linker quiet
3271
3272 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3273
3274         * src/pic16/gen.c (genPcall): fixed bug #1443644
3275         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
3276         which dumps before the function entry point a data byte which represents
3277         the number of the local variables used by the specified function, added
3278         'xinst' for initial support for Extended Instruction Support,
3279         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
3280         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
3281         port->fun_prefix anymore (may change later),
3282         (genFunction, genEndFunction): do not store/restore local registers for
3283         _main (this should take care the --main-return command line option in
3284         the future),
3285         (genOr): removed some legacy pic-port instructions,
3286         * src/pic16/genarith.c (genAddLit): re-enabled old code because
3287         performing operations with SFR's causes data to be written more than
3288         once to each SFR. Perhaps SFRs should be handled in special cases...
3289         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
3290         pcode.h
3291         * src/pic16/main.c (_process_pragma): stack bound checking did not take
3292         into account for stack starting position,
3293         (struct OPTIONS pic16_optionsTable): added command line argument
3294         --extended or -y for Extended Instruction Support,
3295         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
3296         (deassignLRs): *** perhaps the most important change, old 'for' code
3297         (commented out for reference), didn't account for some registers which
3298         were left marked 'not free' after a pointer operation. The change
3299         reduces register usage a lot in some cases
3300
3301 2006-03-04 Borut Razem <borut.razem AT siol.net>
3302
3303         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
3304           _clean
3305         * support/regression/tests/bug-524697.c: decreased array size for
3306           mcs51 to fit into the internal RAM
3307         * support/regression/Makefile.in: a little bit more verbose
3308
3309 2006-03-03 Borut Razem <borut.razem AT siol.net>
3310
3311         * support/regression/fwk/lib/testfwk.c,
3312           support/regression/fwk/include/testfwk.h: introduced function
3313           _prints(), nonrecursive _printn(), call _initEmu() from main()
3314         * support/regression/ports/gbz80/support.asm,
3315           support/regression/ports/ucz80/support.asm,
3316           support/regression/ports/z80/support.asm,
3317           support/regression/ports/ds390/support.c,
3318           support/regression/ports/hc08/support.c,
3319           support/regression/ports/host/support.c,
3320           support/regression/ports/mcs51/support.c,
3321           support/regression/ports/xa51/support.c: added empty _initEmu()
3322           function
3323         * support/regression/ports/pic16/gpsim.cmd,
3324           support/regression/ports/pic16/spec.mk,
3325           support/regression/ports/pic16/support.c,
3326           support/regression/Makefile.in: added pic16 regression test
3327
3328 2006-03-01 Raphael Neider <rneider AT web.de>
3329
3330         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
3331           genConstPointerGet): use safe way of generating MOVFF to cover
3332             literals as well as registers, fixes bug #1440527
3333         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
3334             dereference
3335           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
3336             more correctly, fixes bug #1232186
3337           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
3338         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
3339             gplink guess the correct processor in more cases, applied patch
3340             from Till Riedel attached to and fixing bug #1436552
3341
3342 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3343
3344         * support/regression/tests/array.c: added, contains check for #1434401
3345         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
3346
3347 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
3348
3349         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
3350         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
3351         * device/include/mcs51/c8051f326.h,
3352         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
3353         * device/include/mcs51/c8051f000.h,
3354         * device/include/mcs51/c8051f018.h,
3355         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
3356           PCON_IDLE,PCON_STOP and added sfr16 definitions
3357
3358 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
3359
3360         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
3361           genGetWord): fixed bug 1409955
3362
3363 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
3364
3365         * device/include/hc08/mc68hc908gp32.h,
3366         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
3367
3368 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
3369
3370         * src/SDCCast.c (constExprValue): return NULL if not a value
3371         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
3372         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
3373         * support/regression/tests/bitfields.c: enabled signed bitfield for all
3374
3375 2006-02-13 Borut Razem <borut.razem AT siol.net>
3376
3377         * src/regression/ptrarg.c: added, fails due to bug #1430967
3378         * src/regression/Makefile: ptrarg.c added, ...
3379
3380 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
3381
3382         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
3383         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
3384
3385 2006-02-11 Borut Razem <borut.razem AT siol.net>
3386
3387         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
3388           print "Processor: xxx" message to stdout only if --verbose
3389
3390 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3391
3392         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
3393         * support/regression/tests/bug1426356.c: added
3394         * support/regression/tests/bitfields.c: removed 2 tests
3395
3396 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3397
3398         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
3399         * device/include/mcs51/c8051f330.h,
3400         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
3401           PCON_IDLE,PCON_STOP and added sfr16 definitions
3402         * device/lib/_divsint.c,
3403         * device/lib/_divuint.c,
3404         * device/lib/_divulong.c,
3405         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
3406           register bank bug for small stackauto
3407
3408 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3409
3410         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
3411
3412 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
3413
3414         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
3415         * all.dsp: corrected several bin paths
3416         * device/include/mcs51/c8051f120.h,
3417         * device/include/mcs51/c8051f300.h,
3418         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
3419           to PCON_IDLE,PCON_STOP
3420         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
3421         * device/lib/printf_large.c (output_float): fixed bug 1388703
3422         * support/regression/tests/bug1057979.c: added test for bug 1388703
3423
3424 2006-02-08 Raphael Neider <rneider AT web.de>
3425
3426         * src/pic/pcode.c (pciTRIS): fixed typo,
3427           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
3428           (LinkFlow): fixed handling of flows that end in a call,
3429           (ReuseReg): perform safety check earlier
3430         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
3431             to work with flows at the beginning of a pBlock,
3432             fixes #1426557 (Symbol not previously defined),
3433           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
3434             usage information
3435           (RemoveUnusedRegisters): update register usage info
3436         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
3437             created, reuse existing ones instead
3438         * src/pic/gen.c (genPcall): fixed #1424719
3439
3440 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
3441
3442         * link/z80/lkmain.c,
3443         * link/z80/lklex.c,
3444         * link/z80/lkdata.c,
3445         * link/z80/aslink.h: fixed build on current cygwin:
3446         replaced getline() by lk_getline()
3447
3448 2006-02-01 Borut Razem <borut.razem AT siol.net>
3449
3450         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
3451           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
3452           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
3453           src/regression/bool1.c, src/regression/bool2.c,
3454           src/regression/bool3.c, src/regression/call1.c,
3455           src/regression/compare.c, src/regression/compare10.c,
3456           src/regression/compare2.c, src/regression/compare3.c,
3457           src/regression/compare4.c, src/regression/compare5.c,
3458           src/regression/compare6.c, src/regression/compare7.c,
3459           src/regression/compare8.c, src/regression/compare9.c,
3460           src/regression/configword.c, src/regression/for.c,
3461           src/regression/inline.c, src/regression/mult1.c,
3462           src/regression/nestfor.c, src/regression/or1.c,
3463           src/regression/pointer1.c, src/regression/ptrfunc.c,
3464           src/regression/rotate1.c, src/regression/rotate2.c,
3465           src/regression/rotate3.c, src/regression/rotate4.c,
3466           src/regression/rotate5.c, src/regression/rotate6.c,
3467           src/regression/rotate7.c, src/regression/string1.c,
3468           src/regression/struct1.c, src/regression/sub.c,
3469           src/regression/sub2.c, src/regression/switch1.c,
3470           src/regression/while.c, src/regression/xor.c,
3471           src/regression/create_stc, src/regression/simulate,
3472           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
3473           regression tests
3474         * src/regression/gpsim_assert.h: added
3475
3476 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
3477
3478         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
3479         ((void (code *) (void)) 0) ();
3480         * as/hc08/aslex.c,
3481         * as/hc08/aslink.h,
3482         * as/hc08/asm.h,
3483         * as/hc08/asmain.c,
3484         * as/hc08/lkdata.c,
3485         * as/hc08/lklex.c,
3486         * as/hc08/lkmain.c,
3487         * as/mcs51/aslex.c,
3488         * as/mcs51/aslink.h,
3489         * as/mcs51/asm.h,
3490         * as/mcs51/asmain.c,
3491         * as/mcs51/lkdata.c,
3492         * as/mcs51/lklex.c,
3493         * as/mcs51/lkmain.c,
3494         * as/z80/aslex.c,
3495         * as/z80/asm.h,
3496         * as/z80/asmain.c: fixed build on current cygwin:
3497         replaced getline() by as_getline()
3498
3499 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
3500
3501         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
3502         declarator in the symbol chain
3503         * src/SDCCsymt.h,
3504         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
3505         parameter list for function pointers
3506         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
3507         * support/regression/tests/bug-716242.c: added
3508
3509 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
3510
3511         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
3512         offset if possible
3513         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
3514
3515 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
3516
3517         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
3518         inifinitely recurseable, added static
3519         * support/regression/tests/bug-1408066.c: added
3520
3521 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
3522
3523         * src/SDCCicode.h,
3524         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
3525         renamed, added possibility to create "postLoopLbl"-labels
3526         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
3527         newiTempLoopHeaderLabel
3528         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
3529         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
3530         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
3531         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
3532         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
3533         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
3534         (basicInduction): fixed bug #136564, made static,
3535         (loopInduction): changed parameter of basicInduction, made static,
3536         (addPostLoopBlock): added
3537         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
3538         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
3539         findLoopEndSeq
3540         * support/regression/tests/bug-136564.c: added
3541         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
3542         --std-sdcc99 to LIBSDCCFLAGS
3543
3544 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
3545
3546         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
3547         while loop
3548         * support/regression/tests/bug-1406131.c: added
3549
3550 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
3551
3552         * src/SDCCast.c (decorateType): fix promotion of unary minus
3553         * src/SDCCsymt.c (computeType): beautified
3554         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
3555         (valUnaryPM, valComplement): fix sign and promotion,
3556         (valNot): ANSI: result type is int (SDCC: unsigned char)
3557         * support/regression/tests/uminus.c: speedup by removing superflous
3558         test case 'int'
3559         * support/regression/tests/onebyte.c: added promotion and signedness
3560         tests for unary minus
3561         * support/regressions/tests/bug-477927.c: disable warning about
3562         uninitialized variables
3563         * support/regression/tests/not.c: added
3564
3565 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
3566
3567         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
3568         * src/mcs51/gen.c (gen51Code): show final register usage after
3569         fillGaps in asm with --i-code-in-asm
3570         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
3571         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
3572         incUsed, rliveClear, adjustIChain): made static,
3573         (setFromRange): excluded because it's unused,
3574         (findPrevUseSym, markWholeLoop): added,
3575         (findPrevUse): rewritten; fixes bug 895992; now a complete search
3576         through all branches of predecessors enables sdcc to emit the warning
3577         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
3578         (rlivePoint): made static, added parameter emitWarnings which is only
3579         true during the first run out of two,
3580         (findRecursiveSucc, findRecursivePred): removed,
3581         (computeLiveRanges): made static, added parameter emitWarnings,
3582         (dumpIcRlive): added for debugging only
3583         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
3584         removed prototype of setFromRange()
3585         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
3586         in call of computeLiveRanges()
3587         * support/regression/tests/bug-895992.c: added
3588         * support/regression/tests/bug-971834.c: added
3589         * support/valdiag/tests/bug-895992.c: added
3590         * support/valdiag/tests/bug-971834.c: added
3591
3592 2005-12-18 Raphael Neider <rneider AT web.de>
3593
3594         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
3595           (genUnpackBits): improved code for direct operands,
3596           (genPackBits): improved code for literal assignment to bitfields
3597             and for direct destination operands (no FSR indirection),
3598             prevented redundant AND, fixes #1362800,
3599           (AccLsh): added parameter to disable masking of the result
3600         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
3601           skip instructions with side-effects (like incfsz),
3602           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
3603         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
3604         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
3605           fixes #1375263
3606
3607 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
3608
3609         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
3610         volatile variables as spill location
3611
3612 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
3613
3614         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
3615         replacing literals
3616         * support/regression/tests/bug-1376320.c: added
3617
3618 2005-12-08 Raphael Neider <rneider AT web.de>
3619
3620         * src/pic/device.c: renamed is_shared to pic14_is_shared
3621         * src/pic/gen.c (genIfx): re-enabled handling of sbits
3622         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
3623           (is_valid_identifier): added for above workaround
3624
3625 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
3626
3627         * device/lib/Makefile.in: fixed to enable port-specific-objects
3628         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
3629           char, thanks Hubert Sack
3630         * doc/sdccman.lyx: documented --xstack-loc,
3631           elaborated a bit more on interrupts and pitfalls,
3632           removed "setjmp/longjmp unsupported",
3633           documented some unsupported C99 features
3634         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
3635         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
3636           if, thanks Hubert Sack
3637         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
3638         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
3639           make make_library
3640         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
3641           regression tests can report resource usage (rfe 700441)
3642         * support/regression/collate-results.py: report resource usage
3643         * support/regression/ports/ds390/spec.mk,
3644         * support/regression/ports/hc08/spec.mk,
3645         * support/regression/ports/mcs51/spec.mk,
3646         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
3647         * support/regression/ports/ds390/uCsim.cmd,
3648         * support/regression/ports/hc08/uCsim.cmd,
3649         * support/regression/ports/mcs51/uCsim.cmd,
3650         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
3651         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
3652           library, use the default one
3653         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
3654           building the library
3655
3656 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
3657
3658         * config.dsp: added dependency on .version and configure_vc.awk
3659         * device/include/setjmp.h: updated for --stack-auto and --xstack
3660         * device/include/mcs51/at89c51snd1c.h: corrected line endings
3661         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
3662         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
3663         * device/lib/libsdcc.lib: added _setjmp
3664         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
3665           (decorateType): fixed bug 1372851,
3666           (optimizeGetHbit): fixed warning
3667         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
3668           array initialisation
3669         * support/regression/tests/bug1057979.c: added test for bug 1358192
3670         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
3671
3672 2005-12-03 Borut Razem <borut.razem AT siol.net>
3673
3674         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
3675           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
3676
3677 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
3678
3679         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
3680         createIval): implement symbol independant "flexible array member",
3681         (createIvalCharPtr): implemented flexible array initialisation with a
3682         string
3683         * src/SDCCsymt.c (copyStruct): removed,
3684         (getSize): fixed misleading comment,
3685         (getAllocSize): removed, the additional allocation size is now in
3686         sym->flexArrayLength,
3687         (checkStructFlexArray): new, syntax checks for flexible array members,
3688         (compStructSize): added syntax checks for "flexible array members"
3689         (copyStruct): removed,
3690         (copyLinkChain): removed inefficient fix for bug 770487
3691         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
3692         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
3693         symbol->flexArrayLength
3694         * src/SDCCerr.c,
3695         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
3696         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
3697         * support/regression/tests/structflexarray.c: added
3698         * support/valdiag/tests/structflexiblearray.c: added
3699
3700 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
3701
3702         * src/SDCCast.c (decorateType): fixed bug 1368489
3703         * support/Util/SDCCerr.c,
3704         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
3705
3706 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3707
3708         * device/include/mcs51/at89c51snd1c.h: added file submitted by
3709           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
3710
3711 2005-11-27 Borut Razem <borut.razem AT siol.net>
3712
3713         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
3714           support/cpp2/mkdeps.h: added command line option
3715           -obj-ext=<extension> to SDCPP to define object file externion, used
3716           for generation of make dependencies (-M)
3717         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
3718
3719 2005-11-26 Borut Razem <borut.razem AT siol.net>
3720
3721         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
3722           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
3723           added pic and pic16 libraries
3724
3725 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3726
3727         * device/include/float.h: Corrected typo in prototype of __fsgt
3728
3729 2005-11-25 Borut Razem <borut.razem AT siol.net>
3730
3731         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
3732           added creation of model-mcs51-stack-auto libraries
3733
3734 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
3735
3736         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
3737         and fields-list too
3738         * src/SDCCast.c (createIvalArray): removed obsolete comment
3739
3740 2005-11-24 Borut Razem <borut.razem AT siol.net>
3741
3742         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
3743           added missing device/lib/mcs51/crt*.asm sources
3744
3745 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
3746
3747         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
3748
3749 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
3750
3751         * device/lib/_fs2schar.c,
3752         * device/lib/_fs2sint.c,
3753         * device/lib/_fs2slong.c: optimized inline asm
3754
3755 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3756
3757         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
3758           Better handling of floats between -1.0 and 0.0.
3759
3760 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3761
3762         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
3763           (the missing "if"s prohibited removal of redundant labels)
3764
3765 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3766
3767         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
3768           Properly convert floats between -1.0 and 0.0 to long, int, and char
3769           types (max integer value of negative floats tends to zero).
3770         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
3771           Removed changes made so to work properly with floats between
3772           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
3773           and _fs2char.c
3774
3775 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
3776
3777         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
3778         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
3779         (genCast) cosmetic change
3780         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
3781         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
3782         from mcs51
3783         * support/regression/tests/bitfields (testSignedBitfields): added
3784
3785 2005-11-18 Borut Razem <borut.razem AT siol.net>
3786
3787         * sdcc/device/lib/Makefile.in: remove all unnecessary files
3788         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
3789           introduced SILENT option to make building of pic16 libraries less
3790
3791 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3792
3793         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
3794           Now they work properly with floats between -1.0 and 0.0
3795         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
3796
3797 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3798
3799         * src/SDCCicode.c (printOperand): added missing else
3800
3801 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
3802
3803         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
3804         reformatted for better readability
3805         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
3806         signed bitfields
3807
3808 2005-11-17 Borut Razem <borut.razem AT siol.net>
3809
3810         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
3811           introduced SILENT option to make building of pic16 libraries less
3812           verbose - used for nightly snapshot build
3813         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
3814           available on Win32 platforms.
3815         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
3816           medium, large, pic and pic16
3817
3818 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3819
3820         * device/lib/printf_large.c: Temporary patch for bug 1358192:
3821           printf("%f"...) sets fraction to zero.
3822
3823 2005-11-16 Raphael Neider <rneider AT web.de>
3824
3825         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
3826           fixes #1357221
3827         * src/pic/gen.c (genIfx): implemented for CARRY bit
3828         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
3829           to generic pointers, fixes #1357332,
3830           (pic16_movLit2f): NEW,
3831           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
3832
3833 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3834
3835         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
3836
3837 2005-11-11 Raphael Neider <rneider AT web.de>
3838
3839         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
3840         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
3841           compute pointer's type from operand,
3842           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
3843           improved single bit reads, fixes bug #1353379
3844
3845 2005-11-09 Borut Razem <borut.razem AT siol.net>
3846
3847         * support/scripts/sdcc.nsi: added lib/pic to the package
3848
3849 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
3850
3851         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
3852
3853 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3854
3855         * support/regression/tests/bug1348008.c: added
3856         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
3857         * support/regression/tests/bug1337835.c: updated comment
3858
3859 2005-11-06 Borut Razem <borut.razem AT siol.net>
3860
3861         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
3862           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
3863           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
3864           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
3865           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
3866           dynamic construction of cl_error_class and derivates - 2.nd try
3867
3868 2005-11-05 Borut Razem <borut.razem AT siol.net>
3869
3870         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
3871           bug, which caused Bus Errors on sparc solaris
3872
3873 2005-11-04 Borut Razem <borut.razem AT siol.net>
3874
3875         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
3876           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
3877           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
3878           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
3879           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
3880           and derivates to resolve the initialization problem on OSX
3881
3882 2005-11-02 Borut Razem <borut.razem AT siol.net>
3883
3884         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
3885           corrected typo - #include <winsock2.h>
3886
3887 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
3888
3889         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
3890           (_asxxxx_mapping): added org directive for future enhancements
3891
3892 2005-11-01 Borut Razem <borut.razem AT siol.net>
3893
3894         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
3895           enabled sockets on WIN32
3896         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
3897
3898 2005-10-31 Borut Razem <borut.razem AT siol.net>
3899
3900         * support/regression/generate-cases.py: escape backslashes in {testcase}:
3901           WIN32 backslash path delimiters should be escaped when used in C strings
3902         * support/regression/tests/bitfields.c: exclude failing assertions for
3903           __CYGWIN32__ and __MINGW32__ hosts
3904
3905 2005-10-30 Borut Razem <borut.razem AT siol.net>
3906
3907         * src/SDCCutil.c: corrected double comparison typo
3908
3909 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
3910
3911         * device/lib/medium/Makefile: added for new memory model medium
3912         * device/include/asm/mcs51/features.h: updated for medium/pdata
3913         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
3914           added Multiply & Accumulate sbit's and MAC0_PAGE define
3915         * device/include/mcs51/c8051f300.h: added sfr16 definitions
3916         * device/include/mcs51/c8051f310.h: added sfr16 definitions
3917         * device/lib/_mullong.c: update for medium model
3918         * device/lib/incl.mk: added medium model
3919         * doc/sdccman.lyx: documented medium model
3920         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
3921         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
3922         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
3923         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
3924           (allocParms): set SCLS and OCLS to pdata for medium model
3925         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
3926           for pdata,
3927           (powof2): return <0 if not power of 2
3928         * src/avr/gen.c (genBitWise): use updated powof2
3929         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
3930           (shiftR2Left2Result): small optimization in setup, save acc when storing,
3931           (shiftLLeftOrResult): use B if necessary
3932         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
3933         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
3934         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
3935         * support/regression/Makefile.in: added test-mcs51-medium
3936         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
3937
3938 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
3939
3940         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
3941         specifier unsigned
3942         * device/lib/time.c (mktime): fixed bug 1334315
3943
3944 2005-10-28 Raphael Neider <rneider AT web.de>
3945
3946         * device/include/pic/p16f_common.inc: added common declarations
3947         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
3948
3949 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
3950
3951         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
3952           (aopPutUsesAcc): added to predict accumulator use,
3953           (assignResultValue): save acc if necessary,
3954           (genMinusDec): store result if indirectly addressed,
3955           (genDivOneByte):  save acc if necessary,
3956           (movLeft2Result): bugfix if left already in acc,
3957           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
3958             attention to accumulator use (esp. pdata),
3959           (genReceive): receive pdata correctly
3960         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
3961         * src/SDCCicode.h: added isOperandInPagedSpace prototype
3962
3963 2005-10-27 Raphael Neider <rneider AT web.de>
3964
3965         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
3966
3967 2005-10-27 Raphael Neider <rneider AT web.de>
3968
3969         * .version: changed version to 2.5.4
3970         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
3971         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
3972           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
3973             arithmetics support routines
3974         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
3975         * device/lib/Makefile.in: also create installdir for pic
3976
3977         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
3978           pic14 port as well
3979         * src/pic/device.c (dump_sfr): rewritten to delegate register
3980           placement to the linker (use `extern sym' rather than sym EQU addr),
3981           (validAddress): fixed to check last specified address
3982         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
3983           (popGetLit): truncate literal value to 8 bit,
3984           (popGet): moved assert to more appropriate place
3985           (popGetExternal): create pCode operand from and mark the according
3986             symbol as being `extern'
3987           (popGetAddr): added sanity check on immediate's offset, provide
3988             GPOINTER tag on demand
3989           (aopPut): fixed for immediates,
3990           (mov2w_op): move operand's address or contents to WREG (depending on
3991             operand type), safer variant of mov2w,
3992           (movwf,call_libraryfunc): NEW, handy abbreviations,
3993           (get_argument_pcop,get_return_val_pcop,pass_argument,
3994           get_returnvalue): interface for accessing function parameters and
3995             return values,
3996           (assignResultValuei,genRet): use new parameter/return value interface
3997           (pic14_getDataSize): back to old version handling generic pointers,
3998           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
3999             provided implementation and/or fixed old one,
4000           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
4001             calls, removed legacy 8051 reference code
4002           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
4003           (loadSignToC): NEW, move the operands sign bit to CARRY,
4004           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
4005             genRightShiftSigned, accepts negative shift counts,
4006           (setup_fsr): load FSR and adjust IRP (indirect memory access),
4007           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
4008             generic pointers, __data pointers and __code pointers,
4009           (genUnpackBits,genPackBits): rewritten to work with generic pointers
4010             and signed bitfields, limit bitfields to 8 bit,
4011           (genDataPointerGet): fixed number of bytes read,
4012           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
4013           (genPointerGet,genPointerSet): fixed handling of __code pointers,
4014             pointers to constant data are no longer assumed to point to __code
4015             space, removed invalid pointer types,
4016           (bitpatternFromVal): retrieve the PICs representation of an integer
4017             or float literal,
4018           (genDataPointerSet): fixed assigning to po_immediate operands,
4019           (genGenPointerSet): implemented as library call,
4020           (genIfx): fixed incorrect condition,
4021           (genAddrOf): limit generic pointers' addresses to 2 bytes,
4022             provide GPOINTER tag according to destination's storage class,
4023           (genCast): added code to handle casting to generic pointers, added
4024             sign-/zero extension of the result
4025           (aop_isLitLike,op_isLitLike): fixed handling of immediates
4026         * src/pic/gen.h: added macros to access IRP bit in STATUS register
4027         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
4028           extend the result
4029         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
4030           address/register resides in the shared banks
4031           (emitSymbolToFile): improved to handle global and `pinned' symbols,
4032             put all variables into separate sections (have the linker arrange
4033             them)
4034           (picglue): put init code and interrupt handlers in separate sections
4035         * src/pic/main.c: added port specific options table, modified to PORT
4036           structure to make GPOINTERs 3 byte, added pic14_options
4037           (_pic14_do_link): private linking routine (update paths to libraries,
4038             add libsdcc.lib by default)
4039         * src/pic/main.h: declare pic14_options
4040         * src/pic/pcode.c: fixed instructions i/o relations,
4041           (RegCond): reverted to correct version,
4042           (newpCodeOpLit): truncate literals to 8 bit,
4043           (genericPrint): added debug output,
4044           (getRegFromInstruction): fixed for various operand types, simplified
4045           (BuildFlow): fixed broken handling of isntructions with labels
4046           (LinkFlow): start at last instruction in flow (skip trailing comments),
4047             pass the flow on to the next instruction after CALL
4048           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
4049           (insertPCodeInstruction): fixed inserting after a skip instruction,
4050           (DoBankSelect): fixed for labeled instructions
4051           (OptimizepBlock): honor --nopeep switch
4052           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
4053         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
4054         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
4055           (pCodeOptime2pCodes): allow disabling this optimization via
4056             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
4057             but is still buggy), started implementation of a dataflow based
4058             pCode optimization (CSE + dead code elimination)
4059           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
4060         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
4061           names are independant of the stack location and therefore portable across
4062           devices
4063
4064 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
4065
4066         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
4067           (selectSpil): fixed bug 1337835 by not spilling bit variables
4068         * support/regression/tests/bug1337835.c: added test for this bug
4069         * src/mcs51/peeph.def: restart after rule 3.c,
4070           addded rules 263.x to optimize loading constants
4071
4072 2005-10-26 Raphael Neider <rneider AT web.de>
4073
4074         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
4075         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
4076           (genAssign): emit warning when casting literals to generic pointer
4077             type, also applies when taking the address of a fixed variable,
4078           (genCast): improved casting to generic pointers
4079         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
4080           extern variables, added verbose error message
4081         * device/include/pic16/{string.h,errno.h}: added #pragma library c
4082
4083 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
4084
4085         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
4086         carry must be complemented too
4087         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
4088         could be emitted by genMinus
4089         * src/SDCCval.c (constVal): fixed bug 1305065
4090
4091 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
4092
4093         * src/SDCCast.c (addCast): added promotion for bit variables
4094         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
4095         promotion casts + optimisation
4096         (optimizeGetWord): fix warning 'i' might be used uninitialized
4097         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
4098         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
4099
4100 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
4101
4102         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
4103         all chars are promoted to int; promotion should be handled in SDCCast.c
4104
4105 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4106
4107         * device/lib/_strcmp.c: Fixed bug 1326457
4108
4109 2005-10-11 Raphael Neider <rneider AT web.de>
4110
4111         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
4112         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
4113
4114 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4115
4116         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
4117         * support/regression/tests/sfr16.c: added test for the sfr32 bug
4118
4119 2005-10-04 Raphael Neider <rneider AT web.de>
4120
4121         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
4122           device/lib/pic16/pics.all: added pic18f1320
4123         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
4124
4125 2005-09-30 Raphael Neider <rneider AT web.de>
4126
4127         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
4128         * src/pic16/devices.inc: NEW, provides device descriptions
4129         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
4130
4131 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
4132
4133         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
4134           GETHBIT
4135
4136 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
4137
4138         * doc/sdccman.lyx: updated Highest Order Bit documentation,
4139           documented Any Order Bit, Higher Order Byte and Higher Order Word
4140         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
4141         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
4142           (optimizeGetAbit): new, to get any bit, not only the high bit,
4143           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
4144           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
4145           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
4146           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
4147             RIGHT_OP: also try GETBYTE, GETWORD optimization,
4148             GETABIT, GETBYTE, GETWORD: decorate them,
4149           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
4150           (ast_print): added GETABIT, GETBYTE, GETWORD
4151         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
4152         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
4153           (geniCodeBinary): new generic binary icode,
4154           (ast2iCode): added GETABIT, GETBYTE, GETWORD
4155         * src/port.h: updated comment for PORT.hasExtBitOp
4156         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
4157           (genGetByte): new, to get a single byte,
4158           (genGetWord): new, to get a word from a long,
4159           (gen51Code): added GETABIT, GETBYTE, GETWORD
4160         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
4161
4162 2005-09-23 Raphael Neider <rneider AT web.de>
4163
4164         * configure.in, configure: have device/lib/pic configured
4165         * device/lib/Makefile.in: added model-pic14
4166         * device/lib/clean.mk: added pic/ to clean rule
4167         * device/lib/pic: added rudimentary pic14 library providing support
4168           functions for multiplication/division/generic pointer access
4169         * src/SDCCopt.c (convilong): mark support functions as extern
4170           for pic14 port as well
4171         * src/pic/gen.c (genMult): added assertions,
4172           (genpic14Code): emit warning on unhandled iCodes
4173         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
4174         * src/pic/pcode.c (pCodeOpCopy),
4175         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
4176           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
4177           SFR_REGISTER}), made safe for future extensions
4178         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
4179           instructions even if preceeded by SKIP instructions (also remove
4180           them); removed unused code
4181         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
4182           prevents leaving parts of the structure uninitialized after copying
4183
4184 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
4185
4186         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
4187           ago by me
4188         * support/regression/tests/addsub.c: added test for the bug
4189
4190 2005-09-21 Raphael Neider <rneider AT web.de>
4191
4192         * device/include/pic16/pic18f1220.h,
4193           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
4194         * device/lib/pic16/Makefile.rules: added missing opening paren
4195         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
4196           are provided in genutils.c,
4197           (genUminusFloat,genUminus,genCmpEq): added asserts on different
4198           operand/result sizes,
4199           (genCmp): assert on NULL pointers first, then check deref'ed values
4200         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
4201           result size
4202
4203 2005-09-18 Raphael Neider <rneider AT web.de>
4204
4205         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
4206           as these are now unused,
4207           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
4208         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
4209           local, avoids uninitialized pointer dereference on r->name
4210         * src/pic16/ralloc.c (newReg): fixed indentation
4211
4212 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
4213
4214         * src/SDCCval.c (constVal): fixed bug 730366
4215         * support/Util/SDCCerr.c,
4216         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
4217
4218 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
4219
4220         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
4221
4222 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
4223
4224         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
4225
4226 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4227
4228         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
4229           (hex2dec): made hex_digit unsigned char, removed ascii dependance
4230         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
4231           (hex2dec): made hex_digit unsigned char, removed ascii dependance
4232         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
4233         * packihx/packihx.c (hexDigit): made c unsigned char
4234         * as/mcs51/lklibr.c (fndsym),
4235         * link/z80/lkgb.c (gb),
4236         * link/z80/lklibr.c (fndsym),
4237         * link/z80/lkrloc.c (relr),
4238         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
4239         * src/SDCC.lex (checkCurrFile, process_pragma),
4240         * src/SDCCglue.c (spacesToUnderscores),
4241         * src/SDCCmain.c (setParseWithComma, processFile),
4242         * src/asm.c (tvsprintf, printCLine),
4243         * src/avr/gen.c (emitcode, aopPut),
4244         * src/ds390/gen.c (emitcode),
4245         * src/hc08/gen.c (emitcode, emitinline),
4246         * src/mcs51/gen.c (emitcode, genInline),
4247         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
4248           tokenizeLineNode),
4249         * src/pic/ralloc.c (debugLog),
4250         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
4251           tokenizeLineNode),
4252         * src/pic16/ralloc.c (debugLog),
4253         * src/z80/main.c (_process_pragma):
4254            made all ctype.h function calls safe
4255         * src/SDCCopt.c: include math.h for fabs
4256         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
4257           and used them throughout the code to make ctype.h function calls safe
4258         * src/ds390/main.c (asmLineNodeFromLineNode),
4259         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
4260         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
4261            unsigned char*
4262         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
4263           (newpCodeAsmDir): made ctype.h function calls safe
4264         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
4265           pic16_emitcode):  made lbp unsigned char*
4266         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
4267           (pic16_newpCodeAsmDir): made ctype.h function calls safe
4268         * src/xa51/gen.c (emitcode),
4269         * src/z80/gen.c (_emit2): made lbp unsigned char*
4270         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
4271            char*
4272
4273 2005-09-05 Raphael Neider <rneider AT web.de>
4274
4275         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
4276           access bank splitpoint
4277
4278 2005-09-05 Raphael Neider <rneider AT web.de>
4279
4280         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
4281
4282 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
4283
4284         * .version: changed to version 2.5.3
4285         * doc/sdccman.lyx: changed version to 2.5.3,
4286           documented --codeseg and --constseg and pragma codeseg and constseg,
4287           documented bit parameters (reentrant) and bit returning
4288         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
4289            currFunc->recvSize, but is this ok for all ports?
4290           (ast2iCode): result of ~ on unsigned char must be cast to int for
4291            bool to work
4292         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
4293           function pointers in bit space
4294         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
4295           (processFuncArgs): call port.reg_parm() with reentrancy info
4296         * src/port.h,
4297         * src/avr/main.c,
4298         * src/ds390/main.c,
4299         * src/hc08/main.c,
4300         * src/pic/main.c,
4301         * src/pic16/main.c,
4302         * src/xa51/main.c,
4303         * src/z80/main.c: port.reg_parm prototype extended with
4304           "bool reentrant" parameter
4305         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
4306           options.stackAuto for allocating bit register parameters
4307         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
4308           (genSend): set BitBankUsed if it is,
4309           (selectRegBank): factored out of genCall for use in genPcall,
4310           (genCall): removed redundant dtype assignmen, use selectRegBank,
4311           (genPcall): handle returning in Carry properly, save in F0 if needed,
4312           (genReceive): handle bit register parameters
4313         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
4314           (mcs51_assignRegisters): enable bit registers for all reentrant
4315            functions and don't set BitBankUsed unconditionally
4316         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
4317         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
4318         * support/regression/tests/funptrs.c: added tests for BOOL and for return
4319
4320 2005-08-27 Borut Razem <borut.razem AT siol.net>
4321
4322         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
4323         ppc-osx (Darwin) does not support -u option. It seems that it is
4324         supported only on Linux - GNU cp
4325
4326 2005-08-25 Borut Razem <borut.razem AT siol.net>
4327
4328         * sim/ucsim/gui.src/serio.src/Makefile.in,
4329           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
4330           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
4331           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
4332           install and strip, since the strip at /usr/ccs/bin should be used
4333           on solaris
4334
4335 2005-08-24 Borut Razem <borut.razem AT siol.net>
4336
4337         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
4338
4339 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
4340
4341         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
4342         ffffffffu
4343
4344 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
4345
4346         * as/mcs51/aslink.h: completed lkrloc.c prototypes
4347         * as/mcs51/lkmain.c (link_main): fixed warning
4348         * device/include/stdbool.h: ds390 has no advanced bit support yet
4349         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
4350         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
4351         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
4352           and updated their macros
4353         * src/SDCCval.c (constVal): updated comment for renamed b_long
4354
4355 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
4356
4357         * as/mcs51/asdata.c: changed ctype['['] to BINOP
4358         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
4359           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
4360           (oprio): set priority for '['
4361         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
4362            and adb_24_bit
4363         * as/mcs51/asm.h: added defines R_BIT and S_BIT
4364         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
4365         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
4366         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
4367           added overlayable BIT_BANK area
4368         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
4369           (summary2): explain 'T' in legenda
4370         * as/mcs51/lkrloc.c: replaced old K&R style,
4371           (relr): added R_BIT processing,
4372           (errmsg): added "Bit-addressable relocation error",
4373           (adb_bit): added for converting from byte- to bit-addressable space,
4374           (adb_24_bit): added for converting from byte- to bit-addressable space
4375         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
4376            used in reentrant functions now even as return value
4377         * device/lib/_gptrput.c (_gptrput): removed obsolete code
4378         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
4379           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
4380         * src/SDCCglobl.h: added indicator BitBankUsed
4381         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
4382            the bit registers b0-b7
4383         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
4384           (geniCodeCast): fixed bug 1263853,
4385           (geniCodeLogicAndOr): put result in bool or char,
4386           (geniCodeReceive): added parameter func for accessing the return type,
4387           (geniCodeFunctionBody): pass func to geniCodeReceive
4388         * src/SDCCmain.c: added indicator BitBankUsed
4389         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
4390         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
4391           (checkSClass): don't put automatic bool/bit on stack,
4392           (checkFunction): removed check on function cannot return bit
4393         * src/SDCCsymt.h: added newBoolLink prototype
4394         * src/mcs51/gen.c (rb1regs): added bit registers,
4395           (movc): created for assigning to carry,
4396           (pushReg, popReg): created for pushing registers,
4397           (sameRegs): check both AOP_REG and AOP_CRY types,
4398           (aopOp): handle bit registers,
4399           (aopPut): optimization no self-assign,
4400           (saveRegisters): push reg->base (bits) only once for bit registers,
4401            and use pushReg,
4402           (unsaveRegisters): pop reg->base only once and use popReg,
4403           (assignResultValue): added parameter func and return in carry for bits,
4404           (genIpush): optimization no reload in A if not changed,
4405           (genSend): bit parameters in reentrant functions are passed in bit
4406            registers by first assigning to bits in B, then save registers and
4407            copy B to bits,
4408           (genCall): handle returning in Carry properly, save it in F0 if needed,
4409           (genPcall): updated assignResultValue call, this is not safe yet for bit
4410            returning function !!!
4411           (genFunction): don't generate equ's for bit registers and use pushReg,
4412           (genEndFunction): take care of bit returning functions and use popReg,
4413           (genRet): return bit in Carry,
4414           (genIfx): optimize bit registers and other directly addressable bits,
4415           (genReceive): updated assignResultValue call
4416         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
4417           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
4418            registers when using stack-auto
4419         * src/mcs51/ralloc.c (_G): added allBitregs,
4420           (regs8051): added the bit registers,
4421           (createStackSpil): use macro IS_BIT,
4422           (getRegBit): added to allocate a bit register, else spill,
4423           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
4424           (updateRegUsage): factored out to ease stepping while debugging,
4425           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
4426            also allocate bit registers,
4427           (fillGaps): handle bit registers,
4428           (findAllBitregs): added to create bit vector with all bit registers,
4429           (mcs51_allBitregs): returns this bit vector,
4430           (mcs51_assignRegisters): when using stack-auto use bit registers for
4431            passing parameters and creating local variables
4432         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
4433
4434 2005-08-22 Borut Razem <borut.razem AT siol.net>
4435
4436         * device/lib/Makefile.in: replaced find option -or with -o
4437           to make it run on solaris
4438
4439 2005-08-22 Raphael Neider <rneider AT web.de>
4440
4441         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
4442           fixes #1265442 (crash on Solaris)
4443
4444 2005-08-20 Borut Razem <borut.razem AT siol.net>
4445
4446         * configure, configure.in: added tests for libsocket and libnsl libraries,
4447           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
4448           from support/regression/Makefile.in
4449         * support/regression/Makefile.in: added
4450         * device/lib/pic16/Makefile.common.in: force make to use bash shell
4451         * sim/ucsim/libtool: regenerated on sparc-solaris
4452         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
4453           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
4454           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
4455           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
4456           sparc-solaris, which doesn't use GNU ld linker
4457         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
4458         * as/Makefile: find on sparc-solaris does not support -maxdepth option
4459
4460 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
4461
4462         * src/mcs51/peeph.def: updated comments
4463
4464 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4465
4466         * device/lib/_gptrget.c,
4467         * device/lib/_gptrput.c: slightly shorter
4468         * doc/sdccman.lyx: incremented version
4469         * src/mcs51/peeph.def: moved peephole comments to the line of first
4470           change to better keep line correlation, reanimated 186.e
4471         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
4472
4473 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4474
4475         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
4476           David Saxton with quotes around file name.
4477
4478 2005-08-15 Borut Razem <borut.razem AT siol.net>
4479
4480         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
4481           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
4482           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
4483           make tests run on x86_64 platform
4484
4485 2005-08-13 Raphael Neider <rneider AT web.de>
4486
4487         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
4488           as it might be executed DURING a build (parallel make is wonderful)
4489
4490 2005-08-13 Raphael Neider <rneider AT web.de>
4491
4492         * device/lib/Makefile.in (port-specific-objects-pic16):
4493           revert to cp $(PORT)/bin/*.* $(PORTDIR)
4494         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
4495           dependency
4496         * device/lib/pic16/Makefile.rules: build subdirs before creating
4497           the library, removed builddir rule, create $(builddir) early in
4498           recurse rule, use empty recurse rule for leaf directories
4499         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
4500           mkdir errors (race condition), removed duplicate suffix "hex"
4501           from clean rules
4502         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
4503         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
4504           prevents mkdir -p from aborting on Alpha
4505
4506 2005-08-12 Raphael Neider <rneider AT web.de>
4507
4508         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
4509           db-statements in order to allow for arrays of pointers in code
4510           sections to be placed without interspersed 0-padding, fixes
4511           bug #1256215
4512         * (emitStatistics): fixed division by zero for pic18f1220
4513         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
4514           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
4515         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
4516         * (pic16_pCodeConstString): keep track of already emitted string
4517           literals to prevent "duplicate definitions of symbol _str_NR"
4518         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
4519           debug message
4520         * device/lib/Makefile.in: ignore failing PIC16 library builds
4521         * device/lib/pic16/Makefile: do not build if gputils are missing
4522         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
4523
4524 2005-08-10 Raphael Neider <rneider AT web.de>
4525
4526         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
4527           my last commit)
4528
4529 2005-08-10 Raphael Neider <rneider AT web.de>
4530
4531         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
4532           Rokas' patch to add the new fixed point type "__fixed16x16"
4533         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
4534           functions for __fixed16x16 arithmetics
4535         * device/lib/pic16: reimplemented the build system to support
4536           a separate build directory, better handling of libio (create
4537           the library in a separate subdir for each architecture) and
4538           easier configuration (centralized in Makefile.common)
4539
4540 2005-08-07 Raphael Neider <rneider AT web.de>
4541
4542         * src/pic16/gen.c (genrshTwo): fixed sign extension
4543         * src/pic16/device.c: added pic18f2320, 4220 and 4320
4544         * device/include/pic16/pic18f2220.h: changed some bit definitions,
4545           added T0CONbits
4546         * device/include/pic16/pic18f4220.h: NEW, header for
4547           pic18f4220 and pic18f4320
4548         * device/include/pic16/pic18fregs.h: added new devices,
4549           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
4550         * device/include/pic16/signal.h: resolved name clashes
4551           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
4552           to also allow testing for interrupt enable bits, added
4553           comments on how to use the macros
4554         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
4555         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
4556           register definitions for the devices
4557         * device/lib/pic16/pics.all: added new devices
4558         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
4559           allocated memory
4560         * device/lib/pic16/libc/stdlib/memfree: do not count
4561           the block header as free memory
4562         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
4563           simplified and added missing end-of-blocklist-marker
4564           (reported by Peter Onion, fixes #1252814)
4565         * (_mergeHeapBlock): fixed loop condition
4566         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
4567           len==0, restructured code
4568         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
4569           up a bit, reduced bitfield accesses, prevent endless loops
4570           in case of heap corruption
4571         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
4572           "unreferenced arguments/must return a value" warnings
4573         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
4574           replaced BAUDREG with SPBRG
4575         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
4576           device/lib/pic16/debug/gstack/gstack.c: replaced
4577           _naked, _asm, _endasm with __naked, __asm, __endasm
4578
4579 2005-08-05 Raphael Neider <rneider AT web.de>
4580
4581         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
4582           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
4583
4584 2005-08-05 Borut Razem <borut.razem AT siol.net>
4585
4586         * device/lib/Makefile.in: added missing ';'
4587         * configure: removed ^M characters
4588
4589 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4590
4591         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
4592           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
4593           License
4594
4595 2005-08-04 Borut Razem <borut.razem AT siol.net>
4596
4597         * configure.in: pic16 libraries build 2nd try - enable running
4598           configure in device/lib/pic16
4599         * configure: regenerated from configure.in
4600         * device/lib/Makefile.in: create $(PORT)/bin directory
4601
4602 2005-08-03 Raphael Neider <rneider AT web.de>
4603
4604         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
4605           to get/set values via pointers
4606         * (genUnpackBits,genPackBits): changed detection of
4607           ptr->bitfield vs. sym.bitfield, fixed access via generic
4608           pointers, removed dead (wrong) code for multibyte bitfields
4609         * (genNearPointerGet, genGenPointerGet): removed useless code,
4610           fixed bitfield detection, fixes #1250594
4611         * (genNearPointerSet): removed useless code
4612         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
4613           and introduced macro pic16_emitpcode that conditionally emits
4614           the origin of the following pCode (useful for debugging SDCC)
4615         * src/pic16/pcode.c: changed (and disabled) some debug outputs
4616         * (createDefmap): fixed handling of LFSR for --optimize-df
4617
4618 2005-08-02 Borut Razem <borut.razem AT siol.net>
4619
4620         * device/lib/Makefile.in: pic16 libraries build enabled since
4621           gputils-0.13.2 are now localy installed at sourceforge's compile farm
4622
4623 2005-08-02 Raphael Neider <rneider AT web.de>
4624
4625         * src/pic16/gen.c (genPackBits): removed deprecated warning
4626         * (genGenPointerSet): fixed bitfield detection
4627
4628 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4629
4630         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
4631
4632 2005-07-31 Raphael Neider <rneider AT web.de>
4633
4634         * device/lib/pic16/libdev/pic18f458.c,
4635           device/include/pic16/pic18f458.h: added missing T0CONbits
4636
4637 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4638
4639         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
4640
4641 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
4642
4643         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
4644
4645 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4646
4647         * device/include/mcs51/at89c51ed2.h: added.
4648
4649 2005-07-23 Raphael Neider <rneider AT web.de>
4650
4651         * src/pic/gen.h: added emitpcode macro for debugging
4652         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
4653           and replace by macro adding debug information on demand
4654         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
4655         * (gencjne): tried to fix; replaced with correct (slower) code
4656         * (gen{Unp,P}ackBits): fixed single bit access
4657         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
4658         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
4659           previous instruction
4660         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
4661           register has to be handled with care (forbidding movement
4662           of assignments/uses, removing assignments completely, ...)
4663         * (pCodeOptime2pCodes): make use of regIsSpecial
4664         * added lots of debugging output (commented out)
4665         * src/pic/rallloc.c (deassignLRs): prevent operand registers
4666           from being reused as result UNLESS it is known to work
4667
4668 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
4669
4670         * support/Util/dbuf.h: include <stddef.h> for size_t
4671         * .version: changed to version 2.5.2
4672
4673 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4674
4675         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
4676
4677 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4678
4679         * src/hc08/gen.c (genMinus): fixed bug #1241835,
4680           (genModOneByte): removed needless psha/pula
4681
4682 2005-07-22 Raphael Neider <rneider AT web.de>
4683
4684         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
4685           have PIC14 handled like PIC16, fixes broken pic14 linker calls
4686         * src/pic/gen.c (resolveIfx): do not "invent" labels
4687         * (genSkipc): changed to positive logic
4688         * (genSkipCond): removed as no longer needed
4689         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
4690           backport from PIC16
4691         * (genLeftShift): check operands are in different registers
4692         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
4693           INCF does not update CARRY...
4694         * src/pic/main.c: fixed _linkCmd
4695         * src/pic/pcode.c (unlinkpCode): added inactive code
4696         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
4697           alive (do not assign result and operand overlapping registers)
4698
4699 2005-07-22 Raphael Neider <rneider AT web.de>
4700
4701         * src/pic/device.c (dump_sfr): replaced register declaration with
4702           call to emitSymbolToFile() to avoid duplicate symbols
4703         * (assignRelocatableRegisters): do not declare external symbols
4704         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
4705           right (take size of type, not etype)
4706         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
4707         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
4708         * (packRegsForAccUse): disabled assignment of WREG as
4709           the result reg to prevent occurence of just fixed #1235003,
4710           fixes #1242954
4711         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
4712           symbols (avoids duplicate symbols in .asm file)
4713         * (pic14emitRegularMap): use emitSymbolToFile()
4714         * src/pic/gen.c (aopOp): fixed spillLocation handling
4715         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
4716         * (genDataPointerSet): removed unneccessary variables/output
4717
4718 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
4719
4720         * as/mcs51/lkarea.c: enlarged codemap for banked memory
4721         * device/lib/mcs51/crtbank.asm: added # to 0x0F
4722
4723 2005-07-21 Raphael Neider <rneider AT web.de>
4724
4725         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
4726           architecture cannot handle them efficiently, fixes bug #1235003
4727         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
4728           check for empty sets before using them (fixes bug #1232190)
4729
4730 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
4731
4732         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
4733           (lnksect2): generate warnings for memory overlap
4734         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
4735           constseg to set the name of these segments so you can instruct the linker
4736           to place them in banks
4737         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
4738         * src/SDCCglobl.h: added MODEL_HUGE to enum,
4739           added code_seg and const_seg to options
4740         * src/SDCCglue.c (emitMaps): use options.const_seg,
4741           (createInterruptVect): put interrupt vectors in segment HOME,
4742           (glue): put HOME before static segment and put the main glue in HOME,
4743           (glue): use options.code_seg
4744         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
4745         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
4746           these segments so you can instruct the linker to place them in banks
4747           (linkEdit): use code_loc for HOME segment which should be the first
4748           segment in code memory now
4749         * src/SDCCmem.c: fixed more stuff like bug 1238386
4750         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
4751           (changePointer): don't change function pointers to code pointers for
4752           banked functions,
4753           (compareType): added exceptional check for banked function pointers
4754         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
4755         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
4756           after static in code memory
4757         * src/mcs51/gen.c: added aopLiteralLong prototype,
4758           (aopForSym): use getSize for functions,
4759           (genCall): generate banked calls over one trampoline __sdcc_banked_call
4760           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
4761           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
4762           the segment,
4763           (genPcall): use call for literal function pointers and generate banked
4764           calls over the one trampoline so there's only one place for the user to
4765           modify according to his/hers hardware,
4766           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
4767           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
4768         * src/mcs51/main.c: added keyword banked,
4769           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
4770         * support/Util/SDCCerr.c,
4771         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
4772           needed for passing the bank and address to the trampoline
4773         * device/lib/mcs51/crtbank.asm: added for bankswitching
4774         * device/lib/mcs51/Makefile: added crtbank
4775
4776 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4777
4778         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
4779           for fields at offset 0 of a struct or union as reported
4780           on 2005-07-07 in the developer mailing list.
4781
4782 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
4783
4784         * src/SDCCmem.c: fixed bug 1238386
4785
4786 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4787
4788         * src/mcs51/peeph.def: added labelrefcounting for peepholes
4789           (patch #1144962), added peephole 300, enabled 259.x
4790         * doc/sdccman.lyx: removed screenshot and provided link instead
4791
4792 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4793
4794         * doc/sdccman.lyx: added section about debugging with ddd
4795         * doc/figures/ddd_example.eps: screenshot of debugging session
4796
4797 2005-07-04 Raphael Neider <rneider AT web.de>
4798
4799         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
4800           like CODE pointers, fixes #1115683
4801         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
4802           call, fixes bugs #1232211, #1228110,
4803           fixed wrong casts to pCodeFlow from pCodeInstructions
4804
4805 2005-07-04 Raphael Neider <rneider AT web.de>
4806
4807         * src/pic/gen.c (popGet): changed assert to allow for
4808           bit operands
4809         * (popGetAddr): changed signature to provide
4810           an additional index, patched all call sites
4811         * (genCmpEq): handle literal-like operands correctly
4812         * (genAddrOf): added sanity checks on __code/__data pointers
4813         * (genAssign): added handling of symbols from __code section
4814         * (gencjne): do not generate code for comparisons whose result
4815           is neither stored nor used, fixes bug #1171114
4816         * (AccLsh, AccRsh): operate on operand instead of WREG
4817         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
4818           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
4819           by known count
4820         * rewrote complete shift-by-literal logic, commented unused
4821           functions out
4822         * (genConstPointerGet): get multiple bytes (if result size > 1),
4823           fixed handling of non-immediate addresses
4824         * (genPointerGet): handle CODE pointers like CONST pointers
4825         * (genpic14Code): insert C-SRC lines as Cource-pCodes
4826         * ({aop,op}_isLitLike): NEW, single place to decide whether an
4827           operand is to be treated as a literal or not
4828         * (mov2w,genPcall,genCmpEq),
4829           src/pic/genarith.c: use aop_isLitLike() to decide between
4830           literal/register contents
4831         * (addSign): added missing offset
4832         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
4833           only emit comment in debug-mode,
4834           use {aop,op}_isLitLike throughout the file
4835         * src/pic/glue.c: fix initializers for pointers (work in progress)
4836         * src/pic/pcode.c (get_op): honor index on _const symbols
4837         * ({reset,dump}pCodeStatistics): NEW, estimate code size
4838         * (dumppBlock): added pCode size estimation
4839         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
4840           check for IS_SYMOP before OP_SYMBOL'ing
4841         * fixed indentation, compacted switch-statements
4842         * (allocReg): find free register and allocate it instead of
4843           allocating new registers all the time
4844         * (deassignLRs): prevent POINTER_GET's from being assigned the same
4845           registers as its operands (necessary only for multibyte GETs)
4846
4847 2005-07-01 Raphael Neider <rneider AT web.de>
4848
4849         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
4850           debugging .asm-output macros FENTRY + FEXIT
4851         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
4852           way... I wonder...
4853         * (emitpComment): NEW, printf to pCode
4854         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
4855           offset handling
4856         * (popGetAddr): NEW, variant of popGet to access an immediates
4857           high(er) bytes instead of the n'th byte of memory they reference,
4858           replaced popGet with popGetAddr where neccessary
4859         * (genDataPointerGet): reactivated and fixed implementation
4860         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
4861           accesses
4862         * (genDataPointerSet): fixed multibyte assignments
4863         * (genpic14Code): fixed --i-code-in-asm handling
4864         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
4865         * (genPlus): fixed index-out-of-bounds error
4866         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
4867         * src/pic/ralloc.c: added debugging output macro FENTRY2
4868         * (spillThis): fixed indentation, enbraced for-body for clarity
4869         * (rematStr): commented out as now unused
4870         * (regTypeNum): commented out special spill case (overwrites
4871           arbitrary values)
4872         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
4873
4874 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
4875
4876         * doc/sdccman.lyx: documented sfr16/sfr32,
4877           added example for using storage class with function pointers
4878         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
4879
4880 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
4881
4882         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
4883         * device/lib/_itoa.c,
4884         * device/lib/_ltoa.c: optimized codesize
4885         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
4886           but don't know how to suppress the double warning.
4887         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
4888         * support/Util/SDCCerr.c,
4889         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
4890
4891 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
4892
4893         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
4894           fixed old K&R prototypes
4895         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
4896         * device/lib/_gptrget.c,
4897         * device/lib/_gptrgetc.c,
4898         * device/lib/_gptrput.c: changed versions for new memory indicator values,
4899           also new versions for small generic pointers and banked generic pointers
4900         * src/port.h: added const_name
4901         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
4902         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
4903         * src/SDCCcse.c (findPrevIc): check all associative operators
4904         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
4905         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
4906         * src/SDCCmem.c: updated comments,
4907           set far-space to 0 for pdata, results in optimized code
4908         * src/SDCCmem.h: added macro CONST_NAME
4909         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
4910           moving the info into the highest bits, see also gptrget/gptrput
4911         * src/src.dsp: added sdcc.ico to project files
4912         * src/avr/gen.c (genCast): fixed bug 0x%d
4913         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
4914         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
4915           relation between ptr_type and DCL_TYPE,
4916           (genCast): fixed bug 0x%d
4917         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
4918           (CODE)" for const_name
4919         * src/hc08/gen.c (genCast): fixed bug 0x%d
4920         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
4921           (hc08_port): added "CONST (CODE)" for const_name
4922         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
4923           (aopForRemat, adjustArithmeticResult): disconnected direct relation
4924           between ptr_type and DCL_TYPE,
4925           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
4926           operand* and took AOP() inside function so sfr-ness can be checked,
4927           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
4928           new prototype,
4929           (genFunction, genEndFunction): optimized stack setup,
4930           (genMinus): optimized for literals with ending zeroes (in bytes),
4931           (genCast): fixed bug 0x%d
4932         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
4933           (mcs51_port): added "CONST (CODE)" for const_name
4934         * src/mcs51/peeph.def: made rule 226 more generic
4935         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
4936         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
4937         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
4938         * src/z80/main.c (z80_port): added NULL for const_name,
4939           (gbz80_port): added NULL for const_name
4940         * support/regression/tests/bug663539.c,
4941         * support/regression/tests/sfr16.c: new tests
4942
4943 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4944
4945         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
4946
4947 2005-06-24 Raphael Neider <rneider AT web.de>
4948
4949         * device/lib/pic16/libdev/pic18f[68][567]20.c:
4950           corrected typos...
4951         * device/include/pic16/signal.h: added USBIF
4952           and SIG_USB
4953
4954 2005-06-24 Raphael Neider <rneider AT web.de>
4955
4956         * device/lib/pic16/libdev/pic18f2455.c,
4957           device/include/pic16/pic18f2455.h: NEW
4958         * device/include/pic16/pic18fregs.h,
4959           device/lib/pic16/pics.all,
4960           src/pic16/device.c: added 18f2455
4961         * device/lib/pic16/libdev/pic18f[68][567]20.c,
4962           device/include/pic16/{pic18f[68][567].h,usart.h}:
4963           replaced MULTIPLE_USARTS define with more relaible
4964           compatibility sfrs (for USART access)
4965
4966 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
4967
4968         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
4969           and the output asm file line is printed on two lines.
4970
4971 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4972
4973         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
4974           BGT, BLE, BHI, and BLS instructions
4975         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
4976           genCmpEq): removed
4977         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
4978           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
4979           fixes bug #1216342
4980         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
4981
4982 2005-06-15 Raphael Neider <rneider AT web.de>
4983
4984         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
4985         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
4986         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
4987           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
4988           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
4989
4990 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4991
4992         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
4993           Marcel Telka in bug #1215704
4994
4995 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
4996
4997         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
4998           located in shared memory bank.
4999
5000 2005-05-31 Raphael Neider <rneider AT web.de>
5001
5002         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
5003           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
5004           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
5005
5006 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
5007
5008         * device/lib/_strncpy.c: fixed the fix
5009
5010 2005-05-26 Raphael Neider <rneider AT web.de>
5011
5012         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
5013           initializers with \0, bug #1208187
5014         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
5015           intializers with \0, bug #1208187
5016
5017 2005-05-26 Raphael Neider <rneider AT web.de>
5018
5019         * src/pic16/glue.c (pic16_printIvalChar): fixed string
5020           initializers with \0, bug #1208187
5021         * src/pic16/main.c (_process_pragma): added sanity checks
5022           for stack position and size, emit warnings when appropriate
5023
5024 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
5025
5026         * device/lib/_strncpy.c: fixed not filling with \0
5027
5028 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5029
5030         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
5031           createFunction),
5032         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
5033           compound_statement),
5034         * src/SDCCsymt.h,
5035         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
5036
5037 2005-05-24 Raphael Neider <rneider AT web.de>
5038
5039         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
5040
5041 2005-05-24 Raphael Neider <rneider AT web.de>
5042
5043         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
5044           TRISE definitions, closes bug #1162453
5045
5046 2005-05-22 Raphael Neider <rneider AT web.de>
5047
5048         * src/pic16/main.c (_process_pragma): check for missing
5049           arguments to pragmas code and udata
5050         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
5051           consistency fixes to match other headers (thanks to Jim Paris)
5052         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
5053
5054 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
5055
5056         * src/SDCCicode.c (isOperandEqual): fixed missing ;
5057
5058 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
5059
5060         * support/regression/tests/bug1198642.c: new test
5061         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
5062         * src/SDCCcse.c (findPrevIc): added comment, please have a look
5063         * support/scripts/resource.h,
5064         * support/scripts/resource.rc,
5065         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
5066         * support/scripts/sdcc.ico: added 32x32 icon
5067
5068 2005-05-18 Raphael Neider <rneider AT web.de>
5069
5070         * device/lib/pic16/libdev/pic18f*.c,
5071         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
5072           keywords to "__sfr" and "__at (X)"
5073         * device/include/pic16/pic18fregs.h: added pic18f4520
5074         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
5075           #1203088 (MPLAB compatibility)
5076
5077 2005-05-17 Raphael Neider <rneider AT web.de>
5078
5079         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
5080         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
5081         * device/lib/pic16/pics.all: added new devices
5082         * src/pic16/device.c: added support for pic18f4520
5083
5084 2005-05-16 Raphael Neider <rneider AT web.de>
5085         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
5086         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
5087         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
5088           convenience function for bit access
5089
5090 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5091
5092         * device/lib/printf_large.c: fixed bug 1193299
5093         * support/regression/tests/bug1057979.c: added test %3.3s
5094
5095 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5096
5097         * device/include/mcs51/8051.h,
5098         * device/include/mcs51/8052.h: made parseable with lint
5099         * device/include/mcs51/lint.h: added include file for (sp)lint
5100         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
5101         * doc/cdbfileformat.lyx,
5102         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
5103
5104 2005-05-14 Raphael Neider <rneider AT web.de>
5105
5106         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
5107         * device/lib/pic16/libc/stdlib/itoa.c (new)
5108         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
5109         * device/lib/pic16/libio/Makefile: exclude subdir according to
5110           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
5111         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
5112         * src/pic16/gen.c (genFunction): prevent annoying warning
5113         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
5114           nameclashes on BeOS
5115         * support/cpp2/cppmain.c (cpp_output_string): new
5116         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
5117           fixes bug 1116802
5118
5119 2005-05-13 Borut Razem <borut.razem AT siol.net>
5120
5121         * src/SDCCmain.c (linkEdit): fixed bug 1195202
5122
5123 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5124
5125         * .version: changed to version 2.5.1; back to bleeding edge development
5126
5127 2005-05-11 Borut Razem <borut.razem AT siol.net>
5128
5129         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
5130           generate PDF version 1.3 documents
5131
5132 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5133
5134         * .version: changed to version 2.5.0
5135
5136 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5137
5138         * doc/sdccman.lyx: updated weblinks, index and smaller updates
5139
5140 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5141
5142         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
5143         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
5144         well as many smaller updates.
5145         * .version: changed to version 2.5.0-pre1
5146
5147 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5148
5149         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
5150
5151 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
5152
5153         * support/regression/tests/bug1185672.c: added
5154         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
5155           bug 1185672
5156         * src/mcs51/gen.c (genCall): added comments, made it look safer
5157         * src/mcs51/gen.c (genEndFunction): simplified
5158
5159 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
5160
5161         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
5162
5163 2005-04-14 Borut Razem <borut.razem AT siol.net>
5164
5165         * fixed bug 1045046 - SIGSEGV with really simple code?:
5166           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
5167           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
5168
5169 2005-04-14 Borut Razem <borut.razem AT siol.net>
5170
5171         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
5172           src/pic16/device.h: temporarily disabled experimental #inline pragma
5173           for 2.5.0 release
5174
5175 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
5176
5177         * device/include/z80/stdio.h,
5178         * device/include/z80/string.h: removed these highly incomplete files so
5179           SDCC can use the default ones in device/include/
5180
5181 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5182
5183         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
5184         gcc warning.
5185         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
5186         fix sdcpp warnings.
5187
5188 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
5189
5190         * device/include/malloc.h: removed redundant __reentrant prototypes
5191         * device/lib/_mullong.c: added working xstack variant in asm (C version
5192           doesn't pass regression tests)
5193         * device/lib/bpx.c: used __data and made bpx char for mcs51
5194         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
5195           (createFunction): fixed bug with xstackPtr
5196         * src/SDCCcse.c: corrected comments
5197         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
5198           (killDeadCode, eBBlockFromiCode): removed unused code
5199         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
5200           corrected comments
5201         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
5202           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
5203           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
5204           (genModOneByte): fixed warning in MSVC
5205         * src/mcs51/main.c (): added comments
5206         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
5207
5208 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
5209
5210         * src/SDCCmain.c (linkEdit): oops, changed one line too many
5211
5212 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
5213
5214         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
5215
5216 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
5217
5218         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
5219         characters arrays of larger size than the declared one.
5220
5221 2005-04-10 Borut Razem <borut.razem AT siol.net>
5222
5223         * src/pic/gen.c (genInline),
5224           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
5225           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
5226           (findNextInstruction), (findPrevInstruction),
5227           (findInstructionUsingLabel),
5228           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
5229         * src/pic/pcode.c (findLabel): added missing '\n'
5230         * src/src.dsp: added SDCCdwarf2.c to the project
5231
5232 2005-04-09 Borut Razem <borut.razem AT siol.net>
5233
5234         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
5235
5236 2005-04-08 Raphael Neider <rneider AT web.de>
5237
5238         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
5239           into the chain after a given one) and mergeDefmapSymbols (combine
5240           defmap entries for each symbol per pcode)
5241         * (createDefmap): have defmap entries merged in the end
5242         * (defmapReplaceSymRef): split defmap entries covering two accesses to
5243           a symbol before replacing one access type's symbol, merge symbols in
5244           the end (replacement symbol might already have an entry)
5245         * (assignValnums): keep reference to written WREG intact
5246
5247 2005-04-08 Raphael Neider <rneider AT web.de>
5248
5249         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
5250           Alpha)
5251
5252 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
5253
5254         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
5255         bytes
5256
5257 2005-04-07 Raphael Neider <rneider AT web.de>
5258
5259         * device/include/pic16/usart.h: added compatibility defines for
5260           devices with more than one USART
5261         * device/include/pic16/pic18f[68][567]20.h: activated above defines
5262
5263 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
5264
5265         * device/lib/Makefile.in: updated for port specific include
5266
5267 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
5268
5269         * support/regression/ports/mcs51/spec.mk: added mcs51 include
5270
5271 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
5272
5273         * device/include/8051.h,
5274         * device/include/8052.h,
5275         * device/include/at89S8252.h,
5276         * device/include/at89c55.h,
5277         * device/include/at89x051.h,
5278         * device/include/at89x51.h,
5279         * device/include/at89x52.h,
5280         * device/include/mcs51reg.h,
5281         * device/include/reg51.h,
5282         * device/include/reg764.h,
5283         * device/include/regc515c.h,
5284         * device/include/sab80515.h: (re)moved these 12 files
5285         * device/include/mcs51/8051.h,
5286         * device/include/mcs51/8052.h,
5287         * device/include/mcs51/at89S8252.h,
5288         * device/include/mcs51/at89c55.h,
5289         * device/include/mcs51/at89x051.h,
5290         * device/include/mcs51/at89x51.h,
5291         * device/include/mcs51/at89x52.h,
5292         * device/include/mcs51/mcs51reg.h,
5293         * device/include/mcs51/reg51.h,
5294         * device/include/mcs51/reg764.h,
5295         * device/include/mcs51/regc515c.h,
5296         * device/include/mcs51/sab80515.h: and added them here
5297
5298 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
5299
5300         * device/include/stdarg.h: changed SDCC specific keywords to double
5301           underlined form.
5302         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
5303           mcs51 and ds390.
5304         * device/include/hc08/mc68hc908gp32.h,
5305         * device/include/hc08/mc68hc908jb8.h,
5306         * device/include/hc08/mc68hc908jkjl.h,
5307         * device/include/hc08/mc68hc908qy.h: fixed comments
5308         * device/include/mcs51/README: updated
5309         * device/include/mcs51/c8051f120.h: added PINRSF
5310         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
5311         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
5312           amidst code. Also inline is not supported.
5313
5314 2005-04-06 Raphael Neider <rneider AT web.de>
5315
5316         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
5317         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
5318           callers stack/frame pointers
5319
5320 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
5321
5322         * device/include/pic16/usart.h: added, missing in previous commit,
5323         * device/include/pic16/adc.h: fixed typo,
5324         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
5325         commit,
5326         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
5327         <p18fxxx.inc>
5328         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
5329         uninitialized because a bug appears with gplink
5330         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
5331         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
5332         complains for unrecognised option
5333
5334 2005-04-05 Raphael Neider <rneider AT web.de>
5335
5336         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
5337           structs as well (using memcpy)
5338         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
5339           on ISRs (GOTO has no label)
5340         * src/pic16/device.h: added OF_OPTIMIZE_DF
5341         * src/pic16/main.c: added compiler switch --optimize-df to enable the
5342           new data flow analysis/optimization
5343         * src/pic16/pcode.c: added (prototypes for and implementation of)
5344           dataflow analysis functions, fixed pCodeInstructions' inCond and
5345           outCond values, made RCALL a branch instruction
5346         * (pic16_unlinkpCode): keep C line if possible
5347         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
5348           C line moved if possible
5349         * (pic16_getRegFrompCodeOp): NEW, improved version of...
5350         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
5351           to use new pic16_getRegFrompCodeOp (works for more SFRs)
5352         * (pic16_BuildFlow): fixed skip instructions with label (did not start
5353           new flow)
5354         * (pic16_getJumptabpCode): NEW, needed in...
5355         * (LinkFlow): fixed handling of jumptables, calls and conditional
5356           branches
5357         * (pic16_InsertCommentAfter): NEW
5358         * (pic16_pCodeReplace): made verbose and flow preserving
5359         * (AnalyzeFlow): added call to data flow analysis
5360         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
5361         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
5362         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
5363
5364 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5365
5366         * src/SDCCast.c (decorateType): fixed bug #1105626
5367
5368 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
5369
5370         * device/include/asm/pic16/features.h,
5371         * pic18f*.h headers,
5372         * device/include/pic16/adc.h,
5373         * device/include/pic16/delay.h,
5374         * device/include/pic16/i2c.h,
5375         * device/include/pic16/malloc.h,
5376         * device/include/pic16/stdio.h,
5377         * device/include/pic16/stdlib.h,
5378         * device/include/pic16/string.h,
5379         * device/lib/pic16/libc/stdio/printf_tiny.c,
5380         * device/lib/pic16/libc/stdio/printf_small.c,
5381         * device/lib/pic16/libc/stdio/strmgpsim.c,
5382         * device/lib/pic16/libc/stdio/strmmssp.c,
5383         * device/lib/pic16/libc/stdio/strmusart.c,
5384         * device/lib/pic16/libc/stdio/vfprintf.c,
5385         * device/lib/pic16/libc/stdlib/ltoa.c,
5386         * device/lib/pic16/libc/stdlib/putchar.c,
5387         * device/lib/pic16/libc/stdlib/x_ftoa.c,
5388         * device/lib/pic16/libc/stdlib/memchrpgm.c,
5389         * device/lib/pic16/libc/stdlib/memchrram.c,
5390         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
5391         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
5392         * device/lib/pic16/libio/adc/adcbusy.c,
5393         * device/lib/pic16/libio/adc/adcread.c,
5394         * device/lib/pic16/libio/adc/adcsetch.c,
5395         * device/lib/pic16/libio/usart/ubaud.c,
5396         * device/lib/pic16/libio/usart/ubusy.c,
5397         * device/lib/pic16/libio/usart/udrdy.c,
5398         * device/lib/pic16/libio/usart/uopen.c,
5399         * device/lib/pic16/libio/usart/uputc.c,
5400         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
5401         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
5402         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
5403         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
5404         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
5405         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
5406         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
5407         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
5408         specific keywords to double underlined form,
5409         * device/lib/pic16/libc/Makefile.rules,
5410         * device/lib/pic16/libsdcc/Makefile.rules,
5411         * device/lib/pic16/libm/Makefile,
5412         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
5413         to compile with C standard set in Makefile.common
5414         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
5415         rand.c and crc.c in compilation process,
5416         * device/lib/pic16/libsdcc/int/divuint.c,
5417         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
5418         `c' from signed to unsigned,
5419         * device/lib/pic16/startup/crt0.c,
5420         * device/lib/pic16/startup/crt0i.c,
5421         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
5422         keywords to double underlined form, bug fixes in _do_cinit function
5423         which prevented the correct initialization of the .idata segment,
5424         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
5425         core to enter a infinite loop
5426         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
5427
5428 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5429
5430         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
5431
5432 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5433
5434         * device/include/Makefile.in: add support for hc08 subdirectory
5435         * device/include/hc08/: new subdirectory
5436         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
5437         Lucas Loizaga, thanks!
5438         * device/include/hc08/mc68hc908qy.h,
5439         * device/include/hc08/mc68hc908gp32.h,
5440         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
5441         their own directory. Changed internal macro names to use the compiler
5442         reserved namespace. Changed SDCC specific keywords to double
5443         underlined form.
5444         * device/include/math.h,
5445         * device/include/malloc.h,
5446         * device/include/stdarg.h,
5447         * device/include/stdbool.h
5448         * device/include/string.h,
5449         * device/include/tinibios.h,
5450         * device/include/ds400rom.h,
5451         * device/include/8051.h,
5452         * device/include/8052.h,
5453         * device/include/80c51xa.h,
5454         * device/include/at89c55.h,
5455         * device/include/at89S8252.h,
5456         * device/include/at89x51.h,
5457         * device/include/at89x52.h,
5458         * device/include/ds80c390.h,
5459         * device/include/reg764.h,
5460         * device/include/regc515c.h,
5461         * device/include/sab80515.h,
5462         * device/include/mcs51/c8051f000.h,
5463         * device/include/mcs51/c8051f018.h,
5464         * device/include/mcs51/c8051f020.h,
5465         * device/include/mcs51/c8051f040.h,
5466         * device/include/mcs51/c8051f060.h,
5467         * device/include/mcs51/c8051f120.h,
5468         * device/include/mcs51/c8051f300.h,
5469         * device/include/mcs51/c8051f310.h,
5470         * device/include/mcs51/c8051f320.h,
5471         * device/include/mcs51/c8051f330.h,
5472         * device/include/mcs51/c8051f350.h,
5473         * device/include/z180.h: Changed SDCC specific keywords to double
5474         underlined form.
5475
5476 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
5477
5478         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
5479         18F4455,
5480         * (pic16_assignConfigWordValue): disable testing of configuration
5481         register value with config mask,
5482         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
5483         function with port->fun_prefix,
5484         * (genFunction): when generating a naked interrupt function never
5485         create an absolute segment placed in interrupt vector address, place
5486         the actual interrupt function at IVA instead, when an interrupt
5487         function is generated with unspecified interrupt then do not create
5488         the absolute section,
5489         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
5490         code for generating a call to generic pointer get/put function with
5491         a call to function pic16_callGenericPointer(),
5492         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
5493         the call to the generic pointer get/put functions with prefixing the
5494         function name with port->fun_prefix,
5495         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
5496         * src/pic16/main.c (_process_pragma): prefix function with
5497         port->fun_prefix,
5498         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
5499         calling assembler, old 18Fxxxx macro is deprecated,
5500         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
5501         PC_ASMDIR in while condition,
5502         * (findInstruction): add PC_ASMDIR in while condition,
5503         * (buildCallTree): prefix main with port->fun_prefix,
5504         * (pic16_pCode2str): fixed bug that didn't emit the memory access
5505         identifier for variable with banked access in instructions BTFSS,
5506         BTFSC, BCF, BSF, BTG
5507         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
5508         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
5509         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
5510         perform optimization when enviroment variable NO_REG_OPT is set,
5511         * (insideLRBlock): NEW, return 1 if register is inside an
5512         INF_LOCALREGS block,
5513         * (RemoveRegFromLRBlock): remove a register that is completely
5514         eliminated by register optimization, but it is still left in local
5515         register store/restore in/from stack block,
5516         * (Remove2pcodes): after removing register, check to see if it
5517         should be removed from local register store/restore in/from stack
5518         block,
5519         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
5520         DUMMY_READ_VOLATILE,
5521
5522         * device/include/pic16/adc.h: minor prototype modifications and
5523         update,
5524         * device/include/pic16/malloc.h: added GPL notice various
5525         modifications,
5526         * device/include/pic16/stdint.h: NEW, standard header for ints
5527         * device/include/pic16/delay.h: NEW, header for delay functions,
5528         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
5529         delay1mtcy,
5530         * device/include/pic16/signal.h: NEW, header providing helper macros
5531         for implementing signal handlers,
5532         * device/include/pic16/stdio.h: added prototypes for functions,
5533         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
5534         prototypes for stdin and stdout, added macro PUTCHAR to
5535         automatically implement putchar function prototype,
5536         * device/include/pic16/usart.h: modified and updated USART library,
5537         * device/lib/pic16/libio/adc/,
5538         * device/lib/pic16/libio/i2c: some modifications to improve library
5539         performance,
5540         * device/lib/pic16/libc/stdio/: modifications for the new printf*
5541         family of functions,
5542         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
5543         family of functions and other sources,
5544         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
5545         of the PIC18Fxx[28] devices,
5546         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
5547         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
5548         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
5549         _do_cinit function, because the previous failed when local variables
5550         where not placed in the same memory bank,
5551         * device/lib/pic16/libsdcc/char/: various modifications to improve
5552         library performance,
5553         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
5554         information on the new functions of the c library and more...
5555
5556 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5557
5558         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
5559
5560 2005-03-26 Raphael Neider <rneider AT web.de>
5561
5562         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
5563           if condition == CARRY)
5564         * (genCmp): adapted to new genSkipc semantics
5565         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
5566           on rIfx (genCmp was broken)
5567
5568 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5569
5570         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
5571         * src/z80/main.c (_keywords[]),
5572         * src/SDCCglobal.h (struct options),
5573         * src/SDCC.y,
5574         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
5575         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
5576         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
5577         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
5578         always available in leading double underscore form. The C99 support is
5579         mostly missing, but it's a start.
5580         * support/regression/tests/bug-227710.c: fixed nonconforming use of
5581         reserved identifier "__data".
5582
5583 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
5584
5585         * src/mcs51/peeph.def: fixed bug 1170013
5586
5587 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
5588
5589         * device/include/mcs51reg.h: fixed bug 842007
5590
5591 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5592
5593         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
5594         last time.
5595
5596 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5597
5598         * src/port.h (struct PORT),
5599         * src/avr/ralloc.c (avr_assignRegisters),
5600         * src/avr/main.c,
5601         * src/ds390/ralloc.c (ds390_assignRegisters),
5602         * src/ds390/main.c,
5603         * src/hc08/ralloc.c (hc08_assignRegisters),
5604         * src/hc08/main.c,
5605         * src/mcs51/ralloc.c (mcs51_assignRegisters),
5606         * src/mcs51/main.c,
5607         * src/pic/ralloc.c (pic14_assignRegisters),
5608         * src/pic/main.c,
5609         * src/pic16/ralloc.c (pic16_assignRegisters),
5610         * src/pic16/main.c,
5611         * src/xa51/ralloc.c (xa51_assignRegisters),
5612         * src/xa51/main.c,
5613         * src/z80/ralloc.c (z80_assignRegisters),
5614         * src/z80/ralloc.h,
5615         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
5616         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
5617         * src/SDCCcse.h,
5618         * src/SDCCdflow.c (computeDataFlow),
5619         * src/SDCCdflow.h,
5620         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
5621         * src/SDCCloop.h,
5622         * src/SDCCcflow.c (*),
5623         * src/SDCCcflow.h,
5624         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
5625         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
5626         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
5627         immedDom() returning wrong block; probably fixes bug #1160833)
5628
5629 2005-03-20 Borut Razem <borut.razem AT siol.net>
5630
5631         * support/scripts/inc2h.pl: WIN32 port
5632
5633 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
5634
5635         * device/lib/makefile.in: added abs.c and labs.c
5636
5637 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
5638
5639         * device/include/stdint.h: added
5640         * device/lib/abs.c: added
5641         * device/lib/labs.c: added
5642         * device/include/stdlib.h: added abs() and labs() prototypes
5643         * device/lib/libsdcc.lib: added abs and labs
5644         * device/include/float.h,
5645         * device/lib/_fsmul.c,
5646         * device/lib/printf_fast.c,
5647         * device/lib/printf_tiny.c: updated comments
5648
5649 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5650
5651         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
5652         bug #1164313
5653
5654 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5655
5656         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
5657         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
5658
5659 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
5660
5661         * device/lib/printf_large.c: removed inline assembly for portability and
5662           readability. Use printf_fast if speed or size are more important.
5663         * src/pic16/gen.c: removed conditions around use of DEBUGpc
5664         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
5665
5666 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
5667
5668         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
5669         prevent compiler warning
5670
5671 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
5672
5673         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
5674         moved to level 0 and declared as static. Also they are explicit
5675         placed in access bank. This was necessery because some times they
5676         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
5677         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
5678         optimizations. Currently only compare to unsigned char is implemented,
5679         * src/pic16/gen.c: added fReturnIdx array,
5680         * (struct resolvedIfx) is moved to gen.h and made public,
5681         * (struct _G): added sregsAlloc and sregsAllocSet fields,
5682         * (aopForSym): added an optimization to directly store in stack of
5683         the operand of a SEND iCode,
5684         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
5685         but as registers instead (AOP_REG) using the fReturnIdx array,
5686         * (pic16_freeAsmop): remove the freed register from the
5687         _G.sregsAlloc field,
5688         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
5689         a compare of 'WREG',
5690         * (pic16_popGetTempRegCond): changed function prototype, now
5691         function takes also a bitVector argument v which holds the current
5692         set of registers that are allocated for stack access by aopForSym,
5693         registers allocated in aopForSym for accessing stack symbols are not
5694         any more part of the functions usedRegs field,
5695         * (genCall): some times aopOp is called for a stack variable to be
5696         send, aopForSym might perform the push, if this is true make sure
5697         that genCall doesn't push the variable twice by testing _G.resDirect,
5698         * (genFunction): changed testing for unspecified interrupt number
5699         from 256 to INTNO_UNSPEC,
5700         * modified selection scheme of frame pointer generation. Previously
5701         if function did use local registers a frame pointer was generated,
5702         now a frame pointer is generated only if function has arguments
5703         (that need PLUSW2 register access), or has stack arguments, or the
5704         compiler is not instructed to omit the frame pointer,
5705         * (genEndFunction): before restoring local registers that were saved
5706         in the function preamble, also restore the registers that *might*
5707         have been allocated for stack access,
5708         * (genRet): removed some old comments,
5709         * (genCmp, the active (RN's) version): added a call to the
5710         pic16_genCmp_special function to perform the compare with a more
5711         robust and optimized way,
5712         * (genInline): a feature has been added in inline code generation,
5713         which allows a wildcard variable substitution when writing inline
5714         assembly. Code is incomplete and experimental therefore undocumented,
5715         * (genCast): changed order of aopOp for result and right to allow
5716         aopForSym to directly load the result if possible,
5717         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
5718         perform an optimized compare on some selected special occasions,
5719         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
5720         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
5721         generate an IVT any more,
5722         * src/pic16/main.c (pic16_optionsTable): added command line option
5723         --optimize-cmp,
5724         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
5725         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
5726         macros,
5727         * src/pic16/NOTES: Raphael Neider added in list of active developers
5728         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
5729         jumptable_end to prevent bug #,
5730         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
5731         inCond and outCond fields,
5732         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
5733         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
5734         turn off register spilling,
5735         * (packRegsForOneUse): synced with other ports' versions although it
5736         is not used currently,
5737         * (pic16_packRegisters): added an optimization while reading
5738         structure bitfields, some registers may be saved (malloc code is
5739         decreased by 80 bytes)
5740
5741 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
5742
5743         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
5744         left is a bitfield, if yes, then don't optimize assignment. Perhaps
5745         this can be optimized more?
5746
5747 2005-03-10 Raphael Neider <rneider AT web.de>
5748
5749         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
5750           genNearPointerGet): (hopefully) fixed access to bitfields via
5751           pointers (p->bitN = x; and x = p->bitN; failed)
5752
5753 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
5754
5755         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
5756
5757 2005-03-09 Raphael Neider <rneider AT web.de>
5758
5759         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
5760
5761 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
5762
5763         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
5764         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
5765           (regTypeNum): set REG_BIT type if necessary
5766         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
5767         * support/regression/tests/critical.c: check bug 1144613
5768
5769 2005-03-02 Raphael Neider <rneider AT web.de>
5770
5771         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
5772
5773 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5774
5775         * src/avr/ralloc.c (serialRegAssign),
5776         * src/ds390/ralloc.c (serialRegAssign),
5777         * src/hc08/ralloc.c (serialRegAssign),
5778         * src/mcs51/ralloc.c (serialRegAssign),
5779         * src/pic/ralloc.c (serialRegAssign),
5780         * src/pic16/ralloc.c (serialRegAssign),
5781         * src/xa51/ralloc.c (serialRegAssign),
5782         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
5783
5784 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
5785
5786         * src/SDCCast.c (decorateType): fixed bug 1124787
5787
5788 2005-02-20 Hubert Sack <sack AT digiplan.de>
5789         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5790
5791         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
5792         patch #1121755
5793
5794 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5795
5796         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
5797         to keep the correct label reference count when adding/removing references
5798         to labels. A peephole file using this is appended to patch #1144962.
5799
5800 2005-02-14 Raphael Neider <rneider AT web.de>
5801
5802         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
5803         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
5804         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
5805           retrievals of result operand's value on assignment
5806
5807 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
5808
5809         * device/include/pic16/string.h: modified prototype for memccpy()
5810         to memccpy(void *, void *, char, size_t)
5811         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
5812         check whether to omit frame pointer or not,
5813         * (genInline): convert all occurences of "\n" to LF in inline
5814         assembler blocks, this helps formatting the inline text,
5815         * (pic16_loadFSR0): modified prototype,
5816         * (genNearPointerGet, genNearPointerSet): reorganization of code,
5817         removed some 8051 legacy code,
5818         * (genPackBits): enabled handling bitfields exceeding one byte in size,
5819         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
5820         before allocating temporary registers in functions,
5821
5822 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
5823
5824         * support/regression/tests/bitvars.c: corrected the "fix"
5825
5826 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
5827
5828         * support/regression/tests/bitvars.c,
5829         * support/regression/tests/bitwise.c,
5830         * support/regression/tests/rotate.c: "fixed" problems on Alpha
5831
5832 2005-02-10 Raphael Neider <rneider AT web.de>
5833
5834         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
5835           different size for Alpha
5836         * src/pic16/gen.c (genCmpEq) : improved compare with 0
5837
5838 2005-02-09 Raphael Neider <rneider AT web.de>
5839
5840         * src/SDCC.lex(doPragma) : save and restore warning options as well
5841           (also added new stack plus clone- and copyAndFreeSDCCERRG())
5842         * have #pragma less_pedantic set the errorlevel to WARNING
5843           (fixes #1117001)
5844         * (cloneOptimize) : fixed wrong malloc's size
5845         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
5846           facilitate correct handling of #pragma (save|restore)
5847
5848 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
5849
5850         * src/mcs51/gen.c: removed non-standard C nameless struct/union
5851
5852 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
5853
5854         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
5855
5856 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
5857
5858         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
5859
5860 2005-02-02 Raphael Neider <rneider AT web.de>
5861
5862         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
5863         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
5864         * (pic16_storeForReturn): fixed to allow returning function pointers
5865         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
5866         * device/include/pic16/{stddef.h,stdbool.h}: added
5867
5868 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
5869
5870         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
5871
5872 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
5873
5874         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
5875         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
5876          appeared to be required
5877
5878 2005-01-31 Borut Razem <borut.razem AT siol.net>
5879
5880         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
5881           include/mcs51 and include/z80 directories to the package
5882
5883 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5884
5885         * src/hc08/gen.c (genFunction): fixed bug #1112752
5886
5887 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5888
5889         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
5890
5891 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5892
5893         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
5894
5895 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
5896
5897         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
5898
5899 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
5900
5901         * device/include/c8051fxxx.h: removed these 6 files
5902         * device/include/mcs51/c8051fxxx.h: added these 11 new files
5903
5904 2005-01-26 Raphael Neider <rneider AT web.de>
5905
5906         * src/pic16/gen.c (genAssign): fixed assignment from longs
5907           in codespace (were cut to three bytes)
5908         * (genDummyRead): implemented (except for CODESPACE...),
5909           fixed bug #1108575
5910         * src/pic16/glue.c (emitStatistics): beautified
5911         * device/lib/pic16/libm/Makefile: added include path
5912
5913 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5914
5915         * src/z80/gen.c (aopPut): fixed bug #1103902
5916
5917 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5918
5919         * device/lib/expf.c: fixed bug #1095792
5920
5921 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
5922
5923         * device/lib/pic16/libm: added Math library sources
5924
5925 2005-01-24 Raphael Neider <rneider AT web.de>
5926
5927         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
5928           to enable upcast to pCodeOpReg2 (there is no type tag to
5929           differenciate the two and pic16_popGet2p cast into PCOR2)
5930         * src/pic16/main.c (_process_pragma): fixed another malloc bug
5931           (sizeof(sectNames) changed to sizeof(sectName))
5932           Both patches fix segfaults under MinGW.
5933
5934 2005-01-23 Raphael Neider <rneider AT web.de>
5935
5936         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
5937           Safe_[mc]?alloc()'ed variables
5938         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
5939           of (byte sized) temporaries (assign them to WREG for now)
5940         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
5941           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
5942           this might fix SIGSEGVs on MinGW...
5943         * src/SDCCopt.c (killDeadCode): restored original behaviour
5944           (volatile operands might get thrown away though)
5945
5946 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
5947
5948         * src/pic16/gen.c: fixed bug #1106975,
5949         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
5950         pointer update, INTCON is saved, global interrupts are disabled and
5951         restored after updateing TOS.
5952         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
5953         * added function attribute 'shadowregs' to take advantage of shadow
5954         registers,
5955         * added function attribute 'wparam' as an alternative to the wparam
5956         pragma,
5957         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
5958         user declares a non-ISR function as 'shadowregs',
5959         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
5960
5961 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
5962
5963         * .version: bumped version number to 2.4.8
5964         * device/lib/pic16/pics.all: list of PIC18F devices supported by
5965         pic16 port,
5966         * device/lib/pic16/libio/i2c/: I2C module support library,
5967         * device/include/pic16/i2c.h: I2C support library header,
5968         * device/lib/pic16/libc/stdio/: standard IO support sources,
5969         * (printf_small.c): printf_small() source, supports float print,
5970         * (printf_tiny.c): printf_tiny() source, does not support floats,
5971         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
5972         enable global optimizations for entire library source, other
5973         Makefiles in the source tree are also modified to reflect this,
5974         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
5975         function,
5976         * doc/sdccman.lyx: updated to reflect new changes,
5977         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
5978         sym->onStack if-case,
5979         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
5980         sbit, idata, _idata, xdata, _xdata,
5981         * added pragma library, to link an external library, (see doc),
5982         * removed command line options, --pomit-config-words, --pomit-ivt,
5983         --pleave-reset-vector,
5984         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
5985         when calling assembler to reflect memory model used, also define
5986         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
5987         reflect stack model used,
5988         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
5989         on stack return NULL,
5990
5991 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
5992
5993         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
5994           of the operands is volatile. Fixes #1020220
5995
5996 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
5997
5998         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
5999         * (OptimizeRegUsage): make sure that there is really no other flow where
6000           the first pCode is used
6001
6002 2005-01-22 Raphael Neider <rneider AT web.de>
6003
6004         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
6005           to fix #1106967 (pCode->seq are not set up correctly)
6006
6007 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6008
6009         * src/SDCCglue.c (glue): make sure code area is declared before the
6010         static initialization area.
6011
6012 2005-01-21 Raphael Neider <rneider AT web.de>
6013
6014         * device/lib/Makefile.in: fixed test for pic16 install dir
6015         * device/lib/pic16/*/Makefile*: modified compile flags to enable
6016           optimizations
6017         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
6018           added --optimize-goto compiler switch and pragma wparam documentation
6019         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
6020         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
6021           and PRODH closing bug #1071770 (peephole optimizer)
6022
6023 2005-01-19 Raphael Neider <rneider AT web.de>
6024
6025         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
6026           cmdLine buffers (used when calling sdcpp...) are large enough
6027           (MAX_PATH=256 truncates arguments leading to system halts when
6028           used in MinGW...)
6029         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
6030         * (genUminus): rewritten to for efficiency
6031         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
6032           used uninitialized in some cases)
6033         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
6034           copy the third byte from the int -- now assumes 0x80 (data memory)
6035         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
6036           operands (genAddLit expects the iCode's operands to swapped as
6037           well), fixed leftover bytes (crashed for short left operands)
6038         * (pic16_genMinusDec): performance improvements, removed false
6039           PIC14 emitSKPNCs
6040         * (pic16_genMinus): fixed to cope with differently sized operands
6041         * src/pic16/glue.c (pic16_glue): added new banksel optimization
6042           for --obanksel > 1
6043         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
6044         * src/pic16/graph.[ch]: implementation of directed graphs, used by
6045           new banksel optimization
6046         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
6047           analysis for temporary registers (segfaults...)
6048         * src/pic16/peeph.def: added rule
6049
6050 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
6051
6052         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
6053         which converts a float number to its ASCII representation
6054         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
6055         functions to convert the fractional and integer part of a float to ASCII,
6056         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
6057         realloc.c): added _MALLOC_SPEC to explicit place variables in data
6058         ram
6059         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
6060         _STATMEM macros,
6061         * device/include/pic16/adc.h: added GPL info,
6062         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
6063         a pCodeOp as tested operand,
6064         * (genNearPointerGet): optimized bit testing, does not use
6065         intermediate register for bit value, test directly instead with
6066         BTFSS, BTFSC, works only for single bits,
6067         * (genpic16Code): dump the name of the iCode in the asm,
6068         * src/pic16/ralloc.c (decodeOp): removed static declaration and
6069         renamed to pic16_decodeOp,
6070         * (serialRegAssign): do not allocate a temporary register for iCode
6071         sequences that test a single bit for 1/0
6072
6073 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
6074
6075         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
6076         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
6077         access stack and frame pointers. They are initially assigned to
6078         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
6079         accessing SFRs. Updated all occurences of modification of stack or
6080         frame pointer in gen.c and pcode.c,
6081         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
6082         assigning of a literal value to pointers,
6083         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
6084         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
6085         selected
6086
6087 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6088
6089         * doc/sdccman.lyx: update documentation about stack pragma, added
6090         some info for stack memory models
6091
6092 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6093
6094         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
6095
6096 2005-01-08 Raphael Neider <rneider AT web.de>
6097
6098         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
6099           udata sections to fix bug #1097823
6100
6101 2005-01-05 Raphael Neider <rneider AT web.de>
6102
6103         * src/pic16/gen.c (genGenericShift): added handling of differently
6104           sized left operand and result
6105
6106 2005-01-04 Raphael Neider <rneider AT web.de>
6107
6108         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
6109         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
6110           to hold the condition bit)
6111         * added new version of genCmp (old code available via #define)
6112         * added new version of genShiftLeft/genShiftRight in a generic
6113           way, now supports shifting by negative values
6114         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
6115           shiftCount (expected by genGenericShift)
6116         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
6117         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
6118           dump
6119         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
6120           is an invalid literal too...)
6121
6122 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
6123
6124         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
6125         from Raphael Neider,
6126         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
6127         for 8-bit literals. This fixes some literal operands which are sign
6128         extended to 16-bits ints when instruction needs only 8-bits.
6129
6130 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
6131
6132         * device/lib/logf.c: added mcs51 assembly version
6133         * device/lib/expf.c: added mcs51 assembly version
6134         * device/lib/_logexpf.c: new shared asm code for expf and logf
6135         * device/include/math.h: add defines for assembly math library
6136         * device/lib/Makefile.in: build new _logexpf.c
6137         * device/lib/libfloat.lib: use new _logexpf.c
6138
6139 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
6140
6141         * src/pic/device.c
6142         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
6143           device types which have less than 0x7f registers.
6144
6145 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
6146
6147         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
6148
6149 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
6150
6151         * device/lib/printf_fast.c: only build on supported arch.
6152         * device/lib/printf_tiny.c: only build on supported arch.
6153         * device/lib/printf_fast_f.c: only build if asm float lib
6154         * device/lib/_fsget1arg.c: only build if asm float lib
6155         * device/lib/_fsget2args.c: only build if asm float lib
6156         * device/lib/_fsnormalize.c: only build if asm float lib
6157         * device/lib/_fsreturnval.c: only build if asm float lib
6158         * device/lib/_fsrshift.c: only build if asm float lib
6159         * device/lib/_fsswapargs.c: only build if asm float lib
6160         * device/include/stdio.h: don't provide print_fast,
6161           print_fast_f, print_tiny prototypes if --xstack used
6162
6163 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
6164
6165         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
6166         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
6167           to the SOURCES
6168
6169 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
6170
6171         * device/lib/printf_fast_f.c: same as printf_fast, but
6172           with floating point enabled
6173         * device/lib/printf_fast.c: minor tweaks
6174         * device/include/stdio.h: add printf_fast_f
6175
6176 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
6177
6178         * src/SDCCmain.c: make --float-reent default for mcs51
6179         * device/lib/_fsadd.c: added mcs51 assembly version
6180         * device/lib/_fssub.c: added mcs51 assembly version
6181         * device/lib/_fsmul.c: added mcs51 assembly version
6182         * device/lib/_fsdiv.c: added mcs51 assembly version
6183         * device/lib/_fseq.c: added mcs51 assembly version
6184         * device/lib/_fsneq.c: added mcs51 assembly version
6185         * device/lib/_fsgt.c: added mcs51 assembly version
6186         * device/lib/_fslt.c: added mcs51 assembly version
6187         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
6188         * device/lib/Makefile.in: add _fscmp to build
6189         * device/lib/libfloat.lib: add _fscmp to build
6190
6191 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
6192
6193         * device/lib/_fs2slong.c: added mcs51 assembly version
6194         * device/lib/_fs2sint.c: added mcs51 assembly version
6195         * device/lib/_fs2schar.c: added mcs51 assembly version
6196         * device/lib/_fs2ulong.c: added mcs51 assembly version
6197         * device/lib/_fs2uint.c: added mcs51 assembly version
6198         * device/lib/_fs2uchar.c: added mcs51 assembly version
6199         * device/lib/_slong2fs.c: added mcs51 assembly version
6200         * device/lib/_sint2fs.c: added mcs51 assembly version
6201         * device/lib/_schar2fs.c: added mcs51 assembly version
6202         * device/lib/_ulong2fs.c: added mcs51 assembly version
6203         * device/lib/_uint2fs.c: added mcs51 assembly version
6204         * device/lib/_uchar2fs.c: added mcs51 assembly version
6205         * device/include/float.h: added #define to select asm vs c
6206
6207 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
6208
6209         * device/lib/printf_fast.c: improvements to float output
6210         * device/include/float.h: add defines for assembly float library
6211         * device/lib/_fsget1arg.c: receive 1 float arg
6212         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
6213         * device/lib/_fsnormalize.c: normalize a float
6214         * device/lib/_fsreturnval.c: return float, various helper routines
6215         * device/lib/_fsrshift.c: right shift a float's mantissa
6216         * device/lib/_fsswapargs.c: swap 2 floats
6217         * device/lib/Makefile.in: build these 6 new files for mcs51
6218         * device/lib/libfloat.lib: add these 6 files to the library
6219
6220 2004-12-26 Borut Razem <borut.razem AT siol.net>
6221
6222         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
6223           built by gcc 3.4.2
6224
6225 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
6226
6227         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
6228           and fully reentrant and register bank neutral.
6229         * device/lib/printf_fast.c: added float (not enabled by default),
6230           added compact/slower integer (also not enabled by default),
6231           improved size/speed of fast integer code, other minor changes
6232         * device/include/stdio.h, device/lib/Makefile.in,
6233           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
6234
6235 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
6236
6237         * src/pic16/pcode.c: declaring variables other than at the start of a
6238           block is not supported in C by VC6.
6239
6240 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
6241
6242         * applied a previous patch from Raphael Neider that wasn't included
6243         in the previous commits, which fixes infinite loops within jumptable
6244         improvements,
6245         * made some fixes that previous patches introduced
6246
6247 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
6248
6249         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
6250         that fixes an issue with AOP_PCODE asmop's offset,
6251         * (pic16_popCopyReg): update instance field too,
6252         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
6253         function of pic port,
6254         * (genCmp, genAnd, genAssign),
6255         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
6256
6257 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
6258
6259         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
6260         variables initial values to idata section,
6261         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
6262         variables in some functions. This utilizes parmBytes field of iCode
6263         structure to hold the offset of the variable in stack. (might be
6264         able to use the stack field too?)
6265         * applied patch from Raphael Neider # ### , # ###
6266         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
6267         variable initial values in idata section,
6268         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
6269         for static variables with initial value
6270         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
6271         applied fix in while loop from Raphael Neider.
6272
6273 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
6274
6275         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
6276         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
6277         * src/ds390/ralloc.c (serialRegAssign): spill bits
6278         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
6279         * support/Util/SDCCerr.c,
6280         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
6281         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
6282         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
6283
6284 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
6285
6286         * device/include/sdcc-lib.h: inserted LGPL, added includes
6287           asm/ds390/features.h and asm/mcs51/features.h
6288         * device/include/asm/default/features.h,
6289         * device/include/asm/gbz80/features.h,
6290         * device/include/asm/z80/features.h: added empty _AUTOMEM
6291           and _STATMEM
6292         * device/include/asm/ds390/features.h,
6293         * device/include/asm/mcs51/features.h: added files with defines for
6294           _AUTOMEM and _STATMEM indicating automatic and static storage class
6295         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
6296         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
6297         * src/SDCCicode.c (geniCodeCast),
6298         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
6299         * src/SDCCloop.c (loopInduction): removed unused variable lr
6300         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
6301           to convertToFcall to include char modulo (RFE 1065037), added check
6302           if left operand is unsigned and use abs of literal value
6303         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
6304           as it doesn't work after conversion from peephole.def to peephole.rul
6305         * src/mcs51/gen.c (toBoolean): added check for size,
6306           (genModOneByte): optimized code for signed char modulo a literal
6307           power of 2 (thanks to Hubert Sack),
6308           (genRRC): removed unnecessary "clr c",
6309           (genRLC): replaced "add a,acc" with cheaper "rlc a"
6310         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
6311           jump optimization,
6312           swapped rules 256.c and 256.d,
6313           extended 256.d by using new multiple checks (thanks Erik),
6314           added rules 256.e and 256.f,
6315           updated rule 261.a and 261.b to new generated code
6316         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
6317
6318 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6319
6320         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
6321           induction related bugs, including first part of bug #1074377
6322
6323 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
6324
6325         * applied patch from bug-report #1076292,
6326         * applied patches for genAnd and Goto-optimizations for Raphael
6327         Neider,
6328         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
6329         dump a less iCode information,
6330         * src/pic16/device.h (pic16_options_t): added field debgen,
6331         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
6332         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
6333         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
6334         puclic,
6335         * (various functions): added macros FENTRY and FENTRY2 to functions,
6336         to emit function prologue,
6337         * (various functions): fixed indentation,
6338         * (genNearPointerGet): fixed loading of FSR0,
6339         * (genPackBits): applied patch from Raphael Neider to fix updating
6340         of FSR0 and touching only the modified bits,
6341         * src/pic16/genarith.c (various functions): added macros FENTRY to
6342         emit function prologue in comments,
6343         * src/pic16/pcode.h: added functions debugf2, debugf3,
6344         * src/pic16/ralloc.c: partial fix for packForPush caused
6345         segmentation fault,
6346
6347 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6348
6349         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
6350           <stsp AT users.sourceforge.net> with reversed byte order
6351         * support/regression/tests/rotate.c: added (ds390 skips some tests)
6352
6353 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6354
6355         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
6356           bug #1074377
6357         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
6358         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
6359
6360 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
6361
6362         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
6363
6364 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6365
6366         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
6367           conditions,
6368           (setFromConditionArgs): friendly operand parser for peephole rules,
6369           (operandBaseName, operandsNotRelated): new peephole condition
6370           "operandsNotRelated" -- similar to "operandsNotSame", but takes
6371           architecture specific register naming into account, handles n-way
6372           comparisons, and supports quoted literals
6373         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
6374
6375 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6376
6377         * src/mcs51/peeph.def: fixed bug #1076940
6378
6379 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
6380
6381         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
6382
6383 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6384
6385         Adding support for replacing ljmps with sjmps in jumptables
6386         generated for switch statements. For now you need to set the
6387         environment variable SDCC_SJMP_JUMPTABLE to enable this.
6388         Now 4 algorithms for mcs51 jumptable generation are used:
6389         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
6390         addresses loaded pc-relative for up to 112 cases and stack-pushing
6391         target addresses loaded with offset from dptr for up to 256 cases.
6392
6393         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
6394         * src/mcs51/main.c: adapted constants for switch table generation
6395         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
6396
6397 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
6398
6399         * device/lib/printf_large.c (_print_format): fixed bug 1073386
6400         * support/regression/tests/bug1057979.c: added test for bug 1073386
6401
6402 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
6403
6404         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
6405         compilers
6406
6407 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
6408
6409         * src/pic16/device.h,
6410         * src/pic16/genarith.c,
6411         * src/pic16/glue.c,
6412         * src/pic16/main.c,
6413         * src/pic16/pcode.c: applied patches #1068154 and #1070213
6414
6415 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
6416
6417         Large cummulative patch for pic16 port.
6418         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
6419         to call when a stack overflow occurs,
6420         * (malloc.h): added CVS Id tag,
6421         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
6422         variable,
6423         * added libc directory. The current version of LibC contains string
6424         functions, ctype functions and macros and some functions of the
6425         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
6426         be extensively tested in the future. Standard disclaimer here.
6427         Library is not automatically build yet. But one can build it by
6428         invoking 'make' inside the libc directory.
6429         * added ADC library under libio. Preliminary version yet.
6430
6431         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
6432         * src/pic16/gen.c (aopForRemat): asmop size is filled by
6433         aopForRemat() now and not by pic16_aopOp(),
6434         * (pic16_popGetTempReg): removed warning messgae when allocating
6435         temporary registers, its a buggy feature and will be removed,
6436         * (pic16_popGet): set register instance field in AOP_CRY,
6437         * (pic16_outBitC): fixed for results in size greater than 1,
6438         * (genUminusFloat): fixed for pic16, ported code from mcs51,
6439         * (pic16_storeForReturn): optimized return of 0,
6440         * (genCmp): experimental code for new genCmp which uses PIC18's
6441         special compare&skip instructions. Initial tests fail some times
6442         with variables grater than 1 byte in size, so new code is disabled,
6443         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
6444         a single bit,
6445         * (genCast): began a fix to optimize the casting of a bit to another
6446         bit, now assigning a bitfield to another bitfield will fail, sorry,
6447         * src/pic16/main.c: disabled the use of lr-support feature,
6448         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
6449         * added some function prototypes, added function _debugf prototype,
6450         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
6451         bits with offset (case PO_GPR_BIT),
6452         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
6453         command line,
6454         * (isBankInstruction): modified to return 0 for no banking instruction,
6455         and 1 for banking instruction,
6456         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
6457         caused stop processing pCodes after a inline assembly block,
6458         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
6459         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
6460         registers when it shouldn't,
6461         * src/pic16/ralloc.c (allocReg): add preliminary support for
6462         supporting a limited set of temporary registers,
6463
6464 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6465
6466         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
6467           genDataPointerSet): ensure assignments always copy in MSB to LSB
6468           order,
6469           (loadRegFromAop): recognize CLRH optimization,
6470           (genFunction): optimize RECEIVE iCodes in reentrant functions
6471
6472 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6473
6474         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
6475           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
6476           selected.
6477         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
6478         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
6479           contiguous with data
6480
6481 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6482
6483         * device/lib/_gptrget.c (_gptrget),
6484         * device/lib/_gptrgetc.c (_gptrgetc),
6485         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
6486           instead of sjmp to ret
6487         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
6488           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
6489
6490 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
6491
6492         * .version: bumped version to 2.4.7
6493         * device/lib/_gptrget.c (_gptrget): is now _naked
6494         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
6495         * device/lib/_gptrput.c (_gptrput): is now _naked
6496         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
6497           (createFunction): fixed xstack
6498         * src/SDCCglue.c (emitMaps): set allocation required for bit area
6499         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
6500           or bit either,
6501           (geniCodeCritical): store original interrupt state in an iTemp bit
6502           var unless stack-auto
6503         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
6504         * src/SDCCmain.c (setIncludePath): added include/target to search path
6505         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
6506         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
6507           prototype,
6508           (processFuncArgs): put bit vars in bit area
6509         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
6510           unsaveRBank): fixed xstack,
6511           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
6512           (genFunction, genEndFunction): fixed xstack,
6513           (genAssign): optimization don't walk backwards through mem
6514         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
6515         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
6516         * support/regression/Makefile: also make library (for stack-auto) when
6517           making "all" and added "test-mcs51-xstack-auto"
6518         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
6519         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
6520         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
6521         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
6522         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
6523           make-library by MAKE_LIBRARY
6524         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
6525           regression tests for xstack
6526         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
6527         * support/regression/tests/critical.c: test for critical on mcs51
6528
6529 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6530
6531         * support/regression/ports/ucz80/spec.mk: use include and lib files from
6532           built version of sdcc instead of installed version
6533
6534 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
6535
6536         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
6537         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
6538           vprintf.c now
6539         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
6540         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
6541           WARNING: remove device/lib/build/z80/printf.o by hand when
6542           updating from previous build!
6543         * device/lib/z80/printf.c: updated comment
6544         * support/regression/tests/bug1057979.c: test all ports now
6545         * support/regression/tests/bug1065458.c: file added
6546
6547 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6548
6549         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
6550           *_start and *_end symbols for static functions
6551
6552 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
6553
6554         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
6555           and search crt0.o in all library paths,
6556           (setIncludePath): proper handling of --nostdinc,
6557           (setLibPath): proper handling of --nostdlib
6558         * support/regression/Makefile,
6559         * support/regression/ports/ds390/spec.mk,
6560         * support/regression/ports/gbz80/spec.mk,
6561         * support/regression/ports/hc08/spec.mk,
6562         * support/regression/ports/mcs51/spec.mk,
6563         * support/regression/ports/mcs51-large/spec.mk,
6564         * support/regression/ports/mcs51-stack-auto/spec.mk,
6565         * support/regression/ports/z80/spec.mk: use include and lib files from
6566           built version of sdcc instead of installed version
6567         * doc/sdccman.lyx: fixed typo in --nostdinc
6568
6569 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
6570
6571         * src/pic/pcode.c,
6572         * src/pic/device.c,
6573         * src/pic/ralloc.c,
6574         * src/pic/gen.c : added support to generate code for struct bit fields.
6575
6576 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
6577
6578         * as/xa51/xa_version.h,
6579         * device/include/errno.h,
6580         * device/include/regc515c.h,
6581         * device/lib/_itoa.c,
6582         * device/lib/_ltoa.c,
6583         * device/lib/ser_ir_cts_rts.c,
6584         * sim/ucsim/xa.src/glob.cc,
6585         * sim/ucsim/xa.src/inst_gen.cc,
6586         * sim/ucsim/xa.src/xa_bit.cc,
6587         * sim/ucsim/xa.src/xa_sfr.cc,
6588         * sim/ucsim/z80.src/inst_dd.cc,
6589         * sim/ucsim/z80.src/inst_fdcb.cc,
6590         * support/scripts/keil2sdcc.pl,
6591         * src/pic16/pic16.dsp,
6592         * src/pic16/pic16a.dsp: corrected cvs line endings
6593         * device/lib/printf_large.c: fixed bug 1057979
6594         * src/pic16/gen.c: fixed non-C standard code
6595         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
6596         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
6597         * support/regression/ports/mcs51/support.c: reload T1 asap
6598         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
6599           pdata use and clear idata startup behaviour
6600         * support/regression/tests/bug1057979.c: added
6601
6602 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
6603
6604         * device/examples/ds390/ow390/ad26.h,
6605         * device/examples/ds390/ow390/cnt1d.h,
6606         * device/examples/ds390/ow390/crcutil.c,
6607         * device/examples/ds390/ow390/ownet.h,
6608         * device/examples/ds390/ow390/owsesu.c,
6609         * device/examples/ds390/ow390/swt12.h,
6610         * device/examples/ds390/ow390/swtoper.c,
6611         * device/examples/ds390/ow390/temp10.h,
6612         * device/examples/ds390/ow390/thermodl.c,
6613         * device/examples/ds390/tinitalk/tinitalk.dsp,
6614         * device/examples/ds390/tinitalk/tinitalk.dsw,
6615         * device/examples/mcs51/clock/hw.h,
6616         * device/examples/mcs51/simple2/go.bat,
6617         * device/examples/serialcomm/windows/serial.h,
6618         * device/examples/xa51/dummy.c,
6619         * device/examples/xa51/hello.c,
6620         * device/include/80c51xa.h,
6621         * device/include/at89x051.h: corrected cvs line endings
6622
6623 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
6624
6625         * src/pic16/main.c (options): added command line --gstack, to trace
6626         stack over/under flows,
6627         * added pragma 'wparam' to allow passing first byte of function
6628         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
6629         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
6630         call to __gstack_test function and sets up the symbol as extern,
6631         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
6632         * popaop): added call to pic16_testStackOverflow,
6633         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
6634         wparamList list,
6635         * (genCall, genPcall): now all parameters are passed via stack
6636         except in functions that are pass to wparam pragma in which WREG is
6637         used too,
6638         * (genPcall): REENTRANT flag is checked to see if variable prototype
6639         contains reentrant keyword, don't call a non-reentrant function, via
6640         a reentrant function pointer or vice versa, functions are never
6641         passed via WREG,
6642         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
6643         D.Winkler,
6644         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
6645         SIGSEGV when accessing a NULL register stucture,
6646         * (pic16_printGPointerType): modified to handle UPPER modifier for
6647         function initializers, changed prototype of function to simpler one,
6648         * (pic16_printIvalFuncPtr): check to see if function is already
6649         added in externs list,
6650         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
6651         optimized a move from W to SFR with a move to the same register
6652         later after a CALL,
6653         * device/lib/pic16/debug: NEW directory, contains debug features
6654         which are enabled when linking with libdebug.lib, currently command
6655         line option --gstack enables stack pointer tracing for over/under
6656         flow, corresponding sources are in debug/gstack
6657
6658 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
6659
6660         * doc/sdccman.lyx: updated SDCC version,
6661         * (PIC16 port): update list of command line options,
6662         * src/pic16/device.h (structure pic16_options_t): added field gstack
6663         to enable stack overflow tracing on push/pops,
6664         * src/pic16/device.c (statistics structure): added statistics
6665         structure,
6666         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
6667         pic16_dump_int_registers): increase statistics counters for each
6668         * variable which is encountered
6669         * (pic16_dump_usection): emit each .udata variable to its own udata
6670         section,
6671         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
6672         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
6673         parameters via stack, otherwise use old scheme,
6674         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
6675         assembler output file,
6676         * src/pic16/main.c: added command line options --gstack to enable
6677         push/pop tracing for stack overflow,
6678         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
6679         instructions): added size of each instruction,
6680         * (pic16_countInstruction): estimate size of instructions in
6681         the_pFile list, inline assembly blocks are not counted,
6682         * (pic16_FixRegisterBanking): trace previous register usage, when
6683         banksel optimizations is greater than 0, don't emit a redudant
6684         banksel directive,
6685
6686 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
6687
6688         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
6689         * src/pic16/ralloc.c : applied same fix for pic16.
6690         * src/pic/gen.c : tidied it up a little.
6691
6692 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6693
6694         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
6695         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
6696
6697 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6698
6699         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
6700
6701 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6702
6703         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
6704         non-reentrant function __modsint in the interrupt function (thus
6705         corrupting math operations during serial I/O)
6706         * device/lib/ser_ir.c: as above, changed buffersize
6707         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
6708         256.c,d for zeroing
6709         * doc/Makefile: added option -t for rsync
6710
6711 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6712
6713         * src/SDCCast.h (struct ast),
6714         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
6715
6716 2004-10-20 Borut Razem <borut.razem AT siol.net>
6717
6718         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
6719         package
6720
6721 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
6722
6723         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
6724         makefile targets,
6725         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
6726         support functions to replace long sequences of MOVFF's from access
6727         bank registers to stack and vice versa,
6728         * src/pic16/device.h: added new field opt_flags, where optimization
6729         flags can be set to enable certain features,
6730         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
6731         * pBlock, (genFunction, genEndFunction): surroung loop for
6732         saving/loading used registers in stack with PC_INFO pCodes,
6733         INF_LREGS. Code in between can then be optimized by pCode optimizer
6734         to support function calls,
6735         * (genDataPointerSet): fixed bug which loaded float fields in
6736         structures with corrupt data,
6737         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
6738         in a standard way debug info on stderr. Feature used for developing
6739         and debugging only,
6740         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
6741         obsolete chunks of code,
6742         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
6743         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
6744         * pic16/src/pcode.c (pic16_newpCodeInfo,
6745         * (pic16_newpCodeOpLocalRegs),
6746         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
6747         feature,
6748         * (pic16_pCodeConstString): printing of the initial value of a
6749         symbol as a comment is inhibited since parsing was already done by
6750         copyStr and output is corrupt,
6751         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
6752
6753 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6754
6755         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
6756
6757 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
6758
6759         * as/mcs51/lkarea.c: removed old K&R style,
6760           (lnksect): changed check on boundary error,
6761           (lnksect2): changed check on boundary error,
6762           (lnksect2): extend XSTK to end of page if size = 1
6763         * as/mcs51/lkmain.c: removed old K&R style,
6764           (Areas51): create l_IRAM symbol
6765         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
6766         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
6767           model-mcs51-stack-auto, added model-mcs51-xstack-auto
6768         * device/lib/_mullong.c: added version to be compiled with xstack
6769         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
6770         * device/lib/mcs51/crtxclear.asm: clear pdata as well
6771         * device/lib/mcs51/crtxstack.asm: fixed comment
6772         * src/SDCCglue.c: maxInterrupts defaults to 0,
6773           (emitMaps): added pdata,
6774           (createInterruptVect): (re)moved default,
6775           (glue): added pdata,
6776           (glue): moved __start__xstack to XSTK with default size 1
6777         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
6778           and options.float_rent when options.stackAuto is set,
6779           (linkEdit): only write XDATA_NAME if provided on command line
6780         * src/SDCCmem.h,
6781         * src/SDCCmem.c: added pdata
6782         * src/port.h: added pdata_name to PORT
6783         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
6784           (saveRegisters, unsaveRegisters): removed usage of B,
6785           (genMinus): fixed accumulator clash,
6786           (genJumpTab): added comment, this needs another look
6787         * src/mcs51/gen.c: added check for "B in use" paranoia,
6788           added pushB() and popB()
6789         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
6790           chance
6791         * src/avr/main.c,
6792         * src/ds390/main.c,
6793         * src/hc08/main.c,
6794         * src/mcs51/main.c,
6795         * src/pic/main.c,
6796         * src/pic16/main.c,
6797         * src/xa51/main.c,
6798         * src/z80/main.c: (reset_regparms) made void parameter explicit and
6799           added PSEG (PAG,XDATA) or NULL to port specifier
6800         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
6801         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
6802           (_mcs51_genInitStartup): removed __start__xstack equ,
6803           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
6804         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
6805         * src/z80/gen.c (_rleAppend): fixed warnings
6806         * support/regression/tests/zeropad.c: added pdata test
6807         * .version: bumped to 2.4.6
6808
6809 2004-10-17 Borut Razem <borut.razem AT siol.net>
6810
6811         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
6812         as a part of nightly build
6813
6814 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
6815
6816         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
6817         WREG holds the first byte function parameters,
6818         * (aopForSym): take special case for symbols which are in FARSPACE
6819         but in CODESPACE too,
6820         * (assignResultValue): modified to take into account _G.useWreg,
6821         * (genCall): don't use wreg for parameter passing when function is
6822         declared as reentrant, too, added optimization INCF to stack
6823         pointer when stack parameter count is 1,
6824         * (genFunction, genEndFunction): refurnished and fixed to not using
6825         wreg for passing parameters when function has varargs or is
6826         reentrant, fixed bug with symbol name compare for generating
6827         functions in absolute address,
6828         * (pic16_storeForReturn): refurnished,
6829         * (genCmp): began writing a new version of the function, not ready
6830         yet, therefore it is disabled,
6831         * (genAssign): do not read code memory when assigning a function to
6832         a pointer function,
6833         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
6834         array of characters, not pointer,
6835         * (pic16initialComments): in debug mode emit an .ident directive for
6836         the assembler,
6837         * (_process_pragma): emit a new warning type (internal to pic16)
6838         when setting stack to default length, emit a similar warning when
6839         placing a function at absolute address and address is not word aligned
6840         * (_pic16_parseOptions): added 'return TRUE' statement,
6841         * (_pic16_linkEdit): if compiling a source, then add the source's
6842         file object, first in the list of objects to link,
6843
6844 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
6845
6846         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
6847         * src/pic/main.c : removed VC warning.
6848         * src/pic/gen.c : changed comment.
6849
6850 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
6851
6852         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
6853         reference to a deprecated symbol _GPTRREG was causing failure to
6854         link. Thanks G. M. Gallant for the info.
6855
6856 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
6857
6858         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
6859         comments for Bugs item #954788.
6860
6861 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
6862
6863         * src/pic16/device.c (pic16_dump_gsection,
6864         * pic16_groupRegistersInSection): handle symbols declared to be in
6865         access bank differently,
6866         * src/pic16/gen.c (struct _G): added field resDirect,
6867         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
6868         send values read from stack directly to result and don't allocate
6869         temporary values,
6870         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
6871         same registers,
6872         * (pic16_sameRegsOfs): NEW,
6873         * (freeAsmop): if _G.resDirect is set then do not mark registers as
6874         free because they were not allocated from temporary pool,
6875         * pic16_popRegFromString): workaround to fix a problem with
6876         allocating variables twice or never,
6877         * (genGenPointerGet): using PRODL instead of FSR0H,
6878         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
6879         instead of FSR0H,
6880         * (genAssign): take advantage of the _G.resDirect flag,
6881         * (genCast): around line 11844, use mov2f instead of directly
6882         MOVFF'ing between operands to account for literal values,
6883         * src/pic16/genutils.c: some new debug functions for gpsim have been
6884         added,
6885         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
6886         float with integer part only,
6887         * src/pic16/main.c (_process_pragma): handle pragma udata access to
6888         place variables in access bank
6889         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
6890         updated sources to reflect recent changes in gen.c
6891
6892 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
6893
6894         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
6895         sources that searched for headers in installation path, now the
6896         device/include/pic16 is used,
6897         * src/pic16/glue.c (pic16glue),
6898         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
6899         .line directives if not in debug mode, this suppresses assembler's
6900         warnings for ignored directives
6901
6902 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
6903
6904         * src/port.h: made reset_regparms prototype void parameter explicit.
6905         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
6906         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
6907         * doc/sdccman.lyx: documented warning disabling and how to use
6908           printf_large to make it print floats.
6909         * device/include/stdbool.h: NEW
6910         * device/lib/_atof.c,
6911         * device/lib/_divuint.c,
6912         * device/lib/_divulong.c,
6913         * device/lib/expf.c,
6914         * device/lib/printf_large.c,
6915         * device/lib/sincosf.c,
6916         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
6917         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
6918           a completely reentrant lib.
6919
6920 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
6921
6922         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
6923         * device/include/pic16/stdio.h: fixed bug with colon
6924
6925 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
6926
6927         * device/include/pic16/stdio.h,
6928         * device/include/pic16/stdlib.h,
6929         * device/include/pic16/math.h: NEW
6930         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
6931         declared as _naked to reduce overhead
6932         * device/lib/Makefile.in (target port-specific-objects-pic16):
6933         changed * to *.* so to ignore the CVS directory,
6934         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
6935         stacked variables back in stack,
6936         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
6937         corruption
6938
6939 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
6940
6941         * .version: bumped version number to 2.4.5
6942         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
6943         * support/Util/SDCCerr.c (messages structure): added entry for
6944         W_POSSBUG2
6945
6946         Large cumulative patch for pic16 port and libraries.
6947         * device/include/pic16/sdcc-lib.h,
6948         * device/include/pic16/stdarg.h,
6949         * device/include/asm/pic16/features.h,
6950         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
6951         * device/include/pic16/float.h: changes reentrant keyword with
6952         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
6953         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
6954         updated target build-libraries to include objects from gptr,
6955         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
6956         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
6957         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
6958         all function headings,
6959         * src/SDCCmain.c: added global parameter userIncDirsSet,
6960         * (parseCmdLine): when option -I is encountered add directory to
6961         userIncDirsSet too,
6962         * src/version.awk: added space between control and long,
6963         * src/pic16/NOTES: added some notes for the port,
6964         * src/pic16/gen.c: added prototype for mov2fp function,
6965         * (fReturnpic16[]): properly named return value registers,
6966         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
6967         * (aopForSym): added code to handle symbols with onStack flag set,
6968         symbols onStack are allocated PTRSIZE bytes,
6969         * (aopFreeAsmop): handles special case where asmops are stack objects,
6970         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
6971         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
6972         added argument lock to trace flaws in allocating temporary registers
6973         when developing port,
6974         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
6975         * (pic16_popRegFromString): reenabled allocating a direct register
6976         from string,
6977         * (assignResultValue): various beautifications,
6978         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
6979         referenced function argument,
6980         * (genIpush): reenabled to allow stacked arguments, handles only
6981         ic->parmPush iCodes,
6982         * (genCall, genPcall): major changes to allow for variable argument
6983         functions, fixed a bug with falsely restoring stack pointer after
6984         returning from call,
6985         * (genFunction): pending code for critical function,
6986         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
6987         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
6988         * (genNearPointerGet): fixed bug with indirect reading, was always
6989         reading from INDF0
6990         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
6991         pointers,
6992         * (genAddrOf): rewrote code to take address of a stacked function parameter
6993         * (genCast): fixed casting to generic pointer type,
6994         * src/pic16/gen.h: added AOP_STA,
6995         * (struct asmop): added field stk,
6996         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
6997         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
6998         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
6999         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
7000         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
7001         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
7002         generic pointers,
7003         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
7004         and library paths,
7005         * (pic16_port structure): generic pointer size is set to 3,
7006         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
7007         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
7008         compiler warning,
7009         * src/pic16/ralloc.c (allocReg): prevent allocating register when
7010         operand is an iTemp,
7011
7012 2004-09-24 Martin Helmling <mh AT octo-soft.de>
7013
7014         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
7015         * debugger/mcs51/simi.c: addapt new syntax of s51
7016
7017 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
7018
7019         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
7020         * src/pic16/pcode.c: commented out some calls to free() in order to
7021         fix bug #989576,
7022
7023 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7024
7025         * src/SDCCicode.h,
7026         * src/SDCCicode.c (isiCodeInFunctionCall),
7027         * src/avr/ralloc.c (selectSpil),
7028         * src/pic/ralloc.c (selectSpil),
7029         * src/pic16/ralloc.c (selectSpil),
7030         * src/ds390/ralloc.c (selectSpil),
7031         * src/hc08/ralloc.c (selectSpil),
7032         * src/xa51/ralloc.c (selectSpil),
7033         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
7034         stack in the middle of a function call sequence (fixes bug #1020268)
7035         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
7036         costs associated with the minimum switch case.
7037
7038 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7039
7040         * src/SDCC.lex: fixed bug #1030549
7041
7042 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7043
7044         * src/SDCCcse.h (struct cseDef),
7045         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
7046         over a function call if the CSE is derived from a symbol whose
7047         address has been taken (fixes bug #1029883)
7048         * support/regression/tests/bug-1029883: a new regression test for
7049         this bug
7050
7051 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7052
7053         * src/hc08/gen.c (emitinline): fixed bug #1029778
7054         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
7055         to a cast object is no longer a syntax error ("fixes" bug #1030006,
7056         and starts toward RFE #905167)
7057
7058 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
7059
7060         * src/pic16/gen.c (mov2f): New function to move an operand to
7061         another without considering if it is a literal or a register,
7062         * (pic16_sameRegs): don't check if they are both AOP_REG,
7063         * (AccRsh): removed andmask=0 lines,
7064         * (genLeftShift): duplicated to be improved in future versions,
7065         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
7066         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
7067         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
7068         * (pic16initMnemonics): added initialization for POC_INFSNZW,
7069         * (insertBankSwitch): fixed inserting banksel directives algorithm
7070         for instructions that follow a skip instruction, this fixes a report
7071         for broken subtraction code generation,
7072         * src/pic16/ralloc.c (deassignLRs): do not free register if current
7073         iCode is a left op, just in case result and right share the same
7074         registers
7075
7076 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7077
7078         * src/hc08/main.c,
7079         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
7080         preservation of HX
7081         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
7082         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
7083         on 2004-09-12; it was buggy
7084
7085 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
7086
7087         * src/SDCCsymt.h: removed RESULT_CHECK
7088         * src/SDCCast.c,
7089         * src/SDCCglue.c,
7090         * src/SDCCval.c,
7091         * src/pic/glue.c,
7092         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
7093
7094 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
7095
7096         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
7097         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
7098         configuration values no more rejected by compiler, they are assigned
7099         to configuration registers with a warning message instead,
7100         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
7101         the for-loop so last conf register is emitted too,
7102         * (_pic16_initPaths): link library libsdcc.lib by default,
7103         * (_hasNativeMulFor): modified test for multiplication according to
7104         Raphael Neider's remarks. Integer multiplication is also done with
7105         support functions,
7106         * device/include/pic16/pic18fregs.h: corrected type error in while
7107         testing and including 18f6720 header file
7108
7109 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
7110
7111         * src/pic16/device.h (pic16_options): removed field use_crt,
7112         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
7113         until an optimization to handle single bits is added,
7114         * (pic16_loadFSR0): moved before genUnpackBits,
7115         * (genAnd): some white lines removed,
7116         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
7117         leave_reset flags in pic16_options when using crt modules,
7118
7119 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
7120
7121         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
7122           for bugs 898889 & 979599. Also used some safer print instructions.
7123
7124 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
7125
7126         * src/pic16/device.h (pic16_options_t): added field use_crt,
7127         crt_name, no_crt,
7128         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
7129         catch a probable future bug,
7130         * src/pic16/gen.c: aopIdx function commented out,
7131         * (genAssign): commented out old code which used aopIdx,
7132         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
7133         code, added if conditionals to take into account the --use-crt
7134         command line options,
7135         * src/pic16/main.c (pic16_optionsTable): added new command line
7136         options, --use-crt= and --no-crt,
7137         * (_pic16_linkEdit): now the proper crt object is added in the
7138         linker command line except than when --no-crt is specified,
7139         * src/pic16/pcode.c,
7140         * src/pic16/pcode.h: added some structures and functions for a new
7141         optimization scheme to compansate for instruction overhead between
7142         same iCodes, this scheme is currently under development and is not
7143         working in any way,
7144         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
7145         to && operator,
7146         * device/lib/pic16/startup/crt0i.c,
7147         * device/lib/pic16/startup/crt0iz.c: added global char variable
7148         __uflags to force the generation of an idata section
7149
7150 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
7151
7152         * doc/Makefile,
7153         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
7154         * doc/sdccman.lyx: updated sdcc version to 2.4.4
7155
7156 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7157
7158         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
7159         Frieder) and clarified the default code optimization mode
7160
7161 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7162
7163         * src/SDCC.lex (doPragma, process_pragma),
7164         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
7165         "opt_code_size", and "opt_code_balanced"
7166         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
7167         regrouped options by category, added support for category headers
7168         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
7169         and "--opt-code-size"
7170         * doc/sdccman.lyx: documented these new options and pragmas
7171         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
7172         preference into account
7173
7174 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
7175
7176         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
7177           geniCodePreDec): Fixed bug 904237 by generating a warning
7178         * src/SDCCerr.h,
7179         * src/SDCCerr.c: added warning W_SIZEOF_VOID
7180
7181 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
7182
7183         * src/pic/device.c : When no max ram set validate full memory range.
7184         * src/pic/pcode.c,
7185         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
7186
7187 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
7188
7189         * device/lib/_gptrget.c,
7190         * device/lib/_gptrput.c: updated comment
7191         * device/lib/calloc.c,
7192         * device/lib/free.c,
7193         * device/lib/malloc.c,
7194         * device/lib/realloc.c: added LGPL, made them reentrant-safe
7195         * src/SDCCcse.c (cseBBlock),
7196         * src/SDCCicode.c (printOperand, geniCodeArray),
7197         * src/SDCCicode.h (struct operand): fixed bug 868103
7198         * support/regression/tests/bug-868103.c: added
7199         * src/SDCCast.c (searchLitOp),
7200         * src/SDCCcse.h (struct cseDef),
7201         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
7202         * src/SDCCicode.h (struct operand),
7203         * src/SDCCsymt.h (struct sym_link),
7204         * src/avr/gen.c (hasInc),
7205         * src/ds390/gen.c (hasInc),
7206         * src/hc08/gen.c (genPlusIncr, hasInc),
7207         * src/mcs51/gen.c (hasInc),
7208         * src/pic16/glue.c (pic16_printIvalChar),
7209         * src/pic16/ralloc.c (regWithIdx),
7210         * src/xa51/gen.c (hasInc) : removed warnings
7211         * src/SDCCast.c (createBlock): added comment ???
7212         * src/hc08/ralloc.c: updated comments
7213
7214 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7215
7216         * doc/sdccman.lyx: updated section on switch statements, added
7217         section about semaphore locking
7218         * doc/Makefile: added option -info for latex2html
7219         * device/lib/_gptrget.c,
7220         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
7221
7222 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
7223
7224         * src/pic/device.h,
7225         * src/pic/device.c,
7226         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
7227          maxram is less than 0x100.
7228
7229 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
7230
7231         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
7232
7233 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7234
7235         * src/port.h,
7236         * src/mcs51/main.c,
7237         * src/ds390/main.c,
7238         * src/z80/main.c,
7239         * src/hc08/main.c,
7240         * src/pic/main.c,
7241         * src/pic16/main.c,
7242         * src/avr/main.c,
7243         * src/xa51/main.c
7244         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
7245         a jump table is the best form for a switch statement, including
7246         automatic insertion of missing cases to make the case range
7247         continuous. Developed in collaboration with Frieder Ferlemann.
7248
7249 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7250
7251         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
7252         accumulator result if it needs sign extension
7253
7254 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
7255
7256         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
7257
7258 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
7259
7260         * device/lib/gbz80/printf.c,
7261         * device/lib/z80/printf.c: removed define for NULL
7262
7263 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
7264
7265         * as/xa51/xa_link.c,
7266         * device/examples/ds390/ow390/ad26.c,
7267         * device/examples/ds390/ow390/cnt1d.c,
7268         * device/examples/ds390/ow390/counter.c,
7269         * device/examples/ds390/ow390/ds2480.h,
7270         * device/examples/ds390/ow390/ds2480ut.c,
7271         * device/examples/ds390/ow390/findtype.c,
7272         * device/examples/ds390/ow390/gethumd.c,
7273         * device/examples/ds390/ow390/owllu.c,
7274         * device/examples/ds390/ow390/ownetu.c,
7275         * device/examples/ds390/ow390/swt12.c,
7276         * device/examples/ds390/ow390/swtloop.c,
7277         * device/examples/ds390/ow390/temp.c,
7278         * device/examples/ds390/ow390/temp10.c,
7279         * device/examples/ds390/ow390/thermo21.c,
7280         * device/examples/ds390/ow390/tinilnk.c,
7281         * device/examples/ds390/ow390/tstfind.c,
7282         * device/examples/serialcomm/windows/serial.cpp,
7283         * device/examples/serialcomm/windows/test_serialcomm.cpp,
7284         * device/include/reg51.h: fixed line endings for cvs
7285
7286 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7287
7288         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
7289         packRegsForAccUse, packRegisters): new accumulator register
7290         packing algorithm
7291         * support/regression/ports/hc08/support.c (_putchar): suppress
7292         warning of unused variable
7293         * src/SDCCicode.c: added SWAP entry to codeTable
7294
7295 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
7296
7297         * device/lib/sprintf.c: forgot to add this file before previous commit
7298
7299 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
7300
7301         * src/pic16/gen.c (genPackBits): added operand right in function
7302         parameters, load result directly if p_type is POINTER (that is
7303         called by genNearPointerSet)
7304         * (genUnPackBits): added operand left in function parameters,
7305         * (genNearPointerGet, genNearPointerSet): prevent the loading of
7306         FSR0 if accessing bitfields,
7307
7308 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
7309
7310         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
7311           _print_format; updated printf, sprintf, vsprintf
7312         * device/include/asm/default/features.h: corrected comment/define
7313         * device/lib/Makefile.in: added sprintf.c
7314         * device/lib/libsdcc.lib: added sprintf module
7315         * device/lib/printf_large.c,
7316         * device/lib/vprintf.c,
7317         * device/lib/sprintf.c: totally refactored printf_large and vprintf
7318           into these 3 files
7319         * support/regression/Makefile: changed ALL_PORTS into a usefull default
7320         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
7321         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
7322           hc08 test
7323         * support/regression/tests/zeropad.c: define idata as data for hc08
7324
7325 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7326
7327         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
7328         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
7329         labels are referenced at least once (even if a reference is not found)
7330         * src/hc08/gen.c (emitcode): set isComment flag for comments
7331         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
7332         loads), rules 6a..6b (optimize jumps to return)
7333
7334 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7335
7336         * device/lib/acosf.c (acosf),
7337         * device/lib/asinf.c (asinf),
7338         * device/lib/atanf.c (atanf),
7339         * device/lib/ceilf.c (ceilf),
7340         * device/lib/cosf.c (cosf),
7341         * device/lib/coshf.c (coshf),
7342         * device/lib/cotf.c (cotf),
7343         * device/lib/fabsf.c (fabsf),
7344         * device/lib/floorf.c (floorf),
7345         * device/lib/log10f.c (log10f),
7346         * device/lib/logf.c (logf),
7347         * device/lib/sinf.c (sinf),
7348         * device/lib/sinhf.c (sinhf),
7349         * device/lib/sqrtf.c (sqrtf),
7350         * device/lib/tanf.c (tanf),
7351         * device/lib/tanhf.c (tanhf),
7352         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
7353         replaced all instances of "reentrant" in the library functions
7354         defined in math.h with this macro.
7355         * support/regression/tests/float_trans.c: reenabled test for hc08
7356
7357 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
7358
7359         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
7360         erroneously deleted
7361
7362 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7363
7364         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
7365         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
7366         multi-byte volatile operands are used
7367         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
7368         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
7369         initialization to area GSINIT0 so that it would always precede
7370         any static initializers in GSINIT
7371         * support/regression/tests/zeropad.c: fixed idata define for hc08
7372         * support/regression/tests/bug-927659.c,
7373         * support/regression/tests/float_trans.c: disabled tests for hc08
7374         pending missing library routines
7375         * .version: increased version number to 2.4.4 - hc08 port now passes
7376         regression tests
7377
7378
7379 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
7380
7381         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
7382         * Makefile.common.in,
7383         * as/Makefile,
7384         * as/hc08/Makefile.in,
7385         * as/mcs51/Makefile.in,
7386         * as/z80/Makefile.in,
7387         * debugger/mcs51/Makefile.in,
7388         * device/include/Makefile.in,
7389         * device/lib/Makefile.in,
7390         * doc/Makefile,
7391         * link/Makefile,
7392         * link/z80/Makefile.in,
7393         * packihx/Makefile.in,
7394         * sim/ucsim/main_in.mk,
7395         * sim/ucsim/avr.src/Makefile.in,
7396         * sim/ucsim/doc/Makefile.in,
7397         * sim/ucsim/gui.src/serio.src/Makefile.in,
7398         * sim/ucsim/hc08.src/Makefile.in,
7399         * sim/ucsim/s51.src/Makefile.in,
7400         * sim/ucsim/xa.src/Makefile.in,
7401         * sim/ucsim/z80.src/Makefile.in,
7402         * src/Makefile.in,
7403         * support/cpp2/Makefile.in,
7404         * support/librarian/Makefile,
7405         * support/makebin/Makefile: added DESTDIR to the install path proposed
7406         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
7407         * doc/sdccman.lyx: added DESTDIR documentation
7408
7409 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
7410
7411         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
7412         instruction for interrupt handlers, use fast returns when returning
7413         from high priority interrupts
7414
7415 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7416
7417         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
7418         code generation
7419         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
7420         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
7421         bugs, ported much of Bernhard's code from mcs51
7422         * src/mcs51/gen.c (genSend),
7423         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
7424         than one when calling a reentrant function
7425         * device/lib/_mullong.c: defined an alternate struct layout for big
7426         endian ports (hc08)
7427
7428 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7429
7430         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
7431         test
7432
7433 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7434
7435         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
7436         are sane and complete before asking the port its prefered parameter
7437         passing method (fixes bug #1017633)
7438         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
7439         and _ret3
7440
7441 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7442
7443         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
7444         problem in bitfields >= 8 bits.
7445
7446 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
7447
7448         * src/SDCCsymt.c: undid changes that were not meant to be committed
7449
7450 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
7451
7452         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
7453
7454 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
7455
7456         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
7457           copied and wrong bit got inverted
7458
7459 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7460
7461         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
7462         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
7463         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
7464         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
7465         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
7466         assignments to bitfields at known addresses
7467         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
7468         reads from bitfields at known addresses
7469         * src/hc08/ralloc.c (packRegisters),
7470         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
7471         genhc08Code): optimize pointer get values used as conditionals
7472         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
7473         and branch
7474
7475 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7476
7477         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
7478         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
7479         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
7480         as conditionals
7481
7482 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7483
7484         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
7485
7486 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7487
7488         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
7489         related problems
7490
7491 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
7492
7493         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
7494
7495 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7496
7497         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
7498         mcs51 port
7499
7500 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
7501
7502         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
7503
7504 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7505
7506         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
7507         cases use more compact code.
7508
7509 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
7510
7511         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
7512
7513 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7514
7515         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
7516
7517 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7518
7519         * src/SDCCsymt.h,
7520         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
7521         parameter of changePointer() from symbol* to sym_link*
7522         * src/SDCCast.c (decorateType): call changePointer() for CAST op
7523         * src/SDCCsymt.c (compareType): void* type is castable to other
7524         pointers, but not necesarily an exact match.
7525         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
7526         is no longer blindly treated as an exact match.
7527         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
7528
7529 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
7530
7531         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
7532
7533 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
7534
7535         * src/pic/gen.c,
7536         * src/pic/pcode.c,
7537         * src/pic/ralloc.h,
7538         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
7539
7540 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
7541
7542         * src/pic/device.c,
7543         * src/pic/device.h,
7544         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
7545
7546 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7547
7548         * src/mcs51/gen.c (emitcode): fixed bug #992819
7549
7550 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
7551
7552         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
7553           there's no need to make it worse
7554
7555 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7556
7557         * src/mcs51/ralloc.c (deassignLR),
7558         * src/ds390/ralloc.c (deassignLR),
7559         * src/hc08/ralloc.c (deassignLR),
7560         * src/z80/ralloc.c (deassignLR),
7561         * src/pic/ralloc.c (deassignLR),
7562         * src/pic16/ralloc.c (deassignLR),
7563         * src/avr/ralloc.c (deassignLR),
7564         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
7565         rlivePoint): fixed another part of bug #971834
7566
7567 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7568
7569         * src/z80/main.c: enabled "critical" keyword
7570         * src/z80/mappings.i,
7571         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
7572         functions (fixes bug #979646)
7573         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
7574
7575 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7576
7577         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
7578           such as c:\mydir.
7579
7580 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
7581
7582         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
7583           doesn't disable too much optimizations
7584
7585 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
7586
7587         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
7588
7589 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
7590
7591         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
7592
7593 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
7594
7595         * src/pic/gen.c tidied up tabs
7596         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
7597         * src/pic/main.c tidied up tabs
7598         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
7599         * src/pic/pcoderegs.c tidied up tabs
7600         * src/pic/ralloc.c tidied up tabs
7601
7602 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
7603
7604         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
7605         to S_FIXED for pic16 port and when symbol is not in level 0,
7606         allocate for S_REGISTER storage class and pic16 port, too,
7607         * src/pic16/device.h: prototype for checkSym,
7608         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
7609         * (pic16_assignConfigWordValue): test the value and the mask to
7610         validate that the value is suitable for the configuration word,
7611         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
7612         collect extern declared symbols, don't emit symbol twice, check
7613         first if symbol is in publics set first,
7614         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
7615         * added command line '--fstack' which enables an experimental
7616         feature for stack access, too buggy to be used yet...
7617         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
7618         * (pic16_allocDirReg): when register has storage class S_REGISTER
7619         allocate in pic16_dynAccessRegs,
7620         * device/include/pic16/pic18f????.h: modified configuration word
7621         naming convention, words started as CONFIG0H but should be CONFIG1H
7622
7623 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
7624
7625         * device/include/mcs51reg.h: fixed bug 970993
7626
7627 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
7628
7629         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
7630         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
7631         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
7632         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
7633         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
7634         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
7635           error/warning numbers,
7636           added function setWarningDisabled()
7637         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
7638         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
7639           _memcmp.c _memmove.c calloc.c realloc.c free.c
7640         * support/regression/tests/malloc.c: added tests for new functionality
7641         * support/regression/tests/zeropad.c: added tests for truncated initializers
7642           and initialized char arrays starting with '\x0'
7643         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
7644
7645 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
7646
7647         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
7648
7649 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7650
7651         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
7652         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
7653         peephole 177.e. Thanks to anonymous
7654
7655 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
7656
7657         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
7658         function isn't used in the source but referenced as a
7659         variable initializer then declare it as extern in .asm file
7660
7661 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
7662
7663         * .version: increased version number to 2.4.3
7664
7665         Adding version extension according to ChangeLog CVS revision
7666         * src/Makefile.in (target all): added dependency 'version.h'
7667         * (rule version.h): added rule to create version.h from ChangeLog,
7668         * (rule dep): added dependency version.h,
7669         * src/version.awk: AWK script to create version.h
7670         * src/SDCCdwarf2.c (dwWriteModule),
7671         * src/SDCCglue.c (initialComments),
7672         * src/SDCCmain.c (printVersionInfo): modified to write after
7673         version string the version extension number,
7674         * src/SDCCutil.c: included "version.h"
7675         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
7676         number,
7677         * src/SDCCutil.h: added prototype for getBuildNumber
7678
7679         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
7680         includeDirsSet, too,
7681         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
7682         const char [] is found in function prototype...
7683
7684         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
7685         moving to WREG with source is already in WREG,
7686         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
7687         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
7688         * (aopForSym): stack'ed symbols are partially supported, added
7689         if-clause to support symbols in FARSPACE,
7690         * (sameRegs): added test for AOP_ACC to see if registers are same,
7691         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
7692         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
7693         * (pic16_popRegFromString): will not allocate a new register if it
7694         doesn't find one by name, bug may have introduced...
7695         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
7696         * (genIpush): revived to use pic16 port's stack,
7697         * (genAddrOf): added incomplete case for stack'ed operand,
7698         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
7699         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
7700         can handle multibyte operands,
7701         * src/pic16/glue.c (pic16_printIval*): some debug info added,
7702         * (pic16initialComments): added message for MPLAB compatibility
7703         mode enabled,
7704         * src/pic16/main.h: prototype for pic16_mplab_comp,
7705         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
7706         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
7707         * (_pic16_linkEdit): NEW, handles link stage, transferred here
7708         because of increased complexity of procedure,
7709         * (_process_pragma): stack pragma changed to format 'stack pos len',
7710         emit symbol '_stack_end' to conform with gplink,
7711         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
7712         to search for register,
7713         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
7714         PO_GPR_REGISTER,
7715         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
7716         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
7717         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7718         case for PO_GPR_REGISTER,
7719         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
7720         dies, the new era is ahead !...
7721         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
7722         pic16_dynInternalRegs,
7723         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
7724         * (pic16_allocDirReg): minor optimizations and bug fixes,
7725         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
7726
7727         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
7728         load stack and frame pointer with address of 'stack_end' symbol
7729
7730 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
7731
7732         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
7733         without source code but only variable initializers
7734
7735 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
7736
7737         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
7738         external are not declared as extern to reduce overhead while linking
7739
7740 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
7741
7742         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
7743
7744 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
7745
7746         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
7747           Yee Keat for the patch
7748         * src/SDCCast.c (decorateType): fixed bug #979599
7749         * src/ds390/gen.h: removed local fReturnSizeDS390
7750         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
7751         * src/ds390/gen.c (genAnd, genOr, genXor),
7752         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
7753
7754 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
7755
7756         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
7757         add relFilesSet to $3, manipulate $2 to handle linking of object
7758         files without source files in command line,
7759         * device/include/pic16 (all headers): added ID location macros,
7760         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
7761         entries for ID location bytes,
7762         * (pic16_assignIdByteValue): NEW,
7763         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
7764         added field dumpcalltree to pic16_options_t,
7765         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
7766         is used instead of pic16_Gstack_base_addr, check if (ifx) before
7767         emitting rFalseIfx label after check_carry label,
7768         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
7769         pic16_emitDIRegs), NEW
7770         * (pic16glue): dump .calltree file when option --calltree found,
7771         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
7772         * (_pic16_genAssemblerPreamble): emit ID locations after
7773         configuration registers,
7774         * (pic16_linkCmd): modifications of the link command,
7775         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
7776         * (pic16_pCodeInitRegisters): don't init stack registers,
7777         * (pic16_findPrevInstruction): fixed bug,
7778         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
7779         bug with immediate registers,
7780         * (buildCallTree): traces stack push and pop,
7781         * (pct2): dump also stack usage for each function,
7782         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
7783         * (pic16_allocDirReg): various modifications,
7784         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
7785         fixed to 1,
7786
7787 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
7788
7789         * src/pic16/pcode.c: removed buggy double colon
7790
7791 2004-07-01 Borut Razem <borut.razem AT siol.net>
7792
7793         * support/scripts/sdcc.nsi: added include/pic16 to setup
7794
7795 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
7796
7797         * device/lib/Makefile.in: fixed bug in target objects-pic16,
7798         * device/lib/pic16/Makefile: prefixed with dash (-) command under
7799         target 'clean',
7800         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
7801         specific command line arguments. Also added sample lkr script
7802         for placing a variable at a specific memory bank.
7803         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
7804         at a specific memory bank,
7805         * (pic16_dump_isection): fixed bug which caused string literals to
7806         be omitted when dumping idata section,
7807         * (pic16_groupRegistersInSection): added code to handle registers
7808         in specific memory banks,
7809         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
7810         public, all references are renamed too,
7811         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
7812         AOP_DPTR2,
7813         * (pic16_storeForReturn): added case to handle when dest is WREG,
7814         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
7815         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
7816         pic16_rel_udata, check to see if that register is marked as being
7817         a member of a specific memory bank,
7818         * (pic16_printIvalCharPtr): added code to add string literals either
7819         to code or the idata sections,
7820         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
7821         also accept the 'udata' pragma,
7822         * src/pic16/main.h: new structure types sectName and sectSym
7823         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
7824         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
7825         * (pic16_findPrevInstruction): fixed, it returned nothing,
7826         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
7827         instruction combinations,
7828         * (pic16_FixRegisterBanking): heavily reorganised,
7829         * (pic16_AnalyzeBanking): if generating banksel directives is
7830         disabled, then don't call FixRegisterBanking at all,
7831         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
7832         completely removed,
7833         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
7834
7835 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
7836
7837         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
7838         Phuah Yee Keat <yk.phuah AT nestac.com>
7839
7840 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
7841
7842         * src/pic16/glue.c (pic16createInterruptVect): function now emits
7843         correctly the IVT even if it is relocated to some other location
7844
7845 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
7846
7847         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
7848         * device/include/pic16/pic18f2220.h: NEW,
7849         * device/lib/pic16/libdev/pic18f2220.c: NEW,
7850         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
7851         * src/pic16/device.c (struct Pics16): added info for 18f2220,
7852         * src/pic16/device.h (struct pic16_options): added ivt_loc and
7853         nodefaultlibs, ivt_loc is the location of the interrupt vector
7854         table, and nodefaultlibs signs that default libraries should not be
7855         linked in link stage,
7856         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
7857         according to --ivt-loc argument,
7858         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
7859         when pragma stack is found,
7860
7861 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7862
7863         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
7864         256 (range check), 257 (do while), 258.a-f (bit banging
7865         f.e. on 3-wire SPI bus)
7866
7867 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7868
7869         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
7870         variables used exclusively within a loop
7871
7872 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
7873
7874         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
7875
7876 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7877
7878         * src/SDCClrange.c (computeClash): fixed bug #971834
7879
7880 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7881
7882         * src/mcs51/gen.c (genCmp): fixed bug #975903
7883         * src/hc08/gen.c (operandsEqu),
7884         * src/ds390/gen.c (operandsEqu),
7885         * src/z80/gen.c (operandsEqu),
7886         * src/pic/gen.c (operandsEqu),
7887         * src/pic16/gen.c (operandsEqu),
7888         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
7889         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
7890
7891 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7892
7893         * src/SDCCcse.c (cseBBlock): fixed bug #966963
7894
7895 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
7896
7897         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
7898         default case in switch statement,
7899         * glue.c (pic16_initPointer): expr is initialised via decoarteType
7900         to eliminate problem with initialisation of pointers, but problem
7901         still exists,
7902         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
7903         * (emitStaticSegment): removed various lines emitting debug info,
7904         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
7905         added processor registers for utilizing EEPROM,
7906         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
7907         configurable and set 8
7908
7909 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
7910
7911         * .version: increased version number to 2.4.2,
7912
7913         Cumulative patch for pic16 port
7914         * src/pic16/device.c: changed scheme to dump initial values for
7915         variables in idata segment, all print_idata* functions were removed,
7916         now the pic16_printIval* will be called,
7917         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
7918         * _pic16_printPointerType, pic16_printPointerType,
7919         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
7920         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
7921         NEW, similar to the respective functions in SDCCglue.c,
7922         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
7923         way, emitting hex bytes,
7924         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
7925
7926 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7927
7928         * src/avr/ralloc.c (serialRegAssign),
7929         * src/xa51/ralloc.c (serialRegAssign),
7930         * src/pic/ralloc.c (serialRegAssign),
7931         * src/pic16/ralloc.c (serialRegAssign),
7932         * src/hc08/ralloc.c (serialRegAssign),
7933         * src/z80/ralloc.c (serialRegAssign),
7934         * src/ds390/ralloc.c (serialRegAssign),
7935         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
7936
7937 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7938
7939         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
7940         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
7941
7942 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
7943
7944         Cumulative patch for pic16 port:
7945         * src/pic16/device.h (typedef PIC16_device) modified fields for
7946         defining microcontrollers,
7947         * src/pic16/device.c: added new info for all devices in Pics16 array,
7948         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
7949         to be optimised out by the pCode optimiser,
7950         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
7951         specially, bug reported by G.M. Gallant,
7952         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
7953         as force'd so that cannot be optimised out by pCode optimiser,
7954         * src/pic16/pcode.c,
7955         * src/pic16/pcodepeeph.c,
7956         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
7957         they are disabled by default, but can be enabled explicit with
7958         command argument --denable-peeps, for testing,
7959         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
7960         --pomit-ivt in COMPILE_FLAGS
7961
7962 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
7963
7964         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
7965           compilation on MSVC
7966
7967 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
7968
7969         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
7970
7971 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7972
7973         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
7974         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
7975
7976 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
7977
7978         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
7979         would only assign 0x300001 register.
7980
7981 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
7982
7983         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
7984         in COMPILE_FLAGS. Thanks to G. Gallant for report.
7985
7986 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7987
7988         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
7989         for ds80c400
7990         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
7991         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
7992         added peephole 254 (left shift), 255 (jump table)
7993
7994 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
7995
7996         * device/lib/Makefile.in: removed comment line with model-pic16,
7997         * (target port-specific-objects-pic16): the libraries and objects
7998         are copied to the build directory form the device/lib/pic16/bin
7999         directory
8000
8001         Cumulative patch concerning pic16 port:
8002         * library directory has been re-organized,
8003         * added support for PIC18F1220,
8004         * added headers and library sources for chips 18f1220,18f6520,
8005         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
8006
8007         * configuration registers setting has changed, now each supported
8008         device has a complete description of the registers it uses,
8009         * all initialisations are moved to idata sections, these section
8010         can be absolute or relocatable,
8011         * fixed initialisation of codespace variables,
8012         * fixed warning about PCLATU and gpsim,
8013         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
8014         * (genAssign): use table reads when assigning from variables in codespace,
8015         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
8016         char/int variables placed in codespace,
8017         * (pic16_emitConfigRegs): NEW, emits a list with configuration
8018         registers set in .asm file, no need for --pomit-config-words anymore,
8019         * (pic16glue): some 8051 legacy segments are commented out
8020         (to be removed completely),
8021         * added support for alternative assembler and linker with --asm=
8022         and --link= command line arguments,
8023         * peepholes are disabled automatically in the port, no need to
8024         specify on command line,
8025         * port supports natively char/int/long multiplication, but converts
8026         all divisions to support functions,
8027         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
8028         to the file set in variable $2,
8029         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
8030         strings in ASCII format and not in hex,
8031         * ralloc.c (serialRegAssign): added a triplet of conditional calls
8032         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
8033         allocate proper register if iCodes aren't temporary,
8034
8035 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
8036
8037         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
8038
8039 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
8040
8041         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
8042         is commented out
8043
8044 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8045
8046         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
8047         computed address is reused
8048         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
8049         multi-byte bitfields
8050
8051 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
8052
8053         * src/z80/gen.c: (genArrayInit): must check for pointers too
8054
8055 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
8056
8057         * support/regression/tests/zeropad.c: never meant to commit the
8058           nestedstruct test: removed, added check for GCC version
8059
8060 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
8061
8062         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
8063         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
8064         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
8065           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
8066           bugs 928906 and 954082 half-empty initializers
8067         * src/SDCCsymt.h,
8068         * src/SDCCsymt.c (getAllocSize): added for above fix
8069         * src/z80/gen.c (genArrayInit): fixed bug 741044
8070         * support/regression/tests/zeropad.c: added tests
8071
8072 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
8073
8074         * src/pic16/device.c (pic16_dump_section): corrected bug which
8075         caused some symbols of the libraries to be misplaced
8076
8077 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
8078
8079         * src/pic16/glue.c,
8080         * src/pic16/ralloc.h,
8081         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
8082         to fix conflict with pic port
8083
8084 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
8085
8086         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
8087         externs configuration variables,
8088         * src/pic16/ralloc.h,
8089         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
8090         prototype in header, commented out some debug messages
8091
8092 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
8093
8094         * src/pic16/glue.c,
8095         * src/pic16/main.c,
8096         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
8097         for gpasm COFF object generation. Thanks to D. Hawkins for
8098         his patch info
8099
8100 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8101
8102         * src/ds390/main.c,
8103         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
8104         Brock for spotting this)
8105         * src/ds390/gen.c (genEndFunction),
8106         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
8107         interrupt handler and critical. Disable push/pop optimizations when
8108         peephole optimizations disabled.
8109
8110 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
8111
8112         Updated pic16 library sources and headers.
8113         * device/lib/pic16/pic18f*/ ,
8114         * device/include/pic16/*.h: modified to handle structured SFR
8115         definitions
8116
8117 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
8118
8119         * src/port.h (PORT structure): added hook initPaths, now each
8120         port can declare its own default search paths,
8121         which can been seen with the --print-search-dirs option,
8122         see pic16 port for example,
8123         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
8124         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
8125         * (doPrintSearchDirs): NEW, replaces in a central manner the
8126         printing of search dirs which was split in set*Paths functions,
8127         * (main): added call to port->initPaths and doPrintSearchDirs,
8128         * src/avr/main.c,
8129         * src/ds390/main.c,
8130         * src/hc08/main.c,
8131         * src/izt/i186.c,
8132         * src/izt/tlcs900h.c,
8133         * src/mcs51/main.c,
8134         * src/pic/main.c,
8135         * src/pic16/main.c: modified port structures to reflect addition of
8136         initPaths hook,
8137
8138         * src/pic16/device.c (regCompare): registers are finally sorted by name,
8139         * (pic16_dump_section): for registers in same address reserve memory once,
8140         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
8141         to no_banksel,
8142         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
8143         result is greater in size than right or left,
8144         * (pic16_genUMult8X8_8): there are some cases where the result can
8145         be 16 bits size, so handle these,
8146         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
8147         * (pic16_outBitC): modified to emit pcodes,
8148         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
8149         or not,
8150         * (genDivOneByte): implemented algorithm to divide 8-bits,
8151         * (genCmp): uncommented goto, but issues still exist,
8152         * (genAnd): fixed a bug with variables >8bits,
8153         * (genPackBits): optimization added that uses BCF/BSF to change a
8154         single bit,
8155         * (genAssign): fixed bug when assigning floating point literals,
8156         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
8157         __sdcc_gsinit_startup label,
8158         * src/pic16/main.c (_pic16_init): removed search directory
8159         initialisations,
8160         * (_pic16_initPaths): NEW, used to initialise search directories,
8161         * (_hasNativeMulFor): support functions for all except char/int
8162         multiplication, and char division,
8163         * (PIC16_port struct): modified entry for native mul support,
8164         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
8165         no_banksel option,
8166         * (buildCallTree): call to register_usage is ifdef'ed out,
8167
8168 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8169
8170         * device/include/string.h: applied Stas Sergeev's patch to make this
8171         header file compatible with the preprocessor -Wundef option
8172         * src/SDCCmain.c (main): abort compilation if preprocessor reports
8173         failure (fixes bug #941458)
8174
8175 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8176
8177         * src/SDCCopt.c (killDeadCode): fixed bug #907733
8178         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
8179         that the variable, not the function, should be static
8180         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
8181         to be consistent with non-literal case
8182
8183 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8184
8185         * src/SDCCast.c (isConformingBody): fixed bug #949967
8186         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
8187         convilong): fixed bug #952086
8188
8189 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8190
8191         * src/SDCCmem.c (allocVariables): fixed bug #955321
8192
8193 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8194
8195         * src/hc08/main.c (_hc08_genAssemblerEnd),
8196         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
8197         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
8198         completely eliminated the use of a temporary file
8199         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
8200         when more than one file linked
8201         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
8202
8203 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8204
8205         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
8206         which fixes bug #543481
8207         * support/regression/tests/bug-751703.c: fixed comments left from a
8208         cut and paste error
8209         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
8210         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
8211         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
8212         scopes
8213         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
8214         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
8215         are now changed to underscores in moduleName
8216
8217 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8218
8219         * as/mcs51/lkmem.c: better fix for bug #954173
8220
8221 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
8222         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8223
8224         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
8225         * device/include/c8051f000.h,
8226         * device/include/c8051f120.h,
8227         * device/include/c8051f300.h,
8228         * device/include/c8051f310.h,
8229         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
8230         PWM16) and detab'ed
8231
8232 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8233
8234         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
8235         and mailing lists, doc'ed --no-peep-comments, removed reference
8236         to knoppix (newest version has no LyX/LaTeX), other minor changes
8237         * src/SDCCglue.c (glue): save 2 bytes stack space with
8238         option --main-return. The ljmp could probably be avoided too
8239
8240 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8241
8242         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
8243
8244 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8245
8246         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
8247         * src/SDCCopt.c (isLocalWithoutDef),
8248         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
8249         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
8250         (credit to Maarten Brock for patch #949363, on which this is based)
8251         * support/regression/tests/bug-751703.c: some test cases of extern used
8252         within inner scopes.
8253
8254 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8255
8256         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
8257         SPEC_STRUCT
8258         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
8259         struct definitions
8260         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
8261         dwWriteLabel): fix to create valid debugger symbols even when
8262         the module name has non-alphanumeric symbols in it
8263         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
8264         when a variable's allocation has been optimized away
8265
8266
8267 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8268
8269         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
8270         * src/hc08/main.c,
8271         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
8272         * src/mcs51/main.c,
8273         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
8274         * src/ds390/main.c,
8275         * src/z80/gen.c (z80_emitDebuggerSymbol),
8276         * src/z80/main.c,
8277         * src/pic/gen.c (pic14_emitDebuggerSymbol),
8278         * src/pic/main.c,
8279         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
8280         * src/pic16/main.c,
8281         * src/avr/gen.c (avr_emitDebuggerSymbol),
8282         * src/avr/main.c,
8283         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
8284         * src/xa51/main.c,
8285         * src/SDCCdebug.c (emitDebuggerSymbol),
8286         * src/SDCCdebug.h,
8287         * src/port.h: added a debugger struct to the port struct. Added a
8288         callback for defining debugger symbols
8289
8290         * src/SDCCast.c (createLabel),
8291         * src/SDCC.y (labeled_statement): mark all compiler generated labels
8292         with isitmp = 1
8293         * src/SDCCicode.h,
8294         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
8295         iCode back to the ast for the function
8296
8297         * src/hc08/ralloc.c (hc08_assignRegisters),
8298         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
8299         unneeded fields from the regs struct.
8300         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
8301         pushReg() & pullReg() functions instead of emitcode()
8302
8303         * src/hc08/gen.c (genLabel, genhc08Code),
8304         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
8305
8306         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
8307         debugger hooks
8308
8309         * src/hc08/gen.c (genEndFunction, genhc08Code),
8310         * src/hc08/gen.h,
8311         * src/mcs51/gen.c (genEndFunction, gen51Code),
8312         * src/mcs51/gen.h,
8313         * src/ds390/gen.c (genEndFunction, gen390Code),
8314         * src/ds390/gen.h,
8315         * src/z80/gen.c (genEndFunction, genZ80Code),
8316         * src/z80/gen.h,
8317         * src/z80/z80.h,
8318         * src/pic/gen.c (genEndFunction, genpic14Code),
8319         * src/pic/gen.h,
8320         * src/pic16/gen.c (genEndFunction, genpic16Code),
8321         * src/pic16/gen.h,
8322         * src/avr/gen.c (genEndFunction, genAVRCode),
8323         * src/avr/gen.h,
8324         * src/xa51/gen.c (genEndFunction, genXA51Code),
8325         * src/xa51/gen.h,
8326         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
8327         specific code to cdbFile.c and out of the backend code generators
8328
8329         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
8330         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
8331         starting address is now 0
8332
8333         * as/hc08/asm.h,
8334         * as/hc08/m08pst.c,
8335         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
8336         assembler directive for DWARF support
8337         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
8338
8339         * src/src.dsp,
8340         * src/Makefile.in,
8341         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
8342
8343 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8344
8345         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
8346         and inappropriate peephole optimization in jump tables
8347
8348 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8349
8350         * as/hc08/m08pst.c,
8351         * src/SDCCglue.c: sdccopt works for the hc08 port now
8352
8353 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
8354
8355         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
8356
8357 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8358
8359         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
8360
8361 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8362
8363         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
8364         rules
8365         * src/SDCCmain.c,
8366         * src/SDCCglobl.h,
8367         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
8368         comments from the peephole optimizer replacement rules
8369         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
8370         symbols
8371         * src/SDCCcse.c (updateSpillLocation),
8372         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
8373         equivalents
8374         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
8375         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
8376         objects far pointers
8377
8378 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8379
8380         * src/SDCCsymt.h: a missing part of my last change
8381         * src/pic/ralloc.c (regTypeNum),
8382         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
8383
8384 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8385
8386         * src/SDCCicode.h,
8387         * src/SDCCicode.c (aggrToPtrDclType),
8388         * src/SDCCptropt.h,
8389         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
8390         ptrPseudoSymConvert),
8391         * src/pic/ralloc.c (regTypeNum),
8392         * src/pic16/ralloc.c (regTypeNum),
8393         * src/hc08/ralloc.c (regTypeNum),
8394         * src/ds390/ralloc.c (regTypeNum),
8395         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
8396         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
8397
8398 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8399
8400         * link/z80/lkmain.c (afile),
8401         * as/hc08/lkmain.c (afile),
8402         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
8403         prevent a pointer problem when a filename has no directory and
8404         no extension specified.
8405
8406 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8407
8408         * link/z80/lkmain.c (afile): allow periods in directory names
8409         * link/z80/lkmain.c (afile),
8410         * as/mcs51/lkmain.c (afile),
8411         * as/hc08/lkmain.c (afile): allow linker script file to have an
8412         extension other than ".lnk"
8413         * link/z80/lklex.c (getfid),
8414         * link/z80/lkmain.c (parse),
8415         * as/mcs51/lklex.c (getfid),
8416         * as/mcs51/lkmain.c (parse),
8417         * as/hc08/lklex.c (getfid),
8418         * as/hc08/lkmain.c (parse): Support comments in the linker script
8419         file on lines by themselves and after filenames
8420
8421 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8422
8423         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
8424
8425 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8426
8427         * src/z80/peeph-z80.def: removed some peephole rules that don't
8428         work with multibyte arithmetic (fixed bug #937126)
8429         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
8430         to registers and not global variables
8431         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
8432         geniCodePreInc, geniCodePostDec, geniCodePreDec,
8433         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
8434         checking for assignments not internally generated (fixed bug #931895)
8435         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
8436         structure member (fixed bug #930072)
8437
8438 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8439
8440         * src/SDCCmain.c (linkEdit),
8441         * src/hc08/main.c (_hc08_parseOptions),
8442         * as/hc08/Makefile.in,
8443         * as/hc08/aslink.h,
8444         * as/hc08/asm.h,
8445         * as/hc08/m08pst.c,
8446         * as/hc08/lkrloc.c (relr, rele),
8447         * as/hc08/lkarea.c (lnkarea)
8448         * as/hc08/lkmain.c (afile, parse),
8449         * as/hc08/lkelf.c: support for ELF output
8450         * as/hc08/lks19.c (s19),
8451         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
8452
8453 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8454
8455         * as/mcs51/lkihx.c: Fixed bug #899105.
8456
8457 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8458
8459         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
8460         .dsp files from Unix to DOS.
8461
8462 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8463
8464         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
8465         function pointers; we have been compliant for several months now.
8466         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
8467         change that was accidently commented out
8468         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
8469         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
8470         bug #922319
8471
8472 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8473
8474         * src/hc08/gen.c: output of all of the internal debugging information
8475         is now controlled by the D() macro; it is disabled by default
8476
8477 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8478
8479         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
8480         harder to keep the same registers during a CAST iCode
8481         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
8482         long via int can be done in a single cast, if the signedness is
8483         correct.
8484         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
8485         putchar() in tinibios.c in ds390's library
8486
8487 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
8488
8489         * src/SDCCast.c (decorateType): fixed bug #898889,
8490         cast result of a literal complement too
8491         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
8492         fixed check for bitfields
8493
8494 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
8495
8496         * src/SDCCicode.c (geniCodeLogic): made it static,
8497         (geniCodeLogicAndOr): added in order to fix bug #905492,
8498         (ast2iCode): fixed bug #905492
8499         * support/regression/tests/bug-905492.c: added
8500         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
8501         (processParms): fixed bug #927659: don't copy parms, this will clear
8502         decorated flag
8503         * support/regression/tests/bug-927659.c: added
8504
8505 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
8506
8507         * src/SDCCast.c (addCast): don't cast float to char
8508         * device/lib/libsdcc.lib: added _memmove
8509
8510 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
8511
8512         * device/lib/large/Makefile: fixed parallel execution by
8513         replacing `make` by `$(MAKE)`
8514
8515 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8516
8517         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
8518         offsets (fixes bug #923936)
8519
8520 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
8521
8522         * device/lib/small/Makefile: fixed parallel execution by
8523         replacing `make` by `$(MAKE)`
8524
8525 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
8526
8527         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
8528
8529 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
8530
8531         * src/pic/gen.c (genCpl): multi-byte complements were not working.
8532         * src/regression/Makefile: Regression test was not running.
8533
8534 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
8535
8536         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
8537         complement if possible
8538         * src/SDCCval.c (valComplement),
8539         * src/SDCCicode.c (operandOperation): fixed complement of literal
8540         * support/regression/tests/onebyte.c (testComplement): added
8541
8542 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
8543
8544         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
8545         return an optimized tree; actually replace actParm with the new tree
8546         * src/SDCCast.h: added some parantheses to remove side effects
8547         * support/regression/tests/bug-920866.c
8548
8549 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
8550         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
8551         Bit operands were not being handled properly in the pic14 port.
8552         (now src/regression/add.c passes again).
8553
8554 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8555
8556         * src/SDCC.y (labeled_statement): case and default no longer require
8557         a following statement (RFE #893037)
8558
8559 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8560
8561         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
8562         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
8563         disabled (fixes bug #916294)
8564         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
8565         "mov a,acc"; patch provided by Lenny Story
8566         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
8567
8568 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8569
8570         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
8571         functions
8572         * src/ds390/gen.c (genFunction, genEndFunction),
8573         * src/ds390/ralloc.c (ds390_assignRegisters),
8574         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
8575         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
8576         pushed if there are parameters passed on the stack. Also, a cleaner
8577         way to decide if r0/r1 should be pushed/popped. (Together they fix
8578         bug #918693)
8579
8580 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8581
8582         * doc/sdccman.lyx,
8583         * device/lib/mcs51/crtpagesfr.asm,
8584         * device/lib/mcs51/crtxinit.asm,
8585         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
8586         to avoid confusion with Si Lab's SFRPAGE register.
8587
8588 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8589
8590         * src/SDCCglue.c (emitMaps): allow public sfr variables
8591         * src/SDCCglue.c (initialComments): include compiler build date
8592         with compiler version and put the timestamp of the generated
8593         assembly file on a serperate line to be less confusing.
8594         * src/port.h: added genInitStartup hook
8595         * src/avr/main.c,
8596         * src/ds390/main.c,
8597         * src/hc08/main.c,
8598         * src/pic/main.c,
8599         * src/pic16/main.c,
8600         * src/xa51/main.c,
8601         * src/z80/main.c: genInitStartup initialize as NULL (default to
8602         historical behaviour)
8603         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
8604         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
8605         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
8606         library instead of hard coding it into the compiler.
8607         * support/regression/ports/mcs51-stack-auto/spec.mk,
8608         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
8609         * device/lib/mcs51/Makefile,
8610         * device/lib/small/Makefile,
8611         * device/lib/large/Makefile,
8612         * device/lib/mcs51/crtpagesfr.asm,
8613         * device/lib/mcs51/crtstart.asm,
8614         * device/lib/mcs51/crtxclear.asm,
8615         * device/lib/mcs51/crtxinit.asm,
8616         * device/lib/mcs51/crtclear.asm,
8617         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
8618         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
8619         and into user configurable files.
8620         * device/lib/clean.mk: clean mcs51 directory too
8621         * support/regression/tests/longlit.c: added static to T1 declaration
8622         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
8623         accesses in the initialization code
8624
8625 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8626
8627         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
8628         OSCTRIMVAL as noted in bug #916008
8629
8630 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8631
8632         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
8633         in loops with multiple exits (reported as incorrect registers
8634         used by Martin Helmling in Sdcc-user list)
8635
8636 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8637
8638         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
8639         made ds390 register extensions look less like error messages
8640
8641 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8642
8643         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
8644         reported by Adam Wozniak in Sdcc-user list
8645
8646 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
8647
8648         * src/SDCCast.c (decorateType): fixed with bug and promotion in
8649         arithmetic optimizations, added debug output
8650
8651 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
8652
8653         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
8654         * sdcc.spec: updated and split sdcc into 3 rpms
8655         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
8656         needed for literals of LEFT_OP and '+'
8657         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
8658         introduced RESULT_TYPE_NOPROM
8659         (geniCodeMultiply): fixed logic for decision if mul is optimized to
8660         left shift
8661         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
8662         limited promotion to int only for '*'
8663         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
8664
8665 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
8666
8667         * src/pic16/gen.c (genSkip),
8668         (genc16bit2lit), (gencjneshort): commented out
8669         (is_LitOp): new helper function, checks operand type
8670         (genCmpEq): rewritten
8671
8672 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
8673
8674         * support/regression/tests/bug-908454.c: added
8675
8676 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
8677
8678         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
8679         * src/SDCCicode.c (usualBinaryConversions): op needs int type
8680         (geniCodeCast): cosmetic, don't preserve bit storage class
8681         (geniCodeLeftShift): added promotion
8682         (geniCodeLogic): fixed regression
8683         * src/SDCCsymt.c (computeTypeOr): accept bits too
8684         (compareType): 2nd part of fix for bug #908454, needed for bitfields
8685
8686 2004-03-07  Borut Razem <borut.razem AT siol.net>
8687
8688         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
8689
8690 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
8691
8692         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
8693         version of pic16_genPackRegisters which does not check if ic is a
8694         CAST operator,
8695         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
8696         function cause string1.c regression test fails
8697
8698 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
8699
8700         * sim/ucsim/configure.in,
8701         * sim/ucsim/configure,
8702         * sim/ucsim/doc/Makefile.in: use docdir
8703         * src/SDCC.y: fixed sbit atrributes
8704         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
8705         * src/SDCCast.c (decorateType): |^& need special promotion handling
8706         * src/SDCCast.h,
8707         * src/SDCCsymt.h: moved definition of RESULT_TYPE
8708         * src/SDCCsymt.h (computeType),
8709         * src/SDCCicode.c: computeType() needs op
8710         * src/SDCCsymt.c (checkTypeSanity),
8711         * doc/sddman.lyx: "plain" bitfields are unsigned
8712         * src/SDCCsymt.c (computeTypeOr): added
8713         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
8714         |^& ops
8715         * src/SDCCval.c (val*): computeType() needs op
8716         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
8717         * support/regression/tests/onebyte.c: added tests for |^&
8718
8719 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
8720
8721         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
8722         for writing icode into asm output.
8723
8724 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
8725
8726         * src/pic16/device.c: added some debug lines enabled
8727         with macro DEBUG_CHECK,
8728         * src/pic16/genarith.c: more debug in genPlus,
8729         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
8730         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
8731         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
8732         * (aopForSym): onStack symbols are re-placed in data memspace,
8733         and onStack flag is cleared,
8734         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
8735         copy temporary pcodeop,
8736         * (genPcall): added warning for not updating PCLATU,
8737         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
8738         always true for pic16 port,
8739         * (genMultOneWord): NEW, supports integer multiplication,
8740         * (genMult): modified to call genMultOneWord,
8741         * (ifxForOp): added warning when return NULL,
8742         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
8743         flag is set before call to operandFromSymbol for implicit
8744         added structures,
8745         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
8746         options.intlong_rent are set by default,
8747         * (_hasNativeMulFor): modified to allow port generation of integer
8748         multiplication,
8749         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
8750         set regtype to REG_SFR for all registers, restricting seting the
8751         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
8752
8753 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8754
8755         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
8756         more than 500 times in the regression tests
8757
8758 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8759
8760         * support/Util/SDCCerr.h,
8761         * support/Util/SDCCerr.c,
8762         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
8763         enumerator_list),
8764         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
8765         for symbol conflicts.
8766         * support/valdiags/tests/enum.c,
8767         * support/valdiags/tests/tentdecl.c,
8768         * support/valdiags/tests/struct.c: expect possible error messages
8769         referring to original symbol definitions.
8770         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
8771         * src/SDCCsymt.h,
8772         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
8773
8774 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
8775
8776         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
8777
8778 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
8779
8780         * src/pic16/ralloc.c (newReg): fixed bug #908929
8781
8782 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8783
8784         * src/ds390/gen.c: added missing #include "main.h"
8785
8786 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
8787
8788         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
8789         checking if symbol is already in set,
8790         * src/pic16/device.h: prototype for checkAddSym,
8791         * src/pic16/gen.c: (_G): added entry interruptvector,
8792         * (assignResultValue): removed some commented out lines,
8793         * (genFunction): check for ISR via sym->type, absolute section for
8794         interrupt code is created via a new pBlock, the goto instruction is
8795         placed now correctly at the interrupt vector position, changed all
8796         references from ivec to _G.interruptvector,
8797         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
8798         is the interrupt is a high priority one, same for return from ISR,
8799         * src/pic16/glue.c: changed all calls of addSetHead for publics and
8800         externs to calls of checkAddSym,
8801         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
8802         pic16_pcode_verbose flag is set,
8803         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
8804         * src/pic16/pcoderegs.c: message about how many registers are saved
8805         will only be emitted if pic16_pcode_verbose flag is set,
8806
8807 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8808
8809         * src/ds390/ralloc.h,
8810         * src/ds390/ralloc.c (ds390_regWithIdx),
8811         * src/ds390/gen.c (emitcode),
8812         * src/ds390/main.h,
8813         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
8814         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
8815         ds390operandCompare, getRegsRead, getRegsWritten,
8816         initializeAsmLineNode): customized instruction size calculation for
8817         ds390, started basis for some register optimizations
8818         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
8819         corresponding assembly output
8820         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
8821         missing push/pop of r0/r1. Optimized push/pops
8822
8823 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8824
8825         * src/mcs51/main.c (instructionSize): fixed ACALL size
8826         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
8827
8828 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
8829
8830         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
8831         the sorting of rlist with NULL elements
8832         * (print_idataType, print_idata): NEW to create idata sections
8833         * src/pic16/device.h: idataSymSet new variable
8834         * src/pic16/gen.c (genFunction): fixed some bugs in string
8835         comparing, improved the absolute section creation for ISRs,
8836         added FSR0L/FSR0H in registers that are saved in an ISR,
8837         * (genInline): fixed the processing of inline snippets,
8838         now they undergo no process by the peephole optimizer
8839         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
8840         are placed in idataSymSet,
8841         * (pic16emitStaticSeg): extern symbols are added in externs,
8842         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
8843         switching when aboslute variables are placed in access bank memory
8844         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
8845         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
8846         commented out with #if,
8847         * (pic16_packRegisters): reintroduce the check for CAST because some
8848         symbols are not correctly handled,
8849         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
8850         pCodeInstruction instead of pCode,
8851         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
8852         pCodeAsmDir definition,
8853         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
8854         directive, then the argument directive is emitted without the leading
8855         tab, hack for inline labels which must be in the first column,
8856         * (compareLabel,pic16_findNextInstruction),
8857         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
8858         * (insertBankSwitch): modified for the new pCodeAsmDir,
8859
8860 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8861         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
8862
8863         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
8864         instance,
8865         * (pushSide): commented out with #if,
8866         * (assignResultValue): fixed some typos in saving
8867         registers,
8868         * (genPcall): FIXED and sync'ed with genCall,
8869         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
8870         * (genNearPointerGet): fixed to handle some more cases,
8871         implementation scheme via table reads,
8872         * (genConstPointerGet): modified to access code memory correct,
8873         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
8874         and improved to handle some cases
8875         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
8876         instead of "RETLW" for init data
8877         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
8878         not IN_DIRSPACE, work around to reduce bank switching when aboslute
8879         variables are placed in access bank memory (<0x80 and >=0xf80),
8880         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
8881         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
8882         TBLWT_POSTDEC,TBLWT_PREINC
8883         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
8884         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
8885         directives
8886         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
8887         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
8888         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
8889         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
8890
8891 2004-02-29  Borut Razem <borut.razem AT siol.net>
8892
8893         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
8894         support/Util/findme.h, support/Util/system.h: enhance binary relative
8895         search for lib and include by using findProgramPath()
8896
8897 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8898
8899         * src/SDCCpeeph.h,
8900         * src/SDCCpeeph.c (pcDistance),
8901         * src/port.h,
8902         * src/mcs51/ralloc.h,
8903         * src/mcs51/ralloc.c (mcs51_regWithIdx),
8904         * src/mcs51/main.h,
8905         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
8906         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
8907         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
8908         size calculation port specific, started basis for some register
8909         optimizations
8910         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
8911         missing push/pop of r0/r1. Optimized push/pops
8912         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
8913         * device/lib/_modsint.c (_modsint),
8914         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
8915         and stack version so regression tests pass
8916
8917 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
8918
8919         * src/Makefile.in (dep): include SLIBOBJS in dependency check
8920         * src/SDCCast.c (decorateType): catch another small optimization
8921         with '?' operator
8922         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
8923         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
8924         modified to finally use computeType() all over SDCC,
8925         see Feature Request #877103
8926         * src/SDCCval.h: cosmetic
8927         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
8928         valCompare(); regression tested in muldiv.c
8929         * support/regression/tests/muldiv.c (testMod): mod sign follows
8930         dividend only
8931
8932 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
8933
8934         * src/SDCCast.c (decorateType): fixed bug #902362
8935         * doc/INSTALL.txt: fixed install instructions for win32
8936
8937 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
8938
8939         * device/include/Makefile.in (install): fixed by replacing spaces
8940         by tabs
8941         * doc/README.txt,
8942         * doc/INSTALL.txt: updated for release
8943         * doc/sdccman.lyx: added warning for --xstack being buggy
8944
8945 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
8946
8947         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
8948         to eliminate build warnings.
8949         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
8950
8951 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
8952            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8953
8954         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
8955         removed -penable-stack, added comment for stack pragma, added
8956         warning for not initializing the stack/frame registers, removed
8957         comment at interrupts section
8958
8959         Stack is made permanent, there is no ability to disable stack usage.
8960         * src/pic16/device.h,
8961         * src/pic16/device.c: removed all references to USE_STACK macro,
8962         * src/pic16/device.c (pic16_dump_section): when no elements in
8963         rlist, free rlist before return,
8964         * (pic16_dump_int_registers): NEW, internal registers are a new set
8965         of general purpose registers reused by each function,
8966         * (checkAddReg): returns 1 if registers is added to set,
8967         * (pic16_groupRegistersInSection): when a registers is of type
8968         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
8969         * src/pic16/device.h: memRange and Assigned Memory are deleted,
8970         SRCASECMP macro is moved here from device.c
8971         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
8972         PO_PCLATU, PO_PRODL, PO_PRODH,
8973         * (pic16_pCodeOpType, genMinus,
8974         changed compares to "a" register, with AOP_ACC,
8975         * (pic16_genPlus): fixed some bugs and indented properly,
8976         * (pic16_addSign): changed size to size+offset in the MOVWF
8977         instruction,
8978         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
8979         multiply 8-bit operand by literal, result is 8-bit,
8980         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
8981         multiply 2 8-bit operand, result is 8-bit,
8982         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
8983         genUMult8X*_16,
8984         * src/pic16/gen.c: changed accUse to contain WREG only,
8985         * (pic16_emitcomment): renamed to pic16_emitpcomment,
8986         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
8987         true, do not use immediate addressing any more unless sym is a
8988         pointer in codespace,
8989         * (aopForRemat): do not use immediate addressing when symbol not in
8990         codespace and when symbol's address is requested,
8991         * (aopOp): for-loop in if(sym->accUse) is modified for the new
8992         accUse size (= 1),
8993         * (aopGet): added case for AOP_ACC and don't return "accumulator
8994         bug" but WREG instead,
8995         * (popGetTempReg): pushes contents of temporary register in stack,
8996         * (popReleaseTempReg): pops contents of temporary register from
8997         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
8998         * (pic16_popGet): separated case AOP_ACC to return register WREG
8999         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
9000         or PO_IMMEDIATE and initializes their instance/offset appropriately,
9001         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
9002         the use of immediate pointers to certain cases only.
9003
9004         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
9005         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
9006         * (assignResultValue, genCall, genRet): modified to use the new
9007         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
9008         genPcall is still broken,
9009         * (genFunction): added code to create 'A' type pBlocks when
9010         interrupt functions are generated, code not extensively tested yet,
9011         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
9012         * (genEndFunction): modified so ISRs pop stored registers from stack,
9013         * (genMultOneByte): cleanup,
9014         * (AccRsh): added flag andmask, to and result with appropriate mask,
9015         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
9016         * (genDataPointerGet): fixed and reenabled its use,
9017         * (genNearDataPointerGet): bugs fixed,
9018         * (genDataPointerSet): bugs fixed,
9019         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
9020         pic16_DumpSymbol, pic16_DumpOp,
9021         * src/pic16/genutils.h: function prototypes for the above functions,
9022         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
9023         pointers,
9024         * (pic16emitRegularMap): many many many improvements, but needs a
9025         major cleanup,
9026         * src/pic16/main.c: enable_stack in pic16_options is removed,
9027         * (_pic16_parseOptions): removed command line options -penable-stack,
9028         * (_process_pragma): emit stack symbol only when stack pragma is
9029         processed,
9030         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
9031         redirected to FSR0L/FSR0H pair,
9032         * (pic16_get_op, pic16_get_op2): modifications and improvements,
9033         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
9034         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
9035         for immediates,
9036         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
9037         * (dumpPicOptype): NEW,
9038         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
9039         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
9040         with movff instruction,
9041         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
9042         added pic16_int_regs, some packRegsFor* functions are commented out,
9043         because produce errors,
9044         * src/pic16/NOTES: minor modifications
9045
9046 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9047
9048         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
9049         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
9050         --pack-iram.
9051         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
9052         * as/mcs51/lkaomf51.c: fixed bug #895763
9053
9054 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
9055
9056         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
9057
9058 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9059
9060         * doc/sdccman.lyx: added details about the HC08 storage classes and
9061         interrupts, fixed the register usage info for z80 & gbz80
9062
9063 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
9064
9065         * doc/sdccman.lyx: added more pic16 port documentation
9066         * device/include/pic16/: added header pic18fregs.h
9067
9068 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
9069
9070         * doc/sdccman.lyx: added Vangelis' contribution
9071
9072 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9073
9074         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
9075         extend to the next CALL or PCALL, not just to the next CALL.
9076
9077 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
9078
9079         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
9080
9081 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9082
9083         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
9084         bug #895752 and a better fix for bug #716790
9085
9086 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9087
9088         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
9089
9090 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9091
9092         * doc/sdccman.lyx: minor changes, minor changed
9093
9094 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
9095
9096         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
9097         which can't handle SDCC_NEWONEBYTEOPS,
9098         (geniCodeMultiply): removed conversion from mult to shift for pic14
9099         and pic16
9100
9101 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9102
9103         * src/hc08/gen.h,
9104         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
9105         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
9106         thus fixing bug #895406
9107
9108 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
9109
9110         * device/lib/_modsint.c,
9111         * device/lib/_modslong.c: sign follows divisor only
9112         * src/hc08/gen.c (genMultOneByte): if result size is 1,
9113         signs or signedness can be ignored
9114         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
9115         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
9116         added optimization for IFX,
9117         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
9118         arguments;
9119         reenabled optimization for IFX, which was removed on 2004-01-11
9120         * src/SDCCast.h: added return type IFX
9121         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
9122         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
9123         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
9124         SDCC_OLDONEBYTEOPS selects the old behaviour
9125         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
9126         changed again and commented promotion rule
9127         * src/SDCCval.c (valDiv): promotion no longer necessary
9128         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
9129         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
9130         rewritten
9131         * support/regression/tests/onebyte.c: added
9132
9133 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
9134
9135         * gen.c (genInline): reverted to old code for assemnling inline
9136         code because of bug reported James Chadd
9137
9138 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
9139
9140         * ralloc.h: missing declarations from previous patch,
9141         seems that patch for ralloc.h was never applied, fixed
9142
9143 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
9144            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
9145
9146         * pcode.c,
9147         * pcode.h,
9148         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
9149         indirect addressing. Marked FSR0 as deprecated
9150         * gen.c (pointerCode): commented out, not needed now
9151         (pic16_popGet2p): new MOVFF helper function
9152         (genGenPointerGet),
9153         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
9154         (shiftRLong): removed duplicate debugging info
9155
9156 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9157
9158         * src/ds390/gen.c (genNearPointerGet),
9159         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
9160         optimization with bits, but not bitfields.
9161         * src/ds390/ralloc.c (packRegisters),
9162         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
9163
9164 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
9165
9166         * src/SDCCcse.c (algebraicOpts): copy operands before modification
9167
9168 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9169
9170         * src/SDCCsymt.h,
9171         * src/SDCCicode.c (operandFromSymbol),
9172         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
9173         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
9174         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
9175         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
9176         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
9177         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
9178         bug #892038
9179         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
9180         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
9181         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
9182         * src/SDCCsymt.c (newSymbol),
9183         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
9184         enumerator_list),
9185         * src/SDCCval.h,
9186         * src/SDCCval.c (newiList): fixed bug #885705
9187
9188 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9189
9190         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
9191         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
9192
9193 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9194
9195         * device/include/c8051f120.h,
9196         * device/include/c8051f300.h,
9197         * device/include/c8051f310.h: added/updated header files for Silicon
9198         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
9199         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
9200         in new section Submitting patches
9201
9202 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9203
9204         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
9205         genFarPointerGet, genCodePointerGet, genGenPointerGet,
9206         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
9207         genGenPointerSet),
9208         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
9209         genFarPointerGet, genCodePointerGet, genGenPointerGet,
9210         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
9211         genGenPointerSet),
9212         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
9213         genFarPointerGet, genCodePointerGet, genGenPointerGet,
9214         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
9215         genGenPointerSet),
9216         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
9217         genFarPointerGet, genCodePointerGet, genGenPointerGet,
9218         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
9219         genGenPointerSet): fixed bug #892400
9220         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
9221         to eliminate build warnings.
9222         * src/SDCCast.c (processParms),
9223         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
9224         fixed bug 751859
9225         * support/valdiag/valdiag.py: added GCC to the list of defines active
9226         when compiling with gcc
9227
9228 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9229
9230         * support/Util/SDCCerr.h,
9231         * support/Util/SDCCerr.c,
9232         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
9233         with an incomplete type (fixed bug #883734)
9234         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
9235
9236 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9237
9238         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
9239
9240 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9241
9242         * src/SDCCast.c (decorateType),
9243         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
9244         function pointer implementation
9245         * support/regression/tests/funptrs.c: added tests to verify both forms
9246         of function pointers work correctly. Added tests to verify parameters
9247         are passed in the correct order.
9248
9249 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
9250
9251         * device.c (regCompare): registers are sorted by ascending
9252         address and increasing size,
9253         * main.c (_pic16_finaliseOptions): removed the declaration
9254         of compiler macro MCU. Now a macro of the format pic18fxxxx
9255         will be defined from the command line
9256
9257 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
9258             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
9259
9260         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
9261         PCOP_RLCF was overwritten!
9262         * gen.c (genSkip): commented out calls to pic16_emitcode,
9263         * (genCmpEQ): fixed "long" compares, only high word did get compared,
9264         * (genlshTwo),
9265         * (genRRC): added debugging info,
9266         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
9267         overwritten while shifting,
9268         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
9269         overwritten while shifting,
9270         * (AccLsh),
9271         * (AccRsh),
9272         * (shiftLLeftOrResult),
9273         * (shiftRLeftOrResult),
9274         * (shiftRLong),
9275         * (shiftLLong): Implemented with pic16_emitpcode
9276         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
9277         * (genLeftShift): Fixed bug, operand for shift by variable always
9278         was "and"ed with 0x0f,
9279         * (genLeftShiftLiteral),
9280         * (genrshTwo),
9281         * (genRightShiftLiteral): added debugging info,
9282         * (genrshFour): added comment,
9283         * (genRightShift): determined signedness from operand "left"
9284         instead of "result"
9285
9286 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9287
9288         * src/SDCCicode.c (geniCodeParms),
9289         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
9290         function pointers, fixed function pointer bugs #861242 and #861896
9291
9292 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9293
9294         * device/include/c8051f000.h,
9295         * device/include/c8051f120.h,
9296         * device/include/c8051f300.h: added header files for Silicon
9297         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
9298
9299 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
9300
9301         * src/SDCCast.c (processParams): added new type flow and restructured
9302         (gatherAutoInit): added new type flow
9303         (addCast): cosmetic changes
9304         (getLeftResultType): added new type flow for array indices, patch
9305         provided by Stas, see FR #877103
9306         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
9307         array index patch by Stas
9308         * src/SDCCast.h: added prototype getResultTypeFromType()
9309         * src/SDCCval.h,
9310         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
9311         * src/pic/glue.c (pic14emitStaticSeg),
9312         * src/pic16/glue.c (pic16emitStaticSeg),
9313         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
9314         for initialization of symbols
9315         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
9316         * support/Util/SDCCerr.h:
9317         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
9318         * .version: bumped version number to 2.3.8
9319         * device/include/Makefile.in (install),
9320         * doc/Makefile (install): changed to 'rm `find ...`' construct to
9321         avoid warnings
9322
9323 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
9324
9325         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
9326         Slade Rich fixed an optimization bug
9327         * src/pic/pcodepeep.c,
9328         * src/pic/pcoderegs.c
9329         * doc/Makefile (install): added test for directory
9330
9331 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9332
9333         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
9334         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
9335         * src/pic/ralloc.c (getRegPtr, getRegGpr),
9336         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
9337         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
9338         * as/mcs51/asexpr.c (term),
9339         * as/hc08/asexpr.c (term): fixed bug #887146
9340
9341 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9342
9343         * src/z80/gen.c (genMult): handle single byte result product
9344         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
9345         DUMMY_READ_VOLATILE (fixed bug #886367)
9346
9347 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
9348
9349         * support/regression/tests/libmullong.c: fixed logic, on little endian
9350         hosts we ended without a mullong_wrapper()
9351
9352 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9353
9354         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
9355         virus/worm forged address usage.
9356
9357 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
9358
9359         Fixed promotion, it should be done on AST level:
9360         * src/SDCCast.c (addCast): added promotion to int
9361         (decorateType): updated call to upCast()
9362         * src/SDCCicode.c (geniCodeLeftShift): removed call to
9363         usualUnaryConversions()
9364
9365 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
9366
9367         * support/regression/tests/literalop.c (mulWrapper): Added a
9368         wrapper to remove integer overflow warnings.
9369
9370         * support/regression/tests/float_trans.c: Made work on host.
9371
9372         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
9373         location of sz80.
9374
9375         * support/regression/generate-cases.py (main): Changed from inline
9376         to a main method.
9377
9378         * doc/Makefile (install): Changed to depth first to get rid of
9379         missing directory install warning.
9380
9381         * as/Makefile (install-doc): Made work on Mac.
9382
9383 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
9384
9385         * src/SDCCast.c: added an additional type flow in decorateType() of
9386         opposite direction, see feature request #860006; it's enabled at runtime
9387         by setting the environment variable SDCC_NEWTYPEFLOW
9388         * src/SDCCast.h: changed prototype of decorateType()
9389         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
9390         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
9391         'char' to 'int' can be omitted, if both operands are 'unsigned char';
9392         see feature request #877103
9393         * src/SDCCval.c: updated call of decorateType()
9394         (valBitwise): fixed bug #882876
9395         (valMinus): added promotion
9396         (valLogicAndOr): result is unsigned
9397         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
9398         * src/SDCCsymt.c (computeType),
9399         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
9400         must not cause an unsigned operation
9401         * src/pic/glue (pic14emitRegularMap),
9402         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
9403
9404 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
9405
9406         * src/pic/pcode.c (PCodeID): commented out left over debug code
9407
9408 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
9409
9410         * support/valdiag/tests/overflow.c: added shift tests
9411         * src/pic/device.c,
9412         * src/pic/gen.c,
9413         * src/pic/gen.h,
9414         * src/pic/glue.c,
9415         * src/pic/main.c,
9416         * src/pic/pcode.c,
9417         * src/pic/pcode.h,
9418         * src/pic/pcodepeep.c,
9419         * src/pic/pcoderegs.c,
9420         * src/pic/ralloc.c,
9421         * src/pic/ralloc.h: applied patch from Slade Rich;
9422         added support for multiple code pages and multiple RAM banks on the
9423         PIC 14 port. The ASM files now no longer simply assume all the
9424         code / RAM are in the same page / bank. This means the linker can
9425         safely allocate code/RAM of separate ASM files to different pages/banks.
9426         * doc/sdccman.lyx: added Slade's tips
9427         * src/mcs51/peeph.def: fixed bug #880768
9428
9429 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9430
9431         * src/hc08/ralloc.c (rematStr): fixed bug #879282
9432         * src/SDCCast.c (decorateType): fixed bug #880197
9433
9434 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
9435
9436         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
9437         getopt.h.
9438
9439         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
9440         strtof is not part of C89 and isn't included with Mac OS X.
9441
9442 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9443
9444         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
9445         shiftL2Left2Result): fixed bug #879326
9446         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
9447         (genMultOneByte): fixed bug in signed vs unsigned multiplication
9448         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
9449         address fetch for clr instruction
9450         * device/lib/hc08/_mulint.c: created optimized assembly version
9451         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
9452
9453 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
9454
9455         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
9456         proposed in FR #877103
9457
9458 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
9459
9460         * src/SDCCval.c (cheapestVal): added missing checks
9461         * src/SDCCicode.c (usualBinaryConversions): fixed condition
9462         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
9463
9464 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
9465
9466         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
9467         equal operands
9468
9469 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
9470
9471         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
9472         loaded with the linker search paths (-L arguments) and the libraries
9473         to be linked with the current source (-l arguments). Changes
9474         currently will affect only the pic16 port.
9475         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
9476         include path the port specific paths and port specific libraries,
9477         * gplink command now contains the $3 argument,
9478         * src/pic16/device.h,
9479         * src/pic16/device.c,: structure PIC_device is made public and
9480         renamed to PIC16_device, the same for variable Pics which is renamed
9481         to Pics16. Updated all references to them.
9482         * src/pic16/glue.c (pic16glue): corrected bug with code
9483         initialization which bypassed the variable initializations block.
9484
9485         * device/lib/pic16/Makefile.rules: removed --penable-stack from
9486         COMPILE_FLAGS and added the --nostdinc option
9487
9488 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9489
9490         * device/include/mc68hc908jb8.h: Register defs for another member
9491         of the hc08 family. Contributed by Bjorn Bringert - thanks!
9492
9493 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
9494
9495         Documenting changes from previous commits.
9496         * configure.in (version 1.56),
9497         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
9498         when generating output files to configure the pic16 library,
9499         but now I've commented it out, since gputils aren't installed in the
9500         SF compile farm, so library won't compile
9501
9502         * device/lib/Makefile.in (version 1.56): initially I've added in
9503         target 'all' the prerequestive 'model-pic16' so it compiled the
9504         pic16 library, but now I've commented it out for the same reasons
9505         above,
9506         * added targets 'model-pic16' and 'objects-pic16' to compile the
9507         library
9508         * added target 'port-specific-objects-pic16' to handle the
9509         generated libraries and copy them into the build/ directory
9510         * added target 'clean-intermediate-pic16' to clean intermediate
9511         files into pic16 directory
9512         * in target 'installdirs' added line to create directory pic16 in
9513         the installation path
9514
9515         * device/include/Makefile.in (version 1.11): in target 'install'
9516         added lines to copy all header files to installation path,
9517         * in target 'installdirs' added line create directory for pic16
9518         headers in the installation path
9519
9520 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
9521
9522         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
9523          a function call
9524
9525 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
9526
9527         * configure,
9528         * device/lib/configure.in,
9529         * device/lib/configure: fixed for autoconf 2.57
9530
9531 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9532
9533         * src/z80/main.c (_parseOptions): fixed the portmode= command line
9534         option so that it actually works. Made it specific to the z80, since
9535         the gbz80 doesn't have these kinds of I/O ports.
9536
9537 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9538
9539         * device/include/z180.h,
9540         * device/lib/_memcpy.c,
9541         * device/lib/_memmove.c,
9542         * device/lib/_mulint.c,
9543         * device/lib/ser_ir.c,
9544         * device/lib/ser_ir_cts_rts.c,
9545         * device/lib/_strcmp.c,
9546         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
9547         * src/z80/main.c (_process_pragma): add support for pragmas bank and
9548         portmode; added deprecation warning for bank= and protmode= forms.
9549         Also, guard against buffer overflow.
9550         * src/z80/gen.c (aopGet): generate better code for sfr banked read
9551
9552 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9553
9554         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
9555         changed interrupt vector table generation to only emit declared vectors.
9556         * device/include/Makefile.in: added missing backslash
9557         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
9558
9559 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
9560
9561         Mainly changes to support compilation of the device libraries
9562         * src/pic16/device.c: stack is allocated via symbol and not
9563         via literal number. The symbol is placed in the corresponding
9564         position of the data ram
9565         * (pic16_dump_section): relocatable and absolute uninitialized
9566         data are now emitted in sorted order to reduce section naming,
9567         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
9568         weren't marked as being in the access bank,
9569
9570 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
9571
9572         Added portion of GNU PIC Library under the directory
9573         device/include/pic16 and device/lib/pic16. These files
9574         contain the declarations of SFRs for the PIC18Fxx2 devices.
9575         The directory is initialized via configure from toplevel.
9576
9577 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
9578
9579         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
9580         the spilllocations to be compared correctly
9581
9582 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
9583
9584         * src/SDCCast.c (decorateType): fixed bug introduced today
9585
9586 2004-01-12  Borut Razem <borut.razem AT siol.net>
9587
9588         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
9589         doc/sdccman.lyx: upper case pragmas are deprecated
9590
9591 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
9592
9593         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
9594         in simpler and even better code
9595
9596 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
9597
9598         * src/SDCCicode.c (operandOperation): fixed bug #874819
9599         * src/SDCCast.c (decorateType): fixed
9600         char foo (unsigned long ul) { return ul > 0; }
9601
9602 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9603
9604         * doc/sdccman.lyx: Moved and added some sections, small changes
9605         all over. Telling LaTeX to be less strict with word spacing
9606         to better keep the right margin. Changed some notes about
9607         maintainance of the ports in section 3.2.1 - is it OK like this?
9608
9609 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
9610
9611         SDCC source changes:
9612         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
9613         convilong): modified to inform the pic16 port that builtin functions
9614         are external
9615
9616         PIC16 PORT specific changes:
9617         * src/pic16/device.c pic16_dump_equates() added,
9618         processor registers declared internally by the port are emitted in
9619         the translation as equates,
9620         * src/pic16/gen.c: inline code is passed unprocessed to the
9621         translation,
9622         * (pic16_popGetLit2): fnuction modified to take second operand as
9623         pCodeOp pointer and not as literal,
9624         * (popRegFromIdx): prefixed with pic16_,
9625         * (pic16_popCombine2): modified to receive already allocated pCode
9626         operands,
9627         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
9628         * (genFunction): initializes local stack frame and pushes on stack
9629         all the registers used by this function,
9630         * (genEndFunction): restores all registers from stack and restores
9631         stack frame,
9632         * src/pic16/glue.c (pic16emitRegularMap): various changes and
9633         improvements,
9634         * (pic16glue): changed the program startup sequence,
9635         * added new dbName code 'A' for functions placed in absolute section
9636         * src/pic16/main.c: added function attribute _naked,
9637         * added pragma 'code' to place a fnuction at an absolute address,
9638         * added command line arguments --debug-ralloc and --pcode-verbose,
9639         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
9640         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
9641         * (pic16_newpCodeOpLit2): modified to take the second operand as
9642         pCodeOp pointer,
9643         * (pic16_printpBlock): modified to emit each function in a separate
9644         section,
9645         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
9646         UPPER for immediate operands,
9647         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
9648         instruction,
9649         * src/pic16/peeph.def: all peepholes with movff are commented out,
9650         because there is a problem in the pcode peep optimizer,
9651         * src/pic16/ralloc.c: the register allocator can now reuse local
9652         function symbols for another function. This saves register usage.
9653         * src/pic16/ralloc.h: added flag isLocal in structure regs,
9654
9655         Added file src/pic16/NOTES with information about program writing on
9656         the current port version.
9657
9658 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9659
9660         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
9661         and peephole 252 (array access)
9662
9663 2004-01-09  Borut Razem <borut.razem AT siol.net>
9664
9665         * src/SDCCmain.c : fixed #872250: -l command line defined library
9666           files are scanned before standard library files
9667
9668 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9669
9670         * src/SDCCast.c (decorateType): fixed bug #874046
9671
9672 2004-01-09  Borut Razem <borut.razem AT siol.net>
9673
9674         * support/scripts/sdcc.nsi: remove previous installation
9675
9676 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9677
9678         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
9679         bytes for last interrupt vector (mcs51)
9680         * sdcc.spec: fixed typo
9681
9682 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9683
9684         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
9685         gen51Code): more efficient parameter receive for --model-large
9686         ("bug" #845294)
9687
9688 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9689
9690         * src/ds390/main.c,
9691         * src/z80/main.c: added missed needLinkerScript flags (more than
9692         one port structure defined in these file)
9693         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
9694         bug #795325
9695
9696 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
9697
9698         * src/SDCCmain.c: removed various references to DEFAULT_PORT
9699         * src/port.h: added flag needLinkerScript in port->linker
9700         structure to inform whether to create a .lnk file or not,
9701         * src/avr/main.c,
9702         * src/ds390/main.c,
9703         * src/hc08/main.c,
9704         * src/mcs51/main.c,
9705         * src/pic/main.c,
9706         * src/pic16/main.c,
9707         * src/xa51/main.c,
9708         * src/z80/main.c: changed appropriately to configure
9709         needLinkerScript flag
9710         * src/pic/gen.c,
9711         * src/pic16/gen.c (genAddrOf): fixed bug #863624
9712         * src/pic/glue.c: added variable udata_section_name to
9713         override default uninitialized data segment definition for
9714         devices only with SHAREBANK memory (reported from Erik Epetrich)
9715         * (pic14emitOverlay): modified to emit a commented overlay segment
9716         directive when no overlay data exist
9717         * (picglue): modified to emit uninitialized data segment
9718         according to udata_section_name
9719         * src/pic/main.c (_pic14_parseOptions): added command line
9720         options --udata-section-name=[name] to override default
9721         udata definition name
9722         * modified _linkCmd and _asmCmd to include compiler passed
9723         arguments via -W option
9724         * src/pic16/main.c: added $l in _asmCmd, changed extension for
9725         object file from '.rel' to '.o' in port->linker structure,
9726         changed size of fptr from 2 to 3 in port structure
9727
9728 2004-01-07  Borut Razem <borut.razem AT siol.net>
9729
9730         * support/scripts/sdcc.nsi: update PATH
9731         * support/scripts/sdcc.ico: craeted
9732
9733 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
9734
9735         * device/include/Makefile.in: fix install
9736         * doc/Makefile: fix install
9737
9738 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9739
9740         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
9741         in bug #860505
9742         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
9743         how the function variable allocation summary is displayed; also
9744         include information about variables allocated to the overlay
9745         segment
9746
9747 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9748
9749         * as/mcs51/lkmain.c: Help about -Y option
9750         * as/mcs51/lkarea.c: Fixed gcc warnings
9751
9752 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
9753
9754         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
9755         fixed warning
9756         * support/valdiag/tests/overflow.c: added
9757         * src/SDCCast.c (decorateType),
9758         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
9759         LEFT_OP (left shift)
9760
9761 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9762
9763         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
9764         (default behaviour).
9765
9766 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9767
9768         A python script to validate compiler diagnostic messages. It can be
9769         used to verify that sdcc complains about bad c source code and
9770         gives a good location of the error.
9771         * support/valdiag/Makefile,
9772         * support/valdiag/valdiag.py,
9773         * support/valdiag/tests/*
9774
9775 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9776
9777         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
9778         * src/SDCCsymt.c (newEnumType),
9779         * src/SDCCsymt.h
9780         * support/Util/SDCCerr.c,
9781         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
9782         enum related bugs.
9783         * support/regression/tests/enum.c: added test for enum values that
9784         require at least 2 bytes of storage.
9785
9786 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
9787
9788         * src/common.h: added ifndef/define/endif macros
9789         around the header file.
9790         Bug reported from Jesus Calvino-Fraga
9791
9792 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
9793
9794         * sdcc.spec: updated
9795         * device/include/Makefile.in: don't install CVS directories
9796         * device/lib/Makefile.in: added removal of CVS directories after install
9797         * doc/Makefile: fixed install, added local_icons
9798         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
9799         * src/mcs51/gen.c (genRightShift): fixed bug #870788
9800         * src/ds390/gen.c (genRightShift): fixed bug #870788
9801         * src/SDCCast.c (decorateType): fixed bug #870781
9802
9803 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
9804
9805         PIC16 port related changes:
9806         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
9807         added variable stackPos,
9808
9809         * gen.c: genCall, assignResultValue: added support for
9810         pushing/retrieving function parameters to/from stack,
9811         genFunction,genEndFunction: setup stack frame for the
9812         generated function,
9813         genAddrOf: will be changed according to bug 863624
9814
9815         * added files genutils.c and genutils.h which contain gen*
9816         debugged and optimised functions extracted from gen.c
9817
9818         * glue.c: added variable 'externs' which holds extern symbols,
9819         pic16emitRegularMap: is modified to properly handle relocatable
9820          symbols under the new scheme,
9821         pic16createInterruptVect: is modified
9822         pic16printPublics: is modified to emit 'global' assembler directives,
9823         added pic16_printExterns to print extern symbols,
9824         pic16glue: initializes stack/frame pointer in the beginning of
9825         the assembly output. Temporary hack, will be corrected later,
9826         because gplink yet does not support stack and SDCC does not
9827         yet support a type of crt0.o object to create the final binary.
9828
9829         * Removed many lines that contain 8051 legacy code.
9830         * The code is finally placed under a 'code' directive.
9831         * Added port specific options.
9832
9833         * _process_pragma: simplified since now we do not need *special*
9834         include file to define SFR registers. But a separate header
9835         will be needed. This will be developed later.
9836         * _pic16_parseOptions: added, parses port specific options:
9837         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
9838         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
9839         --preplace-udata-with=
9840
9841         * _pic16_setDefaultOptions: modified to initialize section names,
9842         but hack is temporarly out of order since it needs improvement.
9843         * _pic16_genAssemblerPreamble: configuration words are emitted by
9844         their address instead of their name. This part is incomplete and
9845         supports only the 18Fxx2 devices. Other devices will emit an error
9846         during assembly since they do not contain the same set of config
9847         registers
9848         * _pic16_genIVT: is modified,
9849
9850         * pcode.c: added definitions for some hardware registers that are needed
9851         for stack support
9852         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
9853         All PCI entries are updated. Now LFSR is supported.
9854         * Removed pic16_pciTRIS is mentioned by mdubuc in source
9855         * added pic16_newpCodeOpLit2 to support instructions with
9856         two literal arguments
9857         * pic16_pCode2str: corrected code that emits assembler instructions
9858         with two literal operands and those that have an access bit modifier
9859         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
9860         this fixes a bug which caused some labels to be lost, when an
9861         assembler directive was added, i.e. banksel,
9862         * pic16_FixRegisterBanking: improved logic that causes the insertion
9863         of bank switching,
9864         * InlineFunction: functions that are called once, are not any more
9865         inlined. This can be a port option in the future,
9866
9867         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
9868
9869         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
9870         hold the corresponding uninitialized symbols,
9871         * pic16_allocProcessorRegister: registers have explicit marked the
9872         accessBank field,
9873         * pic16_allocInternalRegister: registers are explicit marked as
9874         not used,
9875         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
9876         processing list, so bit registers were lost,
9877         *
9878
9879         * ralloc.h: added field 'accessBank' and original symbol operand
9880         in register definition,
9881         * removed the field isMapped from register definition,
9882
9883         ** Several functions have been removed from various sources:
9884         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
9885         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
9886         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
9887         pic16_assignRelocatableRegisters
9888
9889         ** others have been introduced:
9890         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
9891         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
9892
9893 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
9894
9895         * support/scripts/inc2h.pl: changed definition of BIT_AT
9896         to emit 'sbit at' instead of 'bit at'. This was a request.
9897
9898         PIC16 port related preliminary changes:
9899         * gen.c: prefixed function popRegFromString with
9900         pic16_ and all references to it corrected
9901         * pcode.c: all pic16_pc_* hardware registers prefixed
9902         with underscore (_),
9903         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
9904         * ralloc.c: newReg(): when register is REG_SFR then
9905         set address to rIdx,
9906         pic16_allocProcessorRegister(): marks register wasUsed=0
9907         pic16_writeUsedRegs(): added a call to assign processor
9908         registers via pic16_assignFixedRegisters
9909
9910 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9911
9912         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
9913         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
9914         variables in unused register banks.  Also the SSEG is placed
9915         wherever there is enough space for it, and IDATA can be anywhere
9916         in internal RAM.  For now compile using -Wl-Y[stack_size].
9917         The mem file is different for this option as well, since it
9918         makes no sense of talking about DSEG lenght.
9919
9920 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
9921
9922         * src/SDCClrange.c: fixed bug 869095 that caused segfault
9923         in certain cases, e.g. when ROM assignment, patch provided
9924         from Albert den Haan.
9925
9926 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
9927
9928         Many signedness and type propagation fixes:
9929         * src/SDCCicode.c: made geniCodeCast() static
9930         replaced SPEC_ by IS_ (cosmetic)
9931         (operandOperation): fixed div and mod operation
9932         (usualBinaryConversions): added support for promotion of char
9933         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
9934         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
9935         (geniCodeAdd): an array index will stay unsigned, even if promoted
9936         from char to int
9937         (geniCodeArray): ditto
9938         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
9939         * src/SDCCsymt.c (computeType): added more support for char;
9940         promotion of char is selectable by promoteCharToInt, fixed signedness
9941         for all cases
9942         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
9943         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
9944         * src/SDCCval (val*): replaced signedness calculation by
9945         computeType()
9946         rearranged if-branches (cosmetic)
9947         (valShift): added warning W_SHIFT_CHANGED
9948         (valCompare): fixed problem with different types
9949         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
9950         * support/regression/tests/literalop.c: added many cases
9951         * support/regression/tests/ast_constant_folding.c: changed finally to
9952         'unsigned int'
9953         * .version: new year, new version: 2.3.7
9954         * src/SDCCmain.c (main): applied patch #866468
9955         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
9956         provided by Scott Bronson
9957         * doc/sdccman.lyx: updated documentation for sdcdb
9958         updated and added chapter tips
9959
9960 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9961
9962         * src/SDCCsymt.h: missing from yesterday's commits
9963
9964 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9965
9966         * src/SDCC.y (struct_or_union_specifier),
9967         * support/Util/SDCCerr.c,
9968         * support/Util/SDCCerr.h: verify that struct & union tags are used
9969         as declared.
9970
9971 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9972
9973         * src/SDCCglobl.h: missing from yesterday's commits
9974
9975 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9976
9977         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
9978         sft_attributes, struct_declaration, parameter_declaration,
9979         type_name, start_block, declaration_list),
9980         * src/SDCC.lex (check_type): support redefinition of typedef names
9981
9982 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9983
9984         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
9985         aligned xdata arrays. Erik helped me with the if clause.
9986
9987 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9988
9989         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
9990         warning
9991
9992 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9993
9994         * src/SDCCast.h,
9995         * src/SDCCast.c (newAst_),
9996         * src/SDCCicode.h,
9997         * src/SDCCicode.c (ast2iCode, newiCode),
9998         * src/SDCCglobl.h,
9999         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
10000         expr, statement, expression_statement, selection_statement,
10001         iteration_statement, expr_opt, jump_statement): foundation for tracking
10002         sequence points
10003         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
10004         point code too)
10005
10006 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10007
10008         * support/Util/SDCCerr.c,
10009         * src/SDCCast.h,
10010         * src/SDCCast.c (createCase, createDefault, decorateType),
10011         * src/SDCClabel.c (labelUnreach),
10012         * src/SDCC.y (labeled_statement, jump_statement): More improvements
10013         to error messages.
10014         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
10015         (with thanks to Stas Sergeev)
10016         * device/include/time.h,
10017         * device/lib/time.c (CheckTime): suppress unreachable code warning
10018
10019 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10020
10021         * src/SDCCast.c (createIvalCharPtr),
10022         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
10023         bug #753752)
10024         * support/regression/tests/nullstring.c: tests for these two bugs
10025
10026 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10027
10028         * support/Util/SDCCerr.h,
10029         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
10030         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
10031         about storage class and 'at' used inside struct or union
10032         * src/SDCCBBlock.c (iCodeFromeBBlock),
10033         * src/SDCCcse.c (ifxOptimize),
10034         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
10035         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
10036         printIval, emitStaticSeg, emitOverlay),
10037         * src/SDCClabel.c (deleteIfx),
10038         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
10039         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
10040         gatherAutoInit, processParms),
10041         * support/Util/SDCCerr.h,
10042         * support/Util/SDCCerr.c (werrorfl): Support for better error location
10043         reporting for post-parse errors.
10044
10045 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10046
10047         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
10048         implicit casts via union; they don't work on big endian systems
10049         (possible fix for bug #861138)
10050
10051 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10052
10053         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
10054         * src/mcs51/main.c: fixed the fix for bug #737001
10055
10056 2003-12-15  Borut Razem <borut.razem AT siol.net>
10057
10058         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
10059
10060 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10061
10062         * support/makebin/makebin.c: put output in binary mode
10063
10064 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10065
10066         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
10067         xdata and data memory on startup. Set the environment variable
10068         SDCC_NOGENRAMCLEAR to disable this.
10069         * src/mcs51/peephole.def,
10070         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
10071         (allows non-interrupt and interrupt code to safely compete for a resource
10072         without the non-interrupt code having to disable interrupts)
10073
10074 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10075
10076         * src/SDCCicode.c (geniCodeAdd),
10077         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
10078         with valFromType if type might be a pointer and host is big endian).
10079         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
10080         types, not just integer types.
10081         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
10082         multiply defined with mismatching "at" address.
10083
10084 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10085
10086         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
10087         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
10088         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
10089         with embedded nulls (fixed bug #753752)
10090
10091 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10092
10093         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
10094         Apparently this did not see much testing (endless loop)
10095
10096 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10097
10098         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
10099
10100 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10101
10102         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
10103         gracefully handle NULL memmap pointers
10104
10105 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10106
10107         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
10108         instead of deleting the iCode when an operand is volatile
10109         * src/z80/gen.c (genDummyRead),
10110         * src/mcs51/gen.c (genDummyRead),
10111         * src/ds390/gen.c (genDummyRead),
10112         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
10113         not just IC_RIGHT
10114         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
10115         * src/SDCC.y: fixed bug #850420
10116
10117 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10118
10119         Applied z80 i/o port patch from Peter Townson and fixed some operators
10120         to better handle operands in A register.
10121         * device/include/z180.h
10122         * src/SDCC.y
10123         * src/SDCCglue.c
10124         * src/z80/gen.c
10125         * src/z80/gen.h
10126         * src/z80/main.c
10127         * src/z80/peeph-z80.def
10128         * src/z80/peeph.def
10129         * src/z80/z80.h
10130
10131 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10132
10133         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
10134
10135 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10136
10137         * device/lib/hc08/_mullong.c: Removed extra #endif
10138
10139 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10140
10141         * sim/ucsim/hc08.src/inst.cc,
10142         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
10143         carries from x to h
10144         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
10145         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
10146         * device/include/stdarg.h: fixed varargs for hc08
10147         * device/lib/Makefile.in,
10148         * device/lib/hc08/Makefile,
10149         * device/lib/hc08/_mulint.c,
10150         * device/lib/hc08/_mullong.c: fixed some endian problems
10151
10152 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10153
10154         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
10155         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
10156         * device/lib/_gptrget.c,
10157         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
10158
10159 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10160
10161         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
10162         * src/SDCCast.c (astErrors): fixed bug #846007
10163         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
10164
10165 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10166
10167         * src/SDCCast.c (decorateType): disabled a transformation I added in
10168         revision 1.188 (access to fields of a structure at an absolute address);
10169         it breaks with bitfields, extern declarations, and gcse analysis.
10170         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
10171         could be assigned through a pointer, so don't complain.
10172         * src/SDCCast.c (astErrors),
10173         * src/SDCCast.h,
10174         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
10175
10176 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
10177
10178         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
10179         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
10180         output of __config directives, since gpasm now supports them
10181         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
10182         pre-processor macro, i.e. -DMCU=p18f452
10183         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
10184         and modified to handle 'cast' icode similarly to '=' icode
10185         * src/pic16/device.h (typedef struct PIC_device): added field
10186         'extMIface' to indicate that chip has external memory interface
10187         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
10188         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
10189         18F8720
10190
10191 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10192
10193         * src/SDCC.y (pointer): fixed bug #846006
10194         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
10195         * src/SDCCast.c (decorateType): fixed bug #846009
10196         * src/ds390/peeph.def,
10197         * src/ds390/gen.c (genAnd, genOr),
10198         * src/mcs51/peeph.def,
10199         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
10200
10201 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10202
10203         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
10204         * src/SDCCdflow.c
10205         * src/SDCCcse.c
10206         * src/SDCCcse.h
10207         * src/SDCCBBlock.h
10208         * src/SDCCBBlock.c
10209
10210 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
10211
10212         fixed bug #845089
10213         * src/SDCCbitv.h,
10214         * src/SDCCbitv.c: added function to free a bitvector
10215         * src/SDCClrange.h,
10216         * src/SDCClrange.c: added function to recompute the liveranges
10217         * src/avr/ralloc.c,
10218         * src/ds390/ralloc.c,
10219         * src/hc08/ralloc.c,
10220         * src/mcs51/ralloc.c,
10221         * src/pic/ralloc.c,
10222         * src/pic16/ralloc.c,
10223         * src/xa51/ralloc.c,
10224         * src/z80/ralloc.c: recompute the liveranges after register packing
10225
10226 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
10227
10228         * src/SDCCloop.c (newInduction): fixed bug #845630
10229
10230 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10231
10232         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
10233         inadvertantly left behind from my 2003-11-12 change
10234
10235 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10236
10237         Updated headers I neglected to commit yesterday.
10238         * src/SDCClrange.h,
10239         * src/SDCCicode.h
10240
10241 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10242
10243         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
10244         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
10245         * src/SDCCopt.c (eBBlockFromiCode),
10246         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
10247         the creation of the key hash table from the sequencing so it can be used
10248         earlier (for some GCSE bug fixes still pending)
10249
10250 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10251
10252         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
10253         * support/regression/tests/addsub.c: testing genPlus shortcut
10254
10255 2003-11-15  Borut Razem <borut.razem AT siol.net>
10256
10257         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
10258
10259 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10260
10261         * src/SDCCcse.c (cseBBlock): fixed bug #527779
10262         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
10263         ordering is immaterial.
10264         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
10265
10266 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10267
10268         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
10269         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
10270         (SIGSEV) of bug #840381
10271         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
10272         unlink new file before rename if new and old filenames are the same)
10273
10274 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10275
10276         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
10277         uninitialized variables) for the mcs51. Set environment variable
10278         SDCC_GENRAMCLEAR to test.
10279         xdata initialization slightly shorter
10280
10281 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10282
10283         * src/SDCCsymt.h,
10284         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
10285         #838241 & 780691 (basicly the same bug)
10286         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
10287         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
10288
10289 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
10290
10291         * src/SDCCmain.c (linkEdit): "fix" #834252
10292
10293 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10294
10295         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
10296         * src/SDCCast.h,
10297         * src/SDCC.y: fixed bug #819403
10298
10299 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10300
10301         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
10302         the reentrant attribute.
10303         * src/hc08/gen.c (genPackBits): added missing stack readjustment
10304         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
10305         simulation
10306         * src/SDCCast.c (decorateType): fixed bug with storage class not being
10307         updated during pointer dereference; f.e. ~(((char *)1)*) was being
10308         erroneously reduced to a literal.
10309         * src/hc08/ralloc.c (packRegisters, rematStr),
10310         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
10311         some cases
10312
10313 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10314
10315         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
10316         * doc/sdccman.lyx: changed from 'article' to 'book'
10317         * doc/Makefile: readded test_suite_spec and cdbfileformat
10318
10319 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
10320
10321         * device/include/stdlib.h: include malloc.h to comply with ANSI
10322         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
10323
10324 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10325
10326         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
10327         * doc/clean.mk: also remove *.out files
10328         * doc/sdccman.lyx: some additions, larger top/bottom margins
10329
10330 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10331
10332         * src/SDCC.y: fixed bug #837365
10333         * support/regression/tests/bitopcse.c
10334         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
10335         a symbol (might be valop instead)
10336         * device/lib/Makefile.in: added errno.c to HC08SOURCES
10337         * device/lib/clean.mk: added hc08 to the cleaning list
10338
10339 2003-11-04  Borut Razem <borut.razem AT siol.net>
10340
10341         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
10342           made 2003-11-04
10343         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
10344           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
10345           malloc is declared in standard stdlib.h
10346
10347 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10348
10349         * device/lib/hc08/Makefile: need to clean .rel not .o files
10350         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
10351
10352 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10353
10354         * src/port.h,
10355         * src/hc08/main.c,
10356         * src/mcs51/main.c,
10357         * src/ds390/main.c,
10358         * src/z80/main.c,
10359         * src/avr/main.c,
10360         * src/pic/main.c,
10361         * src/pic16/main.c,
10362         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
10363         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
10364         tests (which uses the port's oclsExpense function)
10365         * src/SDCC.y,
10366         * src/SDCCast.c,
10367         * src/SDCCicode.c,
10368         * src/hc08/gen.c,
10369         * src/ds390/gen.c,
10370         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
10371
10372 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10373
10374         * src/SDCCcse.c (ifxOptimize),
10375         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
10376         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
10377         deleting the IFX iCode.
10378         * src/hc08/ralloc.c: reduced unneeded slocs
10379         * src/hc08/gen.c: fixed bug in asmopToBoolean
10380
10381 2003-11-04  Borut Razem <borut.razem AT siol.net>
10382
10383         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
10384           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
10385           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
10386           transferred to configure
10387
10388 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
10389
10390         Use headers defined in the C[++] standards:
10391         * sim/ucsim/gui.src/serio.src/fileio.cc
10392         * sim/ucsim/gui.src/serio.src/frontend.cc
10393         * sim/ucsim/gui.src/serio.src/main.cc
10394         * sim/ucsim/gui.src/serio.src/posix_signal.cc
10395         * support/Util/NewAlloc.c
10396         * as/hc08/lklibr.c
10397         * as/mcs51/lklibr.c
10398         * as/z80/aslist.c
10399         * as/z80/assym.c
10400
10401 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10402
10403         * Added MSVC projects for hc08 assembler and linker:
10404         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
10405         /as/hc08/link_hc08.dsp
10406
10407 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
10408
10409         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
10410
10411 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
10412
10413         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
10414
10415 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10416
10417         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
10418
10419 2003-10-31  Borut Razem <borut.razem AT siol.net>
10420
10421         * support/cpp2/cpplib.h,
10422           support/cpp2/cpplib.c,
10423           support/cpp2/cpplex.c,
10424           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
10425           to switch _asm block preprocessing on / off. Default is
10426           #pragma preproc_asm +
10427
10428 2003-10-31  Borut Razem <borut.razem AT siol.net>
10429
10430         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
10431           when outputting comment blocks (when executed with -C option) and
10432           _asm (SDCPP specific) blocks
10433
10434 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10435
10436         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
10437
10438 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
10439
10440         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
10441
10442 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
10443
10444         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
10445         * src/SDCCast.c (decorateType): fixed bug #832664
10446
10447 2003-10-31  Borut Razem <borut.razem AT siol.net>
10448
10449         * support/cpp2/cpplex.c: fixed for SDCPP:
10450           comments(when executed with -C option) and _asm blocks
10451           were included even if they where in skipped #if block.
10452           Applied solution from GCC cpp 3.3.2
10453
10454 2003-10-31  Borut Razem <borut.razem AT siol.net>
10455
10456         * src/SDCC.lex: sdcc now understands both formats:
10457           '# <line_number> <file_name>' and
10458           '#line <line_number> <file_name>'
10459         * support/cpp2/cppmain.c: sdcpp now generates the standard
10460           '# <line_number> <file_name>' instead of former
10461           '#line <line_number> <file_name>'
10462
10463 2003-10-30  Borut Razem <borut.razem AT siol.net>
10464
10465         * support/cpp2/cpphash.h,
10466         * support/cpp2/cpplib.h
10467         * support/cpp2/cpplex.c,
10468         * support/cpp2/cppmain.c,
10469         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
10470
10471 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10472
10473         Fixed a number of problems revealed by bug #827883.
10474         * src/SDCCloop.c (loopInvariants): Spill location of the
10475         result operand should be recomputed if extracted from
10476         a loop. Also, don't extract assignments of an iTemp
10477         from a literal.
10478         * src/SDCCast.c (isConformingBody): loop reversal should
10479         not occur if the control variable is involved with a
10480         relational operator.
10481
10482 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
10483
10484         * .version: bumped to 2.3.6 to reflect the big improvements
10485         made by Erik and Klaus. Thanks!
10486
10487 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
10488
10489         Replaced the livrange code.
10490         * src/SDCClrange.c: added new LR code
10491         * src/SDCCloop.c,
10492         * src/SDCCBBlock.h: removed remainig parts from old LR code
10493         * src/ds390/ralloc.c,
10494         * src/ds390/gen.c: minor fixes to make it work with new code
10495
10496 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10497
10498         * as/hc08/asm.h,
10499         * as/hc08/lkrloc.c,
10500         * src/hc08/gen.c,
10501         * src/hc08/ralloc.c: Fix various warnings related to the hc08
10502         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
10503         (tweaked fix for bug #818696)
10504
10505 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10506
10507         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
10508
10509 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10510
10511         * src/SDCCmain.c,
10512         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
10513         * src/mcs51/gen.c (gencjneshort),
10514         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
10515         more efficient (per Scott Bronson's suggestion)
10516
10517 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10518
10519         Extended the semantics of the critical keyword to include
10520         individual statements. See RFE #827755 and #799831
10521         * src/SDCC.y
10522         * src/SDCCicode.c
10523         * src/SDCCopt.c
10524         * src/SDCCast.c
10525         * support/Util/SDCCerr.c
10526         * support/Util/SDCCerr.h
10527         * src/mcs51/gen.c
10528         * src/ds390/gen.c
10529         * src/hc08/gen.c
10530
10531 2003-10-19  Borut Razem <borut.razem AT siol.net>
10532
10533         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
10534
10535 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10536
10537         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
10538         Fixed bug #818696
10539         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
10540         and predecrement operand is displayed
10541
10542 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
10543
10544         * src/SDCCval.c (valMinus): fixed bug #826041
10545
10546 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10547
10548         Some hc08 related updates that I missed earlier
10549         * sim/ucsim/stypes.h
10550         * support/regression/ports/hc08/spec.mk
10551
10552 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10553
10554         New target "hc08" for the Motorola 68hc08 family of micros
10555
10556         * configure
10557         * configure.in
10558         * Makefile
10559         * src/hc08/*
10560         * src/SDCCmain.c
10561         * src/port.h
10562         * sim/ucsim/hc08.src/*
10563         * sim/ucsim/configure.in
10564         * src/ucsim/configure
10565         * sim/ucsim/packages_in.mk
10566         * as/hc08/*
10567         * as/Makefile
10568         * device/include/mc68hc908qy.h
10569         * device/lib/hc08/*
10570         * device/lib/Makefile.in
10571         * support/regression/ports/hc08/*
10572         * support/regression/Makefile
10573
10574 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10575
10576         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
10577         regression test
10578         * src/ds390/gen.c (genCast): fixed bug #821957
10579
10580 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
10581
10582         * device/lib/logf.c: "fixed" overlay bug
10583         * support/regression/ports/host/spec.mk: added m library
10584         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
10585         * support/regression/tests/float_trans: added (for Eric)
10586
10587 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
10588
10589         * src/mcs51/gen.c (genCpl): fixed bug
10590         http://sf.net/mailarchive/message.php?msg_id=6263915
10591
10592 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
10593
10594         * src/SDCCast.c (decorateType): added extended constant folding
10595         * src/SDCCsymt.c (computeType): cleanup
10596         * src/SDCCval.c (valShift): minor optimization
10597         * support/regression/tests/ast_constant_folding.c: added
10598
10599 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10600
10601         * src/SDCCmain.c: removed some unintended changes
10602
10603 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10604
10605         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
10606         * src/z80/gen.c: fixed part of bug #817589
10607         * src/SDCCsymt.c (checkFunction): fixed bug #817895
10608
10609 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
10610
10611         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
10612         * src/SDCCcflow.c
10613         * src/SDCCcse.c
10614         * src/SDCCdflow.c
10615         * src/SDCClabel.c
10616         * src/SDCClrange.c
10617         * src/SDCCmem.c
10618         * src/SDCCopt.c
10619         * src/SDCCpeeph.c
10620         * src/SDCCset.c
10621         * src/avr/ralloc.c
10622         * src/ds390/ralloc.c
10623         * src/izt/ralloc.c
10624         * src/mcs51/ralloc.c
10625         * src/pic/ralloc.c
10626         * src/pic16/ralloc.c
10627         * src/xa51/ralloc.c
10628         * src/z80/ralloc.c
10629         * src/z80/gen.c: removed unused label "release:"
10630
10631 2003-10-06  Borut Razem <borut.razem AT siol.net>
10632
10633         * src/SDCC.lex: removed definition of unused variables
10634           save_optimize and save_options
10635
10636 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
10637
10638         * clean.mk: removed '=' in "-maxdepth=1"
10639         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
10640         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
10641
10642 2003-10-06  Borut Razem <borut.razem AT siol.net>
10643
10644         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
10645           my_unput() replaced by unput()
10646
10647 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
10648
10649         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
10650         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
10651         type-punned pointer will break strict-aliasing rules"
10652         Old LR behaviour is again default; Klaus' LR can be choosen by
10653         defining the environment variable LRKLAUS
10654         * src/SDCCBBlock.h
10655         * src/SDCCloop.c
10656         * src/SDCClrange.c
10657         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
10658         * clean.mk: fixed removal of files in bin/CVS/
10659         * device/lib/clean.mk: fixed removal of directories small and large
10660         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
10661         * src/SDCCicode.c,
10662         * src/SDCCval.c: removed superflous test for pedantic
10663
10664 2003-10-05  Borut Razem <borut.razem AT siol.net>
10665
10666         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
10667           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
10668           message "unmatched #pragma SAVE and #pragma RESTORE"
10669
10670 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10671
10672         * doc/sdccman.lyx: various additions and updates (interrupts, inline
10673           assembly, critical functions, atomic, nojtbound)
10674
10675 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
10676
10677         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
10678         * src/SDCCBBlock.h
10679         * src/SDCCloop.c
10680         * src/SDCCloop.h
10681         * src/SDCClrange.c
10682
10683 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10684
10685         * src/z80/gen.h,
10686         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
10687         * src/mcs51/gen.h
10688         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
10689         * src/ds390/gen.h
10690         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
10691         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
10692         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
10693
10694 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10695
10696         * src/z80/gen.c (genRet): fixed bug #524753
10697         * src/z80/gen.c (genCast): fixed internal error on cast from
10698         pointer to long
10699         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
10700         fix for bug #477835 to the z80
10701         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
10702         for tracking iCodes in the peephole optimizer for z80
10703
10704 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10705
10706         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
10707         the other part of bug #814548
10708         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
10709
10710 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
10711
10712         * src/SDCCcse.c: fixed part of bug #814548
10713
10714 2003-09-28  Borut Razem <borut.razem AT siol.net>
10715
10716         * src/asm.c: rewrite of printILine() to use temporary file instead
10717           a pipe
10718         * src/xa51/main.c: commented out declaration of int rewinds
10719
10720 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10721
10722         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
10723
10724 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10725
10726         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
10727         * src/asm.c (printILine): Fixed bug #811015
10728
10729 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10730
10731         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
10732         freeing.
10733
10734 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10735
10736         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
10737         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
10738         to correctly handle general case of AOP_PAIRPTR
10739         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
10740
10741 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10742
10743         * src/mcs51/ralloc.c (fillGaps),
10744         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
10745         register positioning bug)
10746
10747 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
10748
10749         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
10750
10751 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10752
10753         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
10754         genCodePointerGet, genGenPointerGet, genFarPointerSet,
10755         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
10756         (ralloc doesn't intentionally do this now, but perhaps later)
10757         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
10758         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
10759         register positioning bugs (Fixed bug #762602 and #795325)
10760         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
10761         (Fixed bug #808779)
10762         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
10763         lines that --i-code-in-asm generates
10764
10765 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10766
10767         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
10768         trying to fclose a FILE* that was already closed.
10769
10770 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10771
10772         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
10773         of const struct should be treated as if const themselves)
10774
10775 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
10776
10777         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
10778
10779 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10780
10781         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
10782         Unix (/n) and DOS (/r/n) line terminations.
10783
10784 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10785
10786         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
10787         bug #613775
10788
10789 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10790
10791         * src/mcs51/gen.c (genFunction, genEndFunction),
10792         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
10793         and restore of EA so that stack offsets to parameters are
10794         correct when using both critical and reentrant/stack-auto.
10795         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
10796         size (can be triggered in error if sloc is shared between
10797         different sized objects)
10798         * device/include/float.h: fixed macros to explicitly use
10799         unsigned long where needed
10800
10801 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
10802
10803         Feature req. 799831: added code to allow nesting of critical functions
10804         * src/mcs51/gen.c (genFunction, genEndFunction)
10805         * src/ds390/gen.c (genFunction, genEndFunction)
10806
10807 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10808
10809         * src/SDCCsymt.c (sclsFromPtr),
10810         * src/SDCCsymt.h,
10811         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
10812         support for standard C idiom of memory mapped variables; for
10813         example, *((xdata int*)0x1234) = 1 is now internally equivalent
10814         to xdata int at 0x1234 tempvar = 1.
10815         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
10816         provided by Akiya ISHIDA
10817
10818 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
10819
10820         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
10821         * src/SDCCval.c (constVal): added reduction from int to char
10822         * src/SDCCval.c (valMult, valDiv): fixed sign handling
10823         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
10824         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
10825         to ignore the sign
10826         * support/regression/tests/shifts.c: fixed
10827
10828 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10829
10830         * src/z80/gen.c (genXor): Fixed bug #805445
10831
10832 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10833
10834         Fixed bug #621531 (const & volatile confusion in the type chain).
10835         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
10836         refer to the const or volatile state of the pointer itself.
10837
10838         * src/SDCCast.c
10839         * src/SDCCglue.c
10840         * src/SDCCicode.c
10841         * src/SDCCsymt.c
10842         * src/SDCCval.c
10843         * src/SDCC.y
10844         * src/SDCCsymt.h
10845         * src/pic/gen.c
10846         * src/pic/ralloc.c
10847         * src/pic16/gen.c
10848         * src/pic16/ralloc.c
10849         * support/regression/tests/const.c
10850
10851 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10852
10853         When checking for duplicated modules, use absolute paths
10854         instead of relative paths.  Files changed:
10855
10856         * as/mcs51/lklib.c
10857         * link/z80/lklib.c
10858
10859 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10860
10861         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
10862
10863 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10864
10865         * device/include/string.h: added size_t typedef, changed
10866         prototypes to use size_t, eliminated separate reentrant and
10867         non-reentrant declarations, added _memmove declaration
10868         * device/lib/_memcpy.c: changed to use size_t instead of int,
10869         changed /4 to >>2 to avoid division library call
10870         * device/lib/_memcmp.c,
10871         * device/lib/_memset.c,
10872         * device/lib/_strncat.c,
10873         * device/lib/_strncpy.c,
10874         * device/lib/_strncmp.c: changed to use size_t instead of int
10875         * device/lib/_memmove.c: new file (fixed bug #772294)
10876         * device/lib/Makefile.in: added _memmove.c
10877         * device/lib/z80/asm_strings.s: fixed bug #772290
10878         * support/regression/tests/bitfields.c: attempt to fix host assertion
10879         failure on amd64-unknown-linux2.2
10880
10881 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10882
10883         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
10884         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
10885         * as/z80/asmain.c (main): fixed bug #801766
10886
10887 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
10888
10889         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
10890         compilers
10891
10892 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10893
10894         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
10895         reported in bug #800609
10896
10897 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
10898
10899         * Top header beautifications in src/pic16 directory:
10900           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
10901           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
10902           pcoderegs.h, ralloc.c, ralloc.h
10903         * main.c: added top header and GPL license notice
10904         * pcode.c: fixed the if-conditional warning
10905
10906 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
10907
10908         * device/lib/_mullong.c: replaced int by short for gcc
10909
10910 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10911
10912         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
10913         and JUMPTABLE iCodes properly now (worked by accident before)
10914         * src/mcs51/gen.c (leftRightUseAcc),
10915         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
10916         iCode properly now. Use getSize instead of nRegs since a & b
10917         aren't part of the nRegs tally.
10918
10919 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
10920
10921         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
10922         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
10923           before instructions that use the _STATUS register
10924
10925 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
10926
10927         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
10928         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
10929         fetching of the pointer
10930         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
10931         copied from genNearPointerSet()
10932         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
10933         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
10934         If they pop r0/r1 they must be called in the opposite order than aopOp().
10935         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
10936         (resp. --stack-auto), prepared for --xstack
10937
10938 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10939
10940         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
10941
10942 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10943
10944         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
10945         these ports have their own __sdcc_external_start()
10946
10947 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
10948
10949         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
10950         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
10951         type for bits was changed. It resulted in bit variables becoming
10952         global, which is not permitted in PIC 14 assembly output.
10953
10954 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10955
10956         * doc/sdccman.lyx: various additions and updates. Rearranged sections
10957
10958 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10959
10960         Z80 and MCS51 linkers complaint if a public symbol is defined
10961         in more than one library module:
10962
10963         * as/mcs51/lklib.c
10964         * link/z80/lklib.c
10965         * as/mcs51/Makefile.in
10966
10967 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10968
10969         A few small changes that speed up the peephole optimizer.
10970
10971         * src/SDCCpeeph.c
10972
10973 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10974
10975         Try to make the peephole optimizer smarter by maintaining
10976         an association between the assembly source code and the
10977         iCodes that originated them. Put this information to use
10978         with a new peephole rule condition "notVolatile" so that
10979         the rules can be aggressive yet still safe.
10980
10981         * src/SDCCpeeph.c
10982         * src/SDCCpeeph.h
10983         * src/mcs51/gen.c
10984         * src/mcs51/peeph.def
10985
10986 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10987
10988         Fixed bug #741761
10989
10990         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
10991         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
10992         if the left or right operand symbols have the accuse flag set.
10993
10994 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10995
10996         Changed the type of the result of the ! (NOT) operator to char;
10997         previously it returned the same type as the source. This allows
10998         us to eliminate all the genFloatNot functions (all of its target
10999         implementations were very buggy) since !float can use the same
11000         code as !long now.
11001
11002         * src/SDCCicode.c (ast2iCode): ! returns char
11003         * src/mcs51/gen.c (genNot, genNotFloat),
11004         * src/ds390/gen.c (genNot, genNotFloat),
11005         * src/z80/gen.c (genNot, genNotFloat),
11006         * src/pic/gen.c (genNot, genNotFloat),
11007         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
11008
11009 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
11010
11011         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
11012         1. Interrupt would not compile properly. Ensure PCLATH register is saved
11013            during interrupts. Ensure WSAVE is located at a shared bank address.
11014         2. Fixed page selection in some places
11015         3. Fixed BTFSS/C to where necessary use registers directly and not simply
11016            the registers name strings.
11017         4. Fixed "signed / unsigned compare" compiler warnings.
11018         5. The PIC port manages its own allocation of the general purpose
11019            registers, but makes no attempt to reuse them. As a result when
11020            compiling it soon runs out of general purpose registers. Some
11021            additional code was added to the files pcode.c and device.c to walk
11022            through the function call tree and rename the registers so that they
11023            get reused.
11024
11025         * src/pic/device.c
11026         * src/pic/gen.c
11027         * src/pic/glue.c
11028         * src/pic/pcode.c
11029         * src/pic/pcode.h
11030         * src/pic/ralloc.c
11031         * src/pic/ralloc.h
11032         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
11033         genPlus() & genMinus() when the result is the same as left or right
11034
11035 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11036
11037         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
11038
11039 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11040
11041         Made bitfield a distinct type from bit so that bitfields
11042         convert as per ANSI C and bits retain their traditional
11043         boolean style behaviour. Implemented bitfield support in
11044         the z80 port.
11045
11046         * src/SDCCsymt.h,
11047         * src/SDCCsymt.c,
11048         * src/SDCCast.c,
11049         * src/cdbFile.c,
11050         * src/mcs51/gen.c,
11051         * src/ds390/gen.c: bit v bitfield split
11052         * src/z80/gen.c: New support for bitfields
11053         * support/regression/tests/bitfields.c: reenabled z80,
11054         added more tests
11055
11056 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11057
11058         Rules 246.x, 247.x relate to bitfields, the others speed up
11059         access to xdata mapped I/O devices.
11060
11061         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
11062
11063 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11064
11065         Cleaned up genPackBits and genUnpackBits and added two helper
11066         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
11067         for literal assignments in genPackBits (thanks to Frieder for
11068         reminding me).
11069
11070         * src/mcs51/gen.c
11071         * src/ds390/gen.c
11072
11073 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11074
11075         Fixed bug #748310 (pointer to function type mishandled when the
11076         function name is omitted). Also fixed a SIGSEGV when a function
11077         attribute (reentrant, etc) is used on a non-function or on a
11078         function but misplaced before the parameter list.
11079
11080         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
11081         bug #748310
11082         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
11083         * support/Util/SDCCerr.h,
11084         * support/Util/SDCCerr.c: Added func attr misuse error msg
11085
11086 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
11087
11088         Fixed bug #787649 by anonymous
11089         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
11090         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
11091
11092 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11093
11094         Fixed numerous bitfield problems.
11095
11096         * src/SDCC.y: More bitfield related error checking
11097         * src/SDCCsymt.h,
11098         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
11099         * support/Util/SDCCerr.h,
11100         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
11101         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
11102         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
11103         * support/regression/tests/bitfields.c: tests added
11104
11105 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11106
11107         Made the constant following the "interrupt" keyword optional. If
11108         omitted, the function will not automatically be given an entry
11109         in the interrupt vector table (similar to #pragma NOIV, but
11110         less syntacticly kludgy). The interrupt number is also now
11111         range checked. Also fixed a bug in the high order bit example
11112         in the manual.
11113
11114         * src/SDCC.y
11115         * src/SDCCmem.c
11116         * src/SDCCglue.c
11117         * src/SDCCsymt.h
11118         * support/Util/SDCCerr.c
11119         * support/Util/SDCCerr.h
11120         * doc/sdccman.lyx
11121
11122 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
11123
11124         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
11125         * src/SDCCicode.c (operandOperation): rewritten some ops
11126         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
11127         * src/SDCCsymt.c (computeType): literals are handled the same way as any
11128         other type
11129         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
11130         be re-activated by defining REDUCE_LITERALS)
11131         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
11132         unsigned, but are signed by default
11133         * src/SDCCval.c (constVal): rearranged
11134         * src/SDCCval.c (valMod): preliminary fix
11135         * src/SDCCval.c (valCastLiteral): use TYPE_* types
11136         * support/regression/literalop.c: added, work in progress
11137
11138 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11139
11140         Generate warnings for useless declarations like "char data;"
11141         that don't do what new users expect.
11142
11143         * src/SDCC.y
11144         * support/Util/SDCCerr.h
11145         * support/Util/SDCCerr.c
11146
11147 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
11148
11149         * src/SDCCval.c (valMult): fix overflow detection of negative int
11150
11151 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11152
11153         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
11154
11155         Changes to support big endian targets:
11156
11157         * src/ports.h
11158         * src/SDCCglue.c
11159         * src/avr/main.c
11160         * src/ds390/main.c
11161         * src/izt/i186.c
11162         * src/mcs51/main.c
11163         * src/pic/main.c
11164         * src/pic16/main.c
11165         * src/xa51/main.c
11166         * src/z80/main.c
11167
11168 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
11169
11170         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
11171         * device/lib/time.c: fixed warning "integer overflow in expression"
11172
11173 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
11174
11175         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
11176         * src/SDCCval.c (constVal): changed default to signed; hex and octal
11177         constants are unsigned; added recognition of "u" flag for unsigned
11178         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
11179         * src/SDCCval.c (valDiv, valMod): fixed signdness
11180         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
11181         signedness of modulo, left and right shift
11182         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
11183         * support/Util/SDCCerr.h: added warning W_INT_OVL
11184         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
11185         * src/SDCCast.c (ast_print): improved output of constants
11186
11187 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11188
11189         Fixed some warnings when building with MSVC:
11190
11191         * as/mcs51/asdata.c
11192         * as/z80/asdata.c
11193         * as/mcs51/asm.h
11194         * as/z80/asm.h
11195         * link/z80/aslink.h
11196         * link/z80/lkdata.c
11197         * link/z80/lkeval.c
11198         * link/z80/lkgb.c
11199         * link/z80/lkihx.c
11200         * link/z80/lks19.c
11201         * link/z80/lksym.c
11202         * support/cpp2/cpplib.c
11203         * src/ds390/gen.c
11204         * src/mcs51/gen.c
11205
11206 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
11207
11208         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
11209
11210 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11211
11212         * support/librarian/clean.mk: Do not remove Makefile.
11213         * support/librarian/Makefile: added.
11214
11215 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11216
11217         Added librarian to MSVC build:
11218         * all.dsp
11219         * sdcc.dsw
11220         * support/librarian/librarian.dsp
11221
11222         'configure' not needed for librarian, removed:
11223         * support/librarian/configure
11224         * support/librarian/configure.in
11225         * support/librarian/config_in.h
11226         * support/librarian/Makefile.in
11227
11228         Hopefully these ones built the librarian and the rest of sdcc properly:
11229         * Makefile
11230         * Makefile.common.in
11231
11232         Messed up 'configure', so revert to previous version:
11233         * configure
11234         * configure.in
11235
11236 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
11237
11238         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
11239         there, while the mantissa of a double is "only" 53 bits wide.
11240
11241 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11242
11243         Adding sdcclib to the build.  MSVC project coming soon.
11244         Files added/changed:
11245
11246         * support/librarian/clean.mk
11247         * support/librarian/configure
11248         * support/librarian/configure.in
11249         * support/librarian/config_in.h
11250         * support/librarian/Makefile.bcc
11251         * support/librarian/Makefile.in
11252         * support/librarian/sdcclib.c
11253         * Makefile.bcc
11254         * Makefile
11255         * Makefile.common.in
11256         * configure
11257         * configure.in
11258
11259 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11260
11261         Linker now complaints if linked modules have conflicting options, for
11262         example, one compiled using --model-large and another one compiled with
11263         --model-small.  The following files were modified:
11264
11265         * as/mcs51/asdata.c
11266         * as/mcs51/aslink.h
11267         * as/mcs51/asm.h
11268         * as/mcs51/asmain.c
11269         * as/mcs51/asout.c
11270         * as/mcs51/i51pst.c
11271         * as/mcs51/lkdata.c
11272         * as/mcs51/lklibr.c
11273         * as/mcs51/lkmain.c
11274         * as/z80/asdata.c
11275         * as/z80/asm.h
11276         * as/z80/asmain.c
11277         * as/z80/asout.c
11278         * as/z80/z80pst.c
11279         * link/z80/aslink.h
11280         * link/z80/lkdata.c
11281         * link/z80/lklibr.c
11282         * link/z80/lkmain.c
11283         * src/SDCCglue.c
11284
11285 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11286
11287         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
11288         as/mcs51/lklibr.c: Generate a warning when a library is not found.
11289
11290 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
11291
11292         * src/z80/mappings.i: fix _mul[us][int,long] entries
11293
11294 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11295
11296         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
11297
11298 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
11299
11300         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
11301         * support/regression/tests/bitopcse.c: added
11302         fixed warning:
11303         * src/avr/gen.c:
11304         * src/pic/gen.c:
11305         * src/pic16/gen.c:
11306         * src/z80/gen.c:
11307         * src/xa51/gen.c:
11308
11309 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11310
11311         added support for new library format to z80, gbz80 linkers:
11312         *link/z80/aslink.h
11313         *link/z80/lklex.c
11314         *link/z80/lklib.c
11315         *link/z80/lklist.c
11316
11317 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
11318
11319         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
11320         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
11321
11322 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
11323
11324         added DUMMY_READ_VOLATILE:
11325         * src/SDCC.y:
11326         * src/avr/gen.c:
11327         * src/xa51/gen.c:
11328         * src/z80/gen.c:
11329         * src/pic/gen.c:
11330         * src/pic16/gen.c:
11331         * src/mcs51/gen.c:
11332         * src/ds390/gen.c:
11333         * src/SDCCcse.c (algebraicOpts): many improvements
11334         * src/SDCCcse.h: removed algebraicOpts()
11335         * src/SDCCicode.c (picDummyRead): added
11336
11337 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11338
11339         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
11340         "Insufficient space in data memory".
11341
11342 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11343
11344         * src/mcs51/gen.c: fixed bug #771358
11345         * src/z80/gen.c: fixed bug #759087
11346
11347 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
11348
11349         * src/pic16/glue.c: minor cleanup by Vangelis
11350
11351 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11352
11353         * device/include/regc515c.h: fixed #758477
11354         * device/lib/_gptrget.c: saving some cycles in generic pointer get
11355         * device/lib/_gptrput.c: saved a few bytes
11356         * my tab spacing is 8, yours too?)
11357         * device/lib/_ser.c: process RX bytes earlier than TX bytes
11358         * device/lib/serial.c: process RX bytes earlier than TX bytes
11359         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
11360
11361 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11362
11363         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
11364
11365 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11366
11367     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
11368
11369 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
11370
11371         * device/lib/Makefile.in: bad fix, reverted to 1.43
11372
11373 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
11374
11375         * device/lib/Makefile.in: added missing z80 object files
11376
11377 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
11378
11379         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
11380         pic16 progress by Vangelis:
11381         * src/SDCCglobl.h:
11382         * src/SDCCmain.c:
11383         * src/pic/Makefile:
11384         * src/pic:
11385         * pic/Makefile:
11386         * pic16/device.c:
11387         * pic16/device.h:
11388         * pic16/gen.c:
11389         * pic16/gen.h:
11390         * pic16/genarith.c:
11391         * pic16/glue.c:
11392         * pic16/main.c:
11393         * pic16/pcode.c:
11394         * pic16/pcode.h:
11395         * pic16/pcodepeep.c:
11396         * pic16/peeph.def:
11397
11398 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11399
11400     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
11401
11402 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11403
11404     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
11405     added gbz80 build to MSVC project.
11406     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
11407     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
11408     from 8051 stuff and setup so it links using a .lnk file.
11409
11410 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11411
11412     * support/librarian/sdcclib.c: sdcc librarian.
11413     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
11414     with sdcclib.
11415
11416 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11417
11418     * as/mcs51/lkmain.c: properly handle extensions in function afile.
11419
11420 2003-07-02  Borut Razem <borut.razem AT siol.net>
11421
11422         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
11423         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
11424         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
11425         src/xa51/main.c, src/z80/main.c:
11426         virtualization of glue() function: each port has it's own glue function,
11427         which is accessed by do_glue function pointer in PORT.general structure
11428
11429 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
11430
11431         * DS800C400 fun, improved ROM interface and tinibios.
11432
11433 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
11434
11435         * More support for DS80C400. Now includes beginning of interface to ROM.
11436
11437 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
11438
11439         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
11440
11441 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11442
11443         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
11444
11445 2003-06-19  Borut Razem <borut.razem AT siol.net>
11446
11447         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
11448
11449 2003-06-19  Borut Razem <borut.razem AT siol.net>
11450
11451         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
11452         fixed Z80 port - crt0.o: cannot open.
11453
11454 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
11455
11456         * support/Util/MySystem.c (merge_command): revert bad fix
11457
11458 2003-06-18  Borut Razem <borut.razem AT siol.net>
11459
11460         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
11461
11462 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11463
11464         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
11465         option --use-stdout sends errors to stdout instead of stderr.
11466
11467 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
11468
11469         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
11470
11471 2003-06-15  Borut Razem <borut.razem AT siol.net>
11472
11473         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
11474         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
11475         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
11476         fixed width array of pointers replaced with sets;
11477         multiple include and lib paths ared transferred to preprocessor and linker
11478         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
11479         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
11480         fixed width array of pointers
11481         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
11482         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
11483         fixupPath(), getPathDifference()
11484         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
11485         fixed width array of pointers
11486
11487 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
11488
11489         * src/pic16/ralloc.c: fix warnings
11490         * src/pic16/pcode.c: fix warning
11491
11492 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
11493
11494          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
11495         know all the details, but essentially this set of changes enable
11496         the pic16 port to generate movff instructions and generate assembler
11497         directives,
11498         * src/SDCCmain.c:
11499         * src/pic16/gen.c:
11500         * src/pic16/glue.c:
11501         * src/pic16/pcode.c:
11502         * src/pic16/device.c:
11503         * src/pic16/main.c:
11504         * src/pic16/pcode.h:
11505         * src/pic16/pcoderegs.c:
11506         * src/pic16/ralloc.c:
11507         * src/pic16/ralloc.h:
11508
11509 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11510
11511         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
11512         added option --vc, so sdcc errors and warnings are compatible with
11513         Microsoft Visual Studio.
11514
11515 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11516
11517         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
11518           device/lib/libfloat.lib: added atof function.
11519
11520 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
11521
11522         * doc/sdccman.lyx: updated to Lyx 1.3
11523         * doc/cdbfileformat.lyx: updated to Lyx 1.3
11524         * doc/test_suite_spec.lyx: updated to Lyx 1.3
11525         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
11526
11527 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
11528
11529         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
11530
11531 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11532
11533         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
11534           additions to the "related tools/documentation" section
11535
11536 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
11537
11538         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
11539
11540 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
11541
11542         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
11543         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
11544
11545 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
11546
11547         * doc/sdccman.lyx: fix double dash and other minor things
11548         * doc/Makefile: fix double dash
11549
11550 2003-05-28  Karl Bongers(patches from Martin Helmling)
11551         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
11552           condition and ignore commands.
11553
11554 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11555
11556         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
11557           is in parts still quite out of date, I did changes as far as I felt makes sense
11558           for a non-native english speaker.
11559           Please feel free to add to the manual or to correct my changes.
11560         * doc/Makefile: undid touching the date of intermediate tex files.
11561
11562 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11563
11564         * doc/sdccman.lyx: Manual has an index now
11565
11566 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
11567
11568         Finalize muluint/mulsint and mululong/mulslong merging:
11569         * device/lib/_mulint.c
11570         * device/lib/_mullong.c
11571         * device/lib/gbz80/mul.s
11572         * device/lib/gbz80/stubs.s
11573         * device/lib/z80/mul.s
11574         * device/lib/z80/stubs.s
11575         * src/SDCCsymt.c (initCSupport)
11576
11577 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11578
11579         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
11580         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
11581           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
11582           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
11583           instead of /Zm500.
11584
11585 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11586
11587         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
11588           the regression tests I'm not brave enough to enable 245.b, 245.c
11589         * doc/sdccman.lyx: added latex preamble for hyperref package.
11590           Using pdflatex this will give you a hyperlinked pdf file with
11591           bookmarks. (prepend '%' before /usepackage if this breaks something)
11592
11593 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11594
11595          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
11596
11597 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
11598
11599         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
11600
11601 2003-05-21    <johan AT balder>
11602
11603         * src/SDCCglue.c (printIval): fixed bug #739934
11604
11605 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
11606
11607         Applied patch from bug 737905 (renamed yylineo to mylineno):
11608         * src/altlex.c
11609         * src/SDCCast.c
11610         * src/SDCglobl.h
11611         * src/SDCC.lex
11612         * src/SDCCsymt.c
11613         * src/SDCCval.c
11614         * src/pic16/pcode.c: Cleaned warnings
11615         * src/pic16/pcodeflow.c: Cleaned warnings
11616         * src/pic16/pcoderegs.c: Cleaned warnings
11617
11618 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
11619
11620         * src/pic16/pcode.c: Cleaned warnings
11621         * src/pic16/pcodepeep.c: Cleaned warnings
11622         * src/pic16/ralloc.c: Cleaned warnings
11623
11624 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
11625
11626         * doc/sdccman.lyx: fixed bug 739745
11627         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
11628
11629 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
11630
11631         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
11632         it can be defined with CFLAGS when running configure
11633         * src/SDCCmain.c: fixed compiling + linking with object files
11634
11635 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
11636
11637         * configure.in: configure for pic16 port,
11638             added --disable-pic16-port
11639         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
11640         * src/SDCCmain.c: linkOptions is changed to set *,
11641             added if/endif conditional macros to remove options help
11642             messages from optionsTable when a port is not configured, added
11643             support for the PIc16 port in the ports table, when executing
11644             the compiler with no port specified on command line, a default
11645             port is selected with the new macro DEFAULT_PORT which is
11646             defined in port.h, in setDefaultOptions() linkOptions is removed
11647             from initialization assignment, since now it is a set,
11648             parseCmdLine uses setParseWithComma for linkOptions, in
11649             linkEdit() linkOptions are accessed with new function indexSet()
11650             which returns the i'th item of a set variable. See SDCCset.c, in
11651             linkEdit() when calling buildCmdLine(), added linkOptions as
11652             last argument. Now users can pass arguments to gplink via the
11653             -Wl option, main() uses pic16glue() to glue up pic16 programs
11654         * src/SDCCpeeph.c: various changes to support pic16
11655         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
11656             return the i'th item of the set
11657         * src/SDCCset.h: added function prototype for indexSet()
11658         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
11659         * src/clean.mk: added pic16 in CLEANALLPORTS variable
11660         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
11661             added macro DEFAULT_PORT
11662         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
11663         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
11664             generated
11665         * src/pic16/glue.c: commented out some error producing lines
11666         * src/pic16/main.c: __config directives are commented out to stop
11667             gpasm complaining and test the linkage with gplink, _linkCmd and
11668             _asmCmd changed to be more gplink and gpasm friendly
11669         * src/pic16/peeph.def: peep rule 3 is commented out, since it
11670             produced an error when parsed, peep rule 12 is added to utilize
11671             movff, but it is commented out since the pCode does not support
11672             yet a command with 2 address arguments
11673
11674 2003-05-18    <johan AT balder>
11675
11676         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
11677         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
11678 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
11679
11680         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
11681   Added feature to script commands from file.
11682
11683 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
11684
11685         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
11686         * src/SDCCutil.c: include ctype.h for win32
11687
11688 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
11689
11690         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
11691
11692 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
11693
11694         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
11695   Fixed so you can set breakpoints prior to run, run does not stop
11696   on entry now.  Add tbreak.  Other enhancements and fixes for use
11697   with ddd.
11698
11699 2003-05-12  Borut Razem <borut.razem AT siol.net>
11700
11701         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
11702
11703 2003-05-11  Borut Razem <borut.razem AT siol.net>
11704
11705         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
11706         the path of bin directory, so that PATH is the only env. variable, which has to be set
11707         in case of standard installation.
11708         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
11709         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
11710         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
11711
11712 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
11713
11714         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
11715         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
11716         temp files are in the port dir; clean the gen/test directory when
11717         generating new test.c
11718         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
11719         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
11720         * support/regression/tests/zeropad.c: added
11721
11722 2003-05-09    <johan AT balder>
11723
11724         * src/SDCCglue.c: fixed bug #597940
11725
11726 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
11727
11728         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
11729   cache sfr, optimize next,step, fix off by one sourceline,
11730   support ddd list function.
11731         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
11732
11733 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
11734
11735         * support/regression/HTMLgen.py: added compare_s2f()
11736         * support/regression/Makefile: redo 1.27
11737         * support/regression/generate-cases.py: redo 1.5
11738
11739 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
11740
11741         * support/regression/tests/float.c: workaround 33 bit hex constant
11742         * support/regression/tests/simplefloat.c: fix division for host
11743
11744 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
11745
11746         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
11747         that tame's the PIC's over-aggressive optimizer.
11748
11749 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11750
11751          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
11752          support for MSVC.
11753
11754 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
11755
11756         Initial support for DS80C400. "Hello world" runs on TINIm400
11757         (with polled I/O).
11758
11759 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
11760
11761          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
11762          * Some notes on ddd usage added in debugger/README
11763          Martin Helmling adding more features and fixes for ddd GUI debugger.
11764          Code added for nexti, stepi, up, down, and other adjustments.
11765
11766 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
11767
11768         * src/pic/pCodepeep.c non-wildcard asmops are now handled
11769         * src/pic/peeph.def Added two rules to optimize carry manipulation
11770         * src/pic/* removed debug printfs
11771
11772 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
11773
11774         * debugger/mcs51/cmd.c: added header newalloc.h
11775
11776 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
11777
11778         * as/Makefile: new EXEEXT
11779         * as/z80/Makefile: remove trailing slash of BUILDIR
11780         * as/z80/clean.mk: new EXEEXT
11781         * Makefile.common.in: add to CFLAGS (and others), don't replace it
11782         * support/cpp2/Makefile.in: new EXEEXT
11783         * src/pic/glue.c (pic14emitRegularMap): fixed warning
11784
11785 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
11786
11787         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
11788         EXEEXT was introduced to fix all related problems with targets
11789         "clean", "install" and "uninstall"; a couple of further flaws
11790         especially with "clean" have been fixed too
11791         * as/mcs51/Makefile.in
11792         * as/mcs51/clean.mk
11793         * as/z80/Makefile
11794         * Makefile
11795         * clean.mk
11796         * debugger/mcs51/Makefile.in
11797         * debugger/mcs51/clean.mk
11798         * link/z80/Makefile
11799         * link/z80/Makefile.in
11800         * link/z80/clean.mk
11801         * link/Makefile
11802         * packihx/Makefile.in
11803         * packihx/clean.mk
11804         * sim/ucsim/Makefile
11805         * sim/ucsim/clean.mk
11806         * sim/ucsim/avr.src/Makefile.in
11807         * sim/ucsim/avr.src/clean.mk
11808         * sim/ucsim/s51.src/Makefile.in
11809         * sim/ucsim/s51.src/clean.mk
11810         * sim/ucsim/xa.src/Makefile.in
11811         * sim/ucsim/xa.src/clean.mk
11812         * sim/ucsim/z80.src/Makefile.in
11813         * sim/ucsim/z80.src/clean.mk
11814         * sim/ucsim/main_in.mk
11815         * sim/ucsim/packages_in.mk
11816         * sim/ucsim/gui.src/Makefile.in
11817         * sim/ucsim/gui.src/serio.src/Makefile.in
11818         * sim/ucsim/gui.src/serio.src/clean.mk
11819         * src/Makefile.in
11820         * src/clean.mk
11821         * support/cpp2/Makefile.in
11822         * support/cpp2/clean.mk
11823         * support/makebin/Makefile
11824         * support/makebin/clean.mk
11825         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
11826         * doc/sdccman.lyx: --program-suffix no longer needed
11827
11828 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
11829
11830          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
11831          Martin Helmling added support for ddd GUI debugger.
11832          Code added to display assembly, set variables, and other commands
11833          to interface to ddd.
11834
11835 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
11836
11837         * as/Makefile: fix target clean
11838         * as/clean.mk: fix target clean
11839         * as/z80/clean.mk: fix target clean
11840
11841 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
11842
11843         * Makefile.common.in: added  AT EXEEXT AT
11844         * configure.in: removed all mingw32 stuff
11845         * configure: rebuilt from configure.in
11846         * doc/sdccman.lyx: updated section "installation"
11847         * support/scripts/sdcc_mingw32: adapted to configure
11848         * support/scripts/sdcc_cygwin_mingw32: added
11849
11850 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
11851
11852         * src/pic Added object file support for the PIC port
11853         * src/pic Applied patch from Craig Franklin (this started the object file support)
11854         * src/regression Updated the PIC regression tests for object files
11855
11856 2003-04-20  Borut Razem <borut.razem AT siol.net>
11857
11858         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
11859           lklex.c: In function `getfid':
11860           lklex.c:203: warning: array subscript has type `char'
11861         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
11862           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
11863         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
11864           stack handling macros
11865
11866 2003-04-19  Borut Razem <borut.razem AT siol.net>
11867
11868         * "handling space characters in file path" task:
11869         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
11870         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
11871         * support/Util/MySystem.h: make it self-sufficient
11872         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
11873           src/z80/main.c, sdcc/as/mcs51/lklex.c:
11874           handling space characters in file path
11875         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
11876           (it will be used by assemblers, which have their own includes, e.g. gpasm)
11877         * support/Util/MySystem.c: handling space characters in executable's path
11878
11879 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
11880
11881         * as/z80/Makefile: fix permanent rebuild of z80
11882         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
11883         * support/regression/tests/bitfields.c: added Johan's bitfields.c
11884
11885 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
11886
11887         * src/SDCCopt.c: add special case optimization to replace modulo by
11888           a power of two with a bitwise AND.
11889
11890 2003-04-18    <johan AT balder>
11891
11892         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
11893
11894 2003-04-17    <johan AT balder>
11895
11896         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
11897         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
11898
11899 2003-04-13  Borut Razem <borut.razem AT siol.net>
11900
11901         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
11902         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
11903           fixed mingw problem in adl_NORMALIZE_PATH
11904
11905 2003-04-12  Borut Razem <borut.razem AT siol.net>
11906
11907         * fixed "#pragma SAVE/RESTORE can not be nested":
11908         * src/SDCC.lex: reworked pragma handling functions
11909         * sdcc/src/SDCCglobl.h: reworked stack handling macros
11910         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
11911
11912 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
11913
11914         * src/SDCCutil.c (pathEquivalent): defined but not used
11915         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
11916         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
11917         * configure: rebuilt from configure.in
11918         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
11919         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
11920         * device/include/Makefile.in: replace sdcc_datadir
11921         * device/lib/Makefile.in: replace sdcc_datadir
11922         * Makefile.common.in: add LDFLAGS from configure
11923         * packihx/Makefile.in: use LDFLAGS
11924         * src/Makefile.in: use LDFLAGS
11925         * support/cpp2/Makefile.in: add LDFLAGS from configure
11926         * support/makebin/Makefile: use LDFLAGS
11927         * .version: bumped version number to 2.3.5
11928
11929 2003-04-12  Borut Razem <borut.razem AT siol.net>
11930
11931         * completed "different paths" task:
11932         * src/SDCCmacro.c: fixed bug in handling quotes
11933         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
11934         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
11935
11936 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
11937
11938         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
11939
11940 2003-04-11 kevin Vigor <kevin AT vigor.nu>
11941
11942         * ds390/gen.c ds390/peeph.def: fix bug 706781
11943
11944 2003-04-11  Borut Razem <borut.razem AT siol.net>
11945
11946         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
11947
11948 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
11949
11950         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
11951         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
11952          set - this bit used to not be set...).
11953         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
11954           bad code in PIC Port
11955         * src/regression/and2.c added to test bug 609268
11956         * src/regression/Makefile added and2.c to regression test
11957
11958
11959 2003-04-08    <johan AT CP255758-A>
11960
11961         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
11962         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
11963         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
11964
11965 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
11966
11967         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
11968         fix bug #487815
11969         * support/cpp2/Makefile.in: fix bug #487815
11970         * configure: rebuilt from configure.in
11971         * Makefile.common.in: docdir changed, new path suffixes
11972         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
11973         * sdcc_vc_in.h: reflect changes from sdccconf.h
11974         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
11975         * src/SDCCutil.h: remove BINDIR hack
11976         * doc/sdccman.lyx: update new path hierarchy
11977
11978 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
11979
11980         * src/SDCCpeeph.c: added okToRemoveSLOC test
11981
11982 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
11983
11984         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
11985
11986 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
11987
11988         * src/SDCCpeeph.c: added labelIsReturnOnly test
11989         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
11990
11991 2003-04-05    <johan AT balder>
11992
11993         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
11994         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
11995         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
11996         * src/SDCCast.c: fixed a warning
11997         * src/SDCCast.h: fixed a warning
11998         * src/SDCCicode.c (operandFromAst): fixed a warning
11999
12000 2003-04-04    <johan AT balder>
12001
12002         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
12003         * src/SDCCast.c (decorateType): fixed bug #715076
12004         * src/SDCC.y: fixed bug #702907
12005
12006 2003-04-03    <johan AT balder>
12007
12008         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
12009         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
12010         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
12011         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
12012         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
12013
12014 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
12015
12016         * _decdptr.c: fix return values
12017         * _gptrget.c: fix return values
12018         * _gptrgetc.c: fix return values
12019         * _gptrput.c: fix return values
12020         * _mulint.c: fix return values
12021         * as/z80/Makefile: fix 'make -j' problem
12022
12023 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
12024
12025         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
12026         * configure.in: big cleanup, updated to autoconf 2.5x
12027         * configure: rebuilt from configure.in
12028         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
12029         * sdcc_vc_in.h: reflect changes from sdccconf.h
12030         * doc/Makefile: fixed a flaw in "make install"
12031
12032 2003-04-02    <johan AT balder>
12033
12034         * src/ds390/gen.c (genCmp): no comments
12035         * src/mcs51/gen.c (genCmp): no comments
12036         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
12037         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
12038
12039 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
12040
12041         * support/regression/generate-cases.py: place generated file in given sub directory
12042         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
12043         * support/regression/Makefile: improvements for 'make -j';
12044         side effect: it's simpler and faster now
12045
12046 2003-03-31  Borut Razem <borut.razem AT siol.net>
12047
12048         * src/z80/main.c: link-{port} and as-{port} defined without path
12049         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
12050
12051 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
12052
12053         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
12054
12055 2003-03-30  Borut Razem <borut.razem AT siol.net>
12056
12057         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
12058           changed type of list parameter to set
12059         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
12060         * src/port.h: changed type of do_assemble() parameter to set
12061         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
12062           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
12063           definition of "cppoutfilename" macro with NULL value in preProcess()
12064         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
12065         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
12066         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
12067           replaced with set *binPathSet
12068         * shash_add() deallocates the item, if allready exsists, before adding the new one
12069         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
12070
12071 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
12072
12073         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
12074           a nested for loop bug in the PIC port
12075         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
12076           for loops
12077
12078 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
12079
12080         * support/Util/dbuf.h: remove C++ stuff to make it portable
12081
12082 2003-03-28  Borut Razem <borut.razem AT siol.net>
12083
12084         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
12085           literal strings in stringLiteral()
12086         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
12087         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
12088           to the project
12089
12090 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
12091
12092         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
12093
12094 2003-03-26    <johan AT balder>
12095
12096         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
12097         * src/ds390/gen.c (saveRegisters): catched symbol abuse
12098         * src/SDCCast.c (decorateType): fixed " -v < 3"
12099
12100 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
12101
12102         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
12103         Added Lenny Story's debug infrastructure changes:
12104         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
12105         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
12106         * src/cdbFile.c: added
12107         * src/SDCCdebug.c: added
12108         * src/SDCCdebug.h: added
12109         * src/SDCCast.c (createFunction)
12110         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
12111         * src/SDCCmain.c (parseCmdLine, main)
12112         * src/SDCCmem.c (redoStackOffsets)
12113         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
12114         * src/SDCCsymt.h
12115         * src/common.h
12116         * src/avr/gen.c (genAVRCode)
12117         * src/ds390/gen.c (gen390Code)
12118         * src/mcs51/gen.c (gen51Code)
12119         * src/pic/gen.c (genpic14Code)
12120         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
12121         * src/xa51/gen.c (genXA51Code)
12122         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
12123
12124 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12125
12126         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
12127         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
12128
12129 2003-03-22    <johan AT balder>
12130
12131         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
12132
12133 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
12134
12135         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
12136         * doc/cdbfileformat.lyx: added, written by Lenny Story
12137         * doc/Makefile: added cdbfileformat.lyx
12138         * doc/clean.mk: added cdbfileformat.lyx
12139
12140 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
12141
12142         * src/mcs51/peeph.def: fix bug #705773
12143
12144 2003-03-20    <johan AT balder>
12145
12146         An sfr/sbit can have an "at #" AND an initializer
12147         * src/SDCCsymt.c (checkSClass):
12148         * src/SDCCmem.c (allocGlobal):
12149         * src/SDCCmem.c (allocLocal):
12150         * src/SDCCast.c (createBlock):
12151
12152 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
12153
12154         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
12155
12156 2003-03-16    <johan AT balder>
12157
12158         Undid the hackup of const and volatile, the problem is much bigger
12159         * src/SDCC.y:1.65
12160         * src/SDCCast.c:1.171
12161         * src/SDCCglue.c:1.138
12162         * src/SDCCicode.c:1.146
12163         * src/SDCCsymt.c:1.150
12164         * src/SDCCval.c:1.65
12165
12166 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
12167
12168         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
12169         * src/ds390/gen.c (genAddrOf): fixed bug #704087
12170
12171 2003-03-13    <johan AT balder>
12172
12173         Hackup const and volatile modifiers in type chains a bit:
12174         * src/SDCC.y:1.63
12175         * src/SDCCast.c:1.169
12176         * src/SDCCglue.c:1.136
12177         * src/SDCCicode.c:1.143
12178         * src/SDCCsymt.c1.146
12179         * src/SDCCsymt.h1.59
12180         * src/SDCCval.c:1.63
12181
12182 2003-03-12    <johan AT balder>
12183
12184         * src/SDCCBBlock.h: more LRH debugging junk
12185         * src/SDCCcflow.h: more LRH debugging junk
12186         * src/SDCCloop.c: more LRH debugging junk
12187         * src/SDCC.y (struct_declaration): fixed bug #697590
12188         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
12189         * src/ds390/gen.c (aopForRemat): fixed bug #700031
12190         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
12191
12192 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
12193         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
12194         test function names must now match exactly).
12195         * src/SDCCcse.c: added special case in findCheaperOp to allow
12196         extending a short integer. Makes less awful code for bug 700121 test case.
12197
12198 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12199
12200         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
12201         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
12202
12203 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
12204
12205         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
12206         actually called (operandsNotEqual() was called for all
12207         operandsNotEqualX tests).
12208
12209 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
12210
12211         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
12212         with shorter literals. Fixes bug 700121.
12213
12214 2003-03-11    <johan AT balder>
12215
12216         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
12217
12218 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
12219
12220         * src/SDCCloop.c (mergeRegions): an evil beast is dead
12221         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
12222
12223 2003-03-10  Borut Razem <borut.razem AT siol.net>
12224
12225         * src/SDCCmain.c: pipe preprocessor's output
12226         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
12227         * sdcc_vc_in.h: define pclose as _pclose for WIN32
12228         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
12229         which closes all pipes in pipeSet set
12230         * src/SDCCset.c: free deleted item in function deleteSetItem()
12231         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
12232         moved from z80 to src subproject
12233         * .version: increased version number to 2.3.4
12234
12235 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
12236
12237         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
12238         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
12239         * support/regression/ports/xa51/spec.mk: fix typo
12240
12241 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
12242
12243         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
12244
12245 2003-03-09  Borut Razem <borut.razem AT siol.net>
12246
12247         * src/SDCCmain.c: pipe preprocessor's output
12248         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
12249         * sdcc_vc_in.h: define pclose as _pclose for WIN32
12250         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
12251         which closes all pipes in pipeSet set
12252         * src/SDCCset.c: free deleted item in function deleteSetItem()
12253         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
12254         moved from z80 to src subproject
12255
12256 2003-03-09  Borut Razem <borut.razem AT siol.net>
12257
12258         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
12259         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
12260         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
12261         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
12262         * src/SDCCglobl.h: unification of WIN32 native definitions
12263
12264 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12265
12266         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
12267
12268 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
12269
12270         * src/configure.in:   check for endianess (even while cross-compiling)
12271         * src/configure:      check for endianess (even while cross-compiling)
12272         * src/configure_in.h: check for endianess (even while cross-compiling)
12273         * src/avr/gen.c:        remove old endianess stuff
12274         * src/mcs51/gen.c:      remove old endianess stuff
12275         * src/ds390/gen.c:      remove old endianess stuff
12276         * src/pic/gen.c:        remove old endianess stuff
12277         * src/pic/genarith.c:   remove old endianess stuff
12278         * src/pic/glue.c:       fix endianess check
12279         * src/pic16/gen.c:      remove old endianess stuff
12280         * src/pic16/genarith.c: remove old endianess stuff
12281         * src/pic16/glue.c:     fix endianess check
12282         * src/xa51/gen.c:       remove old endianess stuff
12283         * src/z80/gen.c:        fix endianess check
12284         * src/SDCCglue.c:       fix endianess check
12285         * src/ds390/peeph.def: fix bug 700036
12286
12287 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
12288
12289         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
12290         * src/configure: find appropriate data-types on host for SDCC's int and long
12291         * src/configure.in: find appropriate data-types on host for SDCC's int and long
12292         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
12293         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
12294
12295 2003-03-07    <johan AT balder>
12296
12297         Just a big NOOP:
12298                 some minor cleanups before the big shot
12299                 OP_DEFS and OP_USES now use Kevin's protection
12300                 new option --nolabelopt
12301
12302         * src/SDCCBBlock.c:
12303         * src/SDCCast.c,:
12304         * src/SDCCcflow.c:
12305         * src/SDCCcse.c:
12306         * src/SDCCicode.c:
12307         * src/SDCCicode.h:
12308         * src/SDCClabel.c:
12309         * src/SDCCloop.c:
12310         * src/SDCCmain.c:
12311         * src/ds390/ralloc.c:
12312         * src/mcs51/ralloc.c:
12313         * src/pic/ralloc.c:
12314         * src/xa51/ralloc.c:
12315         * src/z80/ralloc.c:
12316
12317 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
12318
12319         * src/pic/pcode.c (get_op): fix 64 bit warnings
12320         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
12321         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
12322         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
12323         * support/regression/tests/malloc.c: fix 64 bit warnings
12324
12325 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
12326
12327         * src/mcs51/gen.c (genMinus): fixed bug 696436
12328
12329 2003-03-02  Borut Razem <borut.razem AT siol.net>
12330
12331         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
12332
12333 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
12334
12335         * configure.in: test for mkstemp
12336         * sdccconf_in.h: add HAVE_MKSTEMP
12337
12338 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
12339
12340         * device/include/ctype.h: removed warning while using --stack-auto
12341         * device/include/malloc.h: removed warning while using --stack-auto
12342         * device/include/string.h: removed warning while using --stack-auto
12343
12344 2003-02-23  Borut Razem <borut.razem AT siol.net>
12345
12346         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
12347         because NDEBUG is defined (see man assert)
12348         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
12349
12350 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12351
12352         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
12353         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
12354
12355 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12356
12357         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
12358         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
12359
12360 2003-02-18    <johan AT balder>
12361
12362         * as/mcs51/asmain.c (asmbl): module can start with a digit
12363         * as/z80/asmain.c (asmbl): module can start with a digit
12364
12365 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
12366
12367         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
12368         * src/asm.c: fix pipe() for Mingw32
12369
12370 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
12371
12372         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
12373         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
12374         make -V work again; --c1mode reads now from stdin
12375         * doc/sdccman.lyx: added --c1mode
12376         * support/Util/SDCCerr.c: new messages for c1 mode
12377         * support/Util/SDCCerr.h: new messages for c1 mode
12378         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
12379
12380 2003-02-15    <johan AT balder>
12381
12382         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
12383
12384 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
12385
12386         * doc/sdccman.lyx: Environment variables, -o and other minor things
12387
12388 2003-02-14    <johan AT balder>
12389
12390         * src/xa51/main.c: before anyone really tries to use it :)
12391
12392         * Install doc's in share/sdcc/doc
12393         * removed some obsolete files
12394         * Do a proper make distclean and uninstall
12395         M Makefile.common.in
12396         R sdccbuild.sh
12397         M as/Makefile
12398         M device/include/Makefile.in
12399         M device/lib/Makefile.in
12400         M doc/sdccman.lyx
12401         M link/Makefile
12402         M sim/ucsim/doc/Makefile.in
12403         M src/clean.mk
12404         R src/avr/peeph.rul
12405         R src/xa51/peeph.rul
12406         M support/cpp2/Makefile.in
12407         M support/makebin/Makefile
12408
12409
12410 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
12411
12412         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
12413
12414 2003-02-10  Borut Razem <borut.razem AT siol.net>
12415
12416         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
12417         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
12418         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
12419         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
12420         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
12421         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
12422         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
12423         src/z80/Makefile.bcc: Borland Makefile cleanup
12424         * as/z80/Makefile.bcc: Added Borland Makefile
12425         * support/cpp2/borland.h: Removed
12426
12427 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
12428
12429         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
12430         * src/SDCC.lex: new pragma NOIV
12431         * src/SDCCglobl.h: new pragma NOIV
12432         * src/SDCCmem.c: new pragma NOIV
12433
12434 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
12435
12436         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
12437
12438 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
12439
12440         * src/SDCCmain.c: signal handling is switched off by --debug
12441         * doc/Makefile: small fix for install; use clean.mk again
12442         * doc/clean.mk: clean *.pdf and *.html too
12443
12444 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
12445
12446         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
12447         * device/lib/printfl.c: fix a ds390 bug by making it portable
12448         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
12449         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
12450         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
12451         * debugger/mcs51/cmd.c: converted multi-line string literals
12452         * sim/ucsim/globals.cc: converted multi-line string literals
12453         * src/SDCCmain.c: introduced signal handler to remove temp files
12454         * doc/Makefile: small tweaks, implement clean
12455         * doc: removed generated files
12456
12457 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12458
12459         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
12460         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
12461         Address Record is not correctly generated for DS390."
12462
12463 2003-02-02  Borut Razem <borut.razem AT siol.net>
12464
12465         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
12466         * as/mcs51/asm.h: fixed compilation with Borland C
12467         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
12468         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
12469         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
12470         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
12471         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
12472         src/z80/Makefile.bcc: delete $(LIB) only if exist
12473         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
12474
12475 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
12476
12477         * device/include/malloc.h: introduced NULL
12478         * device/include/string.h: introduced NULL
12479         * device/include/stdlib.h: introduced NULL
12480         * device/lib/_memcpy.c: removed NULL
12481         * device/lib/_strcat.c: removed NULL
12482         * device/lib/_strchr.c: removed NULL
12483         * device/lib/_strcmp.c: removed NULL
12484         * device/lib/_strcpy.c: removed NULL
12485         * device/lib/_strcspn.c: removed NULL
12486         * device/lib/_strlen.c: removed NULL
12487         * device/lib/_strncat.c: removed NULL
12488         * device/lib/_strncmp.c: removed NULL
12489         * device/lib/_strncpy.c: removed NULL
12490         * device/lib/_strpbrk.c: removed NULL
12491         * device/lib/_strrchr.c: removed NULL
12492         * device/lib/_strspn.c: removed NULL
12493         * device/lib/_strstr.c: removed NULL
12494         * device/lib/_strtok.c: removed NULL
12495         * device/lib/malloc.c: removed NULL, include own header
12496
12497 2003-02-02    <johan AT balder>
12498
12499         * 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
12500         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
12501         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
12502         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
12503         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
12504         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
12505
12506 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12507
12508         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
12509         area 'DATA'"
12510
12511 2003-02-01    <johan AT balder>
12512
12513         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
12514
12515 2003-01-31    <johan AT CP255758-A>
12516
12517         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
12518
12519 2003-01-30    <johan AT balder>
12520
12521         * src/SDCCBBlock.c: automatic bug detection
12522         * src/SDCCicode.c: automatic bug detection
12523
12524 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12525
12526         * src/SDCCglobl.h:   now --xram-size 0 works
12527         * src/SDCCmain.c:    now --xram-size 0 works
12528
12529 2003-01-29    <johan AT balder>
12530
12531         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
12532
12533 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12534
12535         * as/mcs51/aslink.h: Added options --xram-size and --code-size
12536         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
12537         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
12538         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
12539         * src/SDCCglobl.h:   Added options --xram-size and --code-size
12540         * src/SDCCmain.c:    Added options --xram-size and --code-size
12541
12542 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
12543
12544         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
12545         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
12546
12547 2003-01-27    <johan AT balder>
12548
12549         * src/SDCC.y: fixed bug #613764
12550
12551 2003-01-26    <johan AT balder>
12552
12553         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
12554         * src/SDCCsymt.h: fixed bug #673374
12555         * src/SDCCglue.c: fixed bug #661910
12556         * src/SDCCast.c: fixed bug #458099 and 673374
12557
12558 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
12559
12560         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
12561         * as/mcs51/strcmpi.h: added
12562         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
12563         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
12564         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
12565         * as/mcs51/assym.c: strcmpi -> as_strcmpi
12566         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
12567         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
12568         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
12569         * as/mcs51/Makefile.aslink: new module strcmpi
12570         * as/mcs51/Makefile.asx8051: new module strcmpi
12571         * as/mcs51/Makefil.bcc: new module strcmpi
12572         * as/mcs51/Makefile.in: new module strcmpi
12573         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
12574
12575 2003-01-26    <johan AT balder>
12576
12577         * src/SDCCglue.c: reverted back to 1.124
12578         * src/SDCCast.c: reverted back to 1.156
12579         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
12580
12581 2003-01-25    <johan AT balder>
12582
12583         * src/SDCCglue.c: A better fix for bug #661910
12584         * src/SDCCast.c: A better fix for bug #661910
12585         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
12586
12587 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
12588
12589         * src/Makefile.in: remove spawn.o
12590         * src/SDCCmain.c: remove spawn.h
12591         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
12592         * src/spawn.c: removed
12593         * src/spawn.h: removed
12594         * support/regression/ports/ds390/spec.mk: link with -r
12595
12596 2003-01-24    <johan AT CP255758-A>
12597
12598         * src/ds390/gen.c (aopOp): fixed bug #667458
12599         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
12600         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
12601         (createIvalCharPtr): an ival doesn't always have a storage class anymore
12602
12603 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
12604
12605         * src/mcs51/peeph.def: better assembler identation by Frieder
12606         * src/mcs51/gen.c: better assembler identation by Frieder
12607
12608 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
12609
12610         * as/z80/string.h: removed for gcc 3.2
12611         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
12612         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
12613
12614 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
12615
12616         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
12617         * src/SDCCpeeph.c (replaceRule): fix bug #663503
12618         * support/regression/Makefile: separate temp files for ports
12619         * support/regression/generate-cases.py: separate temp files for ports
12620         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
12621         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
12622
12623 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
12624
12625         * moved tinitalk to device/examples/ds390
12626
12627 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
12628
12629         * as/mcs51/lkmem.c: rflag is for DS390
12630         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
12631         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
12632                          (linkEdit): move mem- and map-files the same way as ihx-files
12633         * src/z80/main.c (_setDefaultOptions): removed --generic
12634         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
12635         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
12636         * src/pic/glue.c (picglue): --c1mode works again
12637         * src/pic16/glue.c (pic16glue): --c1mode works again
12638         * src/asm.c (printCLine): fix #660034
12639
12640 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
12641
12642         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
12643         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
12644         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
12645         * as/mcs51/lkmem (summary): better fix for sp problem
12646         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
12647         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
12648         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
12649                                               remove --stack-after-data
12650
12651 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
12652
12653         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
12654         * src/SDCCutil.c (join): ugly bug: missing '\0'
12655         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
12656
12657 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
12658
12659         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
12660         * src/port.h: typo
12661         * src/pic/main.c (_asmCmd): gpasm supports -o
12662         * src/z80/main.c: more general macros
12663         * device/lib/Makefile.in: remove intermediate files
12664
12665 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
12666
12667         * .version: Bumped version number to 2.3.3
12668         * src/SDCCBBlock.c: new option -o
12669         * src/SDCCglobl.h: new option -o
12670         * src/SDCCglue.c: new option -o
12671         * src/SDCCmain.c: new option -o
12672         * src/asm.c: new option -o
12673         * src/ds390/main.c: new option -o
12674         * src/pic/glue.c: new option -o
12675         * src/pic/pcode.c: new option -o
12676         * src/pic/ralloc.c: new option -o
12677         * src/pic16/glue.c: new option -o
12678         * src/pic16/pcode.c: new option -o
12679         * src/pic16/ralloc.c: new option -o
12680         * src/z80/main.c: new option -o
12681         * device/lib/Makefile.in: use -o
12682         * support/regression/ports/ds390/spec.mk: use -o
12683         * support/regression/ports/gbz80/spec.mk: use -o
12684         * support/regression/ports/mcs51/spec.mk: use -o
12685         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
12686         * support/regression/ports/z80/spec.mk: use -o
12687         * support/regression/ports/ucz80/spec.mk: use -o
12688         * support/regression/ports/xa51/spec.mk: use -o
12689         * support/regression/fwk/lib/timeout.c: fix usage string
12690
12691 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
12692         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
12693
12694 2003-01-07    <johan AT balder>
12695
12696         * src/SDCCast.c (decorateType): fixed bug #600035
12697
12698 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
12699         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
12700         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
12701         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
12702         * src/pic/pcode.c: outcommented unused variable to remove warnings
12703         * src/pic/ralloc.c: outcommented unused variable to remove warnings
12704
12705 2003-01-06    <karl AT turbobit.com>
12706         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
12707    regression tests.
12708
12709 2003-01-06    <johan AT balder>
12710
12711         * src/SDCCicode.c: fixed array add
12712
12713 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
12714         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
12715         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
12716
12717 2003-01-04    <johan AT balder>
12718
12719         * src/SDCCval.c (getNelements): fixed the initialized array of structures
12720
12721 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12722         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
12723
12724 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
12725         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
12726         * support/regression/tests/bug-524697.c: fit mem usage into 8032
12727
12728 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
12729         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
12730
12731 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
12732         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
12733
12734 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
12735         * src/mcs51/main.c: removed {bindir}{sep} from aslink
12736
12737 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12738
12739     * in /sdcc/as/mcs51/ changed these files in order to create an
12740     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
12741     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
12742     following files to include the previous two files: aslink.dsp,
12743     Makefile.aslink, Makefile.bcc, and Makefile.in.
12744
12745     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
12746     .adb instead of .cdb
12747
12748 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12749
12750         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
12751         value from option --iram-size.
12752
12753 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12754
12755         * /sdcc/as/mcs51/lklist.c: added boundary check before using
12756         dram[] array.
12757
12758 2002-09-18    <wiml AT hhhh.org>
12759
12760         * SDCClrange.h: exposed setFromRange() and setToRange()
12761         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
12762           packRegsForAccUse() (bug 542397)
12763         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
12764           multiple times and emitting the fetch operations more than once
12765           added aopGetUsesAcc() function to allow binary operators to
12766           fetch their operands in the correct order; made genMinus() emit
12767           compact code for X = LITERAL - Y
12768
12769 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12770         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
12771         sprintf() in line 1267.
12772
12773 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12774         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
12775         like ports.
12776
12777 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12778         Changes to aslink (All the changes are marked with 'JCF'):
12779
12780         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
12781         summary().
12782
12783         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
12784         area BSEG.  Also moves, if possible, the DATA area down into the internal
12785         ram so more space is available.
12786
12787         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
12788         sflag.
12789
12790         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
12791         not bytes.  Function summary() which creates a memory usage summary
12792         file with extension .mem.  Reports of overlaping stack and small stack
12793         size.  If the space for the stack is less than 16 bytes aslink trows a
12794         warning.
12795
12796         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
12797         the 8051.  Option 'y' for memory summary output file.
12798
12799         Changes to sdcc (All the changes are marked with 'JCF'):
12800
12801         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
12802
12803         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
12804         overlaying area for it (uses RegBankUsed[4]).
12805
12806         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
12807         bank zero as used by default.  By default aslink locates the stack
12808         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
12809         the creation of the .mem file.  Delegates the allocation of data area
12810         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
12811         the begining of the stack area to aslink.
12812
12813         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
12814         glue() in SDCCglue.c creates an area for it.
12815
12816 2002-09-03  Borut Razem <borut.razem AT siol.net>
12817         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
12818         sdcc/src/pic/glue.c:
12819         introduced atexit() handler for teporay files removal in case of
12820         errors, assertions, ...
12821
12822 2002-08-29  Borut Razem <borut.razem AT siol.net>
12823         * sdcc/support/cpp2/auto-host_vc_in.h:
12824         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
12825         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
12826         Maybe there is a similar problem with BORLANDC? It should be checked!
12827
12828         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
12829         corrected improper use of assert: the assignment to clr variable was done inside the assert.
12830         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
12831         was not executed, and the compiler (cl) launched a warning:
12832         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
12833
12834 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
12835         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
12836
12837 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
12838         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
12839
12840         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
12841           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
12842           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
12843           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
12844           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
12845           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
12846           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
12847         - added Release configuration in VS projects
12848         - review of compiler an linker options
12849         - VC .exe files are generated in bin_vc directory, not to interfere
12850           with binaries generated from other projects (cygwin, mingw, bcc ...)
12851
12852         * sdcc/src/yacc.dsp: added
12853
12854         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
12855         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
12856         and insert the version number definitions from .version
12857
12858         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
12859
12860         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
12861         added - genarate auto-host.h using auto-host_vc_in.h as template
12862
12863         * sdcc/sdcc_vc.h,
12864         removed from CVS, generated automatically
12865
12866 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
12867         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
12868
12869 2002-08-11  Borut Razem <borut.razem AT siol.net>
12870         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
12871
12872 2002-08-10  Borut Razem <borut.razem AT siol.net>
12873         * src/SDCCmain.c (main):
12874         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
12875         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
12876         The consequence was that some temporary files were not removed.
12877
12878         * src/SDCCglue.c:
12879         unification of code in functions tempfilename() and tempfile():
12880         function tempnam() is defined in Visual Studio 6.0 and .NET
12881
12882         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
12883
12884         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
12885           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
12886         - removed compiler command line option /WX: Treats all warnings as errors
12887         - update a list of source files, included into the project
12888
12889         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
12890           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
12891         changed project type to Generic Project so that can be correcly converted to VS.NET project
12892
12893         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
12894
12895         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
12896
12897         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
12898
12899         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
12900         added return 0 statements after assert() to make compiler happy
12901
12902         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
12903         added newline in the def file to keep MSC compiler satisfied
12904
12905         * sdcc/src/z80/gen.c:
12906         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
12907           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
12908         - solved MSC error in function aopDump()
12909
12910         * sdcc_vc.h: define PREFIX as "\\sdcc"
12911
12912 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
12913         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
12914
12915 2002-06-22  Scott Dattalo <scott AT dattalo.com>
12916         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
12917         - Rewrote the register banking algorithm.
12918         - Added pCode live-range analysis to registers (for now, only non-used and
12919         singly-used registers optimized away)
12920
12921         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
12922
12923         * 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.
12924
12925 2002-05-10  Scott Dattalo <scott AT dattalo.com>
12926         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
12927
12928 2002-04-22  Michael Hope  <michaelh AT vroom>
12929
12930         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
12931
12932         * configure.in (DD_COPT): Added include support required for gbdk.
12933
12934         * .version: Bumped version number just to increase it.
12935
12936         * src/SDCCmain.c: Added -nostdinc to the default options.
12937
12938 2002-04-15  Michael Hope  <michaelh AT vroom>
12939
12940         * device/lib/z80/printf.c (sprintf): Added.
12941
12942         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
12943
12944         * src/z80/peeph.def: Added transpose redundent load rule.
12945
12946         * src/z80/main.c: Added force callee saves for jaune.
12947
12948         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
12949
12950         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
12951
12952 2002-03-28  Johan Knol  <johan AT balder>
12953
12954         * src/SDCCval.c: fixed bug #532436
12955
12956 2002-03-14  Scott Dattalo <scott AT dattalo.com>
12957         * /src/port.h:
12958         Added "char *Processor" field to the port structure.
12959
12960         * /src/SDCCmain.c:
12961         Added -p option. Allows port dependent processor to be specified.
12962
12963         * all ports:
12964         Initialized the new field char *Processor field to NULL in all ports
12965
12966         * /src/pic/*:
12967         Compiler generated registers for interrupt context saving
12968         were not getting allocated.
12969
12970 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
12971
12972         * /src/SDCCast.c:
12973         Fixed left shift. Will promote the left side of a left shift
12974         if a) left shifting more than size of operand or b) when assigned
12975         to something size > size of left side
12976
12977 2002-03-14  Scott Dattalo <scott AT dattalo.com>
12978         * src/pic/*
12979         tons of changes. Register allocation has been
12980         rewritten. Added customization for the various PICs. Flow
12981         analysis is restructured. ...
12982
12983         * src/pic/device.h:
12984         Added
12985
12986         * src/pic/device.c:
12987         Added. device.c is a PIC port hack to accomodate variations
12988         in PIC devices.
12989
12990 2002-03-13  Michael Hope  <michaelh AT vroom>
12991
12992         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
12993
12994 2002-03-04  johanknol  <johanknol AT manik>
12995
12996         * /src/SDCCval.c: fixed
12997
12998         const unsigned char arr[][2] = { { 0, 1 } };
12999         t18.c:1: error: Initializer element is not constant
13000
13001 2002-03-04  bela  <bela AT manik>
13002
13003         * /device/include/mcs51reg.h:
13004         ds89c420 register definition update
13005
13006 2002-03-03    <johan AT FRIJA>
13007
13008         * support/Util/SDCCerr.c: did something, but don't no why anymore
13009
13010         * support/regression/tests/bug-524691.c: made it a little less shy
13011
13012         * src/SDCCast.c (decorateType): fixed bug #524697
13013
13014         * src/SDCCast.c: made some lineno improvements
13015
13016         * src/SDCCval.c (getNelements): changed warning to error
13017
13018         * src/SDCCglue.c (printIvalArray): changed warning to error
13019
13020         * src/SDCCicode.c: fixed a warning for mingw
13021
13022         * src/SDCCast.c (decorateType): fixed the << promotion for ops
13023
13024         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
13025
13026 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
13027
13028         * src/ds390/peeph.def:
13029         Added some more peephole rules
13030
13031         * src/ds390/gen.c: Various fixes & enhancements
13032
13033         * src/SDCClrange.c, src/SDCClrange.h:
13034         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
13035
13036         * src/ds390/ralloc.c:
13037         various fixes & enhancements (ds390) specific
13038
13039         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
13040         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
13041         from rallocs.
13042
13043         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
13044
13045 2002-03-02    <johan AT FRIJA>
13046
13047         * src/SDCCast.c (decorateType): fixed bug #524708
13048
13049         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
13050
13051         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
13052
13053 2002-03-01  Michael Hope  <michaelh AT vroom>
13054
13055         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
13056
13057         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
13058
13059 2002-03-01    <johan AT FRIJA>
13060
13061         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
13062
13063         * src/SDCCast.c (decorateType): fixed bug #524209
13064
13065         * src/SDCCval.c (valNot): fixed bug #524195
13066
13067 2002-02-26    <johan AT balder>
13068
13069         * src/xa51/gen.c: fixed a warning
13070
13071         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
13072
13073         * src/SDCCast.c (decorateType): fixed bug #522534
13074
13075 2002-02-23    <johan AT balder>
13076
13077         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
13078
13079 2002-02-22    <johan AT balder>
13080
13081         * src/SDCCast.c: fixed bug #514865
13082
13083         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
13084
13085 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
13086
13087         * sdcc/src/SDCCloop.c:
13088         Previous fix was not good. basic blocks that have "break" or "return" are
13089         not really partof a loop , but live ranges used in these blocks should
13090         be live thru the entire loop, so set partOfLoop but don't add them to
13091         loop region
13092
13093 2002-02-21    <johan AT FRIJA>
13094
13095         * src/SDCCcse.c: fixed bug #514308
13096
13097 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
13098
13099         * src/SDCCloop.c:
13100         Fixed BUG #519583. If a conditional block ended in a return/break
13101         statement inside a loop, it was not being considered part of the loop.
13102
13103         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
13104
13105 2002-02-10  Karl Bongers <karl AT turbobit.com>
13106
13107         * debugger/*:
13108         Fixed up SDCDB debugger somewhat.  Updated debugger/README
13109         with lots of comments and notes.
13110
13111         * device/examples/test2.c:
13112         Fix bug, "red" variable not being initialized(compiler complained).
13113
13114         * device/examples/Makefile, examples/test3.c:
13115         Add Makefile in device/examples folder, compiles test3.c
13116         for use as a multiple module SDCDB test case.
13117
13118         * sim/ucsim/cmd.src/cmdset.cc:
13119         Took out debug printfs in ucsim "next" command.
13120
13121         * sim/ucsim/xa.src:
13122         Karl and Johan start ucsim XA support.  Most dissassembly working,
13123         about 75% emulation done(plenty of work remaining).
13124
13125         * sim/ucsim/z80.src:
13126         Add Z80 support to ucsim, add test-ucz80 regression test,
13127         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
13128         Notice z80 compiler fails on examples/test3.c/crc code.
13129
13130 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
13131
13132         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
13133         Added support for --parms-in-bank1
13134
13135         * src/ds390/peeph.def:
13136         added a few more peephole optimzations
13137
13138         * src/ds390/main.c:
13139         1) added __builtin_inp & __builtin_outp used to read in data of given length
13140            from a memory mapped port
13141         2) added __builtin_memcmp
13142         3) added __builtin_swapw swap bytes of a short
13143
13144         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
13145         1) handle multiple send & receives from register bank1
13146         2) ralloc can now allocate DPTR1 to some liveRanges
13147
13148         * src/SDCCsymt.c, src/SDCCsymt.h:
13149         changes to handle multiple sends & receives
13150
13151         * src/SDCCptropt.h:
13152         added some pointer arithmetic optimization
13153
13154         * src/SDCCptropt.c:
13155         added some pointer arithmetic optimizations but not stable yet so not
13156         called from anywhere (will get this working shortly)
13157
13158         * src/SDCCopt.c: fixed for multiple sends & receives
13159
13160         * src/SDCCmain.c:
13161         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
13162         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
13163            set preprocessor defines (depending on options)
13164
13165         * src/SDCCicode.c, src/SDCCicode.h:
13166         changes made to handle multiple sends & receives
13167
13168         * src/SDCCglobl.h:
13169         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
13170
13171         * src/SDCCcse.c, src/SDCCcse.h:
13172         added function findbackward def (to be used in upcoming optimization)
13173
13174         * src/SDCCcflow.c, src/SDCCcflow.h:
13175         added function returnAtEnd - to determine if a basic block terminates with
13176         a RETURN iCode
13177
13178         * src/SDCCast.c, src/SDCCast.h:
13179         added option parms-in-bank1
13180
13181         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
13182         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
13183         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
13184         adjusted for --parms-in-bank1 option
13185
13186         * device/include/string.h:
13187         donot redefine "reentrant" keyword
13188
13189         * device/include/ds80c390.h: Added some more SFRs
13190
13191 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
13192
13193         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
13194
13195 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
13196
13197         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
13198
13199 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
13200
13201         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
13202
13203 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
13204
13205         * Added --xram-movc option
13206
13207 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
13208
13209         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
13210
13211 2002-01-11  Johan Knol
13212
13213         * Added math lib of Jesus Calvino-Fraga
13214
13215 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
13216
13217         * src/SDCCmain.c (processFile): fix processing of ../../src.c
13218         * support/regression/Makefile: new target test-mcs51-stack-auto
13219         * support/regression/ports/mcs51-stack-auto/spec.mk: added
13220
13221 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
13222
13223         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
13224
13225 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
13226
13227         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
13228
13229 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
13230
13231         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
13232
13233         * src/SDCCglue.h: add definition for printIvalChar()
13234
13235 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
13236
13237         * src/SDCCast.c: fix #498138 by Johan
13238
13239         * src/SDCCglue.c: fix #498138 by Johan
13240
13241 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
13242
13243         * support/regression/Makefile: fix clean
13244
13245         * support/regression/ports/ds390/support.c: fix transmission of last character
13246
13247 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
13248
13249         * /sdcc/src/ds390/gen.c:
13250         a) improved computing address of stack variable
13251         b) took out some #if 0 code
13252         c) improved parmBytes adjustment
13253         d) improved genPlusIncr & genMinusIncr
13254         e) genCmp could generate bad code (when left assigned to DPTR)
13255         f) Fixed bug in hasInc
13256
13257         * /sdcc/src/ds390/ralloc.c:
13258         a) packRegsForSupport could mess up live information (Fixed)
13259         b) packRegsDPTRuse could be incorrect for left & right shift
13260
13261         * /sdcc/src/mcs51/ralloc.c:
13262         packRegsForSupport could mess up the live information (Fixed)
13263
13264         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
13265
13266         * /sdcc/src/SDCCast.c:
13267         can reverse a loop even if function call is present as long
13268         as the loop control variable is local & is not passed as parameter
13269
13270 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
13271
13272         * /sdcc/ChangeLog: *** empty log message ***
13273
13274         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
13275         More builtin function additions for TININative
13276
13277         * /sdcc/src/ds390/ralloc.c:
13278         Had broken the regression testsuite
13279
13280         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
13281
13282         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
13283         Added funcattr hasStackParms will be set for reentrant functions when there
13284         are paramteres on the stack, this helps in minimizing frame pointer generation
13285         typeFromStr can handle function pointers now
13286
13287         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
13288         *** empty log message ***
13289
13290 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
13291
13292         * /src/ds390/gen.c, /src/ds390/main.c:
13293         More builtin function additions for TININative
13294
13295         * /src/ds390/ralloc.c:
13296         Had broken the regression testsuite
13297
13298         * /src/SDCCast.c: Fixed a bug in dumptree
13299
13300         * /src/SDCCsymt.c, /src/SDCCsymt.h:
13301         Added funcattr hasStackParms will be set for reentrant functions when there
13302         are paramteres on the stack, this helps in minimizing frame pointer generation
13303         typeFromStr can handle function pointers now
13304
13305         * /doc/builtins.txt, /doc/TININative.txt:
13306         *** empty log message ***
13307
13308
13309 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
13310
13311         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
13312         ALPHA version for -mTININative
13313
13314         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
13315         updated to reflect changes in the port structure
13316
13317         * /src/port.h:
13318         added function do_assemble (similar to do_link) if non-null this function
13319         will be called to do assembly (-mTININative) requires a multi command
13320         assembly
13321         added function genAssemblerEnd will be called to generate assembler Epilogue
13322
13323         * /src/SDCCsymt.c:
13324         added _JavaNative to debug info printing
13325
13326         * /src/SDCCmain.c: added option --tini-libid
13327         added port->do_assemble function (-mTININative) has a multi command assemble
13328
13329         * /src/SDCCglue.c: Disabled "constExpr" check
13330         added port->genAssemblerEnd function
13331
13332         * /src/SDCCglobl.h: Added option --tini-libid value
13333
13334         * /src/SDCCast.h:
13335         tookout optimizeCompare from the header (has no external references)
13336
13337         * /src/SDCCast.c: made one more function "static"
13338
13339 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
13340
13341         * src/z80/mappings.i: Added z80asm support.
13342
13343         * src/z80/main.c: Added z80asm support on --asm=z80asm
13344
13345         * src/z80/gen.c: Fixed asm portability issues.
13346
13347         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
13348
13349         * src/SDCCglue.c (printExterns): Added global/extern split.
13350
13351 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
13352
13353         * support/regression/Makefile: added test for mcs51 model large
13354
13355         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
13356
13357         * support/regression/ports/gbz80/spec.mk: added -mgbz80
13358
13359 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
13360
13361         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
13362
13363 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
13364
13365         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
13366
13367         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
13368
13369 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
13370
13371         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
13372
13373         * support/regression/tests/simplefloat.c: Port to mcs51.
13374
13375 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
13376         * support/regression/tests/bug-485362.c: Added.
13377
13378         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
13379
13380         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
13381
13382         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
13383
13384         * src/z80/gen.c (aopDump): Added a dump function.
13385
13386 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
13387         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
13388
13389         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
13390
13391         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
13392
13393         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
13394
13395         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
13396
13397         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
13398
13399         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
13400
13401         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
13402
13403         * support/regression/ports/ds390/support.c: Use tinibios.
13404
13405         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
13406
13407 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
13408
13409         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
13410         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
13411
13412         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
13413
13414         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
13415
13416 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
13417
13418         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
13419
13420         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
13421         (packRegsForIYUse): Created and optimised.
13422
13423 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
13424
13425         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
13426 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
13427
13428         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
13429
13430         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
13431
13432         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
13433
13434 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
13435
13436         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
13437
13438         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
13439
13440 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
13441
13442         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
13443
13444         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
13445
13446         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
13447
13448 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
13449
13450         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
13451         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
13452         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
13453
13454         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
13455
13456         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
13457         (genNotFloat): Added.
13458         (genUminusFloat): Added.
13459
13460         * device/lib/z80/Makefile: Added floating pt stubs.
13461
13462         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
13463
13464         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
13465
13466         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
13467
13468 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
13469
13470         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
13471
13472         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
13473
13474         * sdcc/support/regression/Makefile: Add port ds390.
13475
13476         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
13477
13478         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
13479
13480         * sdcc/support/regression/ports/ds390/spec.mk: Added.
13481
13482         * sdcc/support/regression/ports/ds390/support.c: Added.
13483
13484         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
13485
13486         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
13487
13488         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
13489
13490 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
13491
13492         * device/include/malloc.h: Added z80 and gbz80 support.
13493
13494         * device/lib/gbz80/heap.s: Added.
13495
13496         * device/lib/z80/heap.s: Added.
13497
13498         * device/lib/malloc.c: Added z80 and gbz80 support.
13499
13500         * support/regression/tests/malloc.c (testMalloc): Added.
13501
13502         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
13503
13504         * support/regression/tests/bug-478094.c: Added.
13505
13506         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
13507
13508 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
13509
13510         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
13511
13512         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
13513
13514         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
13515
13516         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
13517
13518         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
13519
13520 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
13521
13522         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
13523
13524 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
13525
13526         * support/regression/tests/bug-477927.c: Added.
13527
13528         * src/z80/peeph.def: Added minor rules.
13529
13530         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
13531
13532         * src/z80/peeph.def: Added jump optimisation modification.
13533
13534 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
13535
13536         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
13537
13538 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
13539
13540         * support/regression/tests/funptrs.c: Added.
13541
13542 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
13543
13544         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
13545
13546 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
13547
13548         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
13549
13550         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
13551
13552         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
13553         (movLeft2ResultLong): Created.
13554
13555         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
13556         (joinPushes): Added.  Joins two char pushes into a word push.
13557
13558 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
13559
13560         * support/cpp2/Makefile.in (install): Added creation of dest dir.
13561
13562         * support/makebin/Makefile (install): Added creation of dest dir.
13563
13564 2001-10-24 Karl Bongers <karl AT turbobit.com>
13565
13566         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
13567
13568 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
13569
13570         * src/z80/ralloc.c: Turned off faulty pack for one use.
13571
13572         * src/z80/peeph-gbz80.def: Removed redundent restart options.
13573
13574         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
13575
13576 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
13577
13578         * support/regression/Makefile: Improved clean
13579
13580         * support/regression/ports/gbz80/spec.mk: Added clean
13581
13582         * support/regression/ports/host/spec.mk: Added clean
13583
13584         * support/regression/ports/z80/spec.mk: Added clean
13585
13586         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
13587
13588         * support/regression/ports/mcs51/timeout.c: little improvements
13589
13590 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
13591
13592         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
13593
13594         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
13595
13596         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
13597
13598 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
13599
13600         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
13601
13602         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
13603
13604 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
13605         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
13606
13607         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
13608
13609         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
13610
13611         * src/mcs51/main.c (_linkCmd): Added bin path to command.
13612
13613         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
13614
13615         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
13616
13617         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
13618
13619         * support/regression/tests/longor.c: Added.
13620
13621 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
13622
13623         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
13624
13625         * as/mcs51/aslink.h: define PATH_MAX
13626
13627         * as/mcs51/asm.h: define PATH_MAX
13628
13629         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
13630
13631         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
13632
13633         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
13634
13635         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
13636
13637         * src/SDCCglobl.h: define PATH_MAX
13638
13639         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
13640
13641         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
13642
13643 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
13644
13645         * src/z80/gen.c (gencjneshort): Fixed
13646
13647         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
13648
13649 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
13650
13651         * support/regression/tests/bug-469671.c: Added.
13652
13653         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
13654
13655 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
13656
13657         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
13658
13659         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
13660
13661 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
13662
13663         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
13664
13665         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
13666
13667         * src/device/lib/_mullong.c : removed hint: nooverlay bug
13668
13669         * src/device/lib/_divuint.c : removed hint: nooverlay bug
13670
13671         * src/device/lib/_divulong.c: removed hint: nooverlay bug
13672
13673         * src/device/lib/_moduint.c : removed hint: nooverlay bug
13674
13675         * src/device/lib/_modulong.c: removed hint: nooverlay bug
13676
13677 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
13678
13679         * 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.
13680
13681         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
13682
13683         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
13684
13685 2001-10-07    <johan AT FRIJA>
13686
13687         * device/lib/gets.c (gets): fixed the return value.
13688
13689 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
13690         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
13691
13692         * 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.
13693
13694         * 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.
13695
13696         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
13697
13698         * src/pic/gen.c: Removed Safe_strdup.
13699
13700         * configure.in: Added option to enable libgc support.
13701
13702         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
13703         (bitVectUnion): Optimised.
13704         (bitVectIntersect): Optimised.
13705         (bitVectBitsInCommon): Optimised.
13706         (bitVectCplAnd): Optimised.
13707
13708         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
13709
13710 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
13711
13712         * src/SDCCmain.c: distinguish between assembler debug and plain options
13713
13714         * src/avr/main.c:   remove standard assembler options
13715
13716         * src/ds390/main.c: remove standard assembler options
13717
13718         * src/mcs51/main.c: remove standard assembler options
13719
13720         * src/port.h: removed "PENDING" comment
13721
13722 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
13723
13724         * src/device/lib/_mulint.c  : new, with assember functions
13725
13726         * src/device/lib/_mullong.c : new, with assember functions
13727
13728         * src/device/lib/_divuint.c : with assember functions
13729
13730         * src/device/lib/_divsint.c : with assember functions
13731
13732         * src/device/lib/_divulong.c: with assember functions
13733
13734         * src/device/lib/_divslong.c: with assember functions
13735
13736         * src/device/lib/_moduint.c : with assember functions
13737
13738         * src/device/lib/_modsint.c : with assember functions
13739
13740         * src/device/lib/_modulong.c: with assember functions
13741
13742         * src/device/lib/_modslong.c: with assember functions
13743
13744         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
13745
13746         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
13747
13748         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
13749                                       replaced _mululong.c and _mulslong.c by _mullong.c
13750
13751 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
13752
13753         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
13754
13755 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
13756
13757         * src/SDCCglue.c: test, if win32api is available for MINGW
13758
13759 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
13760
13761         * src/SDCCsymt.c: no more _modifier in printTypeChain()
13762         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
13763         * support/regression/ports/gbz80/spec.mk: removed GENERIC
13764         * support/regression/ports/host/spec.mk: removed GENERIC
13765         * support/regression/ports/mcs51/spec.mk: removed GENERIC
13766         * support/regression/ports/z80/spec.mk: removed GENERIC
13767
13768 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
13769
13770         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
13771
13772         * support/regression/tests/bug-467035.c: Created.
13773
13774 2001-10-01    <johan AT FRIJA>
13775
13776         * src/SDCC.y: fixed bug #466586 part 1
13777
13778 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
13779
13780         * SDCCicode.c: z80 has no generic pointers
13781         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
13782
13783 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
13784
13785         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
13786
13787 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
13788
13789         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
13790
13791         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
13792
13793 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
13794
13795         * configure.in: Fixed up so that ucsim is only configured once.
13796
13797         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
13798
13799         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
13800         (getPathDifference): As above.
13801
13802         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
13803
13804         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
13805
13806 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
13807         * .version: Updated to 2.3.1
13808
13809         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
13810         Added copyright header.
13811
13812         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
13813         (assemble): Added support for macro based assembler commands.
13814         (linkEdit): Added support for macro based linker commands.
13815         (preProcess): Changed the pre-processor to use macros.
13816         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
13817         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
13818
13819         * device/lib/z80/crt0.s: Added module name for debugging.
13820
13821 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
13822
13823         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
13824
13825         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
13826
13827         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
13828
13829         * src/Makefile.in: Added SDCCmacro and SDCCutil
13830
13831 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
13832
13833         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
13834
13835 2001-09-16    <johan AT FRIJA>
13836
13837         * 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.
13838
13839 2001-09-15    <johan AT FRIJA>
13840
13841         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
13842         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
13843
13844 2001-09-11    <johan AT FRIJA>
13845
13846         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
13847
13848 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
13849
13850         * support/regression/tests/bug-460444.c: Added test case.
13851
13852         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
13853         (genCast): Added justification for all of the asserts.
13854
13855 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
13856
13857         * support/regression/support.c: _xdata replaced by xdata
13858
13859         * support/regression/spec.mk: removed _generic
13860
13861 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
13862
13863         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
13864
13865         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
13866         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
13867
13868         * src/z80/peeph.def: Added a rule to optimise shift then compare.
13869
13870         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
13871
13872         * support/regression/tests/bug-460010.c: Added test case.
13873
13874         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
13875
13876 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
13877
13878         * support/regression/Makefile: inter-port-clean adjusted for mcs51
13879
13880         * support/regression/testfwk.c: removed workaround for bug #436344
13881
13882         * support/regression/tests/bp.c: use less memory with mcs51
13883
13884         * support/regression/tests/bug-441448.c: use less memory
13885
13886         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
13887
13888         * support/regression/collate-results.py: typo
13889
13890 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
13891
13892         * support/regression/tests/fetchoverlap.c: Added new test case.
13893
13894         * support/regression/tests/bp.c: Added new test case.
13895
13896         * support/regression/tests/bug-448984.c: Added new test case.
13897
13898         * support/regression/tests/pow2shifts.c: Added new test case.
13899
13900         * src/z80/gen.c: Turned off the noise it normally generates for the release.
13901         (genlshTwo): Fixed right shift for count > 8.
13902
13903         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
13904
13905 2001-09-08    <johan AT FRIJA>
13906
13907         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
13908
13909 2001-09-07    <johan AT FRIJA>
13910
13911         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
13912
13913         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
13914
13915 2001-09-06    <johan AT FRIJA>
13916
13917         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
13918         * bernhard noted me at this: "() equals to (void)" (1.38)
13919
13920 2001-09-05    <johan AT FRIJA>
13921
13922         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
13923
13924 2001-09-04    <johan AT FRIJA>
13925
13926         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
13927
13928
13929 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
13930
13931         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
13932
13933 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
13934
13935         * link/z80/aslink.h: Fixed path for PATH_MAX
13936
13937 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
13938
13939         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
13940
13941         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
13942
13943         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
13944
13945         * 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.
13946
13947 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
13948
13949         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
13950         (genCmp): Fixed up genCmp for the GB with longs.
13951
13952         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
13953
13954         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
13955
13956         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
13957
13958         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
13959
13960 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
13961
13962         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
13963
13964 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
13965
13966         * 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.
13967
13968         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
13969
13970 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
13971
13972         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
13973
13974         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
13975
13976 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
13977
13978   * sim/ucsim/configure:    little improvement of Cygwin-detection
13979   * sim/ucsim/configure.in: little improvement of Cygwin-detection
13980   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
13981   * support/regression/tests/bug-221100.c: small changes for mcs51
13982   * support/regression/tests/bug-221168.c: small changes for mcs51
13983   * support/regression/tests/bug-227710.c: small changes for mcs51
13984   * support/regression/tests/staticinit.c: small changes for mcs51
13985   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
13986   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
13987   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
13988
13989 $Revision$